.potfolio-link {
  cursor: pointer;
  color: rgb(32, 32, 32);
  padding: 8px;
  border-bottom: 1px solid rgb(32, 32, 32) !important;
}

.active {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.portfolio-books {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.book-box {
  width: 270px;
  border: 30px solid #ececec;
}

.modal-btn img {
  object-fit: cover !important;
  height: 270px !important;
}

.modal-dialog {
  max-width: 1000px !important;
  color: black;
  min-height: 600px;
}

.modal-dialog .modal-body {
  min-height: 500px;
}

.modal-des {
  height: 300px;
  overflow-y: scroll;
}

.modal-backdrop {
  height: auto !important;
}

.fancybox__backdrop {
  background: transparent !important;
}

.generic-modal {
  display: none;
  background-color: rgba(35, 31, 32, 80%) !important ;
  backdrop-filter: blur(5px);
  color: white !important;
  width: 500px !important;

  .form-wrapper {
    background-color: transparent !important;
    color: white !important;
  }

  .form-content {
    display: none !important;
  }

  input, textarea {
    color: white !important;
  }

  input::placeholder,
  textarea::placeholder {
    color: white !important;
  }

  .theme-btn {
    background-color: #f99701 !important;
    border-radius: 8px !important;
    border: none !important;
    color: black !important;
  }

  .form-check {
    display: none !important;
  }

  .f-button {
    top: 5px !important;
    right: 5px !important;
    background-color: black;
    border-radius: 50px !important;
    

    svg {
      width: 15px;
      height: 15px;
    }
  }


}

.error {
  color: tomato !important;
}

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap");

@font-face {
  font-family: "Roslindale Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Roslindale Medium"),
    url("/assets/fonts/roslindale-font-medium.woff") format("woff");
}

@font-face {
  font-family: "Roslindale";
  font-style: normal;
  font-weight: normal;
  src: local("Roslindale"),
    url("/assets/fonts/roslindale-font.woff") format("woff");
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

:root {
  --main-color: #F7981D
;
  --main-color-rgba: rgba(0, 134, 202, 0.5);
  --secondary-col: #e2e3e2;
  --secondary-col-rgba: rgba(226, 227, 226, 0.5);
  --black-col: #000000;
  --lightblack-col: #282825;
  --black-col-rgba: rgba(0, 0, 0, 0.7);
  --white-col: #ffffff;
  --dark-bg: #292a2e;
  --white-col-rgba: rgba(255, 255, 255, 0.5);
}

.primary-color {
  color: var(--main-color) !important;
}

.text-white {
  color: var(--white-col) !important;
}

.offcanvas {
  background-color: #000000 !important;
}

.offcanvas-body {
  padding: 0px;
}

.offcanvas-body .accordion-button::after {
  content: "\f106";
  font-family: "fontawesome";
  color: white;
}

.offcanvas ul {
  padding: 0px;
  width: 100%;
}

.accordion-body > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.accordion-body .serv-list {
  font-size: 14px;
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid white;
  background-color: #292a2e !important;
}

.mob-nav {
  font-size: 14px;
  border-bottom: 1px solid white !important;
  width: 100%;
  padding: 20px 20px;
  margin: 0px;
  color: white !important;
}

.offcanvas a {
  color: white !important;
  text-decoration: none;
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  color: var(--lightblack-col);
}

li,
ul {
  list-style: none;
}

a:active,
a:focus,
a:hover,
button:active {
  text-decoration: none;
  outline: 0;
  color: var(--thm-color);
}

a {
  color: var(--black-col);
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roslindale", sans-serif;
}

p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  transition: 0.5s all ease-in;
}

section {
  padding: 80px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  color: var(--white-col);

  p {
    color: var(--white-col);
    padding: 10px 0;
  }
}

.home-hero {
  background-image: url(/assets/images/bg.webp);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  background-color: black;

  h1 {
    color: var(--white-col);
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 14px;
    text-transform: capitalize;
  }

  p {
    color: var(--white-col);
  }
}

.header {
  padding: 10px 0;
  color: var(--default-color);
  background-color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 56px;
}

.top-bar {
  i {
    color: var(--thm-color-b1);
  }
}

body.scrolled #header .top-bar {
  display: none !important;
}

#header.sticky {
  background-color: var(--secondary-col);
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* Desktop Navigation */

.navmenu {
  padding: 0;
}

.navmenu .main-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: end;
}
  
.main-menu li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.navmenu > ul > li {
  white-space: nowrap;
  padding: 14px 8px;
}

.navmenu > ul > li:last-child {
  padding-right: 10px;
}

.main-menu a,
.main-menu a:focus {
  color: var(--thm-black);
  font-size: 14px;
  padding: 0 2px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
}

.navmenu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--thm-color);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.main-menu a:hover:before,
.main-menu li:hover > a:before,
.main-menu .active:before {
  visibility: visible;
  width: 100%;
}

.main-menu li:hover > a,
.main-menu .active,
.main-menu .active:focus {
  color: var(--main-color);
}

