@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;

}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

.page1 {
    background-color: black;
}
.burger{
    display: none;
}
.menu {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.menu ul {
    display: flex;
}

.menu a {
    color: #ffffff80;
    padding: 10px 25px;
}

.active {
    color: #ffffff !important;
}
.display {
    display: none;
}
.order {
    padding: 7px 12px;
    background-color: #E6D353;
    color: #2D1F0F !important;
    border-radius: 30px;
}

.page1 {
    background-image: url(./img/hand.png);
    background-size: 446px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: 80%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.page_7  {
    display: none;
}

.content {
    display: flex;
    align-items: center;
    height: 80%;
    position: relative;
}

.fokus {
    position: absolute;
    right: -30%;
    background: rgba(255, 255, 255, 0.422);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.357) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(35px);
    border-radius: 100%;
    width: 90%;
    height: 90%;
}
.ul-manu {
    display: block;
}
.content_part,
.box_2 {
    display: flex;
    flex-direction: column;
    width: 87%;
    color: white;
    row-gap: 30px;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.nav.visible {
    transform: translateX(0);
}

.nav-black {
    background-color: rgb(34,31,31);
    width: 60%;
    max-width: 480px;
    min-width: 320px;
    transition-delay: 0.4s;
}

.nav-red {
    background-color: rgb(229, 9, 20);
    width: 95%;
}

.nav-white {
    background-color: #ffff;
    width: 95%;
    padding: 40px;
    position: relative;
}

.close-btn {
    opacity: 0.3;
    position: absolute;
    top: 40px;
    right: 30px;
}

.list {
    display: none!important;
    list-style-type: none;
    padding: 0;
}

.list li {
    margin: 20px 0;
}

.list li a {
    color: rgb(34,31,31);
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.list ul {
    list-style-type: none;
    padding-left: 20px;
}
.content_part p {
    font-weight: 400;
    font-size: 2.5em;
    line-height: 89.8%;
    color: #FFFFFF;
}

.content_part h2 {
    font-weight: 600;
    font-size: 6em;
    line-height: 104.8%;
    color: #E6D353;
}

.btn_order {
    font-weight: 400;
    font-size: 2.5em;
    line-height: 89.8%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.page2 {
    background-color: #000000;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.content2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
}

.box_1 {
    position: relative;
    width: 82%;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
    z-index: 10;
}

.box_1::after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 130%;
    width: 97%;

    background: rgba(255, 255, 255, 0.224);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.185) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -10;
}

.color {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin: 20px 0;

}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
}

.yellow {
    background-color: yellow;
}

.red {
    background-color: red;
}

.black {
    background-color: black;
}

.box_2 {
    width: 80%;
}

.box_2 h2 {
    font-weight: 600;
    font-size: 4em;
    line-height: 104.3%;
    color: #FFFFFF;
}

.box_2 h2 span {
    color: #E6D353;
}

.swiper {
    width: 82%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 500px;
    height: 318px;
}

.main-images img {
    width: 1288px;
    height: 684px;
}
.text-wrapper h1{
    font-weight: 600;
    font-size: 86px;
    color: #FFFFFF;
    width: 614px;
}

.page_3 {
    background: #000000;
}

.text-main-wrap {
    display: flex;
    margin: 0 auto;
    justify-content: end;
}
.content23{
    justify-content: space-evenly!important;
    width: 58% !important;
}
.main {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-images2 {
    background-image: url('./img/man-using-his-credit-card-pay-product 2 (1).png');
    background-repeat: no-repeat;
    background-size: 170%;
    width: 1468px;
    height: 660px;
}
.background2 {
    background-size: 83%!important;
    width: 857px!important;
}
.background {
    background-image: url("./img/hand-removebg-preview.png")!important;
    background-size: 75%;
    background-position: center right;
}
.height {
    height: 13vh;
}

.height h2 {
    text-align: end;
    width: 75%;
}
.center {
    justify-content: end;
    max-width: 76%;
}

.width {
    margin: 0 0!important;
}

.text-width {
    width: 505px;
    font-weight: 600;
    font-size: 86px!important;
    color: #FFFFFF;
}

.form-btn {
    width: 460px;
    height: 93.64px;
    background: #E6D353;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    color: #2D1F0F;
    font-weight: 500;
    font-size: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form input {
    background: transparent;
    width: 460px;
    display: block;
    height: 85px;
    border: 3px solid #FFFFFF;
    border-radius: 26px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 35px;
    padding: 0 20px;
}
.page_4 {
    background: #000;
    height: 70vh;
}
.inp-margin{
    margin: 17px 0;
}

.main-btn {
    display: flex;
    justify-content: space-between;
    max-width: 64%;
        margin: 0 auto;
    }
.text-form h1 {
    color: #E6D353;
    width: 716px;
    font-weight: 600;
    font-size: 73px;
}

footer {
    background: #000;
    height: 10vh;
}

.footer-icon img{
    width: 36px;
    height: 36px;
    margin: 0 20px;
}
.icon-width1 {
    width: 38px!important;
    height: 38px!important;
}
.footer-text h2 {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
}

.text-form {
    width: 38%;
}

.content-footer{
    display: flex;
    justify-content: space-between;
    max-width: 1073px;
    margin: 0 auto;
}

@media(max-width: 1420px) {
    .swiper {
        width: 92%;
    }
    .text-form h1 {
        color: #E6D353;
        width: 517px;
        font-weight: 600;
        font-size: 57px;
    }
}

@media(max-width: 1200px) {
    .center {
        max-width: 86%;
    }
    .swiper {
        width: 108%;
    }
    .content_part p {
        font-size: 1.5em;
    }
    .content_part h2 {
         font-size: 4em;
        width: 500px;
     }
    .btn_order {
        font-size: 1.5em;
    }
.btn_order img {
    width: 40px;
}.text-main-wrap {
     display: flex;
     justify-content: space-around;
     margin: 0 0;
 }
    .main-btn {
        max-width: 93%;
    }
    .text-width {
        font-size: 76px!important;
    }
    .swiper {
        width: 118%;
    }
    .content2 {
        width: 53%;
    }
    .text-wrapper h1 {
        font-size: 65px;
        width: 456px;
    }
    .text-form h1 {
        width: 459px;
        font-size: 45px;
    }
    form input {
        width: 374px;
        height: 67px;
        font-size: 25px;
    }
    .form-btn {
        width: 373px;
        height: 75.64px;
        font-size: 37px;
    }
    .content23 {
        justify-content: space-between;
        width: 67% !important;
    }
}

@media(max-width: 920px) {
    .page1 {
        background-size: 446px;
        background-position-x: 101%;
        height: 102vh;
    }
}

@media(max-width: 600px) {
    .list {
        display: block!important;
        list-style-type: none;
        padding: 0;
    }
    .nav-black {
        display: block;
    }
    .ul-manu {
        display: none!important;
    }
    .page1 {
        background-size: 286px;
        background-position-x: 43%;
        height: 115vh;
    }
    .content {
        display: flex;
        align-items: center;
        height: 38%;
        position: relative;
    }
    .page2 {
        display: block;
        padding: 30px 0;
    }
    .container {
         max-width: 1320px;
         margin: 0 0;
     }
    .swiper {
        width: 490px;
    }
    .content2 {
        display: block;
    }
    .swiper-slide img {
        width: 400px;
        height: 219px;
    }
    .box_1 {
        width: 490px;
    }
    .box_2 {
        width: 88%;
        margin: 50px auto;
    }
    .box_2 h2 {
        font-size: 3.5em;
        width: 440px;
    }
    .main {
        align-items: start;
    }
    .page_3 {
        display: none;
    }
    .flex-images {
        display: flex;
        align-items: center;
    }
    .flex-img {
        width: 270px;
        height: 142px;
    }
    .flex-img1 {
        width: 222px;
        height: 149px;
    }
    .page_7 {
        background: #000;
        display: block;
        padding: 125px 0 0;
    }
    .flex-text h1 {
        color: #FFFFFF;
        font-size: 3.5rem;
        width: 400px;
    }
    .flex-text h2 {
        color: #E6D353;
        font-size: 2rem;
        width: 460px;
        margin: 15px 0;
    }
    .flex-text {
        max-width: 84%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .center {
        justify-content: start;
    }
    .text-width {
        font-size: 63px!important;
    }
    .swiper-slide img {
        width: 430px;
        height: 270px;
    }
    .main-btn {
        display: block;
    }
    .main-btn {
        max-width: 77%;
    }
    .text-form h1 {
        font-size: 44px;
        padding: 0 0 28px;
    }
    .content {
        max-width: 80%!important;
        margin: 0 auto!important;
    }
    .content_part h2 {
        font-size: 3.5em;
    }
    .fokus {
        display: none;
    }
    .text-width {
        font-size: 3.5rem!important;
        width: 374px;
    }
    .box_2 {
        width: 83%;
    }
    .swiper-slide {
        width: 495px!important;
    }
    .box_2 h2 {
        font-size: 3.5em;
        width: 440px;
    }
    .display {
        display: block!important;
    }
    .text-form {
        display: none;
    }
    .footer-text h2 {
        font-size: 19px;
        margin: 0 12px;
    }
    .icon-width1 {
        width: 29px!important;
        height: 29px!important;
    }
    .footer-icon img {
        width: 29px;
        height: 29px;
        margin: 0 7px;
    }
    .footer-icon {
        display: flex;
        justify-content: end;
        margin: 0 10px;
    }
    footer {
        height: 6vh;
        padding: 11px 0;
    }
    .page_4 {
        background: #000;
        height: 65vh;
        padding: 14px 0;
    }
    .page_4 {
        height: 65vh;
        padding: 14px 0;
    }
    .page2 {
        height: 83vh;
    }
    .burger {
        display: block;
    }
    #burger-menu {
        cursor: pointer;
        height: 27px;
        width: 27px;
        margin: 50px;
        overflow: visible;
        position: relative;
        z-index:2;
    }
    #burger-menu span,
    #burger-menu span:before,
    #burger-menu span:after {
        background: #fff;
        display: block;
        height: 4px;
        opacity: 1;
        position: absolute;
        transition: 0.3s ease-in-out;
    }
    #burger-menu span:before,
    #burger-menu span:after {
        content: "";
    }
    #burger-menu span {
        right: 0px;
        top: 13px;
        width: 27px;
    }
    #burger-menu span:before {
        left: 0px;
        top: -10px;
        width: 16px;
    }
    #burger-menu span:after {
        left: 0px;
        top: 10px;
        width: 20px;
    }

    #burger-menu.close span {
        transform: rotate(-45deg);
        top: 13px;
        width: 27px;
    }
    #burger-menu.close span:before {
        top: 0px;
        transform: rotate(90deg);
        width: 27px;
    }
    #burger-menu.close span:after {
        top: 0px;
        left:0;
        transform: rotate(90deg);
        opacity:0;
        width:0;
    }

    #menu{
        z-index:1;
        min-width: 91%;
        min-height:100%;
        position: fixed;
        top:0;
        height:0;
        visibility: hidden;
        opacity: 0;
        padding-top:20px;
        transition: all 0.3s ease-in-out;

    }

    #menu.overlay{
        visibility: visible;
        opacity: 1;
        padding-top:100px;
        background: #E6D353;
    }

    #menu li{
        list-style:none;
    }
    #menu a{
        color:#fff;
        display:block;
        font-size: 32px;
        margin-bottom:30px;
        text-decoration:none;
    }
    .menu {
        padding: 0 0;
    }
    .container {

        max-width: 447px;
        margin: 0 0;
    }
    #menu ul {
        display: block;
        margin: 0 26px;
    }
    .order {
        padding: 7px 12px;
        background-color: #000;
        border-radius: 30px;
        color: #FFFFFF!important;
        width: 304px;
        margin: 0 20px;
    }
    .text-form h1 {
        width: 432px;
        font-size: 42px;
    }
    .flex-text h2 {
        width: 450px;
    }
    .content_part h2 {
        width: 440px;
    }
}

