*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root 
{
    --main-color:#02BF9B;
    --sub-color:#74613C;
    --default-color:#171515;
    --bg-color:#FDFBF9;
}
h1, h2, h3, h4, h5, h6
{
	  font-family: "Oswald", serif;

}
p, li, span, td
{
	  font-family: "Catamaran", serif;
}
p
{
	  font-family: "Catamaran", serif;
}
a
{
	text-decoration: none;
}

img
{
	width: 100%;
	display: block;
	height: auto;
}
iframe
{
	width: 100%;
	display: block;
}

h1
{
	color: var(--main-color);
}
.button-1
{
	background-color: var(--main-color);
	color: white;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
  font-size: 18px;
}
.button-2
{
	

	color: var(--main-color);
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
  font-size: 18px;
  transition: all 0.5s;
  display: inline-block;

}
.button-2:hover
{
  background-color: var(--main-color);
  color: white;

}
.button-3
{
  background-color: black;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
}
.subheader
{
	
	background-color: var(--main-color);
	background-image: url(../img/pattern2.png);
	padding-left: 5%;
	padding-right: 5%;
}
.subheader-fixed
{
	
	display: flex;

	max-width: 1175px;
	margin: auto;


}
.subheader-col-1
{
	flex:80%;
	padding-top: 0.7%;
	padding-bottom: 0.7%;
	
}
.subheader-col-2
{
	flex: 20%;
	padding-right: 2%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;

	background-image: url(../img/pattern2.png);
	

}
.subheader-col-1 a
{
	color: white;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 15px;
	
}
.subheader-col-1 p
{
   text-align: left;
}
.subheader-col-2 a
{
	color: white;
}
.subheader-col-2 p
{
   text-align: right;
}
.subheader-col-2 i
{
   vertical-align: middle;
}













.header
{ 
	position: absolute;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	z-index:1;
	width: 100%;
	margin-bottom: 0.2%;



}
.header_container
{
	display: flex;
	max-width: 1175px;
	margin: auto;
	align-items: center;
}
.header_c0
{
	display: none;

}
.header_c1
{
	flex: 5%;
	border: 2px solid var(--main-color);
	padding: 6px;
	border-radius: 50%;
	
}
.header_c2
{
	
	flex: 72%;
	margin-left: 5%;
	margin-top: 1%;
	

}
.header_c3
{
	flex: 14%;
	text-align: right;
}

/*side navigation*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
 
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  color: var(--main-color);
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

  


/* On mouse-over */


/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  padding-left: 8px;
  transition: 0.5s;

}

.dropdown-container a
{
	color: #333333;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
 right: 25px;
 margin-left: 50px;
  font-size: 36px;
 
  color: black;

  text-align: right;
}


