:root {
  --main-bg: #0A121E;
  --light-bg: #191531;
  --saffron: #00337C;
  --white: #ffffff;
  --primary-color: #CC302B;
  --primary-hover-color: #17212E;
  --text-color: #ffffff;
  --background-light: #191531;
  --background-dark: #0D0826;
  --border-light: rgba(255, 255, 255, 0.25);
}

/* global css rules */
* {
  /* font-family: "Noto Sans Georgian", sans-serif; */
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

/* body section  */

body {
  background-color: var(--main-bg);
  /* font-family: Arial, sans-serif; */
  font-family: "Open Sans", sans-serif;
}

/* navbar section  */
/* nav {
  background-color: #030507;
}

#navbarNav li {
  font-size: 1em;
  padding-left: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1.0px;
}

nav i {
  color: var(--primary-color);
  font-size: 2rem;
} */




.navbar {
	background-color: #24262a;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.navbar .logo-image {
	padding-top: 10px;
	text-decoration: none;
	height: 36px;
	font-size: 32px;
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #9c9ead;
}

.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

.navbar .dropdown-menu {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: none;
	background-color: #24262a;
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar .dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #24262a;
	color: #9c9ead;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto;
	border: none;
	background-color: #505050;
}

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: #0b36a8;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #0b36a8;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem;
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #24262a;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}


@media (min-width: 992px) {
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-top: 0.5rem;
		background-color: #24262a;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}

	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	
}

@media (min-width: 1200px) {
  .navbar .conatiner {
    max-width: 1330px;
  }
}

@media (max-width: 991px) {
  .navbar {
    background-color: #24262a;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-brand {
    font-size: 1.5rem;
  }
}

/* features section */
#features h5 {
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}


#features i {
  font-size: 2rem;
  color: var(--primary-color);
}

/* hero section */
#hero h1 {
  /* font-family: "Proza Libre", sans-serif; */
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
}

#hero img {
  height: 600px;
  max-height: 600px;
}

#hero h3 {
  /* font-family: "Forum", serif; */
  font-weight: 400;
  font-style: normal;
}

/* about the book section */
.two-col {
  height: 100%;
  display: flex;
  background-color: #17212E;
  color: #ffffff;
}

