/*
Theme Name: VVS
*/

:root {
  --font-family-Argent-CF: "Argent CF", serif;
  --font-family-gilroy: "Gilroy", sans-serif;
  --white: #fff;
  --black: #000;
  --primary-color: #111018;
  --secondary-color: #d27bfa;
  --primary-shade: #1d182d;
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
}

*,
*:active,
*:focus,
option:focus {
  outline: none !important;
  box-sizing: border-box;
}

button::-moz-focus-inner {
  border: 0;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  height: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: normal;
  overflow-x: hidden;
}

body {
  background: var(--primary-color);
  color: var(--white);
  font-family: var(--font-family-gilroy);
  font-weight: 400;
  font-size: var(--fs-16);
  margin: 0 auto;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  font-size: var(--fs-16);
  line-height: 24px;
}
a {
  text-decoration: none;
  color: var(--white);
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

html.has-scroll-smooth body,
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  /* -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;  */
}

.has-scroll-init [data-scroll-container] {
  min-height: 100vh;
}
.slide-out-top {
  transform: translateY(-100px);
  transition: all 0.7s;
}
html.has-scroll-init .slide-in-top {
  transform: translateY(0px);
  transition: all 0.7s;
}
/*====== Sections Style ======*/
.container {
  max-width: 1260px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.h-100vh {
  min-height: 100vh !important;
}
.h-auto {
  min-height: auto !important;
}
.w-100 {
  width: 100% !important;
}
.theme-btn-primary-gradient {
  font-family: var(--font-family-gilroy);
  font-size: var(--fs-14);
  color: var(--white-color) !important;
  background: linear-gradient(90deg, #d27bfa, #3353f8);
  cursor: pointer;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  transition: 0.5s all;
}
.theme-btn-primary-gradient:hover {
  /* background: linear-gradient(90deg, #3353f8, #d27bfa); */
  background: var(--white);
  color: var(--primary-color) !important;
  transition: 0.5s all;
}
.theme-btn {
  font-family: var(--font-family-gilroy);
  font-size: var(--fs-14);
  color: var(--primary-color) !important;
  cursor: pointer;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  background: var(--white);
  transition: all 0.4s;
  position: relative;
  text-decoration: none !important;
  transition: 0.4s all;
}
.theme-btn:hover {
  opacity: 0.9;
  transition: 1.4s all;
}
.btn-text {
  border-radius: 15px;
  padding: 15px 40px;
  display: block;
  text-align: center;
}
.theme-btn-sm-icon img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -5px 0 8px;
}
.theme-btn:hover {
  transition: all 0.4s;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.site-header {
  top: 5px;
  left: 5px;
  right: 5px;
  min-height: 40px;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: var(--fs-14);
  color: var(--white);
  padding: 5px;
  border-radius: 20px;
  font-weight: 500;
  transform: translateY(-100px);
  max-width: 1320px;
  margin: 0 auto;
}
.site-header a {
  color: var(--white);
}
.primary-shade-bg.site-header {
  background: rgba(17, 16, 24, 0.4);
}
.dark-logo {
  display: none;
}
.light-header .light-logo {
  display: none;
}
.light-header .dark-logo {
  display: block;
}
.dark-logo img {
  filter: brightness(0);
}
.light-header.site-header {
  background: var(--white);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.light-header.site-header a {
  color: var(--primary-color);
}
.light-header.site-header .sub-menu a {
  color: var(--white);
}
.light-header.site-header .theme-btn {
  color: var(--white);
}
.light-header .menu-btn,
.light-header .menu-btn::before,
.light-header .menu-btn::after,
.light-header .lang-switcher::before,
.light-header .site-logo::before {
  background: var(--black);
}
.site-logo {
  min-width: 88px;
  padding: 0 25px 0 20px;
  position: relative;
}
.lang-switcher::before,
.site-logo::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.1;
  background: var(--white);
  width: 1px;
  height: 26px;
  display: none;
}
.site-navigations {
  flex-grow: 1;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.site-navigations nav,
.secondar-nav {
  margin-left: auto;
}
.secondar-nav ul {
  gap: 10px;
}
nav ul,
.secondar-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.site-navigations li {
  position: relative;
}
nav > ul > li > a,
.secondar-nav > ul > li > a:not(.theme-btn) {
  padding: 13px 16px;
  border-radius: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.light-header nav > ul > li > a:hover,
.light-header .secondar-nav > ul > li > a:hover {
  background: rgba(210, 123, 250, 0.1);
  color: var(--primary-color);
}
.light-header .has-sub-menu > a::after {
  filter: brightness(0) saturate(100%) invert(48%) sepia(7%) saturate(468%)
    hue-rotate(206deg) brightness(92%) contrast(90%);
}
.toggle-menu-btn.active {
  background: rgba(210, 123, 250, 0.1);
}
.toggle-menu-btn.active::after {
  transform: scale(-1);
  transition: 0.4s;
}
.has-sub-menu > a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(images/down-arrow-icon.svg) no-repeat center center;
  display: inline-block;
  margin-left: 10px;
  transition: 0.4s;
}
.toggle-menu-btn {
  position: relative;
  cursor: pointer;
}
.show-toggle-menu.toggle-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 999;
  display: block;
}
.toggle-menu {
  position: absolute;
  width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--primary-color);
  border-radius: 14px;
  padding: 15px 8px 8px;
  display: block;
  left: 0;
  top: 65px;
  z-index: -1;
  transform: translateY(60px);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s transform;
}
.sub-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 35px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--white);
  display: none;
}
.sub-menu-title {
  font-size: var(--fs-12);
  color: var(--white);
  opacity: 0.5;
  padding: 5px 10px;
  display: block;
}
.sub-menu li a {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px;
  color: var(--white);
  border-radius: 10px;
}
.sub-menu li a:hover {
  background: var(--white) !important;
  color: var(--primary-color) !important;
}
.sub-menu li a:hover .m-icon::before {
  filter: none;
}
.sub-menu li a:hover .m-icon {
  /* background: var(--secondary-color); */
}
.m-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 100%;
  position: relative;
  /* background: rgba(116, 115, 126, 0.1); */
}
.sub-menu li a:hover .m-icon::before {
  filter: brightness(0);
}
.m-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(11%) saturate(290%)
    hue-rotate(206deg) brightness(96%) contrast(91%);
}
.menu-pricing-icon1::before {
  background: url(images/menu-pricing-icon1.svg) no-repeat center center;
}
.menu-pricing-icon2::before {
  background: url(images/menu-pricing-icon2.svg) no-repeat center center;
}
.site-navigations a.active-item,
.site-navigations a.active,
.site-navigations a:not(.theme-btn):hover {
  background: rgba(210, 123, 250, 0.1);
  transition: 0.4s color;
}
.lang-switcher {
  position: relative;
  padding-right: 25px;
}
.lang-switcher::before {
  min-height: 26px;
  top: 0;
  right: -6px;
}
.mobile-menu::before {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0%;
  right: 0;
  margin: auto;
  height: 50%;
  width: 100%;
  background: var(--secondary-color);
  filter: blur(200px);
  opacity: 0.5;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: var(--primary-color);
  z-index: 99999;
  padding: 20px;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: 0.4s transform;
}
.mobile-menu a {
  color: var(--white);
}
.mobile-menu ul {
  flex-direction: column;
  align-items: stretch;
}
.mobile-menu ul li {
  position: relative;
  min-height: 30px;
}
.show-mobile-menu {
  transform: translateX(0);
}
.menu-btn {
  position: relative;
  width: 20px;
  height: 1px;
  background: var(--white);
  border-radius: 5px;
  margin: 0 5px;
}
.mobile-menu-btn {
  min-height: 25px;
  margin-right: 10px;
}
.mobile-menu-btn a {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
}
.menu-btn::before,
.menu-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--white);
  border-radius: 5px;
  display: inline-block;
}
.menu-btn::before {
  top: -5px;
}
.menu-btn::after {
  bottom: -5px;
}
.close-menu-btn {
  display: inline-block;
  /* position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 9; */
}
.close-menu {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
}
.close-menu::before,
.close-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--white);
  border-radius: 5px;
  display: inline-block;
  top: 0;
}
.close-menu::before {
  transform: rotate(45deg);
}
.close-menu::after {
  transform: rotate(135deg);
}

