@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #f0eee2;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #818181;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #292f36;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Zilla Slab", serif;
}

p {
  margin-bottom: 15px;
  color: #818181;
}

/* Navbar */
.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #818181 !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #339989 !important;
}

.navbar-nav .nav-link.active {
  color: #339989 !important;
}

.header.sticky li a {
  color: #818181 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #339989;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

ul.dropdown-menu li a {
  color: white !important;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #f0eee2;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #339989;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  transition: 0.6s;
  border-bottom: 1px solid #33333310;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #f0eee2;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  padding-top: 50px;
  padding-bottom: 25px;

  .right-col h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }

  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 50px;
  }

  .bg-image {
    background-image: url(../images/top-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    height: 420px;
    width: 85%;
    margin: -230px auto 0;
    display: flex;
    align-items: end;
    padding: 80px 0;
    position: relative;
    z-index: -1;

    .completed {
      display: flex;
      align-items: center;
      justify-content: space-between;

      .box {
        width: 30.333%;

        span {
          color: #339989;
          font-size: 23px;
          font-weight: 500;
        }
      }
    }
  }

  .bg-image::after {
    content: "";
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
    height: 3px;
    width: 94%;
    background: #00000010;
    margin: auto;
  }
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 25px;
}

.client img {
  margin: auto;
  width: 65%;
}

/* end */

/* professional */
.professional,
.sec-5,
.sec-7 {
  padding-top: 20px;
  padding-bottom: 40px;

  .right>h2,
  .right>h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }

  .right>p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .bg-image {
    background-image: url(../images/professional-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    width: 85%;
    margin: auto;
    padding: 35px 0 20px;
  }
}

/* end */

/* slider sec */
.slider-sec {
  padding-top: 40px;
  padding-bottom: 40px;

  .center-heading {
    text-align: center;

    >h3 {
      font-size: 40px;
      font-weight: 600;
      line-height: 1.2;
      color: #000000;
    }

    >p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 30px;
    }
  }

  .slide-book {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .book-card {
      width: 23.333%;
      position: relative;
      margin: 0px 5px;

      a>img {
        position: absolute;
        top: 25px;
        right: 25px;
      }

      >img {
        width: 100%;
      }

      .card-info {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 18px;

        >h4 {
          color: white;
          font-weight: 600;
          margin-bottom: 5px;
        }

        >p {
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5;
          color: white;
        }
      }
    }
  }

  .slider-arrow {
    text-align: end;
    margin-top: 20px;

    >img {
      cursor: pointer;
    }
  }
}

/* end */

/* portfolio tabs */
.portfolio-tabs {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 40px;
  background: url(../images/portfolio-bg.png) no-repeat center;
  background-size: cover;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: white;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
      color: white;
    }
  }

  .tabs-list {
    background: white;
    padding: 20px 30px;
    border-radius: 100px;
    margin-bottom: 20px;

    li.nav-item {
      width: 12%;
    }

    .nav-pills .nav-link {
      background: transparent;
      border: 1px solid #339989;
      border-radius: 50px;
      color: #339989;
      width: 100%;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
      color: #fff !important;
      background-color: #339989 !important;
    }
  }

  .book-img {
    text-align: center;
    transition: all ease 0.3s;
    margin-top: 20px;

    &:hover {
      transform: scale(1.1);
    }
  }
}

/* end */

/* faqs sec */
.faqs {
  padding-top: 0px;
  padding-bottom: 50px;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0px;
    }
  }

  .faqs-sec {
    .accordion-item {
      border: none;
      border-radius: 20px !important;
      margin-bottom: 20px;
      background: transparent !important;
    }

    h4 button {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      border-radius: 0px !important;
      border-bottom: 1px solid #cacaca !important;
      font-family: "Poppins", sans-serif;
      background: transparent;
    }

    .accordion-body {
      border-radius: 0px 0px 20px 20px;
    }

    .accordion-button:not(.collapsed) {
      color: #ffffff;
      background-color: #339989;
      box-shadow: none;
      border-radius: 20px 20px 0px 0px !important;
    }

    .accordion-button:focus {
      border-color: #ffffff;
      box-shadow: none;
    }

    .accordion-button::after {
      background-image: url(../images/plus.png);
      transform: scale(1) !important;
    }

    .accordion-button:not(.collapsed)::after {
      background-image: url(../images/minus.png);
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0px;
    }
  }

  .bg-image {
    background-image: url(../images/professional-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    width: 85%;
    margin: auto;
    padding: 35px 0 20px;
  }
}

