* {
    margin: 0;
    padding: 0;
}

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

@font-face {
    font-family: guaraldo;
    src: url("/fonts/GUARALDO\ PERSONAL\ USE.ttf");
}

@font-face {
    font-family: onyx;
    src: url("/fonts/ONYX.TTF");
}

@font-face {
    font-family: august;
    src: url("/fonts/Hey\ August.ttf");
}

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

/* .swiper-button-next {
    position: relative;
    right: -50vw;
    top: 1.4vw;
}
.swiper-button-prev{
    position: relative;
    left: 40vw;
} */

.main {
    overflow: hidden;
}

.section1 {
    height: fit-content;
    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.3vw;
    font-family: sans-serif;
    font-weight: bolder;
    text-shadow: 2px 3px 10px black;
}

.nav ul li a:hover {
    color: rgb(0, 0, 0);
}

.nav .active {
    color: rgb(0, 0, 0);
}

.nav ul i {
    display: none;
}

.nav .active::before {
    content: url(/images/Menu_hover.webp);
    position: absolute;
    top: 2.9vw;
    margin-left: 2.9vw;
}

.section1 img {
    width: 100%;
    background-size: cover;
}

.section2 {
    height: fit-content;
    width: 100%;
    background-image: url(/images/OP/background.webp);
    background-size: contain;
    background-position: bottom;
}

.section2 .title-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 0 10vw; */

}

.section2 .title {
    position: relative;
    top: -5vw;
    width: 45vw;
}

.section2 .title-1 h1 {
    z-index: 1;
    position: relative;
    text-align: center;
    top: 5vw;
    font-size: 1.5vw;
    font-family: guaraldo;
    color: #033681;
}

.section2 .title-1 .span1 {
    font-size: 5vw;
    color: #E86A17;
    letter-spacing: -.18vw;
    font-family: onyx;
    font-weight: 400;
}

.section2 .title-1 p {
    z-index: 2;
    text-align: center;
    padding: 0 20vw;
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: white;
    font-family: 'barlow', sans-serif;
    position: relative;
    /* top: 0vw; */

}

.section2 .bg {
    width: 100%;
    background-size: cover;
    margin-top: -27vw;
}

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

.section2 .title-2 {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.section2 .title-2 img {
    width: 70vw;
    margin: 5vw 0 10vw;
}

.section2 .hat {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hat img {
    width: 10vw;
    position: relative;
    left: -9vw;
    bottom: 1.8vw;
}

.section2 .title-2 h2 {
    font-size: 4vw;
    color: #033681;
    line-height: 3.8vw;
    margin-top: -4vw;
    font-family: guaraldo;
    letter-spacing: .25vw;
    text-align: center;
}


.section2 .title-2 h2 span {
    font-size: 5.5vw;
    color: #E86A17;
    font-family: august;
    font-weight: 100;
}

.section3 {
    height: fit-content;
    width: 100%;
    background-image: url(/images/bg_pattern.webp);
    background-size: contain;
    display: flex;
    align-items: center;
    margin-top: -3.8vw;
}

.section3 .left {
    flex: 50%;
    margin: 7vw 0;
}

.section3 .left img {
    float: right;
    padding-right: 3vw;
    width: 40vw;
}

.section3 .right {
    flex: 50%;

}

.section3 .right .borders {
    margin-top: -2vw;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.section3 .right .text {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    color: white;
    font-size: 1.2vw;
    font-family: devator;
}

.section3 .right .text #text1 {
    position: relative;
    top: 4.8vw;
    left: 4.9vw;
}

.section3 .right .text #text2 {
    position: relative;
    top: 4.8vw;
    left: 14.6vw;

}

.section3 .right .text #text3 {
    position: relative;
    top: 5.2vw;
    right: 3vw;

}

.section3 .right .text #text4 {
    position: relative;
    position: relative;
    top: 5.2vw;
    right: -2.3vw;
}

/* .section3 .right h4{
    position: absolute;
    z-index: 22;
}
.section3 .right #text1{
    left: -10vw;
}
.section3 .right #text2{
    right: -10vw;
}
.section3 .right #text3{
    bottom: -10vw;
}
.section3 .right #text4{
    bottom: 0;
} */

.section3 .right img {
    width: 20vw;
    margin: 2vw 0;
}

.section4 {
    height: fit-content;
    width: 100%;
    background-image: url(/images/bg_pattern.webp);
    background-size: contain;
    background-attachment: fixed;
    margin-bottom: -23vw;
}

.section4 .bird {
    display: flex;
    justify-content: space-between;
    padding: 0 6vw;
    margin-bottom: -40vw;
}

.bird #bird1 {
    z-index: 2;
    width: 13vw;
}

.bird #bird2 {
    transform: rotateY(180deg);
    width: 13vw;
}

.section4 .peacock {
    width: 100%;
    margin-bottom: 2vw;
    margin-top: 3vw;
}

.peacock-m {
    display: none;
}

.section4 .head {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    top: 25vw;
}

.head .text img {
    width: 33vw;
    margin-bottom: 2vw;
    /* margin-bottom: -23vw; */
}

.head img {
    width: 50%;
}

html,
body {
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
    height: fit-content;
    /* margin-right: 20vw; */
    top: -45vw;
}

.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1vw;
    border-radius: 2vw;
}

.swiper-slide img {
    display: block;
    width: 4vw;
}

