@font-face {
  font-family: Outfit;
  src: url(fonts/Outfit-VariableFont_wght.ttf);
}

body {
  font-family: Outfit, sans-serif;
}

.contact-widget {
  visibility: hidden;
}
.contact-option {
  opacity: 0;
  transform: translateX(50px);
}
.toggle-btn {
  transition: transform 0.4s ease;
}

.header-bg-active {
  background-color: #05145c;
}

.circle {
  border-radius: 50%;
  position: absolute;
}

.orbital-circle {
  border-radius: 50%;
  position: absolute;
  border: 1px solid #e5edf0;
  transform: translate(-50%, -50%);
}

.avatar-circle {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  background-color: #e5edf0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accent-dot {
  border-radius: 50%;
  position: absolute;
  background: linear-gradient(135deg, white, #e5edf0);
  transform: translate(-50%, -50%);
}

.description a {
  color: #f24c8a;
  text-decoration-line: underline;
}
.description menu,
.description ol,
.description ul {
  list-style: disc !important;
}
.description h1 {
  font-size: 32px;
  font-weight: 500;
  color: #0a1428;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 10px;
}
.description h2 {
  font-size: 28px;
  font-weight: 500;
  color: #0a1428;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 10px;
}
.description h3 {
  font-size: 21px;
  font-weight: 500;
  color: #0a1428;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 6px;
}

.iti {
  width: 100%;
}
.iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.float-cloud {
  animation: floatCloud 10s ease-in-out infinite alternate;
}

.float-plane {
  animation: floatPlane 15s linear infinite alternate;
  transform-origin: center center;
}

@keyframes floatCloud {
  0% {
    transform: translateX(0px) translateY(0px) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateX(-15px) translateY(5px) scale(1.01);
    opacity: 0.95;
  }
  50% {
    transform: translateX(10px) translateY(-8px) scale(0.99);
    opacity: 0.9;
  }
  75% {
    transform: translateX(-5px) translateY(-4px) scale(1.02);
    opacity: 0.93;
  }
  100% {
    transform: translateX(8px) translateY(6px) scale(1);
    opacity: 1;
  }
}

@keyframes floatPlane {
  0% {
    transform: translateX(-30px) translateY(10px) rotate(1deg);
  }
  20% {
    transform: translateX(0px) translateY(-5px) rotate(0deg);
  }
  40% {
    transform: translateX(40px) translateY(15px) rotate(-1deg);
  }
  60% {
    transform: translateX(20px) translateY(-20px) rotate(-0.5deg);
  }
  80% {
    transform: translateX(-10px) translateY(0px) rotate(0.8deg);
  }
  100% {
    transform: translateX(-35px) translateY(12px) rotate(0.3deg);
  }
}

.hero-button-prev.swiper-button-disabled,
.hero-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}

.line {
  fill: none;
  transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.inverted-radius-center {
  background-color: #fff;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
  left: 0%;
  right: 0%;
}

.checkup-inverted-radius-center {
  background-color: #fff;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
}
.bottom-left-box-shadow {
  width: 7rem;
  height: 2.5rem;
  border-bottom-right-radius: 5rem;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: -6.34rem;
  right: auto;
  box-shadow: 2rem 1.5rem 0 0.5rem white;
}

.bottom-right-box-shadow {
  width: 7rem;
  height: 2.5rem;
  border-bottom-left-radius: 5rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -6.34rem;
  box-shadow: -2rem 1.5rem 0 0.5rem white;
}
.blog-bottom-left-box-shadow {
  width: 7rem;
  height: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: -6.17rem;
  right: auto;
  box-shadow: 2rem 1.5rem 0 0.5rem white;
}

.blog-bottom-right-box-shadow {
  width: 7rem;
  height: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -6.17rem;
  box-shadow: -2rem 1.5rem 0 0.5rem white;
}

@media screen and (max-width: 48rem) {
  .bottom-left-box-shadow {
    height: 2.34rem;
  }
  .bottom-right-box-shadow {
    height: 2.34rem;
  }
  .blog-bottom-left-box-shadow {
    height: 1.8rem;
  }
  .blog-bottom-right-box-shadow {
    height: 1.8rem;
  }
}

.main-image-bg-no-border {
  width: 100%;
  border-radius: 2.5rem;
  position: relative;
}
.features-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.why-us-top-right-cutout-no-border {
  width: 75%;
  height: 50%;
  background-color: #fff;
  border-bottom-left-radius: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}
.why-us-bottom-right-cutout-no-border {
  width: 50%;
  height: 50%;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  position: absolute;
  bottom: 0%;
  top: auto;
  left: auto;
  right: 0%;
}

.why-us-top-left-box-shadow,
.why-us-top-right-box-shadow {
  box-shadow: 0.5rem -0.5rem 0 0.5rem white;
}

.why-us-top-left-box-shadow {
  width: 2.5rem;
  height: 2.5rem;
  border-top-right-radius: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -2.5rem;
  right: auto;
}

.why-us-top-right-box-shadow {
  width: 2.5rem;
  height: 2.5rem;
  border-top-right-radius: 1.5rem;
  position: absolute;
  top: auto;
  bottom: -2.5rem;
  left: auto;
  right: 0%;
}

.why-us-bottom-left-box-shadow,
.why-us-bottom-right-box-shadow {
  box-shadow: 0.5rem 0.5rem 0 0.5rem white;
}

.why-us-bottom-left-box-shadow {
  width: 2.5rem;
  height: 2.5rem;
  border-bottom-right-radius: 1.5rem;
  position: absolute;
  bottom: 0%;
  top: auto;
  left: -2.5rem;
  right: auto;
}

.why-us-bottom-right-box-shadow {
  width: 2.5rem;
  height: 2.5rem;
  border-bottom-right-radius: 1.5rem;
  position: absolute;
  bottom: auto;
  top: -2.5rem;
  left: auto;
  right: 0%;
}

.why-us-play-bottom-right-box-shadow {
  width: 1rem;
  height: 0.5rem;
  border-bottom-right-radius: 1.5rem;
  position: absolute;
  z-index: 1;
  bottom: 31%;
  left: auto;
  right: 0%;
  box-shadow: 0.5rem 0.5rem 0 0.5rem white;
}
.why-us-play-bottom-left-box-shadow {
  width: 0.5rem;
  height: 1rem;
  border-bottom-right-radius: 1.5rem;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: auto;
  right: 15.5%;
  box-shadow: 0.5rem 0.5rem 0 0.5rem white;
}