nav ul 
{
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav .active
  {
    
  }
  .nav a 
  {
    display:block; 
 	color: white;
  font-weight: 600;
    text-decoration: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    
    font-size: 16px;

    position: relative;
  }
  .nav{  
    vertical-align: top; 
    display: inline-block;
    
    border-radius:6px;
  }
  .nav li{position: relative;}
  .nav > li { 
    float:left; 
    
    margin-right: 1px; 
  } 
  .nav > li > a { 
    margin-bottom:1px;
    
  }
  .nav > li:hover , .nav > li:hover >a{  border-bottom-color:orange;}
  .nav li:hover > a { color:#13969E; background-color: white; }
  .nav ul li:hover > a { color:var(--main-color); }
  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav > li:last-child >a{border-radius: 0 4px 0 0; }
  .nav li ul{background-color: white;}
  .nav li li a { margin-top:1px; background-color: white; color: #435254; padding-top: 8px; padding-bottom: 8px;}
  
  
  
    .nav li a:first-child:nth-last-child(2):before { 
     content:""; 
     position: absolute; 
     height:0; 
     width: 0; 
     border: 5px solid transparent; 
     top: 50% ;
     right:5px;  
   }
   
   
   
   
   
   /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 1;
  background-color: green;
  left: -99999em;
  padding: 5px;
  

}
.nav ul ul
{
    margin-top: -5px;
    
}

.nav ul li
{
    border-bottom: 1px dashed gainsboro;
}
.nav > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.nav > li li ul {  border-left:1px solid #fff;}


.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}
.nav ul ul li
{
    transition: all 0.5s;
}
.nav ul ul li:hover
{
    transform: translateX(5px);
}

.slider
{
	display: flex;
	background-image: url(../img/slider.jpg);
	height: 625px;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.slider_c1
{
	width: 100%;
	position: relative;
}
.slider_c1 .bg
{
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}
.slider_content
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 75%;
	text-align: center;
}
.slider_c1 h1
{
	font-size: 75px;
  font-weight: 500;
}
.slider_c1 .tagline
{
	font-size: 28px;
	color: white;
	 
}
.slider_c1 p
{
	font-size: 18px;
	color: white;

	 
}
.intro
{
	padding: 5%;
}
.intro_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
}
.intro_c1
{
	width: 100%;
}
.intro_c1 h1
{
	text-align: center;
	font-size: 42px;
  font-weight: 400;
}
.intro_c1 p
{
	text-align: center;
	color: var(--default-color);

}
.intro_c1 .tagline
{
	text-align: center;
	color: var(--default-color);
	font-weight: bold;
	font-size: 24px;
}
.rishikesh
{
	padding: 5%;
	background-color: var(--bg-color);
}
.rishikesh_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
}
.rishikesh_c1
{
	width: 100%;
}
.rishikesh_c1 h2
{
	text-align: center;
	font-size: 38px;
	color: var(--main-color);
	margin-bottom: 6px;
  font-weight: 500;
}
.rishikesh_c1 p
{
	color: var(--default-color);
  text-align: center;
}

.school
{
	padding: 5%;
}
.school_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	gap:32px;
}
.school_c1
{
	width: 50%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 32px;
}
.school_c1 h2
{
	text-align: center;
	color: var(--main-color);
	font-size: 32px;
	font-weight: 500;
}
.school_c1 .tagline
{
	text-align: center;
	color:var(--default-color);
	font-size: 24px;
	font-weight: 600;
   text-transform: uppercase;
}
.school_c1 p
{
	text-align: justify;
	color: var(--default-color);
}
.school_c1 .c
{
  text-align: center;
}
.school_c1 img
{
	width: 35%;
	margin: auto;
}

.course
{
	padding-top: 5%;
	padding-bottom: 5%;
}
.course_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.course_c1
{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 1%;
}
.course_c2
{
	width: 100%;
	
	
}
.course_row
{
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	
	
	align-items: center;
}
.course_c2_a
{
	width: 50%;
}
.course_c2_b
{
	width: 50%;
	padding: 32px;
	
}
.course_c2_c
{
	width: 50%;
	padding: 32px;
}
.course_c2_d
{
	width: 50%;
}
.course_c1 h2
{
	color: var(--main-color);
	font-size: 48px;
	text-align: center;
	font-weight: 500;
  text-transform: uppercase;


}
.course_c1 p
{
	color: var(--default-color);
	text-align: center;


}
.course_c2_b h3
{
	color: white;
	font-size: 28px;
	margin-bottom: 8px;
	text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.course_c2_b p
{
	text-align: justify;
}
.course_c2_c h3
{
	color: var(--main-color);
	font-size: 28px;
	margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 400;
}
.course_c2_c p
{
	color: white;
	text-align: justify;
}

.short
{
	padding: 5%;
}
.short_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.short_c1
{
	width: 100%;
}
.short_c2
{
	width: 48%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 32px;
}
.short_c1 h2
{
	color: var(--main-color);
	text-align: center;
	font-size: 48px;
	font-weight: 500;
}
.short_c1 p
{
	color: var(--default-color);
	text-align: center;
}
.short_c2 h3
{
	color: var(--main-color);
	margin-top: 8px;
	font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.short_c2 p
{
	color: var(--default-color);
	text-align: justify;
}
.short_c2 .c
{
  text-align: center;
}
.teacher
{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    
    background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../img/tagline.jpg");
	background-size: cover;
	background-position: center top;
	height: 650px;
  
}
.teacher_container
{
    max-width: 1920px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;

}
.teacher_c1
{
    width: 100%;
}
.teacher_c2
{
    width: 51%;
    
}
.teacher_c3
{
    width: 45%;
    padding: 8px;
    border: 2px solid var(--main-color);
}
.teacher_c1 h2
{
    text-align: center;
    color: white;
    font-size: 32px;
}

.teacher_c1 p
{
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 24px;
}
.teacher_c3 iframe
{
	height: 375px;
}


.items_container 
{
  width: 100%;
  overflow: hidden;
  position: relative;
  
}



.items {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: carouselAnim 50s infinite alternate linear;
}
.items:hover
{
    animation-play-state: paused;
}

.entry {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: 375px;
  margin: 1em;
  padding: 0.5em;
  padding-bottom: 28px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  cursor: pointer;


}
.entry img
{
	border-radius: 50%;
	padding: 8px;
	border: 2px solid white;
}

.entry .img
{
    width: 50%;

    margin: auto;
    margin-bottom: 8px;
}



@media only screen and (max-width: 768px) {
  .items {
    animation: carouselAnim 35s infinite alternate linear;
  }
  
  @keyframes carouselAnim {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(calc(-100% + (2 * 300px)));
    }
  }
}

.entry h3
{
    color: var(--main-color);
}
.entry p {
  text-align: center;
  line-height: 2;
  color: white;
}
.entry a {


  color: var(--main-color);
  cursor: pointer;
}

.name {
  font-weight: bold;
}

@keyframes carouselAnim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(calc(-100% + (5 * 300px)));
  }
}