.swiper-slide p{
    font-size: 1.7vw;
    margin: 1.5vw 0;
}
.swiper-slide h3{
    font-size: 1.5vw;
}
.swiper-slide h4{
    font-size: 1vw;
}





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

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: yellow;
    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;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.719);
}

.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;
}


/* Mobile Responsive section */
@media screen and (max-width: 480px) {
    .wrapper .carousel {
        flex: 100%;
    }

    .section2 .bg {
        width: 100%;
        background-size: cover;
        margin-top: -37.5vw;
    }

    .section4 .head {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        top: 26.5vw;
    }

    .section4 .head .text {
        margin-bottom: -4vw;
    }

    .section4 .bird {
        display: flex;
        justify-content: space-between;
        padding: 0 9vw;
        margin-bottom: -43vw;
    }
}

@media screen and (max-width:3400px) {
    .nav .active::before {
        content: url(/images/Menu_hover.webp);
        position: absolute;
        top: 3vw;
        margin-left: 2.9vw;
    }
}

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

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

@media screen and (max-width:800px) {
    .nav ul li {
        background-color: #E86A17;
        display: none;
    }

    .nav ul i {
        display: block;
        color: white;
        font-size: 3vw;
        font-weight: 600;
    }

    .section4{
        margin-bottom: -22vw;
    }
}

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

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        flex: 0 0 calc((100% / 2) - .7vw);
    }
}

@media screen and (max-width: 600px) {

    /* .section2 {
        height: fit-content;
        width: 100%;
        background-image: url(/images/Mobile-homepage/packaging-box.webp);
    } */
    .section2 .title-2 h2 {
        margin-top: -20vw;
    }

    .hat img {
        width: 10vw;
        position: relative;
        left: -9vw;
        bottom: 17.8vw;
    }

    .section2 .bg {
        width: 100%;
        background-size: cover;
        margin-top: -37.5vw;
    }

    .section4 .head {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        top: 30vw;
    }

    .head .text img {
        width: 60vw;
    }

    .section4 .bird {
        display: flex;
        justify-content: space-between;
        padding: 0 6vw;
        position: relative;
        top: 0vw;
    }

    .head img {
        width: 65%;
    }

    .section2 .bg {
        display: none;
    }

    .section2 .bg-m {
        display: block;
        width: 100%;
        background-size: cover;
        margin-top: -66vw;
    }

    .section2 .title-1 p {
        z-index: 2;
        text-align: center;
        padding: 0 10vw;
        font-size: 3.1vw;
        line-height: 3.8vw;
    }

    .section2 .title {
        position: relative;
        top: -10vw;
        width: 85vw;
    }

    .section2 .title-1 .span1 {
        font-size: 10vw;
    }

    .section2 .title-1 h1 {
        font-size: 3.5vw;
        top: 9vw;
    }


    .section3 {
        height: fit-content;
        width: 100%;
        background-image: url(/images/bg_pattern.webp);
        background-size: contain;
        display: flex;
        align-items: center;
        margin-top: -3.8vw;
        flex-direction: column;
    }

    .section3 .left img {
        width: 70vw;
    }


    .section3 .right .borders {
        margin-top: -10vw;
        margin-bottom: 11vw;
    }

    .section3 .right .text #text1 {
        position: relative;
        top: 5vw;
        left: 10vw;
    }

    .section3 .right .text #text2 {
        position: relative;
        top: 5vw;
        left: 28.6vw;
    }

    .section3 .right .text #text3 {
        position: relative;
        top: 31vw;
        right: 48.2vw;
    }

    .section3 .right .text #text4 {
        position: relative;
        position: relative;
        top: 31.2vw;
        right: 16.7vw;
    }


    .section3 .right img {
        width: 42vw;
        padding: 2vw 3vw;
    }

    .section3 .right .text {
        font-size: 3.5vw;
    }
    .section4 {
        margin-bottom: -37vw;
    }

    .peacock {
        display: none;
    }

    .peacock-m {
        display: block;
        width: 100%;
        margin-bottom: -13vw;
        margin-top: -8vw;
    }

    html,
    body {
        position: relative;
        height: 100%;
    }
    
    .swiper {
        width: 100%;
        height: fit-content;
        /* margin-right: 20vw; */
        top: -68vw;
    }
    
    .swiper-slide {
        text-align: center;
        /* font-size: 18px; */
        background: #fff;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        border-radius: 2vw;
    }
    
    .swiper-slide img {
        display: block;
        width: 7.5vw;
    }
    
    .swiper-slide p{
        font-size: 3vw;
        /* margin: 5vw 0; */
        padding: 3vw 3vw;
    }
    .swiper-slide h3{
        font-size: 2vw;
    }
    .swiper-slide h4{
        font-size: 1.5vw;
    }
    footer .ft-content {
        padding: 0 4vw 12vw 4vw;
    }

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

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

    footer h4 {
        font-size: 2vw;

    }
}

@media screen and (max-width:400px) {
    .swiper-slide {
        text-align: center;
        /* font-size: 18px; */
        background: #fff;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        border-radius: 2vw;
    }

    .swiper-slide img {
        display: block;
        width: 7.5vw;
        padding-top: 2vw;
    }
    
    .swiper-slide p{
        font-size: 3.5vw;
        /* margin: 5vw 0; */
        padding: 3vw 3vw;
    }
    .swiper-slide h3{
        font-size: 2.5vw;
    }
    .swiper-slide h4{
        font-size: 2vw;
        padding-bottom: 2vw;
    }
    footer .ft-content {
        padding: 0 4vw 12vw 4vw;
    }
    
}