@media(max-width: 460px) {
    .box_1 {
         width: 454px;
     }
    .swiper-slide {
        width: 495px!important;
        display: flex;
        justify-content: start;
        margin: 0 12px;
    }
    .flex-img1 {
        width: 184px;
        height: 149px;
    }
}


@media(max-width: 390px) {
    .flex-img1 {
        width: 152px;
        height: 101px;
    }
    .flex-img {
        width: 223px;
        height: 134px;
    }
    .box_2 h2 {
        font-size: 3.5em;
        width: 333px;
    }
    .swiper-slide img {
        width: 351px;
        height: 207px;
    }
    .box_1::after {
        width: 63%;
    }
    .flex-text h1 {
        color: #FFFFFF;
        font-size: 2.5rem;
        width: 339px;
    }
    .flex-text h2 {
        width: 336px;
        font-size: 1.2rem;
    }
    .text-form h1 {
        width: 322px;
        font-size: 36px;
    }
    form input {
        width: 316px;
    }
    .main-btn {
        max-width: 88%;
    }
    .form-btn {
        width: 320px;
        height: 66.64px;
        font-size: 31px;
    }
    .content_part h2 {
        font-size: 3em;
    }
    .box_1 {
        width: 371px;
    }
    .swiper {
        width: 367px;
    }
    .swiper-slide {
        width: 346px!important;
    }
    .content23 {
        width: 99%;
    }.content_part h2 {
         font-size: 2.5em;
     }
    .content_part h2 {
        width: 333px;
    }
    .container {
        max-width: 346px;
        margin: 0 0;
    }
    .page_7 {
        padding: 18px 0 0;
    }
    footer {
        height: 9vh;
    }
}