.container .faders {
  width: 100%;
  position: absolute;
  height: 100%;
}



.right {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.car
{
background-color: var(--bg-color);
padding: 5%;
}
.car_container
{
    max-width: 1920px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 16px;


}
.car_c1
{
    width: 55%;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: white;
    border-radius: 8px;
}
.car_c2
{
    width: 45%;
    padding:24px;
     
}
.car_c1 iframe 
{
    width: 100%;
    display: block;
    height: 375px;
}
.car_c2 h2
{
	color: var(--main-color);
	font-size: 36px;
  text-transform: uppercase;
}
.car_c2 p
{
	color: var(--default-color);
	font-weight: bold;
}
.car_c2 td
{
	padding: 6px;
}
.car_c2 i
{
	color: var(--main-color);
	font-size: 28px;
}


/* .book
{
    
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #F6FCFC;

 
}
.book_fixed
{
    width: 45%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px;
    background-color: white;

}
.book_c1
{
    width: 100%;
}
.book_c2
{
    width: 100%;
    margin-top: 3%;
    
}
.book_c2 .star
{
    color:var(--sub-color);
}
.book_c1 p
{
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--sub-color) !important;
    text-align: center;
}
.book_c1 h2
{
   font-size: 28px;
   margin-bottom: 12px;
   font-weight: 600;
   text-align: center;
   color: var(--main-color);
}
.book_c2 table
{
    width: 100%;
}
.book_c2 table td
{
   padding:5px;
    
}
.book_c2 table td input, select, textarea
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;

}
.book_c2 label
{
    color: #435254;
    font-weight: 500;
} */
/* Global Styles */
/* General Form Container Styles */
.book {
    padding: 5%;
   
    font-family: 'Arial', sans-serif;
  }

  .book_c1 h2{
    color: var(--main-color);
    text-align: center;
    margin-bottom:1rem ;
    text-transform: uppercase;
  }
  .book_c1 p{
    color: var(--sub-color);
    margin-bottom:1rem ;
    text-align: center;
  }
  
  /* Form Wrapper */
  .book_fixed {
    width: 75%;
    max-width: 800px;
    margin: auto;
    padding: 25px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    animation: fadeIn 1s ease-in-out;
  }
  
  /* Fade-in Animation */
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Form Row */
  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
  }
  
  /* Form Group */
  .form-group {
    flex: 1;
    min-width: 200px;
    position: relative;
  }
  
  /* Full-width Elements */
  .full-width {
    width: 100%;
  }
  
  /* Input, Select, and Textarea Styles */
  input,
  select,
  textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    /* background-color: #f9f9f9; */
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  
  /* Input Focus Effect */
  input:focus,
  select:focus,
  textarea:focus {
    border-color: var(--sub-color);
    box-shadow: 0 0 8px rgba(255, 87, 51, 0.3);
    outline: none;
  }
  
  /* Label Styles */
  label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-weight: 500;
  }
  .star{
    color: var(--sub-color);
  }
  
  /* Button Styles */
  .submit-btn{
    width: 8rem;
    padding: 12px;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, background 0.3s;
    box-shadow: 0 4px 12px rgba(255, 87, 51, 0.4);
  }
  
  /* Button Hover Effect */
  .submit-btn:hover {
    background: linear-gradient(45deg, #e14e2d, #ff5733);
    transform: translateY(-3px);
  }
  
  /* Button Active Effect */
  .submit-btn:active {
    transform: translateY(0);
  }
  
  /* Form Group Icon */
  .form-group::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('https://img.icons8.com/ios-filled/50/000000/checkmark.png') no-repeat center;
    opacity: 0;
    transition: opacity 0.2s;
  }
  
  /* Show Icon on Input Valid */
  input:valid + .form-group::after {
    opacity: 1;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .book_fixed {
      padding: 20px;
    }
  
    .button-enquiry {
      font-size: 14px;
      padding: 10px;
    }
  }
  
  @media (max-width: 600px) {
    .form-row {
      flex-direction: column;
    }
  
    .form-group {
      min-width: 100%;
    }
  
    .button-enquiry {
      font-size: 13px;
    }
  }
