*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", system-ui;
}

html,
body{
    overflow-x: hidden;
    height: 100%;
    scroll-behavior: smooth;
    background-color: #232323;
    width: 100%;
}


.nav-box-line{
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-box-img{
    height: 90%;
    width: 80%;
    border: 4px solid black;
}

.nav{
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding-left: 4vw;
    color: #57FF7D;
}

.nav-2{
    height: 100%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-2 a:hover{
    color: #57FF7D;
    transition: all 0.3s ease;
}

.nav-2 a{
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-size: 2vw;
    font-family: "Bebas Neue", sans-serif;
}

.menu{
    height: 5vh;
    cursor: pointer;
    width: 8vw;
    border-radius: 2rem;
    border: none;
    background-color: #57FF7D;
    font-size: 1.2vw;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;

}

.page1{
    height: 100vh;
    width: 100%;
    background: url(assets/grid.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.page1-line{
    display: flex;
    height: 90vh;
    width: 100%;
}

.page1-left{
    height: 100%;
    padding: 4vw;
    width: 50%;
}

.page1-right{
    height: 100%;
    width: 50%;
    position: relative;
}

.page1-left h1{
    font-family: "Bebas Neue", sans-serif;
    color: #57FF7D;
    line-height: 18vh;
    letter-spacing: 0.5vw;
    font-size: 8vw;
}

.page1-left p{
    color: white;
}

.btn-hover{
    width: 12vw;
    height: 5vh;
    display: block;
    margin-top: 6vh;
}

.shopnow{
    height: 5vh;
    width: 12vw;
    transition: all 0.3s linear;
    border-radius: 4px;
    border: none;
    font-family: "Bebas Neue", sans-serif;
    background-color: #57FF7D;
    font-size: 2vw;
    cursor: pointer;
}

.img2{
    height: 90vh;
    bottom: 0;
    right: 0;
    width: 80vh;
    position: absolute;
    z-index: 2;
}

.page2{
    height: 100vh;
    width: 100%;
    flex-direction: column;
    display: flex;
    background-color: #232323;
}

.page2 h1{
    color: #57FF7D;
    font-size: 6vw;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    padding: 6vw;
}

.page-line{
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}


.box{
    height: 50vh;
    border-radius: 6px;
    width: 28vw;
    background: url(assets/box-bg.png);
    background-position: center;
    padding: 1vw;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.box-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-line>button{
    height: 5vh;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #232323;
    width: 10vw;
    background-color: transparent;
}

.box-line>i{
    font-size: 3vw;
}


.box h2{
    color: #232323;
    font-size: 2vw;
    font-weight: 600;
}

.boximg{
    height: 35vh;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
    right: 0;
}

.boximg:hover{
    scale: 1.2;
}

.page3{
    height: 100vh;
    background-color: #232323;
    width: 100%;
    padding: 6vw;
}

.page3>h1{
    font-size: 5vw;
    color: #57FF7D;
    display: inline;
    font-family: "Bebas Neue", sans-serif;
}

.page3>h1>span{
    background-color: #57FF7D;
    color: #232323;
    font-family: "Bebas Neue", sans-serif;
    font-size: 3vw;
    padding:0 1vw;
    display: inline;
    margin-left: 2vw;
    border-radius: 6px;
}

.page3-line{
    height: 70vh;
    width: 100%;
}

.cont{
    display: flex;
    height: 100%;

    width: 100%;
    align-items: center;
    overflow-x: auto;
}

.page3-box{
    flex-shrink: 0;
    margin-left: 6vw;
    height: 60vh;
    width: 30vw;
    background-color: transparent;
    border: 2px solid #57FF7D;
    border-radius: 6px;
    padding: 2vw;
}

.cont img{
    height:25vh;
    transition: all 0.3s cubic-bezier(0.42, 0, 0, 1.41);
    margin-left: 5.5vw;
    display: block;
}


.cont::-webkit-scrollbar{
    background-color: transparent;
    height: 5px;
}
.cont::-webkit-scrollbar-thumb{
    background-color: #57FF7D;
    border-radius: 2vw;
}

.page3-box span{
    font-family: "Bebas Neue", sans-serif;
    color: #57FF7D;
    font-size: 5vw;
}


.page3-box h4{
    color: white;
    font-weight: 400;
    font-size: 2vw;
}

.page3-box p{
    color: gray;
}

.cont img:hover{
    scale: 1.4;
    rotate: 20deg;
}

.page4{
    height: 100vh;
    width: 100%;
    background: url(assets/bubbles.png);
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    text-align: center;
}

.page4>h1{
    color: #57FF7D;
    font-family: "Bebas Neue", sans-serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 10vh;
}

.page4>p{
    width: 30%;
    font-size: 0.8vw;
    padding-top: 4vh;
    color: white;
    padding-bottom: 6vh;
}

.text-line{
    height: 40vh;
    width: 100%;
    background-color: #232323;
}

.cont-2{
    padding: 1vw;
    display: flex;
    overflow-x:hidden;
    height: 100%;
    background-color: #232323;
    width: 100%;
}

.text-line img{
    height: 30vh;
}


.page-5{
    height: 40vh;
    z-index: 9;
    width: 100%;
    background: #232323;
}

.page-5 h1{
    color: #57FF7D;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    font-size: 6vw;
}

.page-5 span{
    color: #232323;
    background-color: #57FF7D;
    padding:0  1vw;
    border-radius: 6px;
    margin-left: 2vw;
}

.rating{
    height: 100vh;
    background-color: #232323;
    width: 100%;
    display: flex;
}

.rating-right{
    height: 100%;
    width: 50%;
    position: relative;
}

.rating-right p{
    left: 5%;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.5vw;
    color: #57FF7D;
    position: absolute;
    width: 90%;
    top: 40%;
}

.rating-right h4{
    color: white;
    position: absolute;
    left: 5%;
    top: 65%;
}

.rating-right span{
    color: gray;
    font-size: 0.8vw;
    left: 5%;
    top: 68%;
    position: absolute;
}

.rating-left{
    height: 100%;
    width: 50%;
    padding: 6vw;
    position: relative;
}

.pic2{
    height: 25vh;
    border-radius: 50%;
    background-color: #57FF7D;
    position: absolute;
    top: 25%;
    left: 23%;
    filter: brightness(50%);
    cursor: pointer;
}

.pic3{
    height: 30vh;
    border-radius: 50%;
    background-color: #57FF7D;
    position: absolute;
    bottom: 6%;
    filter: brightness(50%);
    left: 38%;
    cursor: pointer;
}

.rating-left i{
    font-size: 6vw;
    color: #57FF7D;
    position: absolute;
    right: 15%;
    top: 40%;
}

.menu-bar{
    height: 100vh;
    width: 60%;
    position:absolute;
    background-color: #57FF7D;
    right: -70%;
    top: 0;
    z-index: 99;
    padding: 4vw;
}

.menu-bar>a{
    color: #232323;
    text-decoration: none;
    font-size: 6vw;
    display: block;
    font-family: "Bebas Neue", sans-serif;
}

.menu-bar>a::before{
    content: '';
    position: absolute;
    width: 0vw;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 4px;
    background-color: #232323;
}

.menu-bar>a:hover::before{
    width: 10vw;
}

#close{
    font-size: 2vw;
    right: 8%;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s;
}

#close:hover{
    rotate: 100deg;
}

.nav-box>img{
    bottom: 0;
    height: 20vh;
    position: absolute;
}

.nav-box>h2{
    color: white;
    position: absolute;
    left: 10%;
}

.page6{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page6-box{
    height: 70vh;
    width: 40vw;
    border-radius: 12px;
    display: flex;
    background-color: rgb(255, 255, 255);
}

.page6-right{
    height: 100%;
    width: 50%;
    border-radius: 12px;
}

.page6-left{
    height: 100%;
    width: 50%;
    border-left: 2px solid black;
    border-radius: 12px;
}

.top{
    padding: 1vw;
    height:30%;
    width: 100%;
    border-bottom: black 2px solid;
}

.top h1{
    font-family: "Bebas Neue", sans-serif;
    font-size: 4vw;
    line-height: 8vh;
}

#top1{
    border-top-left-radius: 6px;
    border-right: 2px solid black;
    background-color: #57FF7D;
}

.content{
    height: 70%;
    width: 100%;
    padding: 1.2vw;
}

.content img{
    height: 2vh;
}

.content ul{
    list-style: none;
    font-size: 1.2vw;
}

.content li{
    padding-top: 2vh;
}

#content1{
    border-right: 2px solid black;
}

.faq{
    height: auto;
    width: 100%;
    background-color: #232323;

}

.faq-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
}

.faq-title {
    text-align: center;
    font-size: 3vw;
    font-family: "Bebas Neue", sans-serif;
    color: #57FF7D;
    margin-bottom: 40px;
}

.faq-item {
    background-color: #333;
    border: 1px solid #57FF7D;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px 20px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: #57FF7D;
}

.faq-answer {
    max-height: 0;
    overflow: hidden; 
    opacity: 0; 
    transition:0.5s ease-out, 0.5s ease-out; 
    font-size: 16px;
    color: #ddd;
    padding-top: 10px; 
}

.faq-item.active .faq-answer {
    max-height: 300px; 
    opacity: 1; 
}

.ri-add-line {
    font-size: 24px;
    color: #57FF7D;
    transition: transform 0.3s ease;
}

.faq-item.active .ri-add-line {
    transform: rotate(45deg);
}

footer{
    height: 80vh;
    width: 100%;
    background: url(assets/grid.png);
    background-position: center;
    background-size: cover;
    display: flex;
}

.f-left{
    height: 100%;
    width: 35%;
    padding: 4vw;
}

.f-left span{
    color: #57FF7D;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2vw;
}

.f-left iframe{
    height: 80%;
    width: 100%;
    margin-top: 6vh;
}

.f-right{
    height: 100%;
    width: 65%;
    display: flex;
}

.fr-left{
    height: 100%;
    width: 40%;
    padding: 4vw;
    border-left: #57FF7D 2px solid;
}

.fr-right{
    height: 100%;
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 4vw;
    border-left: 2px solid #57FF7D;
    color: #57FF7D;
}

.fr-right h1{
    line-height: 8vh;
    height: 100%;
    font-size: 4vw;
}

.fr-left h1{
    font-family: "Bebas Neue", sans-serif;
    font-size: 4vw;
    color: #57FF7D;
}

.fr-left a{
    color: white;
    text-decoration: none;
    font-size: 4vw;
    font-family: "Bebas Neue", sans-serif;
    padding-top: 2vh;
    display: block;
    transition: all 0.3s;
    position: relative;
}

.fr-left a::before{
    content: '';
    width: 0vw;
    height: 4px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: #57FF7D;
    position: absolute;
}

.fr-left a:hover::before{
    width: 10vw;
}

.fr-left a:hover{
    color: #57FF7D;
}


@media (max-width:600px) {
    .nav{
        height: 12vh;
    }

    .nav-1{
        width: 60%;
        padding-left: 2vw;
    }

    .nav-1 h1{
        font-size: 6vw;
    }
    
    .nav-2{
        width: 40%;
    }
    
    .nav-2 a{
        display: none;
    }
    
    .menu{
        width: 25vw;
        border-radius: 3vw;
        font-size: 5.2vw;
    }

    .menu-bar{
        width: 100%;
        padding: 12vw;
        right: -100%;
    }
    
    .menu-bar>a{
        font-size: 20vw;
    }
    
    #close{
        font-size: 10vw;
    }
    .nav-box-line{
        display: none;
    }

    .page1-line{
        display: flex;
        flex-direction: column;
        height: 90vh;
        width: 100%;
    }
    
    .page1-left{
        height: 50%;
        padding: 4vw;
        width: 100%;
    }
    
    .page1-right{
        height: 50%;
        width: 100%;
    }
    
    .page1-left h1{
        padding-bottom: 4vh;
        line-height: 5vh;
    }
        
    .img1{
        height: 30vw;
        top: 10%;
        left: 10%;
        width: 30vw;
    }
    
    .img2{
        height: 40vh;
        width: 40vh;
    }
    
    .img4{
        height: 30vw;
        width: 32vw;
        top: 40%;
        right: 0%;
        z-index: 10;
    }
    

    .page2{
        padding: 12vw;
        flex-direction: column;

    }
    
    .page2 h1{
        font-size: 16vw;
    }
    
    .page-line{
        flex-direction: column;
    }
    
    .box{
        height: 30vh;
        width: 100%;
        margin-top: 5vh;
        padding: 4vw;
    }
    
    .box-line>button{
        width: 40vw;
    }
    
    .box-line>i{
        font-size: 10vw;
    }
    
    .box h2{
        font-size: 6vw;
        font-weight: 400;
    }
    
    .boximg{
        height: 25vh;
        right: -10%;
    }


    .page3{
        height: auto;
    }
    
    .page3>h1{
        font-size: 10vw;
    }
    
    .page3-line{
        height: 100%;
        width: 100%;
    }
    
    .cont{
        flex-direction: column;
        overflow: hidden;
        height: auto;
    }
    
    .page3-box{
        height: 50vh;
        width: 90%;
        margin-top: 5vh;
        height: auto;
        padding: 2vw;
    }
    
    .cont img{
        height:20vh;
        margin-left: 10vw;
    }
    
    .page3-box span{
        padding-top: 2vh;
        font-size: 10vw;
    }
    
    
    .page3-box h4{
        color: white;
        font-weight: 400;
        font-size: 6vw;
    }
    
    .page3-box p{
        font-size: 4vw;    
        padding-top: 2vh;
    }

    
    .cont img:hover{
        scale: 1.4;
        rotate: 20deg;
    }
    .toggle{
        height: 100%;
        width: 100%;
    }

    .page4>h1{
        font-size: 10vw;
        line-height: 4vh;
    }
    
    .page4>p{
        width: 80%;
        font-size: 4vw;
    }
    
    .text-line{
        display: none;
    }
    
    .shopnow{
        width: 32vw;
        border-radius: 4px;
        font-size: 6vw;
    }

    .page-5{
        height:auto;
        padding: 6vw;
        z-index: 9;
        width: 100%;
        background: #232323;
    }
    
    .page-5 h1{
        font-size: 10vw;
    }


    .rating{
        flex-direction: column;
        display: flex;
    }
    
    .rating-right{
        height: 40%;
        width: 100%;
    }
    
    .rating-right p{
        left: 5%;
        font-size: 7vw;
        top: 10%;
    }
    
    .rating-right span{
        font-size: 4vw;
        top: 74%;
    }
    
    .rating-left{
        height: 60%;
        width: 100%;
    }
    
    .pic2{
        height: 25vh;
        top: 0%;
        left: 10%;
    }
    
    .rating-left i{
        font-size: 22vw;
        right: 10%;
        top: 10%;
    }

    .page6{
        height: 220vh;
        flex-direction: column;
    }
    
    .page6-box{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: transparent;
        padding: 6vw;
    }
    
    .page6-right{
        height: 90vh;
        margin-top: 10vh;
        margin-bottom: 10vh;
        width: 100%;
        background-color: #FFFFFF;
    }
    
    .page6-left{
        height: 90vh;
        margin-top: 10vh;
        margin-bottom: 10vh;
        width: 100%;
        background-color: #FFFFFF;
    }
    
    .top{
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 6vw;
        border-bottom: 2px solid black;
        height:20%;
    }
    
    .top h1{
        font-family: "Bebas Neue", sans-serif;
        line-height: 6vh;
        font-size: 12vw;
    }
    
    .content{
        height: fit-content;
        width: 100%;
        padding: 6vw;
    }
    
    .content img{
        height: 5vh;
    }
    
    .content ul{
        list-style: none;
        font-size: 5vw;
    }
    
    .content li{
        padding-top: 2vh;
    }

    .fr-right p{
        font-size: 2vw;
    }

    footer{
        height: 100vh;
    }

    #f-left{
        flex-direction: column;
    }
    
    .f-left{
        height: 50%;
        width: 100%;
        padding: 4vw;
    }
    
    .f-left span{
        color: #57FF7D;
        font-family: "Bebas Neue", sans-serif;
        font-size: 10vw;
    }
    
    .f-left iframe{
        height: 80%;
        width: 100%;
        margin-top: 2vh;
    }

    .faq-title{
        font-size: 10vw;
    }
    
    .f-right{
        height: 50%;
        width: 100%;
        display: flex;
    }
    
    .fr-left{
        height: 100%;
        width: 40%;
        padding: 4vw;
        border-left: #57FF7D 2px solid;
    }
    
    .fr-right{
        height: 100%;
        width: 60%;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        flex-direction: column;
        padding: 4vw;
        border-left: 2px solid #57FF7D;
        color: #57FF7D;
    }
    
    .fr-right h1{
        line-height: 8vh;
        height: 100%;
        font-size: 12vw;
    }
    
    .fr-left h1{
        font-family: "Bebas Neue", sans-serif;
        font-size: 10vw;
        color: #57FF7D;
    }
    
    .fr-left a{
        color: white;
        text-decoration: none;
        font-size: 6vw;
        font-family: "Bebas Neue", sans-serif;
        padding-top: 2vh;
        display: block;
        transition: all 0.3s;
        position: relative;
    }
    
    .fr-left a::before{
        content: '';
        width: 0vw;
        height: 4px;
        transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        background-color: #57FF7D;
        position: absolute;
    }
    
    .fr-left a:hover::before{
        width: 10vw;
    }
    
    .fr-left a:hover{
        color: #57FF7D;
    }
    
    
}


