* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');

@font-face {
    font-family: header;
    src: url("./fonts/Merriweather-Regular.ttf");
}

@font-face {
    font-family: devator;
    src: url("./fonts/Devator.ttf");
}

@font-face {
    font-family: jokerman;
    src: url(../fonts/Jokerman-Regular.ttf);
}


@font-face {
    font-family: fonttype4;
    src: url(../fonts/A\ Love\ of\ Thunder.ttf);
}

@font-face {
    font-family: orbitron;
    src: url(../fonts/Orbitron\ Bold.ttf);
}

@font-face {
    font-family: fonttype6;
    src: url(../fonts/Bold.ttf);
}

@font-face {
    font-family: fonttype7;
    src: url(../fonts/RAVIE.TTF);
}

.main {
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.main .section1 {
    /* height: 100vh; */
    width: 100%;

}

.section1 nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 7.5vw;
    width: 100%;
}

.nav ul {
    padding-right: 9%;

}

.nav ul li {
    display: inline-block;
    padding: 1.2vw;


}

.nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.25vw;
    font-family: gilroy, sans-serif;
    font-weight: bolder;
}

.nav ul li a:hover {
    color: #ffde04;
}

.nav .active {
    color: #ffde04;
}

.nav .active::before {
    content: url(/images/desktop-lines\ 1.webp);
    position: absolute;
    top: 2.9vw;
    margin-left: 0.7vw;
}

.nav i {
    display: none;
}


.section1 .banner {
    width: 100%;
    height: auto;
    background-size: cover;
}

.section1 .flower {
    width: 15%;
    position: absolute;
    top: 40vw;
    right: 1%;
    z-index: 10;
}

.section2 {
    min-height: 88vw;
    width: 100%;
    background-image: url(/images/about_bg.webp);
    background-size: cover;
    background-attachment: fixed;
    margin-top: -1px;
}

.section2 .bg {
    margin-top: -1.5vw;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section2 .lady {
    position: relative;
    width: 30vw;
    z-index: 1;
}

.section2 .top {
    width: 90%;
    position: absolute;
    top: 26vw;
}

.section2 .top-m {
    display: none;
}

.section2 h1 {
    position: relative;
    top: 22vw;
    z-index: 2;
    font-size: 2.8vw;
    font-weight: 600;
    text-align: center;
    line-height: 4.2vw;
    color: #f16924;
    text-shadow: 5px 4px 5px black
}

.section2 .about {
    position: absolute;
    z-index: 2;
    top: 38vw;
    padding: 2.5vw 12vw 0 12vw;
    color: white;
    font-size: 1.6vw;
    text-align: center;
    line-height: 2.2vw;
    font-family: 'Barlow', sans-serif;
}

.btn {
    background: none;
    border: none;
}

.btn a img {
    height: 5vw;
}

.section2 .btn {
    position: absolute;
    top: 62vw;
    z-index: 2;

}

.btn-h1{
    display: inline-block;
    position: relative;
    z-index: 2200;
    background: none;
    border: none;
    top: 21vw;
    left: 6vw;
    scale: 1.2;
    display: none;
}
.btn-h1 img, .btn-h2 img{
    width: 3.5vw;
}

.btn-h2{
    display: inline-block;
    position: relative;
    z-index: 2200;
    background: none;
    border: none;
    top: 22.5vw;
    right: 6vw;
    rotate: -5deg;
    scale: 1.2;
    display: none;
}

.section2 .curtains {
    z-index: 10;
    margin-top: 30vw;
    width: 100%;
}

.ribbon {
    position: relative;
    top: -4vw;
    display: flex;
    justify-content: space-between;
    z-index: 4;
}

#ribbon1 {
    rotate: 340deg;
    width: 36vw;
    margin-right: 26vw;
}

#ribbon2 {
    position: relative;
    transform: rotateY(180deg);
    rotate: 380deg;
    width: 36vw;
}

.ribbon-m {
    display: none;
}

#ribbon3{
    display: none;
}



.section3 {
    width: 100%;
    background-image: url(/images/bg_pattern.webp);
    display: flex;
    justify-content: center;
    flex-direction: column;


}

.section3 .inner {
    width: 100%;
    justify-content: center;
    display: flex;

}

.section3 .title-box {
    position: relative;
    top: 1vw;
    width: 30vw;
    margin-bottom: 3vw;
}

.section3 h1 {
    text-align: center;
    position: relative;
    top: 15.2vw;
    font-size: 2vw;
    z-index: 6;
    color: white;
    font-family: jokerman;
}

.section3 h1 .span1 {
    color: #ffde04;
    font-size: 1.6vw;
}

.section3 h1 .span2 {
    font-size: 2.5vw;
}

.section3 .carousal {
    display: flex;
    justify-content: center;
    margin-bottom: 1vw;
    align-items: center;
    padding: 0 20vw;
    /* flex-wrap: wrap; */
}

