*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
html, body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.mobile-v{
    display: none!important;
}
img{
    max-width: 100%;
}
section{
    padding-top: 100px;
}
main{
    position: relative;
    z-index: 0;
    background-color: #fff;
    overflow-x:hidden ;
}
p{
    font-size: 1vw;
    font-weight: 400;
}
h3 span, h3 {
    font-size: 1.5vw;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Arvo', sans-serif;
}
.section1{
    height: 100vh;
    width: 100%;
    position: relative;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px;
}
nav h1{
    font-size: 1.5vw;
    font-weight: 400;
}
nav h1 i{
    rotate: 45deg;
    display: inline-block;
}
nav h4{
    font-size: 1vw;
    font-weight: 400;
}
nav button{
    font-size: 1vw;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    margin: 0;
}
.part2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.center{
    padding: 40px 0;
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
}
.center h1{
    font-size: 4.5vw;
    line-height: 1.1;
    font-family: 'Arvo';
    font-weight: 400;
}
.center p{
    padding-top: 40px;
}
button{
    margin-top: 30px;
    font-size: 1vw;
    padding: 15px 25px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    font-family: "Arvo";
    border: 0;
    font-weight: 400;
}

.center-part1{
    height: 100%;
    width: 45%;
    display: flex;
    align-items: center;
}
.center-part2{
    height: 100%;
    width: 55%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: right;
}
.center-part2 img {
    width: 33vw;
}
.section1{
padding-top: 0;
}
.section1 .brands{
    padding-top: 3vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    filter: grayscale(1);
}
.section1 .brands img {
    width: 9vw;
}
.section3 .services-part1{
    display: flex;
}
.sec-heading{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sec-heading h2{
    background-color: #b9ff66;
    font-weight: 400;
    font-size: 2.5vw;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 2.2vw;
}
.sec-heading p{
    padding-left: 10px;
}
.box-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 50px;
}
.box {
    flex: 0 0 calc(50% - 20px);
    background-color: #F3F3F3;
    padding: 20px;
    border: 1px solid #191A23;
    margin-bottom: 20px;
    border-radius: 20px;
    border-bottom: 6px solid #000;
    display: flex;
    text-align: left;
    justify-content: space-between;
    min-height: 155px;
}

