@import url('fonts.googleapis.com');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
  background: #091721;
}

.scroll-smooth {
  scroll-behavior: smooth;
}


#loader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}

.loader-inner {
  text-align: center;
}

.loader-text span {
  display: inline-block;
  font-size: 4.5rem;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
}

.loader-line {
  width: 0;
  height: 2px;
  background: #ffffff;
  margin: 0px auto 14px;
  opacity: 1;
}

.loader-domain {
  font-size: 3.1rem;
  letter-spacing: 2px;
  color: #a2d9f7;
  opacity: 0;
  transform: translateY(20px);
  margin-top: -8%;
}


@media(max-width:767px) {
  .loader-text span {
    font-size: 2rem;
  }

  .loader-domain {
    font-size: 2.1rem;
    margin-top: -15%;
  }


}

/* ======================= HOME PAGE STYLING ========================== */


/* ----- Header ----- */


.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 65%;
  margin-left: 18%;
  margin-top: 1%;
  height: 90px;
  padding: 20px 34px;
  border-radius: 37px;
  background: linear-gradient(110deg, #050b14 60%, #123b65);
  box-shadow: 0 0 40px rgba(0, 140, 255, 0.25);
  margin-bottom: -7%;
}



.header-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-top: -3%;
}

.nav {
  display: flex;
  gap: 25px;
  margin-top: -1%;
}

.logo-height {
  height: 65px;
}

.nav a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

.nav a.active,
.nav a:hover {
  color: #EF7F1A;
}

.actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cart {
  color: #b9c6d8;
  font-size: 14px;
}

.btn {
  background: #ffffff;
  color: #000000;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 22px;
  height: 2px;
  background: white;
  transition: 0.3s;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  color: #b9c6d8;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  left: 0%;
  /* left: -60%; */
  min-width: 200px;
  background: #162833;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: none;
  flex-direction: column;
  padding: 10px 0;
  text-align: center;
}

.dropdown-menu a {
  padding: 10px 18px;
  font-size: 16px;
  color: #b9c6d8;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
}

.dropdown-menu a:hover {
  background: rgba(77, 163, 255, 0.15);
  color: #EF7F1A;
}

.dropdown:hover .dropdown-menu {
  display: flex;
}

.dropdown-menu a {
  padding: 10px 20px;
}

.nav {
  transition: all 0.9s ease;
}



@media (max-width: 900px) {
  .nav {
    position: absolute;
    top: 70px;
    left: 29%;
    width: 67%;
    background: #091721;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* float: right; */
    padding: 20px 0;
    display: none;
    border-radius: 26px;
  }

  .nav.active {
    display: flex;
  }

  .cart,
  .btn {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}


@media(max-width:767px) {
  .header {
    width: 95%;
    margin-left: 3%;
    margin-top: 4%;
    height: 72px;
    padding: 9px 30px;
  }

  .name-mail {
    width: 100%;
  }
}




/* ---- Slider Styling ----- */

.slider-text-box {
  padding: 200px 0px 200px 0px;
}

.smt {
  font-size: 3rem;
  color: #fff;
}

.smt1 {
  margin-left: 25%;
  margin-bottom: -10%;
  text-align: center;
}

.sbt {
  font-size: 13rem;
  font-weight: bold;
  color: #fff;
  margin-top: 22%;
  text-align: end;
}

.sbt-wd {
  margin-top: 15%;
}

.sbt1 {
  margin-left: 17%;
}

.sbt2 {
  margin-top: 13%;
}

.smt2 {
  margin-top: 13%;
  text-align: right;
}

.sbtr {
  text-align: right;
  color: #a2d9f7;
  font-style: italic;
  font-family: 'Libre Caslon Text';
  font-weight: bold;
}

.sbt {
  font-family: auto;
  font-weight: normal;
  font-weight: bold;
}

.slide-pd {
  margin-left: 66% !important;
  margin-top: 4% !important;
}

.slider-dots {
  /* position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px; */
  position: absolute;
  bottom: -50%;
  left: 100%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.slider-dots span {
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.slider-dots span.active {
  background: #091721;
  transform: scale(1.3);
}

.slider-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.slider-text-box,
.slider-dots {
  position: relative;
  z-index: 100;
  color: #fff;
}


.slider-text-box {
  position: relative;
  /* width: 100%; */
}

.slide {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
  margin-left: 50%;
  margin-top: 2%;
}

.slide.active {
  opacity: 1;
  transform: translateY(0);
}

.animate-text span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-30px);
  animation: letterIn 0.5s forwards;
}


@keyframes letterIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider-text-box {
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
}

.slide {
  left: auto;
  right: 0;
  margin-left: 0;
  text-align: right;
  padding-right: 120px;
}

.sbt,
.smt,
.sbtr,
.smt2 {
  text-align: right;
}

@media (max-width: 1200px) {
  .slider-text-box {
    width: 55%;
    margin-top: -10%;
  }

  .sbt {
    font-size: 10rem;
    margin-top: 15%;
  }

  .smt {
    font-size: 2.5rem;
  }

  .smt1 {
    margin-left: 15%;
  }

  .sbt1 {
    margin-left: 10%;
  }

}


@media (max-width: 991px) {
  .slider-container {
    justify-content: center;
    padding-right: 0;
    text-align: right;
  }

  .slider-text-box {
    width: 80%;
    margin-top: 0;
  }

  .sbt {
    font-size: 7rem;
    margin-top: 5%;
  }

  .smt {
    font-size: 2rem;
  }

  .smt1,
  .sbt1,
  .smt2 {
    margin-left: 0;
    text-align: right;
  }

  .sbtr {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .slider-container {
    height: auto;
    justify-content: center;
  }

  .slider-text-box {
    width: 100%;
    margin-top: 0;
  }

  .sbt {
    font-size: 4.5rem;
    margin-top: 2%;
    line-height: 1;
  }

  .smt {
    font-size: 2rem;
  }

  .smt1,
  .sbt1,
  .smt2 {
    margin: 0;
    text-align: right;
  }

  .slider-dots {
    bottom: 2%;
  }

  .slider-dots span {
    width: 10px;
    height: 10px;
    display: none;
  }

  .slide {
    width: 100%;
  }

  .smt2 {
    margin-top: 2%;
  }

  .slide {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
    margin-left: -7%;
    margin-top: 0%;
    padding-right: 44px;
  }

  .slider-dots {
    left: 93%;
  }

  .slider-container {
    height: 630px;
    justify-content: center;
    background: #091721;
    margin-bottom: -67%;
  }

  .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 66%;
    object-fit: unset;
    z-index: 1;
    /* padding-top: 20%; */
  }

  .logo-container {
    margin-top: 29%;
  }
}


@media (max-width: 480px) {
  .sbt {
    font-size: 4.5rem;
  }

  .smt {
    font-size: 2rem;
  }

  .smt2 {
    margin-top: 2%;
  }
}

/* ----------------- Clients ------------------ */

.logo-container {
  padding: 100px 0px;
  background-color: #091721;
}

.logo-slider {
  overflow: hidden;
  transform: rotate(-5deg);
}

.marquee {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}

.track {
  display: flex;
  width: max-content;
  gap: 40px;
}

.track img {
  width: auto;
  height: 100px;
  padding: 10px 15px;
  border-radius: 12px;
  object-fit: contain;
  flex-shrink: 0;
}

.marquee-left {
  margin-bottom: 4%;
}

.left .track {
  animation: scroll-left 70s linear infinite;
}

.right .track {
  animation: scroll-right 70s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


/* ----------- Services ----------- */

.services {
  display: flex;
  height: 500px;
  width: 100%;
  overflow: hidden;
  background-color: #091721;
}

.service {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 0;
  cursor: pointer;
  transition: flex 0.6s ease;
  position: relative;
}

.service h2 {
  color: #fff;
  font-size: 28px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: transform 0.6s ease;
}

.service .number {
  position: absolute;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.services:hover .service {
  flex: 0.7;
}

.services .service:hover {
  flex: 2.5;
}

.service:hover {
  background: radial-gradient(circle at bottom, rgba(255, 0, 150, 0.3), transparent 60%);
}

.services {
  display: flex;
  height: 600px;
  background: #091721;
}

.service {
  flex: 1;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  transition: flex 0.6s ease;
  overflow: hidden;
}

.services:hover .service {
  flex: 0.7;
}

.services .service:hover {
  flex: 2.5;
}

.service {
  display: flex;
  align-items: flex-end;
  padding: 40px;
  gap: 40px;
  color: #fff;
}

.service h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 38px;
  white-space: nowrap;
  transition: opacity 0.4s ease;
  bottom: 13%;
  margin-left: 20%;
}

.service p {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.service:hover p {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 13%;
  font-size: 20px;
  font-weight: lighter;
}

.service .number {
  position: absolute;
  top: 88%;
  left: 27%;
  font-size: 40px;
  opacity: 0.6;
  color: #fff;
}

.service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.4),
      transparent);
  z-index: 0;
}

.service * {
  position: relative;
  z-index: 1;
}


.s-vm-btn {
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: bold;
}


.service {
  opacity: 0;
  transform: translateY(60px);
}

.service.animate {
  animation: slideUp 0.8s ease-out forwards;
}

