@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: Plus_Jakarta_Sans_ExtraLight;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraLight.ttf");
}

@font-face {
  font-family: Plus_Jakarta_Sans_Light;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Light.ttf");
}

.gray {
    color: #c7c7c7;
}

@font-face {
  font-family: Plus_Jakarta_Sans_Regular;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf");
}

@font-face {
  font-family: Plus_Jakarta_Sans_Medium;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf");
}

@font-face {
  font-family: Plus_Jakarta_Sans_SemiBold;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBold.ttf");
}

@font-face {
  font-family: Plus_Jakarta_Sans_Bold;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.ttf");
}

@font-face {
  font-family: Plus_Jakarta_Sans_ExtraBold;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraBold.ttf");
}


@font-face {
  font-family: DMSerifDisplay-Regular;
  src: url("../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf");
}

@font-face {
  font-family: DMSerifDisplay-Italic;
  src: url("../fonts/DM_Serif_Display/DMSerifDisplay-Italic.ttf");
}




:root {


  --font-200: Plus_Jakarta_Sans_ExtraLight;
  --font-300: Plus_Jakarta_Sans_Light;
  --font-400: Plus_Jakarta_Sans_Regular;
  --font-500: Plus_Jakarta_Sans_Medium;
  --font-600: Plus_Jakarta_Sans_SemiBold;
  --font-700: Plus_Jakarta_Sans_Bold;
  --font-800: Plus_Jakarta_Sans_ExtraBold;


  --font-dm-400: DMSerifDisplay-Regular;
  --font-dm-500: DMSerifDisplay-Italic;



  --primary: #000;
  --secondary: #ED4636;

}


* {
  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) 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;

}

p {
  margin-bottom: 15px;
  color: #767676;
  font-size: 16px;
}

/* 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: white !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: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: white;
}

.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 {
  padding: 6px 10px;
}

/* section */

section {
  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: white;
}

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 white;
  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: 0;
}

.btn-theme:hover {
  color: var(--secondary);
  background: transparent;
}

.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: 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 {
  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;
}

ul.navbar-nav {
  gap: 22px;
}



/* Custom css  */



.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  text-transform: uppercase;
  font-family: var(--font-500);
  color: black !important;

}

ul.navbar-nav {
  gap: 22px;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* padding-top: 16px; */
}

div#navbarNav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
  margin-right: 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: flex-end;
}

.header-mail-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-mail span {
  margin-left: 6px;
  color: white;
  transition: .3s;
  color: black !important;

}

.header-mail i {
  color: var(--secondary);
  transition: .3s;
}

.social-media i {
  color: var(--white);
}

.social-media i:not(:nth-child(1)) {
  margin-left: 12px;
}

.nav-link:hover,
.nav-link.active {
  color: var(--secondary) !important;
}

.header {
  background: white;
}

.header-mail:hover span {
  color: var(--secondary);
}

.header-top .social-media .social-media-icon {
  height: 35px;
  width: 35px;
  background: var(--secondary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-top .social-media .social-media-icon:hover {
  background: var(--primary);
}

.news_card_content {
  align-items: center;
  text-align: center;
}

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: var(--primary);
}

.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;
}

.footer-top {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 3px solid white;
}

.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: white;
  font-size: 19px;
  font-family: var(--font-500);
}

.footer-bottom p {
  color: white;
  margin: 0;
  font-size: 16px;
}

.header-top .social-media {
  display: flex;
  gap: 18px;
}

section {
  padding-top: 50px;
  padding-bottom: 35px;
}


/* Hero-section */
.hero-section {
  background-image: url(../images/hero-bg.png);
  background-position: center;
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 380px;
}

/* for all social containers*/
.socialContainer {
  width: 45px;
  height: 45px;
  border-radius: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
}

/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}

/* twitter*/
.containerTwo:hover {
  background-color: #00acee !important;
  transition-duration: 0.3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #0072b1 !important;
  transition-duration: 0.3s;
}

/* Whatsapp*/
.containerFour:hover {
  background-color: green;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
  fill: black;
  /* stroke: black; */
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--secondary);
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.header-logo-main {
  display: flex;
  gap: 40px;
  align-items: center;
}

.soclia-media-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socialContainer:hover .socialSvg {
  color: white;
}

.header-logo-main .navbar-brand {
  margin: 0;
}

.hero-btn-main {
  display: flex;
  align-items: center;
  gap: 40px;
}

button.btn-under-line {
  padding-bottom: 4px;
  color: white;
  font-size: 18px;
  font-family: var(--font-400);
  position: relative;
}

button.btn-under-line:after,
button.btn-under-line:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--secondary);
  transition: .3s;
  left: 50%;
  transform: translateX(-50%);
}

button.btn-under-line:before {
  background: white;
  width: 100%;
  transition: .3s;

}

button.btn-under-line:hover:after {
  width: 100%;
}

ul.footer-link {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 21px;
  margin: 20px 0 0;
}

.hero-content-main,
.hero-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 11px;
}

.hero-img.img-box-content {
  margin-bottom: -423px;
}

.hero-content>* {
  margin: 0;
}

.hero-content h1 {
  line-height: 1.1;
  font-size: 70px;
  max-width: 580px;
  font-family: var(--font-dm-400);
}

.hero-content p span {
  color: var(--secondary);
  font-family: var(--font-800);
  font-size: 20px;
}

.hero-text {
  font-size: 22px;
  font-family: var(--font-700);
  color: black;
  width: 100%;
  max-width: 100%;
}

.hero-content {
  gap: 8px;
}

