@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Oswald:wght@200;300;400;500;600;700&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");


* {
  margin: 0;
  padding: 0;
  font-size: 20px;
  box-sizing: border-box;
  font-family: 'Indie Flower', cursive;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Indie Flower', cursive;
  margin-bottom: 0rem;
}

ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

dl,
ol,
ul {
  margin-bottom: 0rem !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0rem;
}

:root {
  --blue: #2e3e5d;
  --green: #9bcf78;
  --darkgreen: #549b69;
  --yellow: #EEB453;
  --red: #C4241C;
  --pink: #f43760;
  --brown: #F36F3C;
  --white: #fbfbfb;
  --bg-white: #CBC9C6;
  --black: #121212;
  --orange: #f0715f;
  --light-blue: #19b5fe;
}

/* width */
::-webkit-scrollbar {
  width: 7.5px;
  opacity: 0.1;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  opacity: 0.7;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--pink);
  border-radius: 10px;
}

#logonav {
  width: 84px;
}

.nav-item {
  padding: 10px 20px;
}

.landing {
  background-image: url(../images/yoga-bg-01.webp);
  background-size: 100% 100%;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.landing .txtbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  padding: 15vh 10vw;
}

.landing .txtbox p {
  font-family: 'Indie Flower', cursive;
  font-size: 7rem;
  letter-spacing: -2px;
  color: var(--pink);
}

.yogatorescue {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80vh;
  background-color: var(--green);
  font-family: "Poppins", sans-serif;
}

.yogatorescue h1 {
  margin-bottom: 10px;
}

.yogatorescue p {
  margin-bottom: 10px;
}

.yogablock {
  text-align: center;
  transition: 0.5s;
}

.yogatorescue .container {
  /* width: 1000px; */
  position: relative;
  display: flex;
  justify-content: space-between;
}

.yogatorescue .container .card {
  position: relative;
  background-color: var(--green);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yogatorescue .container .card .face {
  width: 300px;
  height: 200px;
  transition: 0.5s;
}

.yogatorescue .container .card .face.face1 {
  position: relative;
  background: var(--darkgreen);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.yogatorescue .container .card:hover .face.face1 {
  background: var(--darkgreen);
  transform: translateY(0);
}

.yogatorescue .container .card .face.face1 .content {
  opacity: 0.8;
  transition: 0.5s;
}

.yogatorescue .container .card:hover .face.face1 .content {
  opacity: 1;
}

.yogatorescue .container .card .face.face1 .content img {
  max-width: 100px;
}

.yogatorescue .container .card .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.yogatorescue .container .card .face.face2 {
  position: relative;
  background: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}

.yogatorescue .container .card:hover .face.face2 {
  transform: translateY(0);
}

.yogatorescue .container .card .face.face2 .content ul {
  margin: 0;
  padding: 0;
}

.yogatorescue .container .card .face.face2 .content ul li {
  list-style: disc;
  color: var(--black)
}

.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
}

blockquote {
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 20px 20px 20px 40px;
  border-left: none;
  position: relative;
  text-indent: -19px;
  margin: 60px 0px 3rem !important;
}

.path-style-1{
  opacity: 1;
  fill: #2574a9;
}

.path-style-2{
  opacity: 1;
  fill: #1e8bc3;
}

.path-style-3{
  fill: rgb(25, 181, 254);
}

/* .row{
  width: 0%!important;
  max-width: 0%!important;
} */

section#block_content {
  min-height: 400px;
  padding-top: 40px;
  text-align: left;

}

blockquote p {
  font-size: 1em
}

blockquote:before,
blockquote:after {
  font-family: Arial, serif;
  font-size: 2.5em;
  vertical-align: middle;
  line-height: 0
}

blockquote:before {
  content: open-quote;
  margin-right: 4px
}

blockquote:after {
  content: close-quote;
  margin-left: 3px
}

blockquote.blockstyle,
blockquote.style2 {
  background: white;
  font-style: italic
}

blockquote.blockstyle p,
blockquote.style2 p {
  display: inline
}

blockquote.blockstyle {
  border-left: 3px solid var(--darkgreen);
  position: relative;
}

