/*=======================================
font-family: 'Open Sans', sans-serif;

below are font weight
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800 
=======================================
font-family: 'Poppins', sans-serif;

below are font weight
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900 
=======================================*/
:root {
  --contactboxshapewidth: 190px;
  --contactboxshapeheight: 190px;
  --contactboxshapecrossangle: 15px;
  --contactboxshapedepth: 14px;
}
html {
  scroll-behavior: unset !important;
}
::selection {
  background: #2277e4 !important;
  -webkit-text-fill-color: #fff !important;
}
*,
p,
body {
  margin: 0px;
  padding: 0px;
}
body {
  overflow: hidden;
  overflow-y: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: transparent;
  padding-top: 30px;
}
p {
  font-size: 20px;
  line-height: 1.75;
}
.font-open-sans {
  font-family: "Open Sans", sans-serif !important;
}
.font-poppins {
  font-family: "Poppins", sans-serif !important;
}
.container-1720 {
  max-width: 1720px !important;
}
.container-1520 {
  max-width: 1520px !important;
}
.container-1580 {
  max-width: 1580px !important;
}
.container-1215 {
  max-width: 1215px !important;
}
.transparent-btn-1 {
  text-decoration: none;
  padding: 18px 30px;
  font-weight: 700;
  font-size: 18px;
  color: #1b2222;
  text-align: center;
  line-height: 1;
  transition: box-shadow 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s, background 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s,
    border-color 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s, color 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s,
    border-image 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s;
  background: transparent;
  backdrop-filter: blur(15px);
  border-color: #338eee;
  border-style: solid;
  border-width: 3px;
  border-image: radial-gradient(100% 185.14% at 100% 100%, #59d7df 0%, #338eee 100%) 5 / 3px / 0 stretch;
  box-shadow: none;
  min-width: 275px;
}
.transparent-btn-1:hover {
  box-shadow: #338eee 0px 0px 18px;
  color: #fff;
  transition: box-shadow 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s;
}
.transparent-btn-2 {
  text-decoration: none;
  border: 4px solid #40c0cb;
  padding: 23px 25px;
  font-weight: 700;
  font-size: 20px;
  color: #1b2222;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
  box-shadow: 0px 4px 24px 8px rgba(6, 252, 252, 0.38);
  background: #40c0cb;
  backdrop-filter: blur(15px);
}
.transparent-btn-2:hover {
  box-shadow: 0px 4px 24px 8px rgba(6, 252, 252, 0.78);
  background: #40c0cb;
  color: #fff;
  transition: all 0.3s;
}
.primary-btn-1 {
  text-decoration: none;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 18px;
  color: #1b2222;
  text-align: center;
  line-height: 1;
  transition: box-shadow 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s, background 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s,
    border-color 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s, color 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s,
    border-image 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s;
  background: linear-gradient(270deg, #59d7df 0%, #338eee 100%);
  backdrop-filter: blur(15px);
  border-color: transparent;
  border-style: none;
  border-width: 3px;
  box-shadow: none;
  min-width: 275px;
}
.primary-btn-1:hover {
  box-shadow: #338eee 0px 0px 18px;
  color: #fff;
  transition: box-shadow 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s;
}
.object-fit-cover {
  object-fit: cover;
}
.scrollindicator1 {
  display: table;
  height: 80px;
  position: relative;
}
.scrollindicator1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  animation-name: scrollanimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0.42, 0.2, 0.99);
  animation-play-state: running;
  width: 2px;
  height: 0px;
  background: rgb(255, 255, 255);
}
@keyframes scrollanimation {
  0% {
    top: 0px;
    height: 0px;
  }
  40% {
    top: 0px;
    height: 80px;
  }
  85% {
    top: 80px;
    height: 0px;
  }
  100% {
    top: 80px;
    height: 0px;
  }
}
@-webkit-keyframes scrollanimation {
  0% {
    top: 0px;
    height: 0px;
  }
  40% {
    top: 0px;
    height: 80px;
  }
  85% {
    top: 80px;
    height: 0px;
  }
  100% {
    top: 80px;
    height: 0px;
  }
}
.bg-blue-1 {
  background: #0f1129 !important;
}
.bg-blue-2 {
  background: #202337 !important;
}
.bg-gradient-1 {
  background: linear-gradient(90deg, #338eee, #59d7df) !important;
}
.bg-gold-gradient-1 {
  background: linear-gradient(90deg, #b97125, #dfa65e) !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-grey-1 {
  background: #dbdee3 !important;
}
.text-blue-1 {
  color: #067efd !important;
}
.text-cyan-1 {
  color: #57d3e0 !important;
}
.sep-2 {
  background: #484e77;
  border-color: #484e77;
}
/*====================== BACK TO TOP ========================*/
#to-top {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  width: 35px;
  z-index: 111;
  display: block;
  top: unset;
  bottom: 140px;
  font-size: 11px;
  color: #3fc1c9;
  text-align: center;
  padding: 10px 0 7px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  height: auto;
  right: 20px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#to-top > svg {
  fill: #3fc1c9;
  stroke: #202337;
  transform: translateY(0px);
  transition: all 0.3s;
  stroke-width: 0.5;
}
#to-top:hover > svg {
  transform: translateY(-20px);
  transition: all 0.3s;
}
#to-top.off {
  right: -59px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#to-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#to-top i {
  font-size: 14px;
}
/*====================== header ========================*/
.header {
  background: #202337;
  padding: 0px;
  transition: all 0.3s;
  transform: translateY(0);
  z-index: 4;
}
.header .navbar {
  transition: all 0.3s;
}
.header .navbar-brand {
  max-width: 140px;
}
.header .navbar-brand > img {
  transition: all 0.3s;
  height: auto;
}
.header .nav-link {
  font-size: 16px;
  font-weight: 600;
  padding-left: 25px !important;
  padding-right: 25px !important;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.header .nav-link:hover,
.header .nav-link.active,
.header .nav-link.has-submenu.active {
  transition: all 0.3s;
  opacity: 1 !important;
  color: #3ceaf9 !important;
}
.header-social-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-social-link {
  margin: 0px 7.5px;
}
.cyan-btn-1 {
  background: #40c0cb;
  box-shadow: 0px 0px 22px 5px rgba(6, 252, 252, 0.38);
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff !important;
  padding: 10px 20px;
  transition: all 0.3s;
}
.cyan-btn-1:hover {
  box-shadow: 0px 0px 22px 5px rgba(6, 252, 252, 0.7);
  transition: all 0.3s;
}
.theme-btn-1 {
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff !important;
  padding: 15px 30px;
  transition: all 0.3s;
  position: relative;
  font-size: 18px;
  line-height: 1;
  border: none;
  text-align: center;
}
.theme-btn-1::before {
  background: radial-gradient(100% 185.14% at 100% 100%, #59d7df 0%, #338eee 100%);
  transition: opacity 0.4s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
}
.theme-btn-1::after {
  background: #338eee;
  transition: opacity 0.4s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  opacity: 0;
}
.theme-btn-1:hover::after {
  opacity: 1;
  transition: opacity 0.4s ease-out 0s;
}
.theme-btn-1 > span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff !important;
}
.header-transparent-btn-1 {
  background: transparent;
  height: 100%;
  padding: 25px 35px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff !important;
  text-decoration: none !important;
  border-left: solid 1px #5b5b5b;
  font-size: 18px;
  line-height: 1;
}
.header-signin-btn {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.header .transparent-btn-2 {
  padding: 15px 25px;
}
.lala-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #0e1128;
  padding: 0px 35px;
  transform: translateY(55px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 95%;
  right: 0;
  margin: 0px auto;
}
.lala-submenu.active {
  transform: translateY(0px);
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.lala-submenu-p {
  font-size: 15px;
}
.header .lala-submenu .nav-link {
  padding-left: 0px !important;
  text-transform: none;
  margin-bottom: 2px;
  font-size: 19px;
}
.lala-submenu-col {
  padding-top: 50px;
  padding-bottom: 50px;
}
.lala-scc-col {
  padding-right: 60px;
  padding-left: 60px;
}
.lala-submenu-col-2 {
  border-left: solid 1px #444;
}
.bb-1 {
  border-bottom: solid 1px #444;
}
.lala-submenu-title {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 8px;
  position: relative;
  color: #59d7df !important;
}
.lala-submenu-title::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #2d314b;
  left: 0;
  top: 100%;
}
.lala-submenu-title-1 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 8px;
  position: relative;
  max-width: 250px;
}
.lala-submenu-title-1::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #fff;
  left: 0;
  top: 100%;
}
.lala-submenu-title-2 {
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.lala-submenu-title-col > p {
  font-size: 15px;
}
.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #202337;
  z-index: 1031;
  backdrop-filter: blur(8px);
}
.mobile-nav-btn {
  text-decoration: none;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-basis: calc(100% / 5);
  flex-grow: 1;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 12px 0px;
  color: #fff !important;
  position: relative;
  transition: all 0.3s;
  opacity: 0.8;
  line-height: 1.5 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.mobile-nav-btn:hover,
.mobile-nav-btn:hover * {
  color: #fff !important;
  transition: all 0.3s;
  opacity: 0.8;
}
.mobile-nav-btn.active,
.mobile-nav-btn.active * {
  color: #40c0cb !important;
  transition: all 0.3s;
  opacity: 1;
}
.mobile-nav-btn-icon {
  font-size: 17px;
  transition: all 0.3s;
  margin-bottom: 3px;
}
.mobile-nav-btn-text {
  font-size: 14px;
  transition: all 0.3s;
  margin-bottom: 0px;
}
.lala-submenu-closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #202337;
  z-index: 1;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.account-entrypoint-slider {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 440px;
  background: rgba(32, 35, 55, 0.7);
  z-index: 3;
  height: calc(100vh - 68px);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.7);
  padding: 50px;
  overflow: hidden;
  overflow-y: auto;
  transform: translateX(150%);
  transition: all 0.2s;
}
.account-entrypoint-slider.active {
  transform: translateX(0%);
  transition: all 0.2s;
}
.aes-title-1 {
  font-size: 22px;
  font-weight: 700;
}
.aes-form .form-control {
  background: rgba(14, 18, 43, 0.44);
  border-radius: 0px;
  height: 50px;
  border-color: #67697b;
  transition: all 0.3s;
  color: #fff !important;
  box-shadow: none !important;
}
.aes-form .form-control:focus {
  border-color: #c7cae1;
  transition: all 0.3s;
}
.aes-form .form-check-label {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
}
.text-link-1 {
  font-size: 14px;
  display: block;
  line-height: 1;
}
.aes-form .form-check-input[type="checkbox"] {
  border-radius: 0px;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.third-party-entrypoint-btn {
  text-decoration: none;
  padding: 18px 30px;
  font-weight: 700;
  font-size: 18px;
  color: #1b2222;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
  background: #fff;
  box-shadow: none;
  min-width: 275px;
}
.third-party-entrypoint-btn:hover {
  background: rgb(240, 242, 255);
  transition: all 0.3s;
}
.aes-extra-text,
.aes-extra-text * {
  font-size: 15px;
}
.aes-closer {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25px;
  transition: all 0.2s;
  opacity: 0.8;
}
.aes-closer:hover {
  transition: all 0.2s;
  opacity: 1;
}
.menuopened {
  background: #0e1128;
  transition: background 0.3s ease;
  overflow: hidden !important;
}
body > :not(.header, .mobile-nav, .account-entrypoint-slider) {
  opacity: 1;
  transition: opacity 0.3s ease;
}
/* .menuopened > :not(.header, .mobile-nav, .account-entrypoint-slider, .faq-sidebar) { opacity: 0.2 !important; transition: opacity 0.3s ease 0.3s; pointer-events: none; } */
.signup-steps-holder {
  position: relative;
}
.signupstep {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  display: none;
}

.walletselectionaccordion .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0px !important;
  box-shadow: none !important;
  margin-bottom: 15px;
}
.walletselectionaccordion .accordion-item .accordion-header {
  background: transparent;
  border: none;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.walletselectionaccordion .accordion-item .accordion-button {
  background: transparent;
  color: #fff;
  box-shadow: none !important;
  border-radius: 0px !important;
  border: solid 1px #5b5b5b;
  font-weight: 700;
}
.walletselectionaccordion .accordion-item .accordion-button:not(.collapsed) {
  background: radial-gradient(100% 185.14% at 100% 100%, #59d7df 0%, #338eee 100%);
  border-color: #338eee;
}
.walletselectionaccordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.walletselectionaccordion .accordion-item .accordion-body {
  padding: 15px 0px 0px 0px;
}
/*====================== home hero section ========================*/
.home-hero-section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-hero-video-holder {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-hero-video-holder > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.home-hero-content-holder-bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
  background: linear-gradient(90deg, rgb(13, 15, 38) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-hero-title-1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 58px;
  max-width: 915px;
  line-height: 1.3;
}
.home-hero-title-2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  background: linear-gradient(to right, #36bcc5 0%, #2573bb 30%);
  background: -moz-linear-gradient(to right, #36bcc5 0%, #2573bb 30%);
  background: -webkit-linear-gradient(to right, #36bcc5 0%, #2573bb 30%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-hero-title-3 {
  font-weight: 400;
  font-size: 32px;
  color: #e0e0e0;
  letter-spacing: 0.085em;
  margin: 70px 0px;
}
.home-hero-content-holder-container {
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}
.hero-btn-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  color: black;
  font-size: 14px;
  margin-right: 7px;
}
/*====================== footer ========================*/
.footer {
  padding: 330px 100px 20px 100px;
}
.footer-link-li {
  color: #dedede;
}
.footer-link {
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #dedede;
  margin-bottom: 15px;
  display: table;
}
.footer-link:hover {
  color: #3ceaf9 !important;
  transition: all 0.3s;
}
.footer-link:hover p {
  color: #3fc0cb !important;
  transition: all 0.3s;
}
.footer-col-title-1 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
}
.subscribe-input {
  height: 40px;
  padding: 5px 10px;
  background: #f0f0f0;
  border: solid 1px #e1e1e1;
}
.footer-social-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-social-link {
  margin: 0px 15px 0px 0px;
  text-align: center;
  padding: 0px 7px;
  background: #dedede;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  font-size: 18px;
  color: #202337 !important;
  transition: all 0.3s;
  transform: scale(1);
}
.footer-social-link:hover {
  background: #3ceaf9;
  transition: all 0.3s;
  transform: scale(1.05);
}
.footer-card {
  background: #ffffff;
  border: 3px solid #3f8fc9;
  padding: 70px 0px;
}
.footer-card-container {
  margin-bottom: -220px;
}
.footer-copy {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #dedede;
}
/*====================== services showcase ========================*/
.service-showcase-swiper {
  height: 90vh;
  overflow: hidden;
}
.serv-time-line-item {
  max-width: auto;
  display: table;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.timelinebar {
  position: absolute;
  height: 3px;
  width: 100%;
  left: 50%;
  right: 0;
  top: 6px;
  background: #fff;
}
.timelinebarinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  background: radial-gradient(100% 185.14% at 100% 100%, #59d7df 0%, #338eee 100%);
  animation-name: timelineanimation;
  opacity: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@keyframes timelineanimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes timelineanimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.timeline-dot {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 10px #000000;
  display: table;
  border-radius: 100%;
  transition: all 0.3s;
  margin: 0px auto 10px auto;
}
.service-showcase-pagination-container
  > .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .timeline-dot,
.swiper-pagination-bullet-prev .timeline-dot {
  background: radial-gradient(100% 185.14% at 100% 100%, #59d7df 0%, #338eee 100%);
  transition: all 0.3s;
}
.serv-timeline-p {
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  text-align: center;
}
.swiper-notification,
.swiper-pagination-bullet:last-of-type .timelinebar {
  display: none;
}
.service-showcase-pagination-container > .swiper-pagination {
  display: flex;
  position: unset;
}
.service-showcase-pagination-container > .swiper-pagination .swiper-pagination-bullet {
  flex-basis: 0;
  flex-grow: 1;
  width: unset;
  height: unset;
  background: transparent;
  border-radius: 0px;
  margin: 0px;
  opacity: 1;
}
.service-showcase-pagination-container > .swiper-pagination .swiper-pagination-bullet .serv-timeline-p {
  opacity: 0.7;
}
.service-showcase-pagination-container
  > .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .serv-timeline-p {
  opacity: 1;
}
.service-showcase-pagination-container {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  padding: 0px;
  margin: 0px auto;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.service-showcase-caption-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 17, 41, 0.12) 35%, #0f1129 100%);
  padding-bottom: 165px;
}
.service-showcase-caption-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.service-showcase-title-1 {
  font-weight: 600;
  font-size: 40px;
  transform: translateY(-100%);
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
}
.ser-showcase-section {
  padding: 100px 0px 100px 0px;
}
.service-showcase-caption-cntnt,
.service-showcase-btn {
  transform: translateY(-100%);
  transition: transform 0.3s, opacity 0.3s, box-shadow 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s;
  opacity: 0;
}
.swiper-slide-active .service-showcase-title-1,
.swiper-slide-active .service-showcase-caption-cntnt,
.swiper-slide-active .service-showcase-btn {
  transform: translateY(0%);
  transition: transform 0.4s 1.8s, opacity 0.4s 1.8s, box-shadow 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s;
  opacity: 1;
}
.ser-showcase-item-mobile {
  max-width: 90%;
  text-decoration: none;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.ser-showcase-item-mobile:last-of-type {
  margin-bottom: 0px;
}
.ser-showcase-item-mobile:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.ser-showcase-item-mobile-img-holder {
  height: 350px;
}
.ser-showcase-item-mobile-img-caption-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(13, 15, 38, 0.95) 0%, rgba(0, 0, 0, 0) 60%);
}
.ser-showcase-item-mobile-img-caption-holder > p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
.ser-showcase-item-mobile:nth-child(2n) .ser-showcase-item-mobile-img-caption-holder > p {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.ser-showcase-item-mobile .service-showcase-title-1 {
  transform: translateY(0%);
  opacity: 1;
  max-width: 100%;
  font-size: 25px;
  padding: 0px 15px;
  margin-top: 15px;
}
/*====================== service sectors section ========================*/
.ser-sectors,
.com-sec {
  padding: 90px 0px;
}
.title-1 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}
.sec-title-holder {
  width: 100%;
  max-width: 915px;
  margin: 0px auto 55px auto;
}
.sec-title-holder > p {
  font-size: 18px;
}
.ser-sec-col-1-img-holder {
  height: 330px;
  overflow: hidden;
  display: block;
  width: 100%;
  text-decoration: none;
}
.sep-1 {
  display: block;
  height: 3px;
  background: radial-gradient(100% 185.14% at 100% 100%, #59d7df 0%, #338eee 100%);
  margin: 25px 0px;
}
.ser-sec-title-1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-decoration: none;
  transition: all 0.3s;
  display: table;
}
.ser-sec-title-1:hover {
  color: #338eee !important;
  transition: all 0.3s;
}
.serv-sec-p {
  font-size: 18px;
}
.ser-sec-col-1 {
  margin-bottom: 35px;
}
.ser-sec-col-1-img-holder > img {
  transition: all 0.3s;
  transform: scale(1);
}
.ser-sec-col-1-img-holder:hover > img {
  transition: all 0.3s;
  transform: scale(1.07);
}
/*====================== community section ========================*/
.com-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 535px;
  background: url("../images/company-employee-working-business-report-with-laptop-networking-research-information-data-plan-presentation-office-worker-sending-email-with-project-chart")
    no-repeat center center / cover;
  z-index: 0;
}
.com-sec::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 535px;
  background: linear-gradient(180deg, rgba(14, 17, 40, 0.5) 0%, #0e1128 97.2%);
  z-index: 1;
}
.com-sec-container {
  z-index: 2;
}
.blog-item-1-img-holder {
  display: block;
  height: 330px;
  width: 100%;
  margin-bottom: 20px;
}
.blog-item-1-title-1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.blog-item-1-cntnt-1 {
  font-size: 18px;
}
/*====================== community section ========================*/
.footer-promo-section {
  background: linear-gradient(270deg, #59d7df -18.83%, #338eee 100%);
  padding-top: 90px;
}
.footer-promo-title-1 {
  max-width: 550px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.discord-promo-1 {
  background: #fff;
  height: 485px;
  border: 5px solid #ffffff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 75px;
  text-decoration: none;
  transform: scale(1);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.discord-promo-1:hover {
  transform: scale(1.01);
  transition: all 0.3s;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.3);
}
.discord-promo-1-title-1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.community-box {
  margin-top: 90px;
  text-align: center;
  padding: 40px 90px;
  margin-bottom: -230px;
  position: relative;
}
.subtitle-1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.community-box-form .input-group {
  height: 60px;
}
.community-box-form {
  max-width: 800px;
  margin: 0px auto;
}
.community-box-form-p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}
.link-1 {
  text-decoration: none;
  font-weight: 600;
  color: #067efd;
  transition: all 0.3s;
}
.link-1:hover {
  color: #1166bf;
  transition: all 0.3s;
}
.community-box-form .form-control {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  opacity: 0.8;
  transition: all 0.3s;
}
.community-box-form .form-control:focus {
  opacity: 1;
  transition: all 0.3s;
}
[data-cursor-text] {
  cursor: none !important;
}
.cb-cursor.-visible:not(.-opaque, .-text) {
  opacity: 0;
}
.cb-cursor.-normal::before,
.cb-cursor.-text::before {
  background: #0f1129;
  opacity: 0.8;
  backdrop-filter: blur(15px);
  border-color: #4fc4e3;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  top: -35px;
  left: -35px;
}
.cb-cursor.-text .cb-cursor-text {
  text-transform: uppercase;
}

/*====================== our partner brands section ========================*/
.opb-sec {
  padding: 90px 0px;
}
.partner-logo {
  background: #fff;
  height: 100%;
  padding: 25px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  position: relative;
  min-height: 190px;
  transform: scale(1);
  transform-origin: center center;
}
.partner-logo:hover {
  transform: scale(1.1);
  transition: all 0.3s;
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.3);
}
.partner-logo-cntnt-holder {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  flex-grow: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.partner-logo-subtitle {
  font-size: 16px;
  margin-bottom: 5px;
}
.partner-logo-holder {
  flex-basis: 55%;
  flex-grow: 0;
  max-height: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.partner-logo-holder > img {
  max-height: 70px;
  max-width: 130px !important;
}
.partner-logo:hover .partner-logo-holder {
  margin-bottom: 15px;
  top: 0;
  transform: translateY(0%);
  transition: all 0.3s;
}

.partner-logo:hover .partner-logo-cntnt-holder {
  flex-grow: 1;
  opacity: 1;
  transition: opacity 0.3s;
}
.parnter-rating-holder > i {
  margin-right: 3px;
  color: #e69d12;
}
.parnter-rating-holder > i:last-of-type {
  margin-right: 0px;
}
/*====================== about page ========================*/
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-hero-img-holder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(15, 17, 41, 0.8) 0%, rgba(15, 17, 41, 0) 58.44%);
}
.about-hero-cntnt-holder {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  max-width: 710px;
  transform: translateY(-50%);
}
.about-title-1 {
  font-size: 70px;
  font-weight: 700;
}
.fs-italic {
  font-style: italic !important;
}
.text-gradient-1 {
  background: linear-gradient(270.02deg, #59d7df 22.48%, #338eee 99.99%);
  background: -moz-linear-gradient(180deg, #59d7df 22.48%, #338eee 99.99%);
  background: -webkit-linear-gradient(180deg, #59d7df 22.48%, #338eee 99.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gold-gradient-1 {
  background: linear-gradient(135deg, #d18431 22.48%, #dfa65e 99.99%);
  background: -moz-linear-gradient(0deg, #d18431 22.48%, #dfa65e 99.99%);
  background: -webkit-linear-gradient(0deg, #d18431 22.48%, #dfa65e 99.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cntnt-p {
  font-size: 18px !important;
  line-height: 1.6;
}
.about-hero-img-holder {
  height: 710px;
}
.about-list-1 {
  list-style: none;
  padding: 0px;
}
.about-list-1 li {
  padding: 20px;
  background: white;
  margin-bottom: 10px;
}
.about-list-1 h5 {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}
.about-list-1 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #474747;
}
.about-state-1 {
  font-size: 120px;
  filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.15));
}
.overlay-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(170deg, rgba(14, 17, 40, 0.2) -20%, rgba(14, 17, 40, 0.95) 87.2%);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  backdrop-filter: blur(5px);
}
.about-video-holder-1 {
  height: 800px;
}
.line-height-1-2 {
  line-height: 1.2 !important;
}
/*====================== faq page ========================*/
.title-2 {
  font-size: 50px;
}
.faq-search-field {
  border: none;
  text-shadow: none;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding-left: 40px;
}
.faq-search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 1;
  color: #000000;
}
.faq-search-holder {
  transition: max-width 0.2s, margin 0.3s, position 0.3s;
  max-width: 100%;
  margin: 0px auto;
  z-index: 1;
  position: relative;
  width: 100%;
}
.faq-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  align-items: flex-start;
}
.faq-sidebar {
  flex-basis: 300px;
  max-width: 300px;
  flex-grow: 0;
  background: #fff;
  margin-right: 22px;
  position: sticky;
  top: 150px;
}
.faq-sidebar-link {
  display: table;
  padding: 12px 15px;
  transition: all 0.3s;
  text-decoration: none;
  margin: 0px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #878787 !important;
  width: 100%;
}
.faq-sidebar-link.active {
  color: #000000 !important;
  transition: all 0.3s;
}
.faq-sidebar-inner {
  padding: 10px 0px;
}
.faq-content-holder {
  flex-basis: 0;
  flex-grow: 1;
}
.faq-content-panel:not(:last-of-type) {
  margin-bottom: 25px;
}
.faq-content-panel {
  padding: 35px 25px;
}
.title-3 {
  font-size: 25px;
  line-height: 1;
}
.faqaccordion .accordion-item {
  border: none;
  border-bottom: solid 1px #000;
}
.faqaccordion .accordion-header,
.faqaccordion .accordion-button,
.faqaccordion .accordion-collapse {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.faqaccordion .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 22px;
  font-weight: 600;
  color: #000 !important;
  line-height: 1.3;
}
.faqaccordion .accordion-body {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.faqaccordion .accordion-button::after {
  background: none !important;
  transform: rotate(0deg);
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.faqaccordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-holder {
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}
/*====================== contact page ========================*/
.contact-hero-holder {
  height: 890px;
  position: relative;
  opacity: 0;
}
.contact-hero-holder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.contact-subtitle-1 {
  font-size: 22px;
  line-height: 1.3;
}
.contact-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-box {
  max-width: 570px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  border-bottom: 7px solid transparent;
  border-image: linear-gradient(90deg, #338eee, #59d7df);
  border-image-slice: 5;
  padding: 50px 40px;
  opacity: 0;
}
.contact-box-link-1 {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.contact-box-link-1-icon-holder {
  background: linear-gradient(270deg, #59d7df 0%, #338eee 100%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-basis: 50px;
  flex-grow: 0;
  color: #fff;
  font-size: 25px;
}
.contact-box-link-1 > p {
  flex-basis: 0;
  flex-grow: 1;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 22px;
  color: #474747;
  transition: all 0.3s;
}
.contact-box-link-1:hover > p {
  color: #000000;
  transition: all 0.3s;
}
.contact-box-social-link-1 {
  text-decoration: none;
  color: #067efd !important;
  transition: all 0.3s;
  font-size: 30px;
}
.contact-box-social-link-1:not(:last-of-type) {
  margin-right: 20px;
}
.contact-box-social-link-1:hover {
  color: #0968ce !important;
}
.contact-box-title {
  opacity: 0;
}
.contact-box::before {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  height: var(--contactboxshapeheight);
  width: var(--contactboxshapewidth);
  background: radial-gradient(100% 185.14% at 100% 100%, #59d7df 0%, #338eee 100%);
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    calc(var(--contactboxshapeheight) - var(--contactboxshapedepth))
      calc(var(--contactboxshapeheight) - var(--contactboxshapecrossangle)),
    calc(var(--contactboxshapeheight) - var(--contactboxshapedepth)) var(--contactboxshapecrossangle),
    var(--contactboxshapecrossangle) var(--contactboxshapedepth)
  );
}
textarea,
.no-horizontal-resize {
  resize: vertical !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.contact-page-input-1 {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #656565;
  backdrop-filter: blur(7.5px);
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
}

.contact-page-select-1 {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #656565;
  backdrop-filter: blur(7.5px);
  width: 100%;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}

.contact-page-select-1 option {
  background-color: #fff !important;
  color: #000 !important;
}

select:focus-visible,
select:focus {
  outline: none;
}

.contact-page-input-1:not(textarea) {
  height: 60px;
}
.contact-container-right {
  opacity: 0;
}
/*====================== blogs page ========================*/
.blogs-search-holder {
  display: table;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: 0px;
}
.blogs-search-input {
  background: #2f314d;
  border: none;
  height: 60px;
  width: 100%;
  padding: 10px 20px 10px 50px;
  color: #fff;
  font-size: 20px;
}
.blog-search-icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.blogs-header {
  border-color: #424467 !important;
}
.big-blog-item-img-holder {
  height: 700px;
  overflow: hidden;
}
.big-blog-item-cntnt-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 9%, rgba(15, 17, 41, 0) 53.29%);
}
.big-blog-item .big-blog-item-img-holder img,
.blog-item .blog-item-img-holder img {
  transform: scale(1);
  transition: all 0.3s;
}
.big-blog-item:hover .big-blog-item-img-holder img,
.blog-item:hover .blog-item-img-holder img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.blog-item-img-holder {
  height: 325px;
  overflow: hidden;
  margin-bottom: 35px;
}
.big-item-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.pagination-holder-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination-1-link {
  display: flex;
  height: 40px;
  width: 40px;
  background: linear-gradient(270deg, rgba(89, 215, 223, 0) 0%, rgba(51, 142, 238, 0) 100%);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  color: #fff !important;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
  margin: 10px 5px;
  transition: all 0.3s;
}
.pagination-1-link.active {
  background: linear-gradient(270deg, rgba(89, 215, 223, 1) 0%, rgba(51, 142, 238, 1) 100%);
  color: #000 !important;
  transition: all 0.3s;
}
.big-blog-item-title {
  font-size: 35px;
  font-weight: 700;
}
/*====================== blog detail page ========================*/
.blog-detail-title-1 {
  font-size: 35px;
  font-weight: 700;
}
.blog-tag-1 {
  text-decoration: none;
  color: #fff !important;
  background: #30324b;
  margin: 5px;
  line-height: 1;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.3s;
}
.blog-tag-1:hover {
  text-decoration: underline;
  transition: all 0.3s;
}
.blog-hero-holder {
  height: 700px;
  overflow: hidden;
}

[class*="cp-fade"],
[class*="cp-shutter"],
[class*="cp-slide"] {
  opacity: 0;
}
.blog-detail-img-holder {
  height: 700px;
  overflow: hidden;
  margin: 35px 0px;
}
.social-link-2 {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  font-size: 18px;
  line-height: 1;
  background: #30324b;
  transition: all 0.3s;
}
.social-link-2:hover {
  color: #000 !important;
  background: #59d7df;
  transition: all 0.3s;
}
.social-link-2 * {
  transition: all 0.3s;
}
.social-link-2:hover * {
  color: #000 !important;
  transition: all 0.3s;
}
/*====================== real estate builder page ========================*/
.inner-page-hero-holder-1 {
  position: relative;
}
.inner-page-hero-holder-1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0f1129 7.18%, rgba(15, 17, 41, 0.2) 100%);
  z-index: 1;
}
.inner-page-hero-holder-1-caption-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.subtitle-2 {
  font-size: 22px;
}
.inner-page-hero-holder-1-caption-holder .scrollindicator1 {
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: 0;
}
.line-height-1-5 {
  line-height: 1.5 !important;
}
.title-4 {
  font-size: 35px;
}
.inner-page-img-holder-1 {
  height: 360px;
  overflow: hidden;
}
.inner-page-img-holder-2 {
  height: 700px;
  overflow: hidden;
}
.scrollindicator1.bg-black::after {
  background: #000000 !important;
}
.scrollindicator1.bg-grey::after {
  background: #bebebe !important;
}

.expandable-group {
  overflow: hidden;
  width: 100%;
  display: flex;
}
.expandable-item {
  height: 700px;
  flex-basis: calc(100% / 5);
  flex-grow: 0;
  position: relative;
}
.expandable-item-caption-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(15, 17, 41, 0.85) 0%, rgba(15, 17, 41, 0) 76.86%);
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.expandable-item-title {
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
}
.title-5 {
  font-size: 30px;
}
.lalaverse-business-promo-section {
  padding: 65px 45px;
  position: relative;
  overflow: hidden;
}
.lalaverse-business-promo-img {
  position: absolute;
  bottom: 0;
  right: 65px;
}
.lalaverse-business-promo-section::before {
  content: "";
  position: absolute;
  width: 455px;
  height: 455px;
  background: #797ca4;
  filter: blur(127.5px);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0px;
}
.border-dark-2 {
  border-color: #bfbfbf !important;
}
/*====================== business registration page ========================*/
.bus-reg-ul > li {
  position: relative;
  padding-left: 25px;
}
.bus-reg-ul > li::before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
  top: 3px;
  left: 0;
}
.bus-reg-form-holder {
  border-top: 10px solid transparent;
  border-image: linear-gradient(90deg, #338eee, #59d7df);
  border-image-slice: 100%;
  border-image-slice: 10;
  padding: 60px 35px 50px;
  background: #202337;
}
.bus-reg-form .form-label {
  font-size: 18px;
}
.bus-reg-form .chosen-container {
  background: transparent !important;
}
.bus-reg-form .form-control,
.bus-reg-form .chosen-single {
  background: transparent !important;
  border-radius: 0;
  height: 50px;
  border-color: #67697b;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s;
}
.bus-reg-form .form-control:focus,
.bus-reg-form .chosen-single:focus {
  background: #0f1129 !important;
  border-color: #b9bbd1;
  transition: all 0.3s;
}
.bus-reg-form .chosen-single {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
}
.bus-reg-form .chosen-single > span {
  color: #fff;
  font-size: 16px;
}
.bus-reg-form .chosen-container-single .chosen-single b {
  background: none !important;
}
.bus-reg-form .chosen-single b::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.bus-reg-form .chosen-drop {
  background: #0f1129 !important;
  border-color: #b9bbd1 !important;
}
.bus-reg-form .chosen-drop .chosen-results {
  padding: 0px !important;
  margin: 0px !important;
}
.bus-reg-form .chosen-drop .chosen-results * {
  color: #fff;
  font-size: 16px;
}
.bus-reg-form .chosen-drop .chosen-results > li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.bus-reg-form .chosen-drop .chosen-results *.result-selected,
.bus-reg-form .chosen-drop .chosen-results *.highlighted {
  background: radial-gradient(100% 185.14% at 100% 100%, #59d7df 0%, #338eee 100%) !important;
}
.long-form-check-label .form-check-input {
  flex-basis: 15px;
  max-width: 15px;
  flex-grow: 0;
  margin-top: 5px;
}
.long-form-check-label span {
  flex-basis: 0;
  flex-grow: 1;
  padding-left: 15px;
  font-size: 15px;
}
.cyan-shape-bg-1 {
  position: relative;
}
.cyan-shape-bg-1::before {
  content: "";
  position: absolute;
  left: 8%;
  top: -40px;
  width: 745px;
  height: 205px;
  background: linear-gradient(270deg, #59d7df 0%, #338eee 100%);
  filter: blur(100px);
  border-radius: 80px;
  transform: rotate(150deg);
  z-index: 0;
}
/*====================== promote listing page ========================*/
.inner-page-hero-holder-2 {
  position: relative;
}
.inner-page-hero-holder-2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0f1129 7.18%, rgba(15, 17, 41, 0) 100%);
  z-index: 1;
}
.inner-page-hero-holder-2-caption-holder {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.inner-page-hero-holder-2-caption-holder .scrollindicator1 {
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: 0;
}
.innerpageherosection2 {
  height: 700px;
}

/*====================== signup/signin/forgetpass/connectwallet page ========================*/
.cyan-shape-bg-2 {
  position: relative;
}
.cyan-shape-bg-2::before {
  content: "";
  position: absolute;
  right: 45px;
  top: -40px;
  width: 745px;
  height: 205px;
  background: linear-gradient(270deg, #59d7df 0%, #338eee 100%);
  filter: blur(100px);
  border-radius: 80px;
  transform: rotate(150deg);
  z-index: 0;
}
.magenta-shape-bg-1 {
  position: relative;
}
.magenta-shape-bg-1::after {
  content: "";
  position: absolute;
  left: -158px;
  top: 550px;
  width: 508px;
  height: 508px;
  background: #c41dff;
  filter: blur(130px);
  border-radius: 100%;
  z-index: 0;
  opacity: 0.5;
}
.account-box-1 {
  width: 100%;
  max-width: 500px;
  border-top: 10px solid transparent;
  border-image: linear-gradient(90deg, #338eee, #59d7df);
  border-image-slice: 100%;
  border-image-slice: 100%;
  border-image-slice: 10;
  padding: 60px 30px 50px;
  margin: 0px auto;
  background: rgba(32, 35, 55, 0.7);
  box-shadow: 0px 0px 124px rgba(0, 240, 255, 0.6);
  z-index: 1;
  position: relative;
}
/*====================== store selection page ========================*/
.store-selection-box-1 {
  width: 100%;
  border-top: 10px solid transparent;
  border-image: linear-gradient(90deg, #338eee, #59d7df);
  border-image-slice: 100%;
  border-image-slice: 100%;
  border-image-slice: 10;
  padding: 60px 30px 50px;
  margin: 0px auto;
  background: rgba(32, 35, 55, 0.7);
  box-shadow: 0px 0px 124px rgba(0, 240, 255, 0.6);
  z-index: 1;
  position: relative;
}
.selected-store {
  background: #fff;
  border-color: #fff;
  border-image: none;
  color: #000 !important;
  transition: all 0.25s cubic-bezier(0, 0.42, 0.2, 0.99) 0s;
}
/* .stores-listing-1 .ser-sec-col-1-img-holder,.store-selection-box-1 .ser-sec-col-1-img-holder{background: #fff url(../images/Bounce-Bar-Preloader-1.gif) center center / 100% no-repeat;} */
.stores-listing-1 .ser-sec-col-1-img-holder,
.store-selection-box-1 .ser-sec-col-1-img-holder {
  background: #cecece;
}

/*====================== select business category page ========================*/

.bc-select-icon-holder {
  flex-basis: 80px;
  max-width: 80px;
  flex-grow: 0;
  padding: 20px;
  background: #fff;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.bc-select-cntnt-holder {
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-right: 45px;
}
.bc-select-item {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #4d5483;
  background: transparent;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}

.bc-select-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.bc-select-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #59d7df 0%, #338eee 100%);
  background: -webkit-linear-gradient(180deg, #59d7df 0%, #338eee 100%);
  background: -moz-linear-gradient(180deg, #59d7df 0%, #338eee 100%);
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.bc-select-item.bc-item-selected::before {
  opacity: 1;
  transition: all 0.3s;
}
.bc-select-title {
  font-size: 18px;
  word-wrap: break-word;
  word-break: break-all;
}
.bc-item-selected-icon {
  font-size: 18px;
  animation-name: zoomin;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@keyframes zoomin {
  0% {
    transform: translateY(-50%) scale(0);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes zoomin {
  0% {
    transform: translateY(-50%) scale(0);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

/*====================== miss lala page ========================*/
.episode-col-1-img-holder {
  height: 280px;
  overflow: hidden;
}
.episode-col-1-inner {
  text-decoration: none;
  display: table;
}
.episode-col-1-title {
  font-size: 22px;
  line-height: 1.3;
}
.view-button {
  background: #fff;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  max-width: 128px;
  overflow-wrap: break-word;
  padding: 0.5em 1em;
  position: absolute;
  width: max-content;
  height: max-content;
  transform: translate3d(-50%, -50%, 0);
}

.ser-sec-col-1-img-holder {
  position: relative;
}
.model-thumb {
  opacity: 1;
  transform: unset !important;
  object-fit: contain;
  height: 100%;
  max-width: 100%;
  width: auto;
  position: relative;
  z-index: 2;
}
.model-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: unset !important;
  visibility: hidden;
}
/* .model-holder{position: relative; z-index: 1;} */
.model-holder * {
  cursor: grab;
}
.store-selection-box-1 .ser-sec-col-1-img-holder {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.model-360 {
  cursor: pointer;
  overflow: visible !important;
}
.spritespin-progress-label {
  display: none !important;
}

.spritespin-progress {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
.spritespin-progress-label {
  color: #aa11fd;
}
.spritespin-progress-bar {
  background-color: #aa11fd;
  height: 5px;
}

/*====================== ecommerce page ========================*/
.cntnt-label-1 {
  background: #58d4e0;
  box-shadow: #58d4e0 0px 0px 20px 4px;
  color: rgb(15, 17, 41);
  padding: 5px 15px;
  line-height: 1;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}
.cntnt-p-2 {
  font-size: 16px !important;
  line-height: 1.6;
}
.inner-page-img-holder2 {
  height: 200px;
}
.line-height-1-3 {
  line-height: 1.3 !important;
}
