@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");

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

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

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


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

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

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

/* 
@font-face {
  font-family: OnsetSemiBold;
  src: url("../fonts/Onset-SemiBold.ttf");
} */

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


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

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

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

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




:root {
  --font-100: OnsetThin;
  --font-200: OnsetExtraLight;
  --font-300: OnsetLight;
  --font-400: OnsetRegular;
  --font-500: OnsetMedium;
  --font-600: OnsetBold;
  --font-700: OnsetBlack;
  --font-BebasKai: BebasKai;
  --font-Anton: Anton;

  --primary: #100F00;
  --secondary-gradent: radial-gradient(103.18% 343.27% at 50% 50%, #B5A82E 0%, #F5F97F 100%);
  --secondary: #B5A82E;
  --secondary-light: #F5F97F;
}



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

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

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

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
}

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



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



body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  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;
  /* font-family: RalgineRegular; */
}

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

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {

  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}




.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}



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

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

.offcanvas {
  background-color: var(--primary);
  width: 65%;
}

.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 {
  padding: 6px 10px;
}

/* section */

section {
  background-color: #1F1F1F;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: #000001;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: var(--primary);
  transform: translateY(0px);
}

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

.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: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--secondary);
  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 {
  --color: var(--primary);
  padding: 12px 28px;
  background-color: transparent;
  /* border-radius: .3em; */
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  font-family: var(--font-400);
  font-size: 17px;
  border: 1px solid;
  text-transform: uppercase;
  color: var(--color);
  z-index: 1;
  display: block;
}

.btn-theme::before,
.btn-theme::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background: var(--secondary-light);
  transition: .7s ease;
  height: 410px;
  width: 410px;
}

.btn-theme::before {
  top: -1em;
  left: -1em;
}

.btn-theme::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

.btn-theme:hover::before,
.btn-theme:hover::after {
  height: 50px;
  width: 50px;
}

.btn-theme:hover {
  color: var(--secondary-light);
}

.btn-theme:active {
  filter: brightness(.8);
}


/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: var(--secondary-gradent);
}

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

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

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

.footer-links>ul {
  list-style: none;
  padding: 0;
}

.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;
  font-family: var(--font-300);
}

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

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: \;
}

.header.sticky li a.active {
  color: var(--secondary) !important;

}

div#navbarNav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
}

nav.navbar.navbar-expand-xl.navbar-dark.stroke.bg-transparent {
  flex-direction: column;
  align-items: unset;
}

.header-top-main {
  border-bottom: 1px solid;
  padding-bottom: 15px;
}


.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-mail-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-mail span {
  margin-left: 6px;
  color: white;
  transition: .3s;
}

.header-mail i {
  color: var(--secondary);
  transition: .3s;
}

.social-media {
  color: var(--secondary);
}

.social-media i:not(:nth-child(1)) {
  margin-left: 12px;
}

.nav-link:hover,
.nav-link.active {
  color: var(--secondary) !important;
}

/* Hero_Section */
.hero-section.other-hero {
  background-image: url("../images/hero-bg.png");

  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section {
    position: relative;
    padding-top: 200px;
    overflow: hidden;
}

section.hero-section.other-hero:after {
    content: none;
}
.hero-section:after {
    position: absolute;
    z-index: 5;
    content: "";
    inset: 0;
    background: #00000080;
    z-index: 2;
}
.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.author-sec {
  background-image: url(../images/bg-author.png);
  padding-top: 460px;
  padding-bottom: 100px;
  text-align: center;
}

.author-sec .row {
  justify-content: center;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  background: #100f0000;
  backdrop-filter: blur(19px);
}

.header-mail:hover span {
  color: var(--secondary);
}

.text-img {}

.hero-content-img .img-box {
  height: 99px;
}

.text-img span {
  font-size: 22px;
  color: white;
  font-family: var(--font-500);
  display: flex;
}

.text-img:after {}

.author-sec .text-img:after {
  display: none;
}

.hero-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
  position: relative;
  z-index: 4;
}

.author-sec .hero-content {
  align-items: center;
}

.hero-content h1 {
  color: #fff;
  font-size: 81px;
  margin-bottom: 0px;
  line-height: 1;
  font-family: var(--font-BebasKai);
}

.hero-content h4 {
  color: #18939E;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  max-width: 340px;
  line-height: 1.1;
}

.author-sec .hero-content h4 {
  font-family: 'BonVivant-Regular';
  font-weight: bold;
  color: #fff;
  word-spacing: 10px;
  text-transform: capitalize;
}

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

