:root {
  --primary-color: #05156d;
  --secondary-color: #ffffff;
  --white-color: #ffffff;
  --black-color: #000000;
  --primary-text-color: #111827;
  --gradient-color: linear-gradient(101.1deg, #9dacfd -29.18%, #05156d 113.82%);
  --site-bg: url("../images/site-bg.png") no-repeat;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albert Sans", sans-serif;
}
h1 {
  font-size: 44px;
  line-height: 1.15;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}

h4 {
  font-size: 34px;
}

h5 {
  font-size: 28px;
}

.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;
}

.fw-black {
  font-weight: 900 !important;
}

.site-btn {
  padding: 12px 25px;
  border-radius: 8px;
  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(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.border-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.site-input {
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid var(--white-color);
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: var(--white-color);
  resize: none;
}
textarea.site-input {
  border-radius: 8px;
}

.site-input::placeholder {
  color: var(--white-color);
}

: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%;
}

.site-logo {
  width: 200px;
}

/* banner css starts here  */
.banner {
  min-height: calc(100vh - 116px);
  padding: 100px 0 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-right-card {
  background: var(--gradient-color);
  border-radius: 24px;
  color: var(--white-color);
  padding: 40px 30px;
  position: relative;
}
.fifty-percent-off {
  position: absolute;
  width: 130px;
  height: 130px;
  right: -50px;
  top: -50px;
}
.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;
}
.warp-your-e-book {
  background: var(--site-bg);
  background-size: cover;
  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;
}

.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;
}

.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;
}

.bestseller-img {
  width: 100%;
  aspect-ratio: 1/1.7;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.strategic-marketing-inner {
  background: var(--gradient-color);
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50px;
}

.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%;
}

.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: 1px solid var(--primary-color);
  margin-top: 10px;
  border-radius: 10px;
}
.bestseller-writer-carousel .owl-dots button.owl-dot span {
  background: rgb(17, 17, 17, 0.5) !important;
}
.bestseller-writer-carousel .owl-dots button.owl-dot.active span {
  width: 15px !important;
  background: var(--primary-color) !important;
}
.faq-accordion .accordion-body {
  padding-top: 10px;
}

.faq-accordion .accordion-body p {
  font-size: 14px;
}

footer {
  background: var(--black-color);
  color: var(--white-color);
}

footer a {
  color: var(--white-color);
}

footer a:hover {
  color: var(--secondary-color);
}

.footer-bottom {
  background: var(--gradient-color);
  padding: 10px 0;
}

.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(--site-bg);
}

.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;
}

.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);
  color: var(--white-color);
}

#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;
}

.complete-book-publishing {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  right: 0;
}
.testimonial-card {
  background: #eeeeee;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
}
.testimonial-img {
  width: 70px !important;
  height: 70px;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
.bestseller-writer-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item:nth-child(odd) {
  margin-top: 30px;
}
.package-card {
  padding: 30px 20px;
  background: var(--gradient-color);
  color: var(--white-color);
  border-radius: 20px;
}
.package-list {
  height: 300px;
  overflow-y: auto;
  list-style: none;
  padding-left: 0;
  padding-right: 10px;
}
.package-list li {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}
.package-list::-webkit-scrollbar {
  width: 5px;
}
.package-list::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}
.black-bg {
  background: var(--black-color);
  border-radius: 20px;
}
.phone-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--gradient-color);
  border-radius: 100%;
  color: var(--white-color);
}
.chat-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 64px;
  color: var(--primary-color);
}
.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;
}

.phone-cta-btn:hover {
  transform: translateY(-2px);
  color: var(--white-color);
}
.thankyouBanner {
  /* background: linear-gradient(101.1deg, #9dacfd -29.18%, #05156d 113.82%); */
  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: 40px;
  }
  .our-services-solution {
    width: 400px;
    height: 400px;
  }
  .solution-tab {
    width: 90px;
    height: 90px;
    padding: 15px;
  }
}

@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 {
    text-align: center;
  }

  .banner-right-card {
    text-align: start;
  }
}

@media screen and (max-width: 767.5px) {
  .fifty-percent-off {
    width: 100px;
    height: 100px;
    right: -30px;
    top: -30px;
  }
}
@media screen and (max-width: 575.5px) {
  h1 {
    font-size: 32px;
  }
  .fifty-percent-off {
    width: 50px;
    height: 50px;
    right: -10px;
    top: -10px;
  }
  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 {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .our-services-solution {
    width: 300px;
    height: 300px;
  }
  .solution-tab {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .strategic-marketing-inner {
    padding: 40px 20px;
  }
}