@font-face {
  font-family: 'MyFont';
  src: url('../img/fonts/ibrand-font/Ibrand.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

i {
  color: #000;
}

.ptb {
  padding: 45px 0px 10px 0px;
}

.text-color-w {
  color: #fff;
}

.btn-c {
  background-color: #fff;
}


::-webkit-scrollbar {
  width: 8px;
  background: #0A0118;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #7F22FE, #155DFC);
}


/* Global CSS */

/* Sticky wrapper */
.sticky-wrapper.sticky-navbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  /* background: linear-gradient(45deg, #7f22fe12, #155dfc1a); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.sticky-wrapper.sticky-navbar .bg-body-tertiary {
  margin-top: 7px !important;
  /* background: linear-gradient(45deg, #f5f5f52b, #ffffff5e) !important; */
}

/* .mobile-2nav{
  display: none;
} */

/* Nav bar Section Start */


.nav-section {
  position: relative;
  overflow: hidden;
  background: #0A0118;
}

/* Background Video */
.banner-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Background Video */
.banner-bg-video2 {
  position: absolute;
  top: 50%;
  left: 67%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}



/* Background iframe Start */
.iframe-bg-wrapper {
  position: absolute;
  top: 0;
  right: -230px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

/* Make iframe behave like video background */
.iframe-bg-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);

  pointer-events: none;
  /* user click disable */
}

/* Background iframe End */

/* Overlay (already exists) */
.main-overlay {
  position: relative;
  z-index: 2;
  background: linear-gradient(51deg, #000000b0, transparent);
}

.blur-overlay {
  backdrop-filter: blur(8px);
  background-color: #0000002e;
}

.herro-contect {
  color: #fff;
  padding: 64px 0 0 0;
}

.j-f {
  justify-content: right;
}

.nav-logo {
  color: #fff;
  font-size: 31px;
  font-family: "Montserrat", sans-serif;
}

.nav-logo:hover {
  color: #ffffff;
}

.bg-body-tertiary {
  background: linear-gradient(45deg, #7f22fe12, #155dfc1a) !important;
  padding: 9px 27px;
  margin: 21px 0 0 0;
  border-radius: 64px;
  border: solid 1px #7f22fe40;
  backdrop-filter: blur(5px);
  position: relative;
    z-index: 999;
}

.nav-list li {
  padding-right: 10px;
  padding-left: 11px;
}

.nav-list li a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0;
  position: relative;
  transition: color 0.3s ease;
}

/* Pseudo-element for hover animation */
.nav-list li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

/* Hover effect */
.nav-list li a:hover {
  color: #ffffff;
  background: transparent !important;
}

.nav-list li a:hover::after {
  width: 100%;
}

/* Active state */
.nav-list li a.active {
  color: #ffffff !important;
  border-bottom: 1px solid !important;
  /* keep text white */
}

/* Active border always visible */
.nav-list li a.active::after {
  width: 100%;
  /* full underline for active */
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent !important;
}

/* try */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  top: 28px;
  background: linear-gradient(45deg, #7f22fee8, #7f22fe, #0a49d3de) !important;
  left: -293px;
}


.dropdown-item {
  font-size: 16px !important;
}

/* Service link click effect remove (dropdown open click se na ho) */
/* .nav-item.dropdown > a.nav-link {
    pointer-events: none;
} */

/* But dropdown-menu ke links clickable rehne chahiye */
.nav-item.dropdown .dropdown-menu a {
  pointer-events: auto;
}

/* try */




.nave-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Mohave", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 17px;
}

::placeholder {
  font-family: "Mohave", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffff;
}

.nave-input:focus {
  border: none;
}

.nav-iicon i {
  color: #fff !important;
}

.nav-top-btn {
  color: #fff;
  background: linear-gradient(45deg, #7F22FE, #155DFC);
  padding: 9px 35px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 8px;
  box-shadow: 6px 8px 9px 1px #7f22fe70;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.nav-top-btn:hover {
  /* transform: scale(1.1); */
  box-shadow: 0 0 20px #7F22FE;
  transition: all 0.3s ease-in-out;
}



.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff !important;
}