blockquote.blockstyle:before,
blockquote.blockstyle:after {
  color: var(--darkgreen);
}

blockquote.blockstyle.border-color-blue {
  border-color: #01b7f2
}

blockquote.blockstyle.border-color-blue>span.triangle:before {
  color: #01b7f2
}

blockquote.blockstyle.border-color-yellow {
  border-color: #fdb714
}

blockquote.blockstyle.border-color-yellow>span.triangle:before {
  color: #fdb714
}




.whyYoga {
  padding: 40px 0px;
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--darkgreen);
}

.whyYoga .head {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 3.5px;
  color: var(--blue);
  position: relative;
}

.whyYoga>p {
  width: 80%;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.75rem;
  padding: 0 50px;
  margin-top: 25px;
  color: var(--blue);
}

.whyYoga .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.whyYoga .card {
  padding: 10px;
  border: none;
  cursor: pointer;
}

.whyYoga .card {
  background-color: var(--darkgreen);
  color: var(--blue);
}




.whyYoga .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.whyYoga .container .box {
  width: 250px;
  height: 330px;
  border-radius: 10px;
  background-color: var(--darkgreen);
  margin: 20px;
  transition: 0.3s all ease-in-out;
  position: relative;
  box-shadow: 0px 0px 15px background-color;
  /* Link */
}

.whyYoga .container .box .boxContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}

.whyYoga .container .box .boxContent .icon {
  color: var(--blue);
  font-size: 48px;
  padding: 15px;
}

.whyYoga .container .box .boxContent .title {
  font-size: 24px;
  color: var(--blue);
  font-weight: bold;
  padding: 10px;
}

.whyYoga .container .box .boxContent .desc {
  color: var(--blue);
  font-size: 15px;
  height: 20%;
}

.whyYoga .container .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.whyYoga .container .box:hover {
  /* background: linear-gradient(130deg, var(--blue) 0%, #4054db 100%); */
  background: var(--blue);
  box-shadow: none;
}

.whyYoga .container .box:hover .icon,
.whyYoga .container .box:hover .title,
.whyYoga .container .box:hover .desc {
  color: white;
  transition: 0.3s all ease-in-out;
}

.sep10 {
  transform: translateY(-100%) translateY(2px) scale(1, 1);
  transform-origin: top;
  display: block;
}

.stupid-blue {
  background-color: var(--light-blue);
  height: 0px;
}


.ourmentor {
  padding: 10px 0px;
  width: 100%;
  height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--light-blue);
}

.ourmentor .head {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 3.5px;
  color: var(--blue);
  position: relative;
}

.contact-container {
  /* margin-top: 3rem; */
  height: 25rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.user-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: left;
}

.user-img-container {
  height: auto;
}

.user-img-container>img {
  width: 100%;
  max-width: 300px;
  margin-left: 35px;
}

.user-info {
  width: 100%;
  max-width: 500px;
  color: white;
  padding-right: .9375rem;
  font-size: 1.46rem;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-bottom: 40px;
}

.instagram-link {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.contact-form-container {
  width: 100%;
  max-width: 1216px;
  border-radius: 30px;
  background: var(--blue);
  background: -webkit-linear-gradient(to bottom, var(--blue), #203A43, #0F2027);
  background: linear-gradient(to bottom, var(--blue), #203A43, #0F2027);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 63px;
  padding: 30px;
  transition: 0.3s all ease-in-out;
  height: 450px !important;
  align-items: center;
  margin-top: 0px !important;
}

.contact-form-container :hover {
  top: 10px;
}

.contact-form,
.contact-info {
  margin: auto;
}

.contact-info {
  color: white;
}



.header-blue .hero {
  text-align: center;
}

@media (min-width:768px) {
  .header-blue .hero {
    margin-top: 60px;
    text-align: left;
  }
}

.header-blue .hero h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:992px) {
  .header-blue .hero h1 {
    margin-bottom: 24px;
    line-height: 1.2;
  }
}

@media (max-width:992px) {
  .ourmentor {
    font-size: 1rem;
  }
}

.header-blue .hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.header-blue .phone-holder {
  text-align: right;
}




.footer {
  width: 100%;
  padding: 40px 0px;
  max-width: 1920px;
  padding-bottom: 15px;
  background-color: #2a2a2a;
  font-size: 14px
}


.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: 700;
}

.footer .footer-top .footer-info h3 a {
  font-size: 32px;
  color: var(--pink);
}

.footer .footer-top .footer-info p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--darkgreen);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 26px;
}