.footer-top {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 3px solid black;
}

.footer-bottom {
  margin-top: 28px;
  text-align: center;
}

ul.footer-link {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 21px;
  margin: 0;
}

ul.footer-link li {
  list-style: none;
}

ul.footer-link li a {
  color: black;
  font-size: 19px;
  font-family: var(--font-500);
}

.footer-bottom p {
  color: black;
  margin: 0;
  font-size: 16px;
}

.header-top .social-media {
  display: flex;
  gap: 18px;
}















/*subscribe*/
.subscribe-sec {
  background: white;
}

.bg-subscribe {
  padding: 45px 40px;
  border: 40px white solid;
  margin-top: -90px;
  background: #1F1F1F;
  z-index: 4;
  position: relative;
  border-bottom: 0;
  overflow: hidden;
}

.subscribe-sec .subscribe-left h3 {
  font-size: 69px;
  font-weight: 500;
  margin-bottom: 10px;
  color: white;
  font-family: var(--font-BebasKai);
}

.subscribe-sec .subscribe-left p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.subscribe-sec .subscribe-right form input {
  background: #EEEDEB;
  border: none;
  border-radius: 0;
}

.btn-black:after,
.btn-black:before {
  background: black;
}

.btn-black:hover {
  background: transparent;
  border-color: white;
  color: white;
}

.hero-content-img {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.social-media-main {
  display: flex;
  align-items: center;
  gap: 9px;
}

a.btn-theme.social-media {
  padding: 0;
  height: 40px;
  width: 40px;
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  border: 2px solid;
}

a.btn-theme.social-media:after,
a.btn-theme.social-media:before {
  height: 50px;
  width: 50px;
}

a.btn-theme.social-media:hover:after,
a.btn-theme.social-media:hover:before {
  height: 400px;
  width: 400px;
}

a.btn-theme.social-media:hover {
  color: var(--primary) !important;
  border: 2px solid var(--secondary);

}

a.btn-theme.social-media:hover i {
  color: var(--primary);
}

a.btn-theme.social-medi i {
  transition: 4s;
}

.btn-black {
  color: white;
  border-color: black;
}

.about-aurthor-heading {
  flex-direction: column;
  display: flex;
  text-align: center;
  margin-bottom: 20px;
  align-items: flex-start;
}

span.theme-span {
  color: var(--secondary);
  font-size: 16px;
  display: flex;
}

.main-heading {
  font-size: 55px;
  font-family: var(--font-Anton);
  color: white;
  margin: 0;
}

.about-aurthor-content-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.about-aurthor-content p {
  color: #b3b3b3;
  font-size: 16px;
}

.about-count {
  flex-direction: column;
  display: flex;
}

.about-aurthor-content-row .row {
  width: 100%;
}

.about-aurthor-content-row .row .col-12:not(:last-child) {
  border-right: 4px solid var(--secondary);
}

.about-count h3 {
  font-size: 45px;
  color: white;
  font-family: var(--font-Anton);
  margin: 0;
}

.about-count span {
  font-size: 17px;
  color: #b3b3b3;
}

.about-aurthor-content-row .row .col-12:not(:first-child) {
  padding-left: 22px;
}

section.about-aurthor .row {
  align-items: center;
}

.about-aurthor-img.img-box img {
  object-fit: contain;
}

.about-aurthor-img.img-box {
  height: 580px;
  position: absolute;
  bottom: 0;
}

section.about-aurthor {
  position: relative;
  overflow: hidden;
}

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

section.about-book {
  background: url(../images/about-book-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 600px;
  /* padding: 50px 0; */
}

.about-aurthor-book {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-book-content p {
  color: white;
  font-size: 16px;
}

.about-book .row {
  align-items: center;
}

.about-aurthor-book img {
  height: 460px;
}

/* book trailer */
.book-trailer.img-box-content {}

.video-container {
  position: relative;
  display: inline-block;
}

#myVideo {
  width: 100%;
  height: auto;
}

.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(--secondary);
}

.trailer-border-img {
  position: absolute;
  bottom: 100%;
  width: 100%;
}

section#trailer {
  position: relative;
}

.book-trailer-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 50px;
  border-top: 2px solid white;
}

.book-trailer-heading p {
  color: white;
  max-width: 510px;
  font-size: 16px;
}

.book-trailer-container {
  margin-top: -580px;
  position: relative;
  z-index: 5;
}

