* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: montserrat,NoiGrotesk,sans-serif;
}
html,
body {
    height: 100%;
    width: 100%;
}
#main {
    position: relative;
    overflow: hidden;
}
#page {
    position: relative;
    height: 100vh;
    width: 100vw;
}
canvas {
    position: relative;
    height: 100vh;
    width: 100vw;
    z-index: 9;
}
#nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
    border-radius: 10px;
    height: 5.5vh;
    width: 31vw;
    background-color: #ffffff54;
    backdrop-filter: blur(10px);
    padding: 0px 20px;
}
#nav>img {
    width: 10%;
    margin-left: 15px;
}
#nav>button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 15px;
    border-radius: 10px;
    border: none;
    background-color: #ffcd6d;
    font-weight: 500;
    width: 120px;
    font-size: 15px;
}
#center-nav>a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 500;
}
#center-nav a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.dropdown2 a {
    margin-left: 8px;
}
.dropdown .dropdown2{
    margin-right: 15px;
}
#page>h1 {
    font-size: 80px;
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 38%;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, -50%);
}
#page>h4 {
    font-size: 30px;
    position: absolute;
    text-align: center;
    top: 60%;
    font-weight: 400;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #565656;
}
#page1 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #E5E1DC;
}
#page1>h1 {
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 80px;
    font-weight: 500;
}
#page1>h4 {
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    white-space: nowrap;
    color: #565656;
    z-index: 99;
}
#page2 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: transparent;
}
#page3 {
    position: relative;
    z-index: 99;
    height: 100vh;
    width: 100vw;
    background-color: transparent;
}
#page4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 99;
    height: 100vh;
    width: 100vw;
    background-color: transparent;
    text-align: center;
    background-color: #E4E0DD;
}
#page4>h1 {
    font-weight: 500;
    font-size: 2.7vw;
}
#page4>h4 {
    margin-top: 30px;
    margin-bottom: 30;
    font-weight: 500;
    color: black;
    font-size: 1.5vw;
}
#page5 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}
#page5 .product {
    position: relative;
    height: 100vh;
    width: 100vw;
    margin-left: 15%;
    margin-top: 50px;
    font-size: 2.5rem;
}
.product>h1{
    font-family: montserrat, NoiGrotesk, sans-serif;
    font-weight: normal;
    margin-top: 80px;
}
#center-page5 {
    display: flex;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
    width: 65%;
    background-color: #F6F3EF;
}
#left-page5 {
    height: 100%;
    width: 50%;
}
#left-page5>svg {
    scale: 0.7;
}
#right-page5 {
    display: flex;
    align-items: start;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding-left: 60px;
}
#right-page5>h1 {
    font-weight: 500;
    font-size: 3.9rem;
}
#why{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
#why>h1{
    font-weight: 500;
    font-size: 5.9rem;
}
#right-page5>h4 {
    font-weight: 500;
    width: 70%;
    color: black;
    font-size: 1.3rem;
}
#right-page5>button {
    padding: 10px 20px;
    border: none;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
}
#page6 {
    position: relative;
    display: flex;
    height: 50vh;
    width: 90vw;
    margin-top: 7%;
}
.left-page6 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 60%;
    padding-left: 10vw;
    margin-left: 15%;
}
.left-page6>h1 {
    font-size: 2.8vw;
    font-weight: 500;
}
.left-page6>h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    width: 90%;
}
.right-page6 {
    position: relative;
    height: 100%;
    width: 80%;
}
.right-page6>video {
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 110%;
}
#page7 {
    position: relative;
    display: flex;
    height: 50vh;
    width: 100vw;
}
.left-page7 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding-left: 10vw;
}
.left-page7>h1 {
    font-size: 2.8vw;
    font-weight: 500;
}
.left-page7>h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    width: 50%;
}
.right-page7 {
    position: relative;
    height: 100%;
    width: 50%;
}
.right-page7>video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 110%;
}
#page8 {
    position: relative;
    display: flex;
    height: 60vh;
    width: 100vw;
}
.left-page8 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding-left: 15vw;
}
.left-page8>h1 {
    font-size: 2.8vw;
    font-weight: 500;
}
.left-page8>h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    width: 60%;
}
.right-page8 {
    position: relative;
    height: 100%;
    width: 40%;
}
.right-page8>img {
    position: absolute;
    left: 60%;
    top: 60%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: 80%;
}
.image-container {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.image-container img {
    max-width: 100%;
    height: auto;
}
.dropdown {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 18;
    color: black;
}
.dropdown a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 18;
    color: black;
}
.dropdown-content {
    position: absolute;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 20px;
    width: 800px;
    max-width: 90vw;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    top: 40px;
    display: flex; 
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translate(-50%, 10px); 
}
.dropdown-column {
    text-decoration: none;
    flex: 1;
    min-width: 180px;
}
.dropdown-column h4 {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.dropdown-column p {
    text-decoration: none;
    font-size: 12px;
    color: gray;
    margin-bottom: 10px;
}
.dropdown-content a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    padding: 5px 0;
}
.dropdown-content a:hover {
    text-decoration: none;
    color: #007bff;
}
.dropdown:hover .dropdown-content {
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px); 
}
.btn {
    background-color: #f8c24e;
    color: black;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}