.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: var(--pink);
}

.footer-logo {
  font-weight: 700;
  font-size: 40px;
  margin: auto 0;
  padding-left: 1.5625rem;
}

.footer-nav {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: -15px;
}

.social-link {
  margin-top: -4.0625rem;
}

.footer-title {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: -5px;
}

.copyright-bassadv {
  text-align: center;
  color: white;
  background: #2a2a2a;
  padding: .625rem;
}

.footer-nav-item {
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
}

.footer-nav-link {
  font-size: .9375rem;
  width: 100%;
  text-align: left;
  margin-left: -5px;
}

.footer-nav-list {
  list-style: none;
}

.lower {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  /* border: 2px solid #00FF00; */
  padding: 0 25px;
}

.fa-youtube:hover {
  color: red;
}

.fa-instagram:hover {
  /* border: 2kpx solid red; */
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  /* box-shadow: 0px 3px 10px rgba(0, 0, 0, .25); */
}

.link {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
}

.social-nav-container {
  padding: .625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-nav-list {
  gap: 10%;
  width: 100vw;
  max-width: 300px;
  margin: auto;
  margin-top: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.social-nav-item {
  list-style-type: none;
  font-size: 25px;
  background: none;
}

.social-nav-item:nth-child(odd):hover {
  list-style-type: none;
  color: rgb(60, 142, 242);
}

.logo-container {
  margin-top: 1.125rem;
  max-width: 31rem;
  font-size: .75rem;
  max-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright {
  margin-top: 1.125rem;
}

.logo {
  max-width: 60px;
  padding-left: 10px;
}

@media (max-width: 1250px) {
  .yogatorescue {
    height: 100vh;
  }

  .whyYoga {
    height: 900px;
  }
}

@media (max-width: 1200px) {
  .whyYoga {
    height: 1050px;
  }

  .card-container {
    padding: 0rem;
  }

  /* .quote {} */

  blockquote {
    margin: 290px 0px 300px 0px !important;
  }

  .footer-container {
    height: 35vh !important;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    height: 96vh;
    /* max-width: 1140px!important; */
  }
}



/* @media (max-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1000px!important;
  }
} */

@media (max-width: 1006px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    /* max-width: 960px; */
    flex-direction: column;
    align-items: center;
  }

  .card {
    margin: 1rem;
  }

  .yogatorescue {
    height: 244vh;
  }

  .whyYoga {
    height: 1250px;
  }

  .footer-container {
    height: 65vh !important;
  }
}

@media only screen and (max-width: 900px) {

  .ourmentor {
    height: 1000px;
  }

  .contact-form-container {
    height: 800px !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-top: 16rem !important;
  }
}

.user-img-container img {
  margin-left: 0px;
  /* width: 250px; */
}

/* .contact-form-container {
  margin-top: 2rem;
  margin-bottom: 6rem;
  height: 660px;
} */

.user-info {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .whyYoga {
    height: 1250px;
  }

  .whyYoga .head {
    font-size: 2.5rem;
  }

  .footer-container {
    height: 85vh !important;
  }

  .footer-nav {
    flex-direction: column;
  }

  /* .footer {
    margin-top: calc(100% + 180px);
  } */

  .footer-logo {
    padding: 0;

  }

  .footer-content {
    margin-top: .9375rem;
  }

  .footer-upper {
    margin-left: .9375rem;
    flex-direction: column;
  }

  .lower {
    /* margin: 0 auto; */
    margin-top: 9rem;
  }

  .footer-container {
    height: 480px;
    width: 100%;
  }

  .social-nav-list {
    margin-left: -7%;
    justify-content: center;
  }

  .logo-container {
    margin: 0 auto;
  }

  .copyright {
    margin: 0 auto;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .whyYoga {
    height: 1650px;
  }
}

@media (max-width: 570px) {
  .whyYoga {
    height: 1750px;
  }
}


@media (max-width: 500px) {
  .whyYoga {
    height: 1850px;
  }

  .ourmentor {
    height: 1050px;
  }

  .contact-form-container {
    height: 815px !important;
    margin-top: 17rem !important;
    width: 80%;
    margin-bottom: 0rem;

  }
}

@media (max-width: 455px) {
  .whyYoga {
    height: 1950px;
  }

  .contact-container {
    margin-top: 8rem;
  }

  .ourmentor {
    height: 900px;
  }

  .ourmentor .head {
    font-size: 3rem;
  }

  .user-info {
    font-size: 1rem;
  }

  .contact-form-container {
    margin-top: 0rem !important;
    height: 730px !important;
    margin-bottom: 3rem;
  }

  .whyYoga .head {
    font-size: 2rem;
  }
}

/* @media (max-width: 390px) {
  .whyYoga {
    height: 1900px;
  }

} */

@media (max-width: 425px) {
  .whyYoga {
    height: 2000px;
  }
}

@media (max-width: 380px) {
  .whyYoga {
    height: 2050px;
  }

  .landing .txtbox p {
    font-size: 5rem;
  }
}

@media (max-width: 360px) {
  .whyYoga {
    height: 2150px;
  }

  .landing .txtbox p {
    font-size: 5rem;
  }

  .ourmentor {
    height: 870px;
  }

  .ourmentor .head {
    font-size: 2rem;
  }
}

@media (max-width: 340px) {
  /* .whyYoga {
    height: 20px;
  } */
}

@media (max-width: 327px) {
  .whyYoga {
    height: 2450px;
  }

  .yogatorescue {
    height: 250vh;
  }

  .yogatorescue .container .card .face {
    width: 250px;
    height: 200px;
  }

  .yogatorescue .container .card .face.face1 .content h3 {
    font-size: 1.2rem;
  }

  .card-info-item {
    font-size: 0.8rem;
  }

  .contact-form-container {
    height: 820px !important;
    margin-top: 4rem !important;
    width: 80%;
    /* margin-bottom: 0rem; */
  }

  .ourmentor {
    height: 970px;
  }

  .ourmentor .head {
    font-size: 2.3rem;
  }

  .contact-container {
    margin-top: 9rem;
  }

  .whyYoga .container .box {
    height: 380px;
  }
}

@media (max-width: 310px) {

  .quote {
    height: 120vh !important;
  }

  .whyYoga {
    height: 2400px;
  }

}

@media (max-width: 303px) {
  .whyYoga {
    height: 2550px;
  }

  .ourmentor .head {
    font-size: 1.8rem;
  }
  
  .whyYoga .container .box {
    height: 400px;
  }

}

@media (max-width: 288px) {
  .whyYoga {
    height: 2850px;
  }

  .whyYoga .head {
    font-size: 1.5rem;
  }

  .whyYoga .container .box {
    height: 450px;
  }

}

@media (max-width: 277px) {
  .whyYoga {
    height: 3050px;
  }

  .whyYoga .container .box {
    height: 480px;
  }
}

@media (max-width: 264px) {
  .whyYoga {
    height: 3200px;
  }

  .quote {
    height: 130vh !important;
  }

  .whyYoga .container .box {
    height: 500px;
  }

  .contact-form-container{
    height: 900px!important;
    margin-top: 6rem!important;
  }

  .ourmentor{
    height: 1050px!important;
  }

}

@media (max-width: 255px) {
  .whyYoga {
    height: 3400px;
  }

  .quote {
    height: 130vh !important;
  }

  .yogatorescue .container .card .face {
    width: 230px;
  }

  .whyYoga .container .box {
    height: 540px;
  }

}

@media (max-width: 245px) {
  .whyYoga {
    height: 3550px;
  }

  .contact-form-container{
    height: 1000px!important;
    margin-top: 11rem!important;
  }

  .ourmentor{
    height: 1150px!important;
  }

  /* .whyYoga .container .box {
    height: 560px;
  } */

}