:root {
  font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  font-weight: 300; }

@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px; } }

/*====================
navbar section css
======================*/
.navbar-nav {
  gap: 2rem; }

.navbar-brand img {
  width: 140px; }

.sidebar .closebtn {
  display: none; }

.openbtn {
  display: none; }

.btn-primary {
  background-color: #476af6;
  border: 1px solid #476af6; }

@media only screen and (max-width: 767px) {
  .navbar-nav {
    gap: 0rem; }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px; }
    .sidebar a {
      padding: 10px 8px 10px 32px;
      text-decoration: none;
      font-size: 16px;
      color: #ffffff;
      display: block;
      transition: 0.3s; }
      .sidebar a:hover {
        color: #f1f1f1; }
    .sidebar .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
      display: block; }
  .collapse:not(.show) {
    display: block; }
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    display: block; }
  .openbtn:hover {
    background-color: #444; } }

/*=====================
hero section css
======================*/
.hero {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative; }
  .hero video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0; }
  .hero h1 {
    font-size: 5rem; }
  .hero h4 {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.2rem; }
  .hero .btn {
    padding: 12px; }

/*=====================
common section css
======================*/
section {
  padding: 6rem 0; }
  section h2 {
    font-size: 3rem;
    font-weight: 600; }
  section p {
    font-size: 1.2rem;
    font-weight: 300; }
  section li {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2; }
  section h4 {
    font-size: 2rem; }

/*=====================
what we offer section css
======================*/
.we-offer {
  display: flex; }

#offer {
  color: white;
  background: #111; }

.offer-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  background: #faf9fc;
  position: sticky;
  position: -webkit-sticky;
  top: 0; }
  .offer-title p {
    width: 80%; }