.section3 .swiper-wrapper img {
    width: 26vw;
    margin: 3vw 3vw;
}

.swiper-wrapper .box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box #img2{
    width: 27vw;
}

.swiper-wrapper .box h2{
    text-align: center;
    position: relative;
    top: -8.5vw;
    color: white;
    font-size: 1.7vw;
    font-family: orbitron;
}

.section4 {
    width: 100%;
    background-image: url(/images/bg_pattern.webp);
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4 .girl-m {
    display: none;
}

.section4 .girl {
    margin-top: 3vw;
    width: 100%;
}

.section4 .swad-text {
    position: absolute;
    width: 40vw;
    margin-top: 11vw;
}

.section4 button {
    position: absolute;
    margin-top: 32vw;
}

.section5 {
    width: 100%;
    height: fit-content;
    background-image: url(/images/online_bg.webp);
    background-size: cover;
    margin-top: -9vw;

}

.section5 .sec-5 {
    width: 100%;
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;

}

.section5 h1 {
    text-align: center;
    position: relative;
    top: 4vw;
    font-size: 4vw;
    text-shadow: 0 2px 10px rgba(39, 36, 36, 0.36);
}

.section5 h1 span {
    color: rgb(19, 19, 171);
}

.section5 #line {
    width: 40%;
    margin-top: 5vw;

}

.section5 .images {
    margin-top: 4vw;
    display: flex;
    justify-content: space-between;

}
.images #order{
    flex: 40%;
    margin: 0 -3vw 4vw 4vw;
    width: 30vw;
}

.images .boy {
    width: 44vw;
}

.images .order {
    position: relative;
    top: -23vw;
    left: 3vw;
    width: 48vw;
    height: 43vw;
}

.images #second {
    flex: 60%;
    height: 35vw;
    padding: 0 5vw 5vw 9vw;
}
.online-content{
        width: 32vw;
        position: relative;
        top: 13vw;
        left: 7vw;
        z-index: 1;
    }
.online-content h3 {
    font-size: 24px;
    /* line-height: 2.5vw; */
}

.online-content button {
    margin-top: 1vw;
}

.section5 h2 {
    position: relative;
}



footer {
    background-image: url(/images/footer_bg.webp);
    width: 100%;
    background-size: cover;
    height: 50vh;
    margin-top: -1vw;
    z-index: 222;
    position: relative;
}

footer .ft-content {
    padding: 0 8vw 9vw 8vw;
}

footer ul {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}

footer ul li {
    margin: 4vw 0vw 2vw 0vw;
    list-style-type: none;

}

footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    font-family: gilroy, sans-serif;
    font-weight: bolder;
}

footer h4 {
    font-size: 1.3vw;
    padding-top: 2vw;
    float: left;
    color: white;
}

footer .social {
    padding-top: 2vw;
    float: right;
    cursor: pointer;
}

footer .social i {
    margin-left: 1vw;
    background-color: #ffde04;
    padding: .4vw .4vw;
    border-radius: 50%;
    font-size: 1.4vw;
    
}

footer .social a {
    text-decoration: none;
    color: black;
}

.main_box .sidebar_menu {
    position: fixed;
    height: 100vh;
    width: 50vw;
    z-index: 15;
    right: -50vw;
    background: #099962;
    overflow: hidden;
    transition: all 0.3s linear;
}

.sidebar_menu .menu {
    position: absolute;
    top: 80px;
    width: 100%;
}

.sidebar_menu .menu li {
    margin-top: .7vw;
    padding: 1vw 2vw 1vw 2vw;
    text-align: end;
}

.sidebar_menu .menu li img {
    rotate: 90deg;
    width: 5vw;
}

.sidebar_menu .menu i {
    color: #fff;
    font-size: 4vw;
    padding-right: 8px;
}

.sidebar_menu .menu a {
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
}

.sidebar_menu .menu li a:hover {
    color: #ffde04;
}

.sidebar_menu .menu li:hover {
    border-right: 1vw solid #fff;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}


#check {
    display: none;
}


.mobile-active {
    color: #ffde04 !important;
}

.main_box .btn_one i {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    position: absolute;
    right: 6vw;
    line-height: 15vw;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
    transition: all 0.3s linear;
    z-index: 16;
}

.sidebar_menu .btn_two i {
    font-size: 4vw;
    line-height: 15vw;
    position: absolute;
    right: 40vw;
    cursor: pointer;
    opacity: 0;
    z-index: 22;
    color: white;
    transition: all 0.3s linear;
    z-index: 16;
}

.btn_one i:hover {
    font-size: 4.3vw;
}

.btn_two i:hover {
    font-size: 4.2vw;
}

#check:checked~.sidebar_menu {
    right: 0;
}

#check:checked~.btn_one i {
    opacity: 0;
}