/* Blogs*/
.blogs-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.blog-card-content {
  margin-top: 10px;
}

.blog-card-content h3 {
  font-size: 23px;
  color: white;
}

.blog-card-content p {
  color: #f2f2f2ab;
}

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

.blog-card-content-bottom a  , .blog-card-content-bottom span {
  font-size: 16px;
  color: white;
  text-decoration: underline;
}

.blog-card-content-bottom a:hover {
  color: var(--secondary);
}

.testi-card {
  background: white;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  transition: .3s ease;
  margin-bottom: 20px;
  height: 253px;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}

section.testi {
  padding-bottom: 110px;
  padding-top: 70px;
}

.testi-heading {
  margin-bottom: 40px;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.testi-heading {}

.testi-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testi-profile-content {
  flex-direction: column;
  display: flex;
  gap: 4px;
}

.testi-profile-content strong {
  font-size: 19px;
  color: black;
  font-family: var(--font-600);
  transition: .3s ease;
}

.testi-card p {
  font-size: 16px;
  transition: .3s ease;
}

.testi-profile-content span {
  color: #303030;
  transition: .3s ease;
}

.rating {
  display: flex;
  align-items: center;
  gap: 9px;
  color: orange;
  font-size: 23px;
  margin-bottom: 12px;
}

.test-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

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

.hero-section.other-hero {
  padding-bottom: 80px;
}

.testi-card:hover p {
  color: white;
}

.testi-card:hover .testi-profile-content strong,
.testi-card:hover .testi-profile-content span {
  color: white;
}

.testi-profile-content strong {}

.testi-card>* {
  position: relative;
  z-index: 5;
}

.testi-card:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: var(--secondary-gradent);
  height: 20%;
  width: 20%;
  border-radius: 0 0 0px 50px;
  opacity: 0;
  transition: .3s ease;
}

.testi-card:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
  border-radius: 0;
}

.testi-card:hover {
  scale: 1.04;
  box-shadow: 0px 6px 24px #f5f97f63;
  border-radius: 5px;
}

/* =================================Cursor================================= */
/* *,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {

  cursor: none;
}


#cursor {
  position: fixed;
  top: calc(2rem * -0.5);
  left: calc(2rem * -0.5);
  pointer-events: none;
  mix-blend-mode: difference;
  filter: url(#goo);
  z-index: 55;
}

.cursor-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  transform-origin: center center;
  border-radius: 2rem;
  background: #fff;
}

.goo {
  display: none;
} */
.testi-card:hover.rating {
  color: #c37e00;
}

.rating i {
  transition: .3s;
}

.aurthor-2-img {
  height: 550px;
  position: relative;
}

.aurthor-2-img img {
  object-fit: contain;
}

.about-aurthor-2-heading {
  margin-bottom: 30px;
}

.about-aurthor-02-content p {
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
}

p.aurthor-2-detail {
  margin-top: 25px;
  margin-bottom: 0;
  color: white;
  font-size: 15px;
}

/* Faq */
.faq h2 {
  margin-bottom: 30px;
}

.faq-heading h4 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
}



.faq .accordion-item {
  margin-bottom: 30px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #0000001f;
  border-bottom: 1px solid;
}

.faq button.accordion-button.collapsed {
  background: transparent !important;
  padding: 0;
  color: white;
  font-size: 20px;
  font-family: var(--font-600);
}




.faq .accordion-header {
  border: 0;
}

.faq .accordion-body {
  border: 0;
  padding: 0;
}


.faq button.accordion-button {
  box-shadow: none;
  padding: 0;
  background: transparent;
  font-size: 20px;
  font-family: var(--font-600);
}

.faq button.accordion-button h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: white;
}

.accordion-button::after {
  background-image: none;
  content: "+";
  color: var(--secondary-light);
  font-size: 37px;
  margin-bottom: 20px;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  content: "-";
  /* transform: translate(11px, -9px); */
  rotate: none;
}

.accordion-body p {
  color: #ffffffb8;
  font-size: 16px;
}

.faq h2.main-heading {
  margin-bottom: 50px;
  text-align: center;
}

section.faq {
  padding-bottom: 80px;
  position: relative;
  padding-top: 70px;
}

section.faq:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  height: 2px;
  width: 80%;
}

section.about-aurthor-02 {
  padding-bottom: 70px;
}

.blog-card {
  margin-bottom: 20px;
  /* height: 438px; */
  /* flex-direction: column; */
  /* display: flex; */
  /* justify-content: space-between; */
}

