body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.topbar {
  text-align: center;
  padding: 15px 0;
}

.topbar-heading {
  color: #f90272;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

.header-cover {
  background: linear-gradient(
      rgba(251, 58, 129, 0.95) 0%,
      rgba(251, 58, 129, 0.95) 100%
    ),
    url(../img/bgcover.png), #ffffff;
  background-size: cover !important;
  background-repeat: repeat !important;
  background-position: 50% !important;
  color: #fff;
  padding: 60px 0;
}

.cover-right {
  text-align: center;
}

.cover-heading {
  font-size: 36px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-shadow: 2px 2px 3px #fb3a81;
  line-height: 1.4;
}

.cover-subheading {
  font-size: 24px;
  line-height: 1.4;
}

.countdown {
  margin-top: 20px;
  text-align: center;
}

.countdown-box {
  font-size: 32px;
  font-weight: 700;
  padding: 5px 15px 12px;
  border-radius: 8px;
  box-shadow: 0px 6px 24px -8px rgba(154, 18, 68, 0.5);
  border: 3px solid #fff;
  display: inline-block;
  margin: 0 10px;
  width: 98px;
}

.countdown-box > p {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: -10px;
}

.btn-booking {
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 20px;
  margin: 20px auto 0;
  max-width: 560px;
  transition: background-color 0.3s ease;
  display: block;
  text-align: center;
  white-space: normal;
}

.btn-booking img {
  margin-right: 10px;
}

.btn-booking:hover {
  background-color: #ddd;
  text-decoration: none;
  color: #000;
}

.btn-booking-dark {
  background-color: #f90272;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

.btn-booking-dark:hover {
  background-color: #fb3a81;
  color: #fff;
}

.cover-paragraph {
  font-size: 16px;
  margin: 10px 0 0;
}

.page-section {
  margin-top: 80px;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 58px;
  color: #f90272;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 34px;
}

.suffering-col {
  margin-bottom: 40px;
}

.suffering-col-title {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.page-section-learn .btn-booking {
  margin-top: 20px;
}

.tcd-row {
  align-items: center;
}

.page-section-imagine {
  background: linear-gradient(
      rgba(251, 58, 129, 0.95) 0%,
      rgba(251, 58, 129, 0.95) 100%
    ),
    url(../img/bgcover.png), #f90272;
  background-size: cover !important;
  background-repeat: repeat !important;
  background-position: 50% !important;
  padding: 60px 0;
}

.imagine-heading {
  color: #fff;
  font-size: 38px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-shadow: 2px 2px 3px #fb3a81;
  margin-bottom: 20px;
}

.imagine-subheading {
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 2px 3px #fb3a81;
  line-height: 1.6;
}

.imagine-right {
  text-align: center;
}

.imagine-right .btn-booking {
  margin-top: 0;
}

.imagine-right .btn-booking .limited-seats-txt {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}

.imagine-right .countdown {
  margin-top: 40px;
  color: #fff;
}

.page-list > li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
}

.page-list > li::before {
  content: "\2713";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #f90272;
}

.page-section-coach .btn-booking-dark {
  margin-top: 20px;
}

.coach-left img {
  border: 2px solid #eb6605;
}

.coach-right {
  margin-top: 30px;
  padding-left: 20px;
}

.coach-right-two {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 40px;
}

.coach-right .abtme-hdng-txt {
  font-size: 24px;
  font-weight: 600;
  color: #eb6605;
}

.coach-right .section-title {
  margin-bottom: 10px;
}

.coach-right p {
  margin-bottom: 9px;
}

.testimonial-item .testimonial-name {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

.testimonial-slider .owl-nav {
  position: absolute;
  top: 46%;
  transform: translateY(-46%);
  margin-top: 0;
  width: 100%;
}

.testimonial-slider .owl-nav button.owl-next,
.testimonial-slider .owl-nav button.owl-prev {
  margin: 0;
  color: #000;
  font-size: 60px;
  line-height: 20px;
  font-weight: 100;
  position: absolute;
}

.testimonial-slider .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  opacity: 0.6;
  color: #f90272;
}

.testimonial-slider .owl-nav button:hover {
  background-color: transparent;
}

.testimonial-slider .owl-nav button.owl-prev {
  left: -50px;
}

.testimonial-slider .owl-nav button.owl-next {
  right: -30px;
}

.testimonial-slider .owl-nav button.owl-next span,
.testimonial-slider .owl-nav button.owl-prev span {
  position: relative;
  top: -1px;
}

.accordion-qa .card-header .btn-link {
  color: #000;
  text-decoration: none;
  white-space: normal;
  text-align: left;
}

.page-section-bottom-booking {
  text-align: center;
}

.bottom-booking {
  margin-top: 40px;
  margin-bottom: 80px;
}

.bottom-booking .section-title:first-of-type {
  font-size: 32px;
  margin-bottom: 10px;
}

.bottom-booking .countdown .countdown-box {
  box-shadow: none;
  border-color: #f90272;
}

.modal-booking h1.section-title {
  color: #38393b;
  margin-bottom: 10px;
}

.modal-booking h2.section-title {
  color: #38393b;
  font-size: 30px;
  line-height: 1.4;
}

.modal-booking .modal-body {
  padding: 30px 60px;
}

.modal-booking .contact-form {
  margin-top: 40px;
}

.modal-booking .form-control {
  font-size: 14px;
  font-weight: 500;
  height: 44px;
}

.modal-booking .btn-booking {
  width: 100%;
  max-width: 100%;
  margin: 40px 0 0;
}

.social-fltng {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 2;
}

.thank-you-section {
  padding-top: 80px;
}

.thank-you-section .section-title {
  margin-bottom: 20px;
  color: #000;
}

.thank-you-section .section-title > span {
  color: #f90272;
}

.thumbs-icon {
  display: block;
  margin: 0 auto 20px;
}

.seat-locked-txt {
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.join-btn-group {
  margin-top: 80px;
}

.thank-you-section p.ptext {
    font-size: 1.3em;
    text-align: center;
    padding-top: 15px;
}



.btn-thanks-join {
    background-color: #f90272;
    border-radius: 8px;
    padding: 10px 25px;
    color: #fff;
    display: block;
    margin: auto;
    width: max-content;
}

.btn-thanks-join:hover {
  background-color: #fb3a81;
  color: #fff;
}

.btn-thanks-join span:first-child {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-thanks-join span:last-child {
  display: block;
  font-size: 14px;
  opacity: 0.8;
}

.mail-error-section .section-title > span {
  color: #db0303;
}

/* New Changes by Adarsh ON March 27 */

.eveDetailsSection ul.list-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 20px;
  list-style: none;
}

.eveDetailsSection ul.list-inline li {
  /* display: grid; */
  width: 48%;
  /* background: cadetblue; */
  padding: 40px;
  list-style: none;
  /* background: linear-gradient(90deg, rgb(250 66 133 / 90%) 0%, rgb(196 8 81) 100%); */
  color: #f74284;
  font-size: 1.4em;
  /* box-shadow: 0px 1px 6px 1px #f2679782; */
  border-radius: 4px;
  text-align: center;
  line-height: 1.4em;
  border: 1px dashed;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.eveDetailsSection ul.list-inline li strong {
  font-size: 1.2rem !important;
  font-weight: 600;
  color: #4b4b4b;
}

.eveDetailsSection ul.list-inline li::before {
  display: none;
}

.stickyHeader {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #fff;
  animation: site-header-slide-down 1s forwards;
}

@keyframes site-header-slide-down {
  from {
    transform: translateY(-70px);
  }

  to {
    transform: translateY(0);
  }
}

.btn-booking span span,
.page-section-imagine a.btn.btn-booking span{
  color: #f84284;
  font-size: 1.2em;
}

.btn-booking span span i {
  position: relative;
  color: black;
  font-size: 1.5rem;
}

.page-section-imagine a.btn.btn-booking i {
    position: relative;
}

.btn-booking span span i::before,
.page-section-imagine a.btn.btn-booking i::before{
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 2px solid;
  border-color: #fa4386;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.page-section-learn .btn-booking span span,
.page-section-coach .btn-booking span span,
.page-section-bottom-booking .btn-booking span {
  color: #ffffff;
  font-size: 1.2em;
}

.page-section-learn .btn-booking span span i,
.page-section-coach .btn-booking span span i,
.page-section-bottom-booking .btn-booking span span i {
  position: relative;
  color: #ffc0dc;
  font-size: 1.5rem;
}

.whatwill-Section .btn-booking span i {
  position: relative;
}

.whatwill-Section .btn-booking span i::before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 2px solid;
  border-color: #514147;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.page-section-bottom-booking .btn-booking {
  max-width: max-content;
}

.page-section-bottom-booking .btn-booking span {
  color: #fff;
}


.page-section-imagine .col-lg-7 {
    margin: auto;
}



.page-section-imagine a.btn.btn-booking i {
    position: relative;
    color: #000;
    font-size: 1.5rem;
}

.bottom-cta-fixed {
    background: #fff;
    position: fixed;
    bottom: 0;
    border: none;
    outline: none;
    width: 100%;
    left: 0;
    z-index: 9;
}

.bottom-cta-fixed a {
    margin: 10px;
    max-width: 100% !important;
    padding: 12px 15px !important;
    border: none;
}


@media only screen and (min-width:768px)
{
    .bottom-cta-fixed {
        display: none;
    }
}

@media only screen and (max-width:768px)
{
    
    .bottom-booking .btn-booking {
    display: none;
}

.bottom-booking {
    margin-bottom: 100px;
}

.btn-booking span span {
    font-size: 1.3em;
}

.btn-booking span span i {
    font-size: 1.2rem;
}

.page-section-imagine a.btn.btn-booking {
    margin-top: 25px;
}


.page-section-learn .btn-booking span span i, .page-section-coach .btn-booking span span i, .page-section-bottom-booking .btn-booking span span i {
    font-size: 1.2rem;
}

.page-section-learn .btn-booking span span, .page-section-coach .btn-booking span span, .page-section-bottom-booking .btn-booking span {
    color: #ffffff;
    font-size: 1.3em;
}

.page-section-bottom-booking .btn-booking {
    padding: 15px 15px;
    font-size: 18px;
}

.page-section-bottom-booking .btn-booking span {
    font-size: 1.3rem;
}

.eveDetailsSection ul.list-inline {
    justify-content: center;
}

.eveDetailsSection ul.list-inline li {
    width: 90%;
    font-size: 1.4em;
    height: 120px;
}

}


/* Styles Ends */

@media only screen and (max-width: 991px) {
  .cover-right {
    margin-top: 30px;
  }

  .cover-heading {
    font-size: 34px;
  }

  .countdown-box {
    margin: 0 5px;
    width: 84px;
  }

  .btn-booking {
    padding: 15px 25px;
    font-size: 18px;
  }

  .page-section {
    margin-top: 60px;
  }

  .section-title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .suffering-col-title {
    font-size: 20px;
  }

  .tcd-row img {
    margin-bottom: 40px;
  }

  .imagine-heading {
    font-size: 34px;
  }

  .coach-right {
    padding-left: 0;
  }

  .coach-right-two {
    margin-top: 0;
  }

  .testimonial-item {
    padding: 0 20px;
  }

  .testimonial-slider .owl-nav button.owl-prev {
    left: 0;
  }

  .testimonial-slider .owl-nav button.owl-next {
    right: 0;
  }

  .modal-booking .modal-body {
    padding: 20px;
  }

  .modal-booking h2.section-title {
    font-size: 22px;
  }

  .thank-you-section {
    padding-top: 40px;
  }

  .thank-you-section .section-title {
    font-size: 34px;
  }

  .join-btn-group {
    margin-top: 30px;
  }

  .btn-thanks-join {
    margin: 0 0 15px 0;
  }
}

.row.bottomRow {}

.row.bottomRow p.text-center {
    margin-bottom: 0;
    color: #fff;
}

.row.bottomRow {
    padding: 8px;
    background: #F94285;
}
