@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ----------------------------------------------------------
General
 ------------------------------------------------------------ */
body{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.5rem;
    font-size: 24px;
    overflow-x: hidden;
    background: #fff;
} 
  
 
.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* .open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */
 
 

/* .oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

html{
  scroll-behavior: smooth;
}
 
* {
  margin: 0px;
  padding: 0px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
--bs-gutter-x: 0;
--bs-gutter-y: 0;
  overflow: hidden;
}
 

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a:hover,
a:focus {
  text-decoration: none;
}

 

.form-control:focus,
.btn:focus,
button:focus{
    box-shadow: none;
    outline: none;
}
 
.mw-10{
  max-width: 10%;
}
.mw-20{
  max-width: 20%;
}
.mw-25{
  max-width: 25%;
}
.mw-30{
  max-width: 30%;
}
.mw-40{
  max-width: 40%;
}
.mw-50{
  max-width: 50%;
}
.mw-60{
  max-width: 60%;
}
.mw-70{
  max-width: 70%;
}
.mw-80{
  max-width: 80%;
}
.mw-90{
  max-width: 90%;
}
.mw-95{
  max-width: 95%;
}
.mw-98{
  max-width: 98%;
}
.mw-100{
  max-width: 100%;
}
.min-vh-50 {
	min-height: 50vh !important;
}
.min-vh-40 {
	min-height: 40vh !important;
}
.min-vh-25 {
	min-height: 25vh !important;
}
.margin--10{
    margin-top:-10%;
}
.margin--5{
    margin-top:-5%;
} 


.banner {
  /* background: #FFF6E0; */
  background: url(../img/background-main1.png) no-repeat center top;
  margin: auto;
  background-size:cover;
}

.banner-content {
  padding: 0% 0px 0%;
  margin: auto;
}

.banner .banner-content .logo{
  margin: 0px auto 0px;
  text-align: center;
}

.banner .banner-content {
  padding: 2% 0px;
}

.banner .banner-content .event-content {
  float: right;
  clear: both;
  margin: 20px 30px 0px 0px;
}


.banner .banner-content h1 {
  /* font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 53px;
  line-height: 66px;
  color: #39295C;
  
  text-transform: uppercase; */
  text-align: left;
  padding-bottom: 20px;
}

.banner .banner-content h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 50px;
  color: #191919;
  padding-bottom: 0px;
  text-align: left;
  margin-bottom: 0px;
}
 

.banner .banner-content p {
  font-size: 23px;
  color: #414141;
  line-height: 32px;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
}

.banner .banner-content h3 {
  font-size: 24px;
  font-weight:700 ;
  font-style:italic ;
  color: #000;
  margin: 30px 0px;
  font-family: "Open Sans", sans-serif;
}
/* 
.banner .banner-content .register-background {
background: url(../img/registraion-bg.png) no-repeat center top;
background-size: contain;
width: 600px;
float: right;
height: 700px;
clear: both;
padding: 8% 0px 5%;
} */
.banner .banner-content .register {
  /* background: #F6C86B;
  border-radius: 34px; */
  text-align: left;
  /* font-size: 26px;
  font-weight: 700;
  line-height: 67px;
  width: 208px;
  height: 67px;
  display: inline-block;
  font-family: "Open Sans", sans-serif; */
  margin-bottom: 60px;
}

.banner .banner-content .register img{
  -webkit-box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
-moz-box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
border-radius: 16px;
}

.banner .banner-content .register a {
  color: #000000;
  text-decoration: none;
}
.banner .banner-content .more {
  background: #39295C;
  border-radius: 34px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 67px;
  width: 208px;
  height: 67px;
  display: inline-block;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
}

.banner .banner-content .more a {
  color: #fff;
  text-decoration: none;
}

.banner .ds {
  margin: 0px 0px 0px;
}

/* .banner .ds img {
  float: right;
} */

.explore {
  background: rgb(255,248,242);
  background: linear-gradient(90deg, rgba(255,255,255,0.55) 0%, rgba(255,248,242,1) 100%);
  padding: 50px 0px;
  color: #2B363B;  
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.explore h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  margin:10px auto 30px;
  text-align: center;
}


