@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"),
    url("../fonts/ClashDisplay-Medium.woff") format("woff"),
    url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist";
  src: url("../fonts/sk-modernist-regular-webfont.woff2") format("woff2"),
    url("../fonts/sk-modernist-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

body,
html {
  background: #fff;
  color: rgba(29, 29, 31, 0.8);
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font-family: Sk-Modernist;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}

/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}

.navbar-sticky--moved-up {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -100px;
  -webkit-box-shadow: 0 0.1875rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.1875rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.navbar-sticky--on {
  margin-top: 0;
}

.navbar-sticky--transitioned {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_navbar {
  background: linear-gradient(134deg,
      rgba(207, 207, 207, 0.4) 0%,
      rgba(207, 207, 207, 0.24) 100%);
  backdrop-filter: blur(10.5px);
}
.main_navbar ul li {
  margin: 0 10px;
}
.main_navbar ul li a {
  color: #1D1D1F;
  font-size: 16px;
}
main {
  min-height: 100vh;
}
.page_header {
  background: url("../images/banner_bg.png") no-repeat 50%;
  background-size: 100% 100%;
  color: #fff;
  padding: 80px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page_header h1 {
  color: #fff;
  font-family: Clash Display;
  font-size: 88px;
  font-weight: 500;
  line-height: 106%;
  letter-spacing: -1.44px;
  margin-bottom: 24px;
}

.page_header p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: -0.4px;
}

.primary_inp {
  border: 1px solid rgba(29, 29, 31, 0.3) !important;
  background: #f7f9fc !important;
  border-radius: 0;
  box-shadow: none !important;
  margin-right: 13px;
  outline: 0 !important;
}

.primary_btn {
  background: transparent;
  border: 1px solid #f7f9fc;
  box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.04);
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 12px 25px;
  transition: 0.5s;
  text-transform: uppercase;
}

.primary_btn:hover {
  background: #fff;
  color: #0b081b !important;
}

.primary_btn.dark {
  background: #0b081b;
  color: #fff;
}

.primary_btn.dark:hover {
  background: transparent;
  border: 1px solid #060a23;
  color: #060a23 !important;
}

.primary_btn.dark:hover img {
  -webkit-filter: invert(1) brightness(0);
  filter: invert(1) brightness(0);
}

.primary_btn:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.page_header .primary_btn,
.waitlist_section .primary_btn {
  width: 156px;
}

.page_header .input-group {
  max-width: 60%;
  margin: 56px auto 0;
}

.waitlist_section .input-group {
  margin: 48px auto 0;
  max-width: 90%;
}

/* .waitlist_section .input-group .primary_inp {
    border: 1px solid rgba(29, 29, 31, 0.30);
    background: #F7F9FC;
} */
.section {
  padding: 100px 0 30px;
}

.main_title {
  color: #060a23;
  font-family: Clash Display;
  font-size: 48px;
  font-weight: 500;
  line-height: 106%;
  letter-spacing: -1.44px;
  margin-bottom: 24px;
}

.main_para {
  color: rgba(29, 29, 31, 0.8);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.24px;
}

.mission_section {
  display: flex;
  align-items: center;
  height: 100%;
}

.mission_section_left {
  background: #f7f9fc;
  padding: 50px;
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.mission_section_right {
  width: 40%;
  height: 100%;
}

.feature_div_row [class*="col-"] {
  margin-bottom: 56px;
}

.feature_div {
  text-align: center;
  height: 100%;
}

.feature_div img {
  margin-bottom: 32px;
}

.feature_div p {
  color: rgba(29, 29, 31, 0.8);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.24px;
  max-width: 65%;
  margin: 0 auto;
}

section.waitlist_section {
  margin-bottom: 150px;
}

ul.social_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-top: 72px;
  padding: 0;
}

.footer {
  background: url("../images/banner_bg.png") no-repeat top center;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
}

.copyright_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: -0.4px;
  margin-bottom: 26px;
}

.credits_txt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: -0.4px;
  margin: 0;
}

.credits_txt a {
  text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.8);
}
.main_navbar ul li:last-child {
  display: none;
}

/* Media Queries */
@media screen and (max-width: 1199px) {
  .feature_div p {
    max-width: 90%;
  }

  .page_header h1 {
    font-size: 72px;
  }
}

@media screen and (max-width: 991px) {
  .page_header .input-group {
    max-width: 100%;
  }

  .mission_section {
    flex-wrap: wrap;
    height: auto;
    flex-direction: column-reverse;
  }

  .mission_section_left,
  .mission_section_right {
    width: 100%;
  }

  .mission_section_right img {
    width: 100%;
  }

  .mission_section_left .main_title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page_header h1 {
    font-size: 40px;
  }

  .page_header p {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
  }

  .main_title {
    font-size: 24px;
    line-height: 120%;
  }

  .main_para {
    font-size: 14px;
    line-height: 111%;
    letter-spacing: 0.14px;
    color: #1D1D1F;
  }

  .feature_div p {
    font-size: 14px;
    line-height: 120%;
    color: #1D1D1F;
  }

  .feature_div img {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
  }

  ul.social_list {
    gap: 30px;
    margin-top: 32px;
  }

  ul.social_list li img {
    height: 40px;
  }

  .page_header .primary_btn,
  .waitlist_section .primary_btn {
    width: 100%;
  }

  .primary_inp {
    margin-right: 0;
    margin-bottom: 22px;
    height: 62px;
    font-size: 14px;
  }

  .copyright_txt {
    font-size: 12px;
    letter-spacing: -0.24px;
  }

  .credits_txt {
    font-size: 12px;
    letter-spacing: -0.24px;
  }

  .navbar-brand img {
    width: 70px;
    height: 31px;
  }

  .section {
    padding: 50px 0 0;
  }

  .mission_section_left {
    padding: 50px 20px;
  }

  .feature_div_row [class*="col-"] {
    margin-bottom: 32px;
  }
  .main_navbar .offcanvas {
    min-height: 100vh;
  }
  .main_navbar {
    background: #f0f0f0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .navbar-toggler {
    box-shadow: none !important;
    border-radius: 0;    
    border: none;
  }
  button.btn-close {
    box-shadow: none !important;
  }
  .main_navbar ul li {
    margin: 5px 0;
    border-bottom: 1px solid rgba(29, 29, 31, 0.1);
    padding-bottom: 10px;
  }
  .main_navbar ul li:last-child {
    border-bottom: 0;
  }
  .main_navbar ul li:last-child {
    display: block;
  }
  .main_navbar.navbar-sticky--on {
    background: linear-gradient(134deg, rgba(207, 207, 207, 0.4) 0%, rgba(207, 207, 207, 0.24) 100%);
    backdrop-filter: blur(10.5px);
  }
}
.toastify.on.toastify-right.toastify-top {
  padding: 21px 30px;
  box-shadow: 0 0 10px 0 #55555545;
  font-weight: 600;
}