/* end */

/* Get A Quote */
.get-quote {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/quote-bg.png) no-repeat center;
  background-size: cover;

  .center-heading {
    text-align: center;
    margin-bottom: 40px;

    h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: white;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0;
      color: white;
    }
  }

  .left-col {
    background: #339989;
    border-radius: 24px;
    padding: 30px 25px;

    h3 {
      font-size: 35px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: white;
    }

    p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 25px;
      color: white;
    }

    .info-innner {
      background: #ffffff1a;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 15px;
      margin-top: 15px;

      span {
        color: white;
        font-size: 16px;
        font-weight: 500;

        >a {
          color: white;
          text-decoration: none;
        }
      }
    }
  }

  .get-quote-bg {
    background: white;
    border-radius: 32px;
    padding: 30px 30px;
  }

  .right-col {
    margin-bottom: 0;

    h3 {
      font-size: 35px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 15px;
    }

    form label {
      font-size: 15px;
      font-weight: 500;
      color: #818181;
      margin-bottom: 10px;
    }

    form .form-group {
      margin-top: 40px;
    }

    form input,
    select,
    textarea {
      border-bottom: 2px solid #292f36 !important;
      border: none;
      border-radius: 0;
    }
  }
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #339989;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme,
.btn-theme-dark,
.btn-theme-white {
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme {
  border: 2px solid #339989;
  background: #339989;
  color: #ffffff;
}

.btn-theme:hover {
  border: 2px solid #339989;
  background: transparent;
  color: #339989;
}

.btn-theme-white {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #292f36;
}

.btn-theme-white:hover {
  border: 2px solid #339989;
  background: #339989;
  color: #ffffff;
}

.btn-theme-dark {
  border: 2px solid #292f36;
  background: #292f36;
  color: #ffffff;
}

.btn-theme-dark:hover {
  border: 2px solid #292f36;
  background: transparent;
  color: #292f36;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}

.footer-logo p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 400;
}

.footer-links>h6 {
  color: #339989;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.footer-links>p {
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #339989;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links>ul>li>a:hover {
  color: #339989;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: #ffffff;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: #339989;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #339989;
  background: #ffffff;
}

.footer-bottom {
  padding-top: 20px;
  background: #339989;
  padding-bottom: 20px;
}

.footer-bootom-links>p {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.footer input,
.footer input:focus {
  border-left: 2px solid #c5c5c5;
  border-right: none;
}

.footer button,
.footer input,
.footer input:focus {
  border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
}

.footer input {
  color: #ffffff !important;
  background: transparent;
  border-radius: 10px 0px 0 10px;
}

.footer input::placeholder {
  color: #818181 !important;
}

.footer button {
  border-radius: 0;
  border-radius: 0px 10px 10px 0px;
  border-right: 2px solid #c5c5c5;
  border-left: none;
  padding: 10px 20px;
  color: #818181;
  font-size: 1rem;
  background: transparent;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #339989;
  border-color: #339989;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* css */
.bg-image.about-bg-image {
  padding: 40px !important;
  height: 130px;
  margin-top: -110px;
}

.bg-image.about-bg-image:after {
  content: none;
}

.about-us-img-1 img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.about-professional .bg-image {
  padding: 50px !important;
}

.how-it-works-card {
  background-color: #E8E6D9;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 19px;
}

.how-it-works-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.how-it-works-heading p {
  margin: 0;
}

.how-it-works-heading h4 {
  font-size: 35px;
  font-weight: 700;
}

.how-it-works-card .icon {
  height: 60px;
  flex: 0 0 60px;
  background-color: white;
  border-radius: 10px;
}

.how-it-works-card-content>* {
  margin: 0;
}

.how-it-works-card-content {
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.how-it-works-card-content h6 {
  font-size: 18px;
  font-weight: 600;
}

.how-it-works-card-content p {
  /* font-size: 14px; */
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.our-mission-card {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 11px;
}

.our-mission-card h6 {
  font-size: 18px;
  font-weight: 600;
  flex: 0 0 68px;
}

.our-mission-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  /* margin-top: 90px; */
}

.our-mission-card>* {
  margin: 0;
}

.our-mission-card p {
  font-size: 16px;
}

.our-mission-content h4 {
  font-size: 30px;
  font-weight: 600;
}

.our-mission-img {
  height: 350px;
  border-radius: 15px;
  overflow: hidden;

}

.our-mission-content .btn {
  margin-top: 15px;
}

.our-mission-list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.our-mission-list .box {
  height: 20px;
  flex: 0 0 20px;
  background: #339989;
  border-radius: 50%;
  position: relative;
}

.our-mission-list-content h6 {
  line-height: 1;
  margin: 0;
  font-size: 33px;
  font-weight: 700;
}

.our-mission-list-content {
  flex-direction: column;
  display: flex;
  gap: 3px;
}

.our-mission-list .box:after {
  content: '';
  position: absolute;
  top: -30px;
  width: 3px;
  transform: translateX(-50%);
  left: 50%;
  background: #339989;
  height: 81px;
}

.our-mission-list-main {
  flex-direction: column;
  display: flex;
  gap: 21px;
}

.our-mission-main {
  padding: 40px 15px;
  background-image: url(../images/professional-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
}

.book-1-content>* {
  margin: 0;
}

.book-1-content {
  flex-direction: column;
  display: flex;
  gap: 23px;
  align-items: flex-start;
}

.book-1-content h6 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.book-1-sec-img {
  margin-bottom: -210px;
  height: 410px;
}

.book-1 {
  background-image: url(../images/black-bg-paper.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 95px;
}

.book-1-content h4 {
  font-size: 45px;
  color: white;
  line-height: 1;
  text-transform: capitalize;
}

.book-1-content p {
  color: #E9EAEB;
}

.testimonial-heading>* {
  margin: 0;
}

.testimonial-heading h4 {
  font-size: 35px;
  font-weight: 700;

}

.testimonial-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}

.testimonial-heading p {
  max-width: 680px;
}

.testimonial-card {
  padding: 15px;
  background: white;
  border-radius: 15px;
  margin: 0px 5px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.img-box.testi-img {
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50px;
}

.testimonial-header-content>h6 {
  margin: 0;
  font-weight: 700;
}

.rating {
  color: #FFC805;
}

.how-it-works-card.none-bg {
  background: transparent;
}

.book-editing-sec-2-top-content {
  flex-direction: column;
  display: flex;
}

.book-editing-sec-2-top-content h4 {
  font-size: 43px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
}

.book-editing-bottom {
  margin-top: 30px;
}

.book-editing-bottom-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.book-editing-bottom-card-top h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.book-editing-bottom-card-top .icon {
  height: 25px;
  flex: 0 0 25px;
  background: #40C800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
}

.book-editing-main {
  padding: 40px 25px;
  background-image: url(../images/professional-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
}

.our-work-content h4 {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.our-work-content {
  margin-top: -45px;
  DISPLAY: FLEX;
  FLEX-DIRECTION: COLUMN;
}

.our-work {
  padding-top: 70px;
}

.our-work-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px;
  background: #E8E6D9;
  margin-bottom: 20px;
  border-radius: 30px;
}

.our-work-card .icon {
  background: #339989;
  height: 55px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  flex: 0 0 55px;
  border-radius: 50%;
  margin-left: -35px;
}

.col-lg-6:has(.our-work-cards-main) {
  padding-left: 30px;
}

.our-work-card h6 {
  font-weight: 500;
  font-size: 21px;
}

.fiction-ghostwriting-img-3 {
  height: 500px;
}

.learn-img.animate-up img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.learn-img.animate-up {
  height: 369px;
}

.bg-image.about-bg-image.contact-us-bg {
  margin-top: -130px;
}