.btn:hover {
    background-color: #e6b342;
}
.resources-dropdown {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}
.resources-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.resources-left a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    padding: 5px 0;
}
.resources-left a:hover {
    color: #007bff;
    text-decoration: none;
}
.resources-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    text-align: right;
    max-width: 300px; 
}
.resources-right h4 {
    font-size: 14px;
    font-weight: 500;
    color: gray;
}
.featured-item {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    width: 100%; 
    font-weight: 500;
}
.featured-item img {
    width: 90px;
    height: 70px;
    border-radius: 5px;
    flex-shrink: 0; 
}
.featured-text {
    text-align: left;
    min-width: 150px; 
    max-width: 200px; 
    font-weight: 500;
    margin-top: 15px;
}
.featured-text h5 {
    font-size: 12px;
    color: gray;
    margin: 0;
    font-weight: 500;
    margin-bottom: 5px;
}
.featured-text p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: black;
}
.product-dropdown {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.product-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-column h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-column p {
    font-size: 12px;
    color: gray;
    margin-bottom: 10px;
}
.product-column a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    padding: 5px 0;
}
.product-column a:hover {
    color: #007bff;
} 
.modern{
    height: 10vh;
}
.modern>h3{
    margin-top: 30px;
    margin-bottom: 30;
    font-weight: normal;
    color: black;
    font-size: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider {
    width: 100%;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    white-space: nowrap;
}
.slides {
    display: flex;
    animation: infiniteScroll 5s linear infinite;
    gap: 150px;
}
.slides img {
    width: 120px;
    height: auto;
    flex-shrink: 0;
}
@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
#page9 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#blackcontainer {
    background-color: #2f2f2f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    padding: 30px;
    width: 60%;
    height: 50%;
}
.leftcontainers {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.cont {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    width: 300px;
    height: 70px;
    margin-top: 20px;
    padding: 10px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.cont img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}
.cont.visible {
    opacity: 1;
    transform: translateX(0);
}
.cont h4 {
    font-size: 17px;
    color: black;
    margin: 0;
    font-weight: 500;
}
.rightcontainers {
    width: 45%;
    text-align: left;
    padding: 10px;
}
.rightcontainers h1{
   font-weight: 500;
   color: white;
   font-size: 50px;
   margin-bottom: 20px;
}
.rightcontainers h4 {
    font-weight: normal;
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
}
#page10 {
    position: relative;
     background-color: #F6F3EF;
    display: flex;
    height: 100vh;
    width: 100vw;
}
.review-con {
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-left: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 30px;
    width: 270px;
    height: 350px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.left img {
    width: 60px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}
.right {
    text-align: left;
}
.right h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.right h5 {
    font-size: 10px;
    font-weight: bold;
    color: gray;
    margin-top: 5px;
}
.bottom {
    text-align: left;
    margin-top: 10px;
}
.bottom h4 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}
.profile-pic img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.reviews-wrapper.dragging {
    cursor: grabbing;
    transition: none;
}
.reviews-container {
    width: 80%;
    overflow: hidden;
    margin: auto;
    position: relative;
    cursor: grab;
}
.reviews-wrapper {
    display: flex;
    gap: 20px;
    width: max-content;
    transition: transform 0.3s ease-out;
    will-change: transform;
}
.review-card {
    width: 300px;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    user-select: none;
}
.page11 {
    height: 900px;
}
.card {
    text-align: center;
    padding: 20px;
    flex: 1;
    border-right: 1px solid #ddd;
}
.card:last-child {
    border-right: none;
}
.icon {
    display: block;
    margin-bottom: 10px;
}
.title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.text {
    color: #777;
}
.stars {
    font-size: 18px;
    color: black;
}
#page11 {
    height: 600px;
    background-color: #f8f6f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.trust {
    text-align: center;
    margin-bottom: 20px;
}
.company {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 90px;
}
.company img {
    max-width: 120px;
    height: auto;
    margin-bottom: 50px;
}
.trust-cont {
    display: flex;
    gap: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.trust h1 {
    margin-bottom: 30px;
    font-weight: normal;
}
#pagelast {
    margin-top: 50px;
    position: relative;
    background-color: #121718;
    display: flex;
    height: 60vh;
    width: 100vw;
}
.hero {
    text-align: center;
    padding: 100px 20px;
    font-size: 2.5rem;
}
.hero h1 {
    margin-left: 70px;
    font-weight: normal;
    color: white;
    align-self: flex-start;
    text-align: start;
}
.cta-btn {
    background-color: #ffc107;
    padding: 15px 25px;
    font-size: 1rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}
.footer {
    background-color: #121718;
    padding: 40px 20px;
    width: 100%;
    margin-top: auto;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-logo {
    display: flex;
    flex-direction: column;
}
.footer-logo img {
    height: 80px;
    width: 80px;
}
.footer-logo h2 {
    font-size: 24px;
}
.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.social-icons img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}
.footer-links {
    display: flex;
    gap: 40px;
}
.footer-links h3 {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 25px;
    color: white;
}
.footer-links ul {
    list-style: none;
}
.footer-links li {
    margin-bottom: 5px;
}
.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.footer-qr {
    text-align: center;
}
.footer-qr img {
    width: 80px;
    height: 80px;
}
.footer-qr p {
    margin-top: 5px;
    font-size: 14px;
    color: white;
}
