@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=Bebas+Neue&display=swap");

/* Outfit Fonts */
@font-face {
  font-family: MADISSON;
  src: url("../fonts/Outfit/MADISSON.TTF");
}

@font-face {
  font-family: OutfitThin;
  src: url("../fonts/Outfit/Outfit-Thin.ttf");
}

@font-face {
  font-family: OutfitExtraLight;
  src: url("../fonts/Outfit/Outfit-ExtraLight.ttf");
}

@font-face {
  font-family: OutfitLight;
  src: url("../fonts/Outfit/Outfit-Light.ttf");
}

@font-face {
  font-family: OutfitRegular;
  src: url("../fonts/Outfit/Outfit-Regular.ttf");
}

@font-face {
  font-family: OutfitMedium;
  src: url("../fonts/Outfit/Outfit-Medium.ttf");
}

@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/Outfit/Outfit-SemiBold.ttf");
}

@font-face {
  font-family: OutfitBold;
  src: url("../fonts/Outfit/Outfit-Bold.ttf");
}

@font-face {
  font-family: OutfitExtraBold;
  src: url("../fonts/Outfit/Outfit-ExtraBold.ttf");
}

@font-face {
  font-family: OutfitBlack;
  src: url("../fonts/Outfit/Outfit-Black.ttf");
}

/* DM Serif Text Fonts */
@font-face {
  font-family: DMSerifText;
  src: url("../fonts/DM_Serif_Text/DMSerifText-Regular.ttf");
}

@font-face {
  font-family: DMSerifTextItalic;
  src: url("../fonts/DM_Serif_Text/DMSerifText-Italic.ttf");
}

:root {
  /* Outfit */
  --font-100: OutfitThin;
  --font-200: OutfitExtraLight;
  --font-300: OutfitLight;
  --font-400: OutfitRegular;
  --font-500: OutfitMedium;
  --font-600: OutfitSemiBold;
  --font-700: OutfitBold;
  --font-800: OutfitExtraBold;
  --font-900: OutfitBlack;
  --font-M: MADISSON;
  /* Rectangle 34624528 */

  /* DM Serif Text */
  --font-dm: DMSerifText;
  --font-dm-italic: DMSerifTextItalic;

  /* Colors */
  --primary: #fbdd98;
  /* --secondary: #ffca42; */
  --primary-gradient: linear-gradient(360deg, #f4dbbf -57.69%, #fbdd98 128.85%);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--font-400);
}

html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
  width: 100%;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.about-the-book-end.btns-logo img {
  width: 100%;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  gap: 7px;
  background: #302020;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    #261818;

  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  color: #6a7382;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: white !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: var(--primary) !important;
}

.navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

.header.sticky li a {
  color: white !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: var(--primary);
  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 a:hover,
.dropdown-menu li a.active {
  background: white !important;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
  border-radius: 5px;
}

.offcanvas {
  background-color: #000001;
}

.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: var(--secondary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  width: 100%;
  border-radius: 5px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: transparent;
  transition: 0.6s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 55;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #000001;
  top: 0;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 210px;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* 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: white !important;
  background-color: transparent;
  background: rgb(217 217 217 / 18%);
  /* opacity: 0.2; */
  border: 2px solid rgb(217 217 217 / 18%);
  border-radius: 0px;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--primary);
  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 {
  border: 2px solid transparent;
  padding: 10px 35px;
  display: inline-block;
  /* background: var(--primary-gradient); */
  color: #212121;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  display: flex;
}

.btn-theme:hover {
  border-color: var(--primary);
}

.btn-theme span {
  z-index: 2;
  position: relative;
  transition: 0.3s all;
}

.btn-theme:hover:after {
  opacity: 0;
}

.btn-theme:hover span {
  color: white;
}

.btn-theme::after {
  position: absolute;
  content: "";
  inset: 0;
  background: var(--primary-gradient);
  opacity: 1;
  z-index: 1;
  transition: 0.3s all;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #000001;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-heading {
  color: var(--secondary);
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}

.footer-links > p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links > ul {
  padding-left: 18px;
}

.footer-links > ul > li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links > ul > li:hover {
  color: var(--secondary);
}

.footer-links > ul > li > a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links > ul > li > a:hover {
  color: var(--secondary);
}

.social > p > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social > p > a {
  color: var(--secondary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social > p > a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.footer-bootom-links > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

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

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
  text-transform: capitalize;
}

ul.navbar-nav {
  gap: 22px;
}

.header-top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
  padding: 0 30px;
  padding-bottom: 15px;
  display: none;
}

.mail-media-main {
  display: flex;
  align-items: center;
  gap: 24px;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  cursor: pointer;
}

.social-media i {
  color: var(--primary);
  transition: 0.3s;
  font-size: 23px;
}

.social-media:hover i {
}

.social-media i:hover {
  transform: translateY(-3px);
}

header.header.sticky .header-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
}

.header-top {
  transition: 0.3s;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.mail-media {
  color: white;
}

.mail-media i {
  font-size: 21px;
  color: var(--primary);
}

.mail-media:nth-child(1) {
  padding-right: 24px;
  border-right: 1px solid white;
}

section.hero-section {
  padding-top: 190px;
  position: relative;
  /* background-image: url(../images/hero-bg-img.jpg); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}

section.hero-section > * {
  position: relative;
  z-index: 5;
}

/* Rectangle 34624406 */

section.hero-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    #26181814 0%,
    #44332a00 51.92%,
    #937c5900 82.69%,
    #fbdd9847 100%
  );
  opacity: 0.7;
  transform: rotate(-180deg);
}

.hero-content > span {
  font-size: 19px;
  color: white;
  color: #fff1d2;
  font-family: var(--font-400);
}

.hero-content h1,
.hero-content h2 {
  font-size: 52px;
  line-height: 1;
  color: white;
  font-family: var(--font-dm);
  color: #fff1d2;
  text-transform: uppercase;
  text-align: justify;
}

.hero-content h1 span,
.hero-content h2 span {
  font-size: 58px;
  color: #fff1d2;
  font-family: var(--font-dm-italic);
}

.hero-content p {
  font-size: 17px;
  color: white;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  /*padding-bottom: 40px;*/
}

.main-heading {
  color: #ffffff;
  font-size: 60px;
  font-family: var(--font-dm);
}

p {
  color: #ffffff;
  font-size: 17px;
}

.writer-count {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 20px 0;
  border-right: 2px solid var(--primary);
}

.writer-count strong {
  font-size: 40px;
  color: #f4dbbf;
  font-family: var(--font-500);
  line-height: 1;
}

.writer-count span {
  font-size: 17px;
  color: white;
}

section.about-writer {
}

section.about-writer .row {
  align-items: center;
  width: 100%;
}

a#readMoreBtn {
  font-size: 19px;
  font-family: var(--font-dm);
  text-decoration: underline;
  color: var(--primary);
}