.explore p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 30px;
}

.explore .icons  {
  margin: 30px auto 50px;
  text-align: center;
}


.explore .icons p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  
}

.explore .learnmore {
  /* background: #F6C86B;
  border-radius: 34px; */
  text-align: center;
  /* font-size: 26px;
  font-weight: 700;
  line-height: 67px;
  width: 208px;
  height: 67px;
  display: inline-block;
  font-family: "Open Sans", sans-serif; */
  margin: 20px auto;
}

/* .explore .learnmore img{
  -webkit-box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
-moz-box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
border-radius: 16px;
} */

.explore .fas, .explore .far {
  padding-right: 20px;
  color: #838A90;
}

.about-gurudev {
  background: url(../img/about-guruji.png) no-repeat center top;
  padding: 5% 0px;
  background-size: cover;
}

.about-gurudev-content {
 color: #fff;
}

.about-gurudev-content h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  margin:10px auto 30px;
  text-align: left;
  color: #000000;
}


.about-gurudev-content p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #000000;
}

.about-gurudev-content .breif p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18x;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  color: #000000;
}

.our-story {
  background: rgb(255,248,242);
  background: linear-gradient(90deg, rgba(255,255,255,0.55) 0%, rgba(255,248,242,1) 100%);
  padding: 50px 0px;
  color: #2B363B;  
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.our-story h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  margin:10px auto 30px;
  text-align: center;
  color: #A14304;
}

.our-story .modal-dialog {
	max-width: 50%;
	margin: 1.75rem auto;
}

.our-story .btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background:url(../img/close.svg) no-repeat right top;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}


.our-story p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #D9C69F;
  text-align: center;
  text-transform: uppercase;
}

.our-story .video {
  margin: 20px auto;
  text-align: center;
}
.global-hormony {
  background: url(../img/global-yoga.png) no-repeat center top;
  padding: 25% 0px;
} 

.global-hormony-content {
  width: 75%;
  max-width: 1182px;
  margin: -10% auto 0px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,251,239,1) 100%);
  padding: 5% 6%;
  border-radius: 28px;
  -webkit-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1);
box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1);
}

.global-hormony-content h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  margin:10px auto 30px;
  text-align: center;
  color: #2F3741;
}


.global-hormony-content p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #B1B8BF;
  text-align: center;
  text-transform: uppercase;
}

.global-hormony-content .breif p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18x;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  color: #333333;
  text-transform:none;
}


.peace-yourself-content {
  width: 75%;
  margin: 5% auto 0px;
  background:#FFC113;
  padding: 0px  0px 0px;
  border-radius: 28px;
  max-width: 1182px;
}

.peace-yourself-content h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  margin:20px auto 30px;  
  text-align: left;
  color: #000000;
}

.peace-yourself-content p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding: 0px 15px 10px 0px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #000000;
  text-align:left;
}


.book-your-slot {
  width: 75%;
  margin: 5% auto 5%;
  background:#fff;
  padding: 0%;
  text-align: center;
}

.book-your-slot h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  margin:10px auto 50px;  
  text-align: center;
  color: #000;
}

.book-your-slot p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #FF9900;
  text-align:center;
}

.book-your-slot .card {
  border: none;
}

.book-your-slot .card-img-top {
  width: 100%;
  height: auto;
}
.book-your-slot .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
  text-align: center;
  opacity: 0; /* Start hidden */
  transition: opacity 0.3s ease; /* Fade in effect */
  border-radius: 18px;
  border: none;
}
.book-your-slot .card:hover .overlay {
  opacity: 1; /* Show overlay on hover */
}

.book-your-slot .btn-light {
	color: #000;
	background-color: #FFC113;
	border-color: #FFC113;
  margin-top: 15px;
}

.featured-in {
  padding: 30px 0px;
}

.featured-in h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  margin:10px auto 40px;
  text-align: center;
  color: #000;
}


.featured-in p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #A39CB4;
  text-align: center;
  text-transform: uppercase;
}

.featured-in p img {
  display: inline;
  filter: none;
  margin: 0px auto;
  cursor: default;
}

