@import url("./fonts/visby/visby.css");

.main-nav {
  background: #fff !important;
  box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
  z-index: 10000;
}

.main-nav .container-fluid,
.main-nav .navbar-collapse {
  padding: 0;
}

.main-nav .navbar-brand,
.main-nav .navbar-toggler {
  margin-left: 10px;
  margin-right: 10px;
}
body {
  font-family: "visby";
  font-weight: 400;
}

.btn {
  font-family: "visby";
  background: #0080f0;
  background: -moz-linear-gradient(top, #0080f0 0%, #00a8f1 100%);
  background: -webkit-linear-gradient(top, #0080f0 0%, #00a8f1 100%);
  background: linear-gradient(to bottom, #0080f0 0%, #00a8f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064ee', endColorstr='#00c8f2',GradientType=0 );
  background-size: 200% 200%;
  color: #fff;
  border-radius: 5px;
  padding: 10px 45px;
  font-size: 16px;
  transition: all 300ms ease;
  border: 1px solid #f6f9fc;
  font-weight: 500;
}

.btn:hover {
  /* background: -moz-linear-gradient(top, #00a8f1 0%, #0080f0 100%);
  background: -webkit-linear-gradient(top, #00a8f1 0%, #0080f0 100%);
  background: linear-gradient(to bottom, #00a8f1 0%, #0080f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064ee', endColorstr='#00c8f2',GradientType=0 ); */
  color: #fff;

  -webkit-animation: Animation 1s ease forwards;
  -moz-animation: Animation 1s ease forwards;
  animation: Animation 1s ease forwards;
}

@-webkit-keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@-moz-keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}

.btn-white {
  background: #fff;
  color: #2b3992;
}

.tooltip {
  top: 0;
}
.tooltip-inner {
  background: #747584;
}

.tooltip-arrow::before {
  display: none;
}

.main-nav .nav-item {
  margin-right: 20px;
}

h4 {
  color: #3e4051;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.005em;
}

h5 {
  color: #3e4051;
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 0.005em;
}

.icon-text p {
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #747584;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #747584;
}

.inner-page .btn-wrp .btn {
  padding: 10px 31px;
}

.main-nav .links {
  color: #2a5ed5 !important;
  font-weight: bold !important;
}

.main-nav .middle-nav {
  padding-left: 5%;
}

.main-nav .nav-link.link {
  width: 100%;
  background: #2b3992 !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 43px;
}

.main-nav .nav-link.link:hover {
  color: #fff !important;
}

.main-nav.navbar-light .navbar-nav .nav-link {
  color: #3e4051;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

.main-nav .dropdown-menu.megamenu {
  margin-top: -1px;
  padding-top: 24px;
  border-top: none;
}

.modal-open .main-nav {
  z-index: 0;
}

.modal-header {
  border: none;
  padding: 0 11px;
  justify-content: flex-end;
}

.bg-blue {
  background: #f8faff;
}

.mw-w-30px {
  max-width: 30px;
  width: 30px;
}

.modal-header .close {
  background: transparent;
  border: none;
  font-size: 38px;
}

.info-sec {
  padding: 100px 0;

}

.info-sec h4 {
  color: #3E4051;
  font-family: "visby";
  font-weight: 700;
  font-size: 36px;
}

.info-sec .lyoagent-sec > p {
  color: #747584;
  font-family: 'visby';
}

.info-sec p {
  color: #3e4051;
}

.info-sec .left-col {
  padding-right: 5%;
}

.licened-sec .features {
  justify-content: flex-start;
  align-items: flex-start;
}

.licened-sec .features .item {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: transparent;
  box-shadow: none;
  padding: 0;
  gap: 5px;
}

.licened-sec .features .item .title {
  color: #3e4051;
  font-size: 20px;
  font-weight: 600;
}

.licened-sec .features .item p {
  margin-top: 10px;
  font-family: 'visby';
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #747584;
}

.licened-sec .right-col {
  padding-left: 70px;
}

.licened-sec p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.licened-sec h4 {
  color: #3e4051;
  font-family: "visby";
  font-weight: 700;
  font-size: 32px;
  line-height: 52px;
}
.main-nav .login-link {
  width: 100px;
}

.navbar .megamenu {
  padding: 1rem;
}

.megamenu a img {
  max-height: 45px;
  margin-right: 10px;
  width: 60px;
}

.nav-item.has-megamenu:hover a {
  color: #333 !important;
}

.megamenu a {
  text-decoration: none !important;
  color: #333 !important;
  padding-bottom: 25px;
  font-size: 14px !important;
}

.megamenu .badge {
  background: #bfbfbf;
  margin-left: 10px;
  font-size: 10px;
}

.has-megamenu .row {
  width: 70%;
  margin: 0 auto;
}

.megamenu li:hover li a {
  color: #0037b5 !important;
}

.megamenu li a {
  display: flex;
  align-items: center;
}

.show_video {
  position: absolute;
  z-index: 99;
  right: 23%;
  /* transform: translate(-50%, 0); */
  bottom: 14%;
  cursor: pointer;
}

.main-banner .right-col {
  position: relative;
}

.payment-types h6 {
  font-weight: 600;
  font-size: 22px;
}

.payment-sec {
  padding: 7% 0;
  color:  #3E4051;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.5px;
}

.payment-sec .content {
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: #6d6e70;
}

.payment-sec img {
  height: 100%;
}

.payment-types {
  justify-content: space-between;
  margin-bottom: 100px;
}
.payment-types .payment-col {
  background: #ffffff;
  box-shadow: 0px 1px 20px rgba(208, 208, 208, 0.25);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

/* ============ mobile view .end// ============ */
.main-nav.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #2a5ed5;
}

.main-banner h1 {
  font-weight: 800;
  /* text-transform: uppercase; */
  font-size: 80px;
}

.main-banner h2 {
  color: #f6f9fc;
  font-family: "visby";
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 46px;
}

.main-banner {
  padding: 200px 0;
  /* background-image: url("/assets/img/new/lyo-hero-bg.png");*/
  background-position: 50% 50%;
  background-size: cover;
}

.main-banner p {
  color: #f6f9fc;
  font-family: "visby";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

.main-banner .left-col {
  display: flex;
  align-items: center;
}

.colored {
  color: #f6f9fc;
}

.main-banner ul {
  list-style: none;
  padding: 0;
  line-height: 35px;
}

.main-banner ul img {
  width: 15px;
  margin-right: 10px;
}

.banner-img {
  margin-bottom: -19%;
}
.brand-list {
  justify-content: center;
  gap: 90px;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 70px 60px;
}

.loader {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 70%;
}

.spinner-border {
  border-color: #f6f9fc;
}

.licened-sec {
  padding: 80px 0;
}

.bg-light-blue {
  background: #f6f9fc;
}

.brand-list img {
  filter: grayscale(100%);
  transition: all 200ms ease;
}

.brand-list img:hover {
  filter: grayscale(0);
}

.achievements-sec {
  position: relative;
  padding: 10% 0 100px 0;
  color: #3e4051;
}

.achievements-sec .achievements-card {
  box-shadow: 0px 2px 4px #e2e2e2;
}

.bg-icon-top {
  position: absolute;
  top: 50px;
  transform: translateZ(-10px);
}
.bg-icon-bottom {
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translateZ(-10px);
}

.bg-icon-bottom-left {
  position: absolute;
  bottom: -75px;
  left: -45px;
  transform: translateZ(-10px);
}

.bg-icon-bottom img {
  height: 150px;
}

.icon-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px 25px;
  border-radius: 10px;
  margin: 10px;
}

.icon-text .text {
  font-weight: 700;
  font-size: 30px;
  line-height: 27px;
  text-align: left;
}

.icon-text .text span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ccd6fa;
  text-transform: capitalize;
}

.white-paper-sec {
  font-family: "visby";
  background-image: url("/assets/img/new/white-paper-bg.png");
  background: #01fcf5;
  background: url("/assets/img/new/white-paper-bg.png"), -moz-linear-gradient(45deg, #01fcf5 0%, #00a1f1 21%, #0479e7 55%, #015cda 100%);
  background: url("/assets/img/new/white-paper-bg.png"), -webkit-linear-gradient(45deg, #01fcf5 0%, #00a1f1 21%, #0479e7 55%, #015cda 100%);
  background: url("/assets/img/new/white-paper-bg.png"), linear-gradient(45deg, #01fcf5 0%, #00a1f1 21%, #0479e7 55%, #015cda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01fcf5', endColorstr='#015cda',GradientType=1 );

  border-radius: 10px;
  padding: 40px 50px;
  margin: 5% auto;
}

.white-paper-sec h4 {
  color: #f6f9fc;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
}
.white-paper-sec p {
  font-family: "visby";
  color: #f6f9fc;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}

.white-paper-sec a.btn {
  background-color: transparent;
}

.news-sec {
  padding: 50px 0 100px 0;
  position: relative;
}

.download-sec .download-item {
  background: #ffffff;
  box-shadow: 0px 2px 4px #e2e2e2;
  border-radius: 10px;
  transition: all 0.5s;
}

.download-sec .download-item:hover {
  transform: scale(1.1);
}

.download-sec .download-item .img-wrp {
  min-height: 250px;
  background-size: cover !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news-sec .download-item .content {
  background-color: #fff;
  padding: 15px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.download-sec.news-sec .download-item .title {
  color: #3e4051;
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.download-sec.news-sec .download-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #3e4051;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-sec.news-sec .download-item a {
  line-height: 25px;
  font-size: 16px;
  transition: all 300ms ease;
  margin-top: 15px;
  font-weight: 600;
  color: #2b3992;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  display: inline-block;
}

.download-sec.news-sec .btn {
  line-height: 19px;
  font-size: 16px;
  transition: all 300ms ease;
  margin-top: 15px;
  padding: 15px 30px;
  font-weight: 400;
  color: #f6f9fc;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  display: inline-block;
}

.community-sec {
  padding: 80px 0;
}

.community-list .flex-row {
  justify-content: center;
  gap: 30px;
}

.community-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.community-list .item {
  width: 169px;
  padding: 25px 0;
}

.community-list .item {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.01em;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(74, 74, 74, 0.08);
  border-radius: 10px;
  color: #747584;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 200ms ease;
}

.community-list a {
  text-decoration: none;
}

.community-list .item img {
  padding-bottom: 10px;
}

.community-list .btn {
  height: fit-content;
}

.community-list h4 {
  color: #747584;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
}

.token-list .community-list.community-list .item img {
  filter: grayscale(1);
  transition: all 0.2s;
}
.token-list .community-list.community-list .item img:hover {
  filter: grayscale(0);
}

.token-list .community-list.community-list .item {
  width: 210px;
  padding: 25px 0;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.token-list .community-list .flex-row {
  flex-wrap: wrap;
}

.white-paper-sec.token-bg {
  padding: 0;
}

.token-bg .col-md-8 {
  padding-left: 50px;
}

.verified-col {
  padding: 100px 0;
}

.verified-col .container {
  width: 50%;
}

.verified-col .right-col {
  background: linear-gradient(260.4deg, #2b3992 -64.22%, #095acd 109.37%);
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 70px;
}

.verified-col .right-col .btn {
  width: 51%;
  font-size: 15px;
  margin-top: 20px;
}

.token-pg.verified-col .right-col .btn {
  width: auto !important;
  padding: 10px 25px;
}

.verified-col .right-col h4 {
  color: #fff;
  line-height: 55px;
}

.verified-col .right-col p {
  color: #fff;
}

.verified-col .left-col img {
  width: 100%;
}
footer {
  background: linear-gradient(45.53deg, #00fff4 -31.45%, #2175ee 39.07%, #1b62c8 100.3%);
  padding: 70px 0 0;
  color: #f6f9fc;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}

footer .btn:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

footer .copyright-sec {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  margin-top: 20px;
  align-items: center;
}

footer .copyright-sec a {
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
}

footer .copyright-sec .links a:first-child {
  padding-right: 20px;
}

footer .text {
  margin: 20px 0;
}

#v3d-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fullscreen-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100% 100%;
  display: none;
  z-index: 1;
}

/* removes tap blinking on ios devices */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Dark Theme */

.v3d-simple-preloader-background {
  background-color: #181818;
}

.v3d-simple-preloader-container {
  filter: drop-shadow(0px 0px 4px #2a69bd);
}

#v3d-container div a {
  display: none !important;
}

.v3d-simple-preloader-container {
  display: none !important;
}

.v3d-simple-preloader-background,
.v3d-simple-preloader-container {
  background-color: linear-gradient(229.43deg, #095acd -11.51%, #2b3992 65.05%) !important;
}

.content_main {
  position: absolute;
  z-index: 999;
  left: 5%;
  top: 40%;
  width: 400px;
  transform: translate(-5%, -50%);
}

/* .v3d-canvas {
  width: 90% !important;
} */

@media screen and (max-width: 1200px) {
  .content_main {
    top: 25%;
  }
}

.video-banner {
  position: relative;
  text-align: center;
}

#v3d-container {
  position: absolute !important;
  right: 0 !important;
  left: initial;
  width: 50%;
  top: 0;
}

@media screen and (max-width: 500px) {
  .video-banner {
    padding-top: 200px;
    height: 700px;
  }
  .v3d-canvas {
    width: 100% !important;
  }
  .loader {
    position: absolute;
    top: 75%;
    z-index: 10;
    left: 45%;
  }
}

.v3d-simple-preloader-background {
  background-color: #f6f9fc !important;
}
footer a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #f6f9fc;
  letter-spacing: 0.5px;
}

footer .btn {
  background: transparent;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  width: 200px;
  padding: 12px;
}

.cookies-sec {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  box-shadow: inset -6px 7px 9px 6px rgb(163 163 163 / 8%);
  transition: all 200ms ease;
  z-index: 10000;
}

.cookies-sec.hide {
  opacity: 0;
  z-index: 0;
  display: none;
}

.cookies-sec .container {
  width: 60%;
  margin: 0 auto;
}

/* .has-megamenu:hover .megamenu {
  display: block;
} */

/* .has-dropdown:hover .dropdown-menu {
  display: block;
} */

.btn-outline {
  background: transparent;
  color: #0a8eed;
  border: 1px #0a8eed solid;
  border-radius: 5px;
}

.btn-outline:hover {
  background: #0a8eed;
  color: #fff;
}

.btn-outline:hover img {
  filter: brightness(-100%) invert(100%);
}

.cookies-sec h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #3e4051;
}

.cookies-sec p {
  font-size: 14px;
  line-height: 22px;
}

footer a:hover {
  color: #fff;
}

footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
  line-height: 34px;
}

footer h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #f6f9fc;
}

h3 {
  font-size: 35px;
  color: #333;
  font-weight: 600;
}

.inner-page {
  padding: 150px 0 100px 0;
}

.terms-sec {
  padding: 100px 0;
}

/* Used to offset element using in-page navigation with ID to appear visible */
.terms-sec :target {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.terms-sec .hidden-element {
  visibility: hidden;
}

.terms-sec .sec {
  padding-bottom: 30px;
}

.terms-sec a {
  color: #0037b5;
  font-size: 15px;
  text-decoration: none;
}

.terms-sec td p {
  text-align: left;
}

.terms-sec p {
  font-size: 15px;
  text-align: justify;
  line-height: 25px;
  text-decoration: none;
}

.terms-sec ol li {
  line-height: 30px;
}

.terms-sec h6 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.terms-sec .sub-ul {
  padding-left: 20px;
}

.inner-page .logo {
  max-width: 50%;
  margin-bottom: 20px;
}

.features-sec {
  background: #F6F9FC;
  padding: 70px 0;
}

.features-sec.services {
  background: #fff;
}
.banner-row {
  padding-top: 100px;
  padding-bottom: 10%;
}

.with-bg {
  background-size: cover !important;
  color: #fff;
  padding: 15% 0;
}

.with-bg h1,
.with-bg p {
  color: #fff !important;
}

.with-bg p {
  width: 50%;
  margin: 0 auto;
}
.features {
  display: flex;
  flex-wrap: wrap;
  margin: 70px auto;
  justify-content: center;
  gap: 50px;
  /* width: 80% */
}

.features-sec.services .features {
  width: 100%;
}

/* .features-sec.feature-list .features {
  justify-content: flex-start;
} */

.features .item {
  display: flex;
  gap: 20px;
  width: 30%;
  cursor: pointer;
  transition: all 300ms ease;
  padding: 30px 20px;
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: 0 4px 25px rgb(0 0 0 / 5%);
  border-radius: 10px;
  background: #fff;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.features .item.item-with-img {
  padding: 0;
  display: block;
}

.features .item.item-with-img .desc {
  background: #2b3992;
  color: #fff;
  padding: 10px 0;
}

.features .item.item-with-img img {
  width: 100%;
}

.features-sec.bank .item {
  width: 17%;
}

.features-sec.bank .features {
  gap: 20px;
  justify-content: space-between;
}

.features.no-bg .item {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.feature-list.feature-list .item {
  align-items: flex-start !important;
  text-align: left;
  transition: all 200ms ease;
}

.feature-list.feature-list .item.hover-item:hover {
  background: #0A8EED;
  color: #fff;
}

.feature-list.feature-list .item a {
  display: block;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin-left: 0px;
}

.lyotech .features .item {
  width: 22% !important;
}
.link {
  color: #2b3992;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-left: 15px;
}

.features .item .title {
  color: #3E4051;
  font-size: 20px;
  font-weight: 700;
}

.table-sec {
  font-family: "Roboto";
}

.table-sec .nav-pills {
  border-bottom: none;
  margin-top: 50px;
  display: flex;
  gap: 6px;
}

.table-sec .nav-pills li button {
  background: #f6f9fc;
  font-size: 18px;
  line-height: 32px;
  transition: all 300ms ease;
  font-weight: 600;
  text-decoration: none;
  color: #747584;
  padding: 10px 10px;
  border-radius: 22px;
}

.table-sec .nav-pills li button.nav-link.active {
  background: #0A8EED;
  color: #F6F9FC;
}
/* 
.tab-content>.active{
    border: 1px solid #ccc;
    border-radius: 25px; 
} */
.table-sec .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #f8faff;
  border: 1px solid transparent;
}

.table-sec .table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-sec table th {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3e4051;
}

.table-sec thead th {
  padding: 22px 10px;
  border: 1px solid #eaeaea;
}

.table-sec table tbody th {
  color: #747584;
  border-left: 1px solid #eaeaea;
}

.table-sec table tr td:first-child {
  border-left: 1px solid #eaeaea;
}

.table-sec table tr td:last-child {
  border-right: 1px solid #eaeaea;
}
.table-sec table td {
  padding: 15px 10px;
  color: #6d6e70;
}
.table-sec .tab-content {
  padding: 50px 0;
}

.table-sec table tbody tr:last-of-type td,
.table-sec table tbody tr:last-of-type th {
  border-bottom: 1px solid #eaeaea;
}

/* .contact-sec{
    background: url(../img/contact-bg.png);
    background-size: cover;
    min-height: 300px;
    padding: 100px 0;
    color: #fff;
} */

/* .contact-sec .left-col{
    background: linear-gradient(260.47deg, #2B3992 -35.67%, #095ACD 112.9%);
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;

}

.contact-sec .left-col .btn{
    width: 60%;
}

.contact-sec .right-col{
    background: url(../img/contact-right.png);
    min-height: 400px;
    background-size: cover;
}
.contact-sec .container{
    width: 50%;
    margin: 0 auto;
    padding: 100px 0;
}
.contact-sec h4, .contact-sec p{
    color: #fff;
} */

.team-sec {
  padding: 100px 0;
}

.team-card {
  margin-bottom: 40px;
}

.team-sec .team-card-description {
  height: 0;
  top: 70%;
  left: -40px;
  position: absolute;
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
  width: 400px;
  border-radius: 15px;
}

@media screen and (max-width: 1200px) {
  .team-sec .team-card-description {
    left: -50px;
  }
}

@media screen and (max-width: 768px) {
  .team-sec .team-card-description {
    width: 100%;
    left: 0;
  }
}

.team-sec .team-name {
  padding: 20px;
  text-align: center;
  font-weight: 700 !important;
  font-size: 26px;
}

.team-sec .team-job {
  font-weight: 500;
  text-align: center;
}

.team-sec .card {
  border: none;
  box-shadow: 0 2px 8px hsl(0deg 0% 82% / 25%);
  min-height: 400px;
}

.team-card img {
  width: 100%;
}

.team-card .img {
  position: relative;
}

.team-card .linkdin {
  position: absolute;
  z-index: 10;
  width: 40px;
  bottom: 5%;
  right: 5%;
}

.card .address {
  min-height: 100px;
  font-size: 14px;
}

.card h5 {
  font-size: 19px;
  font-weight: bold;
}

.team-card .link {
  color: #2b3992;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-left: 15px;
}

.team-card .content {
  padding: 20px 15px;
  box-shadow: 0px 2px 8px rgba(208, 208, 208, 0.25);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.team-card {
  position: relative;
}
.team-card .member_details {
  width: 100%;
  max-height: 400px;
  opacity: 0.97;
  border-radius: 24px;
  bottom: auto;
  margin-top: 0px;
  opacity: 0;
  z-index: 20;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -0%);
  padding: 20px 15px;
  box-shadow: 0px 2px 8px rgb(208 208 208 / 25%);
  background: #f8faff;
  text-align: center;
  transition: all 200ms ease;
}

.team-card .member_details .details__content {
  overflow-y: auto;
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
  max-height: 300px;
  text-align: justify;
  color: #626262;
}
.team-card:hover .member_details {
  opacity: 1;
}

.verified-col .left-col {
  padding-right: 0;
}

.verified-col .last-col .left-col {
  padding-left: 0;
  padding-right: 15px;
}

.verified-col .right-col {
  justify-content: flex-end;
}
@media only screen and (max-width: 1440px) {
  .brand-list {
    gap: 50px;
  }

  .verified-col .container {
    width: 65%;
  }

  .verified-col .right-col .btn {
    width: 60%;
    font-size: 15px;
  }

  .cookies-sec .container {
    width: 90%;
  }
}

@media only screen and (max-width: 1366px) {
  .features {
    gap: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-banner h1 {
    font-size: 40px;
  }

  .cookies-sec .container {
    width: 100%;
    margin: 0 auto;
  }

  .has-megamenu .row {
    width: 100%;
  }

  .token-pg.verified-col .right-col .btn {
    width: auto !important;
    padding: 10px 21px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-banner h1 {
    font-size: 36px;
  }

  .community-list .item {
    font-size: 16px;
    width: 150px;
  }

  .community-list .flex-row {
    gap: 15px;
  }

  .main-nav .nav-item {
    margin-right: 9px;
  }

  .main-nav.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .brand-list {
    gap: 18px;
  }

  .icon-text .text {
    font-size: 22px;
    line-height: 20px;
  }

  .icon-text .text span {
    font-size: 13px;
    line-height: 15px;
  }

  .inner-page .btn {
    font-size: 13px;

    padding: 10px 33px;
  }

  .inner-page .link {
    font-weight: 600;
    font-size: 13px;
  }

  .contact-sec .container {
    width: 100%;
    margin: 0 auto;
  }

  .features {
    width: 100%;
    gap: 30px;
  }

  .features .item {
    width: 40%;
  }

  .inner-page .btn-wrp .btn {
    padding: 10px 28px;
  }

  .verified-col .right-col h4 {
    font-size: 25px;
    line-height: 33px;
  }

  .verified-col .right-col .btn {
    width: 85%;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner h1 {
    font-size: 37px;
  }

  .table-sec table td,
  .table-sec table th {
    font-size: 13px;
  }
  .main-banner ul {
    line-height: 27px;
    font-size: 13px;
  }

  .table-sec .nav-pills li button {
    font-size: 13px;
  }

  .table-sec .nav-pills li button {
    margin-right: 20px;
  }

  .brand-list {
    gap: 30px;
  }

  .icon-text {
    padding: 25px 10px;
    gap: 9px;
  }

  .icon-text .text {
    font-size: 17px;
    line-height: 17px;
  }

  .download-sec.news-sec .download-item .title {
    font-size: 16px;
    line-height: 21px;
  }

  .download-sec.news-sec .download-item p {
    font-size: 14px;
    line-height: 22px;
  }

  .download-sec.news-sec .download-item a {
    font-size: 14px;
  }

  .cookies-sec .btn-outline {
    margin-left: 7px;
  }

  .cookies-sec .btn {
    font-size: 11px;
  }

  .cookies-sec p {
    font-size: 12px;
    line-height: 16px;
  }

  .cookies-sec h6 {
    font-size: 18px;
  }

  .btn {
    padding: 10px 34px;
    font-size: 13px;
  }

  footer {
    font-size: 12px;
    line-height: 23px;
  }

  footer a {
    font-size: 12px;
  }

  .main-nav .middle-nav {
    padding-left: 0;
  }

  .main-nav.navbar-light .navbar-nav .nav-link {
    display: inline-block;
  }

  .main-nav .dropdown-menu.megamenu {
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid #ccc;
  }

  .inner-page .btn-wrp .btn {
    min-width: 150px;
    margin-bottom: 10px;
  }
  .lyotech .features .item {
    width: 40% !important;
  }

  .verified-col .container {
    width: 100%;
  }

  .main-nav .nav-link.link {
    margin-left: 0;
  }

  .features-sec.services .features,
  .features-sec.feature-list .features {
    justify-content: center;
  }

  .token-pg.verified-col .right-col .btn {
    font-size: 11px;
  }
}

.main-banner .logo-name {
  font-size: 30px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .main-banner.homepage h1 {
    font-size: 70px;
  }

  .main-banner h1 {
    font-size: 42px;
    line-height: unset;
  }
  .custom-padding {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 768px) {
  .community-list .flex-row {
    flex-wrap: wrap;
  }

  .with-bg p {
    width: 100%;
  }

  .features.no-bg .item {
    width: 25%;
  }
  .community-list .item {
    font-size: 14px;
    width: 120px;
  }

  .community-list .item {
    padding: 16px 0;
  }

  .megamenu a {
    padding-bottom: 17px;
    font-size: 12px !important;
  }

  .navbar-collapse {
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .features {
    width: 100%;
  }
  .features .item .title {
    font-size: 13px;
    font-weight: 700;
  }

  .features .info {
    font-size: 13px;
  }

  .card h5 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .licened-sec .right-col {
    padding-left: 15px;
  }
  footer .btn {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  .payment-types {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
  }

  .payment-sec .link {
    margin-bottom: 50px !important;
    display: block;
  }

  footer .btn:first-child {
    margin-right: 15px !important;
  }

  .cookies-sec .container {
    max-width: 100%;
  }

  .download-sec .download-item {
    margin-bottom: 20px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  .licened-sec h4 {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    line-height: 52px;
    margin-top: 30px;
  }

  .inner-page .btn-outline {
    margin-left: 5px;
  }

  .features .item {
    width: 40%;
  }

  .verified-col h4 {
    margin-top: 30px;
  }

  .card .address {
    min-height: unset;
    font-size: 14px;
  }

  .licened-sec h5 {
    margin-top: 50px;
  }

  .verified-col .left-col img {
    display: none;
  }
}

.v3d-wrapper {
  height: 700px;
  background: rgb(0, 188, 243);
  background: radial-gradient(circle, rgba(0, 188, 243, 0.6727065826330532) 0%, rgba(0, 143, 241, 0.29735644257703087) 36%, rgba(0, 128, 240, 0) 60%);
}

.homepage.main-banner {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .v3d-wrapper {
    background: rgb(0, 188, 243);
    background: radial-gradient(circle, rgba(0, 188, 243, 0.6727065826330532) 0%, rgba(0, 143, 241, 0.29735644257703087) 20%, rgba(0, 128, 240, 0) 35%);
  }
}

@media screen and (max-width: 719px) {
  .homepage.main-banner .hero-flex-parent {
    padding-top: 200px;
  }

  .v3d-wrapper {
    height: 200px;
    background: none;
  }
}

@media only screen and (min-width: 718px) {
  .hero-flex-parent {
    justify-content: space-evenly;
    width: 50%;
  }
  .v3d-wrapper {
    width: 48%;
  }
  #v3d-container {
    width: 50%;
    top: 50px !important;
  }
  .hero-flex-parent .hero-caption {
    text-align: left !important;
  }

  .gradient-underline {
    margin: 0;
  }
}
@media only screen and (max-width: 718px) {
  #v3d-container {
    width: 100%;
    top: 200px !important;
  }
}

@media only screen and (max-width: 500px) {
  #v3d-container {
    width: 100%;
  }
  .hero-flex-parent > div {
    width: 100% !important;
  }
  .content .btn {
    padding: 10px 40px;
    font-size: 13px;
  }

  .content_main {
    top: 40% !important;
  }

  .features.no-bg .item {
    width: 45% !important;
  }

  .content .link {
    margin: 20px 0 50px 0;
    display: block;
  }
  .brand-list .item {
    width: 40%;
  }
  .team-card .member_details {
    width: 100%;
  }
  .main-nav .nav-item {
    margin-right: 0;
  }

  .white-paper-sec {
    padding: 70px 15px;
    width: 95%;
  }

  .cookies-sec img {
    display: none;
  }

  .cookies-sec h6 {
    font-size: 13px;
  }

  .cookies-sec p {
    font-size: 10px;
    line-height: 14px;
  }

  .cookies-sec .btn {
    font-size: 10px;
    padding: 8px 16px;
  }

  .inner-page .btn {
    padding: 10px 25px;
  }

  .inner-page .link {
    margin-left: 8px;
    font-size: 13px;
    margin-bottom: 20px;
  }

  .features {
    gap: 10px;
  }

  .features .item {
    padding: 20px 20px;
  }
  .features .info {
    font-size: 12px;
  }
  .features .item {
    width: 65%;
  }

  .features-sec.services .item {
    width: 100%;
    align-items: center;
  }
  .lyotech .features .item {
    width: 88% !important;
  }

  .licened-sec .features .item {
    width: 48%;
  }

  .main-banner {
    padding: 120px 0;
  }

  .licened-sec {
    padding: 50px 0;
  }

  p {
    font-size: 14px;
    line-height: 25px;
  }

  .verified-col .container {
    width: 95%;
  }

  .verified-col .container {
    width: 93%;
  }
  .verified-col .right-col {
    padding: 50px 15px;
  }

  .btn {
    padding: 10px 30px;
    font-size: 13px;
  }
  .token-pg.verified-col .right-col .btn {
    font-size: 14px;
  }
  .table-sec .nav-pills li:nth-of-type(even) button {
    margin-right: 0px;
  }
  .table-sec .nav-pills li {
    width: 48%;
    /* margin-bottom: 15px; */
  }

  .table-sec .nav-pills {
    gap: 10px;
  }
  .table-sec .nav-pills li button {
    width: 100%;
    display: block;
    line-height: normal;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  .main-banner h1 {
    font-size: 33px;
  }

  .table-sec .nav-pills li {
    width: 100%;
    /* margin-bottom: 15px; */
  }

  .second-sec .btn {
    padding: 10px 25px;
    font-size: 13px;
  }

  .cookies-sec .btn {
    font-size: 9px;
    padding: 8px 8px;
  }

  .inner-page .btn-wrp .btn {
    min-width: 139px;
  }

  .btn {
    padding: 10px 22px;
    font-size: 12px;
  }
}

.main-banner a.link {
  color: #fff;
  transition: all 0.2s;
}

.main-banner a.link:hover {
  color: #2b3992;
}

.main-banner .btn {
  background: #fff !important;
  color: #0A8EED !important;
  font-weight: 600;
}
.main-banner .btn:hover {
  background: transparent !important;
  color: #FFF !important;
  font-weight: 600;
}
.main-banner .btn:hover img {
  filter: brightness(-100%) invert(100%);
}