.banner-section {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-section .container {
  margin: 90px auto 20px;
}
.banner-img {
  position: absolute;
  width: 60%;
  right: -9%;
  top: 140px;
  bottom: 20px;
  margin: auto;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-text-sec {
  max-width: 760px;
  width: 65%;
}
.banner-section-about {
  min-height: 30vh;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 10vh;
}
.banner-section-full {
  min-height: 100vh;
}
.banner-section h1 {
  /* font-size: 38px;
  line-height: 38px; */
  font-size: 7vw;
  line-height: 7.5vw;
  font-family: var(--font-family-Argent-CF);
}
.banner-section p {
  font-size: var(--fs-20);
  line-height: 30px;
}
.cta-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-banner a {
  font-size: var(--fs-14);
  text-decoration: underline;
  transition: 0.4s all;
}
.cta-banner a:hover {
  color: var(--secondary-color);
}
.text-area {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.secondary-gradient-shade1 {
  background: linear-gradient(
    to bottom,
    rgba(229, 207, 248, 1) 0%,
    rgba(249, 243, 254, 1) 100%
  );
}
.secondary-gradient-shade2 {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 207, 248, 0.4) 25%
  );
}
.reviews-section {
  padding: 50px 0;
  color: var(--primary-color);
}
.section-title {
  font-size: 7.6vw;
  line-height: 8vw;
  /* font-size: 36px;
  line-height: 36px; */
  margin-bottom: 25px;
  font-family: var(--font-family-Argent-CF);
}
.section-title span {
  display: block;
}
.section-top-text p {
  font-size: var(--fs-16);
  font-weight: 500;
}
.reviews-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 80px 0 0;
}
.review-col {
  width: 50%;
}
.review-col.mt-1 {
  margin-top: -100px;
}
.review-item p {
  font-size: var(--fs-20);
  line-height: 28px;
}
.review-item {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin: 0 0 20px;
}
.review-user-img img {
  background: rgba(0, 0, 0, 0.1);
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  object-fit: cover;
}
.review-logo {
  min-width: 80px;
  text-align: right;
}
.review-logo img {
  display: inline-block;
  max-width: 100%;
  filter: brightness(0) saturate(100%) invert(68%) sepia(44%) saturate(3214%)
    hue-rotate(199deg) brightness(88%) contrast(97%);
  opacity: 0.35;
  animation: floatLogo 5s infinite normal ease-out;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.review-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px 0 0;
}
.review-user-name {
  flex-grow: 1;
}
.review-user-name h5 {
  font-weight: 500;
  font-size: var(--fs-18);
  margin-bottom: 5px;
}
.review-user-name span {
  display: block;
  font-size: var(--fs-18);
  opacity: 0.6;
}
/*====== FOOTER ======*/

