* {
  margin: 0px;
  padding: 0px;
}

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;
}

body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

header {
  padding: 0px 50px;
  position: relative;
  /* width: 100%; */
  /* top: 0px; */
  z-index: 999;
  background: #fff;
}

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;
  background-position: 0 0;
  background-size: cover;
  animation: moveSpace 10s linear infinite;
  padding: 160px 0px;
}

@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);
  /* z-index: revert-layer; */
}

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

.innovative-sec {
  padding: 150px 0px;
}

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

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

.our-project ul li {
  list-style: none;
}

.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: 999999999;
  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 h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}

.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;
  margin-top: 15rem;
  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;
  /* background-color: #121212; */
  animation: moveSpace 10s linear infinite;
  /* position: relative; */
}

.footerwheel img {
  position: absolute;
  top: -53px;
  right: -148px;
  animation: allwrapRotation 50s linear infinite;
  opacity: 0.8;
}

.footerwheel {
  position: relative;
}

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

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

.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;
}

.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;
  /* height: 718px; */
  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-button:not(.collapsed)::after {
  transform: rotate(0deg);
} */

.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;
}