#check:checked~.sidebar_menu .btn_two i {
    opacity: 1;
}

@media screen and (max-width:1100px) {
    .nav .active::before {
        content: url(/images/desktop-lines\ 1.webp);
        position: absolute;
        top: 2.4vw;
        margin-left: 0.3vw;
    }
}

@media screen and (max-width:900px) {
    .nav .active::before {
        content: url(/images/desktop-lines\ 1.webp);
        position: absolute;
        top: 2vw;
    }
}

@media screen and (max-width: 1220px) {
    .section2 {
        height: 6vw;
    }
}

@media screen and (min-width: 1220px) {
    .section2 {
        height: 6vw;
    }
}

@media screen and (min-width:800px) {
    .main_box .btn_one {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .section3 .carousal-img {
        width: 250px !important;

    }
}

@media screen and (max-width: 800px) {
    .section3 .carousal-img {
        width: 150px !important;
    }

    .section1 .nav ul {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .section2 {
        min-height: 140vw;
        width: 100%;
        background-image: url(/images/about_bg.webp);
        background-size: cover;
        background-attachment: fixed;
        margin-top: -1px;
    }

    .section2 .top {
        display: none;
    }

    .section2 .top-m {
        display: block;
        width: 90%;
        position: absolute;
        top: 26vw;
    }

    .section2 .curtains {
        z-index: 10;
        margin-top: 71vw;
        width: 100%;
    }

    .section2 .about {
        font-size: 3vw;
        line-height: 4.4vw;
        margin-top: 3vw;
    }

    .btn a img {
        height: 9vw;
    }

    .section2 .btn {
        position: absolute;
        top: 109vw;
        z-index: 2;
    }

    .ribbon {
        display: none;
    }

    .ribbon-m {
        position: relative;
        top: -4vw;
        display: flex;
        justify-content: space-between;
        z-index: 4;
    }

    #ribbon-m1 {
        rotate: 363deg;
        width: 36vw;
        margin-right: 26vw;
    }

    #ribbon-m2 {
        position: relative;
        transform: rotateY(180deg);
        rotate: 356deg;
        width: 36vw;
    }

    .section3 .title-box {
        position: relative;
        top: -7vw;
        width: 55vw;
    }

    .section3 h1 {
        position: relative;
        top: 20vw;
        font-size: 3.8vw;
    }

    .section3 h1 .span1 {
        font-size: 3vw;
    }

    .section3 h1 .span2 {
        font-size: 5vw;
    }

    .section3 .swiper-wrapper img {
        width: 50vw;
    }
    .section3 .swiper-wrapper #img2{
        width: 53vw;
    }

    .swiper-wrapper .box h2{
        font-size: 3vw;
        top: -13.3vw;
    }

    .swiper-button-next{
        position: relative;
        bottom: 46vw;
        left: 88vw;
    }
    .swiper-button-prev{
        position: relative;
        bottom: 53vw;
        
    }
    .swiper-pagination{
        position: relative;
    }

    .section4 .girl {
        display: none;
    }

    .section4 .girl-m {
        display: block;
        margin-top: 3vw;
        width: 100%;
    }

    .section4 .swad-text {
        position: absolute;
        width: 75vw;
        margin-top: 30vw;
    }

    .section4 button {
        margin-top: 70vw;
    }

    .section2 .lady {
        position: relative;
        width: 38vw;
        z-index: 1;
        top: -8vw;
    }

    .section2 h1 {
        position: relative;
        top: 20vw;
        font-size: 3.5vw;
        line-height: 5.5vw;
    }

    .section5 h1 {
        top: 10vw;
        font-size: 7vw;
    }

    .section5 #line {
        width: 60% ;
        margin-top: 12vw;

    }
    .section5 .images {
        margin-top: 4vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .images #order {
        flex: 40%;
        margin: 0 18vw 4vw -30vw;
    }
    .section5 .boy {
        width: 85vw;
    }

    .section5 .order {
        position: relative;
        top: -36vw;
        left: 1vw;
    width: 90vw;
        margin-right: 6vw;
        height: 100vw;
    
    }
    .images #second {
        flex: 60%;
        height: 35vw;
        margin: -9vw 0vw -23vw 0vw;
    }
    .online-content button {
        margin-top: 6vw;
    }    

    .online-content {
        position: relative;
        width: 52vw ;
        top: 50vw;
        left: 11vw ;
    }
    .online-content h3 {
        position: relative;
        font-size: 4vw;
        line-height: 4.5vw;
        top: 2vw;
    }
    footer .ft-content {
        padding: 0 4vw 9vw 4vw;
    }

    footer ul li a {
        font-size: 3vw ;
    }

    footer .social i {
        padding: 1vw 1vw ;
        font-size: 2.7vw ;
    }

    footer h4 {
        font-size: 2vw ;

    }
}