.book-demo-section {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  padding: 14% 0 12%;
}
.book-demo-section h3 {
  font-size: 100px;
  font-family: var(--font-family-Argent-CF);
  font-weight: 400;
  background: linear-gradient(
    to right,
    rgba(210, 123, 250, 1) 0%,
    rgba(51, 83, 248, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.book-demo-title {
  position: relative;
  display: inline-block;
  padding: 0 0 15px;
}
.book-demo-title .demo-img1 {
  position: absolute;
  top: -10px;
  left: -40px;
  z-index: -1;
  animation: floatBubble 7s infinite normal ease-out;
}
.book-demo-title .demo-img2 {
  position: absolute;
  bottom: 10px;
  right: -40px;
  animation: floatBubble2 8s infinite normal ease-out;
}
.book-demo-title .demo-img3 {
  position: absolute;
  top: -30%;
  right: -140px;
  left: 0;
  margin: auto;
  opacity: 0.45;
  filter: blur(3px);
  z-index: -1;
  animation: floatBubble 15s infinite normal ease-out;
}
.book-demo-title .demo-img4 {
  position: absolute;
  bottom: -15px;
  right: 0;
  left: -150px;
  margin: auto;
  opacity: 0.15;
  filter: blur(3px);
  z-index: -1;
  animation: floatBubble2 10s infinite normal ease-out;
}
.sm-text {
  font-size: var(--fs-12);
}
.sm-text a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.book-demo-section .sm-text {
  opacity: 0.5;
}
.booking-form {
  padding: 50px 0 35px;
  position: relative;
}
.msg-notify {
  padding: 0.2em 1em;
  border: 2px solid var(--secondary-color);
}
.book-demo-section .msg-notify p {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
#form-submit-message {
  margin: 2em 0.5em 0;
}
.booking-form form {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.form-field {
  flex-grow: 1;
  position: relative;
}
.form-field label.error {
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 12px;
}
.error {
  color: #ee4b2b;
}
.th-textbox {
  display: inline-block;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  font-size: 13px;
  color: var(--white);
  font-family: var(--font-family-gilroy);
  font-weight: 400;
  border: none;
  padding: 0 20px;
  width: 100%;
}
.th-textbox::placeholder {
  opacity: 1;
}
.theme-btn2 {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-family-gilroy);
  font-weight: 500;
  font-size: var(--fs-14);
  min-width: 140px;
  padding: 14px 15px;
  min-height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  transition: 0.4s all;
}
.theme-btn:hover {
  opacity: 0.7;
}
.theme-btn2:hover {
  background: rgba(255, 255, 255, 0.15);
}
.btn-lg {
  min-height: 50px;
  min-width: 175px;
}
.book-demo-section p {
  font-size: 22px;
}
.footer-nav-section {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 !important;
}
.footer-nav-section h3 {
  /* font-size: 36px;
  line-height: 36px; */
  font-size: 6.3vw;
  line-height: 7vw;
  font-family: var(--font-family-Argent-CF);
  font-weight: 300;
}
.footer-nav-section h4 {
  font-size: 24px;
  font-family: var(--font-family-Argent-CF);
  font-weight: 300;
}
.footer-nav-section ul li {
  padding: 8px 0;
  font-size: var(--fs-14);
}
.footer-nav-section ul li a {
  display: inline-flex;
  align-items: center;
}
.footer-nav-section ul li a .sm-icon {
  margin-right: 10px;
}
.f-col-tag {
  min-width: 40% !important;
  margin-right: auto;
}
.f-col-nav {
  max-width: 200px;
}
.f-col {
  min-width: 150px;
}
.f-bottom-links a:hover,
.f-col-nav a:hover {
  color: var(--secondary-color);
  transition: 0.4s all;
}
.sm-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.d-flex {
  display: flex;
}
.gap-10 {
  gap: 10px;
}
.justify-center {
  justify-content: center;
}
.whatsapp-icon {
  background-image: url(images/whatsapp-icon.svg);
}
.linkedIn-icon {
  background-image: url(images/linkedIn-icon.svg);
}
.instagram-icon {
  background-image: url(images/instagram-icon.svg);
}
.uae-flag-icon {
  background-image: url(images/uae-flag.svg);
}
.france-flag-icon {
  background-image: url(images/fr-flag.svg);
}

.d-logo {
  max-width: 400px;
  width: 100%;
  margin-bottom: -130px;
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
  padding: 40px 0 220px;
  /* min-height: 100vh; */
}
.footer-top h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
}
.footer-bottom {
  padding: 15px 0 50px;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--fs-14);
}
.f-bottom-links,
.copyright {
  width: 50%;
}
.f-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.footer-bottom p {
  margin: 0;
  font-size: var(--fs-14);
}
.footer-vv-title {
  padding: 40px 0 0;
}
.footer-vv-title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer-vv-title ul li img {
  margin: 10px;
}

.footer-vv-title h2 {
  text-align: center;
  font-size: 15vw;
  opacity: 0.25;
  font-family: var(--font-family-Argent-CF);
  background: linear-gradient(
    to right,
    rgba(210, 123, 250, 1) 30%,
    rgba(51, 83, 248, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
}
.footer-vv-title h2 span {
  padding: 0 10px;
}
.custom-bg-section::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #3353f8;
  z-index: -1;
}
.custom-bg-section {
  background: rgba(17, 16, 24, 0.9);
  position: relative;
}

.primary-color-gradient::before,
.primary-color-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.primary-color-gradient::before {
  background: rgba(17, 16, 24, 0.9);
}
.primary-color-gradient::after {
  background: linear-gradient(
    to bottom,
    rgba(17, 16, 24, 1) 0%,
    rgba(152, 123, 250, 1) 80%,
    rgba(51, 83, 248, 1) 100%
  );
  z-index: -2;
}
.primary-color-gradient {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}
.primary-color-gradient-shade1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(17, 16, 24, 1) 0%,
    rgba(17, 16, 24, 1) 70%,
    rgba(210, 123, 250, 1) 95%
  );
}
.primary-color-gradient-shade1 {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}
.switch-dark,
.wrapper {
  transition: ease all 0.9s;
}
.bg-color-primary {
  background: var(--primary-color);
}
.bg-primary-shade {
  background: var(--primary-shade);
}
.bg-color-white {
  background: var(--white);
  color: var(--primary-color);
}
.bg-color-primary .bg-color-white {
  background: inherit;
  color: inherit;
}
.about-section {
  padding: 20px 0 0;
}
.about-sec-top {
  position: relative;
}
.world-map {
  position: relative;
  max-width: 767px;
  width: 100%;
}
.world-map img {
  width: 100%;
  object-fit: contain;
}
.map-hotspot {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.map-hotspot span {
  position: absolute;
  top: 47%;
  opacity: 0;
  min-width: 10px;
  padding: 15px 0 0;
}
.map-hotspot span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: var(--secondary-color);
  box-shadow: 0 0 10px rgba(210, 123, 250, 0.55);
  border-radius: 100%;
}
.map-hotspot span.show {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 2s;
}
.map-hotspot span.m-hotspot1 {
  left: 10%;
}
.map-hotspot span.m-hotspot2 {
  right: 40%;
}
.map-hotspot span.m-hotspot3 {
  right: 45%;
  top: 63%;
}
.map-hotspot span.m-hotspot4 {
  right: 48%;
  top: 63%;
}
.map-hotspot span.m-hotspot5 {
  right: 55%;
  top: 58%;
}
.map-hotspot span.m-hotspot6 {
  right: 54%;
  top: 46%;
}
.map-hotspot span.m-hotspot7 {
  right: 53%;
  top: 50%;
}

.worldmap-section .map-hotspot span.m-hotspot6 {
  right: 50%;
  top: 34%;
}
.worldmap-section .map-hotspot span.m-hotspot7 {
  right: 50%;
  top: 50%;
}

