/* .gift{

} */
.gift .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift_box{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #F6CF4C;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 30px 70px;
    width: 56%;
    margin-bottom: 100px;
    position: relative;
    padding-bottom: 55px;
}
.gift_title{
     
    font-style: normal;
    font-weight: 400;
    font-size: 31.6667px;
    line-height: 38px;

    letter-spacing: 0.05em;
    padding-top: 0px;
    color: #1D1A1B;
    
    text-align: start;
}
.red{
    color:red;
}
.gift_text{
     
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;

    color: #1D1A1B;
    width: 700px;
    padding-top: 22px;
}
.gift_input_box{
    background: rgba(249, 229, 165, 0.5);
    border-radius: 10.3226px;
    padding: 10px;
    display: flex;
    width: 61%;
    margin: 20px 0px;
}
.gift_input_img{
    width: 31px;
    height: 31px;
}
.gift_input_input{
    width: 100%;
    height: 31px;
    background: #FFFFFF;
    box-shadow: 0px 3px 0px rgba(165, 131, 15, 0.2), 0px 2px 0px rgba(89, 86, 86, 0.1);
    border-radius: 10px;
    border:none;
    padding-left: 20px;
    margin-left: 17px;
}
.gift_button{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #FFFFFF;

    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);

    width: 300px;
    height: 51px;

    background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(5.34deg, rgba(255, 255, 255, 0) -2.77%, rgba(255, 255, 255, 0) 65.81%), linear-gradient(0deg, #2016E2, #2016E2), radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    border: 0.749589px solid rgba(255, 255, 255, 0.2);
    border-radius: 14.9918px;
    position: absolute;
    box-shadow: -5px 5px 4px rgb(65 55 252 / 80%);
    cursor: pointer;
    bottom: -23px;
}
.gift_button:hover{
    background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(5.34deg, rgba(255, 255, 255, 0) -2.77%, rgba(255, 255, 255, 0) 65.81%), linear-gradient(0deg, #0f0897, #5e57db), radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
}
.marka{
    position: absolute;
    top: 47%;
    bottom: 0px;
    right: 25%;

}
.strel{
    position: absolute;
    bottom: 0;
    left: 34%;
}
.gift_img{
    position: absolute;
    width: 437px;
    height: 437px;
    top: -20px;
    right: -78px;
}
