@font-face {
  font-family: "poppins";
  src: url("../font/poppins/Poppins-Regular.ttf"),
    url("../font/poppins/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/poppins/Poppins-Black.ttf") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: "poppins";
  src: url("../font/poppins/Poppins-Bold.ttf"),
    url("../font/poppins/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

.head_right ul li i {
  height: 45px;
  width: 45px;
  background-color: #ffffff2b;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.head_right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: #fff;
  color: #000;
}
@keyframes animation-pop {
  50% {
    transform: scale(1.1);
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppins";
  font-weight: 500;
}
a,
a:hover {
  color: #fff;
  text-decoration: none;
}
.sec-pd {
  padding: 80px 0 80px 0;
}
.inner-pd {
  padding: 170px 0 50px 0;
}
.bann-pd {
  padding: 200px 0 0px 0;
}
.sec-hd {
  font-size: 58px;
  font-weight: 500;
  text-transform: capitalize;
}

.inner-banner h1.banner-hd {
  font-size: 53px;
  color: #fff;
  font-weight: 800;
}

.inner-banner .bann-bott {
  padding: 0px 0 40px 0;
}

.sub-heading {
  font-weight: 500;
  font-size: 32px;
  text-transform: capitalize;
}
.bann-hd {
  font-size: 20rem;
  color: #fff;
  letter-spacing: 2.5px;
  font-weight: 700;
}
.sec-hd2 {
  font-size: 2.7rem;
}
.color {
  color: var(--theme-color1);
}
.color-red {
  color: #c6003d !important;
}
.theme-btn1 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 8px 30px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.gradient-btn {
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(187, 47, 27, 1) 0%,
    rgba(118, 0, 53, 1) 100%
  );
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}
.gradient-btn:hover {
  background: linear-gradient(
    90deg,
    rgba(118, 0, 53, 1) 0%,
    rgba(187, 47, 27, 1) 100%
  );
}
.para-color {
  color: #838383;
}
.border-btn {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.bg-detail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.letter-space {
  letter-spacing: 2px;
}
.login-btn {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  font-size: 19px;
  justify-content: center;
  background-color: #000;
}
.btn-brd {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
}
/* ==================================header================================== */
.header-above {
  background-color: #1b1c1d;
  border-bottom: 1px solid #ffffff2b;
}
.head-right ul li i {
  height: 45px;
  width: 45px;
  background-color: #ffffff2b;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.head-right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: var(--theme-color2);
  color: #000;
}
@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.head-contact ul li {
  font-size: 13.5px;
}
.sub-heading {
  color: #4c4c4c;
}
/* ==================================header================================== */
/* ==================================NavBar================================== */
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  padding: 0px 15px !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: red;
}
.navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.navbar-brand {
  width: 11%;
}
.navbar-brand img {
  width: 100%;
}

.foot_box img {
    width: 35%;
}
/* ==================================NavBar================================== */
/* ==================================h-Banner================================== */
.h-banner {
  position: relative;
  background-color: #000;
  background-position: center;
  background-size: cover;
}
.main-bann {
  position: relative;
}
.john-copy {
  position: absolute;
  top: 0;
  left: 0;
}
.black-overlay {
  z-index: 5;
  position: relative;
}
.black-overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000a6;
  left: 0;
  top: 0;
  z-index: -5;
}

.main-heading {
  position: relative;
}
.main-heading .john-img {
  position: absolute;
  top: -43px;
  height: 650px;
  width: 55%;
  right: 270px;
  object-fit: contain;
  object-position: center;
}
.mic-img {
  position: absolute;
  top: 10px;
  height: 250px;
  width: 400px;
  object-fit: contain;
  left: 141px;
  z-index: 55;
}
.bann-box h2 {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
}
.bann-img-heading {
  margin-top: -50px;
}
.bann-img-heading .bann-box h3 {
  letter-spacing: 3.5px;
  font-weight: 500;
}
.bann-img-heading .bann-box2 {
  padding: 0 0 0 50px;
}
.service-tag {
  background-color: #000000a6;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
}
.coach {
  position: absolute;
  top: 0;
  right: 120px;
}
.speak {
  position: absolute;
  left: 165px;
  bottom: 160px;
}
.voice {
  position: absolute;
  right: 280px;
  bottom: -15px;
}
.stroke-hd {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.bann-stroke {
  font-size: 15rem;
}
.bann-bott {
  padding: 70px 0 40px 0;
}
.bann-bott img {
  width: 80%;
}

/* circle-Animation */
.circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffff;
}

.logo {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid #fff;
  background: url(../img/arrow.png);
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: consolas;
  color: #fff;
  font-size: 17px;
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.text span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 100px;
}
.circle-box {
  position: absolute;
  right: 200px;
  bottom: 110px;
}

/* circle-Animation */

/* ==================================h-Banner================================== */
/* ==================================Section-About-Us================================== */
.sec-1 {
  background-color: #000;
}
.about-left {
  position: relative;
}
.about-left .stroke-hd {
  color: transparent;
  -webkit-text-stroke: 1px #737373;
  font-size: 90px;
  rotate: -90deg;
  position: absolute;
  left: -190px;
  bottom: 180px;
  text-transform: uppercase;
}
.float-anim {
  transition: all 2s ease-in-out;
  animation-name: top-bottom;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 6.5s;
}
@keyframes top-bottom {
  0% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-25px);
  }
}
/* ==================================Section-About-Us================================== */
/* ==================================Podcast-Section================================== */
.podcast-hd {
  font-size: 12rem;
  font-weight: 1000;
  background-image: linear-gradient(#fbf4f2, #831441);
  color: transparent;
  background-clip: text;
}
.s2-heading h4 {
  letter-spacing: 13px;
  font-weight: 500;
}
.play-icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.play-icon:hover {
  background-color: none;
  background-image: linear-gradient(#fbf4f2, #831441);
}
.play-icon:hover a {
  color: #fff;
}
.play-icon a {
  position: relative;
  z-index: 9999;
  color: #000;
}
.play-icon::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(255, 107, 22);
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: 2;
}
.play-icon::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #ff4242;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: 3;
  animation-delay: 0.3s;
}
@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }

  100% {
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
.podcast-box {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.podcast-play {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000079;
  justify-content: center;
  display: flex;
  align-items: center;
}
.podcast-img {
  width: 100%;
  object-fit: cover;
  /* height: 350px; */
  overflow: hidden;
}
.podcast-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.podcast-slider {
  position: relative;
}
.podcast-slider::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 85%;
  background-color: #fff;
  bottom: 100px;
  left: 0;
}
.sec-2.latest-podcast {
  overflow: hidden;
}
/* ==================================Podcast-Section================================== */
/* ==================================Latest-Book-Section================================== */
.s3-right {
  position: relative;
  z-index: 5;
  padding: 15px;
}
.s3-right::before {
  content: "";
  position: absolute;
  height: 520px;
  width: 520px;
  right: 0;
  top: -10px;
  z-index: -5;
  background: url(../img/book-layer.png) no-repeat center center / contain;
  border-radius: 100%;
  box-shadow: rgb(110 0 8) 1px -12px 84px 26px;
}
.s3-right img {
  max-width: 85% !important;
}
.service-box {
  /* position: relative; */
  width: 90% !important;
}
.sec-4.service-sec {
  background-size: cover;
  background-position: top;
}
/* ==================================Latest-Book-Section================================== */
/* ==================================Service-Section================================== */
.service-name {
  background-color: #000;
  padding: 20px 0;
  border-radius: 5px;
  width: 80%;
  margin: auto;
  margin-top: -50px;
  position: relative;
  z-index: 55;
}
.service-name h3 {
  font-size: 27;
}
.service-name a {
  border-bottom: 1px solid #737373;
  font-weight: 500;
}
.service-name a i {
  font-size: 13px;
}
.service-img img {
  width: 100%;
  object-fit: cover;
}
.service-slider .slick-dots {
  position: static;
}
.service-slider .slick-dots li button:before {
  color: #fff;
  opacity: 0.8;
  font-size: 40px;
}
.service-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
  font-size: 50px;
}
.hd-line {
  height: 5px;
  width: 55px;
  background-color: #cda55b;
}
.testimonial-sec {
  position: relative;
  z-index: 5;
}
.testimonial-sec .row {
  position: relative;
  z-index: 999;
}
.bg-shape {
  position: absolute;
  height: 500px;
  width: 47%;
  top: 0px;
  padding: 30px 0;
  left: 0;
}
.slider-img {
  position: relative;
  height: 100%;
}
.slider-right {
  height: 330px;
  margin-top: 0px;
}
.slider-img li {
  position: absolute;
  width: auto !important;
  padding: 50px 0 0 0;
}
.slider-img li img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.slider-img .slick-current.slick-active li img {
  filter: drop-shadow(4px 4px 18px #b90101);
}
.c-img1 {
  top: 0;
  left: 50px;
}
.c-img2 {
  position: absolute;
  bottom: 50px;
  left: 0;
}
.c-img3 {
  left: 200px;
  top: 90px;
}
.c-img4 {
  right: 200px;
  top: -27px;
}
.c-img5 {
  right: 230px;
  bottom: 10px;
}
.c-img6 {
  right: 70px;
  top: 70px;
}
.testimonial-box {
  position: relative;
}
.testi-profile img {
  width: 125px;
}
.testi-profile {
  position: absolute;
  top: -100px;
  right: 45px;
}
.s5_left {
  padding: 0 50px 0 0;
}
.s5-right .slick-track,
.s5-right .slick-list {
  height: 100%;
}
.s5_left .slick-track {
  padding: 105px 0 0 0;
  /* height: 500px; */
}
/* ==================================Service-Section================================== */

/* ========================ModalCSS====================== */

.modal-dialog {
  max-width: 600px;
  margin: 14.75rem auto;
}
.modal-header .btn-close {
  margin-left: auto !important;
}
.modal-header {
  border: none !important;
}
.modal-body input {
  width: 100%;
  padding: 10px;
}
.modal-backdrop {
  width: 100%;
  height: 100%;
}
.modal-content {
  background-color: #000f1d;
  padding: 20px 0;
}
.modal-title {
  color: #ffff00;
}
.modal-title > img {
  height: 85px;
  transition: all 0.5s ease-in-out;
  animation-name: transf;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes transf {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.modal-content label {
  color: #ffff00;
}
.modal-footer .theme-btn1 {
  width: 100%;
  border: unset;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}
.modal-footer {
  padding-top: 0px !important;
}

/* =============================Footer============================ */
.appointment-heading h2 {
  font-size: 9.5rem;
  font-weight: 900;
  color: #fff;
}
/* .appointment-heading{
  padding: 400px 0 0 0 ;
} */
footer {
  /* background: linear-gradient(0deg, rgba(187, 47, 27, 1) 0%, rgb(131 2 60) 100%); */
  background: url(../img/foot-full.png) no-repeat top center / cover;
  padding: 350px 0 0px 0;
  position: relative;
  z-index: 55;
  margin-top: 0;
}
footer::before {
  /* content: ""; */
  position: absolute;
  height: 320px;
  top: -287px;
  width: 100%;
  background: url(../img/footer-bg-overlay.png) no-repeat center center / cover;
  opacity: 1;
  z-index: -5;
}
.shape-right {
  position: absolute;
  height: 300px;
  width: 300px;
  object-fit: cover;
  right: 0;
  top: 0;
}
.foot-box p {
  color: #ffff;
}
.foot-box ul li {
  font-size: 14px;
}
.foot-box ul li span i {
  color: var(--theme-color2);
  font-size: 11px;
}
.foot-list {
  gap: 50px;
}
.footer-search input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #35424f;
  border: none;
  color: #fff;
  padding: 10px 15px;
}
.footer-search input:focus {
  background-color: #35424f;
  box-shadow: none;
  color: #fff;
}
.footer-search i {
  background-color: #35424f;
  padding: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -2px;
}
.foot-list ul li a {
  transition: all 0.3s ease-in-out;
}
.foot-list ul li a:hover {
  color: var(--theme-color2) !important;
}
.foot-list ul li:hover i {
  color: #fff;
}
.foot-line {
  height: 2px;
  width: 40%;
  margin: 20px 0;
  background-color: #ffffff2b;
}
.foot-box .social-icon {
  display: inline-flex;
  gap: 10px;
  margin-top: 20px;
}
.foot-box .social-icon a i {
  background-color: #1b1c1d;
  height: 35px;
  width: 35px;
}
.foot-box .social-icon a i:hover {
  background-color: var(--theme-color2);
  color: #000;
}
.footer-bottom {
  background-color: #66002a73;
  padding: 10px 0;
}
.footer-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d8d8d88c;
  top: 660px;
  left: 0;
}
.appointment-heading {
  padding-bottom: 7rem;
}
.foot_line {
  height: 2px;
  width: 50px;
  background-color: #fff;
}
/* =====================================FAQs-section1===================================== */
.accordion-button {
  position: relative;
  padding: 0px 20px 0px 0px;
  box-shadow: none !important;
  color: #001376;
  font-size: 18px;
  font-weight: 700;
}
.accordion-button::after {
  content: none !important;
}
.btn-acrd {
  display: inline-block;
  position: absolute;
}
.accordion-item {
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}
.accordion-button::before {
  content: "\f068" !important;
  font: var(--fa-font-solid) !important;
  background-color: var(--theme-color2);
  height: 75px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 900 !important;
  margin-right: 20px;
}
.accordion-button.collapsed::before {
  content: "\2b" !important;
  font: var(--fa-font-solid) !important;
}
/* contact-us */
.contact-map iframe {
  width: 100%;
}

/* ===============================login===================== */
.login-form-sec {
  max-width: 550px;
  padding: 30px;
  margin: auto;
  background-color: var(--theme-color2);
}
.forget-form {
  background-color: var(--theme-color2);
  padding: 30px;
}
.login-form-sec .theme-btn1:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.login-form ul input {
  border: 1px solid var(--theme-color2);
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
}
.login-form ul input:focus-visible {
  outline: none;
}
.register {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid var(--theme-color2);
  padding-bottom: 5px;
}
.forget-form label {
  font-weight: 600;
  font-size: 18px;
}
.forget-form input {
  width: 50%;
  padding: 10px;
  border: 2px solid #000;
  margin: 10px 0 25px 0;
}
.register-heading h2 {
  font-size: 50px;
  font-weight: 500;
}

/* sound-wave-css */
.sound-wave {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: -15px;
}

.bar {
  background: #cf730a;
  margin: 0 1.5px;
  height: 10px;
  width: 2px;
  opacity: 0.3;
}

/* Animations */
.active .bar {
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.active .bar {
  animation-name: wave-lg;
}

.active .bar:nth-child(-n + 7),
.active .bar:nth-last-child(-n + 7) {
  animation-name: wave-md;
}

.active .bar:nth-child(-n + 3),
.active .bar:nth-last-child(-n + 3) {
  animation-name: wave-sm;
}

@keyframes wave-sm {
  0% {
    opacity: 0.35;
    height: 10px;
  }
  100% {
    opacity: 1;
    height: 25px;
  }
}

@keyframes wave-md {
  0% {
    opacity: 0.35;
    height: 15px;
  }
  100% {
    opacity: 1;
    height: 50px;
  }
}

@keyframes wave-lg {
  0% {
    opacity: 0.35;
    height: 15px;
  }
  100% {
    opacity: 1;
    height: 70px;
  }
}

.play-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(187, 47, 27, 1) 0%,
    rgba(118, 0, 53, 1) 100%
  );
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
#playBtn {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  font-size: 30px;
  position: absolute;
  top: -25px;
  right: 42%;
}
.about-left h4 {
  color: #febe6a;
  text-align: center;
  margin-top: 30px;
}
.podcast-main {
  width: 95% !important;
}
/* sound-wave-css */