.navmenu .dropdown ul {
  column-count: 3;
  padding: 20px;
  background: var(--dark-bg);
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  color: var(--secondary-col);
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
  transform: scale(0);
  transition: 0.5s all;
  box-shadow: 0 0px 8px rgb(255 251 255), 0 2px 6px rgb(255 251 255);
  column-gap: 0;
}

.navmenu .dropdown ul li {
  min-width: 200px;
  border-bottom: solid 1px var(--secondary-col);
}

.navmenu .dropdown ul a {
  padding: 15px 20px;
  font-size: 14px;
  color: var(--secondary-col);
}

.navmenu .dropdown ul a i {
  font-size: 12px;
}

.navmenu .dropdown ul a:hover,
.navmenu .dropdown ul .active:hover,
.navmenu .dropdown ul li:hover > a {
  color: var(--main-color);
}

.navmenu .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 100 !important;
  transform: scale(1);
}

.navmenu .dropdown:hover > a > .toggle-dropdown,
.navmenu .dropdown.active > a > .toggle-dropdown {
  transform: rotate(180deg);
}

.navmenu .dropdown .dropdown ul {
  top: 0;
  left: 0%;
  visibility: hidden;
  transition: transform 0.3s ease;
}

.navmenu .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: -100%;
  visibility: visible;
}

.btn-hero {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.theme-btn {
  padding: 10px 30px;
  background: var(--main-color);
  color: var(--white-col);
  border: 2px solid var(--main-color);
  font-size: 18px;
  transition: 0.5s ease;
  font-weight: 700;
  border-radius: 100px;
  position: relative;

  i {
    padding-left: 10px;
  }

  &:hover {
    background: transparent;
    transform: scale(1.03);
    color: var(--main-color);
    border-color: var(--main-color);
  }
}

.theme-btn-2 {
  padding: 10px 30px;
  border: 2px solid var(--main-color);
  font-size: 18px;
  transition: 0.5s ease;
  font-weight: 700;
  border-radius: 100px;
  background: transparent;
  color: var(--main-color);

  i {
    padding-left: 10px;
  }

  &:hover {
    background: var(--main-color);
    color: var(--white-col);
    transform: scale(1.03);
  }
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 24px;
  font-weight: 500;
  color: #282825;
}

.banner-icon {
  position: absolute;
  bottom: 25%;
  left: 100px;
  /* filter: hue-rotate(130deg); */
}

.banner-icon {
  display: inline-block;
  animation: fade-slide 2s ease-in-out infinite;
}

@keyframes fade-slide {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

.form-wrapper {
  .leadform {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }

  padding: 50px 25px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

  .form-content {
    h5 {
      font-size: 27px;
      color: #2b2b2b;
      margin-bottom: 10px;
      font-weight: 500;
    }

    h4 {
      font-size: 38px;
      color: #2b2b2b;
      font-weight: 500;
      margin-bottom: 10px;

      span {
        color: var(--main-color);
      }
    }
  }

  .form-control {
    background: transparent !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 12px;
    box-shadow: 0 4px 20px rgb(99 99 99 / 10%);
    font-family: "Manrope", sans-serif;
  }

  label {
    color: var(--black-col);
  }
}

.why-us-bg-img {
  top: -77px;
  z-index: -1;
}

.why-us-section {
  background-color: #e5e5e1;
  position: relative;
  padding-bottom: 180px;
  z-index: 0;

  ul li img {
    /* filter: hue-rotate(130deg); */
  }

  .why-us-text p {
    font-size: 24px;
    color: var(--lightblack-col);
  }
}

.publishing-services-section {
  position: relative;

  .publishing-bg-img {
    top: -50px;
  }

  .service-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    h5 {
      font-size: 24px;
    }

    p {
      font-size: 18px;
    }
  }

  .service-box-1 {
    background-color: transparent;
    border: 2px solid var(--main-color);
    border-radius: 12px;
  }

  .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background-color: transparent;
    border: 2px solid var(--main-color);
  }

  .service-heading h2,
  .service-heading p {
    color: var(--white-col);
  }
}

.bg-dark {
  background-color: var(--dark-bg) !important;
  color: var(--white-col);

  .theme-btn:hover {
    background: transparent;
    transform: scale(1.03);
    border-color: var(--main-color);
    color: var(--secondary-col);
  }
}

.main-heading {
  h2 {
    font-size: 60px;
    line-height: 1.2;
  }

  p {
    font-size: 18px;
  }
}

.book-offer-section {
  .main-text {
    p {
      font-size: 18px;
      line-height: 40px;
    }
  }

  .final-heading {
    img {
      position: absolute;
      right: -15px;
      top: 35%;
      transform: translateY(-50%);
      filter: hue-rotate(130deg);
    }
  }
}