.offer-details {
  width: 50%;
  color: white; }
  .offer-details div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; }
    .offer-details div > h2 {
      width: 80%;
      text-align: center; }
    .offer-details div > p {
      width: 80%; }
    .offer-details div:nth-child(1) {
      background: #1f1f1f; }
    .offer-details div:nth-child(2) {
      background: #3d3d3d; }
    .offer-details div:nth-child(3) {
      background: #1f1f1f; }
    .offer-details div:nth-child(4) {
      background: #3d3d3d; }

/*================
why choose section
==============*/
.choose-section {
  background: #262626; }

.image {
  opacity: 0;
  transition: all .5s ease; }
  .image.active {
    opacity: 1; }

.locker {
  outline-offset: -1px;
  position: relative;
  display: grid;
  background: #262626;
  color: #fff;
  grid-template-columns: [full-start] minmax(4.2rem, 1fr) [center-start] repeat(12, [col-start] minmax(min-content, 8rem) [col-end]) [center-end] minmax(4.2rem, 1fr) [full-end]; }
  .locker__image {
    position: relative;
    grid-column: col-start 2 / col-end 6; }
    .locker__image img {
      width: auto;
      height: 50vh;
      position: absolute;
      transition: all 1s ease; }
  .locker__container {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
  .locker__content {
    grid-column: col-start 8 / center-end; }
  .locker__section {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #cdcdcd; }
    .locker__section:first-child {
      border: none; }
    .locker__section p {
      width: 70%; }

#message {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: white;
  height: auto;
  padding: 10px 20px;
  z-index: 900; }

/*=====================
footer css start
======================*/
.footer {
  background: #161e29;
  background: linear-gradient(135deg, #161e29 0%, #494f54 100%);
  padding: 5rem 0; }
  .footer .container {
    max-width: 90%; }
  .footer .footer-logo {
    width: 200px; }
  .footer .footsubscribe-form .form-control {
    background: #000000;
    color: #cfcfcf;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 0;
    min-height: 50px; }
    .footer .footsubscribe-form .form-control::placeholder {
      color: #cfcfcf;
      font-weight: 400; }
  .footer .footsubscribe-form .btn-subscribe {
    background-color: #476af6;
    border: 1px solid #476af6;
    color: #fff;
    min-height: 50px;
    border-radius: 0px; }
  .footer .social-link {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 1rem; }
    .footer .social-link li a {
      color: #fff;
      font-size: 1.4rem; }
  .footer .footer-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    .footer .footer-menu li a {
      color: #c9c9c9;
      text-transform: capitalize; }
  .footer p {
    color: #c9c9c9;
    font-size: 0.8rem; }

.alert-cookie-policy {
  display: none;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  z-index: 999; }

.alert-cookie-policy .alert {
  border-radius: 0;
  background-color: #000;
  border: 1px solid #000;
  color: #fff; }

@media only screen and (max-width: 767px) {
  .hero h1 {
    font-size: 2.5rem; }
  .hero h4 {
    font-size: 1.2rem; }
  section {
    padding: 3rem 0; }
    section h2 {
      font-size: 2rem; }
    section p {
      font-size: 1rem; }
  .we-offer {
    flex-direction: column; }
    .we-offer .offer-title {
      width: 100%;
      position: relative; }
    .we-offer .offer-details {
      width: 100%; }
      .we-offer .offer-details div {
        height: auto;
        padding: 3rem 0;} }

/*========================
about page css
=========================*/
.about-bg {
  background-image: url("../assets/img/About-bannerbg.png");
  background-size: cover;
  background-position: center; }
  .about-bg p {
    font-size: 1rem; }

.bg-dark {
  background-color: #000 !important; }

.journey-column p {
  font-size: 1.2rem; }

.journey-column .text-muted {
  color: #949494 !important; }

.leader-column {
  border: 1px solid #ddd; }
  .leader-column h4 {
    font-size: 1.5rem; }
  .leader-column p {
    font-size: 1rem; }

/*waitlist section css */
.waitlist-form .form-control {
  background-color: #3e3d3d;
  border: 1px solid #3e3d3d;
  min-height: 45px;
  color: #b3b2b2; }
  .waitlist-form .form-control:focus {
    box-shadow: none; }
  .waitlist-form .form-control::placeholder {
    color: #b3b2b2; }

.waitlist-form .wrapper {
  display: flex;
  gap: 1rem;
  height: 45px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2); }
  .waitlist-form .wrapper .option {
    background: #3e3d3d;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #3e3d3d;
    transition: all 0.3s ease; }
    .waitlist-form .wrapper .option .dot {
      height: 20px;
      width: 20px;
      background: #d9d9d9;
      border-radius: 50%;
      position: relative; }
      .waitlist-form .wrapper .option .dot::before {
        position: absolute;
        content: "";
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px;
        background: #3e3d3d;
        border-radius: 50%;
        opacity: 0;
        transform: scale(1.5);
        transition: all 0.3s ease; }
    .waitlist-form .wrapper .option span {
      font-size: 20px;
      color: #808080; }

.waitlist-form input[type="radio"] {
  display: none; }

.waitlist-form #option-1:checked:checked ~ .option-1 {
  border-color: #585858;
  background: #585858; }
  .waitlist-form #option-1:checked:checked ~ .option-1 .dot {
    background: #fff; }
    .waitlist-form #option-1:checked:checked ~ .option-1 .dot::before {
      opacity: 1;
      transform: scale(1); }
  .waitlist-form #option-1:checked:checked ~ .option-1 span {
    color: #fff; }

.waitlist-form #option-2:checked:checked ~ .option-2 {
  border-color: #585858;
  background: #585858; }
  .waitlist-form #option-2:checked:checked ~ .option-2 .dot {
    background: #fff; }
    .waitlist-form #option-2:checked:checked ~ .option-2 .dot::before {
      opacity: 1;
      transform: scale(1); }
  .waitlist-form #option-2:checked:checked ~ .option-2 span {
    color: #fff; }

.waitlist-form #option-3:checked:checked ~ .option-3 {
  border-color: #585858;
  background: #585858; }
  .waitlist-form #option-3:checked:checked ~ .option-3 .dot {
    background: #fff; }
    .waitlist-form #option-3:checked:checked ~ .option-3 .dot::before {
      opacity: 1;
      transform: scale(1); }
  .waitlist-form #option-3:checked:checked ~ .option-3 span {
    color: #fff; }

.waitlist-form #inputState {
  display: none; }

.waitlist-form .country-select {
  width: 100%; }
  .waitlist-form .country-select .country-list {
    width: 100%;
    overflow-x: hidden; }

.waitlist-form .country-select.inside .selected-flag {
  width: 100%; }

.waitlist-form .country-select.inside .flag-dropdown {
  right: 0; }

/*========================
privacy page css
=========================*/
.privacy-bg {
  background-image: url("../assets/img/privacy-banner.png");
  background-size: cover;
  background-position: center;
  height: 70vh; }

@media only screen and (max-width: 767px) {
  body {
    padding-top: 70px; }
  .about-bg {
    height: auto; }
  .alert-cookie-policy .alert {
    flex-direction: column; }
    .alert-cookie-policy .alert span {
      margin-bottom: 10px; }
    .waitlist-form .wrapper .option span
    {
        font-size: 15px;
    }
    .waitlist-form .wrapper .option .dot
    {
        height: 16px;
        width: 16px;
    }
    .waitlist-form .wrapper .option .dot:before
    {
        width: 8px;
        height: 8px;
    }
}
/* Form Selectize Css*/
.js-states + .select2-container .select2-selection--single
{
    height: 45px;
}
.js-states + .select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 45px;
}
.js-states + .select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 45px;
}
.js-states + .select2-container--default .select2-selection--single .select2-selection__clear
{
    display: none;
}
.select2-search--dropdown {
    display: none;
}
.js-states + .select2-container--default .select2-selection--single
{
    background-color: #3e3d3d;
    border: 1px solid #3e3d3d;
    min-height: 45px;
    color: #b3b2b2;
    font-weight: 400;
}
.js-states + .select2-container--default .select2-selection--single .select2-selection__rendered
{
    color: #b3b2b2;
    font-weight: 400;
}