/* cta banner begin */

/* CTA Section Styling */

.cta-section {
  background: linear-gradient(rgb(10 10 10 / 38%), rgb(14 14 14 / 32%)),
    /* Background image */
      url(https://cdn.pixabay.com/photo/2024/07/22/16/01/ai-generated-8913087_640.jpg)
      center / cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 109px 20px 80px;
  position: relative;
  background-position: top, center;
  margin-top: 10%;
  margin-bottom: 10%;
}
.cta-content img {
  position: absolute;
  left: -10px;
  top: -250px;
  z-index: 1;
  overflow: visible;
  width: 620px;
}

.cta-content {
  position: relative;
}

.cta-btn {
  background: #fff;
  color: #a10000;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(255, 30, 30, 0.3);
}

.cta-btn:hover {
  background: #a10000;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 8px 30px rgba(255, 30, 30, 0.6);
}

.cta-spak {
  position: relative;
  background: linear-gradient(rgb(10 10 10 / 38%), rgb(14 14 14 / 32%)),
    /* Background image */
      url(https://media.istockphoto.com/id/499517325/photo/a-man-speaking-at-a-business-conference.jpg?s=612x612&w=0&k=20&c=gWTTDs_Hl6AEGOunoQ2LsjrcTJkknf9G8BGqsywyEtE=)
      center / cover no-repeat;
  padding: 60px 20px;
  overflow: hidden;
  align-items: center;
}

.cta-spak .row::before {
  content: "";
  position: absolute;
  height: 210px;
  width: 210px;
  top: -30px;
  right: -30px;
  background-color: #ffffff67;
  border-radius: 100px;
  box-shadow: -18px 20px 20px -4px;
  filter: blur(2px);
  opacity: 0.8;
}

.cta_btn a {
  font-size: 20px;
}

.light_btn {
  background-color: #ffc9bb;
  padding: 13px 25px;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.5s ease;
  border: 1px solid #91c1f5;
  color: #000;
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.logo-slider img {
  display: block;
  margin: auto;
  filter: grayscale(100%);
  transition: 0.3s;
}

.logo-slider img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.content_sec {
  padding: 5% 0 5% 0;

  margin-bottom: 100px;
}

.about-content .para-color {
  color: #fff;
}

.speak-img {
  position: relative;
  overflow: hidden;
  z-index: 999;
}
.speak-img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.speak-img::before {
  content: "";
  position: absolute;
  height: 28%;
  width: 100%;
  background-color: #c9c9c963;
  top: 120px;
  left: -115px;
  rotate: 131deg;
  opacity: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  z-index: 55;
}
.speak-img::after {
  content: "";
  position: absolute;
  height: 28%;
  width: 100%;
  background-color: #c9c9c963;
  bottom: 120px;
  right: -115px;
  rotate: 131deg;
  opacity: 0;
  display: inline-block;
  z-index: 55;
  transition: all 0.4s ease-in-out;
}
.speak-img:hover::after,
.speak-img:hover::before {
  opacity: 1;
}
.speak-img:hover::after {
  bottom: -500px;
  right: 0;
}
.speak-img:hover::before {
  top: -500px;
  left: 0;
}
.coach-content {
  border: 1px solid #aa014562;
  padding: 40px 20px;
}
.default-form input,
.default-form textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  font-weight: 500;
  border: 1px solid #ffff;
}
.coach-right {
  position: sticky;
  top: 0;
}
.inner-box .content i {
  font-size: 40px;
}
.latest-coach img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: bottom;
}
.podcast-sec-hd {
  background: #000000b7 url(../img/podcast-bg.jpg) no-repeat center center/cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
}

.podcast-slider2 {
  transform: scaleX(-1);
}
.podcast-slider2 .slide-item {
  transform: scaleX(-1); /* flip back each slide so text stays normal */
}
.podcast-slider2 .play-icon {
  rotate: -58deg;
}
.booking-form .form-wrapper label {
  display: inline-block;
  width: 100%;
  color: #fff;
  margin: 10px 0;
  font-weight: 500;
}
.booking-form .form-wrapper .form-control::placeholder {
  color: #ffff;
}
.booking-form .form-wrapper .form-control option {
  color: #000;
}
.booking-form .form-wrapper .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 10px;
}

