* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}
.navbar-brand img {
  width: 165px;
  height: auto;
  object-fit: contain;
}
.image-section {
  flex: 1;
}
.image-section img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center right;
  display: block;
}
.text-section {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-section h2 {
  color: #000000;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.text-section h3 {
  font-size: 1.5em;
  margin: 0 0 15px;
}

.text-section p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.text-section button {
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 201px;
  border-radius: 34px;
  font-size: 15px;
  height: 47px;
  margin-top: 10px;
}

.text-section button:hover {
  background-color: #333;
}

.about h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -1.44px;
  margin-bottom: 0px;
  margin-top: 8px;
}

.about h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 50px;
  color: #010101;
  letter-spacing: -1.44px;
}

.about p {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-top: 10px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000000;
}

.about span {
  color: #f26139;
}

@keyframes move-nw {
  0% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: ease-in;
  }

  50% {
    transform: translate3d(-10px, 10px, 0);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.move-nw {
  animation-name: move-nw;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  width: 100px;
  height: 100px;
}

.astronaut {
  max-width: 415px;
  left: 45px;
  top: 1px;
  position: relative;
  z-index: 2;
  animation: floatInSpace 8s ease-in-out infinite;
}

/* Keyframes for multi-direction floating */
@keyframes floatInSpace {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    transform: translate(10px, -15px) rotate(2deg);
  }

  50% {
    transform: translate(0px, -25px) rotate(-2deg);
  }

  75% {
    transform: translate(-10px, -15px) rotate(1.5deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.astronaut {
  filter: drop-shadow(0 5px 20px rgba(255, 255, 255, 0.3));
}

@keyframes floatAstronaut {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(3deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.fig-hr {
  margin-top: -88px;
  color: #00000057;
  z-index: -1;
  position: relative;
}

.content-wrapper-sec {
  position: relative;
  background-color: #fff;
}

.content-wrapper img {
  position: absolute;
  top: 550px;
  right: -205px;
}

ul.navbar-nav.m-auto.mb-2.mb-lg-0 li a {
  color: #000000;
  font-weight: 500;
  transition: 0.3s;
}

ul.navbar-nav.m-auto.mb-2.mb-lg-0 li a:hover {
  color: #f26139;
  transform: translateY(-3px);
  font-weight: 500;
}

.nav-link.active {
  color: #f26139 !important;
  font-weight: 600 !important;
}

.col-md-3.footerlinks h6 {
  margin-bottom: 0px;
}

.col-md-3.footerlinks ul li a {
  color: #fff;
  text-decoration: none;
}

.col-md-3.footerlinks ul li a:hover {
  color: #f26139;
  text-decoration: none;
}

#mainHeader {
  position: relative;
  /* position: sticky; */
  top: 0;
  padding: 10px 50px;
  background: #fff;
  z-index: 999;
  transition: all 0.3s ease;
}
#mainHeader.scrolled {
  padding: 5px 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}

header .navbar-nav {
  gap: 20px;
}

.bg-moon {
  background-image: url(../images/moon.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding: 86px;
}

.main-banner {
  /* background-image: url("../images/blackspace.png"); */
  background-repeat: repeat-x;
  /* animation: moveSpace 10s linear infinite; */
  background-position: 0 0;
  background-size: cover;
  padding: 60px 0px;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes moveSpace {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes glowRotate {
  from {
    transform: rotate(0deg);
  }

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

.glow-box::before {
  content: "";
  position: absolute;
  top: -157px;
  right: -225px;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle at center,
    rgb(255 51 0),
    rgb(255 51 0 / 21%) 83%
  );
  border-radius: 228px;
  animation: glowRotate 20s linear infinite;
  transform-origin: center;
  pointer-events: none;
  filter: blur(23px);
}

.main-banner h1 {
  font-size: 55px;
}

.innovative-sec {
  padding: 100px 0px 50px 0px;
  background-color: #fff;
}

.our-project {
  padding: 100px 0px;
  background-color: #fff;
  position: relative;
}

.our-project ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.our-project ul li {
  list-style: none;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  width: 135px;
  text-align: center;
  border-radius: 30px;
}
.our-project ul li.active {
  background-color: #ff5c00;
  color: #fff;
}

.our-reviews {
  background-image: url("../images/reviewBackground.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
}

footer {
  background-image: url("../images/Footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 0px 0px;
  background-color: #000;
}

footer h6 {
  color: #f26139;
  margin-bottom: 20px;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
  color: #fff;
  padding-bottom: 10px;
}

.form-control,
.form-control:focus {
  background-color: #2a2a2a7d !important;
  border: none !important;
  color: white !important;
  border: 1px solid #504e4cad !important;
  border-radius: 100px !important;
  padding: 14px 20px !important;
}

.form-control::placeholder {
  color: white !important;
}

textarea.form-control {
  height: 150px;
  border-radius: 20px !important;
  resize: none;
}

.form-section {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  z-index: 99;
  position: relative;
}

.btn-send {
  border: 1px solid white !important;
  color: white !important;
  background: transparent !important;
  border-radius: 25px !important;
  padding: 10px 25px !important;
  transition: all 0.3s ease !important;
}

.btn-send:hover {
  background-color: white !important;
  color: #000 !important;
}

.btn-icon {
  color: #fff !important;
  border: 1px solid white !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: background 0.3s ease;
}

.btn-icon:hover {
  background-color: white;
  color: #000;
}

.btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.section-title span {
  color: #f00;
  font-weight: bold;
  font-size: 14px;
}
.section-title p {
  color: #555;
  max-width: 480px;
}

.card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s;
}

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

.card-img-top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 200px;
  object-fit: cover;
}

.card-body h5 {
  font-weight: 600;
  font-size: 18px;
}

.card-body small {
  color: #888;
}

.date-tag {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 5px 12px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
  color: #555;
}

.work-process-section-wrap {
  background-image: url(../images/work-bg.png);
  background-color: #000;
  padding: 11rem 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -44px;
  position: relative;
  z-index: -1;
}

.work-process-section {
  position: relative;
}

.work-process-section .section-title span {
  color: #ff5c00;
  font-weight: bold;
  font-size: 14px;
}

.work-process-section .section-title h2 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 31px;
}

.work-process-section .section-title p {
  color: #bbb;
  max-width: 480px;
}

.work-process-section .process-step {
  margin-top: 7rem;
}

.work-process-section .process-step h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  font-family: "Montserrat";
}

.work-process-section .process-step p {
  font-size: 14px;
  color: #dbdbdbcf;
  font-family: "Montserrat";
  padding-right: 36px;
  margin-top: 15px;
}

.work-process-section .stats {
  border-top: 1px solid #333;
  margin-top: 60px;
  padding-top: 40px;
}

.work-process-section .stat-box {
  text-align: center;
}

.work-process-section .stat-box h3 {
  font-size: 25px;
  font-weight: 700;
  font-weight: bold;
  font-size: 6em;
  text-shadow: 1px 1px #dbdbdbcf, -1px 1px #dbdbdbcf, 1px -1px #dbdbdbcf,
    -1px -1px #dbdbdbcf, 1px 1px 5px #000;
}

.work-process-section .stat-box p {
  font-size: 14px;
  color: #bbb;
}

.workContent {
  text-align: left;
}

.fs-4 {
  background: #6a6a6a52;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 71px;
  font-family: "Montserrat";
}

.work-process-section-wrap2 {
  background-image: url(../images/work-bg-new.png);
  background-color: #000;
  padding: 11rem 1rem 14rem 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0px 0px;
  background-position: center;
}

.container.custom-digital-service-style .row {
  margin-top: -14rem;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ho-sec img {
  animation: rotate360 50s linear infinite;
  /* you can change duration */
}

.plus-img {
  position: absolute;
  top: 0px;
  left: 37%;
}

.all-wrap {
  height: 400px;
  color: #fff;
  align-items: center;
  display: flex;
  background-image: url(../images/blackspace.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: cover;
  animation: moveSpace 10s linear infinite;
}

.all-wrap h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -1.44px;
  margin-bottom: 0px;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.all-wrap h3 span {
  color: #f26139;
  font-weight: 600;
  font-family: auto;
  font-size: 50px;
}

.all-wrap img {
  animation: allwrapRotation 50s linear infinite;
  position: absolute;
  top: 0px;
  right: -175px;
  width: 600px;
}

@keyframes allwrapRotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contactfooter {
  background-image: url(../images/blackspace.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 0px 0px;
  animation: moveSpace 10s linear infinite;
}

.footerwheel img {
  height: 400px;
  position: absolute;
  top: -20px;
  right: 0px;
  /* animation: allwrapRotation 50s linear infinite; */
  opacity: 0.8;
}

.footerwheel {
  position: relative;
}

.pcbg {
  background: #fff;
  position: relative;
}

.sec-top {
  padding-top: 5rem;
  margin-bottom: 3rem;
}

.internal-box {
  height: 170px;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 32px 18px;
  margin: 0px 10px;
  color: #ffffff;
  background-color: #000;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 10px;
}
.internal-box h4 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}
.internal-box p {
  color: #fff;
  margin: 0;
  font-size: 15px;
}
.gradient {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 12px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.493) 70%);
    transition: opacity 0.2s ease;
    opacity: 0;
    filter: blur(70px);
    transform: scale(1.5);
    will-change: transform;
}

.ped-lft {
  padding-left: 3rem;
}

.services-bg {
  background-image: url("../images/service-bg.PNG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  align-items: center;
  display: flex;
  z-index: -1;
  position: relative;
}

.services-bg h6 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 77px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 0px;
}

.services-bg h5 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 65px;
  font-weight: 200;
  margin-bottom: 0px;
  line-height: 70px;
}

.services-bg h4 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 77px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 0px;
}

.services-btn-wrap button {
  background: #ff7d59;
  font-size: 13px;
  padding: 5px 13px;
  line-height: revert;
  font-family: "Montserrat";
  border-radius: 44px;
  color: #0e0f11;
  transition: 0.3s;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #ff7d59;
}

.services-btn-wrap button:hover {
  background: #0e0f11;
  font-size: 13px;
  padding: 5px 13px;
  line-height: revert;
  font-family: "Montserrat";
  color: #ff7d59;
  border-radius: 44px;
  transition: 0.3s;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
}

@keyframes float {
  0%,
  100% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }
}

.float {
  animation: 6s ease-in-out infinite float;
}

.services-btn-wrap {
  position: relative;
  left: 448px;
  top: -46px;
}

.services-btn-wrap img {
  position: absolute;
  top: 23px;
  left: 115px;
  width: 15px;
}

.bg-content p {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-top: 10px;
  line-height: 25px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 50px;
  margin-top: 50px;
}

.boost h3 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0px;
}