.footer
{
	padding: 5%;
	background-color: var(--default-color);
}
.footer_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	gap: 16px;
}
.footer_c1
{
	width: 25%;
}
.footer_c2
{
	width: 40%;
}
.footer_c3
{
	width: 35%;
}
.footer_row
{
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.footer_a
{
	width: 30.5%;
}
.footer h2
{
	color: var(--main-color);
	margin-bottom: 16px;
}
.footer ul
{
	padding: 0;
	list-style-type: none;
}
.footer a
{
	color: white;
}
.footer table
{
	width: 100%;
}
.footer td
{
	color: white;
	padding: 6px;
	vertical-align: text-top;

}

.subfooter
{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: var(--main-color);
}
.subfooter_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	gap: 16px;
	
}
.subfooter_c1
{
	width: 80%;
}
.subfooter_c2
{
	width: 20%;
}
.subfooter a
{
	text-decoration: none;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

.tag
{
	padding: 5%;
	background-image: url(../img/tagline.jpg);
	background-size: cover;
	background-position: center top;
	height: 325px;
	position: relative;
}
.tag_c1
{
  width: 100%;
}
.tag .bg
{
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-color: rgb(0, 0, 0, 0.7);
}
.tag .tag_content
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
  width: 85%;
  margin: auto;
}
.tag h1
{
	color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;

}


.yoga
{
	padding: 5%;
}
.yoga_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.yoga_c1 
{
	width: 100%;
}

.yoga_c1 h2 
{
	font-size: 38px;	
    color: var(--main-color);
	text-align: center;
	padding-bottom:25px;
	text-shadow: 1px 1px 2px #ccc;
  text-transform: uppercase;
  font-weight: 500;
}
.yoga_c1 h3 
{
	  margin-top: 8px;
    margin-bottom: 8px;
    color: var(--main-color);
    font-size: 24px;
}
.yoga_c1 p 
{
	  line-height: 26px;
    color: var(--default-color);
    font-size: 16px;
    padding-bottom: 10px;
}

.schedule
{
	padding: 5%;
	background-color: var(--bg-color);
}
.schedule_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.schedule_c1 
{
	width: 100%;
	
}
.schedule_c1 h2
{
	font-size: 32px;	
    color: var(--main-color);
	text-align: center;
	padding-bottom:25px;
	text-shadow: 1px 1px 2px #ccc;
  text-transform: uppercase;
  font-weight: 500;
}
.schedule_c1  table
{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: white;
    border-radius: 5px;


}
.schedule_c1  table th
{
	background-color:var(--main-color);
	color: white;
    padding: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
}
.schedule_c1  table td
{
    text-align: center;
    color: #435254;
    padding-top:1%;
    padding-bottom:1%;
    border-bottom: 2px dotted gainsboro;
}
.schedule_c1  .highlight
{
    color: var(--main-color);
    font-weight: bold;
    text-align: left;
    padding-left: 16px;
    font-size: 18px;
}