.process-sec {
  background: url(../img/servcie-bg.png) no-repeat center center/cover;
}
.process-box {
  background-color: #000;
  text-align: center;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 55;
  height: 100%;
}
.pro-icon i {
  font-size: 40px;
}
.step-label {
  display: inline-block;
  background-color: #35424f;
  padding: 2px 20px;
  color: #fff;
  border-radius: 50px;
  margin: 20px 0;
}
.process-box::before {
  content: "";
  position: absolute;
  height: 300px;
  width: 119px;
  background-color: #7c001b6e;
  bottom: -50px;
  right: -55px;
  rotate: 20deg;
  opacity: 0;
  z-index: -5;
  transition: all 0.5s ease-in-out;
}
.process-box:hover::before {
  rotate: 24deg;
  opacity: 1;
}
/* .process-box:hover::before{ */
.book-box {
  margin: 30px 0;
  text-align: center;
}
.contact-img {
  position: relative;
}
.contact-img .img-top {
  position: absolute;
  top: -40px;
  left: -30px;
}
.contact-form label {
  color: #ffff;
  margin: 5px 0;
}
.map-sec {
  overflow: hidden;
  text-align: center;
}
.map-sec iframe {
  width: 60%;
}
.pod-img {
  overflow: hidden;
}
.pod-img img {
  transition: all 0.4s ease-in-out;
}
.podcast-box {
  transition: all 0.5s ease;
}
.podcast-box:hover img {
  rotate: 2deg;
  transform: scale(1.04);
}
.podcast-box {
  margin-bottom: 30px;
}
.podcast-epi {
  position: relative;
}
.podcast-epi img {
  border: 2px solid #fff;
  border-radius: 5px;
}
.podcast-epi .play-icon {
  position: absolute;
  top: 50px;
  left: 80px;
  height: 60px;
  width: 60px;
  border: 1px solid #ffff;
  border-radius: 100%;
  color: #a10000;
  font-size: 17px;
}
.blog-box {
  margin-bottom: 30px 0;
}
.book-detail {
  position: relative;
  z-index: 55;
}
.book-detail::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 520px;
  background: linear-gradient(
    90deg,
    rgba(187, 47, 27, 1) 0%,
    rgba(118, 0, 53, 1) 100%
  );
  top: 0;
  left: 0;
  z-index: -5;
}
.form-wrapper {
  background-color: #0000007e;
  padding: 20px 35px;
  margin-bottom: 50px;
}
.shop-shorter .input-number {
  background-color: #000;
  color: #fff;
  border: 1px solid #ffff;
  padding: 10px;
  text-align: center;
  width: 140px;
}
.shop-shorter .btn-number {
  background-color: #fff;
  height: 46px;
}
.product-left .product-slider .slider-for img {
  height: 300px;
  width: 100%;
  object-fit: contain;
}
.product-left .product-slider .slider-nav img {
  height: 100px;
  width: 100px !important;
  object-fit: contain;
}
.feature-tab .nav-tabs .nav-link {
  color: #fff;
  font-weight: 500;
}
.feature-tab .nav-tabs .nav-item.show .nav-link,
.feature-tab .nav-tabs .nav-link.active {
  background: linear-gradient(
    90deg,
    rgba(187, 47, 27, 1) 0%,
    rgba(118, 0, 53, 1) 100%
  );
  color: #fff;
}
.feature-tab #nav-contact img {
  border-radius: 100%;
}
.feature-tab #nav-contact li {
  color: #fff;
}
.feature-tab #nav-contact li i {
  color: #a10000;
}