.sub-title {
  font-size: var(--fs-16);
}
.about-text {
  max-width: 420px;
  font-size: var(--fs-20);
  line-height: 28px;
  margin: 70px 0 0;
}
.vvs-video {
  width: 100%;
  margin: 30px 0 0;
  position: relative;
  overflow: hidden;
}
#vvs-video {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#vvs-video video,
.vvs-video video,
.vvs-video iframe {
  display: block;
  border-radius: 30px;
  width: 80%;
  height: 80%;
  object-fit: cover;
  object-position: center center;
  cursor: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.video-shadow video {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.video-bg-blur {
  overflow: visible;
}
.video-bg-blur::before {
  max-width: 900px;
  height: 250px;
  width: 50%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  margin: auto;
  border-radius: 100%;
  background: var(--secondary-color);
  z-index: -1;
  filter: blur(200px);
}
.about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  font-size: var(--fs-16);
  margin: 80px 0 0;
}
.about-stats p {
  font-size: var(--fs-16) !important;
}
.stat-item .stat-number {
  font-family: var(--font-family-Argent-CF);
  font-size: 90px;
  display: block;
  margin-bottom: 10px;
}
.sec-nav-links {
  width: 6px;
  position: sticky;
  left: -30px;
}
.sec-nav-links ul li {
  line-height: normal;
  margin: 4px 0;
}
.sec-nav-links ul li a {
  width: 5px;
  height: 8px;
  opacity: 0.2;
  background: var(--white);
  display: block;
  border-radius: 10px;
  text-indent: -9999px;
  font-size: 0;
}
.sec-nav-links ul li a.active {
  height: 80px;
  opacity: 1;
  background: var(--secondary-color);
}
.interactive-section {
  padding: 50px 0;
}
.interactive-3d-content {
  padding: 50px 0;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.interactive-3d-image {
  /* max-width: 695px;
  width: 60%; */
  width: 100% !important;
  max-width: 100% !important;
}
.interactive-tabs {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  padding: 15px;
}
.interactive-map-img {
  min-width: 52%;
  width: 52%;
}
.interactive-map-img img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.accordion-imgs img {
  display: none;
}
.accordion-imgs img.active-img {
  display: block;
}
.tab-text-area {
  max-width: 450px;
  width: 40%;
  margin: auto;
}
.tab-text-area h4::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-size: cover !important;
  margin: 0 0 25px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(328deg) brightness(104%) contrast(103%);
}
.tab-text-area h4 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  max-width: 75%;
  padding: 0 0 10px;
}
.tab-text-area p {
  opacity: 0.7;
}
.tab-content {
  display: none;
}
.tab-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.interactive-tab-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.interactive-tab-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.interactive-tab-list ul li {
  width: calc(25% - 10px);
}
.interactive-tab-list ul li a {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 14px;
  border-radius: 14px;
  text-align: center;
  font-size: var(--fs-18);
  font-weight: 500;
}
.interactive-tab-list ul li a:hover,
.interactive-tab-list ul li a.active-item {
  color: var(--secondary-color);
  background: rgba(210, 123, 250, 0.2);
  border-color: rgba(210, 123, 250, 0.2);
}
.feature-detail-img {
  width: 50%;
}
.interative-text h3 {
  font-size: 40px;
  font-weight: 500;
  padding: 0 0 15px;
}
.interactive-features li {
  padding: 16px;
  position: relative;
}
.interactive-features li::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  width: 30px;
  height: 30px;
}
.accordion-detail {
  display: none;
  padding: 0 24px 24px;
}
.accordion-detail p {
  font-size: var(--fs-20);
  line-height: 30px;
  opacity: 0.7;
}
.map-icon::before {
  background: url(images/interactive-2d-icon.svg) no-repeat center center;
}
.tools-icon::before {
  background: url(images/data-tools-icon.svg) no-repeat center center;
}
.data-icon::before {
  background: url(images/data-icon.svg) no-repeat center center;
}
.filters-icon::before {
  background: url(images/filters-icon.svg) no-repeat center center;
}
.dashboard-icon::before {
  background: url(images/dashboard-icon.svg) no-repeat center center;
}
.crm-icon::before {
  background: url(images/CRM-icon.svg) no-repeat center center;
}
.chart-icon::before {
  background: url(images/chart-icon.svg) no-repeat center center;
}
.accessible-devices-icon::before {
  background: url(images/accessible-devices-icon.svg) no-repeat center center;
}
.floor-plates-icon::before {
  background: url(images/floor-plates-icon.svg) no-repeat center center;
}
.wrapper.bg-color-primary .interactive-features li::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(137deg) brightness(103%) contrast(101%);
}
.interactive-features li h4 {
  color: var(--primary-color);
  font-size: var(--fs-20);
  line-height: 28px;
  font-weight: 500;
  margin: 6px 0;
  display: inline-block;
}
.interactive-features li.active-item {
  background: var(--white);
  border-radius: 15px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  transition: 0.5s all;
}

.wrapper.bg-color-primary .interactive-features li.active-item {
  background: var(--primary-color);
  transition: 1s background-color;
}
.wrapper.bg-color-white .world-map img {
  filter: invert(1);
}
.logos-section {
  position: relative;
}
.logos-row ul {
  overflow: hidden;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 35px 0;
  gap: 100px;
  width: 100%;
  justify-content: space-between;
}
.logos-row ul li {
  text-align: center;
  opacity: 0.3;
}
.logos-row ul li img {
  display: inline-block;
  max-width: 120px;
  min-width: 50px;
  max-height: 58px;
}
.logos-row ul li:hover {
  opacity: 1;
}

.interactive-3d-text h3 {
  line-height: 30px;
  font-size: 24px;
  font-weight: 500;
}
.interactive-3d-text p {
  font-size: var(--fs-20);
  line-height: 28px;
  margin: 20px 0;
  opacity: 0.7;
}
.interactive-3d-text a {
  font-size: 20px;
  text-decoration: underline;
  background: linear-gradient(
    to right,
    rgba(210, 123, 250, 1) 0%,
    rgba(51, 83, 248, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
}
.interactive-3d-text a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(210, 123, 250, 1) 0%,
    rgba(51, 83, 248, 1) 100%
  );
}

