:root {
  --main-primary: rgba(7, 7, 36, 1);
  --main-secondary: #00e785;
  --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);
  --main-dark-blue: #2a29be;
    --font-family-regular: system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
    --font-family-light: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --font-family-medium: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --font-family-bold: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* --font-family-regular: 'Epilogue', sans-serif;
  --font-family-light: 'Epilogue', sans-serif;
  --font-family-medium: 'Epilogue', sans-serif;
  --font-family-bold: 'Epilogue', sans-serif; */
  --heading-text: "Lexend Deca", sans-serif;
}

html {
  font-size: 16px;
  height: 100%;
  scroll-padding-top: 150px;
}

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

th {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

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

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

.scroll-item.active {
  font-weight: bold;
  color: #000 !important;
  background: #fff;
  padding: 10px;
  border-radius: 7px;
}

.navbar-nav .nav-link {
  /* font-family: 'Epilogue', sans-serif; */
  font-size: 1.3rem;
}

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

.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);
  opacity: 0.8;
}

.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);
}

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

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

.color-3 {
  color: #fff;
}

.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-10 {
  border-radius: 10px;
}

.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-main-secondary {
  color: var(--main-secondary);
}

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

.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);
}

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

.heading {
  /* font-family: var(--heading-text); */
  font-size: 55px;
  font-weight: 700;
}

.nav-head-banner {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.navbar-dropdown-height {
  height: 400px;
  overflow: auto;
}

.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: 50px;
  width: 50px;
  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: -420px !important;
}

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

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

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

.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;
}

.add-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img-box {
  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);
}

.bg-color-4 {
  background-color: #2a29be;
}

.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;
}

.icon-height {
  height: 20px;
}

.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;
}

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

.profile-img-size {
  height: 80px;
  width: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.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 0.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(255, 255, 255, 0.5);
  line-height: 1.2rem;
}

.form-control-width {
  width: 40%;
}

.calculator-font {
  font-family: var(--font-family-medium);
  font-size: 2rem;
}

.form-control-size {
  height: 56px;
}

.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, 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 0.2s ease-in-out;
}

.pos-1 {
  top: 50%;
  left: 10%;
}

.pos-2 {
  top: 50%;
  right: 20%;
}

.pos-3 {
  top: 60%;
  left: 15%;
}

.pos-4 {
  top: 60%;
  right: 10%;
}

.pos-5 {
  top: 80%;
  left: 25%;
}

.pos-6 {
  top: 60%;
  right: 30%;
}

.pos-7 {
  top: 70%;
  right: 25%;
}

.pos-8 {
  top: 40%;
  left: 25%;
}

.pos-9 {
  top: 20%;
  right: 0%;
}

.pos-10 {
  top: 30%;
  left: 0%;
}

.animate-icon {
  animation-name: move-icon;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in;
}

.grid-3-shape {
  grid-template-columns: repeat(4, 1fr);
}

.mosaic-grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 5px;
  height: 100%;
}

.item1_2 {
  grid-column: span 1;
  grid-row: span 2;
}
.item-element {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  background-color: var(--main-primary);
  height: 100%;
  position: relative;
  color: var(--main-secondary);
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}

.item2_2 {
  grid-column: span 1;
  grid-row: span 1;
}

.item3_2 {
  grid-column: span 1;
  grid-row: span 2;
}

.item4_2 {
  grid-column: span 1;
  grid-row: span 1;
}

.bg-green {
  background-color: var(--main-dark-blue) !important;
}

.hero-num {
  font-size: 3.5rem;
  font-weight: 700;
}

.mac_container {
  width: 100%;
  margin: 10px auto;
}

.mac_scaler {
  margin: auto;
  width: 100%;
  padding-top: 57.875%;
  height: 0px;
  position: relative;
}

.mac_holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.mac_screen {
  margin: auto;
  background: #080808;
  width: 86%;
  height: 100%;
  border-top-left-radius: 2% 3%;
  border-top-right-radius: 2% 3%;
  border-bottom-left-radius: 5% 3%;
  border-bottom-right-radius: 5% 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bs-light);
}

.mac_camera {
  background: #333;
  border-radius: 50%;
  width: 1%;
  height: 1.5%;
  position: absolute;
  left: 49.5%;
  top: 2%;
}

.mac_camera:after {
  content: "";
  position: absolute;
  left: 35%;
  top: 40%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: #777;
}

.mac_screen_content {
  width: 100%;
  height: 100%;
  text-align: center;
}