/* ==========================Cart_Page=========================== */
@media (max-width: 991px) {
  .main-cart-wrapper .table-responsive .table {
    width: 700px;
    overflow-x: scroll;
  }
}
.main-cart-wrapper .table-responsive .table thead tr th {
  font-size: 21px;
  font-weight: 600;
  color: var(--heading-color);
  padding-bottom: 20px;
  padding-left: 0;
}
.main-cart-wrapper .table-responsive .table tbody tr td {
  vertical-align: middle;
  padding: 20px 0;
}
.main-cart-wrapper .table-responsive .table tbody tr td .cart-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 11px 15px;
  border-radius: 35px;
  line-height: 1;
  justify-content: center;
  width: 140px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.main-cart-wrapper
  .table-responsive
  .table
  tbody
  tr
  td
  .quantity-basket
  .qty
  .qtyminus {
  margin: 0 10px 0 0;
}
.main-cart-wrapper
  .table-responsive
  .table
  tbody
  tr
  td
  .quantity-basket
  .qty
  .qtyminus,
.main-cart-wrapper
  .table-responsive
  .table
  tbody
  tr
  td
  .quantity-basket
  .qty
  .qtyplus {
  padding: 7px 10px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid #fff;
}
.main-cart-wrapper
  .table-responsive
  .table
  tbody
  tr
  td
  .quantity-basket
  .qty
  button,
