:root {
  --primary-color: #801323;
  --secondary-color: #ffffff;
  --white-color: #ffffff;
  --black-color: #000000;
  --brown-color: #801323;
  --primary-text-color: #111827;
  --gradient-color: linear-gradient(255.71deg, #801323 -0.84%, #801323 106.85%);
  --secondary-gradient-color: linear-gradient(
    255.71deg,
    #801323 -0.84%,
    #801323 106.85%
  );
  --site-bg: url("../images/site-bg.png") no-repeat;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
h1 {
  font-size: 70px;
  line-height: 1.15;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 28px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.site-btn {
  padding: 12px 25px;
  border-radius: 50px;
  background: var(--gradient-color);
  color: var(--white-color);
  min-width: 160px;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease;
  font-size: 16px;
}
.site-btn:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}
.secondary-btn {
  background: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--primary-color);
}
.secondary-btn:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--secondary-color);
}
.border-white-btn {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.border-white-btn:hover {
  background: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--black-color);
}
.border-btn {
  background: var(--gradient-color);
  padding: 1px !important;
  border: 0 !important;
  color: var(--brown-color);
}
.border-btn span {
  background: white;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 50px;
  transition: ease-in-out 0.2s;
}
.border-btn:hover span {
  background: var(--primary-color);
  color: var(--white-color);
}
.site-input {
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid #eeeeee;
  background: var(--white-color);
  width: 100%;
  font-size: 14px;
  color: var(--black-color);
  resize: none;
}
textarea.site-input {
  border-radius: 20px;
}
.site-input::placeholder {
  color: #333333;
}
:focus {
  outline: none;
}
.site-input:focus {
  border-color: var(--primary-color);
}
.primary-color {
  color: var(--primary-color);
}
.secondary-color {
  color: var(--secondary-color);
}
.white-color {
  color: var(--white-color);
}
.black-color {
  color: var(--black-color);
}
.primary-text-color {
  color: var(--primary-text-color);
}
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--primary-color);
} /* header css starts here */
header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
}
header a.white-color:hover {
  color: var(--brown-color);
}
.site-logo {
  width: 200px;
} /* banner css starts here  */
.banner {
  background: linear-gradient(0deg, #801323 0%, #801323 100%);
  min-height: calc(100vh - 116px);
  padding: 100px 0 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-list {
  list-style: none;
  padding-left: 0;
}
.banner-right-card {
  background: var(--white-color);
  box-shadow: 6px 6px 30px rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  color: var(--black-color);
  padding: 40px 30px;
}
.phone-cta-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: var(--gradient-color);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid white;
}
.phone-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(246, 154, 40, 0.4);
  color: var(--white-color);
}
.brands-carousel .owl-stage {
  transition-timing-function: linear !important;
  will-change: transform;
}
.brands-carousel .owl-stage-outer {
  overflow: hidden;
}
.brands-carousel .owl-item {
  transition: none;
}
.brands-carousel.owl-carousel .owl-stage {
  transition: transform 1s linear !important;
}
.brand-logo {
  max-width: 150px;
  margin: 0 auto;
}
.transform-your-ideas, .hire-the-publiser {
  background: linear-gradient(
    0deg,
    rgb(105 20 13 / 10%) 0%,
    rgb(243 149 28 / 10%) 100%
  );
}
.brown-color {
  color: var(--brown-color);
}
.warp-your-e-book {
  background: var(--site-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white-color);
}
.feature-card {
  padding: 2px;
  background: linear-gradient(0deg, #801323 0%, #801323 100%);
  border-radius: 20px;
  transition: ease-in-out 0.2s;
}
.feature-card-inner {
  background: var(--white-color);
  /* min-height: 360px; */
  border-radius: 20px;
  transition: ease-in-out 0.2s;
  padding: 30px;
}
.feature-card:hover .feature-card-inner {
  background: linear-gradient(0deg, #801323 0%, #801323 100%);
  color: var(--white-color);
}
.feature-card-icon {
  width: auto !important;
}
.feature-card:hover .feature-card-inner a, .feature-card:hover .feature-card-inner h6 {
  color: var(--white-color);
}
.feature-card:hover .feature-card-icon {
  filter: brightness(150);
}
.features-carousel .owl-dots .owl-dot span {
  background: #eeeeee !important;
}
.features-carousel .owl-dots .owl-dot.active span {
  background: var(--gradient-color) !important;
}
.book-a-consultation-card {
  background: var(--gradient-color);
  padding: 1px 1px 3px 3px;
  border-radius: 50px;
}
.book-a-consultation-card .banner-right-card {
  background: var(--white-color);
  border-radius: 50px;
}
.what-we-offer {
  background: var(--site-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white-color);
}
.what-we-offer-heading {
  background: url("../images/what-we-offer-heading.png") no-repeat center
    center / contain;
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
}
.what-we-offer-card {
  flex-grow: 1;
  padding: 30px 20px;
  border-right: 1px solid var(--white-color);
  min-height: 640px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.2s;
}
.what-we-offer-card:hover {
  background: #007bff;
}
.what-we-offer-card h4 {
  transform: rotate(-90deg);
  padding-left: 50px;
  transition: ease-in-out 0.2s;
}
.what-we-offer-card:hover h4 {
  transform: none;
  padding-left: 0;
}
.what-we-offer-card:hover .gradient-text {
  background: transparent;
  -webkit-background-clip: none;
  -webkit-text-fill-color: var(--white-color);
  background-clip: none;
  text-fill-color: var(--white-color);
  color: var(--white-color);
}
.what-we-offer-card-details {
  display: none;
  opacity: 0;
  transition: ease-in-out 0.5s;
}
.what-we-offer-card:hover .what-we-offer-card-details {
  display: block;
  opacity: 1;
}
.what-we-offer-card a {
  position: absolute;
  bottom: 30px;
  display: inline-block;
  color: var(--white-color);
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.what-we-offer-card:hover a {
  transform: translateX(-50%);
}
.what-we-offer-card:last-child {
  border-right: 0;
}
.free-design-consultancy {
  background: url("../images/free-design-consultancy-bg.png") no-repeat center
    center / cover;
  color: var(--white-color);
}
.watch-our-stories {
  background: linear-gradient(270deg, #0a0b1d 0%, #131994 100%);
  color: var(--white-color);
}
.story-tag {
  border: 1px solid var(--white-color);
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--white-color);
}
.our-services-solution {
  background: var(--gradient-color);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  padding: 2px;
  position: relative;
}
.our-services-solution-inner {
  background: var(--white-color);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  justify-content: center;
}
.our-services-solution-inner p.service-content {
  max-height: 101px;
  overflow-y: auto;
}
.solution-tab {
  width: 114.3px;
  height: 114.3px;
  border: 0;
  background: #ffffff;
  box-shadow: 5px 7px 30px rgba(158, 27, 98, 0.15);
  border-radius: 57.15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.2s;
  position: absolute;
}
#solution-tab-1 {
  top: 0;
  left: 0;
}
#solution-tab-2 {
  top: 0;
  right: 0;
}
#solution-tab-3 {
  bottom: 0;
  left: 0;
}
#solution-tab-4 {
  bottom: 0;
  right: 0;
}
.solution-tab:hover {
  background: var(--gradient-color);
}
.solution-tab:hover img {
  filter: brightness(0) invert(1);
}
.solution-tab.active {
  background: var(--gradient-color);
}
.solution-tab.active img {
  filter: brightness(0) invert(1);
}
.section-padding {
  padding: 70px 0;
}
.affordable-packages {
  color: var(--white-color);
}
.site-list {
  list-style: none;
  padding-left: 0;
}
.package-card {
  padding: 1px;
  background: var(--secondary-gradient-color);
  border-radius: 16px;
}
.package-card-inner {
  background: linear-gradient(318.57deg, #0a0b1d -19.8%, #131994 73.44%);
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
}
.package-card:hover .package-card-inner {
  background: var(--secondary-gradient-color);
  color: var(--white-color);
}
.package-card:hover .primary-color {
  color: var(--white-color);
}
.list-check-icon {
  width: 16px;
  height: 16px;
  background: var(--gradient-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--white-color);
  transition: all 0.3s ease;
}
.package-card:hover .list-check-icon {
  background: var(--white-color);
  color: var(--primary-color);
}
.gradient-text {
  display: inline-block;
  background: var(--gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.secondary-gradient-text {
  display: inline-block;
  background: var(--secondary-gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.site-pills {
  flex-wrap: wrap;
  gap: 10px;
}
.site-pills .nav-link {
  color: var(--brown-color);
  font-weight: 500;
  background: var(--gradient-color);
  padding: 1px !important;
  border-radius: 50px;
  border: 0 !important;
  transition: all 0.3s ease;
}
.site-pills .nav-link span {
  background: var(--white-color);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.site-pills .nav-link:hover span,
.site-pills .nav-link.active span {
  background: var(--gradient-color);
  color: var(--white-color);
}
.bestseller-img {
  width: 100%;
  aspect-ratio: 1/1.7;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.strategic-marketing-inner {
  background: linear-gradient(0deg, #801323 0%, #801323 100%);
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50px;
}
.testimonials {
  background: var(--site-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
}
.testimonials-carousel .owl-dots {
  text-align: start !important;
}
.testimonials-carousel .owl-dots button.owl-dot span {
  background: var(--white-color) !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.testimonials-carousel .owl-dots button.owl-dot.active span {
  background:
    linear-gradient(90deg, #e99a28 0%, #e92785 100%),
    linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(90deg, #115eea 0%, #9e1b62 100%) !important;
}
.intl-tel-input {
  width: 100%;
}
.left-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.faq-accordion .accordion-body,
.faq-accordion .accordion-button {
  background: transparent;
  box-shadow: none !important;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.faq-accordion .accordion-button {
  color: var(--black-color);
}
.faq-accordion .accordion-item {
  background: transparent;
  border: 0;
  padding: 20px 15px;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
}
.faq-accordion .accordion-body {
  padding-top: 10px;
}
.faq-accordion .accordion-body p {
  font-size: 14px;
}
.featured-projects {
  background: var(--site-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
}
.featured-projects .site-tabs .nav-link {
  background: transparent;
  text-align: start;
  padding: 1.5px;
  background: linear-gradient(to right, rgb(10 11 29 / 16%), #ffffff);
  border-radius: 0 15px 15px 0;
  border: 0;
  color: var(--white-color);
}
.featured-projects .site-tabs .nav-link span {
  padding: 10px 15px;
  display: block;
  border-radius: 0 15px 15px 0;
  margin-right: 1px;
  background: var(--site-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease-in-out 0.2s;
}
.featured-projects .site-tabs .nav-link.active span {
  background: linear-gradient(90deg, rgba(10, 11, 29, 0) 0%, #9e1b62 100%);
  border-radius: 12px;
}
.featured-projects .site-tabs .nav-link.active {
  background: linear-gradient(to right, rgb(10 11 29 / 16%), #ffffff);
  border: 0;
}
.featured-projects .site-tabs {
  gap: 10px;
  border: 0;
}
.featured-projects-img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1.2;
}
.phone-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--white-color);
  border-radius: 100%;
  color: var(--primary-color);
}
.chat-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 64px;
  color: var(--primary-color);
}
footer {
  background: var(--site-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
}
footer img {
    width: 180px;
}
footer a {
  color: var(--white-color);
}
footer a:hover {
  color: var(--secondary-color);
}
.footer-bottom {
  border-top: 1px solid var(--white-color);
  padding: 10px 0;
}
.footer-rating {
  background: #f5f5f7;
  border-radius: 8px;
  color: var(--black-color);
  padding: 15px;
}
.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: var(--white-color);
}
.mobile-footer-left {
  background: var(--primary-color);
}
.mobile-footer-right {
  background: var(--brown-color);
}
.footer-or {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-or span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white-color);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talk-to-expert-btn {
  animation: blur-effect 1s ease-in-out infinite alternate;
}
@keyframes blur-effect {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.terms-of-use {
  background: rgb(233 244 238 / 1);
  color: var(--primary-text-color);
}
.content-header {
  padding: 130px 0 30px 0;
  background: var(--site-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white-color);
}
.chat-icon {
  background: var(--gradient-color);
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
#getInTouchModal .site-input {
  border-color: #d5d5d5;
  color: black;
  font-weight: 500;
}
#getInTouchModal .site-input::placeholder {
  color: #333333;
}
#getInTouchModal h3 {
  color: var(--white-color);
  background: var(--primary-color);
  padding: 10px 20px;
  font-size: 30px;
}
button.close-btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  background: var(--primary-color);
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
}
.thankyouBanner {
  background: linear-gradient(0deg, #801323 0%, #801323 100%);
  height: 93px;
}
.thankyouPage svg {
  width: 35% !important;
}
.errorPage svg {
  width: 50% !important;
}

@media screen and (min-width: 992px) {
  .mobile-footer {
    display: none;
  }
}
@media screen and (max-width: 1399.5px) {
  h1 {
    font-size: 43px;
  }
  .our-services-solution {
    width: 400px;
    height: 400px;
  }
  .what-we-offer-card h4 {
    font-size: 18px !important;
  }
  .solution-tab {
    width: 90px;
    height: 90px;
    padding: 15px;
  }

  .what-we-offer-card {
    width: 33.33%;
  }

  .border-bottom-1 {
    border-bottom: 1px solid var(--white-color);
  }

  .border-end-none {
    border-right: 0;
  }
}

@media screen and (max-width: 1199.5px) {
  h1 {
    font-size: 38px;
  }

  h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991.5px) {
  br {
    display: none;
  }

  body {
    font-size: 14px;
  }

  h1 {
    font-size: 42px;
  }

  h2,
  h3 {
    font-size: 35px;
  }

  .fs-18 {
    font-size: 16px;
  }

  .fs-20 {
    font-size: 18px;
  }

  .fs-22 {
    font-size: 20px;
  }

  .fs-24 {
    font-size: 22px;
  }

  footer {
    margin-bottom: 50px;
  }

  .banner-left,
  .why-us,
  .wordpress-development-services,
  .why-digital-minds,
  .testimonials {
    text-align: center;
  }

  .testimonials.text-start {
    text-align: center !important;
  }

  .testimonials-carousel .owl-dots {
    text-align: center !important;
  }

  .wordpress-development-service-card .wordpress-development-service-icon {
    margin: 0 auto;
  }

  .contact-info {
    justify-content: center;
  }

  .banner-right-card {
    text-align: start;
  }

  .your-vision ul {
    list-style: none;
    padding-left: 0;
  }

  .banner-list li .flex-shrink-0 {
    display: none;
  }
}

@media screen and (max-width: 767.5px) {
  .site-logo {
    width: 130px;
}
  .what-we-offer-card {
    width: 50%;
  }

  .border-end-md-none {
    border-right: none;
  }

  .border-end-md {
    border-right: 1px solid var(--white-color);
  }

  .border-bottom-md-1 {
    border-bottom: 1px solid var(--white-color);
  }
}

@media screen and (max-width: 575.5px) {
  h1 {
    font-size: 32px;
  }

  h2,
  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .fs-18 {
    font-size: 15px;
  }

  .fs-20 {
    font-size: 16px;
  }

  .fs-22 {
    font-size: 18px;
  }

  .fs-24 {
    font-size: 19px;
  }

  .section-padding {
    padding: 40px 0;
  }
  .strategic-marketing-inner {
    border-radius: 25px;
  }

  .banner-right-card,
  .discuss-with-us-card {
    padding: 30px 20px;
    border-radius: 15px;
  }

  .discuss-with-us-inner-card {
    padding: 0;
    border: 0;
  }

  .what-we-offer-card {
    width: 100%;
    min-height: 450px;
    border: 0 !important;
    border-bottom: 1px solid var(--white-color) !important;
  }

  .what-we-offer-card:last-child {
    border-bottom: 0 !important;
  }
  .our-services-solution {
    width: 300px;
    height: 300px;
  }
  .solution-tab {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
}