/* Book-2 */
.book-2-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 40px;
  gap: 15px;
}

.book-2-content .img-box {
  /* margin-bottom: 20px; */
}

.book-2-content strong {
  color: white;
  font-size: 17px;
  /* margin-bottom: 20px; */
  font-family: var(--font-500);
}

.book-2-content p {
  color: #ffffffbd;
  margin: 0;
}

.book-2-content-main-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
  margin-top: 30px;
}

.book-2-content-main-content h3 {
  color: white;
  font-size: 21px;
  font-family: var(--font-500);
}

.book-2-content-main-content p {
  color: #ffffffbd;
}

.book-2-content:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background: white;
}

.about-aurthor-book-main {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 25px;
}

section.testi.faq h2.main-heading {
  text-align: left;
}

.accordion-button:not(.collapsed) {
  color: var(--secondary);
  font-family: var(--font-600);
}

/* contact */
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

form.needs-validation .form-control {
  border-color: white;
  background: #ffffff33;
  color: white !important;

}

form.needs-validation .form-control::placeholder {
  color: #c7c7c7 !important;

}

.contact-heading {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.contact-heading p {
  color: white;
  font-size: 16px;
}

.contact-btn button.btn.btn-theme.mt-1 {
  width: 100%;
  max-width: 180px;
}

section.book-trailer {
  position: relative;
}

.header.sticky li a:hover {
  color: var(--secondary) !important;
}

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

.thank-you-content h1 {
  font-size: 60px;
  color: white;
  font-family: var(--font-700);
}

.thank-you-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 5;
}

.thank-you-content h1 span {
  font-size: 60px;
  font-family: var(--font-700);
  background: radial-gradient(103.18% 343.27% at 50% 50%, #B5A82E 0%, #F5F97F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fade-right {
    opacity: 0;
    transform: translateX(-200px);
    animation: fadeRight 0.4s ease-out forwards;
    scale: .5;
    rotate: -16deg;
    position: relative;
    z-index: 5;
}
.navbar-brand , .footer-logo a , .offcanvas-header a{
    width: 240px;
    overflow: hidden;
    height:auto;
    display: block;
}

.navbar-brand img , .footer-logo a img , .offcanvas-header a img {
    width: 100% !important;
    object-fit: contain;
    display :flex;
    height: 100% !important;
}


/* Define Keyframes */
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
        scale: 0.7;
        rotate: -6deg;
    }
    to {
        opacity: 1;
        transform: translateX(0);
        scale: 1;
        rotate: 0deg;
    }
}
.singl-blogs-content img {
    width: 100%;
    margin-bottom: 20px;
}

.singl-blogs-content h2 {
    color: white;
    font-family: var(--font-600);
    font-size: 32px;
}

.singl-blogs-content p {
    color: #dbdbdb;
    font-size: 16px;
}.singl-blogs-content img {
    height: 500px;
    object-fit: cover;
    max-width: 1050px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

section.singl-blogs {
    padding-bottom: 100px;
}.singl-blogs-content h3 {
    font-size: 25px;
    color: white;
    font-family: var(--font-500);
}.blog-card-content-bottom span {color: #dbdbdb;text-decoration: none;}
.testi-card img {
    border-radius: 50%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--secondary);
    font-size: 29px !important;
}

.swiper-button-next, .swiper-button-prev {
    /* background: var(--primary); */
    transform: translateY(-40px);
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}.swiper-button-next {
    transform: translate(10px,-40px );
    z-index: 5;
}

.swiper-button-prev {
        transform:  translate(-10px, -40px) !important;
}.testi-swiper {
    position: relative;
}

.testi-swiper .swiper {
    max-width: 1190px;
}
.accordion-body p > a {
    color: var(--secondary) ;
}
.blog-card .img-box {
    height: 240px;
}
.author-numbers-main {
    position: absolute;
    bottom: 40px;
    left: 110px;
    width: 100%;
    max-width: 420px;
    padding: 24px;
    background: var(--primary);
}

.author-numbers-main strong {
    color: white;
    font-size: 21px;
    font-family: var(--font-600);
    margin-bottom: 10px;
    display: block;
}

.author-numbers {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 17px;
}.author-numbers i {
    font-size: 29px;
    color: var(--secondary);
    margin-bottom: 5px;
}

.author-numbers a {
    color: #c7c7c7;
}

.author-numbers a:hover {
    color: var(--secondary);
}