.main-cart-wrapper
  .table-responsive
  .table
  tbody
  tr
  td
  .quantity-basket
  .qty
  input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.main-cart-wrapper
  .table-responsive
  .table
  tbody
  tr
  td
  .quantity-basket
  .qty
  input {
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
  width: 50px;
  background: transparent;
}
.main-cart-wrapper .table-responsive .table tbody tr td .cart-price {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-right: 60px;
}
.main-cart-wrapper .table-responsive .table tbody tr td .subtotal-price {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-left: 25px;
}
.main-cart-wrapper .table-responsive .table tbody tr td .sub-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
}
.main-cart-wrapper .table-responsive .table tbody tr td .sub-title span {
  opacity: 0;
  visibility: hidden;
}
.main-cart-wrapper .table-responsive .table tbody tr td .sub-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  display: inline-block;
}
.main-cart-wrapper .table-responsive .table tbody tr td .sub-text {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.main-cart-wrapper .table-responsive .table tbody tr td .stock-title {
  color: #57c600;
  font-size: 16px;
  font-weight: 600;
  margin-right: 60px;
  display: inline-block;
}
.main-cart-wrapper .table-responsive .table tbody tr td .stock-title-two {
  color: var(--theme2);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 991px) {
  .main-cart-wrapper .table-responsive .table tbody tr td .stock-title {
    margin-right: 0;
  }
}
.main-cart-wrapper .cart-total .table thead tr th {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.main-cart-wrapper .cart-total .table tbody tr td .sub-title {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.main-cart-wrapper .cart-total .table tbody tr td .sub-price {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.main-cart-wrapper .cart-total .table tbody tr td .sub-price-total {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.main-cart-wrapper .cart-wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .main-cart-wrapper .cart-wrapper-footer {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.main-cart-wrapper .cart-wrapper-footer form {
  border: 1px solid var(--border);
  padding: 0 8px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-cart-wrapper .cart-wrapper-footer form input {
  padding: 5px 5px 5px 20px;
  border: none;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 16px;
  outline: 1px solid var(--primary-color);
  color: var(--heading-color);
  height: 50px;
}
.main-cart-wrapper .cart-wrapper-footer form button {
  outline: none;
  border: none;
}

.checkout-radio {
  padding: 24px;
}
.cart {
  max-width: 11%;
}
.input-area .theme_btn1 {
  background-color: var(--primary-color);
  font-size: 16px;
}
.cart-total .theme_btn1,
.cart-total .theme_btn1 {
  background-color: var(--primary-color);
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cart-total .theme_btn1:hover,
.input-area .theme_btn1:hover,
.cart-total .theme_btn1:hover {
  background-color: #fff;
  color: var(--primary-color);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cart-total .theme_btn1:hover::before,
.input-area .theme_btn1::before,
.cart-total .theme_btn1::before {
  background-color: #fff;
}
.product-checout-area.s2_right .theme_btn1 {
  color: #fff;
}
.product-checout-area.s2_right .theme_btn1:hover {
  color: var(--primary-color);
}
/* ======================================Cart================================== */
/* ============================check_out====================== */
.checkout-radio {
    padding: 24px;
  }
  .checkout-radio .primary-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
    color: var(--header);
    text-transform: capitalize;
  }
  .checkout-radio h4 {
    color: var(--header);
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 30px;
  }
  .checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-shadow: none;
    outline: none;
    border: 1px solid #E5E5E5;
    font-weight: 500;
  }
  .checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
    color: var(--header);
    text-transform: capitalize;
  }
  .checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
    margin-bottom: 12px;
  }
  @media (max-width: 500px) {
    .checkout-radio {
      padding: 10px;
    }
  }
  .checkout-radio .payment-save {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  .checkout-radio .payment-save input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--border);
    background-color: var(--theme);
    outline: none;
    color: var(--header);
  }
  .checkout-radio .payment-save label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .checkout-single-wrapper .checkout-single h4 {
    color: var(--primary-color);
    margin-bottom: 32px;
    line-height: 1;
    font-weight: 600;
    font-size: 40px;
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single span {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    padding: 19px 24px;
    color: var(--heading-color);
    text-transform: capitalize;
    font-weight: 500;
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea::placeholder,
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select::placeholder,
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input::placeholder {
    color: rgba(16, 37, 21, 0.596);
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
    color: var(--header);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
    background-color: var(--white);
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
    font-size: 18px;
    color: var(--header);
    font-weight: 500;
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
    border-right: 1px solid var(--header);
    border-bottom: 1px solid var(--header);
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea {
    padding-bottom: 40px;
  }
  .checkout-single-wrapper .checkout-single .checkout-single-form .payment {
    color: var(--header);
    margin-bottom: 12px;
    text-transform: capitalize;
  }
  .checkout-single-wrapper .boxshado-single {
    margin-bottom: 24px;
  }
  @media (max-width: 575px) {
    .checkout-single-wrapper .boxshado-single {
      padding: 14px;
    }
  }
  .checkout-single-wrapper .checkout-single-bg {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
  }
  .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
  .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
  .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
    border: 1px solid var(--border);
    background: transparent;
    text-transform: capitalize;
  }
  .checkout-single-wrapper .checkout-single-bg .checkout-single-form textarea#notes {
    padding-bottom: 180px;
  }
  @media (max-width: 575px) {
    .checkout-single-wrapper .checkout-single-bg {
      padding: 14px;
    }
  }
  .checkout-single-wrapper .payment-save {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .checkout-single-wrapper .payment-save input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #67687A;
    outline: none;
    color: var(--heading-color);
  }
  .checkout-single-wrapper .payment-save label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
  }
  .checkout-single-wrapper .payment-save.style-2 {
    margin-top: 20px;
  }
  .checkout-single-wrapper .payment-save.style-2 label {
    font-size: 24px;
    font-weight: 500;
  }
  .checkout-order-area{
    position: sticky;
    top: 0;
  }
  .checkout-order-area h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1;
    color: var(--heading-color);
  }
  .checkout-order-area .product-checout-area .checkout-item {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .checkout-order-area .product-checout-area .checkout-item p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  .checkout-order-area .product-checout-area .checkout-item .from-customradio {
    margin-bottom: 20px;
    gap: 40px;
    justify-content: end;
  }
  .checkout-order-area .product-checout-area .checkout-item .from-customradio .form-check-label {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
  }
  .checkout-order-area .product-checout-area .checkout-item-2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    color: #fff;
  }
  .checkout-order-area .product-checout-area .checkout-item-2 .from-customradio-2 {
    gap: 10px;
    align-items: center;
  }
  @media (max-width: 1199px) {
    .checkout-order-area .product-checout-area .checkout-item-2 .from-customradio-2 {
      flex-wrap: wrap;
    }
  }
  .checkout-order-area .product-checout-area .checkout-item-2 p {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
  }
  .checkout-order-area .product-checout-area .checkout-item-2 .brand-logo {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .checkout-order-area .product-checout-area .checkout-item-2 .brand-logo li {
    border: 1px solid #E3E3E3;
    padding: 5px 15px;
    border-radius: 6px;
  }
  .form-check-input:checked{
    background-color: #a10000;
    border: 3px solid #fff;
    box-shadow: none !important;
  }
  /* ==========================Checkout====================== */

  .col-lg-6.leader-left {
    padding-left: 5%;
}


.col-lg-6.leader-right {
    padding-right: 5%;
}


.packges-box h3 {
    text-align: center;
    font-weight: 600;
    margin: 0px auto;
}

.packges-box p {
    font-size: 14px;
    text-align: center;
    margin: 13px 0;
}



.packges-box li {
    position: relative;
    padding: 9px 0px;
}




.packges-box li::before {
    content: "\f00c";
    position: absolute;
    top: 10px;
    left: -27px;
    font-family: fontawesome;
    color:#c6003d;
    font-size: 17px;
}

.packges-box ul {
    margin: 13px 0px 29px;
    list-style-type: none;
    padding: 0px 32px;
}


.packges-box {
    border: 1px solid #c6003d;
    padding: 38px;
    border-radius: 7px;
}