@font-face {
  font-family: "NeueMontreal Regular";
  src: url("../fonts/NeueMontreal-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NeueMontreal Light";
  src: url("../fonts/NeueMontreal-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NeueMontreal Medium";
  src: url("../fonts/NeueMontreal-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NeueMontreal Bold";
  src: url("../fonts/NeueMontreal-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

:root {
  --main-primary: rgba(7, 7, 36, 1);
  --main-secondary: rgba(215, 234, 88, 1);
  --main-teritary: rgba(113, 231, 255, 1);
  --main-neutral: rgba(255, 233, 129, 1);
  --main-grey: rgba(202, 206, 226, 1);
  --main-secondary-2: rgba(228, 254, 103, 1);
  --font-family-regular: 'NeueMontreal Regular', sans-serif;
  --font-family-light: 'NeueMontreal Light', sans-serif;
  --font-family-medium: 'NeueMontreal Medium', sans-serif;
  --font-family-bold: 'NeueMontreal Bold', sans-serif;
  --heading-text: 'Calistoga', cursive;
}

html {
  font-size: 15px;
  height: 100%;
  scroll-padding-top: 80px;
}

body {
  font-family: var(--font-family-regular);
  background-color: var(--main-primary);
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
  color: #141414;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-content {
  flex: 1 0 auto;
}

.main-footer {
  flex-shrink: 0;
}

.navbar-nav .nav-link{
  font-family: 'Epilogue', sans-serif;
  font-size: 14px;
}

.btn-main {
  background-color: #fff;
  color: var(--main-primary)
}

.btn-height-2{
  height: 35px;
}

.text-main-secondary{
  color: var(--main-secondary);
}

.btn-main:hover {
  background-color: var(--main-secondary);
  color: var(--main-primary)
}

.btn-main-2 {
  background-color: var(--main-secondary);
}

.btn-main-2:hover {
  background-color: var(--main-secondary-2);
}

.bg-main-secondary-2 {
  background-color: var(--main-secondary-2);
}

.bg-main-primary {
  background-color: var(--main-primary);
}

.btn-main-3 {
  background-color: var(--main-teritary);
}

.bg-color-4{
  background-color: #0F1D37;
}

.btn-main-4{
  background-color: #FFE980;
  color: #070724;
}

.btn-main-5{
  background-color: #19212C;
  color: var(--main-secondary-2);
}

.btn-main-5:hover{
  background-color: #19212C;
  color: var(--main-secondary-2);
}

.bg-color-3{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%), #48D5F1;

}

.btn-main-2:hover .btn-arrow {
  transition: all 0.3s ease-in;
  transform: translateX(5px);
}

.btn-height {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-rounded {
  border-radius: 8px;
}

.rounded-12{
  border-radius: 12px;
}

.gradient-1{
  background: linear-gradient(90deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
}

.gradient-2{
  background: linear-gradient(90deg, #DFE9F3 0%, #FFFFFF 100%);
}

.gradient-3{
  background: linear-gradient(90deg, #ACCBEE 0%, #E7F0FD 100%);
}

.hero-section {
  padding-top: 100px;
}

.hero-section-2{
    padding-top: 130px;
    padding-bottom: 80px;
}

.text-bold {
  font-family: var(--font-family-bold);
}

.text-medium {
  font-family: var(--font-family-medium);
}

.text-main-primary {
  color: var(--main-primary)
}

.text-carousel .carousel-item-next:not(.carousel-item-start),
.text-carousel .active.carousel-item-end {
  transform: translateY(100%) !important;
}

.text-carousel .carousel-item-prev:not(.carousel-item-end),
.text-carousel .active.carousel-item-start {
  transform: translateY(-100%) !important;
}

.hero-text {
  font-size: 18px;
}

.hero-heading {
  font-size: 80px;
  font-family: var(--heading-text);
}

.hero-heading-2{
    font-size: 60px;
    font-family: var(--heading-text);
}

.tab-container{
  padding: 1.5rem;
  border-radius: 24px;
  background-color: #0F1D37;
}

.custom-tab.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: var(--main-secondary);
    font-family: var(--font-family-medium);
}

.custom-tab.nav-pills .nav-link{
  color: #fff;
  border-radius: 10px;
}

/* .heading {
  font-family: var(--heading-text);
  font-size: 2.5rem;
} */

.heading {
  font-family: var(--heading-text);
  font-size: 45px;
}

.heading-2 {
  font-family: var(--heading-text);
  font-size: 2rem;
}

.text-main-grey {
  color: var(--main-grey)
}

.card-info {
  height: 350px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.object-position-center {
  object-position: center center;
}

.country-icon {
  height: 30px;
  width: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.card-text-position {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-family: var(--heading-text);
  color: white;
}

.overlay-effect-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(228, 254, 103, 0.09);
  height: 100%;
}

.overlay-effect-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 233, 128, 0.1);
  height: 100%;
}

.overlay-hover:hover .overlay-effect-1 {
  transition: all 0.5s ease-in;
  z-index: 1;
}

.dropdown-size{
  width: 560px;
  border-radius: 10px;
  left: -460px !important;
}

.dropdown-size .dropdown-item{
  white-space: normal !important;
}

.card-pos-bottom{
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.z-index-1{
  z-index: 1;
}

.dropdown-menu .dropdown-item{
  padding-top: 15px;
  padding-bottom: 15px;
}

.overlay-hover:hover .overlay-effect-2 {
  transition: all 0.5s ease-in;
  z-index: 1;
}

.overlay-hover:hover .card-info-size {
  transition: all 0.5s ease-in;
  transform: scale(1.2);
}

.triangle-icon {
  position: absolute;
  right: -131px;
  bottom: 0;
  z-index: 1;
}

.overlay-hover:hover .triangle-icon {
  right: 0px;
  transition: all 0.5s ease-in;
}

.card-img-box {
  padding-top: 25px;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: url(../images/dots.png);
  background-color: rgba(27, 30, 49, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-position: center center;
  background-size: contain;
}

.box-dots {
  background: url(../images/dots-3.png);
  background-color: rgba(27, 30, 49, 1);
  background-position: center center;
  background-size: 280px;
}

.card-text-box {
  background: url(../images/dots.png);
  background-color: var(--main-primary);
  background-position: center center;
  background-size: contain;
}

.card-text-box-2 {
  background: url(../images/dots-2.png);
  background-color: var(--main-secondary-2);
  background-position: center center;
  background-size: contain;
}

.card-box-hover:hover .card-img-box img {
  transition: all 0.5s ease-in;
  transform: scale(1.2);
  background-position: center center;
  background-size: contain;
}

.bg-main-secondary {
  background-color: var(--main-secondary);
}

.mt-offset {
  margin-top: -251px;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-100{
  padding-top: 80px;
  padding-bottom: 80px;
}

.my-100{
  margin-top: 80px;
  margin-bottom: 80px;
}

.pb-100{
  padding-bottom: 80px;
}

.mb-100{
  margin-bottom: 80px;
}

.pt-100{
  padding-top: 80px;
}

.mt-100{
  margin-top: 100px;
}

.border-radius-16 {
  border-radius: 16px;
}

.bg-color-1 {
  background-color: rgba(244, 246, 255, 1);
}

.bg-color-2 {
  background-color: rgba(255, 233, 129, 1);
}

.card-custom-view {
  background-color: rgba(255, 255, 255, 0.91);
  border: 2px solid rgba(46, 47, 55, 1);
  box-shadow: -10px 10px 0px 0px rgba(0, 0, 0, 1);
}

.ft-md {
  font-size: 1.2rem
}

.icon-wid-size {
  width: 45px;
}

.font-xs {
  font-size: 13px;
  color: rgba(157, 161, 183, 1);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.ft-xs {
  font-size: 13px;
}

.ft-sm{
  font-size: 14px;
  line-height: 20.72px;
}

.download-btn {
  height: 45px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/arrow-down-custom.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-down-custom.svg);
  transform: rotate(-180deg);
}

.footer-list li {
  margin-bottom: 15px;
}

.footer-list {
  color: rgba(237, 239, 250, 1);
}

.footer-list a {
  color: rgba(237, 239, 250, 1);
}

.footer-list-2 {
  color: var(--main-primary)
}

.footer-list-2 li{
   margin-bottom: 15px;
}

.footer-list-2 a {
  color: #2E2F37
}

.copy-right {
  color: rgba(157, 161, 183, 1)
}

.text-main-3{
  color: #2E2F37;
}

.heading-3 {
  font-family: var(--heading-text);
}

.form-control {
  border-radius: 8px;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.waitlist-header {
  height: 300px;
}

.waitlist-absolute {
  width: 100%;
  z-index: 1;
  top: 30%;
}

.sky-animate {
  animation-name: sky-bg;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in;
}

.no-caret.dropdown-toggle::after {
  display: none;
}

.btn-custom-white{
  background-color: #fff;
}

.btn-custom-white:hover{
  opacity: 0.95;
}

.btn-custom-white:hover .btn-arrow {
  transition: all 0.3s ease-in;
  transform: translateX(5px);
}

/* .h-img{
  height: 200px;
} */

.card-shadow{
  box-shadow: 6px 6px 0px 0px #000000;
  border: 2px solid #2E2F37
}

.card-shadow .form-control{
  border: 1px solid #2E2F37
}

.filter-invert-1{
  filter: invert(1);
}

.banner-dots-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/banner-dots.png);
  background-repeat: repeat;
  background-size: contain;
}

.btn-learn-1{
  background-color: #FFF4C0;
  color: #000000;
  border: 2px solid #000;
}

.btn-learn-2{
  background-color: #B9F3FE;
  color: #000000;
  border: 2px solid #000;
}

.faq-2 .accordion-button:not(.collapsed) {
    color: #070724 !important;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


.faq-2 .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/faq-arrow-2.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.card-slide-height{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 21.875rem;
  width: 16.25rem;
  border-radius: 22px;
}

.card-slide-height h6{
  font-family: var(--font-family-medium);
  font-size: 10px;
  line-height: 20px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #8D969E;
}

.card-slide-height p{
  font-family: var(--font-family-medium);
  font-size: 10px;
  line-height: 20px;
  color: #969696;
}

.card-amount{
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: var(--font-family-bold);
  font-weight: 700;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 260px;
  /* height: 300px; */
}

/* .swiper-slide img {
  display: block;
  width: 100%;
} */

.overlay-cover{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.pos-icons-1{
  position: absolute;
  left: -115px;
}

.pos-icons-2{
  position: absolute;
  right: 0;
  bottom: 0;
}

.card-box-1{
  opacity: 0;
}

.card-box-2{
  opacity: 0;
}

.card-box-3{
  opacity: 0;
}

.logo{
  opacity: 1;
}

.nav-button{
  opacity: 1;
}

.elem-main{
  height: 90px;
}

  .animate-ele-1{
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .animate-ele-2{
    left: 50%;
    transform: translate(0%, 0%);
  }

  .animate-ele-3{
    left: 50%;
    transform: translate(-100%, 0%);
  }

  .animate-ele-4{
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .animate-ele-5{
    left: 50%;
    transform: translate(0%, 0%);
  }

  .animate-ele-6{
    left: 50%;
    transform: translate(-100%, 0%);
  }

  .animate-ele-8{
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .animate-ele-7{
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .py-7{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

@keyframes sky-bg {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-150px);
  }
}

/* @media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
} */

@media screen and (min-width: 991px){
  .download-section {
    height: 515px;
    overflow: hidden;
  }


}