.dropdown-menu {
  background: linear-gradient(45deg, #041e2d94, #0a0118a6) !important;
  padding: 21px 21px;
  border: 1px solid #ffffff33;
  border-radius: 16px;
}

.dropdown-menu li {
  padding: 5px 0 !important;
}

.dropdown-menu[data-bs-popper] {
  top: 150% !important;
}


.nav-main-ser {
  background: -webkit-linear-gradient(#997dff, #4698ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff1a;
  font-weight: 700;
  font-size: 25px;
  border-bottom: 3px dotted #ffffff87;
  line-height: 45px;
}

.list-style-n {
  list-style: none;
  padding-bottom: 20px;
}

.d-fle {
  display: flex;
}

.drop-service {
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

/* Nav bar Section End */

/* Banner Section Start */
.banner-sec {
  padding: 150px 0px;
}

/* .banner-sub-head{
    background: linear-gradient(45deg, #8e51ff6b, #2b7fff5e);
    width: 54%;
    text-align: center;
    padding: 15px 0px 6px 0px;
    border-radius: 39px;
    border: 1px solid #8e51ff;
    margin-bottom: 25px;
}

.banner-sub-head h3{
      background: -webkit-linear-gradient(#C4B4FF, #8EC5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
} */

.banner-sub-head {
  margin-bottom: 37px;
}

.banner-sub-head h3 {
  background: linear-gradient(45deg, #8e51ff6b, #2b7fff5e);
  /* width: 54%; */
  text-align: center;
  padding: 15px 47px;
  border-radius: 39px;
  border: 1px solid #8e51ff;
  color: #FFE !important;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}


.main-h1 {
  font-family: 'MyFont', sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 500;
}

.banner-p {
  color: #D1D5DC;
  font-family: 'Poppins';
  font-size: 20px;
}

.banner-btn {
  padding: 17px 0px;
}

.banner-btn a {
  color: #fff;
  background: linear-gradient(45deg, #7F22FE, #155DFC);
  padding: 9px 35px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 8px;
  /* box-shadow: 6px 8px 9px 1px #7f22fe70; */
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.banner-btn a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px #7F22FE;
  transition: all 0.3s ease-in-out;
}

/* Banner Section End */



/* 2 Section Strat */
.secont-sec {
  background: url(../img/bg/2sec-bg.png), #0A0118;
  background-position: left center;
  /* background-size: cover; */
  background-repeat: no-repeat;
  padding: 60px 0px;
}

.main-h2 {
  font-family: 'MyFont', sans-serif;
  color: #fff;
  font-size: 52px;
}

.text-p {
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 17px;
}

.icon-box {
  display: flex;
  padding: 11px 0px;
}

.icon-b-icon {
  padding: 0px 15px 0px 15px;
}

.icon-b-text h3 {
  font-size: 27px;
  font-weight: 600;
  font-family: 'Poppins';
}

.pb-30 {
  padding-bottom: 30px;
}

.m-l-15 {
  margin: 0px 15px;
}

.robot-video video {
  width: 100%;
  box-shadow: -6px -5px 14px 2px #155dfc59, 7px 5px 14px 2px #7f22fe4d;
  border-radius: 8px;
}

/* 2 Section End */

/* 3rd Section Start  */
.third-sec {
  background: url(../img/bg/3sec-bg.png), #0A0118;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}

.third-sec-head {
  padding-bottom: 40px;
}

.third-sec-head p {
  width: 50%;
  margin: 0 auto;
}

.box-h4 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding: 1px 0 6px 0;
}

.box-hight {
  height: 100%;
}

.box-mb {
  margin-bottom: 30px;
}

.box-1 {
  border: 1px solid #AD46FF;
  padding: 28px 24px;
  border-radius: 16px;
  background: linear-gradient(45deg, #8e51ff42, #ad46ff1a, #7f22fe24);
  position: relative;
  transition: all 1s ease-in-out;
}

.box-1::before {
  content: url(../img/box1.png) !important;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.box-1:hover {
  background: linear-gradient(45deg, #8e51ffbf, #ad46ff82, #7f22fecf);
  transition: all 1s ease-in-out;
  box-shadow: 0 0 11px #7F22FE;
}

.box-2 {
  border: 1px solid #2B7FFF;
  padding: 28px 24px;
  border-radius: 16px;
  background: linear-gradient(45deg, #2b7fff33, #00b8db1a, #155dfc3d);
  position: relative;
  transition: all 1s ease-in-out;
}

.box-2::before {
  content: url(../img/box2.png) !important;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.box-2:hover {
  background: linear-gradient(45deg, #2b7fff59, #00b8db8a, #155dfc96);
  transition: all 1s ease-in-out;
  box-shadow: 0 0 11px #2B7FFF;
}

.box-3 {
  border: 1px solid #FF2056;
  padding: 28px 24px;
  border-radius: 16px;
  background: linear-gradient(45deg, #f6339a29, #ff205624, #e6007629);
  position: relative;
  transition: all 1s ease-in-out;
}

.box-3::before {
  content: url(../img/box3.png) !important;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.box-3:hover {
  background: linear-gradient(45deg, #f6339a52, #ff20564f, #e6007657);
  transition: all 1s ease-in-out;
  box-shadow: 0 0 11px #FF2056;
}

.box-4 {
  border: 1px solid #FE9A00;
  padding: 28px 24px;
  border-radius: 16px;
  background: linear-gradient(45deg, #fe9a0029, #fe9a0024, #e171002b);
  position: relative;
  transition: all 1s ease-in-out;
}

.box-4::before {
  content: url(../img/box4.png) !important;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.box-4:hover {
  background: linear-gradient(45deg, #fe9a0073, #fe9a007a, #e1710094);
  transition: all 1s ease-in-out;
  box-shadow: 0 0 11px #FE9A00;
}

.box-5 {
  border: 1px solid #00BBA7;
  padding: 28px 24px;
  border-radius: 16px;
  background: linear-gradient(45deg, #00bba729, #00bc7d24, #0096892b);
  position: relative;
  transition: all 1s ease-in-out;
}

.box-5::before {
  content: url(../img/box5.png) !important;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.box-5:hover {
  background: linear-gradient(45deg, #00bba780, #00bc7d7a, #009689c4);
  transition: all 1s ease-in-out;
  box-shadow: 0 0 11px #00BBA7;
}

/* 3rd Section End  */

/* 4th Section Start */
.forth-sec {
  background: url(../img/bg/4sec-bg.png), #0A0118;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}

.forth-sec-bg2 {
  position: relative;
  z-index: 1;
}

.forth-sec-bg2::before {
  /* content: url(../img/animated-img/gradient-glass-1.png) !important;
    position: absolute;
    top: -41px;
    left: 0; */

  content: "";
  position: absolute;
  top: -41px;
  left: 0;
  width: 300px;
  /* apni image size ke hisaab se adjust kar lena */
  height: 300px;
  background: url('../img/animated-img/gradient-glass-1.png') no-repeat center/contain;
  animation: floatMove 6s ease-in-out infinite;
  pointer-events: none;
}

.forth-sec-bg2::after {
  /* content: url(../img/animated-img/gradient-glass-2.png) !important;
    position: absolute;
    bottom: -6px;
    right: 0; */

  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 250px;
  /* apni image size ke hisaab se adjust kar lena */
  height: 250px;
  background: url('../img/animated-img/gradient-glass-2.png') no-repeat center/contain;
  animation: floatMove 6s ease-in-out infinite;
  pointer-events: none;
}


@keyframes floatMove {
  0% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }

  25% {
    transform: translate(10px, -15px) scale(1.05);
  }

  50% {
    transform: translate(-10px, 10px) scale(1);
    opacity: 0.95;
  }

  75% {
    transform: translate(5px, -10px) scale(1.03);
  }

  100% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
}

.trusted-sub {
  background: linear-gradient(45deg, #8e51ff6b, #2b7fff5e);
  width: 25%;
  text-align: center;
  padding: 15px 0px 6px 0px;
  border-radius: 39px;
  border: 1px solid #8e51ff;
  margin: 0px auto 25px auto;
}

.trusted-sub h3 {
  background: -webkit-linear-gradient(#C4B4FF, #8EC5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.companies-box {
  background: #110b2f;
  padding: 30px 19px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #8e51ff45;
  margin-top: 25px;
  transition: all 0.3s ease;
}

.companies-box:hover {
  transform: translateY(-5px);
}

.companies-box i {
  color: #c4b4ff;
  font-size: 22px;
  border: 1px solid #3c2e8a;
  padding: 15px 12px;
  border-radius: 9px;
  background: #231e59;
}

.companies-box h3 {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0 7px 0;

}

.companies-box p {
  font-family: 'Poppins';
  font-size: 17px;
  color: #99A1AF;
}

.join-over p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding: 25px 0 0 0;
}

.join-over p span {
  background: -webkit-linear-gradient(#C4B4FF, #8EC5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 4th Section End */

/* 5th Section Start */
.process-section {
  background: #0A0118;
  background-image: url('../img/bg/5sec-bg.png');
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: #d6d6e8;
  font-family: "Poppins", sans-serif;
}

.section-tag {
  color: #00D3F2;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}

.section-subtext {
  max-width: 850px;
  margin: auto;
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 17px;
}

.process-card {
  text-align: center;
  padding: 10px;
}

.process-card h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-weight: 500;
}

.process-card p {
  color: #99A1AF;
  font-size: 16px;
  padding: 0 10px;
  font-family: 'Poppins';
}

.process-card-circle img {
  width: 52%;
  margin-bottom: 25px;
}

.step-border {
  position: relative;
}

.step-border::after {
  content: "";
  position: absolute;
  border: 1px dashed #00b8db75;
  bottom: 95px;
  width: 196px;
}

/* 5th Section End */


/* 6th Section Start */
.six-sec {
  background: url(../img/bg/5sec-bg.png), #0A0118;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0px;
}

.service-card {
  background: linear-gradient(45deg, #041e2d94, #0a0118a6);
  padding: 42px 34px;
  border-radius: 16px;
  border: 1px solid #00b8db2b;
  height: 57vh;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card span i {
  color: #8e51ff;
  font-size: 50px;
  padding: 0 0 15px 0;
}

.service-card h4 {
  padding: 20px 0px 10px 0px;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.service-card p {
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 16px;
}

.service-card-btn {
  margin-top: 30px;
  text-align: center;

}

/* 6th Section End */



/* 7th Section Start */
.xa-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 0 170px 0;
}

.xv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.xv-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.xv-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0a0118, #00000069, #0a011863);
  z-index: 2;
  /* opacity: 0.70; */
  backdrop-filter: blur(6px);
}

.x-content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}


.xf-grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.xf-card {
  /* background: linear-gradient(45deg, #8e51ff94, #ad46ff70); */
  background: linear-gradient(45deg, #2d2c2c1c, #ad46ff33);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  padding: 30px 30px 21px 30px;
  backdrop-filter: blur(9px);
  transition: all 0.3s ease;
  height: 100%;
}

.xf-card:hover {
  background: linear-gradient(45deg, #8e51ff73, #ad46ff40);
  border-color: rgba(139, 92, 246, 0.5);
  transform: translateY(-5px);
}

.xi-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.xf-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

.ai-head {
  padding: 0px 0px 130px 0px;
}

.xf-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0px;
}

.x-center-img {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(139, 92, 246, 0.5);
  box-shadow: 0 0 60px rgba(139, 92, 246, 0.4);
  z-index: 4;
  margin: 0 auto !important;
  text-align: center;
  filter: drop-shadow(2px 4px 15px #ad46ff70);
}

.x-center-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: smooth-rotate 20s linear infinite;
}

/* Keyframes */
@keyframes smooth-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.x-cta-btn {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  color: #ffffff;
  border: none;
  padding: 16px 40px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 3rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.x-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}

@media (max-width: 991px) {
  .x-center-img {
    position: static;
    transform: none;
    margin: 40px auto;
  }
}

@media (max-width: 768px) {


  .x-center-img {
    width: 220px;
    height: 220px;
  }
}

.bottom-border,
.top-border {
  position: relative;
}

.top-border::before {
  content: "";
  position: absolute;
  border: 2px solid rgb(139 92 246 / 41%);
  top: -154px;
  right: 181px;
  height: 118px;
}

.bottom-border::before {
  content: "";
  position: absolute;
  border: 2px solid rgb(139 92 246 / 41%);
  bottom: -154px;
  right: 181px;
  height: 118px;
}

/* 7th Section End */


/* 8th Section Start */
.eight-sec {
  /* background:#0A0118; */
  background: url(../img/bg/worker-bg.png), #0A0118;
  padding: 75px 0px;
}

.eight-sec-overlay {
  position: relative;
  z-index: 1;
}

.eight-sec-overlay::before {
  content: "";
  position: absolute;
  top: -41px;
  left: 0;
  width: 300px;
  height: 300px;
  background: url('../img/animated-img/animated-glass1.png') no-repeat center/contain;
  animation: floatMove 6s ease-in-out infinite;
  pointer-events: none;
}

.eight-sec-overlay::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 250px;
  height: 250px;
  background: url('../img/animated-img/animated-glass2.png') no-repeat center/contain;
  animation: floatMove 6s ease-in-out infinite;
  pointer-events: none;
}

.gallery-img {
  margin-bottom: 30px;
  position: relative;
}

.gallery-img img {
  transition: all 0.3s ease;
}

.gallery-img img:hover {
  transform: translateY(-3px);
}

.gallery-last-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-last-img .gallery-img img {
  border-radius: 16px;
}

.gallery-sub-h {
  background: linear-gradient(45deg, #8e51ff6b, #2b7fff5e);
  width: 47%;
  text-align: center;
  padding: 7px 0px 0px 0px;
  border-radius: 39px;
  border: 1px solid #8e51ff;
  margin-bottom: 20px;
}

.gallery-sub-h h3 {
  background: -webkit-linear-gradient(#C4B4FF, #8EC5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.gallery-content h4 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.gallery-content {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 21px;
}

.img-1 {
  width: 86%;
}

.img-2 {
  width: 100%;
}

.gallery-sub-h2 {
  background: linear-gradient(45deg, #8e51ff6b, #2b7fff5e);
  width: 79%;
  text-align: center;
  padding: 7px 0px 0px 0px;
  border-radius: 39px;
  border: 1px solid #8e51ff;
  margin-bottom: 20px;
}

.gallery-sub-h2 h3 {
  background: -webkit-linear-gradient(#C4B4FF, #8EC5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

/* 8th Section End */

/* 9th Section Start */
.ninth-sec {
  background: url(../img/bg/9sec.png), #0A0118;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0px 0px 0px;
}

.ninth-sec-head {
  background: #ffffff10;
  padding: 36px 32px;
  border-radius: 16px;
  margin-bottom: 50px;

}

.ninth-sec-head p {
  width: 65%;
  margin: 0 auto;
  padding: 21px 0px;
}

.serv-content h3 {
  background: -webkit-linear-gradient(#00D3F2, #A684FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-family: 'MyFont', sans-serif;
  padding-bottom: 15px;
}

.service-2-overlay {
  position: relative;
  z-index: 1;
  padding: 75px 0px 0px 0px;
}

.service-2-overlay::before {
  content: "";
  position: absolute;
  /* top: -15px; */
  top: 50px;
  left: 0;
  width: 250px;
  height: 250px;
  background: url('../img/animated-img/service.png') no-repeat center/contain;
  animation: floatMove 6s ease-in-out infinite;
  pointer-events: none;
}

.top-padd {
  padding: 75px 0px 0px 0px;
}

.service3-4 {
  background: url(../img/bg/10sec-ser-3.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0px;
}

/* 9th Section End */

/* 10th Section Start */
.ten-sec {
  background: url(../img/bg/10sec.png), #0A0118;
  background-position: bottom center;
  /* background-size: cover; */
  background-repeat: no-repeat;
  padding: 40px 0px;
}

.ten-sec-overlay {
  position: relative;
  z-index: 1;
}

.ten-sec-overlay::before {
  content: "";
  position: absolute;
  top: -41px;
  right: 0;
  width: 300px;
  height: 300px;
  background: url('../img/animated-img/readers.png') no-repeat center/contain;
  animation: floatMove 6s ease-in-out infinite;
  pointer-events: none;
}

.card-bg-c {
  background: linear-gradient(45deg, #2d2c2c1c, #576aff24) !important;
  padding: 25px 15px;
  border-radius: 16px;
  /* height: 50vh; */
  height: 362px;
  border: 1px solid #ffffff24;
}

.card-bg-c .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
}

.card-bg-c .card-body::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.card-bg-c .card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: transparent;
}

.card-bg-c .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #7F22FE, #155DFC);
}

.slider-text-p {
  color: #D1D5DC;
  font-family: 'Poppins';
  font-size: 16px;
}

.client-star-ul {
  display: flex;
  list-style: none;
  padding: 0px 0px 15px 0px;
  margin: 0;

}

.owl-dots {
  display: none !important;
}

.client-star-ul li {
  padding: 0px 6px 0px 0px;
}

.client-star-ul li i {
  color: #FE9A00;
  font-size: 18px;
}

.review-list {
  display: flex;
  padding: 13px 0 0 0;
  margin: 0px;
  align-items: center;
}

.clint-name {
  padding-left: 15px;
}

.clint-name h4 {
  font-family: 'Poppins';
  font-size: 19px;
  color: #fff;
  margin: 0;
}

.clint-name p {
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 17px;
  margin: 0px;
}

.clint-name span {
  background: -webkit-linear-gradient(#A684FF, #bbd8f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-family: 'Poppins';
  padding-bottom: 15px;
}

.carousel-nav {
  text-align: center;
  padding: 37px 0 0 0;
}

.carousel-nav button {
  background: linear-gradient(45deg, #8E51FF, #2B7FFF);
  color: #fff;
  border: 0px;
  padding: 6px 10px 6px 10px;
  border-radius: 20px;
  margin: 0 0 0px 15px;
}

.carousel-nav button i {
  color: #fff !important;
  font-size: 18px;
}

.p-b-43 {
  padding-bottom: 43px;
}

.trust-brand {
  text-align: center;
  padding: 11px 0px;
}

.trust-brand h4 {
  font-size: 24px;
  padding-bottom: 15px;
  font-family: 'Poppins';
  color: #99A1AF;
}

.brand-list {
  display: flex;
  padding: 26px 0px 0px 0px;
  margin: 0;
  list-style: none;
  justify-content: space-around;
}

.brand-list li {
  background: linear-gradient(45deg, #8e51ff0f, #2b7fff00) !important;
  padding: 13px 29px;
  border: 1px solid #ffffff17;
  border-radius: 8px;
}

.brand-list li a {
  color: #fff;
  font-family: 'Poppins';
  font-size: 17px;
}

/* 10th Section End */

/* 11th Section Start */
.eleventh-sec {
  background: url(../img/bg/11sec.png), #0A0118;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0px;
}

.we-are-content p {
  padding-top: 13px;
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 18px;
}

/* 11th Section End */


/* 12th Section Start */
.faq-sec {
  background: url(../img/bg/12sec.png), #0A0118;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0px;
}

.faq-headding span {
  background: linear-gradient(45deg, #8e51ff0f, #2b7fff00) !important;
  padding: 13px 29px;
  border: 1px solid #ffffff17;
  border-radius: 8px;
  color: #fff;
}

.faq-headding span i {
  background: linear-gradient(45deg, #00B8DB, #8E51FF);
  color: transparent;
  border-radius: 22px;
  font-size: 13px;
}

.faq-headding h4 {
  padding: 23px 0px 0px 0px;
}

.faq-headding p {
  padding-top: 13px;
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 18px;
}

.accordion-item {
  background: linear-gradient(45deg, #8e51ff0f, #2b7fff00) !important;
  border: 1px solid #ffffff26;
  margin: 18px 0;
  color: #b3bbc9 !important;
  font-family: 'Poppins';
  font-weight: 300;
  border-radius: 16px;
}

.accordion-button {
  background: transparent;
  color: #fff;
  padding-top: 23px !important;
  padding-bottom: 23px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(45deg, #8e51ff1c, #2b80ff26) !important;
  border-bottom: 1px solid #fff;
}

.accordion-body {
  padding-top: 52px;
  padding-bottom: 52px;
}

.accordion-button::after {
  filter: brightness(8.5);
}

.accordion-button:focus {
  box-shadow: none !important;
}


.faq-headding {
  position: sticky;
  top: 100px;
  padding-bottom: 20px;
}

/* 12th Section End */

/* 13th Section Start */
.contact-sec {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: #0A0118;
  z-index: 1;
}

.contact-location {
  font-family: 'Poppins' !important;
  color: #fff !important;
  font-size: 19px !important;
}

/* Background video */
.contact-sec .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Content ko front me rakhne ke liye */
.contact-sec .content-wrapper {
  position: relative;
  z-index: 1;
}

.touch {
  background: #2d2c2c1c;
  backdrop-filter: blur(9px);
  padding: 40px 43px;
  border-radius: 16px;
  border: solid 1px #ffffff1f;
}

.touch h3 {
  font-size: 28px;
  font-family: 'Poppins';
  color: #fff;
  font-weight: 400;
  padding: 0 0 22px 0;
}

.social-links {
  padding: 0 0 0 14px;
}

.social-links p {
  color: #a8afbb;
  font-family: 'Poppins';
  font-size: 17px;
}

.social-links a {
  font-family: 'Poppins';
  color: #fff;
  font-size: 19px;
}

.social-box {
  padding-bottom: 20px;
}

.hour-box {
  background: #2d2c2c1c;
  backdrop-filter: blur(9px);
  border-radius: 16px;
  border: solid 1px #ffffff1f;
  margin-top: 30px;
  padding: 30px 43px;
}

.hour-box h3 {
  font-family: 'Poppins';
  color: #fff;
  font-size: 19px;
}

.hour-box p {
  color: #a8afbb;
  font-family: 'Poppins';
  font-size: 17px;
}

.contact-form-box {
  background: #120a28f0;
  border: solid 1px #ffffff1f;
  border-radius: 16px;
  padding: 40px 35px;
}

.contact-form input {
  width: 100%;
  background: #ffffff1f;
  border: 1px solid #ffffff2e;
  border-radius: 11px;
  color: #6A7282;
  padding: 8px 19px;
  font-size: 17px;
}

.contact-form textarea {
  width: 100%;
  background: #ffffff1f;
  border: 1px solid #ffffff2e;
  border-radius: 11px;
  color: #6A7282;
  padding: 8px 19px;
  font-size: 17px;
}

.contact-form input::placeholder {
  color: #6A7282;
}

.contact-form textarea::placeholder {
  color: #6A7282;
}

.contact-form label {
  font-family: 'Poppins';
  color: #fff;
  font-size: 17px;
  padding: 10px 0 6px 0;
}

.contact-form button {
  color: #fff;
  background: linear-gradient(45deg, #7F22FE, #155DFC);
  padding: 9px 35px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 8px;
  box-shadow: 6px 8px 9px 1px #7f22fe70;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: none;
  margin-top: 15px;
}

.contact-form button:hover {
  box-shadow: 0 0 20px #7F22FE;
}

.contact-form button i {
  color: #fff;
  padding: 0 0 0 12px;
}

/* 13th Section End */








/* Footer Start */

/* ====================
Footer Section
======================*/

.footer-head {
  padding: 30px 0px 60px 30px;
}

.footer-head img {
  width: 400px;
}


.form-submit-btn {
  background: #fff;
  color: #000;

}

.footer {
  background: url(../img/bg/footer-bg.png), #0A0118;
  padding: 40px 0px 180px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.8);
}


.footerr-p {
  text-align: left;
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 17px;
  padding: 15px 0;
  width: 75%;
}

.footer-list ul li {
  padding: 3px 0 4px 0;
}

.footer-list ul li a {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Poppins';
  color: #99A1AF;
}

.footer-list ul li a:hover {
  transition: 1s;
  background: -webkit-linear-gradient(#ab94ff, #4aa2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-list h3 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
}

.footer-list h4 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
}

.footer-btm {
  padding: 19px 0px;
  border-top: 1px solid #ffffff40;
  margin-top: -36px;
  background: #0a0118;
}

.copyright p {
  margin: 0px !important;
}

.footer-bootem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.footer-bottom-list li {
  padding: 3px 20px 4px 0px;
}

.footer-bottom-list ul li a {
  font-weight: 400;
  font-size: 17px;
  font-family: 'Poppins';
  color: #99A1AF;
}

.f-b-border {
  border-left: 2px solid #99A1AF;
  padding-left: 20px !important;
}

.footer-icon-l {
  padding: 35px 0px 0px 0px;
  margin: 0px;
  display: flex;
  list-style: none;
  justify-content: center;
  position: relative;
}

.footer-icon-l li {
  padding: 0 12px;
}

.footer-icon-l li a i {
  color: #fff;
  font-size: 25px;
}

.footer-icon-l li a i:hover {
  transition: 1s;
  background: -webkit-linear-gradient(#ab94ff, #4aa2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-icon-l::after {
  content: "";
  border: 1px solid #ffffff7a;
  /* height: 200px; */
  width: 54%;
  position: absolute;
  bottom: 12px;
  right: -142px;

}

.footer-icon-l::before {
  content: "";
  border: 1px solid #ffffff7a;
  /* height: 200px; */
  width: 54%;
  position: absolute;
  bottom: 12px;
  left: -142px;
}

.dasktop-footer {
  display: block;
}

.mobile-footer {
  display: none;
}

.mob-footer-acc-btn {
  padding: 16px 30px 16px 30px !important;
}

/* Footer End */

/* ==================================== Service Page Start ==================================== */

.service-nav-sec {
  position: relative;
  overflow: hidden;
  background: #0A0118;
}

.ser-overlay-1 {
  background: linear-gradient(88deg, #000000, #00000075, #00000000);
  position: relative;
  z-index: 3;
}

.service-overlay {
  position: relative;
  z-index: 2;
  /* background: linear-gradient(51deg, #000000b0, #141414fc, #00000000); */
  background: url(../img/bg/circle.webp.png);
  /* background-size: cover; */
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100vh;
}

.service-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ser-banner-sec {
  padding: 150px 0px;
}

/* Service Page End */

/* service 1 sectin Start*/
.main-ser-sec-1 {
  position: relative;
  background: url(../img/bg/new-ser-sec-bg.png), #0A0118;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}


.main-ser-sec-1 * {
  position: relative;
  z-index: 1 !important;
}

.main-ser-sec-1::before {
  content: "AI Services   AI Services   AI Services   AI Services   AI Services   AI Services";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 200%;
  white-space: nowrap;
  font-size: 130px;
  font-family: 'MyFont', sans-serif;
  color: #ffffff54;
  z-index: 0;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ser-sec-overlay {
  background: linear-gradient(182deg, #0a0118db, #ffffff17, #0a0118b8);
  padding: 75px 0px;
  position: relative;
}


.serv-img img {
  border-radius: 16px;
}

/* main service accordion Start */
.srv-accordion {
  width: 100%;
}

.srv-acc-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.srv-acc-btn {
  width: 100%;
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.srv-acc-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.srv-acc-content {
  max-height: 0;
  overflow: hidden;
  color: #ccc;
  transition: max-height 0.4s ease;
  padding-right: 10px;
}

.srv-acc-item.active .srv-acc-content {
  max-height: 300px;
}

.srv-acc-item.active .srv-acc-icon {
  transform: rotate(45deg);
}

/* main service accordion End */

.devlop-ser-list ul {
  list-style: none;
}

.devlop-ser-list ul li {
  padding: 6px 0px;
}

.devlop-ser-list ul li a {
  color: #fff;
  font-family: 'Poppins';
  font-size: 17px;
}

/*  */
.srv-tabs {
  display: flex;
  flex-direction: column;
}


.adser-tab-btn {
  background: transparent;
  color: #fff;
  border: none;
  padding: 15px 10px;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s;
}

.adser-tab-btn:hover,
.adser-tab-btn.active {
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #6c63ff;
}

/*  */
/* service 1 sectin End */

/* service 2 sectin Start */
.main-ser-sec-2 {
  position: relative;
  background: url(../img/bg/new-ser-sec-bg.png), #0A0118;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}


.main-ser-sec-2 * {
  position: relative;
  z-index: 2;
}

.main-ser-sec-2::before {
  content: "Web & Apps   Web & Apps   Web & Apps   Web & Apps   Web & Apps  Web & Apps";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 200%;
  white-space: nowrap;
  font-size: 130px;
  font-family: 'MyFont', sans-serif;
  color: #ffffff54;
  z-index: 0;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* service 2 sectin End */


/* service 3 sectin Start */
.main-ser-sec-3 {
  position: relative;
  background: url(../img/bg/new-ser-sec-bg.png), #0A0118;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}


.main-ser-sec-3 * {
  position: relative;
  z-index: 2;
}

.main-ser-sec-3::before {
  content: "SaaS Products   SaaS Products   SaaS Products   SaaS Products   SaaS Products   SaaS Products";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 200%;
  white-space: nowrap;
  font-size: 130px;
  font-family: 'MyFont', sans-serif;
  color: #ffffff54;
  z-index: 0;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* service 3 sectin End */

/* service 4 sectin Start */
.main-ser-sec-4 {
  position: relative;
  background: url(../img/bg/new-ser-sec-bg.png), #0A0118;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}

.main-ser-sec-4 * {
  position: relative;
  z-index: 2;
}

.main-ser-sec-4::before {
  content: "Digital Marketing & PR Services   Digital Marketing & PR Services   Digital Marketing & PR Services   Digital Marketing & PR Services   Digital Marketing & PR Services   Digital Marketing & PR Services";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 200%;
  white-space: nowrap;
  font-size: 130px;
  font-family: 'MyFont', sans-serif;
  color: #ffffff54;
  z-index: 0;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* service 4 sectin End */

/* service 5 sectin Start */



.main-ser-sec-5 {
  position: relative;
  background: url(../img/bg/new-ser-sec-bg.png), #0A0118;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}

.main-ser-sec-5 * {
  position: relative;
  z-index: 2;
}

.main-ser-sec-5::before {
  content: "Animation   Animation   Animation   Animation   Animation   Animation  Animation";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 200%;
  white-space: nowrap;
  font-size: 130px;
  font-family: 'MyFont', sans-serif;
  color: #ffffff54;
  z-index: 0;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}




/* service 5 sectin End */



/* ==================================== Digital Marketing Services ==================================== */

.internal-servce1-sec {
  background: url(../img/bg/inter-serv-1.png) #0A0118;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.inter-ser-2nd-sec {
  background: linear-gradient(44deg, #0A0118, #100226);
  border: solid #ffffff38;
  border-width: 1px 0px;
  padding: 75px 0px;
}


.counter-sec {
  padding-top: 75px;
}


.inter-servi-according-sec {
  background: url(../img/bg/inter-servi-according-sec.png), #0A0118;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0px;
}

.counter-wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 40px;
  color: #fff;
}

.counter-box h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(#C4B4FF, #8EC5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins';
}

.counter-box {
  background: #ffffff0a;
  padding: 31px 42px;
  border-radius: 17px;
  border: 1px solid #ffffff3b;
  backdrop-filter: blur(8px);
}

.inter-service-card {
  background: linear-gradient(45deg, #041e2d94, #0a0118a6);
  padding: 42px 34px;
  border-radius: 16px;
  border: 1px solid #00b8db2b;
  height: 520px;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.inter-service-card:hover {
  transform: translateY(-5px);
}

.inter-service-card h4 {
  padding: 20px 0px 10px 0px;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.inter-service-card p {
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 17px;
}


.inter-ser-head-sec {
  background: linear-gradient(45deg, #155dfc1c, #7f22fe52);
  padding: 70px 38px;
  border-radius: 16px;
  margin-bottom: 50px;
}

.inter-ser-head-btn {
  padding-top: 25px;
}

.inter-ser-head-btn a {
  color: #fff;
  background: linear-gradient(45deg, #7F22FE, #155DFC);
  padding: 9px 35px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 8px;
  /* box-shadow: 6px 8px 9px 1px #7f22fe70; */
  cursor: pointer;
  margin-right: 31px;
  transition: all 0.3s ease-in-out;
}

.inter-ser-head-btn a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px #7F22FE;
  transition: all 0.3s ease-in-out;
}

/* process Section Start */
.process-steps-c h3 {
  background: -webkit-linear-gradient(#C4B4FF, #8EC5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins';
  font-size: 50px;
}

.process-steps-c h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-weight: 500;
  padding: 10px 0px;
}



.inter-ser-we-do {
  height: 300px !important;
  overflow-y: scroll;
}



.inter-ser-we-do::-webkit-scrollbar {
  width: 5px;
  background: #0A0118;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #7F22FE, #155DFC);
}

/* process Section End */


/* ==================================== About page Start ==================================== */
.what-move-sec {
  background: url(../img/bg/10sec.png), #0A0118;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0px;
}

.move-head {
  font-family: 'MyFont', sans-serif;
  color: #fff;
  font-size: 68px;
}

.defines-button {
  font-size: 31px;
}

.move-body-text {
  font-size: 18px;
  color: #fff;
}

.move-define {
  padding-top: 80px;
}

.advanced-tech-sec {
  background: url(../img/bg/4sec-bg.png), #0A0118;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}

.about-3rd-head {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 51px;
}

.about-p-h2 {
  font-family: 'MyFont', sans-serif;
  color: #fff;
  font-size: 52px;
}

.about-p-text {
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 17px;
}

.define-image-wrapper {
  margin-top: 40px;
}

.define-img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  transition: opacity 0.3s ease-in-out;
}

/*  */
.custom-marquee {
  overflow: hidden;
  /* border-top: 1px solid #ccc; */
  /* border-bottom: 1px solid #ccc; */
}

.tech-performance {
  display: flex;
  gap: 30px;
  animation: tech-scroll 5s linear infinite;
  padding: 40px 0px;
}

.custom-logo-item {
  width: 183px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.marquee-sl-item {
  padding: 24px 0;
}

.marquee-sl-item img {
  width: 80% !important;
  margin: 0 auto;
  text-align: center;
}

/* Zoom effect on hover */
.custom-logo-item:hover {
  transform: scale(1.2);
  z-index: 10;
}

/* Pause marquee on hover */
.custom-marquee:hover .tech-performance {
  animation-play-state: paused;
}

/* Smooth infinite scroll */
@keyframes tech-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*  */

/* Scroll card Section Start */
.scroll-card-sec {
  background: url(../img/bg/inter-servi-according-sec.png), #0A0118;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0px !important;
}

/* Scroll card Section End */
/*  ==================================== About page End ==================================== */




/*  ==================================== Contact page Start ==================================== */
.contact-banner-sec {
  background: url(../img/bg/contact-banner-bg.webp), #0A0118;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-main-overlay {
  background: linear-gradient(42deg, #8e51ff24, #00000042);
}

/*  ==================================== Contact page End ==================================== */




/*  ==================================== portfolio page Start ==================================== */

.portfolio-sec {
  background: #0A0118;
  padding: 60px 0px;
}

.portfolio-box {
  position: relative;
}

.portfolio-container {
  position: relative;
  top: 0%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 600px;
  /* background: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb; */
  border-radius: 20px;
}

.portfolio-container .slide {
  border-radius: 20px;
}

.portfolio-container .slide .item {
  width: 200px;
  height: 250px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #50505060;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  transition: all 0.5s;
}

.slide .item:nth-child(1),
.slide .item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all .5s;
}

.slide .item:nth-child(3) {
  left: 50%;
}

.slide .item:nth-child(4) {
  left: calc(50% + 220px);
}

.slide .item:nth-child(5) {
  left: calc(50% + 440px);
}

.slide .item:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}

.item .content {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 300px;
  text-align: left;
  color: #eee;
  transform: translate(0, -50%);
  font-family: system-ui;
  display: none;
}

.slide .item:nth-child(2) .content {
  display: block;
}

.content .name {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  animation: animate 1s ease-in-out 1 forwards;
}

.content .des {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}

.content button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  opacity: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.673);
  transition: all 0.5s;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
}

.content button:hover {
  background-color: rgb(255, 255, 255);
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

.button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  left: 45%;
  right: 50%;
  width: 100%;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 20px;
}

.button button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  border: 2px solid #000000bd;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.578);
}

.button button:hover {
  color: #000000;
  border: 2px solid #ffffffbd;
  transform: scale(1.1);
}

.button button:focus {
  transform: scale(1.1);
  background: #ffffff;
  border: 2px solid #ffffffbd;
}

.button button:active {
  transform: scale(1.02);
}

.next {
  padding: 0 0 0 3px;
}

.prev {
  padding: 0 3px 0 0;
}

.MDJAminDiv {
  z-index: 4444;
  position: fixed;
  bottom: 5%;
  left: 2%;
}

.MDJAmin {
  text-decoration: none;
  border-bottom: 1px dashed rgb(44, 44, 44);
  border-top: 1px dashed rgb(44, 44, 44);
  padding: 4px 0;
  color: rgba(44, 44, 44, 0.525);

  font-family: monospace;
  font-style: italic;
  font-size: 1.1em;
  transition: all 0.5s;
}

.MDJAmin:hover {
  color: #000000;
}

/*  ==================================== portfolio page End ==================================== */



/*  ==================================== Privicy Policy Page Start ==================================== */
.privicy-banner-sec {
  background: url(../img/bg/privicy-banner.webp), #0A0118;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
}

.pp-overlay {
  background: linear-gradient(51deg, #000000d4, #00000017);
}

.privicy-policy-list {
  padding-top: 40px;
}

.privicy-policy-list h4 {
  font-family: 'MyFont', sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 31px;
}

.privicy-policy-list ul {
  list-style: none;
}

.privicy-policy-list ul li {
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 18px;
  padding: 9px 0;
}

.privicy-policy-list ul li i {
  background: linear-gradient(45deg, #00B8DB, #8E51FF);
  color: transparent;
  border-radius: 22px;
  font-size: 13px;
}

/*  ==================================== Privicy Policy Page End ==================================== */


/*  ==================================== Terms & Condition Strt ==================================== */
.term-banner-sec {
  background: url(../img/bg/term-c.webp), #0A0118;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -85px;
}

.term-p {
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 17px;
  padding: 9px 0;
}

.tc-content h4 {
  font-family: 'MyFont', sans-serif;
  color: #fff;
  font-size: 35px;
}

.tc-ul {
  list-style: none;
}

.tc-pi i {
  background: linear-gradient(45deg, #00B8DB, #8E51FF);
  color: transparent;
  border-radius: 22px;
  font-size: 13px;
}

.term-p-page img {
  border-radius: 7px;
}

/*  ==================================== Terms & Condition End ==================================== */






/* Home new Section Add Css Start*/
.hc-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: transform 0.3s ease;
  min-height: 300px;
  /* Thoda bara initial height */
  height: auto;
  /* Allow card to grow if content zyada ho */
}

.hc-card:hover {
  transform: scale(1.05);
}

.hc-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hc-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease;
  z-index: -1;
}

.hc-card:hover .hc-card__image {
  transform: scale(1.2);
}

.hc-card__text {
  position: absolute;
  bottom: -31px;
  padding: 1rem;
  color: #fff;
  width: 100%;
  transition: background-color 0.5s ease;
  background: linear-gradient(45deg, #00b8db40, #8e51ff70);
  backdrop-filter: blur(9px);
}

.hc-card__title {
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.hc-card:hover .hc-card__title {
  color: yellow;
}

.hc-card__date {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.hc-card__details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.hc-card:hover .hc-card__details {
  max-height: 500px;
  opacity: 1;
}

.hc-card__excerpt {
  font-weight: 300;
}

.hc-card__readmore {
  display: inline-block;
  margin-top: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.hc-card__readmore:hover {
  color: yellow;
}

.hc-card-wrapper {
  transition: transform 0.3s ease;
  padding-top: 50px;
}

/* Apply hover to the whole wrapper (hc-card + h-c-content) */


.h-c-content {
  color: #fff;
  padding: 20px;
  /* margin-bottom: 38px; */
  transition: transform 0.3s ease;
}

.h-c-content h4 {
  font-family: 'Poppins';
  font-size: 28px;
  font-weight: 500;
}

.hc-card-wrapper:hover .hc-card__text,
.hc-card-wrapper:hover .hc-card__details {
  /* max-height: 100px;
    opacity: 1; */
  max-height: 185px;
  opacity: 1;
  bottom: 0;
}

.hc-card-wrapper:hover .hc-card__title {
  color: yellow;
}

.hc-card-wrapper:hover .hc-card__image {
  transform: scale(1.2);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
  color: #fff;
}

.nav-tabs .nav-link {
  border: none !important;
}

.nav-tabs {
  width: 100%;
  justify-content: space-between;
  border: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent !important;
  color: #fff !important;
  /* border-bottom: 2px solid !important; 
    border-image: linear-gradient(45deg, rgb(127, 34, 254), rgb(21, 93, 252)) 1; */
}

.nav-tabs .nav-link {
  color: #ffffffa1 !important;
}

.nav-tabs .nav-link.active {
  position: relative;
  /* pseudo-element ke liye required */
  color: #fff;
  /* optional: text color */
}

.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  /* thickness of border */
  background: linear-gradient(45deg, rgb(127, 34, 254), rgb(21, 93, 252));
  border-radius: 2px;
  /* optional: rounded border */
}

/* Home new marquee Section Start*/
.logo-marquee {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.marquee-track {
  display: flex;
  gap: 60px;
  width: max-content;
  will-change: transform;
}

.marquee-track img {
  border: 2px solid #ffffff36;
  border-radius: 18px;
  width: 151px;
  height: auto;
  object-fit: contain;
  background: #ffffff29;
  padding: 25px;
}

/* responsive */
@media (max-width: 768px) {
  .marquee-track img {
    width: 100px;
  }
}

/* Home new marquee Section End*/


.sec-sub-headding {
  background: linear-gradient(45deg, #00B8DB, #8E51FF);
  color: transparent;
  border-radius: 22px;
  font-size: 13px;
}

.partners-marquee {
  padding-bottom: 40px;
}

/* Home new Section Add Css End*/

/* Home new Logo Section Start */
/* image animation */
.worker-logo {
  text-align: center;
}

/* image */
.worker-logo img {
  transition: transform 0.6s ease;
  position: relative;
  bottom: -55px;
}

/* text container */
.workes-p {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.6s ease;
}

/* hover image */
.worker-logo:hover img {
  transform: scale(0.8);
  bottom: 0px;
}

/* hover text */
.worker-logo:hover .workes-p {
  max-height: 120px;
  /* text ki height ke hisaab se */
  opacity: 1;
  transform: translateY(0);
  position: relative;
  top: -13px;
}

.workes-p p {
  color: #99A1AF;
  font-family: 'Poppins';
  font-size: 15px;
  text-align: center;
}

.br-tl {
  border-bottom: 1px solid #ffffff59;
  height: 220px;
  border-right: 1px solid #ffffff59;
  padding: 0;
}

.br-t {
  height: 220px;
  border-right: 1px solid #ffffff59;
  padding: 0;
}


/* Media Query Start */

@media only screen and (max-width: 1560px) {
  .service-card {
    height: 63vh;
  }

  .footer-icon-l::after {
    width: 47%;
    right: -56px;
  }

  .footer-icon-l::before {
    width: 47%;
    left: -56px;
  }
}

@media only screen and (max-width: 1400px) {

  /* .banner-sub-head{
      width: 70%;
} */

  .forth-sec-bg2::after {
    width: 180px;
    height: 180px;
  }

  .forth-sec-bg2::before {
    width: 180px;
    height: 180px;
  }


  .eight-sec-overlay::before {
    width: 180px;
    height: 180px;
  }

  .eight-sec-overlay::after {
    width: 180px;
    height: 180px;
  }

  .service-2-overlay::before {
    width: 180px;
    height: 180px;
  }

  .ten-sec-overlay::before {
    width: 180px;
    height: 180px;
  }


  /* Banner  */
  .main-h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .service-card {
    height: auto;
  }
}

@media only screen and (max-width: 1198px) {

  .counter-box h2 {
    font-size: 40px;
  }

  .counter-box {
    padding: 19px 25px;
  }

  .counter-wrapper {
    padding: 28px;
  }
}

@media only screen and (max-width: 1148px) {
  .img-r-width {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .brand-list {
    flex-wrap: wrap;
  }

  .brand-list li {
    margin: 0 0 21px 10px;
  }

  .gallery-sub-h {}
}

@media only screen and (max-width: 991px) {

  /* Nav */
  .nav-list li {
    padding: 10px 0px;
  }

  .nav-c-btn {
    text-align: center;
    padding: 24px 0;
  }

  /* banner */
  .banner-sub-head {
    margin: 0px auto 38px auto;
  }

  /* 2nd-sec */
  .r-t-center {
    text-align: center;
  }

  .icon-box {
    flex-direction: column;
  }

  .icon-b-icon {
    padding: 0px 15px 16px 15px;
  }

  .secont-sec-img {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  /* 3nd-sec */

  .ser-res-p {
    padding: 22px 0px;
  }

  .robot-video {
    text-align: center;
  }

  .robot-video video {
    width: 65%;
  }

  .service-tabt-re-p {
    padding-bottom: 35px;
  }



  .main-h2 {
    font-size: 42px;
  }

  .third-sec-head p {
    width: 65%;
  }

  .join-over p {
    font-size: 16px;
  }

  .trusted-sub {
    width: 52%;
  }

  .third-sec-head p {
    width: 85%;
  }

  .top-border::before,
  .bottom-border::before {
    border: none;
  }

  .ai-head {
    padding: 0px 0px 56px 0px;
  }

  .img-1,
  .img-2,
  .img-r-width {
    width: 50%;
  }

  .gallery-img {
    text-align: center;
  }

  .gallery-sub-h,
  .gallery-sub-h2 {
    margin: 0 auto 20px auto;
    width: 33%;
  }

  .gallery-sub-h2 {
    margin: 0 auto 20px auto;
    width: 43%;
  }

  .ninth-sec-head p {
    width: 100%;
  }

  .serv-img {
    text-align: center;
    padding-top: 25px;
  }

  .serv-content {
    text-align: center;
    padding-top: 25px;
  }

  .card-bg-c {
    height: 100%;
  }

  .top-padd {
    padding: 25px 0px 0px 0px;
  }

  .we-are-content {
    padding-top: 25px;
  }

  .footerr-p {
    text-align: center;
    width: 100%;
  }

  .footer-list {
    text-align: center;
  }

  .step-border::after {
    border: none;
    width: 0px;

  }

  .devlop-ser-list ul {
    text-align: center;
    padding-top: 20px;
  }

  .serv-img img {
    text-align: center;
    padding-top: 20px !important;
    width: 50%;
  }


  .service-card p {
    margin: 0px;
  }

  .client-star-ul,
  .review-list {
    justify-content: center;
  }

  .slider-text-p {
    text-align: center;
  }

  .main-ser-sec-1::before,
  .main-ser-sec-2::before,
  .main-ser-sec-3::before,
  .main-ser-sec-4::before,
  .main-ser-sec-5::before {
    font-size: 80px;
  }

  .ser-sec-overlay {
    padding: 50px 0px;
  }


  .process-card-circle img {
    width: 38%;
  }

  .r-d-none {
    display: none;
  }

  .text-p {
    font-size: 16px;
  }

  .third-sec-head {
    padding-bottom: 20px;
  }

  .service-2-overlay {
    padding: 30px 0px 0px 0px;
  }

  .owl-dots {
    display: none !important;
  }

  .card-bg-c .card-body {
    padding: 0px;
  }

  .xa-section,
  .contact-sec {
    padding: 80px 0 70px 0;
  }

  .banner-bg-video2 {
    left: 50%;
  }


  /* About page */
  .move-head {
    font-size: 48px;
  }

  .move-define {
    padding-top: 0px;
  }

  .what-move-sec {
    padding: 60px 0px;
  }

  .about-3rd-head {
    width: 100%;
  }

  .about-p-h2 {
    font-size: 45px;
  }

  .about-p-text {
    font-size: 16px;
  }

  .scroll-card-sec {
    padding: 50px 0px !important;
  }

  .about-p-4th-head {
    padding-bottom: 10px;
  }

  .scr-card-top h2 {
    font-size: 36px;
  }

  .scr-card-top p {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
  }

  .process-01,
  .process-02,
  .process-03,
  .process-04 {
    padding: 36px;
  }

  .scr-card-r-bottom h5 {
    font-size: 16px;
  }

  .scr-card-r-bottom ul li a img {
    width: 99%;
    background: #000;
    padding: 16px 7px;
    border-radius: 8px;
  }

  .counter-wrapper {
    padding: 21px 0px;
  }

  .counter-box {
    padding: 19px 25px;
    width: 40%;
    margin: 0 auto 20px auto;
  }

  .w-100 {
    width: 100%;
  }

  .counter-wrapper {
    display: flex;
    text-align: center;
    padding: 40px;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .counter-sec {
    padding-top: 30px;
  }

  .inter-ser-2nd-sec {
    padding: 50px 0px;
  }

  .inter-servi-according-sec {
    padding: 50px 0px 0px 0px;
  }

  .process-steps-c {
    text-align: center;
  }

  .srv-accordion {
    width: 80%;
    margin: 0 auto;
  }

  .banner-sec {
    padding: 100px 0px;
  }

  .privicy-policy-list h4 {
    text-align: center;
    font-size: 28px;
  }

  .privicy-policy-list ul li {
    text-align: center;
  }

  .tc-content,
  .privicy-policy-list {
    text-align: center;
  }


  .footer-icon-l::before,
  .footer-icon-l::after {
    display: none;
  }

  .footer-list h4 {
    font-size: 22px;
  }

  .col-rd-none {
    display: none;
  }


  .navbar-nav .dropdown-menu {
    position: absolute !important;
    top: 36px !important;
    background: linear-gradient(45deg, #000000ab, #155dfccf) !important;
    left: -343px !important;

  }

  .nav-item.dropdown:hover .dropdown-menu {
    background: linear-gradient(45deg, #000000ab, #155dfccf) !important;
  }


  .h-c-content {
    text-align: center;
  }

  .h-c-content h4 {
    font-size: 22px;
  }

  .hc-card__excerpt {
    font-size: 15px;
  }

  .hc-card-wrapper {
    padding-top: 10px;
  }

  .carousel-nav {
    padding: 37px 0px 0px 0px;
  }

  .eleventh-sec {
    padding: 44px 0px 44px 0;
  }

  .responsive-justify {
    justify-content: center;
  }

}

@media only screen and (max-width: 767px) {
  .process-card-circle img {
    width: 50%;
  }

  .footer-had {
    text-align: center;
  }

  .inter-ser-head-sec {
    padding: 35px 20px;
  }

  .inter-ser-head-btn a {
    padding: 9px 25px;
  }

  .inter-ser-head-btn a {
    padding: 9px 25px;
    font-size: 14px;
  }

  /* .footer-bottom-list ul, .footer-bootem{
    flex-direction: row;
    justify-content: center;
    align-items: center;
  } */
  .f-b-border {
    border: none;
    padding-left: 0px !important;
  }

  .copyright p {
    text-align: center;
  }

  .footer-bottom-list li {
    padding: 10px 0px 10px 0px !important;
  }

  .marquee-track img {
    padding: 9px !important;
  }

  .eleventh-sec {
    padding: 22px 0px 44px 0;
  }



  .r-flex-d {
    flex-direction: column-reverse;
    /* Use column-reverse for stacked items */
  }

  .ser-sec-overlay {
    text-align: center;
  }

  .srv-tabs {
    padding: 0 0 39px 0;
  }

  .social-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .social-links {
    text-align: center;
  }

  .contact-sec {
    padding: 30px 0 40px 0;
  }

  .ninth-sec {
    padding-top: 15px;
  }

  .scr-card-top h2 {
    font-size: 30px;
    text-align: center;
  }

  .scr-card-top p,
  .scr-card-l-bottom ul,
  .scr-card-l-bottom h5 {
    text-align: center;
  }

  .marquee-track {
    gap: 23px;
  }

  .dasktop-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
    background: linear-gradient(175deg, #000000, #230936);
    position: relative;
    padding: 33px 0 89px 0;
    overflow: hidden;
  }

  .mobile-footer::before {
    content: "SAVTECH";
    position: absolute;
    bottom: 0%;
    /* move slightly below footer */
    left: 50%;
    transform: translateX(-50%);
    /* center horizontally */
    font-size: 18vw;
    /* responsive font size */
    font-family: 'MyFont', sans-serif;
    color: #ffffffe0;
    z-index: 0;
    letter-spacing: 2vw;
    /* responsive letter spacing */
    white-space: nowrap;
    -webkit-text-fill-color: transparent;
    /* transparent fill */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b189cb85;
  }


  .footer-list {
    text-align: left !important;
  }

  .mob-foot-acc-bod {
    padding-top: 26px;
    padding-bottom: 10px;
  }

  .footer-head img {
    width: 320px;
  }

  .footer-head {
    padding: 30px 0px 20px 30px;
  }

  .footer {
    padding: 33px 0px 180px 0px;
  }

  .mob-footer-acc-btn::before {
    content: "";
    border-left: 1px solid #fff;
    height: 21px;
    position: relative;
    left: -8px;
  }

  .footer-list li a i {
    color: #b3b8c1;
    padding: 0px 5px 0px 0px;
  }

  .footer-list ul li:hover {
    transform: scale(1.1);
    padding-left: 27px;
  }

  .footer-btm {
    margin: 0px !important;
  }

  .footer-bootem {
    justify-content: center;
    flex-direction: column;
  }

  .footer-bottom-list {
    width: 100%;
  }

  .footer-bottom-list ul {
    justify-content: space-evenly;
  }

}

@media only screen and (max-width: 776px) {
  .touch h3 {
    text-align: center;
  }

  .social-box {
    width: 100%;
    justify-content: center;
  }

  .hour-box {
    text-align: center;
  }


  /*  */
  .forth-sec-bg2::after {
    width: 0px;
    height: 0px;
    background: none;
  }

  .forth-sec-bg2::before {
    width: 0px;
    height: 0px;
    background: none;
  }


  .eight-sec-overlay::before {
    width: 0px;
    height: 0px;
    background: none;
  }

  .eight-sec-overlay::after {
    width: 0px;
    height: 0px;
    background: none;
  }

  .service-2-overlay::before {
    width: 0px;
    height: 0px;
    background: none;
  }

  .ten-sec-overlay::before {
    width: 0px;
    height: 0px;
    background: none;
  }

  .secont-sec-img {
    text-align: center;
  }

}

@media only screen and (max-width: 575px) {
  .process-card-circle img {
    width: 22%;
  }

  .companies-box,
  .service-card {
    /* width: 60%; */
    margin: 0 auto 15px auto;
  }

  .workes-p p {
    width: 60%;
    margin: 0 auto;
  }

  .eight-sec {
    padding: 60px 0px;
  }

  .box-1,
  .box-2,
  .box-3,
  .box-4,
  .box-5 {
    width: 60%;
    margin: 0 auto 15px auto;
  }

  .third-sec {
    padding: 40px 0px;
  }

  .scroll-card-counter {
    display: flex;
    justify-content: space-between;
    padding: 13px 0 0 0;
  }

  .scr-card-r-bottom {
    text-align: center;
  }

  .scr-card-r-bottom ul li a img {
    padding: 16px 12px !important;
    width: 85%;
  }

  .scroll-middel-img img {
    width: 59% !important;
  }

  .move-head {
    font-size: 38px;
  }

  .defines-button {
    font-size: 22px;
  }

  .advanced-tech-sec {
    padding: 40px 0px;
  }

  .about-p-h2 {
    font-size: 35px;
  }

  .main-h1 {
    font-size: 36px;
  }

  .counter-box {
    width: 52%;
  }

}

@media only screen and (max-width: 525px) {
  .inter-ser-head-btn a {
    margin: 0 0 18px 0;
  }

  .inter-ser-head-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 7px;
  }

  .srv-acc-btn {
    font-size: 16px;
    text-align: left;
  }

  .mobile-footer {
    padding: 33px 0px 117px 0px !important;
  }
}


@media only screen and (max-width: 425px) {
  .banner-sub-head h3 {
    font-size: 16px;
  }

  .trusted-sub {
    width: 65%;
  }

  .trusted-sub h3 {
    font-size: 16px;
  }

  .img-1,
  .img-2,
  .img-r-width {
    width: 88%;
  }

  .gallery-sub-h,
  .gallery-sub-h2 {
    margin: 0 auto 20px auto;
    width: 61%;
  }

  /* Banner video  */
  .banner-sec {
    padding: 150px 0px 65px 0px;
  }

  .banner-bg-video {
    width: 165%;
    left: 20%;
  }

  .banner-bg-video2 {
    width: 165%;
    left: 20%;
  }

  .r-headding-size {
    font-size: 34px;
  }

  .xf-card {
    text-align: center;
  }

  .xi-wrapper {
    margin: 0 auto 20px auto;
  }

  .companies-box,
  .service-card,
  .box-1,
  .box-2,
  .box-3,
  .box-4,
  .box-5 {
    width: 86%;
    margin: 0 auto 15px auto;
  }

  .inter-ser-2nd-sec {
    padding: 34px 0px 20px 0px;
  }

  .nav-tabs {
    justify-content: center;
  }


  .marquee-track {
    gap: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .bg-body-tertiary {
    padding: 3px 6px;
  }

  .nav-logo {
    width: 60%;
  }

  .banner-sub-head h3 {
    padding: 11px 24px;
  }

  .main-h1 {
    font-size: 27px;
  }

  .banner-p {
    font-size: 16px;
  }

  .marquee-track img {
    padding: 6px !important;
  }

  .service-card {
    padding: 30px 20px;
  }

  .footer-list ul li a,
  .footer-bottom-list ul li a,
  .copyright p {
    font-size: 14px;
  }

  .mobile-footer {
    padding: 33px 0px 70px 0px !important;
  }
}



/* Mobile Nave Start */
@media (max-width: 991px) {
  .navbar-collapse {
    display: none !important;
  }
}

/* Hamburger */
.custom-toggler {
  border: none;
  background: none;
}

.custom-toggler span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
}

/* Mobile Menu */
/* .mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #0a0118, #1c0647);
  z-index: 99999;
  padding: 80px 30px;
  transition: left 0.4s ease;
}
.mobile-menu.active {
  left: 0;
} */

/* Close Button */
/* .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
} */

/* Nav */
/* .mobile-nav {
  list-style: none;
  padding: 0;
}
.mobile-nav li {
  margin-bottom: 15px;
}
.mobile-nav a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: block;
} */

/* Accordion */
/* .accordion-btn {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  text-align: left;
  cursor: pointer;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  padding-left: 15px;
}
.accordion-content h4 {
  margin-top: 15px;
  font-size: 18px;
  color: #9d7bff;
}
.accordion-content a {
  font-size: 17px;
  margin: 6px 0;
}


.mobile-chat-btn {
  background: linear-gradient(45deg, #7F22FE, #155DFC);
  padding: 12px;
  border-radius: 8px;
  text-align: center;
} */
/* Mobile Nave End */