body{
    margin: 0;
    padding: 0;
    background-color: #000000;
    scroll-behavior: smooth;
}

.container{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.left-logo{
    display: flex;
    align-items: center;

}

.left-logo img{
    width: 200px;
    margin-right: 20px;
    
}

.left-logo button{
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;

    background-color: transparent;
    color: white;
    box-shadow: 0 0 15px;
}

.left-logo button:hover{
    opacity: 0.7;
}
.right-navigation{
    display: flex;
}

.right-navigation a{
text-decoration: none;
padding-left: 25px;
color: white;
font-size: 15px;

}

.video-section{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

}

.video-class{
    width: 100%;
    height: 100%;
    position: relative;
}

.video-product{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-info{
    z-index: 1;
    position: absolute;
    top: 80px;
    left: 50px;
}

.video-info h1{
    font-size: 100px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 20px;
    color: white;
}

.video-info p{
    color: white;
    max-width: 910px;
   margin-bottom: 40px;
}

.video-info button{
    background-color: #4b8ad3;
    border: 2px solid #4b8ad3;
    padding: 10px 40px;
    border-radius: 20px;
    cursor: pointer;
    color: black;
    transition: 0.3s;
}
.video-info button:hover{
    background-color: transparent;
    color: white;
    box-shadow: 0 0 15px #4b8ad3;
}

.video-text{
    font-size: 120px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 0;
    right: 20px;
    bottom: 30px;
    
}
.next-btn{
    width: 200px;
    height: 200px;
    background-color: #4b8ad3;
    position: absolute;
    left: 45%;
    bottom: 45%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    transition: 0.5s;
}

.next-btn:hover{
    width: 200px;
    height: 200px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.616);
}


.about-section{
    width: 100%;
    height: 100%;
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.image-box{
    width: 360px;
    height: 510px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section p{
    font-size: 12px;
}

.about-section h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    font-size: 100px;
    max-width: 1150px;
    text-align: center; 
    margin: 25px 0;
    text-transform: uppercase;

    
    background: linear-gradient(to right, #4acfee, #53f8c9, #02d79a, #6070fd, #2a46ff, #0099ff, #4acfee);
    background-size: 200%;
    background-clip: text;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
}
@keyframes animate-gradient{
    to{
        background-position: 200%;
    }
}

.about-section h4 { 
    margin-top: 50px;
    margin-bottom: 0;
}

.about-section h5{
    margin-top: 5px;
    color: gray;
    max-width: 425px;
    text-align: center;
    line-height: 25px;
}

.info-section{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 80%;
    margin-top: 100px;

}
.info-section h3{
    margin-bottom: 0;
}
.info-section p{
    margin-top: 5px;
    color: gray;
    max-width: 400px;
    line-height: 25px;
}


.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Center and size the video inside card */
.small-centered {
  width: 300px;         /* Set desired video width */
  max-width: 100%;
  margin: 0 auto;       /* Center horizontally */
}

.info-cards{
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
.card{
    position: relative;
    width: auto;
    height: 40vh;
    overflow: hidden;
    border: 1px solid gray;
    border-radius: 20px;
    transition: 0.5s;
}
.card h1{
    position: absolute;
    margin: 0;
    top: 10px;
    left: 5%;

    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 60px;
    z-index: 1;

    background: linear-gradient(to right, #4acfee, #53f8c9, #02d79a, #6070fd, #2a46ff, #0099ff, #4acfee);
    background-size: 200%;
    background-clip: text;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;

    max-width: 250px;
}

.card p{
    position: absolute;
    top: 80px;
    left: 5%;
    z-index: 1;
    max-width: 250px;
    color: lightgray;
}

.card video{
    width: 100%;
    height: 100%;
    object-fit: auto;
}
.card button{
    position: absolute;
    bottom: 5%;
    left: 5%;
    padding: 10px 25px;
    border: 1px solid gray;
    background-color: black;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 5px lightgrey;
    cursor: pointer;
    transition: 0.3s;
}
.card button:hover{
    box-shadow: 0 0 15px lightgray;
    opacity: 0.7;
}

.card:hover{
    box-shadow: 0 0 15px white;
}

.card:nth-child(1){
    grid-column: span 2;
}

.card:nth-child(2){
    grid-row: span 2;
    height: 83vh;
}


.contact-section{
    position: relative;
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
   margin-bottom: 100px;
}

.contact-section .img1{
    position: absolute;
    top: 10%;
    right: 20px;
    height: 200px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 14% 100%);
}

.contact-section .img2{
    position: absolute;
    top: 10px;
    left: 50px;
    height: 200px;
    clip-path: polygon(25% 0%, 67% 9%, 92% 52%, 75% 100%, 24% 86%, 0% 50%);
}

.contact-section .img3{
    position: absolute;
    left: 5%;
    bottom: 5%;
    height: 250px;
    width: 250px;
    clip-path: polygon(28% 13%, 67% 9%, 100% 51%, 75% 100%, 24% 86%, 0% 50%);
}

.contact-section p{
    margin-top: 100px;
}
.contact-section h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 70px;
    max-width: 550px;
    text-align: center;

    background: linear-gradient(to right, #4acfee, #53f8c9, #02d79a, #6070fd, #2a46ff, #0099ff, #4acfee);
    background-size: 200%;
    background-clip: text;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
}

.contact-section button{

    padding: 10px 25px;
    border: 1px solid gray;
    background-color: black;
    color: gray;
    border-radius: 20px;
    box-shadow: 0 0 5px lightgrey;
    cursor: pointer;
    transition: 0.3s;
}

.contact-section button:hover{
    box-shadow: 0 0 15px lightgray;
    opacity: 0.7;
}

.footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(211, 211, 211, 0.21);
    backdrop-filter: blur(10px);
    height: 100px;
}

.footer p{
    margin: 0 20px;
}   

.footer ul{
    display: flex;
    list-style: none;
    margin-right: 210px;
}

.footer a{
    text-decoration: none;
    color: white;
    padding: 7px 7px;
    border-radius: 50px;
    border: 1px solid rgb(0, 130, 211);
    transition: 0.3s;
    margin: 0 10px;
}
.stones-img{
    position: absolute;
    margin-top: 22%;
    width: 500px;
}

/*Blur Effect Animation*/
.autoBlur{
    animation: autoBlurAnimation linear both;
    animation-timeline: view();
}
@keyframes autoBlurAnimation{
    0%{
        filter: blur(40px);
    }
    25%, 75%{
        filter: blur(0);
        transform: translateY(0px);
        opacity: 1;
    }
    100%{
        filter: blur(40px);
        transform: translateY(-200px);
        opacity: 0;
    }
}

/*FULL SCREEN ANIMATION PHOTO*/
.autoTakeFull{
    animation: autoTakeFullAnimation both;
    animation-timeline: view(70% 65%);
}
@keyframes autoTakeFullAnimation{
    to{
        width: 100%;
        height: 100vh;
        border-radius: 0;
        margin-bottom: 100px;

    }
}

/*AUTO DISPLAY ANIMATION*/
.autoDisplay{
    animation: autoDisplayAnimation linear both;
    animation-timeline: view(70% 5%);
}
@keyframes autoDisplayAnimation{
    from{
        opacity: 0;
        transform: translateY(200px) scale(0.3);
    }
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}



/*FOR SMALLER SCREENSIZES*/
@media screen and (max-width: 650px){
    header{
        padding: 0 10px;
    }
    .head-left button{
        display: none;
    }
    .head-right a{
        font-size: 12px;
        padding: 0 5px;
    }
    .video-info{
        left: 5%;
    }
    .video-section h1{
        font-size: 90px;
    }
    .next-btn{
        left: 25%;
        top: 40%;
    }
    .about-section{
        margin: 0;
    }
    .about-section h1{
        font-size: 50px;
    }
    .image-box{
        width: 300px;
        height: 500px;
    }
    .about-section h4, .about-section h5{
        max-width: 350px;
        text-align: center;
    }
    .contact-section .img1{
        width: 150px;
        height: 200px;
        right: 0;
        top: 20px;
    }
    .contact-section .img2{
       top: 30px;
       left: -40px;
       width: 180px;
       height: 180px;
    }
    .contact-section .img3{
     left: -40px;
     bottom: 0;
     width: 150px;
     height: 180px;
    }
    .contact-section h1{
        font-size: 60px;
        max-width: 300px;
    }
    .footer p{
        display: none;
    }
    .footer ul{
        margin-left: 70px;
    }
    .stones-img{
        margin-top: 80%;
        width: 400px;
    }
    .contact-section .img1, .contact-section .img2, .contact-section .img3{
        display: none;
    }
    .video-info p{
     color: white;
     margin-bottom: 40px;
    }
    .video-info h1{
        font-size: 50px;
        max-width: 300px;
    }
}

@media (width > 768px) {
  

    .header__container {
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
    }
  
    .header_plan {
      grid-area: 1/2/2/3;
    }
  
  
  
    .header__content {
      text-align: left;
      margin-left: 70px;
    }
  
    .header__content h1 {
      font-size: 3.5rem;
      line-height: 3.5rem;
    }
  
  }
/*=============PRODUCT PAGE PRICES (PLAN) ==================*/
.tier-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.tier {
    background: rg;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 250px;
}
.tier h2 {
    margin: 0 0 10px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    font-weight: bold;

    background: linear-gradient(to right, #4acfee, #53f8c9, #02d79a, #6070fd, #2a46ff, #0099ff, #4acfee);
    background-size: 200%;
    background-clip: text;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
}
.plan-duration {
    font-weight: bold;
    font-size: 15px;
}
.plan-type {
    font-size: 12px;
    opacity: 0.85;
}
.plan-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-info {
    flex-direction: column;
    align-items: flex-end;
}


.options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}
.option {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    background: black;
    transition: background 0.3s, border-color 0.3s;
    color: white;
    position: relative;
}
.option-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    text-align: left;
}
.old-price {
    text-decoration: line-through;
    color: rgb(179, 179, 179);
    font-size: 12px;
    opacity: 0.5;
    margin-bottom: -2px;
}
.current-price {
    color: rgb(255, 255, 255); /* or gold for premium */
    font-size:20px;
    font-weight: bold;
    line-height: 1;
}

.option:hover {
    background-color: transparent;
    color: white;
    box-shadow: 0 0 30px #4b8ad3;
}

.option.selected {
    background: #007BFF;
    color: #fff;
    border-color: #0056b3;
}
.option[data-plan="lifetime-unique"] {
    border: 2px solid #FFD700 ;
    color: gold;
}
.option:hover[data-plan="lifetime-unique"] {
    background-color: transparent;
    color: gold;
    box-shadow: 0 0 30px gold;
}
.option.selected[data-plan="lifetime-unique"] {
    background: gold;
    color: #002244;
    border-color: #002244;
    box-shadow: 0 0 30px gold;
}
.option[data-plan="lifetime-unique"] .current-price{
    color: gold;
}
.option.selected[data-plan="lifetime-unique"] .current-price {
    color: royalblue; /* Change the current price to gold when selected */
}
.tier button {
    background: #0061c8;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1em;
}
.tier button:hover {
    background: #0056b3;
}






* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .section__container {
    max-width: 100%;
    margin: auto;
    padding: 5rem 1rem;
  }
  
  
  
  
  
  html,
  body {
    scroll-behavior: smooth;
  }
  .tier-list{
      font-family: 'Arial', Arial, sans-serif;
  }
  
  img.header-bg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 350px;
    opacity: 0.05;
    z-index: -1;
  }
  
  
  
  .header__image__content h4 {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
  }
  
  .header__content {
    text-align: center;
  }
  
  .header__content h1 {
    margin-bottom: 1.5rem;
    font-size: 25px;
    font-weight: 700;
    font-family: var(--header-font);
    color: var(--text-dark);
    line-height: 3rem;
    font-family: "Poppins", sans-serif;

    background: linear-gradient(to right, #4acfee, #53f8c9, #02d79a, #6070fd, #2a46ff, #0099ff, #4acfee);
    background-size: 200%;
    background-clip: text;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
  }
  .header__content p{
    color: white;
    font-size: 15px;
    margin-bottom: 1.5rem;
    font-family: "Poppins", sans-serif;
    text-align: left;
  }
  
  
  .header__container {
    display: grid;
    gap: 2rem;
  }


  /*PRODUCT SECTION in PRODUCT PAGE*/
    /*PRODUCT SECTION in PRODUCT PAGE*/
      /*PRODUCT SECTION in PRODUCT PAGE*/
 

  @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@400;500;600;700&display=swap");

  header {
     position: relative;
  }

  #product-section-1.product-section-1 {
     padding: 40px 0;
     background: #252525;
     font-family: 'Montserrat', 'Poppins', sans-serif;
  }
  .product-section-1__container {
     display: flex;
     align-items: center;
     max-width: 900px;
     margin: 0 auto;
     gap: 40px;
     flex-wrap: wrap;
     padding-left: 32px;
     padding-right: 32px;
  }
  .product-section-1__image {
     width: 480px;
     max-width: 100%;
     border-radius: 12px;
     /* Add a shadow only at the bottom */
     box-shadow: 0 8px 24px 0 rgba(0,0,0,0.18);
  }
  .product-section-1__details {
     flex: 1;
     min-width: 260px;
  }
  .product-section-1__title {
     font-size: 2rem;
     margin-bottom: 16px;
     color: #ffffff;
  }
  .product-section-1__description {
     font-size: 1.1rem;
     margin-bottom: 24px;
     color: #ffffff;
  }
  .product-section-1__buy-btn {
     background: #2d6cdf;
     color: #fff;
     border: none;
     padding: 12px 32px;
     border-radius: 6px;
     font-size: 1rem;
     cursor: pointer;
     transition: background 0.2s;
  }
  .product-section-1__buy-btn:hover {
     background: #1a4fa3;
  }
  @media (max-width: 700px) {
     .product-section-1__container {
        flex-direction: column;
        gap: 24px;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
     }
     .product-section-1__details {
        min-width: unset;
     }
  }

  .feature-list {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 1.05rem;
  padding-left: 20px;
  list-style: none;
  }


  
  img[alt="application-image"] {
    max-width: 80%;
    height: auto;
    border-radius: 12px;
    /* Add a shadow only at the bottom */
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.18);
  }


  /*=============== FOR THE MAIN HEADER ===============*/
  /*=============== FOR THE MAIN HEADER ===============*/
  /*=============== FOR THE MAIN HEADER ===============*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

/*=============== VARIABLES CSS ===============*/
.style2-scope {
    --header-height: 3.5rem;
  
    /*========== Colors ==========*/
    --black-color: hsl(0, 0%, 0%);
    --black-color-light: hsl(220, 24%, 15%);
    --black-color-lighten: hsl(220, 20%, 18%);
    --white-color: #fff;
    --body-color: hsl(220, 100%, 97%);
  
    /*========== Font and typography ==========*/
    --body-font: "Montserrat", sans-serif;
    --normal-font-size: 0.938rem;
  
    /*========== Font weight ==========*/
    --font-regular: 400;
    --font-semi-bold: 600;
  
    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
  }