.mac_bottom {
  background: #e9e9e9;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #ccc),
    to(#444)
  );
  background: linear-gradient(#ccc 50%, #444);
  width: 100%;
  height: 3%;
  position: relative;
  top: -1.7%;
  border-bottom-left-radius: 6% 50%;
  border-bottom-right-radius: 6% 50%;
}

.mac_bottom_top_half {
  width: 100%;
  height: 50%;
  background: #e9e9e9;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#aaa),
    color-stop(0.5%, #f3f3f3),
    color-stop(2.5%, #aaa),
    color-stop(5.5%, #f3f3f3),
    color-stop(94.5%, #f3f3f3),
    color-stop(97.5%, #aaa),
    color-stop(99.5%, #f3f3f3),
    to(#aaa)
  );
  background: linear-gradient(
    90deg,
    #aaa,
    #f3f3f3 0.5%,
    #aaa 2.5%,
    #f3f3f3 5.5%,
    #f3f3f3 94.5%,
    #aaa 97.5%,
    #f3f3f3 99.5%,
    #aaa
  );
}

.mac_thumb_space {
  background: #bbb;
  background: radial-gradient(90% 150% at 50% 1%, #eee 49%, #888);
  margin: auto;
  width: 15%;
  height: 60%;
  border-bottom-left-radius: 8% 100%;
  border-bottom-right-radius: 8% 100%;
}

.mac_bottom:after {
  content: "";
  position: absolute;
  right: 1%;
  bottom: 11%;
  width: 98%;
  height: 0%;
  -webkit-box-shadow: 1px 0px 8px 1px #333;
  box-shadow: 1px 0px 8px 1px #333;
}

.animate-honorsmarquee {
  animation: honorsmarquee 10s linear infinite;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.founder ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.gap-15 {
  gap: 15px;
}

.partner-logo-position {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  background: white;
  padding: 5px;
  border-radius: 8px;
}

.img-partner-box {
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.prog-img {
  height: 150px;
  overflow: hidden;
  position: relative;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.logo-box {
  height: 100px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  background-color: #fff;
}

.letter-space {
  letter-spacing: 0.1rem;
}

.table > :not(:first-child) {
  border-top: 2px solid transparent;
}

.table-sm > :not(caption) > * > * {
  padding: 1.5rem 1.5rem;
  font-size: 13px;
}

.table > :not(caption) > * > * {
  padding: 1.5rem 1.5rem;
  font-size: 13px;
}

.pricing-title {
  font-size: 13px;
}

.tag-btn li {
  background-color: #e5e5e5;
  border-radius: 50px;
  padding: 10px 20px;
}

.loader-screen {
  height: 100vh;
  background-color: var(--main-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
}

.number-effect .number-position {
  position: absolute;
  bottom: 10px;
}

.number-effect .card {
  width: 80%;
  margin: 0 auto;
}

.clip-path-1 {
  clip-path: polygon(8% 0, 100% 0%, 93% 100%, 0% 100%);
}
.image-box-partner {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-search {
  height: 200px;
  width: 100%;
}
.bg-image-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

.custom-badge {
  padding: 10px 15px;
  background-color: #e5e5e5;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  font-size: 10px;
}

.img-partner-box-search {
  height: 60px;
  width: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

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

.badge-main-danger {
  background-color: #ffe6e9 !important;
  color: #fc2641 !important;
}

.badge-main-success {
  background-color: #ffeddc !important;
  color: #ff8710 !important;
}

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

.partner-banner {
  height: 500px;
}

.partner-overlay {
  position: absolute;
  background: linear-gradient(0deg, rgba(7, 7, 36, 1) 10%, transparent 100%);
  display: block;
  left: 0;
  right: 0px;
  height: 100%;
  bottom: 0px;
}

.number-outline {
  font-size: 70px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px black;
}

@keyframes honorsmarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

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

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

@keyframes move-icon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
    transform: translateX(50px);
  }
  100% {
    transform: translateY(100px);
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}

.card-icon {
  animation-name: card-icon;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.main-blog-container {
  margin-top: 70px;
}

.box-blur {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding: 30px;
  border-radius: 10px;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-muted-2 {
  color: #535e73;
}

.bg-muted-2 {
  background-color: #535e738a;
}
.btn-size {
  /* height: 56px; */
  padding: 10px 30px;
}

.header-text {
  font-size: 3rem;
  line-height: 3rem;
  font-family: var(--font-family-bold);
}

.sidebar-cat {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.sidebar-cat li a {
  color: #353535;
  background-color: #d6d6d6;
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
}

.sidebar-cat li a:hover {
  background-color: #00e785 !important;
  color: #fff !important;
}

.bi {
  font-size: 1.3rem;
}

@keyframes card-icon {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(25px);
  }
}


.height-blog-card {
  height: 300px;
}
