@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body
{
    margin: 0px;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.flex
{
    display: flex;
}
.fdc
{
    flex-direction: column;
}
.jcc
{
    justify-content: center;
}
.aic
{
    align-items: center;
}
.first__wrapper , .second__wrapper , .third__wrapper , .fourth__wrapper , .fifth__wrapper
{
    position: relative;
    width: 100%;
    height: 100vh;
}
.third__wrapper
{
    min-height: 100vh;
}
.first__wrapper__image , .second__wrapper__image , .third__wrapper__image , .fourth__wrapper__image , .fifth__wrapper__image
{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    object-fit: cover;
}

header
{
    height: 130px;
    width: 100%;
}
.header__container
{
    position: relative;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    height: 100%;
}
.logo
{
    width: 65%;
}
.header__nav
{
    padding-left: 15px;
    width: 100%;
    height: 100%;
}
.header__nav li
{
    width: max-content;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    list-style: none;
    margin-right: 46px;
    cursor: pointer;
}
.container
{
    flex-direction: column;
    position: relative;
    margin:auto;
    max-width: 1200px;
}
.preview
{
    flex-direction: column;
    margin-top:130px;
}
.preview__title
{
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}
.preview__discription
{
    margin-top:24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
}
.preview__sub
{
    margin-top:20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.8;
}
.preview__btn__col
{
    margin-top:44px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width:330px;
    grid-gap:29px;
    height: 54px;
}
.preview__btn__row
{
    background: #FFFCFB;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    color:#000;
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
    cursor: pointer;
}
.second__btn
{
    background: transparent;
    border: 1px solid #FFFFFF;
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
}
.preview__rage
{
    margin-top:50px;
}
.rageLogo
{
    width: 120px;
    margin-left: -18px;
}
.preview__rage__title
{  
    margin-top:5px;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color:#fff;    
}
.main
{
    position: absolute;
    top:150px;
    width: 700px;
    left:50%;
}
.test
{
    position: absolute;
    width:100%;
    height: 100vh;
    background-color: red;
}




/*second block*/



.second__preview
{
    font-weight: 500;
    font-size: 45px;
    text-align: center;
    color: #FFFFFF;
}
.second__col
{
    margin-top:60px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width:max-content;
    grid-gap:33px;
    align-self: center;
}
.second__row
{
    border: 1px solid #FFFFFF;
    padding: 14px 40px;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.goldBtn
{
    border: 1px solid #FFC700;
}



/*third*/



.third__title
{
    position: relative;
    font-weight: 500;
    font-size: 40px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
}
.third__discription
{
    margin-top:12px;
    font-weight: 300;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.third__col
{
    margin-top:40px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:50px;
    width: 100%;
}
.third__row
{
    width: 500px;
}
.third__slide__block
{
    background: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
}
.third__row__title
{
    width: max-content;
    font-weight: 500;
    font-size: 26px;
    line-height: 46px;
    color: #FFFFFF;
}
.third__row__discription
{
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7); 
}


.slider
{
    height: max-content;
}


/*fourth */



.fourth__title
{
    position: relative;
    top:50px;
    font-weight: 500;
    font-size: 40px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
}
.fourth__col
{
    position: relative;
    top:80px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap:130px;
    grid-row-gap:43px;
}
.fourth__row
{
    height: max-content;
    flex-direction: row;
}
.fourth__cart__logo
{
    height: 65px;
}
.rage
{
    height: 82px;
}
.fourth__row__content
{
    margin-left: 30px;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.fourth__row__title
{
    font-weight: 600;
    font-size: 27px;
    color: #FFFFFF;    
}
.fourth__row__discription
{
    margin:0px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}


/*fifth*/


.fifth__title
{
    position: relative;
    top:50px;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}
.fifth__discription
{
    position: relative;
    top:65px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    
}
.fifth__block__double
{
    position: absolute;
    top:188px;
    margin-left:30px;
    width:340px;
    height: 430px;
    background: rgba(32, 32, 32, 0.47);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 20px;
    align-self: center;
}
.fifth__block
{
    flex-direction: column;
    position: relative;
    top:130px;
    width:340px;
    height: 430px;
    background: rgba(32, 32, 32, 0.47);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 20px;
    align-self: center;
}
.fifth__block__header
{
    flex-direction: column;
    margin:-5px -10px;
    width: 105.5%;
    height: 110px;
    background-image: url("../img/header.png");
    background-attachment: fixed;
    background-size: cover;
    border-radius: 40px 40px 0px 0px;
}
.fifth__block__title
{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center; 
    color: #FFFFFF;
}
.fifth__block__option
{
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF; 
    margin-bottom: 10px;
}
.fifth__block__body
{
    flex-direction: column;
    margin-top:20px;
    width: 100%;
    height: 100%;
}
.block__body__content
{
    max-height: 60px;
    flex-direction: row;
    position: relative;
    margin-top: 10px;
    width: 85%;
}
.block__image
{
    width: 35px;
}
.block__content__text
{
    margin-left: 16px;
    font-weight: 400;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}
.block__body__button
{
    margin-top:15px;
    padding: 9px 20px;
    background: linear-gradient(90deg, #FF6B00 -6.52%, rgba(255, 168, 0, 0.8) 177.9%);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.fifth__politic
{
    position: relative;
    top:150px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    cursor: pointer;
}


.pay__wrapper
{
    width: 100%;
    height: max-content;
}
.pay__container
{
    max-width: 1200px;
}
.pay__title
{
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    text-align: center; 
    color: #FFFFFF;    
}



@media(max-width:1200px)
{
    .header__container
    {
        max-width: 960px;
    }
    .container
    {
        max-width: 960px;
    }
    .main
    {
        width: 600px;
        top:200px;
    }
    .third__row
    {
        width: 450px;
    }
    .third__row__title
    {
        font-size: 24px;
    }
}
@media(max-width:960px)
{
    .header__container
    {
        max-width: 720px;
    }
    .container
    {
        max-width: 720px;
    }
    .main
    {
        display: none;
    }
    .second__preview
    {
        font-size: 37px;
    }
    .second__row
    {
        font-size: 20px;
    }
    .third__row
    {
        width: 330px;
    }
    .third__row__title
    {
        line-height: 30px;
        max-width: 330px;
        font-size: 24px;
    }
    .slider__items
    {
        height: 180px;
    }
    .fourth__col
    {
        grid-template-columns: repeat(1,1fr);
        grid-row-gap:13px;
    }
    .fourth__row__title
    {
        font-size: 25px;
    }
}
@media(max-width:720px)
{
    .header__container
    {
        max-width: 560px;
    }
    .container
    {
        max-width: 560px;
    }
    .preview
    {
        justify-content: center;
    }
    .preview__title
    {
        text-align: center;
    }
    .preview__discription
    {
        text-align: center;
    }
    .preview__sub
    {
        text-align: center;
    }
    .preview__btn__col
    {
        align-self: center;
    }
    .preview__rage
    {
        justify-content: center;
    }
    .second__preview
    {
        font-size: 32px;
    }
    .second__row
    {
        font-size: 20px;
        padding: 14px 20px;
    }
    .third__title
    {
        font-size: 30px;
    }
    .third__discription
    {
        margin-top: 3px;
    }
    .third__col
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-template-columns: repeat(1,1fr);
        grid-gap:20px;
    }
    .third__row
    {
        width: 330px;
    }
    .third__row__title
    {
        line-height: 30px;
        max-width: 330px;
        font-size: 24px;
    }
    .slider__items
    {
        height: 140px;
    }
    .third__row__discription
    {
        display: none;
    }
    .third__row__title
    {
        margin: 10px;
        width: 100%;
        text-align: center;
    }
    .order2
    {
        order:2;
    }
    .mobile-end
    {
        order: 4;
    }
    .slider__item:nth-child(1) 
    {
        background-size: contain;
    }
    .fifth__block__header
    {
        margin:0px;
        width: 100%;
        background-image: unset;
        background: linear-gradient(270deg, #FF6B00 50%, rgba(255, 168, 0, 0.8) 142.32%);
        box-shadow: 0px 4px 10px rgba(255, 184, 0, 0.1);
        border-radius: 20px;
        
    }
}
@media(max-width:560px)
{
    .header__container
    {
        max-width: 420px;
    }
    .container
    {
        max-width: 420px;
    }

    .header__nav li
    {
        font-size: 16px;
    }
    .logo
    {
        width: 50%;
    }
    .header__nav
    {
        padding: 0px;
    }
    .container
    {
        max-width: 420px;
    }
    .preview
    {
        margin-top:60px;
    }
    .preview__title
    {
        font-size: 30px;
    }
    .second__preview
    {
        font-size: 35px;
    }
    .second__col
    {
        grid-template-columns: repeat(1,1fr);
    }
    .second__row
    {
        font-size: 23px;
        padding: 15px 30px;
        font-size: 16px;
    }
    .fourth__title
    {
        font-size: 33px;
    }
    .fourth__row__discription
    {
        display: none;
    }
    .fourth__col
    {
        grid-row-gap:50px;
    }
    .fifth__block__double
    {
        display: none;
    }
    .fifth__title
    {
        font-size: 34px;
    }
    .fifth__discription
    {
        font-size: 16px;
    }
}
@media(max-width:420px)
{
    .header__container
    {
        max-width: 320px;
    }
    .container
    {
        max-width: 320px;
    }
    .header__nav li
    {
        font-size: 15px;
        margin-right:10px;
    }
    .header__logo
    {
        min-width: 75px;
    }
    .logo
    {
        width: 56%;
    }
    .second__preview
    {
        font-size: 35px;
    }
    .second__row
    {
        font-size: 21px;
        padding: 14px 30px;
    }
    .third__title
    {
        font-size: 28px;
        line-height: 45px;
    }
    .third__row
    {
        width: 300px;
    }
    .third__discription
    {
        margin-top:20px;
        font-size: 18px;
        line-height: 30px;
    }
    .third__row__title
    {
        line-height: 30px;
        max-width: 330px;
        font-size: 21px;
    }
    .slider__items
    {
        height: 120px;
    }
    .third__row__discription
    {
        display: none;
    }
    .third__row__title
    {
        margin: 10px;
        width: 100%;
        text-align: center;
    }
    .order2
    {
        order:2;
    }
    .mobile-end
    {
        order: 4;
    }
    .fourth__title
    {
        font-size: 28px;
    }
    .fourth__row__title
    {
        font-size: 20px;
    }
    .fourth__row__discription
    {
        display: none;
    }
    .fourth__col
    {
        top:120px;
        grid-row-gap:40px;
    }
    .fourth__cart__logo
    {
        height: 60px;
    }
    .rage
    {
        height: 70px;
    }
    .fifth__title
    {
        font-size: 28px;
    }
    .fifth__block
    {
        width: 320px;
    }
}