/*========== Responsive typography ==========*/
@media screen and (min-width: 1024px) {
    .style2-scope {
    --normal-font-size: 1rem;
  }
}

/*=============== BASE ===============*/
.style2-scope *,
.style2-scope *::before,
.style2-scope *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.style2-scope {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
}

.style2-scope ul {
  list-style: none;
}

.style2-scope a {
  text-decoration: none;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.style2-scope .header-container {
  max-width: 100%;
  margin-inline: 1.5rem;
}

/*=============== HEADER ===============*/
.style2-scope .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--black-color);
  box-shadow: 0 2px 16px hsla(220, 32%, 8%, .3);
  z-index: var(--z-fixed);
}

/*=============== NAV ===============*/
.style2-scope .nav {
  height: var(--header-height);
}

.style2-scope .nav__logo, 
.style2-scope .nav__burger, 
.style2-scope .nav__close {
  color: var(--white-color);
}

.style2-scope .nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.style2-scope .nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: .25rem;
  font-weight: var(--font-semi-bold);
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

.style2-scope .nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}

.style2-scope .nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}

.style2-scope .nav__burger, 
.style2-scope .nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity .1s, transform .4s;
}

.style2-scope .nav__close {
  opacity: 0;
}

/* Navigation for mobile devices */
@media screen and (max-width: 1118px) {
    .style2-scope .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top .4s, opacity .3s;
    
  }
  .style2-scope .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .style2-scope .nav__list {
    background-color: var(--black-color);
    padding-top: 1rem;
  }
}

