@font-face {
  font-family: "PetrovSans-Thin";
  src: url("../fonts/petrov_sans/PetrovSans-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "PetrovSans-Regular";
  src: url("../fonts/petrov_sans/PetrovSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PetrovSans-SemiBold";
  src: url("../fonts/petrov_sans/PetrovSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "PetrovSans-Bold";
  src: url("../fonts/petrov_sans/PetrovSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit-Thin";
  src: url("../fonts/outfit/Outfit-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit-Regular";
  src: url("../fonts/outfit/Outfit-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url("../fonts/outfit/Outfit-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit-Bold";
  src: url("../fonts/outfit/Outfit-Bold.ttf") format("truetype");
}

.gradient-text {
  background: linear-gradient(230deg, #be2ff4, #6210ff); /* Two colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Optional for other browsers */
  background-clip: text;
  color: transparent;
}

body {
  font-size: 14px;
  font-family: "Outfit-Regular";
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(205deg, #be2ff4, #6210ff);
  opacity: 0.9;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-content img {
  width: 100px;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.border-white {
  border-color: #fff;
}
.btn-menu {
  padding: 12px 10px 5px;
}

.menu-icon {
  height: 36px;
}

.btn-menu:focus {
  box-shadow: none;
}
.nav-link {
  color: #be2ff4;
  font-size: 20px;
}
.nav-link:focus,
.nav-link:hover,
.nav-link.active {
  color: #6210ff;
}
.bg-transparent {
  background: transparent;
}

.video-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.overlay-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  z-index: 2;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.main-logo {
  height: 50px;
  position: relative;
  z-index: 1;
  top: 3px;
  left: 40px;
}

header {
  background: rgb(10 9 11 / 50%);
  height: 64px;
}
nav.navbar {
  padding: 2px 0 0;
}

header a.nav-link {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
}

header .nav-link.active {
  font-size: 16px;
  font-weight: 700;
}

.caption-head1 {
  font-size: 125px;
  line-height: 125px;
}

.caption-sentence {
  font-size: 140px;
  line-height: 156px;
  font-weight: 700;
}

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
}
.video-overlay-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 8rem 0 0 5rem;
  top: 20%;
  font-family: "PetrovSans-Regular";
}

.bg-vision {
  background: url("../img/bg-vision.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.vision-title {
  /* padding: 34% 0; */
  font-size: 100px;
  color: #fff;
  text-align: center;
  font-family: "PetrovSans-Regular";
}

.service-title {
  padding: 30px 0;
  font-size: 84px;
  font-weight: 300;
  color: #6210ff;
  text-align: center;
  font-family: "PetrovSans-Regular";
}

.fade-top-overlay {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(to bottom, #fff, transparent);
}

.service-wrapper {
  box-shadow: 2px -2px 50px 2px #d5c3f6;
  border-radius: 12px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  margin: 35px 0;
}

.services-img {
  border-radius: 12px;
}
.astro-img {
  animation: rotate 10s linear infinite;
  transform-origin: center center;
}
.service-head {
  font-size: 60px;
  font-family: "Outfit-Regular";
  line-height: 62px;
}

.service-desc {
  font-size: 26px;
  line-height: 28px;
}

.service-tags {
  font-size: 16px;
  border: 1px solid #6210ff;
  padding: 2px 8px 3px;
  border-radius: 15px;
  margin: 4px;
  display: inline-block;
}

.btn-explore {
  font-size: 18px;
  border: 1px solid #6210ff;
  color: #000;
  padding: 8px 15px;
  border-radius: 25px;
  margin: 4px;
  display: inline-block;
  font-family: "Outfit-Regular";
  letter-spacing: 1px;
  right: 40px;
  position: absolute;
  bottom: 30px;
}

.btn-explore:hover {
  color: #6210ff;
}
img.btn-ico {
  height: 15px;
}

.about-title {
  padding: 30px 0;
  font-size: 120px;
  line-height: 122px;
  color: #6210ff;
  font-family: "PetrovSans-Regular";
  position: relative;
  top: 8%;
}

.about-after-img {
  top: 60%;
  right: -15%;
  position: absolute;
  width: 54%;
  z-index: -1;
  animation: spin 2s linear 2 forwards;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.list-head {
  font-size: 66px;
  line-height: 68px;
  font-family: "PetrovSans-Regular";
  display: block;
}

.list-desc {
  font-size: 24px;
  line-height: 30px;
  font-family: "PetrovSans-Regular";
}

.about-list {
  list-style-type: none;
}

.about-list li {
  padding: 20px 0;
}

#footer {
  background: linear-gradient(205deg, #be2ff4, #6210ff);
  color: #fff;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer-ul {
  list-style-type: none;
  font-size: 16px;
  padding: 15px 0;
}
.footer-ul a {
  color: #fff;
}

.social-ul {
  list-style: none;
  padding: 0;
}

.social-ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-ul i {
  font-size: 20px;
  color: #fff;
}

.footer-logo {
  height: 100px;
  margin-bottom: 20px;
}

.social-p {
  margin-top: 12px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 300;
}

.bg-service-page {
  position: relative;
  background: linear-gradient(205deg, #be2ff4, #6210ff);
  opacity: 0.99;
}
.bg-service-page::after {
  content: ""; /* Required for pseudo-elements */
  display: block; /* or use position: absolute */
  background-image: url("../img/services-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Size of the pseudo-element */
  width: 100%;
  height: 100%;

  /* Optional: if you want to overlay it */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* Send it behind the content */
}

#service-page h5 {
  font-size: 130px;
  color: #fff;
  text-align: center;
  font-family: "PetrovSans-Regular";
}

#service-page .para1 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding: 10px 35px 30px;
}

.sec-strategy1,
.sec-strategy2,
.sec-strategy3,
.sec-strategy4 {
  background: linear-gradient(205deg, #be2ff4, #6210ff);
  color: #fff;
  padding: 70px 0 !important;
}

.sec-strategy1 h5,
.sec-strategy2 h5,
.sec-strategy3 h5,
.sec-strategy4 h5 {
  font-size: 130px;
  color: #fff;
  text-align: center;
  font-family: "PetrovSans-Regular";
}

.sec-strategy1 .para1,
.sec-strategy2 .para1,
.sec-strategy3 .para1,
.sec-strategy4 .para1 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding: 10px 35px 10px;
}

.bg-about-page {
  position: relative;
  background: linear-gradient(205deg, #be2ff4, #6210ff);
  overflow: hidden;
  height: 100vh;
}

.about-img {
  position: relative;
  height: auto;
  /* right: 15px;
  bottom: -20%;
  float: right; */
}

.about-pcap {
  font-size: 100px;
  color: #fff;
  text-align: left;
  font-family: "PetrovSans-Regular";
}

.sec-about1 .para1 {
  font-size: 46px;
  text-align: center;
  color: #6210ff;
  padding: 10px 35px 10px;
  font-family: "PetrovSans-Regular";
}

.sec-about2 {
}

.sec-about2 h5 {
  font-size: 66px;
  font-family: "Outfit-Regular";
  color: #fff;
}

.sec-about2 .para1 {
  font-size: 18px;
  font-family: "Outfit-Regular";
  color: #fff;
}

.about-title2 {
  font-size: 90px;
  text-align: center;
  color: #6210ff;
  padding: 10px 35px 10px;
  font-family: "PetrovSans-Regular";
}

.director-info {
  font-size: 20px;
  color: #6210ff;
  font-family: "Outfit-Regular";
}

.director-name {
  font-size: 35px;
  line-height: 30px;
  margin-bottom: 2px;
  text-align: center;
  color: #6210ff;
  font-family: "PetrovSans-Regular";
}

.director-position {
  font-size: 20px;
  text-align: center;
  color: #be2ff4;
  font-family: "PetrovSans-Regular";
}

.director-img {
  height: 300px;
  margin: 2px auto 9px;
  display: block;
}

.director-wrapper {
  margin: 25px 0;
}

.sec-about5 {
  background-color: #000;
}

.about-title3 {
  text-transform: capitalize;
  font-size: 90px;
  text-align: center;
  padding: 10px 35px 10px;
  font-family: "PetrovSans-Regular";
  background: linear-gradient(180deg, #be2ff4, #6210ff); /* Two colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Optional for other browsers */
  background-clip: text;
  color: transparent;
}

.team-name {
  font-size: 32px;
  line-height: 34px;
  margin: 5px 0;
  text-align: center;
  color: #fff;
  font-family: "PetrovSans-Regular";
}

.team-position {
  font-size: 20px;
  text-align: center;
  color: #be2ff4;
  font-family: "PetrovSans-Regular";
}

.team-wrapper {
  margin: 8px 0;
}

.team-img {
  margin: 0 auto;
  display: block;
}

#contact-page {
  border-top: 64px solid;
  border-image: linear-gradient(180deg, #be2ff4, #6210ff) 1;
}

.bg-contact-page {
  background: #eef0ff;
}

.contact-title {
  text-transform: capitalize;
  font-size: 90px;
  text-align: center;
  padding: 10px 35px 10px;
  font-family: "PetrovSans-Regular";
  background: linear-gradient(180deg, #be2ff4, #6210ff); /* Two colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Optional for other browsers */
  background-clip: text;
  color: transparent;
}

.contact-desc {
  font-size: 18px;
  color: #6210ff;
  font-family: "Outfit-Regular";
  text-align: center;
}

.contact-head {
  font-size: 50px;
  font-family: "PetrovSans-Regular";
  background: linear-gradient(180deg, #be2ff4, #6210ff); /* Two colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Optional for other browsers */
  background-clip: text;
  color: transparent;
}

.btn-main {
  font-size: 16px;
  padding: 6px 25px 8px;
  color: #fff;
  background: linear-gradient(180deg, #be2ff4, #6210ff);
  border-radius: 30px;
  z-index: 10;
  position: relative;
}
.btn-main img {
  height: 13px;
  padding-left: 10px;
}

.text-copening {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.text-mail {
  margin: 20px 5px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.text-mail a {
  font-weight: 600;
  color: #6210ff;
}

.canvas-header {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 60%;
}

#offcanvasRightLabel {
  font-size: 30px;
  color: #be2ff4;
}

.nav-link {
  color: #fff;
  font-size: 38px;
  letter-spacing: 2px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: #00000045
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.scroll-section {
  height: 100vh;
}

.scroll-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.bg-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 462px;
  height: 392px;
  background-image: url("../img/serv1-img.svg");
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
  animation: spin 20s linear infinite;
  opacity: 0.59;
  z-index: 0;
}

.bg-spinner2 {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 462px;
  height: 392px;
  background-image: url("../img/serv2-img.svg");
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
  animation: floatUpDown 4s ease-in-out infinite;
  opacity: 0.59;
  z-index: 0;
}

.bg-spinner3 {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 150px;
  height: 152px;
  background-image: url("../img/serv4-img.svg");
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
  animation: spin 20s linear infinite;
  opacity: 0.49;
  z-index: 0;
}

.bg-spinner4 {
  position: absolute;
  top: 32%;
  left: 70%;
  width: 250px;
  height: 220px;
  background-image: url("../img/serv5-img.svg");
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
  animation: spin 20s linear infinite;
  opacity: 0.49;
  z-index: 0;
}

.bg-spinner5 {
  position: absolute;
  top: 25%;
  left: 40%;
  width: 462px;
  height: 392px;
  background-image: url("../img/serv3-img.svg");
  background-size: cover;
  background-position: center;
  animation: rotate 5s linear infinite;
  transform-origin: center center;
  opacity: 0.59;
  z-index: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes swing {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes floatUpDown {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -52%);
  } /* Move up */
  100% {
    transform: translate(-50%, -50%);
  } /* Return to center */
}

.fix-callback {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #b1a9a9;
  padding: 10px;
  z-index: 9999;
  background: linear-gradient(180deg, #be2ff4, #6210ff);
}

.fix-callback img {
  margin-right: 4px;
}
.fix-callback a {
  color: #fff;
}

.btn-sidebar {
  font-size: 14px;
  position: fixed;
  right: -3%;
  top: 38%;
  z-index: 8999;
  transform: rotate(90deg);
}

.call-icon {
  height: 20px;
  margin-left: 4px;
}

.call-btn {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
}
.call-btn:hover {
  color: #ddd;
}
