@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: 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");
}
@font-face {
  font-family: BebasNeue;
  src: url("../fonts/BebasNeue/BebasNeue-Regular.ttf");
}

:root {
  --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-Bebas: BebasNeue;

  --primary: #6f655d;
  --secondary: #ac955b;
}

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

.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%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  gap: 7px;
}

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

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

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !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(--secondary);
  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: #01010159;
  z-index: 999;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
}

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

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

/* 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 {
  border: 2px solid var(--secondary);
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: var(--secondary);
  color: white;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  border-radius: 5px;
  font-family: var(--font-Bebas);
  font-size: 17px;
  letter-spacing: 1.7px;
}

.btn-theme:hover {
  /* border: 2px solid #ffffff; */
  background: transparent;
  color: var(--secondary);
}

.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-links > h6 {
  color: white;
  font-size: 1.2rem;
  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;
  font-size: 18px;
}

ul.navbar-nav {
  gap: 42px;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-social-main {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-media {
  background: white;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social-media img {
  transition: 0.3s;
  object-fit: contain;
  height: 19px;
  width: 100%;
}

.social-media:hover img {
  scale: 1.1;
}

/* hero */
.hero-section {
  background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 240px;
  margin-bottom: 329px;
}

.hero-box {
  /* Group 1171276953 */
  padding: 25px;
  background: var(--primary);
  border-radius: 12px;
}
.hero-content {
  padding: 19px;
  background: rgba(217, 217, 217, 0.01);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.hero-content h1 {
  color: white;
  font-family: var(--font-Bebas);
  font-size: 51px;
  line-height: 1.1;
}

.hero-content p {
  color: #ffffffd6;
}
.hero-wrapper {
  margin-bottom: -380px;
}

.hero-img {
  transform: translateX(-110px);
}
footer {
  background-color: #2b2724;
  color: #fff;
  font-size: 14px;
}
.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top-heading {
  font-size: 39px;
  text-align: left;
  color: white;
  line-height: 1.1;
  margin: 0;
  font-family: var(--font-Bebas);
}
.newsletter-input {
  background: white;
  border-radius: 0;
}
.newsletter-input input {
  border: 0;
  color: black !important;
  opacity: 1;
  background: white;
}
.subscribe-btn {
  background-color: var(--secondary);
  border: none;
  color: #000;
  padding: 10px 20px;
  border: 2px solid var(--secondary);
  transition: 0.3s;
  margin: 5px;
}
.footer-middle {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.footer-links a {
  color: #ffffffba;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.footer-content p {
  margin: 0;
  color: #ffffffba;
  font-size: 17px;
}

.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: 45px;
  text-align: left;
  color: white;
  line-height: 1.1;
  margin: 0;
}

.footer-bottom.container {
  font-size: 15px;
}
.footer-bottom.container {
  font-size: 15px;
}
.footer-bottom {
  padding: 20px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.footer-social a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}
.subscribe-btn:hover {
  background: transparent;
  color: var(--secondary);
}
.footer-heading {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.about-the-author-heading h2 {
  font-size: 70px;
  font-family: var(--font-Bebas);
}
.about-the-author-content p {
  margin: 0;
}

.about-the-author-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  /* height: 100%; */
}

.about-the-author-content p {
  color: #3b3b3b;
  font-size: 17px;
}

section.about-the-author .row {
  /* align-items: center; */
}

.col-lg-7.col-md-12:has(.about-the-author-content) {
  /* height: 100%; */
  /* background: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 4px solid #0000007a;
}
section.about-the-author .img-box {
  padding: 32px 0;
}

.main {
  background-image: url(../images/main-bg-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
.about-the-book-content h2 {
  color: white;
  font-family: var(--font-Bebas);
  font-size: 70px;
  line-height: 1.1;
}

.about-the-book-content p {
  color: #ffffffc4;
  font-size: 16px;
}
.col-lg-4.col-md-12:has(.img-box-content) {
  /* height: 100%; */
  /* background: red; */
  align-items: center;
  justify-content: center;
  border-left: 4px solid white;
}

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

.testi-wrapper {
  background-image: url(../images/testi-bg.png);
  padding: 50px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.test-heading h2 {
  font-size: 70px;
  color: white;
  font-family: var(--font-Bebas);
}

.testi-card-main {
  background: #00000033;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 6px;
  height: 100%;
}

.testi-card > * {
  margin: 0;
}

.testi-card {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 17px;
  border: 2px solid #ffffff6b;
  border-radius: 5px;
  height: 100%;
  justify-content: space-between;
}

.testi-card strong {
  font-size: 22px;
  font-family: var(--font-Bebas);
  color: white;
  /* margin-top: auto; */
}

.testi-card p {
  color: #ffffffad;
}
.rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 22px;
}

.rated {
  color: orange;
}

.unrated {
  color: #ccc;
}

.half-rated {
  position: relative;
  color: #ccc;
}

.half-rated::before {
  content: "\f186"; /* full star */
  font-family: "remixicon";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: orange;
}
.blog-card {
  background: #70665e2e;
  border-radius: 13px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.blog-card-content {
  padding: 20px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
  padding-top: 0;
}

.blog-card-content > * {
  margin: 0;
}

.blog-card-content h4 {
  font-size: 28px;
  font-family: var(--font-Bebas);
  color: white;
}

.blog-card-content p {
  color: white;
}
.blog-card-cotnent-child {
  padding: 16px;
  border: 2px solid #ac955b73;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.blog-card-cotnent-child span {
  color: var(--secondary);
  font-family: var(--font-700);
}
.blog-card:hover img {
  scale: 1.1;
}

.img-box-content,
.img-box {
  overflow: hidden;
}

.blog-card .img-box {
  border-radius: 13px;
}

.contact-us {
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 130px;
}
.contact-us:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  background: #000000c7;
  width: 100%;
  z-index: -1;
}

form.needs-validation.contact-us-form .test-heading {
  align-items: flex-start;
  justify-content: flex-start;
}

form.needs-validation.contact-us-form .test-heading h2 {
  color: black;
  line-height: 1;
}

form.needs-validation.contact-us-form {
  padding: 50px;
  background: white;
}
.contact-us .btn-main {
  display: flex;
  justify-content: flex-end;
}

.contact-us .btn-main .btn-theme {
  padding: 10px 60px;
  font-size: 16px;
}

section.other-page-hero-section {
  margin: 0;
  padding-bottom: 210px;
  padding-top: 320px;
}
section.other-page-hero-section .hero-wrapper {
  margin: 0;
}

section.other-page-hero-section .hero-wrapper .hero-content {
  padding: 0;
  border: 0;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}
section.other-page-hero-section .hero-wrapper .hero-content h1 {
  font-size: 110px;
}
.order-book-btn {
  display: flex;
  align-items: center;
  gap: 10px 40px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.about-the-author-content.sec-auth {
  margin-top: 20px;
}

.faq-item {
  background-color: #4a443f7d;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
  height: 164px;
}

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

.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);
}
.faq-mai-wrap {
  background-image: url(../images/faq-bg.png);
  padding: 50px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faq-wrappp {
  padding: 10px 15px;
  border: 2px solid #ffffff57;
  border-radius: 5px;
}

.faq-question span {
  font-family: var(--font-Bebas);
  font-size: 22px;
  letter-spacing: 2px;
}

span.faq-icon {
  font-size: 28px;
  font-family: var(--font-600);
}
button.navbar-toggler {
  display: none;
}
.testi-wrapper .row {
  gap: 20px 0;
}
.single-post-wrapper .test-heading h2 {
  color: black;
  line-height: 1.1;
}
.single-post-wrapper .test-heading {
  justify-content: flex-start;
  margin-top: 40px;
}

.single-post-wrapper p {
  font-size: 16px;
  color: #464545;
}
.single-post-wrapper .img-box {
  height: 500px;
  border-radius: 10px;
  max-width: 800px;
}
.offcanvas-body ul.navbar-nav {
  gap: 20px;
}
#blogAlert,
#amazonAlert {
  transition: opacity 0.3s ease-in-out;
}
#blogAlert,
#amazonAlert {
  width: 90%;
  max-width: 320px;
  right: 1rem !important;
  top: 1rem !important;
  z-index: 9999;
}
#blogAlert,
#amazonAlert {
  z-index: 2000 !important; /* Higher than navbar */
}
#blogAlert,
#amazonAlert {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 2000 !important;
  width: 90%;
  max-width: 320px;
}
section.hero-section.thank-you.other-page-hero-section .hero-content h1 {
  margin: 0;
  line-height: 1;
}
body.thankyou-page ul.navbar-nav {
  display: none;
}

body.thankyou-page footer {
  display: none;
}

section.hero-section.thank-you.other-page-hero-section {
  height: 100vh;
  padding: revert-layer;
  display: flex;
  align-items: center;
  justify-content: center;
}.faq-item .faq-wrappp {
    height: 100%;
}

.faq-item.open {
    height: auto;
}
.navbar-nav li:has(.blog-alert) {
    display: none;
}
.blog-alert{
       display: none !important;
}section.about-the-author .img-box {
    border-radius: 50px;
    overflow: hidden;
    height: 570px;
}

section.about-the-author .img-box img {
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}

section.about-the-author .about-the-author-heading {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}