/* @import url("https://fonts.googleapis.com/css2?family=Dosis:wght@500;600;700;800&family=Inter:wght@200;300;400;500;600;700;800;900&family=League+Spartan:wght@100;200;300;400;500;600&family=Poppins:ital,wght@0,200;0,900;1,800;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Anta&family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Jersey+15+Charted&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --primary-color: #d291bc;
  --primary-color-dark: #f7ebf3;
  --text-dark: #1e293b;
  --text-light: #64748b;
  --extra-light: #fafafa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "League Spartan", sans-serif; */
  font-family: Arial, sans-serif;
}
a {
  text-decoration: none;
}
.ptb-80{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.myContainer {
  max-width: 1200px;
  margin: 0 auto;
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 130px;
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.logo {
  text-decoration: none;
  color: black;
  font-family: "Anta", sans-serif;
  font-weight: 600;
  font-size: 28px;
  background: linear-gradient(to right, #ff64ec, rgb(58 92 231));
  -webkit-background-clip: text; /* Apply background to text */
  -webkit-text-fill-color: transparent; /* Hide original text */
}
#navbar {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}
#navbar li a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #494c51;
  transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a.active {
  color: #fc64ec;
}

#navbar li a.active::after,
#navbar li a:hover::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fc64ec;
  position: absolute;
  bottom: -4px;
  left: 20px;
}
#mobile {
  align-items: center;
  display: none;
}
#close {
  display: none;
}

