/* font-family: "Clash Display", sans-serif; */
/* font-family: 'Manrope', sans-serif; */

:root {
  --black: #020312;
  --light-black: #343541;
  --pink: #b537f2;
  --light-pink: #b537f23d;
  --blue: #3788f2;
  --light-blue: #3788f229;
  --grey: #999aa0;
  --light-grey: #cccccf;
  --dark-grey: #676770;
  --white: #ffffff;
}

html,
body {
  overflow-x: hidden;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: var(--black);
  color: var(--white);
  margin-top: 70px;
}

/* Navigation bar */
.navbar {
  background-color: var(--black) !important;
  padding: 10px 160px !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.nav-link {
  color: var(--white) !important;
  font-size: 16px;
  padding: 0px 20px !important;
  text-transform: capitalize;
}

.nav-login-btn {
  color: var(--white);
  padding-right: 30px;
  text-decoration: none;
}

.nav-login-btn:hover {
  color: var(--white);
  text-decoration: none;
}

.nav-gs-btn {
  color: var(--white);
  font-weight: 700;
  background-color: var(--pink);
  border-radius: 0;
  border: none;
  padding: 8px 30px;
}

.nav-gs-btn:hover {
  color: var(--white);
  background: -webkit-linear-gradient(to right, var(--pink), var(--blue));
  background: -moz-linear-gradient(to right, var(--pink), var(--blue));
  background: -o-linear-gradient(to right, var(--pink), var(--blue));
  background: linear-gradient(to right, var(--pink), var(--blue));

  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

/* Hero section */
.hero-section {
  background-color: var(--black);
}

.hero-section .row {
  padding: 160px 0px 0px 160px;
}

.hero-text-content {
  margin: 10px;
  padding: 10px;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.hero-title {
  font-family: "Clash Display", sans-serif;
  font-size: 90px;
  font-weight: 600;
  color: var(--white);
}

.hero-title span {
  background: linear-gradient(to right, var(--pink) 0%, var(--blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description-wrapper {
  margin: 30px 0px;
}

.hero-description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: inherit;
  padding-right: 100px;
  color: var(--light-grey);
}

.hero-btn-wrapper {
  margin: 50px 0px;
}

.hero-book-a-session-btn {
  color: var(--white);
  font-weight: 700;
  background-color: var(--pink);
  border-radius: 0;
  border: none;
  padding: 10px 30px;
}

.hero-book-a-session-btn:hover {
  color: var(--white);
  background: -webkit-linear-gradient(to right, var(--pink), var(--blue));
  background: -moz-linear-gradient(to right, var(--pink), var(--blue));
  background: -o-linear-gradient(to right, var(--pink), var(--blue));
  background: linear-gradient(to right, var(--pink), var(--blue));

  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.hero-explore-btn {
  font-weight: 700;
  border: none;
  margin-left: 10px;
}

.hero-explore-btn,
.hero-explore-btn:hover {
  color: var(--pink);
}

.hero-explore-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Featured section */
.featured-section {
  background-color: var(--light-black);
  padding: 160px 0px;
}

.featured-carousel {
  margin: 80px 100px 0px 100px;
}

.swiper-button-prev {
  margin-left: 60px !important;
}

.swiper-button-next {
  margin-right: 60px !important;
}

.swiper {
  padding-bottom: 50px !important;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background: transparent !important;
  border: 2px solid var(--pink) !important;
}

.swiper-pagination-bullet-active {
  background: var(--pink) !important;
  border-radius: 5px !important;
  width: 32px !important;
  height: 8px !important;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "" !important;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "" !important;
}

.featured-card {
  padding: 20px;
  margin: 0px 10px;
  border-radius: 0px;
  min-width: 20rem !important;
  min-height: 500px !important;
  height: 500px;
  background-color: var(--black) !important;
}

.card-body {
  padding: 10px 0px;
}

.card-tag {
  display: inline-block;
  background: #000000;
  margin: 15px 10px 15px 0px;
  /* opacity: 0.1; */
}

.card-tag span {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  opacity: 0.5;
  padding: 5px 10px;
  background: var(--light-black);
  color: var(--white);
}

.card-title {
  padding-top: 5px;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.card-text {
  color: var(--light-grey);
  font-size: 16px;
}

.play-now-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--pink);
  padding-left: 0px !important;
}

.play-now-btn:hover {
  color: var(--pink);
}

/* Gallery section */
.gallery-section {
  padding: 160px 160px;
  background: #b537f23d;
  background: linear-gradient(90deg, #b437f21c 0%, #020312 50%, #b437f220 100%);
  /* #b537f23d */
}

.gallery-images-container {
  margin-top: 80px;
}

.gallery-second-part-row {
  margin: 0px !important;
}

.gallery-images-container .col-lg-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gallery-img {
  width: 100%;
  height: 100%;
  padding: 15px !important;
}

.gallery-img-1 {
  padding-bottom: 0px !important;
}

.gallery-btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  margin-top: 50px;
}

.gallery-btn,
.gallery-btn:hover {
  color: var(--pink);
}

.gallery-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Subscribe section */
.subscribe-section {
  background-color: #060d24;
}

.subscribe-container {
  margin: 0px 160px;
  padding: 50px 80px;
  background: transparent linear-gradient(111deg, #b537f2 0%, #3788f2 100%) 0%
    0% no-repeat padding-box;
}

.subscribe-section-title-wrapper {
  width: 60%;
}

.subscribe-section-caption-wrapper {
  width: 75%;
}

.subscribe-email-wrapper {
  margin-top: 50px;
  width: 40%;
}

form.subscribe-form input[type="email"] {
  padding: 12px;
  color: rgba(255, 255, 255, 1) !important;
  background: #ffffff0d 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff66;
  float: left;
  width: 70%;
}

form.subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
form.subscribe-form input[type="email"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.subscribe-form input:focus,
form.subscribe-form button:focus {
  outline: none !important;
  box-shadow: none !important;
}

form.subscribe-form button {
  width: 30%;
  text-align: center;
  padding: 12px 20px;
  background: var(--black);
  color: var(--white);
  font-weight: 700;
  border: none;
}

form.subscribe-form button:hover {
  background: var(--black);
}

/* Footer */
.footer {
  background-color: var(--black);
  margin: 160px 160px 20px 160px;
}

.footer-content {
  padding-bottom: 20px;
}

.footer-text {
  margin: 20px 0px;
  padding-right: 10px;
  color: var(--grey);
}

.footer-contacts div {
  margin: 10px 0px;
}

.footer-contacts div a {
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  margin-left: 4px;
}

.footer-contacts div a:hover {
  color: var(--white);
}

.footer-line {
  border: 1px solid var(--dark-grey);
}

.copyright {
  color: var(--grey);
}

.footer-link-wrapper {
  margin-bottom: 20px !important;
}

.footer-link-topic {
  color: var(--grey);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.footer-links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-link {
  padding: 5px 0px;
}

.footer-link a {
  text-align: left;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--white);
}

.social-media-list li {
  display: inline;
}

.social-media-list li a {
  padding-right: 5px;
}

/* Common CSS for all sections */
.section-topic {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.4px;
  color: var(--blue);
  background: var(--light-blue) 0% 0% no-repeat padding-box;
  border: 1px solid var(--blue);
  padding: 5px 15px;
}

.section-title-wrapper {
  margin: 25px 0px;
  text-align: center;
}

.section-title {
  font-family: "Clash Display", sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: var(--white);
}

.section-caption-wrapper {
  text-align: center;
}

.section-caption {
  color: var(--light-grey);
  font-size: 16px;
}

/* Media Queries */
@media (max-width: 1710px) {
  /* Featured section */
  .card-image {
    height: 200px;
  }
}

@media (max-width: 1550px) {
  /* Subscribe section */
  .subscribe-section-title-wrapper {
    width: 70%;
  }
}

@media (max-width: 1480.99px) {
  body {
    margin-top: 50px;
  }

  /* Hero section */
  .hero-title {
    font-size: 80px;
  }

  /* Gallery section */
  .gallery-img {
    padding: 12px !important;
  }
}

@media (max-width: 1399.98px) {
  /* Hero section */
  .hero-description {
    padding-right: 50px;
  }

  /* Featured section */
  .card-image {
    height: 300px;
  }

  /* Subscribe section */
  .subscribe-section-title-wrapper {
    width: 80%;
  }

  .subscribe-section-caption-wrapper {
    width: 85%;
  }

  .subscribe-email-wrapper {
    width: 60%;
  }
}

@media (max-width: 1199.98px) {
  body {
    margin-top: 70px;
  }

  /* Navigation bar */
  .navbar {
    padding: 10px 80px !important;
  }

  .featured-carousel {
    margin: 80px 80px 0px 80px;
  }

  .nav-link {
    padding: 0px 15px !important;
  }

  .nav-login-btn {
    padding-right: 20px;
  }

  /* Hero section */
  .hero-section .row {
    padding: 90px 0px 0px 80px;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-img {
    height: 500px;
  }

  /* Featured section */
  .featured-section {
    padding: 80px 0px;
  }

  /* Gallery section */
  .gallery-section {
    padding: 80px 80px;
  }

  /* Subscribe section */
  .subscribe-container {
    margin: 0px 80px;
    padding: 50px 80px;
  }

  .subscribe-section-title-wrapper {
    width: 100%;
  }

  .subscribe-section-caption-wrapper {
    width: 100%;
  }

  /* Footer */
  .footer {
    margin: 80px 80px 20px 80px;
  }
}

@media (max-width: 991.98px) {
  /* Featured section */
  .swiper {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 991.98px) {
  /* Navigation bar */
  .navbar {
    padding: 20px 50px !important;
  }

  .nav-item {
    margin: 8px;
  }

  .nav-link {
    padding: 0px 10px !important;
  }

  .nav-sec-ul {
    flex-direction: column !important;
    text-align: center;
  }

  .nav-login-btn {
    padding-right: 15px;
  }

  .nav-gs-btn {
    padding: 8px 20px;
  }

  /* Hero section */
  .hero-section .row {
    padding: 80px 0px 0px 50px;
  }

  .hero-text-content {
    margin: 10px;
    padding: 10px;
  }

  .hero-book-a-session-btn {
    padding: 10px 20px;
  }

  .hero-explore-btn {
    margin-left: 10px;
  }

  .hero-img {
    height: 450px;
  }

  /* Gallery section */
  .gallery-section {
    padding: 80px 50px;
  }

  .gallery-images-container {
    margin-top: 50px;
  }

  .gallery-img {
    padding: 8px !important;
  }

  /* Subscribe section */
  .subscribe-container {
    margin: 0px 50px;
    padding: 50px 40px;
  }

  /* Common CSS for all sections */
  .section-title-wrapper {
    margin: 25px 50px;
  }

  /* Footer */
  .footer {
    margin: 50px 50px 10px 50px;
  }
}

@media (max-width: 799.98px) {
  /* Hero section */
  .hero-text-content {
    margin: 0px !important;
    padding: 0px !important;
  }

  .hero-title {
    font-size: 55px;
  }

  .hero-img {
    height: 400px;
  }

  .hero-description-wrapper {
    margin: 20px 0px;
  }

  .hero-description {
    padding-right: 0px;
  }

  /* Subscribe section */
  .subscribe-email-wrapper {
    width: 80%;
  }

  /* Footer */
  .footer {
    margin: 50px 50px 0px 50px;
  }

  .footer-content .row {
    text-align: center;
  }

  .footer-text {
    margin: 20px 5%;
    padding-right: 0px;
  }

  .footer-text-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  /* Hero section */
  .hero-section .row {
    padding: 80px 50px 80px 50px;
  }

  .hero-title {
    font-size: 80px;
  }

  .hero-img-container .hero-img {
    display: none;
  }

  /* Featured section */
  .featured-carousel {
    margin: 50px 50px 0px 50px;
  }

  /* Gallery section */
  .gallery-first-img-col {
    display: flex;
    justify-content: center;
  }

  .gallery-img {
    width: 400px;
    height: 400px;
    padding: 20px !important;
  }
}

@media (max-width: 643.98px) {
  /* Hero section */
  .hero-title {
    font-size: 70px;
  }

  .subscribe-section-caption-wrapper {
    margin: 0px 0px !important;
  }

  /* Subscribe section */
  .subscribe-email-wrapper {
    width: 100%;
  }

  /* Common CSS for all sections */
  .section-title-wrapper {
    margin: 15px 50px;
  }

  .section-caption-wrapper {
    margin: 0px 50px;
  }
}

@media (max-width: 575.98px) {
  /* Featured section */
  .featured-carousel {
    margin: 50px 0px 0px 0px;
  }

  .swiper-button-prev {
    margin-left: 30px !important;
  }

  .swiper-button-next {
    margin-right: 30px !important;
  }

  /* Subscribe section */
  form.subscribe-form button {
    width: 30%;
    padding: 12px 10px;
  }
}

@media (max-width: 502.98px) {
  /* Hero section */
  .hero-book-a-session-btn {
    padding: 10px 10px;
  }

  .hero-explore-btn {
    margin-left: 0px;
  }
  /* Common CSS for all sections */

  .section-title {
    font-size: 55px;
  }
}

@media (max-width: 482.98px) {
  /* Subscribe section */
  form.subscribe-form input[type="email"] {
    padding: 12px;
    font-size: 14px;
    width: 70%;
  }

  form.subscribe-form button {
    width: 30%;
    font-size: 14px;
    padding: 12px 8px;
  }
}

@media (max-width: 474.98px) {
  /* Navigation bar */
  .navbar {
    padding: 20px 20px !important;
  }

  /* Hero section */
  .hero-section .row {
    padding: 20px 20px 0px 20px;
  }

  .hero-title-wrapper {
    text-align: center;
  }

  .hero-description-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-description {
    text-align: justify;
  }

  /* Featured section */
  .featured-carousel {
    margin: 50px 0px 50px 0px;
  }

  .featured-cards-column {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .featured-card {
    padding: 30px;
    min-height: 450px !important;
    height: 450px;
  }

  .card-title {
    padding-top: 5px;
  }

  .card-image {
    width: 100% !important;
    height: 200px;
  }

  /* Gallery section */
  .gallery-section {
    padding: 80px 20px;
  }

  /* Subscribe section */
  .subscribe-container {
    margin: 0px 20px;
  }

  /* Common CSS for all sections */
  .section-title-wrapper {
    margin: 15px 20px;
  }

  .section-caption-wrapper {
    margin: 0px 20px;
  }
}

@media (max-width: 429.98px) {
  /* Hero section */
  .hero-section .row {
    padding: 50px 20px 20px 20px;
  }

  .hero-title-wrapper {
    text-align: center;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-description-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-description {
    text-align: justify;
  }
}

@media (max-width: 412.99px) {
  /* Hero section */
  .hero-btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-book-a-session-btn {
    padding: 10px 30px;
  }

  .hero-explore-btn {
    margin: 20px;
  }

  /* Gallery section */
  .gallery-img {
    width: 400px;
    height: 300px;
    padding: 20px !important;
  }
}

@media (max-width: 384.99px) {
  /* Featured section */
  .swiper-slide.swiper-slide-active {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .card-title {
    padding-top: 5px;
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }

  /* Subscribe section */
  .subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  form.subscribe-form input[type="email"] {
    width: 80%;
  }

  form.subscribe-form button {
    width: 40%;
    margin-top: 10px;
    padding: 12px 12px;
  }
}

@media (max-width: 368.99px) {
  /* Hero section */
  .hero-title {
    font-size: 55px;
  }

  /* Featured section */
  .swiper-slide.swiper-slide-active {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .featured-card {
    padding: 40px;
    min-height: 500px !important;
    height: 450px;
  }

  .card-title {
    padding-top: 5px;
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }
}
