*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
   
}
button{
   cursor: pointer;
}
a{
    text-decoration: none;
    color: #373737;
}
img{
    vertical-align: middle;
}
button,input,textarea,select,option{
    font-family: 'inter';
    outline: none;
    border: none;
}
input,
button {
  outline: none;
  border: none;
  background: none;
  font-family: 'Sen';
}

li{
   list-style: none;
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}
.mx-10{
    margin: 0 10px;
}
.m-10{
    margin: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mx-5{
    margin-right: 8px;
}
.my-10{
    margin: 10px 0;
}
.p-8{
    padding: 8px;
}
.px-8{
    padding-left: 8px;
    padding-right: 8px;
}
.p-20{
    padding: 20px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.fn-20{
    font-size: 18px;
}
.fn-22{
    font-size: 22px;
}
.fn-30{
    font-size: 30px;
}
@font-face {
    font-family: 'Sen';
    src: url('assets/sen-regular.woff'),
      url('assets/sen-regular.woff2');
  }
.btn{
    background: linear-gradient(135deg, #00C6FF 60%, #fbfbfb 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
}
.display_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
}
.display_flex_col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
html{
    font-family: 'inter';
    font-size: 16px;
    overflow-x: hidden;
}
body{
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
.wrapper{
    width: 100%;
    height: 100vh;
}
.container{
    width: 100%;
    align-items: flex-start;
    max-width: 1400px ;
    margin: 0 auto;
}

/* .header
{
    background: white;
    height: 80px;
    margin: 0 auto;
    justify-content: center;

}
nav{
    max-width: 800px;
    color: black;
    position: relative;
}
nav ul{
    position: absolute;
    right:-9%;
    top: -200px;
   width: 60%;
   flex-wrap: wrap;
   background: white;
   transition: all 0.5s;
}
nav ul li{
    width: 100%;
    color: black;
    margin: 20px;
}
.menu-toggle {
    display: none;
}

.menu-toggle:checked + .burger-icon + .mobile-menu {
    top: 70px;
} */
.index1,
.page {
  background-color: var(--color-white);
}

.page {
  top: 0;
  align-items: center;
}

.index1 {
  position: relative;
  width: 100%;
  text-align: left;
  color: var(--color-darkslategray);
  font-family: var(--fine-print);
}
nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  nav img {
    position: absolute;
    left: 0;
  }
  .nav-links {
    list-style: none;
    position: absolute;
    overflow-y: scroll;
    top: -140vh;
    background: #000000;
    width: 110%;
    left: -5%;
    z-index: 9999;
    padding: 30px;
    transition: all 0.5s;
    /* min-height: 30vh; */
    height: calc(100vh - 70px);
  }
  .nav-links li{
    text-align: left;
    margin-bottom: 20px;
  }
  .nav-links.nav-active {
    display: flex;
    top: 42px;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .nav-links a {
    color: white;
    font-size: 16px;
    text-decoration: none;
  }

  .contact-us-wrapper,
  .cta,
  .navbar {
    align-items: center;
  }
  
  .contact-us-wrapper {
    border-radius: var(--br-11xs);
    background: linear-gradient(135deg, #00C6FF 60%, #fbfbfb 100%);
    padding: 10px;
    justify-content: center;
    
  }
  .contact-us-wrapper a {
    
    color: var(--color-white);
  }
  
  .cta,
  .navbar {
    /* height: 100px; */
    /* overflow: hidden; */
  }
  .navbar li,.dropdown2 {
    font-size: 18px;
    list-style: none;
    padding: 8px ;
  }
  .cta {
    width: 23%;
    justify-content: flex-start;
    gap: var(--gap-21xl);
    font-size: var(--h4-heading-size);
  }
  header {
    color: white;
    text-align: center;
    width: 100%;
    position: relative;
    height: 70px;
    padding: 10px;
  }
  .mob-menu {
    display: block;
    width: 100%;
  }
  
  nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  nav img {
    position: absolute;
    left: 0;
  }
  
  .logo a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .nav-links {
    list-style: none;
    position: absolute;
    overflow-y: scroll;
    top: -140vh;
    background: #000000;
    width: 110%;
    left: -5%;
    margin-top: 18px  ;
    z-index: 9999;
    padding: 30px;
    transition: all 0.5s;
    /* min-height: 30vh; */
    height: calc(100vh - 70px);
  }
  .nav-links li{
    text-align: left;
    margin-bottom: 20px;
  }
  .nav-links.nav-active {
    display: flex;
    top: 42px;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .nav-links a {
    color: white;
    font-size: 16px;
    text-decoration: none;
  }
  
  .burger-icon {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 90909;
  }
  .burger-icon div {
    width: 25px;
    height: 3px;
    background-color: rgb(0, 0, 0);
    margin: 5px;
  }
  .burger-icon.toggle div:nth-child(1) {
    transform: rotate(-45deg) translateY(5px);
  }
  .burger-icon.toggle div:nth-child(2) {
    display: none;
  }
  .burger-icon.toggle div:nth-child(3) {
    transform: rotate(45deg) translateY(-6px);
  }
  .vustr-logo-icon {
    position: relative;
    width: 110.93px;
    height: 50px;
  }
  
  .navbar .featured a{
    color: #373737 !important;  
  }
  .featured a{
    position: relative;
    line-height: 120%;
    /* color: #373737 !important; */  
  }
  
  .featured:hover,.dropdown2:hover {
    background: linear-gradient(135deg, #00C6FF 60%, #fbfbfb 100%);
    border-radius: 2px;
  }
  .featured:hover a,.dropdown2:hover .dropbtn2  {
    color: white !important;
  }
  .featured-parent {
    gap: 3px;
    width: 60%;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .support {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 120%;
    font-size: 16px;
    margin: 0;
  } 
  .navbar {
    width: 100%;
    max-width: 1440px;
    flex-shrink: 0;
    margin: 0 auto;
    justify-content: space-between;
    height: 100px;
    max-height: 100px;
    display: none;
    font-size: var(--button-text-size);
  }

  .custom-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .dropdown-toggle {
    cursor: pointer;
    color: white;
    /* border: 1px solid #ccc; */
  }
  
  .dropdown-menu {
    display: none;
    padding: 10px;
    list-style-type: none;
  }
  
  .dropdown-menu li {
    cursor: pointer;
    color: white;
  }
  
  .dropdown-menu li:hover {
    background-color: #f0f0f0;
  }
  .submenu{
    margin-left: 40px;
  }
  .submenu a{
    width: 100%;
    margin: 5px 0;
  }
    .dropdown2 {
      position: relative;
      display: inline-block;
  }
    .dropbtn2.active img {
      transition: all 0.5s;
      transform: rotate(180deg);
  }
  
  .dropdown2 .dropbtn2 {
      font-size: 18px;
      padding: 4px 10px;
      border: none;
      letter-spacing: 1px;
      cursor: pointer;
  }
  
  .dropdown2 .dropdown-content2 {
      display: none;
      position: absolute;
      background-color: #ffffff;
      min-width: 220px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      top: 60px;
  }
  
  /* Style the links inside the dropdown */
  .dropdown2 .dropdown-content2 a {
    color: black;
    padding: 12px 10px;
    text-decoration: none;
  width: 100%;
  display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown2 .dropdown-content2 a:hover {
      background-color: #f4f4f4;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown-content2 {
      display: none;
  }
  .dropdown-content2.active {
      display: block;
  }
  /* .dropdown2:hover .dropdown-content2 {
      display: block;
  } */
  
  /* Style the sub-dropdown content */
  .dropdown2 .dropdown-content2 .sub-dropdown2 {
      position: relative;
  }
  
  /* Style the sub-dropdown button */
  .dropdown2 .dropdown-content2 .sub-dropdown2 .sub-dropbtn2 {
      /* background-color: #ddd; */
      color: black;
      margin: 10px 0;
      font-size: 20px;
      width: 100%;text-align: left;
      padding: 0 5px;
  }
  
  /* Style the sub-dropdown content (hidden by default) */
  .dropdown2 .dropdown-content2 .sub-dropdown2 .sub-dropdown-content2 {
      display: none;
      position: absolute;
      background-color: #ffffff;
      min-width: 240px;
      left: 100%;
      top: 0;
      z-index: 1;
  }
  
  /* Show the sub-dropdown content on hover */
  .dropdown2 .dropdown-content2 .sub-dropdown2:hover .sub-dropdown-content2 {
      display: block;
  }
  .submenu2{
    width: 100%;
    padding: 0;
    align-items: flex-start;
  }
.section{
    margin: 10px auto;
    width: 100%;
    padding: 10px 5px;
}
.section.first{
    margin: 0 auto;
    height: 400px;
}
.section.display_flex,.tenth>.display_flex{
    flex-wrap: wrap;
}
.section > .display_flex_col{
    align-items: center;
    width: 100%;
}
.section  h2,.section  p{
   text-align: center;
   margin-bottom: 10px;
}
.fifth,.seventh{
    flex-direction: column-reverse;
}
video{
    max-width: 100%;
    
}
.featureimg{
    /* max-width: 500px; */
    width: 100%;
}








.ninth{
   
    
}

.form,.formsideimg{
    width: 100%;
    margin: 20px 0;
    height: 100%;
    object-fit: cover;
}
.form .display_flex_col{
    align-items: flex-start;
}
.form input{
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    background: #80808014;
}
.footer{
    background: linear-gradient(135deg, #00C6FF 60%, #fbfbfb 100%);
    color: white;
    padding: 60px 20px;
    width: 100%;
}
.footer a{
    color: white;
}