.boost h2 {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 19px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.boost {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
  justify-content: center;
  border: 1px solid #64646478;
  border-radius: 72px;
  padding: 29px 23px;
  margin: 0px 6px;
}

.bg-smile {
  position: absolute;
  width: 100%;
  top: 521px;
}

.services3 {
  margin-top: 4rem;
}

.services3 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -1.44px;
  margin-bottom: 0px;
  margin-top: 8px;
}

.services3 h3 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 50px;
  color: #010101;
  letter-spacing: -1.44px;
}

.services3 p {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #181818;
}

.branding-approach h2 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 43px;
  font-family: "Montserrat";
  color: #181818;
}

.banner-serviceGif {
  width: 100%;
  height: 900px;
  background-image: url(../images/gifs/service-details-banner.jpg.gif);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
}
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.step-icon {
  width: 24px;
  margin-right: 0px;
  color: #000000;
  font-size: 15px;
}
.step-text {
  font-size: 15px;
  line-height: 1.5;
}
.step-text strong {
  display: block;
}
.imgstop {
  margin-top: 6rem !important;
}
.pricing-header small {
  color: #f15b2a;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing-header small span {
  color: #000000;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.pricing-title {
  font-size: 36px;
  font-weight: 700;
}
.pricing-title span {
  font-weight: 300;
}
.pricing-card {
  border-top: 1px solid #ddd;
  padding: 40px 0;
}
.pricing-card:last-child {
  border-bottom: 1px solid #ddd;
}
.plan-title {
  font-weight: bold;
  font-size: 20px;
}
.plan-price {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.features-list {
  font-size: 14px;
  color: #333;
}
.features-list i {
  color: #4caf50;
  margin-right: 5px;
}
.col-md-3.plan-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.plan-price h4 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.work-process {
  width: 100%;
  padding-top: 140px !important;
  background-image: url(../images/prdImg.png);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  padding-bottom: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-process {
  position: relative;
  text-align: center;
  padding: 50px 0;
}
.work-process h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #fff;
}
.work-process h2 span {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #fff;
}
.process-circle {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #1a1a1a, #000);
  border-radius: 50%;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
}
.process-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("path-to-your-circle-image.jpg") no-repeat center;
  opacity: 0.3;
}
.process-step {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6rem;
}
a.btn.btn-custom {
  color: #f26139;
  font-weight: 600;
}
.step-col {
  text-align: center;
}
.step-number {
  width: 40px;
  height: 40px;
  background-color: #f26139;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
}
.step-title {
  font-size: 19px;
  color: #ffffff;
  font-weight: 500;
}
.step-description {
  font-size: 15px;
  color: #999999;
  margin-top: 19px;
  padding: 4px 26px;
}
.btn-custom {
  background-color: #f2613900;
  color: #f26139;
  border: none;
  padding: 1px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 600;
  font-size: 15px;
}
.alst p {
  font-size: 15px;
  color: #ffffffff;
  margin-top: 121px !important;
  margin-bottom: 0px;
}
.workdash h6 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.workdash h6 span {
  color: #f26139;
  font-family: "Montserrat";
}
.services-page-banner {
  background-color: #000 !important;
  background-image: url("../images/background-service.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px;
}
.services-page-banner h1 {
  color: #fff;
  margin-top: 20px;
  font-size: 70px;
}
.services-page-banner h1 span {
  font-weight: 300 !important;
}
.services-page-banner a {
  text-decoration: none;
  color: #fff;
}
.inner-service-sec-1 {
  padding: 100px 0px;
}
.inner-service-sec-1 h2 {
  font-size: 350px;
  margin-right: 100px;
  color: #f26139;
}
.inner-service-sec-1 h5 {
  font-size: 20px;
  color: #6c6c6c;
  text-transform: uppercase;
}
.inner-service-sec-1 h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.inner-service-sec-1 ol span {
  font-weight: bold;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}
.inner-service-sec-1 ol li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f26139;
  font-size: 16px;
  line-height: 33px;
  font-weight: 500;
}
.accordion-button::after {
  background-image: none !important;
  content: "↗" !important;
  font-size: 1.5rem;
  transform: rotate(0deg) !important;
}
.accordion h4.accordion-button {
  padding-left: 1.5rem;
  border-bottom: 1px solid #b1b1b1 !important;
  background-color: #0000;
  color: #000;
  margin-bottom: 0;
}
.red-dot {
  height: 6px;
  width: 6px;
  background-color: #f26139;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.inner-service-sec-2 {
  background-color: #000 !important;
  background-image: url("../images/side2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px;
}
.inner-service-sec-2 .accordion-button {
  background: #0a0a0a !important;
  color: #fff !important;
}
.project-tabs li {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.project-gallery {
  margin-top: 20px !important;
}
.color-black {
  color: #000;
  text-decoration: none;
}
.pack-main-inner {
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 17 0 / 13%);
}
.package-title h2 {
  color: #1c1c1c;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
.package-title h2 span {
  color: #e38e73;
  font-size: 18px;
}
.package-title h3 {
  color: #f26139;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}
.package-title h3 sup {
  font-size: 25px;
  font-weight: 500;
  margin-right: 3px;
}
.package-title h3 sub {
  font-size: 25px;
}
.package-title span {
  font-size: 19px;
  color: gray;
  font-weight: 400;
}
.plan-title h4 {
  color: #812500;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 12px;
}
.addon-desc p {
  color: #adafbb;
  font-size: 14px;
  line-height: 28px;
  margin-top: 6px;
}
.addon-desc p b {
  font-weight: 700;
  color: #6f2232;
}
.pack-desc ul {
  padding: 0 25px;
}
.pack-desc ul li {
  list-style: none;
  position: relative;
  color: #474747;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
}
.pack-desc ul li:before {
  content: "\f178";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  font-size: 18px;
  top: 1px;
  position: relative;
  color: #f26139;
}
.pack-desc {
  background: #efefef;
  padding: 15px 0 15px;
  border-radius: 8px;
}
.pack-desc-c ul {
  padding: 0 25px;
}
.pack-desc-c ul li {
  position: relative;
  color: #f26139;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
}
.pack-desc-c ul li:before {
  content: "\f178";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  font-size: 18px;
  top: 1px;
  position: relative;
}
.pack-desc-c {
  background: #e8f1f2;
  padding: 15px 0 15px;
  border-radius: 8px;
  height: 150px;
  overflow-y: scroll;
  margin: 20px 0;
}
.pack-desc-c::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.pack-desc-c::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
.pack-desc-c::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}
.pack-desc-c::-webkit-scrollbar-thumb:vertical {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #050607;
  height: 60px;
}
.custom-tab-list {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.custom-tab-list ul {
  font-size: 0;
}

.custom-tab-list ul li {
  display: inline-block;
  margin-right: 10px;
}

.custom-tab-list ul li:last-child {
  margin-right: 0;
}

.custom-tab-list ul li a {
  color: #000;
  font-size: 18px;
  position: relative;
  padding-bottom: 0;
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none;
  padding: 8px 18px;
  display: block;
  transition: 0.3s;
  font-weight: 500;
}

.custom-tab-list ul li a::before {
  content: "";
  width: 0;
  transition: all 0.5s ease-in-out;
  display: none;
}

.custom-tab-list ul li.active a::before,
.custom-tab-list ul li:hover a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.custom-tab-list ul li.active a,
.custom-tab-list ul li:hover a {
  color: #f34a1b;
}
.pricing-pg .custom-tab-list ul li {
  margin-right: 15px;
}
.portolio-pg .custom-tab-list ul li {
  margin-top: 15px;
}
.mt-15 {
  margin-top: 20px !important;
}
.cta-main-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
.cta-main-box ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  text-align: start;
}
.cta-main-box ul li a span {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.cta-main-box ul li .cta-con {
  display: flex;
  align-items: center;
}
.ico-cta {
  margin-right: 12px;
}
.ico-cta img {
  width: 40px !important;
  height: 40px !important;
}
.cta-main-box ul li + li {
  margin-left: 40px;
}
.cta-main-box ul li .main-btn a {
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 0 15px #0003;
}
.cta-main-box.pack-cta {
  margin-top: 20px;
  padding: 15px 0 20px;
}
.cta-main-box.pack-cta li {
  width: auto;
  list-style: none !important;
}
.cta-main-box.pack-cta li a {
  color: #f26139;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.cta-main-box.pack-cta li a span {
  color: #9b9db2;
  font-size: 11px;
  line-height: 18px;
}
.cta-main-box.pack-cta ul li .cta-con {
  display: flex;
  align-items: center;
}
.main-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  background: #f26139;
  color: #fff !important;
  padding: 10px 25px;
  box-shadow: 0 0 15px #0003;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #f26139;
  overflow: hidden;
  z-index: 9;
  border-radius: 10px;
}

.sec-pricing {
  background-color: #fff;
  position: relative !important;
  padding: 100px 0px;
}
.title-main h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -1.44px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.slimScrollDiv {
  height: 350px;
  overflow: auto;
  scrollbar-width: thin;
}
.slimScrollDiv::-webkit-scrollbar {
  width: 8px;
}
.service-card img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.main-service-img {
  height: 100vh;
}
.main-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-new-btn {
  padding: 9px 22px;
  border: none;
  background-color: #ff5c00;
  border: #fff 1px solid;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.custom-new-btn:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.custom-new-btn a {
  color: #fff;
}
/* .custom-new-btn::before,
.custom-new-btn::after {
  content: "";
  background-image: linear-gradient(90deg, #ff3300, #f99f3e);
  position: absolute;
  width: 105%;
  height: 50%;
  z-index: -1;
  transition: transform 0.7s;
}
.custom-new-btn::after {
  transform: rotate(-90deg) translateY(100%);
  transform-origin: right top;
  top: 50%;
  right: 0;
}
.custom-new-btn::before {
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: left bottom;
  top: 0;
  left: 0;
}
.custom-new-btn:hover::before,
.custom-new-btn:hover::after {
  transform: rotate(0);
} */

.sticky-cta {
  position: fixed;
  top: 60%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
  z-index: 1000;
}

.sticky-cta .cta-item {
  background: #ff3300;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  border-radius: 0 30px 30px 0;
  transform: translateX(-67%);
  transition: transform 0.3s ease;
  text-decoration: none;
  font-size: 16px;
}

.sticky-cta .cta-item:hover {
  transform: translateX(0);
}

.sticky-cta .cta-item i {
  font-size: 18px;
}

.custom-digital-service-style {
  position: relative;
  /* padding: 100px 0; */
}

.card-New-Section {
  background: linear-gradient(10deg, #f25c38, #faa13f);
  border-radius: 0px 0px 50px 50px;
  padding-top: 1px;
  padding-bottom: 50px;
}

.service-header {
  text-align: center;
  margin-bottom: 40px;
}

.service-card {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 69px 53px;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  transform-style: preserve-3d;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.trigger {
  position: absolute;
  height: 33.333333%;
  width: 33.333333%;
  display: block;
  z-index: 2;

  &:nth-child(1) {
    left: 0%;
    top: 0%;

    &:hover ~ .service-card {
      transform: rotateY(8deg) rotateX(-5deg);
    }
  }

  &:nth-child(2) {
    left: 33.333333%;
    top: 0%;

    &:hover ~ .service-card {
      transform: rotateY(0deg) rotateX(-5deg);
    }
  }

  &:nth-child(3) {
    left: 66.666666%;
    top: 0%;

    &:hover ~ .service-card {
      transform: rotateY(-8deg) rotateX(-5deg);
    }
  }

  &:nth-child(4) {
    left: 0%;
    top: 33.333333%;

    &:hover ~ .service-card {
      transform: rotateY(8deg);
    }
  }

  &:nth-child(5) {
    left: 33.333333%;
    top: 33.333333%;

    &:hover ~ .service-card {
      transform: rotateY(0deg) rotateX(0deg);
    }
  }

  &:nth-child(6) {
    left: 66.666666%;
    top: 33.333333%;

    &:hover ~ .service-card {
      transform: rotateY(-8deg) rotateX(0deg);
    }
  }

  &:nth-child(7) {
    left: 0%;
    top: 66.666666%;

    &:hover ~ .service-card {
      transform: rotateY(8deg) rotateX(5deg);
    }
  }

  &:nth-child(8) {
    left: 33.333333%;
    top: 66.666666%;

    &:hover ~ .service-card {
      transform: rotateY(0deg) rotateX(5deg);
    }
  }

  &:nth-child(9) {
    left: 66.666666%;
    top: 66.666666%;

    &:hover ~ .service-card {
      transform: rotateY(-8deg) rotateX(5deg);
    }
  }
}
.dcard {
  position: relative;
  display: block;
  perspective: 500px;
  text-decoration: none;
  color: #000;
}

.service-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 14px;
  color: #5f5f5f;
  margin-bottom: 22px;
}

.learn-more {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.marketing-text {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.custom-marquee-style {
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
}

.marquee-content {
  display: inline-block;
  animation: marquee 15s linear infinite;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

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

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

.service-card {
  position: relative;
  overflow: hidden;
}

.Iam {
  display: inline-block;
  overflow: hidden;
  height: 71px;
  vertical-align: bottom;
}
.innerIam {
  display: block;
  position: relative;
  transition: transform 0.6s ease-in-out;
}
.innerIam span {
  display: block;
  height: 71px;
  line-height: 71px;
}

#scroll-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
#scrollTopBtn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
}
#scrollTopBtn img {
  height: 100px;
  width: 100px;
  transform: rotate(315deg);
  transition: transform 0.3s ease-in-out;
}
@keyframes vibrate {
  0% {
    transform: translateX(0) rotate(315deg);
  }
  25% {
    transform: translateX(-3px) rotate(315deg);
  }
  50% {
    transform: translateX(3px) rotate(315deg);
  }
  75% {
    transform: translateX(-3px) rotate(315deg);
  }
  100% {
    transform: translateX(0) rotate(315deg);
  }
}
@keyframes fly {
  0% {
    transform: translateY(0) rotate(315deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(315deg) scale(0.5);
    opacity: 0;
  }
}
.vibrate {
  animation: vibrate 0.3s ease-in-out 3;
}
.fly {
  animation: fly 1s ease-in forwards;
}

.logos-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logos-btn img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* Portfolio Section Css */
.port-box {
  padding: 10px;
}
.mockup-container {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.mockup-container img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 5s linear;
}
.mockup-container:hover img {
  transform: translateY(calc(-100% + 320px));
}
/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mockup-container:hover .overlay {
  opacity: 1;
}
/* Icon */
.overlay .icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 18px;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
}
.overlay .icon:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}
/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.lightbox.show {
  display: flex;
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 4px;
}
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}