.food
{
	padding: 5%;
	
}
.food_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap:wrap;
	gap: 25px;
}
.food_c1 
{
	width: 100%;
}
.food_c2 
{
	width: 31.5%;
}
.food_c1 h2 
{
	
	font-size: 32px;	
    color: var(--main-color);
	text-align: center;
	padding-bottom:16px;
	text-shadow: 1px 1px 2px #ccc;
  text-transform: uppercase;
  font-weight: 500;
}
.food_c1 p 
{

    color: var(--default-color);
   
	text-align: center;
}
.food_c2 img 
{
	border: 3px solid var(--main-color);
	padding: 10px;
}

.event
{
	padding: 5%;

}
.event_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;

}
.event_c1
{
	width: 100%;
}
.event_c2
{
	width: 31%;
	
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.event_c1 h2
{
	color: var(--main-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 38px;
}
.event_c2 h3
{
	background-color: var(--main-color);
	color: white;
	text-align: center;
	padding: 8px;
  text-transform: uppercase;
  font-weight: 500;
}
.event_c2 p
{
	text-align: justify;
	
}
.event_c2 .padding
{
	padding: 16px;
}
.video
{
	padding: 5%;
}
.video_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.video_c1
{
	width: 100%;
}
.video_c2
{
	width: 32%;
}
.video_c2 iframe
{
	height: 200px;
}
.video_c1 h2
{
	color: var(--main-color);
  font-weight: 500;
  text-transform: uppercase;
}

.nwhatsapp
{
    position: fixed;
    width: 60px;
    height: 50px;
    bottom: 40px;
    right: 0;
    background-color: #25d366;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 999;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 50px;
    transition: all .5s;
}
.nwhatsapp:hover
{
    background-color: #EA7527;
    color: #fff;
}


.gallery
{
	padding: 5%;
}
.gallery_container
{
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.gallery_c1
{
	width: 100%;
}
.gallery_c1 h2
{
  color: var(--main-color);
}


* {
  box-sizing: border-box;
}
.row
{
  
  
}

.row > .column {
  
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 24%;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
margin:0.5%;

}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 50%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

@media all and (max-width : 480px) {
  
  .column
  {
    width:100%;
    margin-top:5%;
  }
  
  .modal-content {
    max-width:100%;
  }
}


@media all and (max-width : 480px)
{
	.hide{display: none;}
	.header_c0{display: block;}
	.subheader-col-1{display: none;}
	.header{display: none;}

	.slider{height: 350px;}
	.slider_content{width: 98%;}
	.slider_content .tagline{font-size: 18px;}
	.slider_content h1{font-size: 36px;}


	.school_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.school_c1{width: 100%;}

	.course_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.course_c1, .course_c2{width: 100%;}

	.course_row{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.course_c2_a, .course_c2_b, .course_c2_c, .course_c2_d{width: 100%;}

	.rev{flex-direction: column-reverse;}

	.short_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.short_c1, .short_c2{width: 100%;}

	.teacher{height: 1000px;}
	.teacher_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.teacher_c1, .teacher_c2, .teacher_c3{width: 100%;}

	.car_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.car_c1, .car_c2{width: 100%;}

	.yoga_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.yoga_c1, .yoga_c2{width: 100%;}

	.food_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.food_c1, .food_c2{width: 100%;}

	.event_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.event_c1, .event_c2{width: 100%;}


	.video_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.video_c1, .video_c2{width: 100%;}
  .footer_a{width: 29%;}
	.footer_container{flex-wrap: wrap; padding-top: 7%; padding-bottom: 7%;}
	.footer_c1, .footer_c2, .footer_c3{width: 100%;}
	.subfooter_container{flex-wrap: wrap;}
	.subfooter_c1, .subfooter_c2{width: 100%;}
}