/* home page  */
.home-btn {
  margin-left: -10px;
  font-weight: 600;
  margin-top: 22px;
  padding: 10px 2.9rem;
  outline: none;
  border: 2px solid #6f68ff;
  font-size: 1rem;
  color: rgb(234, 68, 229);
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.header-home {
  position: relative;
  background-image: url("../image/singer/singer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100%; */
  width: 100%;
}
.header_container {
  /* padding: 0 1rem; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background-image: linear-gradient(
    to left bottom,
    #fa70ea4c,
    #dc3cc48a,
    #a22fdf96,
    #555feb,
    #304bb7
  );
}
.header_content {
  margin-left: 50px;
}

.header_content h1 {
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Anta", sans-serif;
  /* color: green; */
}
.header_content h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 300;
  color: var(--text-light);
}
.typing-text {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.home-social-icons {
  margin-top: 20px;
}
.home-social-icons a {
  margin-right: 10px;
  font-size: 20px;
  color: rgb(205, 214, 255);
}
.home-social-icons a:hover {
  color: #ff78eb;
}

/* about page  */
.about_page {
  background-color: #2b2b2b;
  
}
.about_img {
  width: 100%;
  height: 100%;
}
.about_img img {
  max-height: 95%;
  max-width: 100%;
  /* height: 70vh; */
  border-radius: 10px;
}

.about_page h2 {
  color: var(--primary-color-dark);
}

.about_text p {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  /* color: rgb(184, 177, 177); */
  color: white;
}
.about-heading-bar {
  width: 80px;
  height: 2px;
  background-color: #317350;
}

/* activites section  */
.activites {
  background: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 20px 10px;
}
.activites .card {
  border-radius: 15px;
}
.line-mf {
  width: 40px;
  height: 5px;
  background-color: #317350;
  margin: 0 auto;
}
.card-logo {
  line-height: 0;
  font-size: 40px;
}
.card-icon {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #317350;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  transition: 1s ease-in-out;
}
.activites .card:hover {
  .card-icon {
    background-color: #317350;
    /* background: linear-gradient(to right, #ff64ec, rgb(58 92 231)); */
    box-shadow: 0 0 0 10px #cde1f8;
    /* box-shadow: 0 0 0 10px #ab139e; */
    transition: 1s ease-in-out;
  }
  .card-logo {
    color: white;
  }
}

/* book section  */
.book-section {
  background-color: #1e293b;
}
.book-content p {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  color: white;
}
.book-img img {
  max-width: 100%;
  border-radius: 15px;
}
.book-btns {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.book-btn {
  text-decoration: none;
  padding: 1rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: white;
  background-color: #317350;
  border-radius: 5rem;
  cursor: pointer;
  transition: 1s ease;
  margin-top: 10px;
}
.book-btn:hover {
  background-color: white;
  color: black;
  transition: 1s ease;
}

/* gallery page  */

.breadcrumb-banner {
  width: 100%;
  background-image: url("../image/bc-2.jpg");
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery .dream {
  display: flex;
  flex-direction: column;
  width: 32.5%;
}
.gallery .dream img {
  width: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
}

/* contact page  */
.contact {
  background: url(../image/bg-map.png) !important;
  padding: 39px;
}
.contact .contact-form {
  width: 60%;
  margin: 0 auto;
}
.form-floating input {
  border: 1px solid #e9b5ff;
  color: #0000a9;
}

.hexagon-gallery {
  position: relative;
  width: 670px;
  height: 654px;
  display: grid;
  place-items: center;
  background: transparent;
}
.hexagon-gallery .hexagon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hexagon-gallery .hexagon .hex {
  width: 200px;
  height: 210px;
  display: flex;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin: 55px 7px;
}

.hexagon-gallery .hexagon:nth-child(1) {
  top: 0;
}
.hexagon-gallery .hexagon:nth-child(3) {
  bottom: 0;
}
.hexagon-gallery .hexagon .hex img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.hexagon-gallery .hexagon .hex:hover img {
  transform: scale(1.1);
}

/* video section  */
.video-sec {
  padding: 40px;
}
.pad {
  padding: 55px;
}
/* Gallery section  */

.typed-text {
  @import url("https://fonts.googleapis.com/css2?family=Sedan+SC&display=swap");

  color: rgb(211, 198, 254);
  font-size: 32px;
  font-weight: 600;
  /* padding: 10px; */
  font-family: "Sedan SC", serif;
}
.typed-text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0; /* adjust this value to change the cursor width */
  border-right: 0; /* adjust this value to change the cursor width */
  border-top: 0 transparent; /* adjust this value to change the cursor height and color */
  border-bottom: 0 transparent; /* adjust this value to change the cursor height and color */
}
.typed-cursor {
  display: none;
}

/* Yoga day css */
/* =================== */

@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
.yoga-day-sec {
  padding: 25px 80px;
}
.yoga-main {
  margin-left: 25px;
}
.yoga-day-sec .yoga-main img {
  height: 450px;
  width: 100%;
  border-radius: 50%;
  border: 22px solid #0000b6;
  box-shadow: 30px 15px 15px #f367fa;
}
.yoga-day-content {
  margin-top: 73px;
}
.yoga-day-content h1 {
  font-weight: 700;
  font-size: 60px;
  color: #f367fa;
  font-family: "cursive";
}
.yoga-day-content h2 {
  font-weight: 600;
  color: #0000a9;
  font-family: "cursive";
}
.yoga-day-content p {
  font-style: italic;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#blinking {
  animation: blink 1s linear infinite;
}

/* yoga asann section  */

.yoga-left-content {
  padding-right: 40px;
  margin-top: 131px;
}
.yoga-asan {
  background-color: beige;
  padding: 20px;
}
.yoga-asan h1 {
  font-family: cursive;
}
.yoga-asan-content {
  background-image: url("./assets/image/bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.yoga-card {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background-color: #1f1d2d;
  border: 10px solid #9e80ff;
  cursor: pointer;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 218px;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.yoga-card:hover .image {
  opacity: 0.3;
}

.yoga-card:hover .middle {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 22px;
  padding: 16px 0px;
  font-weight: 700;
  font-family: cursive;
}
.middle p {
  width: 300px;
  font-size: 14px;
  color: #fffbbe;
  text-align: justify;
  font-family: cursive;
}

/* ======================= */
/* button */
.button_slide {
  margin-top: 17px;
  margin-left: -6px;
  background-color: #f367fa;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
  padding: 12px 40px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #110b62;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  border-radius: 50px;
  font-weight: 600;
}
.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #110b62;
  border: 2px solid #f367fa;
}
.button_slide a {
  text-decoration: none;
  color: #fff;
}

.about_container {
  /* margin-top: 30px; */
}
.acti-col {
  color: #427f5e;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: center;
  color: #fff;
  padding: 38px 0;
  background: #0b204a;
}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .designed_by {
  margin-bottom: 0;
}

footer .designed_by a {
  color: #fff;
}
.designed_by a {
  text-decoration: none;
}

/* =============================== */
/* Styles for the overlay */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 20;
}

/* Styles for the popup */
#popup {
  background: #ced8f9;
  padding: 20px;
  max-width: 800px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  margin-top: 74px;
}

/* Style for the close button */
#closeButton {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: rgb(0, 92, 135);
  font-weight: 600;
}

/* activite page  */
.act_img img {
  max-width: 100%;
  border-radius: 20px;
}
.act_txt h3 {
  /* font-family: "Anta", sans-serif; */
  font-weight: 700;
  /* color: #f367fa; */
  color: #0000a9;
}

.act_txt p {
  margin-top: 17px;
  text-align: justify;
  color: #686666;
  text-wrap: wrap;
}

/* goal and objective section */
.objectives ul li p {
  font-size: 16px;
}
.objectives ul li {
  list-style: none;
  display: flex;
}
.goals-sec img {
  width: 100%;
}
.objectives ul li::before {
  content: url("../image/arrow.png");
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-top: 3px;
}
/* .local-link::before {
  content: url('../../media/examples/firefox-logo.svg');
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
} */

.popup-image img {
  height: auto;
}

.blue {
  font-weight: 800;
  color: rgb(0, 9, 129);
  font-family: cursive;
}

.deep-blue {
  color: rgb(115, 159, 25);
  font-family: cursive;
}

.btnn {
  background-color: var(--blue);
  background-image: linear-gradient(
    90deg,
    var(--blue) 0%,
    var(--lightblue) 74%
  );
  border-radius: 20px;
  border: 1px solid rgb(0, 1, 90);
  color: var(--white);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}
.btnn-red {
  background-color: #dc3545;
  background-image: linear-gradient(
    90deg,
    var(--blue) 0%,
    var(--lightblue) 74%
  );
  border-radius: 20px;
  border: 1px solid rgb(0, 1, 90);
  color: var(--white);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.form > .btnn {
  margin-top: 16px;
  margin-bottom: 16px;
}

.btnn:active {
  transform: scale(0.95);
}

.btnn:focus {
  outline: none;
}

.form {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 3rem;
  height: 100%;
  text-align: center;
}

.input {
  background-color: #b9bbff9c;
  border: none;
  padding: 0.7rem 0.7rem;
  margin: 0.5rem 0;
  width: 100%;
  border-radius: 10px;
}

.form__title {
  font-size: 16px;
  color: red;
  font-style: italic;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#blinking {
  animation: blink 2s linear infinite;
}