.two-col,
.half-col {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.half-col {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 50%; */
  margin-bottom: 30px;
  color: var(--text-color) !important;
  padding: 4rem;
}

.half-col h3 {
  text-align: center;
  font-size: 2.5rem;
  /* margin: 2em 0 1em 0; */
}

.half-col h4 {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  /* font-family: poppins; */
}

.half-col.about-book h3 {
  clear: both;
  width: 100%;
}

.about-book p {
  text-align: center;
  line-height: 2;
  font-size: 1.05rem;
}

.half-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.row-cols-md-3 p {
  margin-left: 15px;
  text-align: left;
}

/* 
.half-col.about-book ol {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  width: 50%;
  height: 350px;
}

.half-col.about-book ol li {
  line-height: 1.4;
  margin: 4px;
  padding-left: 70px;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
}


.half-col.about-book ol li p {
  line-height: 1.25;
  font-size: .85rem;
}

.half-col.about-book ol li span {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-weight: 700;
}

.half-col.about-book ol li span {
  border: 2px solid var(--border-light);
} */


/* timeline code css */

.webflow-section {
  z-index: 2;
  padding-bottom: 90px;
  position: relative;
}

.webflow-section.hero {
  z-index: 2;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: rgba(13, 8, 38, 0);
  width: 100%;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 8vh;
  overflow: visible;
  transform: perspective(628px);
}

.webflow-section.hero.spacerr {
  padding-top: 122px;
}

.webflow-section.what {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 40px;
}

.webflow-section.testimonial {
  display: none;
}



.wflow-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wflow-wrapper.wflow-max-w-660 {
  max-width: 660px;
}

.wflow-wrapper.wflow-max-w-460 {
  max-width: 460px;
}

.wflow-wrapper.wflow-max-w-840 {
  max-width: 840px;
}

.wflow-wrapper.wflow-max-w-594 {
  max-width: 594px;
}

.wflow-wrapper.wflow-max-w-548 {
  max-width: 548px;
}

.wflow-wrapper.instructor {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  display: grid;
}

.wflow-wrapper.wflow-max-w-1090 {
  max-width: 1090px;
}

.wflow-wrapper._wf-bonuses-section {
  max-width: 1120px;
  position: relative;
}

.wflow-h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: Gilroy, sans-serif; */
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.wflow-contents-container {
  margin-top: 20px;
  position: relative;
}

.wflow-scroll-progress-bar {
  z-index: 98;
  transform-origin: 50% 0;
  background-image: linear-gradient(#491eb8, #ff7374);
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.wflow-scroll-progress-bar-bg {
  z-index: 97;
  background-color: rgba(255, 255, 255, .5);
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}


.wflow-section-contents {
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.wflow-section-contents.last {
  padding-bottom: 100px;
}

.wflow-contents-grid {
  grid-template-rows: auto;
  grid-template-columns: .9fr .9fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.wflow-contents-grid.opposite {
  flex-direction: row-reverse;
}

.wflow-timeline-content-container {
  width: 450px;
  position: relative;
}

.wflow-timeline-nots {
  color: rgba(255, 255, 255, .03);
  font-size: 220px;
  font-weight: 900;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 0%
}

.wbflow-learn {
  border-radius: 8px;
  margin-bottom: 1rem;
}

.wbflow-learn.blurred {
  filter: blur(10px);
}

.heading-55 {
  text-align: left;
  /* font-family: "Proza Libre", sans-serif; */
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
}

.text-block-145 {
  text-align: left;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.7em;
}

.wflow-button {
  color: #fff;
  background-image: linear-gradient(105deg, #491eb8, #ff7373);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 26px 46px;
  /* font-family: Gilroy, sans-serif; */
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  box-shadow: -10px 10px 34px rgba(96, 71, 160, .48);
}

.wflow-button.wflow-z-index-99 {
  z-index: 99;
  background-image: linear-gradient(105deg, #491eb8, #ff7373);
  width: 80%;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wflow-button.timeline {
  grid-template-columns: auto 1fr;
  width: 60%;
  padding: 20px 30px;
  box-shadow: 0 0 40px rgba(96, 71, 160, .48);
}

.wflow-button.hide.payment-button {
  background-image: linear-gradient(105deg, #491eb8, #ff7373);
}

.wflow-button.payment-button.center {
  justify-content: center;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.image-122 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 4%;
  right: auto;
}

#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb441-fb037164 {
  justify-self: center;
}

#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb41b-fb037164 {
  justify-self: center;
}

#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb42b-fb037164,
#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb453-fb037164,
#w-node-ad6a357f-6017-ce7b-586f-752bc9ccb477-fb037164 {
  order: -9999;
}


::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

* {
  -webkit-font-smoothing: antialiased;
}

.hero-cta {
  backdrop-filter: blur(90px);
}

.wflow-bonuses-grid-item {
  backdrop-filter: blur(90px);
}

.wflow-top-strip,
.program-details {
  backdrop-filter: blur(20px);
}

.pub-text-testimonials,
.masonary-grid {
  vertical-align: top;
}

.nft-body {
  width: 100vw !important;
  overflow-x: hidden !important;
}

/* chapters */
#chapters {
  max-height: 100%;
  background-color: #0A121E;
}

#chapters h3 {
  font-size: 40px;
}

.wrapper {
  margin-top: 20px;
}

.buy-button {
  height: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.buy-button p {
  /* font-family: "Forum", serif; */
  text-transform: capitalize;
  letter-spacing: 2px;
  font-style: normal;
  font-size: 20px;
}


.buy-button h1 {
  margin: 30px;
  /* font-family: "Proza Libre", sans-serif; */
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
}

/* whos is for section */

#whoisfor {
  background-color: #17212E;
  color: var(--text-color);
  height: 100%;
}

#whoisfor i {
  font-size: 2rem;
  color: var(--primary-color);
}

/* testimonials section */

#testimonials {
  height: 100%;
  background-color: var(--main-bg);
  color: var(--text-color);
}

#testimonials .card {
  background: #17212E;
  height: 100%;
}

#testimonials i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

/* buttons css section */
.btn-custom {
  background-color: var(--primary-color);
  color: var(--text-color);
}

.order-now {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 3em;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-custom:hover {
  background-color: var(--primary-hover-color);
  transition: .3s ease-in-out;
}

/* according section */
.accordion-button,
.accordion-body {
  background-color: var(--main-bg) !important;
  color: white !important;
}

.accordion-button::after {
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

/* about the authors section */

#abouttheauthors {
  background-color: #17212E;
  height: 100%;
}

/*  common css secction */
#abouttheauthors h3,
#testimonials h3,
#whoisfor h3,
#features h3,
#chapters h3,
.half-col h3,
.about-book h3 {
  /* font-family: "Proza Libre", sans-serif; */
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  font-size: 2rem;
}

/* footer section  */
footer p {
  margin: 0;
}

/* Apply the pulse effect on hover */
.mast-effect:hover {
  animation: pulse 1s infinite;
}

.mast-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Add some rounding to the corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Add a shadow for a subtle 3D effect */
}

.mast-effect:hover {
  transform: scale(1.05);
  /* Slightly increase the size */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  /* Make the shadow more pronounced */
}

/* media queries */
@media (max-width: 1200px) {
  p {
    font-size: 0.9rem;
    margin: 0.8em 0;
  }

  .half-col.about-book ol li span {
    width: 40px;
    height: 40px;
    line-height: 39px;
  }

  .half-col.about-book ol {
    width: 100%;
  }

  .half-col.about-book ol li {
    padding-left: 55px;
    font-size: 0.9rem;
    min-height: 50px;
  }

  .half-col h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 780px) {
  .half-col {
    width: 100%;
    padding: 5vw;
  }

  .half-col.about-book {
    padding-top: 40px;
  }

  .half-col.about-author.blank-author {
    padding-bottom: 40px;
  }

  .half-col h4 {
    font-size: 1rem;
  }
}

/* Add a keyframe animation for a gentle pulsing effect */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}