.service.animate:nth-child(1) {
  animation-delay: 0.4s;
}

.service.animate:nth-child(2) {
  animation-delay: 0.8s;
}

.service.animate:nth-child(3) {
  animation-delay: 1.3s;
}

.service.animate:nth-child(4) {
  animation-delay: 1.6s;
}

.service.animate:nth-child(5) {
  animation-delay: 1.9s;
}

.service.animate:nth-child(6) {
  animation-delay: 2.0s;
}

.service {
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #091721;
  opacity: 1;
  transition: opacity 0.6s ease;
  z-index: 0;
}

.service:hover::after {
  opacity: 0;
}

.service * {
  position: relative;
  z-index: 1;
}

.service:hover {
  box-shadow: inset 0 -120px 120px rgba(0, 0, 0, 0.6);
}


@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* BLACK OVERLAY START */

@media(max-width:767px) {
  .services {
    height: fit-content;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .service {
    padding: 0px;
    height: 300px;
  }

  .service .number {
    font-size: 20px;
  }

  .service h2 {
    margin-left: 90%;
    font-size: 20px;
  }

  .service:hover h2 {
    margin-left: 5%;
    font-size: 20px;
  }

  .services .service:hover {
    flex: 1.5;
  }

  .service:hover p {
    font-size: 6px;
    margin-bottom: 53%;
    margin-left: -27%;
  }

  .s-vm-btn {
    font-size: 8px;
  }
}


/* ---------------- Company Portfolio ----------------- */

.portfolio-section {
  /* padding: 130px 0; */
  margin-top: -7%;
  padding-bottom: 5%;
  /* overflow: hidden; */
  background-color: #091721;
}

.portfolio-title {
  text-align: center;
  font-size: 96px;
  margin: 0px 0px 80px 0px;
  font-weight: bolder;
  font-size: 132px;
}

.featured {
  color: #a2d9f7;
  font-style: italic;
  font-family: 'Libre Caslon Text';
  font-size: 15rem;
}

.works {
  color: #fff;
  font-family: auto;
  font-weight: normal;
  font-size: 121px;
}

.slider-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.slider-track.reverse {
  animation: scrollReverse 30s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollReverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.portfolio-item {
  position: relative;
  min-width: 320px;
  height: 220px;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.overlay h3 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: bold;
}

.portfolio-item:hover .overlay {
  opacity: 1;
}

.portfolio-item {
  transform: translateY(var(--y, 0px));
  margin-right: var(--gap, 60px);
}

.portfolio-item:nth-child(odd) {
  height: 240px;
}

.portfolio-item:nth-child(even) {
  height: 200px;
}


.slider-wrapper {
  width: 100%;
}

.slider-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.slider-track.reverse {
  animation: scrollReverse 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollReverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


.portfolio-item {
  animation: float 6s ease-in-out infinite alternate;
}

@keyframes float {
  from {
    transform: translateY(-6px);
  }

  to {
    transform: translateY(6px);
  }
}

.portfolio-item {
  flex-shrink: 0;
  width: 320px;
  height: 220px;
  position: relative;
}

.portfolio-item:nth-child(3n + 1) {
  margin-top: 8%;
}

.portfolio-item:nth-child(3n + 2) {
  margin-top: 10%;
}

.portfolio-item:nth-child(3n) {
  margin-top: 7%;
}

.bottom .portfolio-item:nth-child(3n + 1) {
  margin-top: -5%;
}

.bottom .portfolio-item:nth-child(3n + 2) {
  margin-top: -2%;
}

.bottom .portfolio-item:nth-child(3n) {
  margin-top: 2%;
}

.portfolio-item {
  animation: float 6s ease-in-out infinite alternate;
}

@keyframes float {
  from {
    transform: translateY(-5px);
  }

  to {
    transform: translateY(5px);
  }
}


.portfolio-item {
  flex-shrink: 0;
  width: 320px;
  height: 220px;
  position: relative;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.slider-wrapper {
  z-index: 100;
  position: relative;
}

@media(max-width:767px) {
  .portfolio-section {
    margin-top: -45%;
  }

  .featured {
    font-size: 9rem;
  }

  .works {
    font-size: 85px;
  }

  .portfolio-title {
    font-size: 86px;
  }
}


/* ----------- Counter ---------------- */

.counter-container {
  z-index: 80;
  position: relative;
  margin-top: -11%;
  background-image: url('../images/counter-bg/bg\ image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-text {
  color: #fff;
  padding-top: 16%;
  text-align: center;
  font-size: 77px;
  font-weight: bold;
  font-family: 'Libre Caslon Text';
  font-style: italic;
}

.counter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 17%;
  padding-top: 4%;
  padding-bottom: 27%;
}

.progress-container {
  text-align: center;
  padding-top: 6%;
}

.progress-circle {
  position: relative;
  width: 140px;
  height: 140px;
  margin: auto;
}

svg {
  width: 140px;
  height: 140px;
  transform: rotate(-90deg);
}

circle {
  fill: none;
  stroke-width: 15px;
  stroke: #222;
}

.progress {
  stroke: #a2d9f7;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  transition: stroke-dashoffset 0.3s linear;
}

.counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
}

.label {
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 4;

}

.lac {
  margin-top: 4%;
}

.pdb {
  font-weight: bold;
  font-size: 20px;
  background: #ffffff1a;
  padding: 20px;
  border-radius: 18px;
  text-align: center;
  margin-bottom: 6%;
}

@media(max-width:767px) {
  .services_details-container {
    padding: 20px;
  }

  .service-detail-img {
    width: 98%;
  }

  .service-link-box {
    padding: 30px;
    width: 98%;
    margin-left: 0%;
  }

  .heading-box {
    font-size: 20px;
  }

  .heading-hr-style {
    margin-top: 12px;
  }

  .other-services {
    font-size: 12px;
  }

  .counter-box {
    display: block;
  }

  .pdb {
    padding: 10px;
  }

  .detail-mt {
    padding: 0px 20px;
  }

  .counter-container {
    background-image: none;
  }
}


/* =============== MEET THE FOUNDER ============== */

.mtf-container {
  background: #091721;
  padding: 150px 70px;
}

.mtf-heading {
  color: #fff;
  text-align: center;
  font-size: 77px;
  font-weight: bold;
  font-family: 'Libre Caslon Text';
  font-style: italic;
}

.mtf-heading span {
  color: #a2d9f7;
}

.mtf-line {
  color: #fff;
  font-size: 21px;
  text-align: center;
  margin: 3% 0% 5% 0%;
}

.mtf-ib {
  display: flex;
  justify-content: center;
  gap: 6%;
}

.mtf-id {
  width: 430px;
  height: auto;
  border-radius: 26px;
}

.mtf-i1 {
  border-radius: 26px;
  height: 100%;
  filter: grayscale(1);
  transition: 0.9s;
}

.mtf-i1:hover {
  filter: none;
}

.mtf-i1 img {
  box-shadow: 0 20px 40px #a2d9f769;
}

.mtf-i2 {
  border-radius: 26px;
  height: 10%;
  filter: grayscale(1);
  transition: 0.9s;
}


.mtf-i1:hover,
.mtf-i2:hover {
  filter: none;
}

.mtf-i2 img {
  box-shadow: 0 20px 40px #a2d9f769;
  height: 100%;
}

.mtf-i3 {
  box-shadow: 0 20px 40px #a2d9f769;
  border-radius: 26px;
  margin-top: 2%;
}

.mtf-i3 img {
  box-shadow: 0 20px 40px #a2d9f769;
  height: 100%;
}

.mtf-i1 h1,
.mtf-i2 h1 {
  color: #a2d9f7;
  font-family: 'Libre Caslon Text';
  font-weight: bold;
  font-size: 31px;
}

.mtf-i1,
.mtf-i2 p {
  color: #fff;
  font-family: 'Raleway';
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 768px) {

  .mtf-container {
    padding: 80px 20px;
  }

  .mtf-heading {
    font-size: 36px;
    line-height: 1.2;
  }

  .mtf-line {
    font-size: 16px;
    margin: 20px 0 40px;
  }

  .mtf-ib {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .mtf-id {
    width: 100%;
    max-width: 320px;
  }

  .mtf-i1,
  .mtf-i2 {
    transform: none;
  }

  .mtf-i2 {
    height: auto;
  }
}

@media (max-width: 480px) {

  .mtf-heading {
    font-size: 28px;
  }

  .mtf-line {
    font-size: 14px;
  }

  .mtf-id {
    max-width: 280px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  .mtf-container {
    padding: 120px 40px;
  }

  .mtf-heading {
    font-size: 52px;
  }

  .mtf-line {
    font-size: 18px;
  }

  .mtf-id {
    width: 320px;
  }

  .mtf-i1 {
    transform: rotateX(-10deg) rotateY(-18deg);
  }

  .mtf-i2 {
    transform: rotateX(10deg) rotateY(-24deg);
  }
}

/* --------------- Testimonial ---------------- */

.testi-slider {
  margin: 0;
  background: #091721;
  color: #fff;
}

.testimonials {
  padding: 120px 20px;
  text-align: center;
}

h1 {
  font-size: 44px;
  margin-bottom: 10px;
}

.sub {
  max-width: 620px;
  margin: 0 auto 80px;
  color: #9ca3af;
}

.slider {
  perspective: 1200px;
}

.cards {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  position: absolute;
  width: 500px;
  height: 431px;
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(180deg, #103054, #031c31fa);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  opacity: 0;
  transform: scale(0.75) translateY(40px);
  filter: blur(6px);
  transition: all 0.7s ease;
}

.card.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: blur(0);
  z-index: 3;
}

.card.prev,
.card.next {
  opacity: 0.45;
  filter: blur(3px);
  z-index: 2;
}

.card.prev {
  transform: translateX(-220px) scale(0.85);
}

.card.next {
  transform: translateX(220px) scale(0.85);
}

.brand {
  opacity: 0.7;
  margin-bottom: 14px;
  font-size: 20px;
}

.stars {
  color: #facc15;
  margin-bottom: 16px;
}

.card p {
  font-size: 19px;
  line-height: 1.6;
  color: #e5e7eb;
  margin-bottom: 18%;
  margin-top: 21%;
}

.user {
  display: flex;
  gap: 12px;
  align-items: center;
}

.user img {
  border-radius: 50%;
}

.user span {
  display: block;
  font-size: 13px;
  color: #9ca3af;
}

@media (max-width: 768px) {

  .testimonials {
    padding: 80px 15px;
  }

  h1 {
    font-size: 32px;
  }

  .sub {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .cards {
    height: 420px;
  }

  .card {
    width: 100%;
    max-width: 340px;
    height: auto;
    padding: 24px;
  }

  .card p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .card.prev,
  .card.next {
    opacity: 0;
    transform: scale(0.7);
    pointer-events: none;
  }

  .user img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {

  h1 {
    font-size: 26px;
  }

  .card {
    padding: 20px;
  }

  .card p {
    font-size: 15px;
    line-height: 1.5;
  }

  .brand {
    font-size: 16px;
  }

  .stars {
    font-size: 14px;
  }

  .user span {
    font-size: 12px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  .card {
    width: 420px;
    height: auto;
  }

  .card.prev {
    transform: translateX(-180px) scale(0.85);
  }

  .card.next {
    transform: translateX(180px) scale(0.85);
  }

  .card p {
    font-size: 17px;
  }
}



/* ----------------- Get In Touch ------------------- */

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 150px 0px 100px 0px;
  background-color: #091721;
}


.banner {
  position: absolute;
  width: 120%;
  left: -10%;
  background: #fff;
  overflow: hidden;
  z-index: 20;
}

.banner-top {
  top: 48px;
  transform: rotate(-3deg);
}

.banner-bottom {
  bottom: 48px;
  transform: rotate(3deg);
}

.banner-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.banner-content {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.star {
  color: #a2d9f7;
  font-size: 29px;
  font-weight: 700;
  padding-top: 18px;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -100px;
}

.eyebrow {
  font-size: 20px;
  opacity: 0.7;
  color: #fff;
}

.heading {
  font-size: 13rem;
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  font-family: auto;
}

.accent {
  color: #a2d9f7;
  font-style: italic;
  font-family: 'Libre Caslon Text';
}

.subtext {
  margin-top: 28px;
  font-size: 22px;
  opacity: 0.75;
  max-width: 50%;
  color: #fff;
  line-height: 30px;
}

.banner {
  overflow: hidden;
  white-space: nowrap;
}

.banner-track {
  display: flex;
  width: max-content;
}

.banner-content {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

@media(max-width:767px) {
  .heading {
    font-size: 6rem;
  }

  .subtext {
    margin-top: 17px;
    font-size: 15px;
    opacity: 0.75;
    max-width: 50%;
  }

  .eyebrow {
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 0px;
  }

  .hero-section {
    margin: 0px;
  }
}

/* Custom Scrollbar Styles for Chrome */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #0d1a2c;
}

::-webkit-scrollbar-thumb {
  background: #a2d9f7;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* =================== Footer ==================== */

.footer {
  display: flex;
  padding: 100px 0px 100px 200px;
  background-color: #091721;
}

.footer-logo {
  width: 232px;
}

.fll {
  display: grid;
}

.flr {
  display: grid;
}

.fls a {
  color: #fff;
  font-size: 21px;
  line-height: 47px;
  font-weight: 500;
}

.fls a:hover {
  color: #a2d9f7;
  text-decoration: none;
}

.footer-left {
  width: 40%;
  margin-top: 7%;
}

.footer-left h1 {
  font-size: 50px;
  font-weight: 500;
  /* margin-top: 25%; */
  color: #fff;
  /* font-family: 'Raleway'; */
}

.footer-right {
  width: 50%;
  /* transform: rotate(90deg); */
  position: relative;
  /* margin-bottom: 13%;
  margin-top: 10%; */
}

.footer-change-block {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  transform-origin: center;
  /* color: #aeaeae; */
  color: #f0f0f0;
}

.footer-row {
  font-size: 140px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 10px;
  white-space: nowrap;
}

.footer-r1 {
  clip-path: inset(7% 0 63% 0);
  margin-bottom: -13%;
  font-size: 13.5rem;
}

.footer-r2 {
  clip-path: inset(7% 0 46% 0);
  margin-top: -13%;
  margin-bottom: -6%;
  font-size: 13.7rem;
}

.footer-r3 {
  clip-path: inset(0% 0 0% 0);
}

.footer-r4 {
  clip-path: inset(5% 0 31% 0);
  margin-top: -3%;
  margin-bottom: -6%;
}

.footer-r5 {
  clip-path: inset(6% 0 45% 0);
  margin-top: -7%;
  font-size: 13.7rem;
}

.footer-r7 {
  clip-path: inset(65% 0 8% 0);
  margin-top: -21%;
  font-size: 13.4rem;
}

.footer-r6 {
  clip-path: inset(6% 0 34% 0);
  margin-top: -10%;
  font-size: 14rem;
  margin-bottom: -8%;
}

.fsmi {
  display: flex;
  gap: 51px;
  font-size: 27px;
  margin-left: 13%;
  margin-top: 10%;
  transition: 0.9s;
}

.fsmi a {
  color: #aeaeae !important;
}

.fsmi a .fb:hover {
  color: #0866ff !important;
  transition: 0.9s;
}

.fsmi a .insta:hover {
  background: linear-gradient(45deg,
      #405DE6,
      #E1306C,
      #FCAF45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.9s;
}

.fsmi a .ln:hover {
  color: #0077B5;
  transition: 0.9s;
}

.fsmi a .yt:hover {
  color: #FF0000;
  transition: 0.9s;
}

.fala {
  margin-top: 5%;
}

.footer-row {
  position: relative;
  overflow: hidden;
}

.footer-row span {
  position: relative;
  display: inline-block;
  will-change: transform;
}

.footer-row span::after {
  content: "EUNOIA";
  position: absolute;
  left: 0;
  top: -100%;
}

.footer-change-block:hover .footer-row span {
  animation: verticalPingPong 5s ease-in-out infinite;
}

.footer-change-block:hover .footer-r1 span {
  animation-delay: 0s;
}

.footer-change-block:hover .footer-r2 span {
  animation-delay: 0.06s;
}

.footer-change-block:hover .footer-r6 span {
  animation-delay: 0.12s;
}

.footer-change-block:hover .footer-r3 span {
  animation-delay: 0.18s;
}

.footer-change-block:hover .footer-r4 span {
  animation-delay: 0.24s;
}

.footer-change-block:hover .footer-r5 span {
  animation-delay: 0.3s;
}

.footer-change-block:hover .footer-r7 span {
  animation-delay: 0.36s;
}

@keyframes verticalPingPong {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}


.footer-change-block:hover .footer-row span {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.footer-row span {
  transition: transform 0.4s ease-out;
}

.copyright {
  background: #091721;
  text-align: center;
  padding: 20px 0px 20px 0px;
  font-size: 19px;
  border-top: 1px solid #505050;
  color: #c7c7c7;
}

@media(max-width:767px) {
  .footer {
    display: block;
    padding: 10px;
  }

  .footer-left {
    width: 100%;
    padding: 0px 0px 0px 30px;
  }

  .footer-right {
    width: 100%;
    transform: rotate(90deg);
    position: relative;
    margin-top: 34%;
    margin-bottom: 96%;
  }

  .footer-row {
    font-size: 50px;
    /* margin-left: 33%; */
  }

  .footer-r6 {
    margin-top: -7%;
    margin-bottom: -5%;
  }

  .footer-r2 {
    margin-top: -11%;
  }

  .footer-r4 {
    margin-top: -1%;
    margin-bottom: -3%;
  }

  .footer-r5 {
    margin-top: -5%;
  }

  .footer-r7 {
    margin-top: -17%;
  }
}

@media(max-width:767px) {
  .footer-left h1 {
    font-size: 35px;
  }

  .fls a {
    font-size: 18px;
    line-height: 38px;
  }

  .copyright {
    padding: 10px 0px 10px 0px;
    font-size: 10px;
  }
}


/* ------------- ABOUT US STYLING ----------- */

.about-us-container {
  padding: 0px 150px 150px 150px;
  margin-top: -10%;
  position: relative;
  z-index: 80;
}

.about-subtext {
  text-align: justify;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.about-line {
  color: #fff;
  font-size: 21px;
  text-align: center;
  margin: 7% 0% 5% 0%;
  line-height: 33px;
  text-align: justify;
  text-transform: capitalize;
}

.au-img-box {
  /* height: 415px; */
  width: 656px;
  margin-left: 13%;
}

.au-img-box img {
  height: 100%;
  width: 100%;
  border-radius: 34px;
  /* margin-top: 10%; */
}

@media(max-width:767px) {
  .about-us-container {
    padding: 20px;
  }

  .about-subtext {
    margin-top: 28px;
    font-size: 12px;
    line-height: 25px;
  }


  .about-line {
    font-size: 14px;
    line-height: 23px;
  }

  .au-img-box {
    height: 267px;
    width: 371px;
    margin-left: 0%;
    margin-top: 12%;
  }
}

/* ----------- BOOK NOW BTN -------- */

.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  transform: rotate(90deg) translateY(-143%);
  box-shadow: #008cff40 0px 1px 23px 0px;
  background: #091721;
}

.icon-bar a:hover {
  background: #a2d9f7;
  color: #091721;
  font-weight: bold;
  text-decoration: none;
}

.facebook {
  background: #3B5998;
  color: white;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000001;
}

.popup-box {
  background: #091721;
  padding: 25px;
  width: 35%;
  /* width: 70%; */
  border-radius: 8px;
  position: relative;
  padding: 64px;
}

.popup-box h2 {
  margin-top: 0;
  color: #fff;
  font-family: 'Raleway';
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 2px;
}

.popup-box input,
.popup-box textarea,
.popup-box select {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  background: #091721;
  border: none;
  border-radius: 10px;
  padding: 16px;
  box-shadow: #a2d9f717 0px 8px 17px;
  border: 2px solid #a2d9f71f;
  color: #777a7c;
}

.popup-box button {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  background: #091721;
  border: none;
  border-radius: 10px;
  padding: 10px;
  box-shadow: #a2d9f71f 0px 8px 24px;
  border: 2px solid #a2d9f71f;
  color: #c6c6c6;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  transition: 0.9s;

}


.popup-box button:hover {
  background: #a2d9f7;
  color: #000;
}


.popup-box {
  color: #fff;
  box-shadow: #a2d9f72b 0px 4px 33px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 50px;
  cursor: pointer;
}

.popup-box form {
  margin-top: 5%;
}

.option-style {
  margin: 30px;
  color: #ffffff;
  font-size: 15px;
  border-bottom: 1px solid #ffffff;
}

.option-style:hover {
  color: #000000 !important;
  font-size: 15px !important;
  background-color: #a2d9f7 !important;
}





@media(max-width:767px) {
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 9px;
    transition: all 0.3s ease;
    color: white;
    font-size: 15px;
    transform: rotate(90deg) translateY(-143%);
    box-shadow: #008cff40 0px 1px 23px 0px;
    background: #091721;
  }

  .popup-box {
    padding: 38px;
    width: 97%;
  }

  .popup-box h2 {
    font-size: 18px;
  }

  .popup-box p {
    font-size: 10px;
  }

  .popup-box input,
  .popup-box textarea {
    padding: 8px 22px;
  }

  .popup-box button {
    padding: 10px;
    font-size: 14px;
  }

  .popup-box img {
    display: none;
  }
}


/* -------------- NEW FOOTER ANIMATION ------------- */

.nfcd2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 40%;
}

.ed-text {
  font-size: 98px;
  font-weight: bold;
  position: relative;
  opacity: 0;
}

.logo-box {
  position: absolute;
  text-align: center;
}

.logo-icon,
.flogo-text {
  opacity: 0;
  transform: scale(0);
}

.fln {
  height: 100px;
}

.ed-text {
  font-size: 98px;
  font-weight: 800;
  position: relative;
  opacity: 0;
  filter: blur(2px);
  will-change: transform, opacity, filter;
}


.logo-icon,
.flogo-text {
  opacity: 0;
  transform: scale(0.85);
  filter: blur(6px);
  will-change: transform, opacity, filter;
}

.animate-on-view.active .ed-left {
  animation: leftFlow 7s cubic-bezier(.16, 1, .3, 1) infinite;
}

.animate-on-view.active .ed-right {
  animation: rightFlow 7s cubic-bezier(.16, 1, .3, 1) infinite;
}

.animate-on-view.active .logo-icon,
.animate-on-view.active .flogo-text {
  animation: logoCondense 7s cubic-bezier(.22, 1, .36, 1) infinite;
}

@keyframes leftFlow {
  0% {
    transform: translateX(-420px) scale(1.15);
    opacity: 0;
    filter: blur(6px);
  }

  22% {
    opacity: 1;
    filter: blur(0);
  }

  42% {
    transform: translateX(-18px);
  }

  48% {
    transform: translateX(0);
  }

  56% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rightFlow {
  0% {
    transform: translateX(420px) scale(1.15);
    opacity: 0;
    filter: blur(6px);
  }

  22% {
    opacity: 1;
    filter: blur(0);
  }

  42% {}

  48% {
    transform: translateX(0);
  }

  56% {

    opacity: 0;
  }


  100% {
    opacity: 0;
  }
}

@keyframes logoCondense {

  0%,
  44% {
    opacity: 0;
    transform: scale(0.75);
    filter: blur(10px);
  }

  58% {
    opacity: 1;
    transform: scale(1.18);
    filter: blur(0);
  }

  72% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
  }
}

.ed-text {
  font-size: 98px;
  font-weight: 800;
  opacity: 0;
  filter: blur(2px);
  will-change: transform, opacity, filter;
}

.logo-icon,
.flogo-text {
  opacity: 0;
  transform: scale(0.85);
  filter: blur(6px);
  will-change: transform, opacity, filter;
}



/* -- FOOTER 2 --- */


@font-face {
  font-family: "Meta";
  src: url("https://www.axis-praxis.org/fonts/webfonts/MetaVariableDemo-Set.woff2") format("woff2");
}

.nfcd2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34%;
}

.masking-container {
  position: relative;
  cursor: pointer;
}

.masked-text {
  display: flex;
  font-size: 15rem;
  font-family: "Meta", sans-serif;
  font-variation-settings: "wght" 900, "ital" 1;
  -webkit-text-stroke: 4px #0917214d;
  transition: all 0.6s ease;
}

.masked-text span {
  background-size: 200%;
  background-position: 0 50%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: bg-move 6s infinite alternate linear;
  transition: transform 0.8s ease;
  filter: grayscale(1);
}

.left {
  transform-origin: right;
}

.right {
  transform-origin: left;
}

.masking-container:hover .masked-text {
  font-variation-settings: "wght" 100, "ital" 0;
  -webkit-text-stroke: 0;
}

.masking-container:hover .left {
  transform: translateX(-90px);
}

.masking-container:hover .right {
  transform: translateX(90px);
}

.reveal-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  font-size: 2rem;
  letter-spacing: 4px;
  background: #a2d9f7;
  color: #000;
  padding: 10px 20px;
  opacity: 0;
  transition: all 0.6s ease;
  pointer-events: none;
}

.masking-container:hover .reveal-text {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Background animation */
@keyframes bg-move {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}




/* ================== NEW FOOTER STYLING ============= */

.footer-box {
  padding: 100px;
}


.ftp {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.fttext {
  font-size: 51px;
  color: #fff;
  font-weight: bold;
}


.footer-hero {
  height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.footer-h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  max-width: 900px;
  animation: fadeUp 1.2s ease forwards;
  color: #fff;
  font-weight: lighter;
  font-size: 61px;
}

/* Underline animation */
.footer-underline {
  position: relative;
  display: inline-block;
  bottom: 20px;
  animation: balance 6s ease infinite;
  color: #a2d9f7;
  font-family: 'Libre Caslon Text';
  font-style: italic;
  font-weight: bold;
}

.footer-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #a2d9f7;
  transform: scaleX(0);
  transform-origin: left;
  animation: underline 1s ease forwards;
  animation-delay: 0.6s;
}

/* Floating tags */
.footer-tag {
  position: absolute;
  padding: 6px 12px;
  font-size: 0.8rem;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 20px;
  animation: float 5s ease-in-out infinite;
}

/* Tag colors */
.footer-green {
  background: #39c28000;
  color: #000;
}

.footer-gray {
  background: #bbbbbb00;
  color: #000;
}

.footer-pink {
  background: #ea75dc00;
  color: #000;
}

.footer-blue {
  background: #57d1e900;
  color: #000;
}

.footer-white {
  background: #e7e7e700;
  color: #000;
}

.footer-purple {
  background: #8b82f100;
  color: #000;
}

/* .footer-green { background: #39c280; color: #000; }
.footer-gray { background: #bbbbbb; color: #000; }
.footer-pink { background: #ea75dc; color: #000; }
.footer-blue { background: #57d1e9; color: #000; }
.footer-white { background: #e7e7e7; color: #000; }
.footer-purple { background: #8b82f1; color: #000; } */

/* Tag positions */
.footer-t1 {
  top: 32%;
  left: 35%;
  animation-delay: 0s;
}

.footer-t2 {
  top: 29%;
  left: 50%;
  animation-delay: 1s;
}

.footer-t3 {
  top: 34%;
  left: 65%;
  animation-delay: 0.5s;
}

.footer-t4 {
  top: 63%;
  left: 40%;
  animation-delay: 1.2s;
}

.footer-t5 {
  top: 65%;
  left: 50%;
  animation-delay: 0.8s;
}

.footer-t6 {
  top: 66%;
  left: 65%;
  animation-delay: 1.5s;
}

/* Animations */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes underline {
  to {
    transform: scaleX(1);
  }
}

@keyframes balance {
  0% {
    transform: translate(1px, -11px) rotate(-7.266667deg);
  }

  /* 50%{
    transform: translate(1px, -11px) rotate(0.733333deg);
  } */
  50% {
    transform: translate(1px, -11px) rotate(10.266667deg);
  }

  100% {
    transform: translate(1px, -11px) rotate(-7.266667deg);
  }
}

.footer-links {
  padding: 0px 0px 20px 200px;
}


.footer-neon {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  font-weight: bold;
  /* margin: 0; */
  /* background: #000; */
  font-family: 'Arial', sans-serif;
  overflow: hidden;
  margin-left: -50%;
  height: 300%;
  margin-top: -8%;
}

.neon-text img {
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 2px #87919F, 0 0 5px #87919F, 0 0 10px #87919F, 0 0 20px #87919F, 0 0 40px #87919F;
  animation: glow 1.5s infinite alternate;
  font-weight: bold;
  font-size: 69px;
  /* padding-left: 28%;*/
}

@keyframes glow {
  0% {
    text-shadow: 0 0 2px #87919F, 0 0 5px #87919F, 0 0 10px #87919F, 0 0 20px #87919F, 0 0 40px #87919F;
  }

  100% {
    text-shadow: 0 0 5px #a2d9f7, 0 0 10px #a2d9f7, 0 0 20px #a2d9f7, 0 0 40px #a2d9f7, 0 0 80px #a2d9f7;
  }
}


.footer-strong {
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
}

.footer-strong article {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -48%;
}

.footer-strong h1,
.footer-strong span {
  font-family: Bungee;
}

.footer-strong h1 {
  transition: all ease-out .5s;
  color: transparent;
  text-shadow: 0 0 0px #a2d9f7;
  font-size: 6rem;
  padding: 0 1rem;
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.footer-strong h1:before {
  content: "";
  width: 50%;
  position: absolute;
  border-bottom: solid 8px #fff;
  left: -50%;
  top: 50px;
  transition: transform 0.5s cubic-bezier(1, -0.04, 0, 1.16);
}

.footer-strong h1 span {
  display: block;
  position: absolute;
  height: 80%;
  width: 100%;
  overflow: hidden;
}

.footer-strong h1 span:first-child:before,
.footer-strong h1 span:last-child:before {
  content: attr(data-text);
  color: #fff;
  display: block;
  transition: ease-out all 0.3s -0.1s;
}

.footer-strong h1 span:first-child {
  top: 0;
}

.footer-strong h1 span:last-child {
  bottom: 0;
}

.footer-strong h1 span:first-child:before {
  transform: translateY(41px);
}

.footer-strong h1 span:last-child:before {
  transform: translateY(-95px)
}

.footer-strong h1:hover {
  transition: all ease-out 0s;
  text-shadow: none;
}

.footer-strong h1:hover:before {
  transform: translateX(42rem);
}

.footer-strong h1:hover span:first-child:before,
.footer-strong h1:hover span:last-child:before {
  transition: ease-out all 0.3s;
  transition-delay: .3s;
}

.footer-strong h1:hover span:first-child:before {
  transform: translateY(0);
}

.footer-strong h1:hover span:last-child:before {
  transform: translateY(-58px);
}

.footer-logo-2-1 {
  height: 100px;
}

.footer-logo-2-2 {
  height: 100px;
}


/* --- Base Styles --- */

.neon-container {
  margin-top: -20%;
}

.footer-logo-2-1 {
  text-shadow: 0 0 2px #87919F, 0 0 5px #87919F, 0 0 10px #87919F, 0 0 20px #87919F, 0 0 40px #87919F;
  animation: pulseGlow 1.5s infinite alternate;
}

@keyframes pulseGlow {
  0% {
    text-shadow: 0 0 2px #87919F, 0 0 5px #87919F, 0 0 10px #87919F, 0 0 20px #87919F, 0 0 40px #87919F;
  }

  100% {
    text-shadow: 0 0 5px #a2d9f7, 0 0 10px #a2d9f7, 0 0 20px #a2d9f7, 0 0 40px #a2d9f7, 0 0 80px #a2d9f7;
  }
}

.footer-logo-2-1 {
  /* max-width: 222px;
  height: auto; */
  filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.7));
  animation: pulseGlow 2s infinite alternate;
  display: block;
}



.footer-logo-2-1.pink-glow {
  animation-name: pinkPulse;
  filter: drop-shadow(0 0 5px rgba(255, 0, 255, 0.7));
}

@keyframes pinkPulse {
  0% {
    text-shadow: 0 0 2px #87919F, 0 0 5px #87919F, 0 0 10px #87919F, 0 0 20px #87919F, 0 0 40px #87919F;
  }

  100% {
    text-shadow: 0 0 5px #a2d9f7, 0 0 10px #a2d9f7, 0 0 20px #a2d9f7, 0 0 40px #a2d9f7, 0 0 80px #a2d9f7;
  }
}



.footer-logo-2-1 {
  animation: glow-blink 3.5s ease-in-out infinite alternate;
}

@keyframes glow-blink {
  0% {
    filter: drop-shadow(0 0 5px #a2d9f7) drop-shadow(0 0 7px #a2d9f78f);
    opacity: 1;
  }

  50% {
    filter: drop-shadow(0 0 10px #a2d9f7) drop-shadow(0 0 10px #a2d9f781);
    opacity: 1;
  }

  100% {
    filter: drop-shadow(0 0 5px #a2d9f775);
  }
}

.footer-logo-2-1-1 {
  height: 140px;
  margin-left: 10%;
}

.footer-logo-2-2 {
  margin-top: 8%;
  width: 289px;
  height: auto;
}


/* ======================== ABOUT US PAGE STYLING =================== */

.about-us-story ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #a2d9f7;
}

.about-us-story ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #eee;
}

.about-us-story ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 20px;
  background: #4f4f4f00;
  box-shadow: 4px 13px 30px 1px rgb(120 158 178 / 8%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #fff;
}

.discovery {
  box-shadow: 4px 13px 30px 1px rgba(120, 158, 178, 0) !important;
}

.about-us-story ul li div time {
  position: absolute;
  background: #a2d9f7;
  width: 80px;
  height: 30px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.about-us-story ul li div div {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-us-story ul li div div p {
  text-align: center;
}

.about-us-story ul li div .discovery {
  margin-right: 10px;
}

.about-us-story ul li:nth-of-type(odd)>div {
  left: 45px;
}

.about-us-story ul li:nth-of-type(even)>div {
  left: -439px;
}

.about-us-story ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.about-us-story ul li:nth-of-type(odd) div {
  transform: translate3d(100px, -10px, 0) rotate(10deg);
}

.about-us-story ul li:nth-of-type(even) div {
  transform: translate3d(-100px, -10px, 0) rotate(10deg);
}

.about-us-story ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.about-us-page-box {
  padding: 256px;
}

.about-us-page-para {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  margin-top: 10%;
  width: 86%;
}

@media screen and (max-width: 900px) {
  .about-us-story ul li div {
    width: 250px;
    flex-direction: column;
  }

  .about-us-story ul li div div {
    width: 80%;
    margin: 10px;
  }

  .about-us-story ul li:nth-of-type(even)>div {
    left: -289px;
  }
}

@media screen and (max-width: 600px) {
  .about-us-story ul li {
    margin-left: 20px;
  }

  .about-us-story ul li div {
    width: calc(100vw - 91px);
  }

  .about-us-story ul li:nth-of-type(even)>div {
    left: 45px;
  }
}



canvas {
  display: block;
  margin-top: -33%;
}

.vm-us-page-box {
  padding: 0px 100px 100px 100px;
}


/* -------- About Marquee ----------- */


.ori-text-scroll-section-1 {
  overflow: hidden;
  padding: 100px 0px 250px 0px;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee__content {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.ori-text-scroll-content h3,
.marquee h3 {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  display: inline-block;
  color: #e1e1e1;
}

.marquee h3 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.ori-text-scroll-icon {
  font-size: 75px;
  margin: 27px 35px 0px 35px;
  color: #a2d9f7;
  height: 100px;
  width: 100px;
}

.ori-text-scroll-icon img {
  height: 100%;
  width: 100%;
}


@media(max-width:767px) {
  .about-us-page-box {
    padding: 200px 20px 0px 20px;
  }

  .about-us-page-para {
    font-size: 11px;
    line-height: 20px;
  }

  canvas {
    margin-top: -95%;

    margin-bottom: -36%;
  }

  .vm-us-page-box {
    padding: 20px;
  }

  .ori-text-scroll-section-1 {
    padding: 20px 0px 50px 0px;
  }

  .ori-text-scroll-content h3,
  .marquee h3 {
    font-size: 31px;
  }

  .ori-text-scroll-icon {
    font-size: 31px;
    margin: 10px 25px 0px 25px;
  }
}


/* -------------- ABOUT US - WHY - US ----------------- */

.mtf-heading .aulcs {
  color: #a2d9f7;
  line-height: 189px;
}

.why-us-page-para {
  margin-top: -4%;
}

.wusd {
  display: flex;
  gap: 29px;
  margin-bottom: 12%;
  box-shadow: 0 0 3px rgba(0, 140, 255, 0.25);
  padding: 50px 10px 0px 50px;
  height: 161px;
  /* width: 100%; */
  border-radius: 23px;
}

.wustc {
  color: #fff;
  font-size: 22px;
  /* font-weight: bold; */
  text-align: left;
  line-height: 32px;
}

.why-us-section {
  padding: 150px 100px 100px 100px;
}

.wusd img {
  height: fit-content;
}

.wupl {
  margin-left: 13%;
}

.lcs {
  padding: 300px 300px 50px 300px;
}

@media(max-width:767px) {
  .why-us-section {
    padding: 100px 20px 0px 20px;
  }

  .wustc {
    font-size: 13px;
  }

  .mtf-heading .aulcs {
    line-height: 80px;
  }

  .lcs {
    padding: 20px;
  }

  .wupl {
    margin-left: 0%;
  }
}


/* ==================== CASE STUDIES ================ */

.cspis-portfolio {
  padding: 250px 240px 250px 200px;
  color: #fff;
}

.cspis-tabs-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
}

.cspis-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.cspis-tabs::-webkit-scrollbar {
  display: none;
}

.cspis-tab {
  background: transparent;
  border: 1px solid #222;
  color: #aaa;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 19px;
}

.cspis-tab.active,
.cspis-tab:hover {
  background: #a2d9f7;
  color: #000;
  border-color: #a2d9f7;
}

.cspis-tab-arrow {
  background: #1a1a1a;
  border: none;
  color: #a2d9f7;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.cspis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 0fr));
  gap: 45px 100px;
}

.cspis-card {
  position: relative;
  height: 370px;
  width: 345px;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
}

.cspis-images {
  width: 100%;
  height: 100%;
  display: grid;
  gap: 4px;

  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

.cspis-images:has(img:only-child) {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.cspis-images:has(img:nth-child(2)):not(:has(img:nth-child(3))) {
  grid-template-columns: auto auto;
  gap: 0;
}

.cspis-images:has(img:nth-child(3)) {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
}

.cspis-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cspis-card:hover .cspis-images img {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}

.cspis-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.2));
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.4s;
}

.cspis-card:hover .cspis-overlay {
  opacity: 1;
}

.cspis-overlay span {
  color: #a2d9f7;
  font-size: 20px;
  letter-spacing: 1px;
}

.cspis-overlay h3 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}


@media(max-width:767px) {
  .cspis-portfolio {
    padding: 150px 20px 20px 24px;
    color: #fff;
  }

  .cspis-card {
    width: 330px;
  }
}

.ed-footer-box {
  padding: 70px 70px 0px 100px;
}

.footer-logo-box {
  height: 818px;
  width: 1225px;

  padding-top: 12%;
}

.footer-logo-box img {
  height: 100%;
  width: 100%;
}

.fll {
  display: grid;
  margin-top: 6%;
}

.fsmi {
  display: flex;
  gap: 51px;
  font-size: 27px;
  margin-left: 77%;
  margin-top: 35%;
  transition: 0.9s;
  margin-bottom: 2%;
  height: 22px;
}

.fsmi i {
  font-size: 47px;
}

.nfl {
  width: 15%;
}

.nfml {
  margin-left: 0%;
}

@media(max-width:767px) {
  .ed-footer-box {
    padding: 20px;
  }

  .fsmi {
    margin-left: 14%;
  }

  .footer-logo-box {
    width: 320px;
  }

  .nfl {
    width: 100%;
  }

  .fll {
    margin-left: 9%;
  }

  .fsmi {
    margin-top: 9%;
    margin-bottom: 5%;
  }

  .fsmi i {
    font-size: 36px;
  }

  .footer-logo-box {
    width: auto;
    height: auto;
  }
}

audio {
  display: none;
}

@media(max-width:767px) {
  .cspis-tab {
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 13px;
  }
}

/* ------------------------------------------------------------- ALL MEDIA QUERIES HERE ---------------------------------------------------------------------- */

/* ======================================================
   COMPREHENSIVE MEDIA QUERIES FOR ALL SCREEN SIZES
   ====================================================== */

/* -------------------------------------------------------------
   EXTRA LARGE DEVICES (1200px and above)
   ------------------------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .slider-text-box {
    padding: 250px 100px 250px 0;
  }

  .sbt {
    font-size: 14rem;
  }

  .services {
    height: 700px;
  }

  .service h2 {
    font-size: 42px;
  }

  .portfolio-item {
    width: 380px;
    height: 260px;
  }

  .counter-text {
    font-size: 85px;
  }

  .progress-circle {
    width: 160px;
    height: 160px;
  }

  svg {
    width: 149px;
    height: 155px;
  }

  .about-us-container {
    padding: 0px 200px 100px 200px;
  }

  .mtf-container {
    padding: 200px 100px 100px 200px;
  }

  .mtf-id {
    width: 480px;
  }

  .card {
    width: 550px;
    height: 450px;
  }

  .heading {
    font-size: 15rem;
  }

  .subtext {
    max-width: 45%;
  }

}

@media screen and (min-width: 1300px) and (max-width: 1800px) {
  .about-us-container {
    padding: 0px 100px 100px 100px;
  }

  .about-subtext {
    text-align: justify;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
  }

  .au-img-box {
    width: 550px;
    margin-left: 13%;
  }

  .au-img-box img {
    margin-top: 17%;
  }


  .footer-logo-box {
    /* height: 818px; */
    width: 1090px;
    padding-top: 33%;
  }

  .nfml {
    margin-left: 0%;
  }

  .fls a {
    color: #fff;
    font-size: 17px;
    line-height: 47px;
    font-weight: 500;
  }

  .nfl {
    width: 17%;
    margin-left: -3%;
  }

  .fsmi {
    gap: 24px;
  }

  .fsmi i {
    font-size: 40px;
  }

  .slide-pd {
    margin-left: 21% !important;
    margin-top: 4% !important;
  }

  .our-story-left {
    height: auto;
    width: 600px;
    margin-left: -21%;
  }
}


/* -------------------------------------------------------------
   LARGE DEVICES (992px - 1199px)
   ------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    width: 80%;
    margin-left: 10%;
  }

  .slider-text-box {
    padding: 220px 60px 220px 0;
  }

  .sbt {
    font-size: 11rem;
  }

  .smt {
    font-size: 2.8rem;
  }

  .services {
    height: 600px;
  }

  .service h2 {
    font-size: 32px;
  }

  .service p {
    max-width: 320px;
    font-size: 14px;
  }

  .portfolio-section {
    margin-top: -10%;
  }

  .portfolio-item {
    width: 300px;
    height: 210px;
  }

  .portfolio-title {
    font-size: 100px;
  }

  .featured {
    font-size: 12rem;
  }

  .works {
    font-size: 90px;
  }

  .counter-container {
    margin-top: -15%;
  }

  .counter-text {
    font-size: 60px;
  }

  .counter-box {
    gap: 12%;
    padding-bottom: 22%;
  }

  .progress-circle {
    width: 120px;
    height: 120px;
  }

  svg {
    width: 140px;
    height: 140px;
  }

  .counter {
    font-size: 24px;
  }

  .about-us-container {
    padding: 0px 100px 120px 100px;
  }

  .about-subtext {
    font-size: 15px;
    line-height: 30px;
  }

  .au-img-box {
    width: 500px;
  }

  .mtf-container {
    padding: 120px 50px;
  }

  .mtf-heading {
    font-size: 60px;
  }

  .mtf-id {
    width: 350px;
  }

  .card {
    width: 450px;
    height: 400px;
  }

  .card.prev {
    transform: translateX(-180px) scale(0.85);
  }

  .card.next {
    transform: translateX(180px) scale(0.85);
  }

  .hero-section {
    padding: 120px 0px 80px 0px;
  }

  .heading {
    font-size: 11rem;
  }

  .subtext {
    font-size: 20px;
    max-width: 55%;
  }

  .footer {
    padding: 80px 0px 80px 150px;
  }

  .footer-left h1 {
    font-size: 42px;
  }

  .footer-row {
    font-size: 100px;
  }

  .counter {
    position: absolute;
    top: 60%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
  }

  .slide {
    left: auto;
    right: 0;
    margin-left: 0;
    text-align: left;
    margin-right: -80%;
    margin-top: 20%;
  }

  .header {
    width: 95% !important;
    margin-left: 2% !important;
  }
}

/* -------------------------------------------------------------
   MEDIUM DEVICES - TABLET LANDSCAPE (768px - 991px)
   ------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .header {
    width: 90%;
    margin-left: 5%;
    margin-top: 2%;
    height: 80px;
    padding: 15px 25px;
  }

  .logo-text {
    font-size: 20px;
  }

  .logo-height {
    height: 50px;
  }

  .loader-text span {
    font-size: 3rem;
  }

  .loader-domain {
    font-size: 2.5rem;
  }

  .slider-container {
    height: 80vh;
  }

  .slider-text-box {
    padding: 180px 40px 180px 0;
  }

  .sbt {
    font-size: 6rem;
    margin-top: 18%;
  }

  .smt {
    font-size: 1.8rem;
  }

  .slide {
    padding-right: 60px;
  }

  .logo-container {
    padding: 60px 0px;
  }

  .track img {
    height: 70px;
  }

  .services {
    height: 450px;
  }

  .service h2 {
    font-size: 24px;
    margin-left: 10%;
  }

  .service .number {
    font-size: 28px;
    left: 20%;
  }

  .service p {
    max-width: 280px;
    font-size: 12px;
  }

  .services .service:hover {
    flex: 2;
  }

  .portfolio-section {
    margin-top: -15%;
    padding-bottom: 8%;
  }

  .portfolio-title {
    font-size: 70px;
    margin-bottom: 50px;
  }

  .featured {
    font-size: 8rem;
  }

  .works {
    font-size: 60px;
  }

  .portfolio-item {
    width: 260px;
    height: 180px;
  }

  .overlay h3 {
    font-size: 20px;
  }

  .counter-container {
    margin-top: -18%;
  }

  .counter-text {
    font-size: 48px;
    padding-top: 20%;
  }

  .counter-box {
    gap: 8%;
    padding-top: 6%;
    padding-bottom: 35%;
  }

  .progress-container {
    padding-top: 8%;
  }

  .progress-circle {
    width: 110px;
    height: 110px;
  }

  svg {
    width: 110px;
    height: 110px;
  }

  .counter {
    font-size: 22px;
  }

  .label {
    font-size: 14px;
    line-height: 3;
  }

  .about-us-container {
    padding: 0px 60px 80px 60px;
    margin-top: -15%;
  }

  .about-subtext {
    font-size: 16px;
    line-height: 28px;
  }

  .about-line {
    font-size: 18px;
    line-height: 28px;
  }

  .au-img-box {
    height: 280px;
    width: 380px;
    margin-left: 8%;
  }

  .mtf-container {
    padding: 100px 30px;
  }

  .mtf-heading {
    font-size: 48px;
  }

  .mtf-line {
    font-size: 18px;
    margin: 4% 0% 6% 0%;
  }

  .mtf-ib {
    gap: 4%;
  }

  .mtf-id {
    width: 280px;
  }

  .mtf-i1 h1,
  .mtf-i2 h1 {
    font-size: 24px;
  }

  .testimonials {
    padding: 80px 20px;
  }

  .testimonials h1 {
    font-size: 36px;
  }

  .sub {
    font-size: 14px;
    margin-bottom: 50px;
  }

  .cards {
    height: 320px;
  }

  .card {
    width: 360px;
    height: 340px;
    padding: 24px;
  }

  .card p {
    font-size: 15px;
    margin-top: 15%;
    margin-bottom: 12%;
  }

  .card.prev {
    transform: translateX(-140px) scale(0.8);
  }

  .card.next {
    transform: translateX(140px) scale(0.8);
  }

  .brand {
    font-size: 16px;
  }

  .user img {
    width: 45px;
    height: 45px;
  }

  .hero-section {
    padding: 100px 0px 60px 0px;
    min-height: 80vh;
  }

  .banner-top {
    top: 35px;
  }

  .banner-bottom {
    bottom: 35px;
  }

  .hero {
    min-height: 70vh;
    margin: -80px;
  }

  .eyebrow {
    font-size: 18px;
  }

  .heading {
    font-size: 8rem;
  }

  .subtext {
    font-size: 18px;
    max-width: 65%;
    line-height: 26px;
  }

  .banner-content {
    font-size: 16px;
    gap: 24px;
  }

  .star {
    font-size: 24px;
    padding-top: 14px;
  }

  .popup-box {
    width: 50%;
    padding: 40px;
  }

  .popup-box h2 {
    font-size: 24px;
  }

  .footer {
    display: block;
    padding: 60px 30px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-left h1 {
    font-size: 36px;
  }

  .fls a {
    font-size: 16px;
    line-height: 40px;
  }

  .footer-right {
    width: 100%;
    transform: none;
    margin-top: 20%;
  }

  .footer-row {
    font-size: 60px;
  }

  .fsmi {
    margin-left: 0;
    margin-top: 30px;
    font-size: 22px;
  }

  .copyright {
    font-size: 14px;
  }
}


/* -------------------------------------------------------------
   EXTRA SMALL DEVICES - MOBILE LANDSCAPE (480px - 575px)
   ------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 575px) {
  .header {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 4%;
    height: 65px;
    padding: 8px 18px;
  }

  .logo-text {
    font-size: 16px;
  }

  .logo-height {
    height: 40px;
  }

  .loader-text span {
    font-size: 1.8rem;
  }

  .loader-domain {
    font-size: 1.5rem;
    margin-top: -14%;
  }

  .slider-container {
    height: 500px;
    margin-bottom: -55%;
  }

  /* .bg-video {
    height: 50%;
    padding-top: 12%;
  } */

  .slider-text-box {
    padding: 100px 15px 80px 0;
  }

  .sbt {
    font-size: 3rem;
    margin-top: 5%;
  }

  .smt {
    font-size: 1.3rem;
  }

  .slide {
    padding-right: 25px;
    margin-left: -15%;
  }

  .slider-dots {
    left: 85%;
    bottom: 2%;
  }

  .slider-dots span {
    width: 8px;
    height: 8px;
  }

  .logo-container {
    padding: 35px 0px;
    margin-top: 18%;
  }

  .track img {
    height: 45px;
    padding: 6px 8px;
  }

  .services {
    height: 320px;
    margin-top: -22%;
    margin-bottom: 8%;
  }

  .service h2 {
    font-size: 14px;
    margin-left: 180%;
  }

  .service:hover h2 {
    margin-left: 2%;
  }

  .service .number {
    font-size: 14px;
  }

  .service p {
    max-width: 120px;
    font-size: 9px;
  }

  .service:hover p {
    font-size: 10px;
    margin-bottom: 50%;
    margin-left: -25%;
  }

  .s-vm-btn {
    font-size: 8px;
  }

  .portfolio-section {
    margin-top: -55%;
    padding-bottom: 12%;
  }

  .portfolio-title {
    font-size: 40px;
    margin-bottom: 35px;
  }

  .featured {
    font-size: 4rem;
  }

  .works {
    font-size: 36px;
  }

  .portfolio-item {
    width: 200px;
    height: 145px;
    min-width: 200px;
  }

  .slider-track {
    gap: 25px;
  }

  .overlay {
    padding: 12px;
  }

  .overlay h3 {
    font-size: 14px;
  }

  .counter-container {
    margin-top: -18%;
  }

  .counter-text {
    font-size: 26px;
    padding-top: 28%;
  }

  .counter-box {
    padding-top: 0%;
    padding-bottom: 30%;
  }

  .progress-container {
    padding-top: 12%;
  }

  .progress-circle {
    width: 200px;
    height: 200px;
  }

  svg {
    width: 200px;
    height: 146px;
  }

  .counter {
    font-size: 18px;
  }

  .label {
    font-size: 11px;
  }

  .about-us-container {
    padding: 0px 20px 50px 20px;
    margin-top: -15%;
  }

  .about-subtext {
    font-size: 12px;
    line-height: 20px;
    margin-top: 18px;
  }

  .about-line {
    font-size: 13px;
    line-height: 20px;
  }

  .au-img-box {
    height: 180px;
    width: 250px;
  }

  .mtf-container {
    padding: 50px 15px;
  }

  .mtf-heading {
    font-size: 28px;
  }

  .mtf-line {
    font-size: 13px;
  }

  .mtf-id {
    max-width: 220px;
  }

  .mtf-i1 h1,
  .mtf-i2 h1 {
    font-size: 18px;
  }

  .testimonials {
    padding: 40px 12px;
  }

  .testimonials h1 {
    font-size: 24px;
  }

  .sub {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .cards {
    height: 350px;
  }

  .card {
    max-width: 280px;
    padding: 18px;
  }

  .card p {
    font-size: 13px;
    margin-top: 12%;
  }

  .hero-section {
    padding: 70px 0px 40px 0px;
  }

  .hero-section {
    min-height: 60vh;
  }

  .banner-top {
    top: 20px;
  }

  .banner-bottom {
    bottom: 20px;
  }

  .hero {
    min-height: 55vh;
    margin: -50px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .heading {
    font-size: 4rem;
  }

  .subtext {
    font-size: 13px;
    margin-top: 12px;
    max-width: 80%;
  }

  .banner-content {
    font-size: 12px;
    gap: 15px;
  }

  .star {
    font-size: 18px;
  }

  .icon-bar a {
    padding: 10px;
    font-size: 12px;
  }

  .popup-box {
    width: 80%;
    padding: 25px;
  }

  .popup-box h2 {
    font-size: 18px;
  }

  .footer-row {
    font-size: 32px;
  }

  .footer-left h1 {
    font-size: 24px;
  }

  .fsmi i {
    font-size: 24px;
  }

  .copyright {
    font-size: 11px;
  }
}

/* -------------------------------------------------------------
   EXTRA SMALL DEVICES - MOBILE PORTRAIT (below 480px)
   ------------------------------------------------------------- */
/* @media (max-width: 479px) {
  .header {
    width: 96%;
    margin-left: 2%;
    margin-top: 4%;
    height: 60px;
    padding: 8px 15px;
    border-radius: 25px;
  }

  .logo-text {
    font-size: 14px;
  }

  .logo-height {
    height: 38px;
  }

  .loader-text span {
    font-size: 1.5rem;
  }

  .loader-line {
    width: 150px;
  }

  .loader-domain {
    font-size: 1.2rem;
    margin-top: -16%;
  }

  .slider-container {
    height: 450px;
    margin-bottom: -50%;
  }

  .bg-video {
    height: 45%;
    padding-top: 10%;
  }

  .slider-text-box {
    padding: 80px 10px 60px 0;
  }

  .sbt {
    font-size: 2.5rem;
    margin-top: 3%;
  }

  .smt {
    font-size: 1.1rem;
  }

  .slide {
    padding-right: 20px;
    margin-left: -18%;
  }

  .slider-dots {
    left: 82%;
    bottom: 1%;
  }

  .slider-dots span {
    width: 8px;
    height: 8px;
  }

  .logo-container {
    padding: 30px 0px;
    margin-top: 15%;
  }

  .track img {
    height: 40px;
    padding: 5px 6px;
    border-radius: 8px;
  }

  .marquee {
    margin: 20px 0;
  }

  .services {
    height: 280px;
    margin-top: -20%;
    margin-bottom: 10%;
  }

  .service {
    padding: 0px;
  }

  .service h2 {
    font-size: 12px;
    margin-left: 200%;
  }

  .service:hover h2 {
    margin-left: 1%;
  }

  .service .number {
    font-size: 12px;
    left: 24%;
    top: 85%;
  }

  .service p {
    max-width: 100px;
    font-size: 8px;
  }

  .service:hover p {
    font-size: 9px;
    margin-bottom: 55%;
    margin-left: -30%;
  }

  .services .service:hover {
    flex: 1.2;
  }

  .s-vm-btn {
    font-size: 7px;
    padding: 3px 6px;
  }

  .portfolio-section {
    margin-top: -50%;
    padding-bottom: 15%;
  }

  .portfolio-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .featured {
    font-size: 3rem;
  }

  .works {
    font-size: 28px;
  }

  .portfolio-item {
    width: 180px;
    height: 130px;
    min-width: 180px;
  }

  .slider-track {
    gap: 20px;
  }

  .overlay {
    padding: 10px;
  }

  .overlay h3 {
    font-size: 12px;
    letter-spacing: 0;
  }

  .counter-container {
    margin-top: -15%;
  }

  .counter-text {
    font-size: 22px;
    padding-top: 30%;
  }

  .counter-box {
    padding-top: 12%;
    padding-bottom: 55%;
  }

  .progress-container {
    padding-top: 15%;
    margin-bottom: 25px;
  }

  .progress-circle {
    width: 80px;
    height: 80px;
  }

  svg {
    width: 80px;
    height: 80px;
  }

  circle {
    stroke-width: 10px;
  }

  .counter {
    font-size: 16px;
  }

  .label {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 2;
  }

  .about-us-container {
    padding: 0px 15px 40px 15px;
    margin-top: -12%;
  }

  .about-subtext {
    font-size: 11px;
    line-height: 18px;
    margin-top: 15px;
    text-align: left;
  }

  .about-line {
    font-size: 12px;
    line-height: 18px;
    margin: 4% 0% 3% 0%;
  }

  .au-img-box {
    height: 150px;
    width: 220px;
    margin-left: 0%;
    margin-top: 10%;
  }

  .au-img-box img {
    border-radius: 20px;
  }

  .mtf-container {
    padding: 40px 12px;
  }

  .mtf-heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .mtf-line {
    font-size: 12px;
    margin: 3% 0% 4% 0%;
  }

  .mtf-ib {
    gap: 20px;
  }

  .mtf-id {
    max-width: 200px;
  }

  .mtf-i1 h1,
  .mtf-i2 h1 {
    font-size: 16px;
  }

  .mtf-i1 p,
  .mtf-i2 p {
    font-size: 12px;
  }

  .testimonials {
    padding: 35px 10px;
  }

  .testimonials h1 {
    font-size: 22px;
  }

  .sub {
    font-size: 11px;
    margin-bottom: 25px;
  }

  .cards {
    height: 320px;
  }

  .card {
    max-width: 260px;
    padding: 15px;
    border-radius: 15px;
  }

  .card p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10%;
    margin-bottom: 15%;
  }

  .brand {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .stars {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .user img {
    width: 35px;
    height: 35px;
  }

  .user span {
    font-size: 10px;
  }

  .hero-section {
    padding: 60px 0px 35px 0px;
    min-height: 60vh;
  }

  .banner-top {
    top: 15px;
    transform: rotate(-5deg);
  }

  .banner-bottom {
    bottom: 15px;
    transform: rotate(5deg);
  }

  .hero {
    min-height: 50vh;
    margin: -40px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .heading {
    font-size: 3rem;
    line-height: 1.2;
  }

  .accent {
    display: block;
  }

  .subtext {
    font-size: 12px;
    margin-top: 10px;
    max-width: 85%;
    line-height: 18px;
  }

  .banner-content {
    font-size: 11px;
    gap: 12px;
    padding-right: 12px;
  }

  .star {
    font-size: 16px;
    padding-top: 8px;
  }

  .icon-bar {
    top: 45%;
  }

  .icon-bar a {
    padding: 8px;
    font-size: 11px;
    transform: rotate(90deg) translateY(-120%);
  }

  .popup-overlay {
    padding: 10px;
  }

  .popup-box {
    width: 95%;
    padding: 20px;
    border-radius: 10px;
  }

  .popup-box h2 {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .popup-box p {
    font-size: 12px;
  }

  .popup-box input,
  .popup-box textarea,
  .popup-box select {
    padding: 10px;
    font-size: 13px;
    margin: 6px 0;
  }

  .popup-box button {
    padding: 10px;
    font-size: 14px;
    margin: 6px 0;
  }

  .close-btn {
    font-size: 28px;
    top: 12px;
    right: 15px;
  }

  .option-style {
    margin: 15px;
    font-size: 13px;
  }

  .footer {
    padding: 30px 15px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-left h1 {
    font-size: 22px;
  }

  .fls a {
    font-size: 13px;
    line-height: 28px;
  }

  .footer-right {
    width: 100%;
    transform: rotate(90deg);
    margin-top: 22%;
    margin-bottom: 70%;
  }

  .footer-row {
    font-size: 28px;
    letter-spacing: 5px;
  }

  .fsmi {
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
    gap: 25px;
  }

  .fsmi i {
    font-size: 20px;
  }

  .copyright {
    font-size: 10px;
    padding: 12px 0px 12px 0px;
  }
} */



@media screen and (min-width: 1300px) and (max-width: 1800px) {
  .header {
    width: 86% !important;
    margin-left: 7% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .header {
    width: 86% !important;
    margin-left: 7% !important;
  }

  .footer-logo-box {
    /* height: 818px; */
    width: 1000px;
    padding-top: 39%;
  }

  .nfml {
    margin-left: -7%;
  }

  .nfl {
    width: 18%;
  }

  .fls a {
    font-size: 16px;
  }

  .fsmi i {
    font-size: 40px;
  }

  .fsmi {
    gap: 28px;
  }

  .about-us-container {
    padding: 0px 100px 100px 100px;
  }

  .about-subtext {
    font-size: 16px;
  }

  .au-img-box img {
    height: 100%;
    width: 100%;
    border-radius: 34px;
    margin-top: 15%;
  }

  .au-img-box {
    width: 500px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .footer-logo-box {
    height: auto;
    width: 765px;
    padding-top: 60%;
  }

  .fsmi {
    display: flex;
    gap: 51px;
    font-size: 27px;
    margin-left: 77%;
    margin-top: 44%;
    transition: 0.9s;
    margin-bottom: 2%;
    height: 22px;
  }

  .fls a {
    font-size: 14px;
    line-height: 39px;
  }

  .nfml {
    margin-left: -11%;
  }

  .nfl {
    width: 21%;
  }

  .fsmi {
    gap: 17px;
  }

  .fsmi i {
    font-size: 35px;
  }

  .au-img-box img {
    height: 100%;
    width: 100%;
    border-radius: 34px;
    margin-top: 15%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-logo-box {
    width: 550px;
    padding-top: 12%;
    height: auto;
  }

  .nfml {
    margin-left: 0%;
  }

  .fll {
    margin-left: 0%;
    width: 100%;
  }
}

@media screen and (min-width: 900px) and (max-width: 1212px) {
  .header {
    width: 99% !important;
    margin-left: 0% !important;
  }

  .nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
  }
}