.style2-scope .nav__link {
  color: var(--white-color);
  background-color: var(--black-color);
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color .3s;
  
  gap: 8px;
  justify-content: flex-start 
}

.style2-scope .nav__link:hover {
  background-color: var(--black-color-light);
}

/* Show menu */
.style2-scope .show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;

  
}

/* Show icon */
.style2-scope .show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}
.style2-scope .show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.style2-scope .dropdown__item {
  cursor: pointer;
}

.style2-scope .dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform .4s;
}

.style2-scope .dropdown__link, 
.style2-scope .dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color: var(--white-color);
  background-color: var(--black-color-light);
  display: flex;
  align-items: center;
  column-gap: .5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color .3s;
}

.style2-scope .dropdown__link i, 
.style2-scope .dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}

.style2-scope .dropdown__link:hover, 
.style2-scope .dropdown__sublink:hover {
  background-color: var(--black-color);
}

.style2-scope .dropdown__menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
  
}

/* Show dropdown menu & submenu */
.style2-scope .dropdown__item:hover .dropdown__menu{
  max-height: 1000px;
  transition: max-height .4s ease-in;
  
}

/* Rotate dropdown icon */
.style2-scope .dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

/*=============== DROPDOWN SUBMENU ===============*/
.style2-scope .dropdown__add {
  margin-left: auto;
}

.style2-scope .dropdown__sublink {
  background-color: var(--black-color-lighten);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
    .style2-scope .container {
    margin-inline: 1rem;
  }

  .style2-scope .nav__link {
    padding-inline: 1rem;
    left: 0;
  }
}

/* For large devices */
@media screen and (min-width: 1118px) {
    .style2-scope .container {
    margin-inline: auto;
  }

  .style2-scope .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-between;
  }
  .style2-scope .nav__toggle {
    display: none;
  }
  .style2-scope .nav__list {
    height: 100%;
    display: flex;
    column-gap: 3rem;

    
  }
  .style2-scope .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    column-gap: .25rem;
  }
  .style2-scope .nav__link:hover {
    background-color: transparent;
  }

  .style2-scope .dropdown__item {
    position: relative;
  }

  .style2-scope .dropdown__menu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, top .3s;
  }

  .style2-scope .dropdown__link, 
  .style2-scope .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
  }


  .style2-scope .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: .5rem;
  }

  /* Show dropdown menu */
  .style2-scope .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top .3s;
    
  width: 300px;
  }


}