@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src:
    url("../fonts/bootstrap-icons.woff") format("woff2"),
    url("../fonts/bootstrap-icons.woff2") format("woff");
}
body,
html {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
}
/* -------------------------
CTA Link CSS
-------------------------*/
.cta-link {
  color: #0e0a42;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease;
  background: linear-gradient(90deg, #868ebd, #868ebd);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
}
.cta-link:hover,
.cta-link:focus {
  color: #2e53e1 !important;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}
@keyframes underlineHover {
  0% {
    background-position-x: 100%;
    background-size: 100% 1px;
  }
  50% {
    background-position-x: 100%;
    background-size: 0% 1px;
  }
  51% {
    background-position-x: 0%;
    background-size: 0% 1px;
  }
  100% {
    background-position-x: 0%;
    background-size: 100% 1px;
  }
}
.cta-arrow {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.cta-link .cta-arrow,
.cta-link .cta-video {
  position: absolute;
  right: -20px;
}
.cta-link .cta-video {
  padding-left: 6px;
}
.cta-btn:hover .cta-arrow,
.cta-btn:focus .cta-arrow,
.cta-link:hover .cta-arrow,
.cta-link:focus .cta-arrow {
  animation: textarrowani 1.4s linear;
}
@keyframes textarrowani {
  0% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }
  25% {
    opacity: 0;
    transform: translate(10px, -10px) rotate(-45deg);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 10px) rotate(-45deg);
  }
  55% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }
}
/* -------------------------
# Button CSS
-------------------------*/
.cta-btn {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #383838 26.47%, #000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 20px;
}
.cta-btn:focus,
.cta-btn:hover {
  box-shadow: 0px 15px 22px 0px #775fb8a0;
}
/* -------------------------
# Color CSS
-------------------------*/
.text-grey-700 {
  color: #444c79 !important;
}
.text-grey-800 {
  color: #0e0a42 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
/* -------------------------
# Background CSS
-------------------------*/
.bg-primary-800,
.bg-grey-800,
.bg-blue-800 {
  background: #0e0a42 !important;
}
.bg-primary-700,
.bg-blue-700 {
  background: #1a1552 !important;
}
.bg-primary-600 {
  background: #2e53e1 !important;
}
.bg-primary-500 {
  background: #3262fa !important;
}
.bg-primary-400 {
  background: #6589fb !important;
}
.bg-primary-300 {
  background: #7a99fc !important;
}
.bg-primary-200 {
  background: #c1d0fd !important;
}
.bg-primary-100 {
  background: #e0e7fe !important;
}
.bg-grey-700 {
  background: #444c79 !important;
}
.bg-grey-600 {
  background: #8aa1c1 !important;
}
.bg-grey-500 {
  background: #bac9dd !important;
}
.bg-grey-400 {
  background: #d1dceb !important;
}
.bg-grey-300 {
  background: #e9eef7 !important;
}
.bg-grey-200 {
  background: #f0f5fd !important;
}
.bg-purple-800 {
  background: #240844 !important;
}
.bg-purple-700 {
  background: #401965 !important;
}
.bg-purple-600 {
  background: #7041a7 !important;
}
.bg-purple-500 {
  background: #765fb8 !important;
}
.bg-purple-400 {
  background: #9998d6 !important;
}
.bg-purple-300 {
  background: #d2cae8 !important;
}
.bg-purple-200 {
  background: #dbdbf3 !important;
}
.bg-purple-100 {
  background: #efeffd !important;
}
/* -------------------------
# Custom CSS 
-------------------------*/
*:focus,
a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: 2px solid #2e53e1 !important;
  box-shadow: none !important;
}
.table-custom {
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.table.table-bordered tr th {
  font-weight: 600;
  background-color: #e9eef7;
}
.table.table-bordered tr th,
.table.table-bordered tr td {
  padding: 15px;
}
.chart-h2 {
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 600;
}
.chart-caption {
  font-size: clamp(18px, 5vw, 30px);
  font-weight: 600;
  color: #000000;
}
select {
  padding: 5px 25px 5px 15px;
  border-radius: 8px;
  border: 1px solid #e9eef7;
  background: #e9eef7;
  margin-right: 15px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
}
select:last-child {
  margin-right: 0px;
}
.breadcrumb .breadcrumb-item.active a {
  color: #2e53e1 !important;
}
.box-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 16px;
}
/* Check Box CSS */
label {
  display: block;
  line-height: 20px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #0e0a42;
}
.option-input:checked::before {
  width: 100%;
  height: 100%;
  display: flex;
  content: "\F633";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: "Bootstrap-icons";
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #0e0a42;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

/* ------------------------- 
# Investor tabs CSS
-------------------------*/
.chart-title {
  font-family: "Geist", sans-serif;
  font-size: clamp(24px, 5vw, 50px);
  font-weight: 600;
  margin-bottom: 0;
}
.sup-tag {
  font-size: clamp(16px, 3vw, 28px);
}
/* Full Tab More than 3 Items add the below Class (dev-investor-tabs-menu) */
.dev-investor-tabs-menu .nav-tabs {
  width: 100% !important;
  position: relative !important;
  border-top-right-radius: 10px !important;
  z-index: inherit !important;
}
.dev-investor-tabs-menu .tab-content-img,
.dev-investor-tabs-menu .video-wrap {
  border-top-right-radius: 0px !important;
}
.dev-investor-tabs-menu .tab-content-wrap {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
/* Full Tab More than 3 Items add the below Class (dev-investor-tabs-menu) */
.dev-investor-tabs-menu {
  position: relative;
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 10px;
}
.dev-investor-tabs-menu .nav-tabs {
  width: 42%;
  position: absolute;
  border-top-left-radius: 10px;
  z-index: 1;
}
.dev-investor-tabs-menu .nav-item {
  flex: 1;
}
.dev-investor-tabs-menu .nav-link {
  position: relative;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 14px;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
}
.dev-investor-tabs-menu .nav-link::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 6px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(70deg, #6f9ffb 0%, #3263f9 100%);
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #765fb840;
  opacity: 0;
  transition: 0.7s;
}
.dev-investor-tabs-menu .nav-link:focus::after,
.dev-investor-tabs-menu .nav-link:hover::after,
.dev-investor-tabs-menu .nav-link.active::after {
  opacity: 1;
}
.dev-investor-tabs-menu .nav-link:focus,
.dev-investor-tabs-menu .nav-link:hover,
.dev-investor-tabs-menu .nav-link.active {
  background-color: #ffffff;
  color: #0e0a42 !important;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  transition: 0.7s;
  border-radius: 10px;
  border: 1px solid #e0e7fe;
}
.dev-investor-tabs-menu .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0;
}
.dev-investor-tabs-menu .tab-pane.active {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.dev-investor-tabs-menu .tab-content-img img,
.dev-investor-tabs-menu .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dev-investor-tabs-menu .tab-content-wrap {
  padding: 40px;
}