@media(max-width: 375px) {
    .page1 {
        height: 139vh;
    }
    .flex-img1 {
        width: 152px;
        height: 101px;
    }
    .flex-img {
        width: 223px;
        height: 134px;
    }
    .box_2 h2 {
        font-size: 3.5em;
        width: 333px;
    }
    .swiper-slide img {
        width: 351px;
        height: 207px;
    }
    .box_1::after {
        width: 63%;
    }
    .flex-text h1 {
        color: #FFFFFF;
        font-size: 2.5rem;
        width: 339px;
    }
    .flex-text h2 {
        width: 336px;
        font-size: 1.2rem;
    }
    .text-form h1 {
        width: 322px;
        font-size: 36px;
    }
    form input {
        width: 316px;
    }
    .main-btn {
        max-width: 88%;
    }
    .form-btn {
        width: 320px;
        height: 66.64px;
        font-size: 31px;
    }
    .content_part h2 {
        font-size: 3em;
    }
    .box_1 {
        width: 371px;
    }
    .swiper {
        width: 367px;
    }
    .swiper-slide {
        width: 346px!important;
    }
    .content23 {
        width: 99%;
    }.content_part h2 {
         font-size: 2.5em;
     }
        .content_part h2 {
            width: 333px;
        }
    .container {
        max-width: 346px;
        margin: 0 0;
    }
    .page_7 {
        padding: 120px 0 0;
    }
    footer {
        height: 9vh;
    }
    .page_4 {
        height: 82vh;
        padding: 93px 0;
    }
}