.box .box-left{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.box .box-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section3 .services-part2 .box .box-right img{
    width: 13vw;
    height: auto;
}
.section3 .services-part2 .box h3 span{
    background-color: #b9ff66;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 4px;
    font-family: 'Arvo';
    font-weight: 400;
}
.section3 .services-part2 .box .box-left p i{
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: #000;
    color: #b9ff66;
    border-radius: 50%;
    margin-right: 5px;
}
.section3 .services-part2 .box:last-child img{
    filter: invert(1);
}
.section3 .services-part2 .box:nth-child(2), 
.section3 .services-part2 .box:nth-child(5){
    background-color: #b9ff66;
}
.section3 .services-part2 .box:nth-child(2) h3 span, 
.section3 .services-part2 .box:nth-child(5) h3 span{
background-color: #fff;
}
.section3 .services-part2 .box:nth-child(3), 
.section3 .services-part2 .box:last-child{
    background-color: #191A23;
}
.section3 .services-part2 .box:nth-child(3) .box-left p i, 
.section3 .services-part2 .box:last-child .box-left p i{
background-color: #fff;
color: #191A23;
}
.section3 .services-part2 .box:nth-child(3) .box-left p, 
.section3 .services-part2 .box:last-child .box-left p{
color: #fff;
}
.section4 .box-wrapper .box{
    flex: 0 0 calc(100%);
    border: 0;
    min-height: auto;
    padding: 90px 40px;
}
.section4 .box-wrapper .box .box-left{
    width: 40%;
    align-items: flex-start;
    justify-content: flex-start;
}
.section4 .box-wrapper .box h3{
    font-weight: 500;
}
.section4 .box-wrapper .box p{
padding-top: 20px;
}
.section4 .box-wrapper .box button{
    margin-top: 20px;
}
.section4 .box-wrapper .box img{
    position: absolute;
    right: 9%;
    width: 25vw;
}

.section5 .accordian{
    margin-top: 50px;
}
.section5 .accordian-inner{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #F3F3F3;
    border-radius: 10px;
    border-bottom: 5px solid #191A23;
    padding: 20px;
    margin-bottom: 20px;
}
.section5 .accordian-inner:last-child{margin-bottom: 0;}
.section5 .accordian-inner .ques{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.section5 .accordian .accordian-inner .ques h2{
    font-weight: 400;
    display: flex;
    align-items: center;
}
.section5 .accordian .accordian-inner .ques h2 span{
    font-weight: 300;
    font-family: 'Arvo', sans-serif;
    font-size: 1.5vw;
    display: inline-block;
    padding-left: 10px;
}
.section5 .accordian .accordian-inner .ques button {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    font-size: 2vw;
    border-radius: 50%;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
}
.section5 .accordian .accordian-inner .ans{
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 15px;
    display: none;
}
.section5 .accordian .accordian-inner.active .ans{
    display: block;
}
.section5 .accordian .accordian-inner.active{
    background-color: #b9ff66;
}

.section6 .box {
    flex-direction: column;
    flex: 0 0 calc(33.33% - 20px);
    min-height: auto;
    background-color: #fff;
}
.section6 .box .box-left {
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
}
.box-left-first {
    display: flex;
    align-items: flex-end;
}
.section6 .box-left img{
    width: 7vw;
}
.section6 .box-left h3{
    padding-left: 10px;
    line-height: 0.8;
}
.section6 .box-left h3 span:first-child{
    font-size: 1.2vw;
    font-weight: 500;
}
.section6 .box-left h3 span:last-child{
    font-size: 0.9vw;
    font-weight: 400;
}
.section6 .box-left button {
    padding: 0;
    margin: 0;
    background-color: #191A23;
    font-size: 1vw;
    border-radius: 50%;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #b9ff66;
}
.section6 .box-bottom{
    margin-top: 25px;
    border-top: 1px solid #191A23;
    padding-top: 20px;
}
.wrapper{
    background-color: #fff;
    z-index: 1;
    width: 100%;
    padding: 0 5%;
}
.footer-inner {
    background-color: #1a1a1a;
    padding: 40px;
    color: #f0f0f0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 100px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo h2 {
    font-size: 24px;
    color: #f0f0f0;
    margin: 0;
}

.footer-nav {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.footer-nav a {
    color: #f0f0f0;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 500;
}
.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social a {
    padding: 0;
    margin: 0;
    background-color: #b9ff66;
    font-size: 1vw;
    border-radius: 50%;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #000;
    text-decoration: none;
}
.footer-social a img {
    width: 24px;
    margin: 0 10px;
}

.footer-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.contact-label {
    background-color: #b9ff66;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.footer-contact p:last-child {
    margin-top: 30px;
    width: 78%;
}
.footer-subscribe {
    background-color: #2a2a2a;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center;
}

.footer-subscribe input[type="email"] {
    padding: 10px;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background-color: #1a1a1a;
    color: #f0f0f0;
}

.footer-subscribe button {
    background-color: #b9ff66;
    border: none;
    padding: 13px 10px;
    width: 100%;
    border-radius: 5px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 0;
    margin-left: 10px;
}

.footer-copyright {
    margin-top: 40px;
    text-align: left;
    border-top: 1px solid #333;
    padding-top: 20px;
}

.footer-copyright a {
    color: #f0f0f0;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .mobile-v{
        display: block!important;
    }
    .desktop-v{
        display: none!important;
    }
    .mobile-v .part2 {
        flex-direction: column;
        position: fixed;
        width: 80%;
        height: 100vh;
        background-color: rgba(0,0,0,0.544);
        right: -100%;
        left:auto;
        top: 0;
        z-index: 1;
        align-items: flex-start;
        padding-left: 30px;
        color: #fff;
        justify-content: flex-start;
        padding: 150px 60px;
        transform: translateX(-75px);
        backdrop-filter: blur(10px);
    }
    nav h1 {
        font-size: 20px;
    }
    .mobile-v nav .part2 h1 {
        opacity: 0;
    }
    nav h4 {
        font-size: 20px;
    }
    nav button {
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #fff;
        background-color: transparent;
        color: #fff;
        margin: 0;
    }
    button.menu-icon {
        padding: 0;
        margin: 0;
        background: transparent;
        color: #000;
        position: absolute;
        right: 0;
        font-size: 16px;
        border: 1px solid #000;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        top: 20px;
    }
    button.menu-close {
        border: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 30px!important;
        color: #b9ff66;
    }
    section {
        padding-top: 50px;
    }
    .section1 {
        min-height: 1150px;
    }
    .center {
        height: auto;
        padding: 20px 0;
    }
    .center-part1{
        width: 100%;
    }
    .center h1 {
        font-size: 38px;
        width: 350px;
    }
    .center p {
        width: 350px;
    }
    p, button, .footer-social a{
        font-size: 16px!important;
    }
    .section3 .services-part1 {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .sec-heading{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .sec-heading h2 {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .sec-heading p{
        padding-left: 0;
    }
    .section1 .brands {
        gap: 20px;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .section1 .brands img {
        flex: 0 0 calc(27% - 20px);
    }
    .box {
        flex: 0 0 calc(100%);
        margin-bottom: 10px;
    }
    h3 span, h3 {
        font-size: 20px;
    }
    .section4 .box-wrapper .box{
        flex-direction: column-reverse;
        padding: 40px;
    }
    .section4 .box-wrapper .box .box-left {
        width: 100%;
    }
    .section4 .box-wrapper .box img {
        position: relative;
        margin-bottom: 20px;
        right: auto;
        width: auto;
    }
    .section5 .accordian .accordian-inner .ques h2 span {
        font-size: 16px;
    }
    .section5 .accordian .accordian-inner .ques button {
        font-size: 16px;
        width: 28px;
        height: 28px;
        margin-right: 3px;
    }
    .section6 .box {
        flex: 0 0 calc(100%);
    }
    .section6 .box-left h3 span:first-child {
        font-size: 20px;
    }
    .section6 .box-left h3 span:last-child {
        font-size: 12px;
    }
    .footer{
        margin-top: 50px;
    }
    .footer-top {
        flex-direction: column;
    }
    .footer-nav {
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-subscribe {
        margin-top: 20px;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .footer-subscribe button{
        margin-top: 10px;
        margin-left: 0;
    }
    .footer-contact, .footer-copyright{
        text-align: center;
    }
    .footer-contact p:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 490px) {
    .section1 {
        min-height: 880px;
    }
}