.featured-in img {
  margin: 20px auto;
  display: block;
  text-align: center;
  filter: grayscale(100%);
  cursor: pointer;
}


.featured-in img:hover {
  filter: grayscale(0%);
}

.featured-in p {
  text-align: center;
  font-size: 20px;
  color: #707070;
}

.count-down {
background: url(../img/count-down-bg.png) no-repeat center top;
background-size: cover;
padding: 5%;
}
 
.count-down h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  margin:10px auto 20px;  
  text-align: center;
  color: #fff;
}

.count-down-bg {
  background: #fff;
  width: 410px;
  border-radius: 23px;
  padding: 10px;
  margin: 0px auto 30px;
}

.count-down p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #000000;
  text-align:center;
}

.count-down .display-4 {
	font-weight: 700;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.count-down .card {
	border: 0px solid rgba(0,0,0,.125);
}

.count-down .card  .border-end {
	border-right: 1px solid #707070 !important;
}

.count-down .register {
  /* background: #F6C86B;
  border-radius: 34px; */
  text-align: center;
  /* font-size: 26px;
  font-weight: 700;
  line-height: 67px;
  width: 208px;
  height: 67px;
  display: inline-block;
  font-family: "Open Sans", sans-serif; */
  margin:30px auto 20px;
}

.count-down .register img{
  -webkit-box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
-moz-box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
box-shadow: 0px 3px 13px 0px rgba(9,28,74,0.36);
border-radius: 16px;
}


.master-class {
  background: #3A285C;
  padding: 5%;
  }

  .master-class h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size:30px;
    margin:10px auto 20px;  
    text-align: center;
    color: #fff;
  }


.footer {
  background: #6EC1E4;
  color: #fff;
  font-size: 14px;
  padding: 10px 0px 0px;
}


.footer .col-md-6:last-child {
  text-align: right;
}
 
.footer a {
  color: #fff;
  text-decoration: none;
}

.banner .banner-content .event-content .gurudev-mobile-banner {
  display: none;
}


.event-tab {
	width: 75%;
	max-width: 1182px;
	margin: 5% auto 5%;
	/* background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,251,239,1) 100%);
	padding: 4% 6% 2%;
	border-radius: 28px;
	-webkit-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1); */
}
 

.event-tab h2 {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	margin: 0px auto 30px;
	text-align: center;
	color: #000000;
}

.event-tab p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 30px;
  text-align: center;
}

.event-tab .register {
	text-align: center; 
	margin-bottom:0px;
}

.banner-event {
  background: #FFF6E0; 
	margin: auto;
 text-align: center;
}

.event-tabs {
  padding: 4% 6% 2%;
  background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,251,239,1) 100%);
}

.event-tabs .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}


.event-tabs .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: #FFFCFA;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,251,239,1) 100%);
  border-radius: 16px;
	-webkit-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.1);
  width: 90%;
  padding: 15px;
  color: #091A2F;
  font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #091A2F;
  background: rgb(255,193,19) !important;
  background: linear-gradient(90deg, rgba(255,193,19,1) 0%, rgba(245,214,30,1) 100%) !important; 
	border:none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #091A2F;
  background: rgb(255,193,19) !important;
  background: linear-gradient(90deg, rgba(255,193,19,1) 0%, rgba(245,214,30,1) 100%) !important; 
	border:none;
	isolation: isolate;
}

.event-tabs h2 {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	margin: 0px auto 30px;
	text-align: center;
	color: #000000;
}

.event-tabs h3.text-primary {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	margin: 0px auto 30px;
	text-align: left;
	color: #000000 !important;
}
.event-tabs h3.text-secondary {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	margin: 0px auto 30px;
	text-align: left;
	color: #000000 !important;
}

.event-tabs p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 30px;
  text-align: left;
}

.event-tabs #myTabContent {
  padding: 5% 0% 2%;
  text-align: left;
}

.event-tabs  #myTabContent p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 30px;
  text-align: left;
}

.event-tabs  #myTabContent ul li {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
  padding-left: 20px;
	line-height: 30px;
  text-align: left;
}

 

.event-tabs  #myTabContent ol li {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
  padding-left: 20px;
	line-height: 30px;
  text-align: left;
}