.hero-content p {
  max-width: 740px;
  color: black;
  font-size: 17px;
}

.about-aurthor-title {
  font-size: 49px;
  font-family: var(--font-dm-400);
}

.about-aurthor-heading p {
  max-width: 1120px;
}

.about-aurthor-count-main {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-aurthor-count {
  padding-right: 30px;
  border-right: 2px solid var(--secondary);
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.about-aurthor-count:last-child {
  border: 0;
}

.about-aurthor-count h6 {
  margin: 0;
  font-size: 38px;
  color: var(--secondary);
  font-family: var(--font-dm-400);
}

.about-aurthor-content p {
  margin: 0;
}

.about-aurthor-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 46px;
  height: 100%;
}

.about-aurthor-box-main {
  display: flex;
  align-items: center;
  padding: 38px 20px;
  gap: 20px;
  width: 100%;
  justify-content: space-around;
  border: 2px solid var(--primary);
}


.about-aurthor-box {
  font-size: 20px;
  color: black;
}

section.about-aurthor {
  position: relative;
}

section.about-aurthor:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: calc(100% - 280px);
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #000000;
}

.book-content span {
  color: #454545;
  font-size: 30px;
  font-family: var(--font-dm-400);
}

.book-content p {
  color: #303030;
  font-size: 17px;
}

.get-book-2 {
  background-image: url(../images/get-book-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec-10 {
  background-image: url(../images/sec-10-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}

.sec-01-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 14px;
  position: relative;
  padding: 20px 0;
}

.sec-01-content h4.about-aurthor-title {
  color: white;
  max-width: 510px;
}

h4.about-aurthor-title span {
  font-size: 49px;
  font-family: var(--font-dm-400);
  color: var(--secondary);
}

.sec-01-content p {
  max-width: 820px;
  color: white;
}

.sec-01-content:after,
.sec-01-content:before {
  content: "";
  position: absolute;
  top: 100%;
  background: white;
  height: 50px;
  width: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.sec-01-content:before {
  top: auto;
  bottom: 100%;
}

.img-box-content video {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.book-trailer-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 30px;
}



.book-trailer-heading p {
  max-width: 580px;
  margin: 0;
  font-size: 17px;
  color: #2B2B2B;
}

.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;
}

.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);
}

.readers-testi {
  background: white;
  padding: 40px 43px;
  margin-bottom: 30px;
  border: 2px solid #B3B3B3;
}

.readers-testi-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.readers-testi-head-content>* {
  margin: 0;
}

.readers-testi-content {
  flex-direction: column;
  display: flex;
  gap: 10px;
}

.readers-testi-content h6 {
  margin: 0;
  color: black;
  font-size: 21px;
  font-family: var(--font-700);
}

.readers-testi-content p {
  margin: 0;
  color: #767676;
}

.readers-testi-head-content h6 {
  color: black;
  font-size: 22px;
  font-family: var(--font-700);
}

.rating {
  color: orange;
}

.blog-mini-card-main {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.blog-mini-card {
  display: flex;
  align-items: center;
  gap: 19px;
}

.blog-card-img.img-box-content {
  height: 199px;
  flex: 0 0 190px;
  overflow: hidden;
}

.blog-card-img.img-box-content img {
  object-fit: cover;
}

.blog-mini-card-content>* {
  margin: 0;
}

.blog-mini-card-content {
  flex-direction: column;
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

span.color-span {
  color: var(--secondary);
}

.blog-mini-card-content h4 {
  font-size: 23px;
  font-family: var(--font-700);
}

.blog-mini-card:hover img {
  scale: 1.1;
}

.testimonial-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.blog-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.blog-main-card {
  height: 637px;
  overflow: hidden;
  position: relative;
}

.blog-main-card img {
  height: 100%;
  width: 100%;
}

.blog-main-card-content {
  position: absolute;
  padding: 20px;
  bottom: -80px;
  width: 100%;
  transition: .3s;
}

.blog-main-card-content h4 {
  font-size: 27px;
  color: white;
  font-family: var(--font-700);
}

.blog-main-card-content p {
  color: #cfc8c8;
  transition: .3s .1s;
  opacity: 0;
  padding-top: 20px;
}

.blog-main-card:hover .blog-main-card-content {
  bottom: 0;
}

.blog-main-card:hover .blog-main-card-content p {
  opacity: 1;
  padding: 0;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.form-control::placeholder {
  color: #bfbfbf !important;
}

.animate-div span {
  font-size: 33px;
  color: white;
  font-family: var(--font-dm-400);
}

.model-discount hr {
  color: white;
}

form.needs-validation .btn {
  background: black;
}

form.needs-validation .btn:hover {
  background: transparent;
  border-color: white;
  color: white;
}

label.form-label {
  color: white;
}

.form-control::placeholder {
  color: white !important;

}

.modal-body {
  background: var(--secondary);
}

.thank-you-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
}

.thank-you-content h1 {
  font-size: 60px;
  color: black;
  font-family: var(--font-dm-400);
}

section.thank-you.hero-section {
  height: 100vh;
}

section.thank-you.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.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(--primary);
}

.thank-you-header {
  position: fixed;
  background: transparent;
  width: 100%;
}

div#navbarNavDropdown {
  justify-content: flex-end;
  gap: 40px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0;
  color: black !important;
  font-size: 17px;
  font-family: var(--font-600);
}

header {
  padding: 20px 0;
}

header .bg-light {
  background: transparent !important;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-links-main {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}

#book img {
  width: 100%;
}