/* .c-scrollbar {
    opacity: 1 !important;
    position: fixed !important;
    top: inherit !important;
    right: 20px !important;
    bottom: 40px !important;
    width: 2px;
    background-color: var(--secondary-color);
    background: linear-gradient(to bottom, rgba(210, 123, 250, 1) 0%, rgba(51, 83, 248, 1) 100%);
    height: 20vh !important;
    transform-origin: center center;
    transition: transform 0.3s, opacity 0.3s;
    opacity: .1;
    z-index: 10000;
}
.c-scrollbar_thumb {
    position: absolute;
    top: auto;
    min-height: 30%;
    background-color: #f8f8f8;
    opacity: 1;
    width: 2px;
    cursor: -webkit-grab;
    cursor: grab;
} */

.off-viewport {
  transform: translate3d(0px, 40px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(10deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition-delay: 1.5s;
  transition: all 1.5s;
}

.in-viewport {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  transition-delay: 1.5s;
  transition: all 1.5s;
}

.off-viewport2 {
  transform: translate3d(-60px, -20px, 0px);
  transform-style: preserve-3d;
  opacity: 0;
  transition-delay: 1.5s;
  transition: all 1.5s;
}

.in-viewport2 {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  opacity: 1;
  transition-delay: 1.5s;
  transition: all 1.5s;
}

.off-viewport3 {
  transform: translate3d(0px, 60px, 0px);
  transform-style: preserve-3d;
  opacity: 0;
  transition-delay: 1.5s;
  transition: all 1.5s;
}

.in-viewport3 {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  opacity: 1;
  transition-delay: 1.5s;
  transition: all 1.5s;
}

.animate-text .line {
  display: inline-block;
  white-space: pre-wrap;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.animate-text .line.show-line {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.dark-color {
  color: var(--primary-color);
}
.artistic-section {
  padding: 120px 0 30px;
}
.artistic-section .section-title {
  padding-top: 40px;
}
.animate-white-bg {
  background: var(--white);
  width: 0%;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  border-radius: 20px;
}
.fill-bg-white-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-update {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 20px;
  font-family: var(--font-family-minakoe);
  z-index: 2;
  mix-blend-mode: difference;
}
.fill-text {
  padding: 0 15px;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  mix-blend-mode: difference;
  position: relative;
  z-index: 1;
  text-align: center;
}
.fill-text h3 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}
.fill-text h3 span {
  position: relative;
  /* display: none; */
}
.fill-text h3 span:first-child {
  display: inline-block;
}
.border-radius-top {
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
}
.pb-100 {
  padding-bottom: 120px;
}
.section-padding {
  padding: 90px 0;
}
.vvs-about-text {
  max-width: 950px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
  padding: 50px 0 0;
}
.about-text-col {
  width: calc(50% - 35px);
}
.about-text-col p {
  margin-bottom: 30px;
}
.about-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.about-img-list img {
  filter: brightness(0);
}
.worldmap-section {
  position: relative;
}
.worldmap-section img {
  width: 100%;
  filter: brightness(0);
  object-fit: contain;
}
.clients-section {
  text-align: center;
  padding: 30px 0 80px;
}
.clients-logos::before,
.clients-logos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 280px;
  width: 15%;
  background: linear-gradient(
    to right,
    rgba(249, 243, 253, 0.2) 0%,
    rgba(247, 240, 253, 1) 100%
  );
  z-index: 2;
}
.clients-logos::before {
  left: 0;
  transform: scale(-1);
}
.clients-logos::after {
  right: 0;
}
.clients-logos {
  position: relative;
}
.client-logos-row {
  padding: 20px 0;
}
.client-logos-row ul li {
  opacity: 1;
}
.client-logos-row ul li img {
  filter: brightness(0);
}
.our-team-section .container-fluid {
  padding-right: 0;
  padding-left: 5vw;
}
.team-carousel {
  padding: 40px 0 40px;
}
.team-member {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.team-member-img {
  position: relative;
}
.team-member-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
  border-radius: 20px;
}
.team-member-img img {
  border-radius: 20px;
  filter: grayscale(1);
  /* min-height: 470px; */
  height: auto;
  aspect-ratio: 1.444 / 2;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.team-member-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
}
.team-member-text h5 {
  font-size: var(--fs-18);
  font-weight: 500;
  margin: 0 0 2px;
}
.team-member-text p {
  margin: 0;
  font-size: var(--fs-15);
}
.slick-arrow {
  position: absolute;
  bottom: -60px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-indent: -99999px;
  border: none;
  cursor: pointer;
  z-index: 9;
}
.slick-arrow::before {
  content: "";
  background: url(images/arrow-icon.svg) no-repeat center center;
  background-size: contain !important;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
}
.slick-next {
  right: 65px;
}
.slick-prev {
  right: 120px;
}
.slick-prev.slick-arrow::before {
  transform: scale(-1);
}
.slick-disabled {
  background: rgba(255, 255, 255, 0.1);
}
.slick-disabled::before {
  opacity: 0.3;
}
.progress-options {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.progress-options ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.progress-options ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.progress-options ul li h3 {
  font-weight: 500;
  font-size: 30px;
}
.option-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 1px;
  background: linear-gradient(180deg, #d27bfa, #3353f8);
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: var(--fs-14);
}
.option-number strong {
  font-weight: 500;
  background: var(--primary-color);
  display: flex;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.option-text {
  mix-blend-mode: difference;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.option-text h3 {
  margin: 0;
}
.option-img {
  pointer-events: none;
  margin: 30px auto;
  width: 100%;
}
.option-img img {
  width: 100%;
  max-width: 80%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto;
}

.color-secondary {
  color: var(--secondary-color) !important;
}
.extra-features-top {
  max-width: 655px;
  margin: 0 auto 70px;
}
.text-gradient-shade1 {
  background: linear-gradient(
    to right,
    rgba(210, 123, 250, 1) 0%,
    rgba(51, 83, 248, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.text-gradient-shade2 {
  background: linear-gradient(
    to right,
    rgba(210, 123, 250, 1) 30%,
    rgba(51, 83, 248, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.extra-features-section h3 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 35px;
}
.extra-features-section p {
  font-size: var(--fs-20);
  line-height: 28px;
}
.extra-features-section .container {
  max-width: 980px;
}
.features-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
.feature-item {
  width: 100%;
  white-space: normal !important;
}
.feature-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}
.feature-icon1 {
  background: url(images/feature-icon1.svg) no-repeat center center;
}
.feature-icon2 {
  background: url(images/feature-icon2.svg) no-repeat center center;
}
.feature-icon3 {
  background: url(images/feature-icon3.svg) no-repeat center center;
}
.feature-icon4 {
  background: url(images/feature-icon4.svg) no-repeat center center;
}
.feature-item h4 {
  font-size: 24px;
  font-weight: 500;
}
.feature-item p {
  line-height: 28px;
  font-size: 20px;
  opacity: 0.7;
}
.full-screen-video {
  min-height: 100vh;
}
.full-screen-video video,
.full-screen-video iframe {
  width: 100%;
  height: 100%;
}
.pricing-table-wrapper {
  margin: 30px auto 0;
  padding: 1px;
}
.pricing-section {
  width: 100%;
}
.pricing-section .container {
  max-width: 1080px;
  margin: 0 auto;
}
.tab-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tab-links a {
  width: calc(50% - 10px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  font-size: var(--fs-18);
  text-align: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.tab-links a:hover {
  opacity: 0.8;
}
.tab-links a.active {
  background: rgba(210, 123, 250, 0.2);
  border-color: rgba(210, 123, 250, 0.2);
}
.pricing-table {
  padding: 25px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  border-radius: 20px;
}
.pricing-table table {
  width: 100%;
}
table.five-cols th,
table.five-cols td {
  width: 18%;
}
.pricing-table .price-tag {
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
.pricing-table table tr:last-child td {
  border: none;
}
table.addon-table.three-cols th:nth-child(2),
table.addon-table.three-cols td:nth-child(2) {
  width: 56%;
  padding: 20px 10%;
  line-height: 22px;
}
.pricing-table tr .price-col {
  width: 25%;
}
.pricing-table h3 {
  font-size: 22px;
  font-weight: 500;
}
.pricing-table p {
  font-size: var(--fs-16);
}
.pricing-table h3 small {
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  background: rgba(210, 123, 250, 0.1);
  color: var(--secondary-color);
  margin: 0 0 0 25px;
  padding: 10px 16px;
}
.pricing-table td .cross-icon {
  margin: 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(187deg) brightness(106%) contrast(100%);
}
.pricing-table table td,
.pricing-table table th {
  padding: 24px 8px;
  text-align: left;
}
.pricing-table table td:first-child,
.pricing-table table th:first-child {
  text-align: left;
  padding-left: 0;
}
.pricing-table table th {
  vertical-align: top;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table table td {
  font-size: var(--fs-16);
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table table tr.bg-light-pink td {
  /* background: rgba(249, 243, 254, 1); */
}
.pricing-table table th:first-child,
.pricing-table table td:first-child {
  border-radius: 0;
}
.pricing-table table th:last-child,
.pricing-table table td:last-child {
  border-radius: 0;
}
.pricing-table table td:first-child,
.pricing-table table th:first-child {
  width: 25%;
}
.pricing-table table th h4,
.pricing-table table td h4 {
  padding: 10px 0;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
.pricing-table table th h4 {
  padding: 0 0 15px;
}
.pricing-table table h5 {
  font-size: 20px;
  font-weight: 500;
}
.pkg-duration {
  display: block;
  color: rgba(116, 115, 126, 1);
  opacity: 0.5;
  font-size: var(--fs-15);
  font-weight: 400;
}
.pricing-table .book-btn {
  margin: 20px auto 0;
  background: none !important;
}
.pricing-table .book-btn .btn-text {
  background: var(--white);
  color: var(--primary-color);
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 17px 5px;
  min-width: 155px;
}
.pricing-table .book-btn .btn-border {
  position: absolute;
  background: linear-gradient(90deg, #d27bfa, #3353f8);
  border-radius: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
}
.pricing-table .book-btn:hover .btn-border,
.pricing-table .book-btn.opacity1 .btn-border {
  opacity: 1;
}
.pricing-table table th p,
.pricing-table table td p {
  line-height: 20px;
  font-size: var(--fs-15);
  font-weight: 500;
}
.pricing-table table th a,
.pricing-table table td a {
  color: var(--primary-color);
  text-decoration: underline;
}
.cross-icon {
  position: relative;
  background: url(images/cross-icon.svg) no-repeat center center;
  display: block;
  margin: auto;
  width: 14px;
  height: 14px;
}
.check-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: var(--secondary-color);
  border-radius: 50px;
  display: block;
  margin: auto;
}
.check-icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(images/check-icon.svg) no-repeat center center;
}

.check-icon2 {
  margin: 0 8px 0 0;
  width: 14px;
  height: 10px;
  display: inline-block;
  background: url(images/check-icon.svg) no-repeat center center;
  filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(4343%)
    hue-rotate(231deg) brightness(104%) contrast(96%);
}

.interactive-deluxe-section {
  background: rgba(51, 83, 248, 0.1);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.inter-3d-deluxe {
  background: rgba(210, 123, 250, 0.1);
}
.interactive-deluxe-img {
  width: 100%;
}
.interactive-deluxe-text {
  align-self: center;
  padding: 40px 30px;
  width: 100%;
}
.sub-title-secondary {
  font-size: var(--fs-16);
  font-weight: 500;
  color: var(--secondary-color);
  filter: drop-shadow(0 0 12px rgba(210, 123, 250, 0.7));
  margin-bottom: 15px;
}
.interactive-deluxe-text h3 {
  font-size: 40px;
  font-weight: 600;
}
.interactive-deluxe-text p {
  opacity: 0.7;
  padding: 20px 0;
}
.interactive-deluxe-text .btn-text {
  background: rgba(42, 36, 71, 1);
  min-width: 180px;
  text-align: center;
  padding: 16px 30px;
}

.ltr-logos-row li,
.rtl-logos-row li,
.footer-vv-title li {
  will-change: transform;
  transform: translateZ(0);
}
.ltr-logos-row,
.rtl-logos-row,
.footer-vv-title {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  overflow: hidden;
}
.ltr-logos-row li,
.rtl-logos-row li,
.footer-vv-title li {
  flex: 0 0 auto; /* Prevent shrinking */
}

@keyframes floatLogo {
  0% {
    right: -10px;
    left: 0;
  }
  50% {
    right: 0;
    left: -10px;
  }
}
@keyframes floatBubble {
  0% {
    left: -40px;
  }
  25% {
    left: -20px;
    top: -15px;
  }
  50% {
    left: 0px;
    top: -10px;
  }
  100% {
    left: -40px;
  }
}
@keyframes floatBubble2 {
  0% {
    right: -40px;
  }
  25% {
    right: -20px;
    bottom: 5px;
  }
  50% {
    right: 0px;
  }
  100% {
    right: -40px;
  }
}
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-header .site-logo {
  padding: 0 !important;
}
.mobile-menu-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0 10px;
  margin: 40px 0 0;
  text-align: center;
}
.mobile-menu-footer p {
  font-size: var(--fs-14);
  margin: 0;
}
.d-block {
  display: block;
}
.mobile-top-nav a {
  font-size: 60px;
  font-family: var(--font-family-Argent-CF);
  padding: 0;
}
.mobile-top-nav .sub-menu li a {
  color: var(--white);
  font-size: 40px;
}
.mobile-top-nav .sub-menu li a:hover {
  background: none;
  color: var(--secondary-color) !important;
}
.mobile-top-nav .sub-menu,
.mobile-top-nav .sub-menu::before {
  display: none;
}
.mobile-top-nav .has-sub-menu > a::after {
  margin-left: 40px;
  width: 40px;
  height: 40px;
  background-size: contain !important;
}
.secondar-mobile-nav li {
  padding: 8px 0;
}
.secondar-mobile-nav a {
  padding: 0 !important;
  font-size: var(--fs-18);
}
.mobile-top-nav a:hover,
.secondar-mobile-nav a:hover {
  color: var(--secondary-color);
  transition: 0.4s all;
}
.mobile-top-nav,
.secondar-mobile-nav {
  padding: 25px 0;
}
.portfolio-wrapper {
  padding: 0 0 50px;
}
.portfolio-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.portfolio-card {
  width: 100%;
  padding: 0 0 50px;
}
.portfolio-img {
  margin: 0 0 30px;
  overflow: hidden;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 0.7s cubic-bezier(0.67, 0, 0.285, 1); */
}
.portfolio-img,
.portfolio-img img {
  width: 100%;
  border-radius: 10px;
  min-height: 540px;
  object-fit: cover;
}
.portfolio-img img {
  transition: all 1s cubic-bezier(0.67, 0, 0.285, 1);
}
/* .portfolio-img:hover {
  -webkit-clip-path: polygon(1.5% 4%, 100% 0, 100% 92%, 1.5% 100%);
  clip-path: polygon(1.5% 4%, 100% 0, 100% 100%, 1.5% 100%);
} */
.portfolio-img:hover img {
  transform: translateZ(0) scale(1.15) !important;
}
.portfolio-text h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 4px;
}
.portfolio-text h6 {
  font-size: var(--fs-16);
  font-family: var(--font-family-Argent-CF);
  color: rgba(255, 255, 255, 0.5);
}
.work-item .portfolio-card {
  width: 96%;
  margin: 0 auto;
}
.our-work {
  background: linear-gradient(to bottom, #1d182d 0%, #111018 100%);
  padding-bottom: 0 !important;
}
.our-work-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 70px;
}
.view-btn:hover {
  background: var(--secondary-color);
}
.view-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 14px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s background-color;
}
.secondary-blur-bg {
  position: absolute;
  background: #d27bfa;
  height: 20vh;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: -5%;
  margin: auto;
  filter: blur(170px);
  opacity: 0.7;
  z-index: -1;
}

.features-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 0 0 35px;
}
.features-top h2 {
  font-size: 40px;
  max-width: 100%;
  font-weight: 500;
}
.features-top h4 {
  max-width: 100%;
  text-align: right;
  font-size: var(--fs-20);
  line-height: 30px;
}
.features-list ul {
  display: flex;
  gap: 10px;
}
.features-list ul li {
  width: 33%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}
.features-list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(29, 24, 45, 0.4) 0%,
    rgba(17, 16, 24, 1) 60%
  );

  border-radius: 4px 4px 0 0;
  z-index: 1;
}
.feature-img img {
  width: 100%;
  border-radius: 14px 14px 0 0;
  height: 380px;
  object-fit: cover;
}
.feature-text {
  margin-top: auto;
  padding: 0 30px 10px;
  position: relative;
  z-index: 2;
}
.feature-text h4 {
  font-size: var(--fs-20);
}
.feature-text p {
  font-size: var(--fs-16);
  opacity: 0.7;
}
.min-w-120 {
  min-width: 120px;
}

.bg-gradient-shade1::before,
.bg-gradient-shade1::after {
  content: "";
  position: absolute;
  height: 120px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-gradient-shade1::before {
  background: linear-gradient(
    to bottom,
    rgba(51, 83, 248, 1) 0%,
    rgba(17, 16, 24, 1) 100%
  );
}
.bg-gradient-shade1::after {
  background: rgba(17, 16, 24, 0.9);
}
.bg-gradient-shade1 {
  position: relative;
}
.interactive-section-3d {
  margin-top: -1px;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.pricing-banner p {
  opacity: 0.7;
}
.faqs-section {
  display: block;
  margin: 0 auto;
  min-height: auto;
}
.accordion-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
.accordion-item {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin-bottom: 14px;
}
.accordion-title button {
  display: block;
  cursor: pointer;
  border: none;
  background: none;
  font-family: var(--font-family-gilroy);
  font-size: var(--fs-20);
  font-weight: 500;
  color: var(--white);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.accordion-icon {
  font-size: 24px;
}
.col-half {
  width: calc(50% - 10px);
}
.pt-100 {
  padding-top: 100px;
}
.footer-vv-title + .container {
  padding: 0 !important;
}

.interactive-3d {
  min-height: 400vh;
}

.interactive-3d-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.interactive-3d-texts {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.interactive-3d-image {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.interactive-3d-image-inner {
  width: 100%;
}

.interactive-3d-image img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
}
/*====== RESPONSIVE ======*/

@media (min-width: 576px) {
  .banner-section h1 {
    /* font-size: 66px;
    line-height: 66px; */
  }
  .feature-item {
    width: calc(50% - 25px);
  }
  .portfolio-card {
    width: calc(50% - 15px);
  }
  .portfolio-text h6 {
    font-size: var(--fs-18);
  }
  .portfolio-text h5 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .portfolio-card {
    width: calc(33.3% - 15px);
  }
  .logos-row ul {
    gap: 40px;
  }
  .clients-logos {
    padding: 40px 0;
  }
  .mobile-menu {
    padding: 40px 40px 15px;
  }
  .site-header {
    top: 20px;
    left: 20px;
    right: 20px;
    min-height: 60px;
  }
  .section-title {
    /* font-size: 50px;
    line-height: 50px; */
  }
  .section-top-text p {
    font-size: var(--fs-20);
  }
  .footer-vv-title {
    padding: 80px 0 0;
  }
  .world-map {
    position: absolute;
    z-index: 1;
    max-width: 767px;
    width: 64%;
    bottom: -150px;
    right: -7%;
  }
  .progress-options ul li {
    width: 50%;
    min-height: 60vh;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 30px 5px;
    cursor: pointer;
  }

  .progress-options ul li:nth-child(1) {
    min-height: 50vh;
  }
  .progress-options ul li:nth-child(2) {
    min-height: 60vh;
  }
  .progress-options ul li:nth-child(3) {
    min-height: 50vh;
  }
  .progress-options ul li:nth-child(4) {
    min-height: 70vh;
  }

  .progress-options ul li:nth-child(1) .option-img {
    transform: translate(-70%, -50%) rotate(-20deg);
  }
  .progress-options ul li:nth-child(2) .option-img {
    transform: translate(-70%, -50%) rotate(-5deg);
  }
  .progress-options ul li:nth-child(3) .option-img {
    transform: translate(-70%, -50%) rotate(5deg);
  }
  .progress-options ul li:nth-child(4) .option-img {
    transform: translate(-70%, -50%) rotate(20deg);
  }

  .progress-options ul li:hover .option-img {
    opacity: 1;
    visibility: visible;
  }
  .option-img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: -10px;
    left: -10px;
    z-index: 1;
    pointer-events: none;
    margin: 0;
  }
  .option-img img {
    min-width: 300px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
  }
  .interactive-deluxe-img {
    width: 50%;
  }
  .interactive-deluxe-text {
    padding: 55px;
    width: 50%;
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .footer-nav-section h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-section,
  .interactive-section {
    padding: 90px 0;
  }
  .reviews-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .interactive-3d-image {
    width: 90%;
    margin: 0 auto;
  }
  .interactive-3d-text {
    max-width: inherit;
    width: 100%;
  }
  .interactive-3d-content {
    flex-wrap: wrap;
  }
  .features-list ul {
    flex-wrap: wrap;
  }
  .features-list ul li {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
  }
  .book-demo-title .demo-img3 {
    display: none;
  }
  .booking-form form,
  .reviews-wrapper {
    flex-wrap: wrap;
  }
  .reviews-wrapper {
    gap: 0;
  }
  .booking-form .theme-btn2 {
    margin-left: auto;
  }
  .booking-form .th-textbox,
  .f-bottom-links,
  .copyright,
  .review-col {
    width: 100%;
  }
  .f-bottom-links {
    justify-content: center;
  }
  .banner-section p br {
    display: none;
  }
  .copyright {
    text-align: center;
    margin-top: 15px;
    order: 2;
  }
  .review-col.mt-1 {
    margin: 0;
  }
  .f-col-nav {
    width: calc(50% - 20px);
  }
  .pricing-table-wrapper {
    overflow-x: auto;
  }
  .pricing-table {
    min-width: 840px;
  }
  .pricing-table table td:first-child,
  .pricing-table table th:first-child {
    width: 25%;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .features-top h2 {
    max-width: 510px;
  }
  .features-top h4 {
    max-width: 310px;
  }
  .banner-section-about {
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner-text-sec p {
    width: 80%;
  }
  p {
    font-size: var(--fs-20);
    line-height: 28px;
  }
  .d-lg-none {
    display: none;
  }
  .container,
  .container-fluid {
    padding: 0 25px;
  }
  .site-navigations {
    display: flex;
  }
  .sub-title {
    font-size: var(--fs-20);
  }
  .artistic-section .section-title {
    width: 90%;
    margin: 0 auto;
  }
  .progress-options ul li {
    width: 25%;
  }
  .extra-features-top p {
    padding: 0 2vw;
  }
  .feature-detail-img {
    max-width: 580px;
  }
  .section-title {
    font-size: 90px;
    line-height: 90px;
  }
  .interative-text h3 {
    padding: 15px 0 25px;
  }
  .interactive-features li {
    padding: 16px 20px 16px 75px;
  }
  .about-stats {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .footer-nav-section {
    flex-wrap: wrap;
    margin: 40px 0 0;
  }
  .about-stats,
  .about-text {
    margin: 40px 0 0;
  }
  .reviews-wrapper {
    padding: 40px 0 0;
  }
  .interactive-map-img {
    width: 100%;
    order: 2;
    display: none;
  }
  .f-col-tag {
    width: 100%;
    text-align: center;
  }
  .stat-item {
    width: calc(50% - 10px);
  }
  .site-logo::before {
    display: none;
  }
  .site-logo {
    padding: 0 0 0 10px;
  }
  .interactive-features li h4 {
    padding-left: 35px;
  }
  .interactive-features li::before {
    left: 10px;
  }
}

@media (max-width: 575px) {
  .d-flex {
    flex-wrap: wrap;
  }
  .tab-content-inner {
    flex-wrap: wrap;
  }
  .feature-detail-img,
  .tab-text-area {
    max-width: inherit;
    width: 100%;
  }
  .interactive-tab-list ul li {
    width: calc(50% - 10px);
  }
  .banner-img {
    position: relative;
    width: 100%;
    top: 0;
    bottom: 0;
  }
  .banner-img img {
    max-height: 400px;
  }
  .banner-text-sec {
    width: 100%;
  }
  .our-work-top {
    flex-wrap: wrap;
  }
  .our-work-title {
    width: 100%;
  }
  .our-work-top .view-btn {
    margin-left: auto;
  }
  .stat-item .stat-number {
    font-size: 40px;
  }

  .review-meta {
    flex-wrap: wrap;
  }
  .book-demo-section h3 {
    font-size: 80px;
    line-height: 80px;
  }
  .about-text-col {
    width: 100%;
  }
  .interactive-deluxe-text {
    padding: 40 20px;
  }
  .interactive-deluxe-text h3 {
    font-size: 30px;
  }
  .fill-text h3 {
    font-size: 7vw;
  }
  .form-field {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .f-col-nav {
    width: 100%;
  }
}

@media (min-width: 1199px) {
  .banner-section h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 2000px) {
  .secondary-blur-bg {
    opacity: 0.45;
    filter: blur(250px);
  }
}