.book-category-section {
  background-color: #fff;

  .section-footer p {
    font-size: 24px;
  }

  .book-genre-list {
    padding: 0;
    margin: 0;
    gap: 1rem;
    flex-wrap: wrap;

    .genre-item {
      background-color: #f7f7f7;
      border-radius: 30px;
      padding: 10px 20px;
      font-weight: 500;
      color: #333;
      white-space: nowrap;
      display: inline-flex;
      font-size: 22px;
      align-items: center;
      transition: all 0.3s ease-in-out;

      img {
        top: 32%;
        left: 30%;
        position: absolute;
        transform: translate(-50%, -50%);
        filter: hue-rotate(130deg);
      }
    }

    .genre-item span {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .genre-item:hover {
      background-color: var(--main-color);
      color: #fff;
    }

    .button-group .theme-btn {
      padding: 10px 25px;
    }
  }
}

.our-genre-sec {
  .our-genre {
    width: 100%;
    gap: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-radius: 9px;
    padding: 30px 10px;

    h5 {
      font-size: 26px;
    }
  }

  .our-genre span {
    height: 96.49px;
    width: 96.49px;
    background: #4b4b4b;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-genre:hover span {
    background: var(--main-color);
  }

  h5 {
    font-size: 26px;
  }

  .our-genre:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--main-color);
    transform: translateY(-12px);
  }
}

.portfolio-sec {
  background-color: var(--dark-bg);
  position: relative;
  padding: 80px 0;

  .portfolio-img {
    position: absolute;
    top: -50px;
    left: 0;
  }
}

.testimonial {
  .main-heading p {
    line-height: 36px;
  }

  .testi-swiper {
    height: 600px;
  }

  .testimonial-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    margin: 10px;

    p {
      color: #282825;
      font-weight: 600;
      font-size: 16px;
    }
  }

  .testimonial-box .bottom {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .testimonial-box .client img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 15px;
  }

  .testimonial-box .name {
    margin: 0;
  }

  .testimonial-box .des {
    margin: 0;
    font-size: 14px;
    color: gray;
  }

  .swiper-slide {
    height: auto;

    .testimonial-box {
      background: #e5e5e1;
      transition: all ease 0.5s;
    }

    &.swiper-slide-active {
      .testimonial-box {
        background: #fff;
        transition: all ease 0.5s;

        &::before {
          content: "";
          background-image: url(../images/tbg1.png);
          position: absolute;
          height: 100%;
          width: 100%;
          background-repeat: no-repeat;
          background-size: auto;
          left: 0;
          top: 0;
          z-index: -1;
          filter: brightness(0);
        }

        &::after {
          content: "";
          background-image: url(../images/tbg1.png);
          position: absolute;
          height: 100%;
          width: 100%;
          background-repeat: no-repeat;
          background-size: auto;
          left: 0;
          top: 0;
          z-index: -1;
          filter: brightness(0);
          transform: rotate(180deg);
        }
      }
    }
  }
}

.custom-cta-sec {
  background-color: #1d1e20;
  padding: 0 0 110px;
  position: relative;
  padding-top: 14vw;

  .custom-cta-img-desktop {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
  }
}

.offer-box {
  width: 100%;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border: 1px solid rgb(199, 198, 198);
  border-radius: 20px;
  min-height: 600px;
  transition: all 0.2s ease;
  margin-bottom: 40px;
}

.offer-box:hover {
  background-color: #4b4b4b;
  color: white;
}

.offer-box .rounded-circle {
  background-color: #4b4b4b;
  color: white;
  width: 150px;
  height: 150px;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-box:hover .rounded-circle {
  background-color: var(--main-color);
}

footer {
  background-color: #1d1e20 !important;

  p {
    font-size: 14px;
    color: white;
  }

  h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  li {
    font-size: 16px !important;
    color: var(--white-col);

    strong {
      font-size: 16px;
      color: var(--white-col);
    }
  }

  a {
    text-decoration: none;
  }

  ul li a {
    font-size: 16px;
    color: var(--white-col);
    padding: 7px 0;
    line-height: 26px;
  }

  .fa-arrow-right:before {
    content: "\f061";
  }

  a i {
    padding-right: 10px;
    color: var(--main-color);
  }
}

.portfolio-section {
  position: relative;
  z-index: 0;
}

.team-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.team-box > div {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.team-box > div > div {
  margin: 0px auto;
  padding: 10px 0;
  border-radius: 8px;
  background-color: white;
  width: 90% !important;
}

.team-box h4 {
  font-size: 23px;
  margin-bottom: 2px;
}

.team-box p {
  font-size: 14px;
  margin: 0px;
}

.contact-us {
  position: relative;
  z-index: 0;

  .contact-uslist {
    box-shadow: 0px 24px 80px 0px #00000026;
    border-radius: 10px;
    padding: 60px 38px;

    ul {
      padding-left: 0;
      gap: 12px;
      display: grid;
    }

    i {
      font-size: 14px;
    }

    ul li span {
      height: 40px;
      width: 40px;
      background: var(--main-color);
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    a {
      font-size: 16px;
      text-decoration: none;
    }

    .main-heading {
      p {
        color: #999999;
        font-size: 18px;
        line-height: 30px;
      }
    }
  }

  .form-wrapper {
    padding: 0px 0px;
    background-color: none;
    border-radius: 0px;
    box-shadow: none;
  }

  .form-content {
    display: none;
  }
}

.terms-and-conditions {
  li {
    font-size: 14px !important;
  }
}


.tu-page {
  min-height: 600px;
  padding: 0px;
}