p.extra-text {
  margin-top: 20px;
}

section.broken {
  background: #484848;
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%); */
  padding: 20px 0;
}

.hero-content h2,
.hero-content h3 {
  font-size: 34px !important;
  line-height: 0.8;
  color: #fff1d2;
}

.hero-content h2 span {
  font-size: 50px;
}

.broken-img.img-box-content {
  /* transform: rotate(60.65deg); */
  /* margin-left: -370px; */
  /* margin-top: -200px; */
  /* margin-bottom: -200px; */
}

section.latest {
  padding-top: 180px;
}

.latest-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.latest-bottom p {
  margin: 0;
}

.latest-bottom a {
  font-size: 17px;
  color: var(--primary);
  text-decoration: underline;
}

.latest-card-content h6 {
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}

.latest-card {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.latest-heading {
  margin-bottom: 30px;
}

.testimonial-wrapper-main {
  padding: 70px;
  background: #403c3c8c;
}

.test-card {
  text-align: center;
  padding: 34px 28px;
  background: #484848;
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}

.test-card p {
  color: #ffffffb3;
}

.test-card strong {
  color: white;
  font-family: var(--font-600);
}

.rating {
  margin-bottom: 20px;
  font-size: 23px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.testimonial-wrapper-main p {
  color: #ffffffb3;
}

.rating .orange {
  color: #ffac00;
}

.faq-item {
  background-color: #484848c4;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  margin-top: 10px;
  font-size: 0.95rem;
  color: #eaeaea;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  /* enough space for text */
  opacity: 1;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

footer {
  background-color: #261818;
  color: #fff;
  font-size: 14px;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-middle {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  padding: 20px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter-input {
  max-width: 400px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.footer-links a:hover {
  text-decoration: underline;
}

.subscribe-btn {
  background-color: #f5ddc2;
  border: none;
  color: #000;
  padding: 10px 20px;
  border: 2px solid #f5ddc2;
  transition: 0.3s;
  margin: 5px;
}

.footer-social a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}

.footer-social a:hover {
  text-decoration: underline;
}

.footer-logo {
  font-family: "Brush Script MT", cursive;
  font-size: 26px;
}

.newsletter-input {
  background: white;
  border-radius: 0;
}

.newsletter-input input {
  border: 0;
  color: black !important;
  opacity: 1;
  background: white;
}

.newsletter-input input::placeholder {
  color: #959595 !important;
}

.subscribe-btn:hover {
  background: transparent;
}

.footer-content {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.footer-content p {
  margin: 0;
}

.footer-logo {
  font-family: "Brush Script MT", cursive;
  font-size: 26px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links .row {
  width: 100%;
}

.footer-links .row .col-6 {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.footer-top-heading {
  font-size: 39px;
  text-align: left;
  color: white;
  line-height: 1.1;
  margin: 0;
  font-family: var(--font-dm);
}

.footer-bottom.container {
  font-size: 15px;
}

.hero-content.other-hero-content h1 {
  font-size: 60px;
  color: white;
}

.hero-content.other-hero-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
}

.other-hero-content {
  /*max-width: 500px;*/
  margin: 0 auto;
}

.hero-section.other-hero-section {
  padding-bottom: 100px;
  padding-top: 220px;
}

.capricia {
  padding: 100px 0 !important;
  padding-bottom: 110px !important;
}

.capricia-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}

.caprica-img {
}

.capricia-heading span {
  color: var(--primary);
  font-size: 22px;
  font-family: var(--font-dm);
}

.row.capricia-count-main {
  padding: 15px;
  background: #343232;
  /* margin-right: -71px; */
  margin-bottom: -60px;
}

.about-writer-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.about-writer-content .btn-theme {
  margin-top: 30px;
}

.latest.other-page-latest {
  padding: 50px;
}

.about-writer-main.testimonial-wrapper-main {
  padding-bottom: 0;
}

section.about-the-book .about-the-book-img {
  margin-top: -110px;
  position: relative;
  margin: 0;
}

.contact-form-main.about-the-book-img {
  background: #1e1c1c;
  padding: 25px;
}

.contact-form-heading h2 {
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  font-family: var(--font-dm);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.527) !important;
}

.contact-form-heading {
  margin-bottom: 30px;
}

.contact-us-wrapper .icon i {
  font-size: 50px;
  color: var(--primary);
}

.contact-us-wrapper-content h4 {
  font-size: 20px;
  font-family: var(--font-dm);
  color: #ffeec8cf;
  margin-bottom: 9px;
}

.contact-us-wrapper-content p,
.contact-us-wrapper-content a {
  font-size: 15px;
  display: flex;
  transition: 0.3s;
}

.contact-us-wrapper-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.contact-us-wrapper-content a:hover {
  text-decoration: underline !important;
}

.hero-section.other-hero-section.thank-you {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-heading .header-top-main {
  display: none;
}

.thank-you-heading ul.navbar-nav {
  display: none;
}

.thank-you-heading a.btn.btn-theme {
  display: none;
}

.thank-you-heading button.navbar-toggler.aos-init.aos-animate {
  display: none;
}

section.latest {
  display: none;
}

.testimonial-wrapper .row {
  gap: 20px 0;
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.broken-img {
  scale: 0.8;
}

footer a {
  font-size: 15px;
}

section.about-the-book .about-the-book-img img {
  object-fit: contain;
}

.sub-heading {
  font-size: 43px !important;
  line-height: 1.1 !important;
}

.btns-logo .img-box-content {
  width: 246px;
  display: block;
}

section.broken .hero-content h2 {
  font-size: 64px !important;
}

.row.capricia-count-main {
  width: 100%;
  margin-left: 1px;
  margin-top: 10px;
}

.name-cap {
  font-size: 23px;
  color: var(--primary);
  font-family: var(--font-600);
  display: inline-block;
  margin-right: 3px;
}

section.broken .row {
  align-items: center;
}

.about-the-book-end.btns-logo {
  flex-wrap: wrap;
}

.sub-heading {
  font-family: var(--font-M) !important;
}

h2.sub-heading {
  font-size: 30px !important;
}

.hero-content.about-the-book-content h2 {
  font-size: 56px !important;
}
.book-trailer.img-box-content {
  padding: 20px;
  border: 2px solid #8f8f8f;
  height: auto;
}
.video-container {
    position: relative;
    display: inline-block;
}#myVideo {
    width: 100%;
    height: auto;
}
.img-box-content video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    cursor: pointer;
    font-size: 69px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    background: white;
    color: var(--primary);
}