* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: auto;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}
h1,h2,h3,
h4,h5,h6 {
	font-size: inherit;
	line-height: inherit;
	font-family: 'Josefin Sans', sans-serif;	
}
h1,h2,h3,
h4,h5,h6,p,ul,li,a,span {
	margin:0;
	font-size: large;
}
a {
	text-decoration: none;
	color:#555;
	cursor: pointer;
}
.main-container {
	max-width: 1920px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;	
}
.inside-container {
	max-width: 100%;
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0 auto;
	padding: 0 15px;
}
.sections-detail {
	margin: 0 0 55px;
}
.section-title {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.84px;
	font-weight: 700;
	color: #7b6cd5;
	text-align: center;
}
.section-title-desc {
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 0.45px;
	color: #666;
	text-align: center;
}
/*Header*/
/* Styles for theheader */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #7b6cd5;
    color: #fff;
    padding: 10px 20px;
	border-top: #fff;
}

.header-left img {
    max-width: 400px;
    height: auto;
}

.header-right {
    display: flex;
	color: #fff;
    align-items: center;
}
.header-right a{
   
	color: #ffffff;
}

.menu-icon {
    display: none; /* Hide menu icon by default */
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
}

.menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu li {
    margin-right: 20px;
}

/*Marquee*/
.marquee {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	animation: marquee 2s linear infinite;
}

@keyframes marquee {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}

/*Pop*/
.pop-float {
	position: fixed;
	left: 25px;
	bottom: 25px;
	width: 300px;
	background-color: #fff;
	z-index: 99999;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pf-hide {
	position: absolute;
	top: 10px;
	right: 13px;
	font-size: 13px;
	color: #333333;
	cursor: pointer;
	transition: color .17s ease;
}

.pf-hide:hover {
	color: #e74c3c;
}
.pf-text {
font-size: 15px;
margin: 0 10px;
}
.pf-button {
	 background-color: #DC0612;
	 color: white; 
	 border: none; 
	 padding: 10px 20px; 
	 cursor: pointer; 
	 animation: blink 1.5s infinite;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*Banner*/  
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 500px; /* Set the height of your banner */
  }
.banner-outer-img {
	background-image: url(http://kakaverivilayankulam.com/img/5.jpg);
	background-size: 100%;
    background-position-y: center;

  }
.banner-overlay {
	background: #00000077;
	height: 100%;
  }
  
.banner-wrapper {
	display: flex;
	transition: transform 0.5s ease;
  }
  
  .banner-section {
	flex: 1;
	min-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
  }
  .banner-section-1 {
	display: flex;
	flex-direction: row; /* Arrange items horizontally */
	align-items: center; /* Vertically center items */
	padding: 20px;
  }
  
  .banner-text {
	flex: 1; /* Take up available space */
	padding: 20px;
	width: 70%; /* Adjusted to cover 70% */
  }
  
  .banner-image {
	 /* Take up available space */
	text-align: right;
	display: inline;
	width: 30%; /* Adjusted to cover 30% */
  }
  
  .banner-image img {
	max-width: 100%; /* Ensure the image doesn't exceed its container width */
	height: auto; /* Maintain the image's aspect ratio and fit within the container height */
  }
  
  .controls {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
  }
  
  button {
	background-color: #6f42c1;
	color: #fff;
	border: none;
	padding: 10px 20px;
	margin: 0 10px;
	cursor: pointer;
  }
  
  button:hover {
	background-color:  #7b6cd5;
  }
  
/*Service*/
.temple-template .service-section {
	padding: 62px 15px;
}
.temple-template .service-section .service-detail {
	text-align: center;
}
.temple-template .service-section .service-detail a:hover {
	text-decoration: none;
}
.temple-template .service-section .service-detail a:hover .service-title{
	text-decoration: none;
	color: #fe86d4;
}
.temple-template .service-section .service-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 0.75px;
	color: #000;
	margin-bottom: 15px;
}
.temple-template .service-section .service-desc {
	font-family: inherit;
	font-size: inherit;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.40px;
}
.temple-template .service-section .service-detail-img {
	max-width: 90px;
 	height: auto;
}
/* Styles for the temple-template class */
.temple-template .best-class-club .detail-col-club {
    padding-bottom: 10px;
}

.temple-template .best-class-club .best-class-club-desc {
    background-color: #f5f5f5;
    padding: 60px 15px;
}

.temple-template .best-class-club .best-class-club-desc .club-section-title {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    line-height: 40px;
    color: #7b6cd5;
    font-weight: 600;
}

.temple-template .best-class-club .best-class-club-desc ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 13px;
}

.temple-template .best-class-club .best-class-club-desc ul li {
    padding-left: 1.3em;
    margin-bottom: 10px;
}

.temple-template .best-class-club .best-class-club-desc ul li:before {
    content: "\f0e7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 12px;
    line-height: 40px;
    color: #7b6cd5;
}

.temple-template .best-class-club .best-class-club-img {
    background-image: url('../img/temple-header.jpg'); /* Change the image path accordingly */
    background-size: cover; /* Use "cover" to scale and crop the image as needed */
    background-position: center; /* Center the image horizontally and vertically */
    background-repeat: no-repeat;
}

/*Slider*/
.temple-template .Slider-section {
	padding: 30px 15px 30px;
}
.temple-template .Slider-section {
	background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.temple-template .Slider-section .Slider-detail a:hover {
	text-decoration: none;
}
.temple-template .Slider-section .Slider-detail a:hover .Slider-detail-title {
	text-decoration: none;
	color: #fe86d4;
}
.temple-template .Slider-section .Slider-detail-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.6px;
	font-weight: 600;
	color: #444;
}
.temple-template .Slider-section .Slider-detail-desc {
	font-family: inherit;
	font-size: inherit;
	line-height: 25px;
	letter-spacing: 0.45px; 
	color: #666;
}
.temple-template .Slider-section .Slider-detail-img svg{
	max-width: 50px;
	height: auto;
}
.temple-template .Slider-section .Slider-detail-soul,
.temple-template .Slider-section .Slider-detail-health,
.temple-template .Slider-section .Slider-detail-relax {
	text-align: right;
	width: 50%;	
}
.temple-template .Slider-section .Slider-detail-soul {
	margin: 0 0 24px auto; 
}
.temple-template .Slider-section .Slider-detail-health {
	margin: 0 auto 24px;
}
.temple-template .Slider-section .Slider-detail-energy,
.temple-template .Slider-section .Slider-detail-mind,
.temple-template .Slider-section .Slider-detail-meditat {
	width: 50%;	
}
.temple-template .Slider-section .Slider-detail-energy {
	margin-bottom: 24px;
}
.temple-template .Slider-section .Slider-detail-mind {
	margin: 0 auto 24px;
}
.temple-template .Slider-section .Slider-detail-meditat {
	margin-left: auto; 
}
/*temple Place*/
.temple-template .templePlace-section {
	padding: 60px 15px;
	background-color: #f5f5f5;
	text-align: center;
}
.temple-template .templePlace-section .templePlace-img {
	width: 145px;
    height: 145px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 18px;
    overflow: hidden;
}
.temple-template .templePlace-section .templePlace-img .templePlace-in-img {
	max-width: 145px;
    border-radius: 50%;
}
.temple-template .templePlace-section .templePlace-col a:hover {
	text-decoration: none;
}
.temple-template .templePlace-section .templePlace-col a:hover .templePlace-title {
	text-decoration: none;
	color: #fe86d4;
}
.temple-template .templePlace-section .templePlace-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 0.88px;
	font-weight: 600;
	color: #434343;
}
.temple-template .templePlace-section .templePlace-desc {
	font-family: inherit;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.45px;
	font-weight: 400;
	color: #666;
}
/*Contact us*/
.temple-template .contact-section {
	padding: 60px 15px; 
}
.temple-template .contact-section .appointment {
 	border: 1px solid #666; 
 	border-radius: 3px;
 	padding: 30px 28px 25px;
}
.temple-template .contact-section .appointment .appointment-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color:#7b6cd5;
}
.temple-template .contact-section .appointment .appointment-desc {
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.56px;
	color:#888;
	text-align: center;
}
 .temple-template .contact-section .appointment .appointment-form {
 	margin-top: 40px;
 }
.temple-template .contact-section .appointment 
.appointment-form  .appointment-form-input {
	border: 1px solid #999;
	height: 38px;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0.48px;
}
.temple-template .contact-section .appointment 
.appointment-form  .data-input {
	text-transform: uppercase;
}
.temple-template .contact-section .appointment 
.appointment-form .appointment-form-text {
	border: 1px solid #999;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0.48px;
}
.temple-template .contact-section .appointment 
.appointment-form .box-select::before {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 41%;
    right: -5%;
    width: 35px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    line-height: 37px;
    color: rgb(255, 255, 255);
    background-color: rgb(123, 108, 213);
    font-weight: 600;
    border-radius: 3px;
    transform: translate(-50%, -50%);
}
.temple-template .contact-section .appointment 
.appointment-form .appointment-form-col-left {
	padding-right: 7px;
}
.temple-template .contact-section .appointment 
.appointment-form .appointment-form-col-right {
	padding-left: 7px;
    padding-right: 7px;
}

.temple-template .contact-section .appointment 
.appointment-form .appointment-form-btn {
	width: 100%;
    padding: 18px 0 13px;
    background-color: #7b6cd5;
    border: 1px solid #7b6cd5;
    border-radius: 3px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.temple-template .contact-section .open-time {
	text-align: center;
}
.temple-template .contact-section .open-time .weekdays {
	margin-top: 50px;
}
.temple-template .contact-section .open-time .weekends {
	margin-top: 40px;
}
.temple-template .contact-section .open-time .open-time-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.25px;
	color: #7b6cd5;
	margin-bottom: 5px;
}
.temple-template .contact-section .open-time .open-time-clock {
	font-family: inherit;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.72px;
	font-weight: 600;
	color:#444;
}
.temple-template .contact-section .open-time .open-time-course {
	font-family: inherit;
	font-size: inherit;
	line-height: 40px;
	letter-spacing: 0.6px;
	color: inherit;
}
/* Trainers*/
.temple-template .trainer-section {
	padding: 60px 15px;
	background-color: #f5f5f5;
	text-align: center;
}
.temple-template .trainer-section .trainer-col {
	margin-bottom: 40px;
}
.temple-template .trainer-section .trainer-img {
	width: 182px;
    height: 182px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 12px;
    overflow: hidden;
    border: unset;
} 
.temple-template .trainer-section .trainer-img .trainer-in-img {
	max-width: 182px;
	border-radius: 50%;
}
.temple-template .trainer-section .trainer-col a:hover {
	text-decoration: none;
}
.temple-template .trainer-section .trainer-col a:hover .trainer-title {
	text-decoration: none;
	color: #fe86d4;
}
.temple-template .trainer-section .trainer-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.8px;
	font-weight: 600;
	color: #444;
}
.temple-template .trainer-section .trainer-desc {
	font-family: inherit;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.45px;
	font-style: italic;
	font-weight: 400;
	color: #666;
}
/*Join Us*/
.temple-template .join-us-section {
	padding: 55px 15px;
	text-align: center;
}
.temple-template .join-us-section .join-us-btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.6px;
	font-weight: 700;
	color:#fff;
	text-transform:uppercase; 
	background-color: #7b6cd5;
	border: 1px solid #7b6cd5;
	border-radius: 3px;
	padding: 21px 52px 19px 53px;
}
.temple-template .join-us-section .join-us-btn:hover {
	text-decoration: none;
	color: #fe86d4;
}
.temple-template .join-us-section .join-us-call {
	font-family: inherit;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.64px;
	margin-top: 22px;
}
.temple-template .join-us-section .join-us-phone-nr {
	font-family: inherit;
	font-size: 18px;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: 600;
	color: #222;
}
.temple-template .join-us-section .join-us-phone-nr:hover {
	text-decoration: none;
	color: #fe86d4;
}
/*Copyright*/
.creater a:hover {
animation: blink 1s infinite;
}
.temple-template .footer .copyright {
	padding: 50px 15px;
	background-color: #7b6cd5;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 26px;
}
.temple-template .footer .copyright .created-by {
	color: #fff;
}
.temple-template .footer .copyright .created-by:hover {
	color: #fe86d4;
	text-decoration: none;
}
.temple-template .footer .copyright .social {
	text-align: right;
	font-size: 14px;
	line-height: 26px;
}
.temple-template .footer .copyright .social a {
	color: #fff;
}
.temple-template .footer .copyright .social a:hover {
	color: #fe86d4;
}
.temple-template .footer .copyright .social .fab {
	padding-left: 14px;
}
.menu {
	color: #fff;
	display: flex;
	flex-direction: row;
}
.menu-ul { color:white;display: flex;flex-direction: row;
}
.menu-li { color:white;display: flex;flex-direction: row;
}
.join-us-btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.6px;
	font-weight: 700;
	color:#fff;
	text-transform:uppercase; 
	background-color: #7b6cd5;
	border: 1px solid #7b6cd5;
	border-radius: 3px;
	padding: 21px 52px 19px 53px;
}
.join-us-btn:hover {
	text-decoration: none;
	color: #fe86d4;
}
  
.Gallery img {
  width: 33%; 
  margin-bottom: 5px;
  cursor: pointer;
  }

  .Slider img{
	height:100%;
  }
  .carousel-caption{
	top:50%;
	transform:translateY(-50%);
	bottom: initial !important;
	background: rgba(0,0,0,0.4);
	max-width:600px;
	position:absolute !important;
	display:block;
	margin-left:auto;
	margin-right:auto;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333; /* Add your desired background color */
    color: white; /* Text color */
    padding: 10px 20px; /* Add some padding for spacing */
}

/* Style the navigation menu items */
nav ul {
    display: flex;
    gap: 20px; /* Adjust the gap between menu items as needed */
}

nav ul li {
    margin: 0;
}

nav ul li a {
    text-decoration: none;
    color: white;
}
/* CSS for the modal and gallery */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
  }
  
  .modal-content {
	margin: auto;
	display: block;
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
  }
  
  /* To maintain aspect ratio, you can use one of the following techniques */
  
  /* Option 1: Using padding */
  .modal-content::before {
	content: "";
	display: inline-block;
	padding-top: 100%; /* 1:1 aspect ratio for square content */
  }
  
  /* Option 2: Using a fixed aspect ratio, adjust padding-top accordingly */
  .modal-content::before {
	content: "";
	display: inline-block;
	padding-top: 75%; /* 4:3 aspect ratio for landscape content */
  }
  
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
  }
  
  /* Gallery Styles */
  .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .gallery-item {
	margin: 10px;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
  }
  
  .gallery-item:hover {
	transform: scale(1.1);
  }
  
  /* Next and Previous Buttons */
  .prev,
  .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	cursor: pointer;
	color: white;
	user-select: none;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
  }
  
  .prev {
	left: 10px;
  }
  
  .next {
	right: 10px;
  }
  
  /* Additional Styles (customize as needed) */
  .floating-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	color: #fff;
	padding: 10px;
	z-index: 999; /* Adjust the z-index to ensure it appears above other content */
  }
  
  .temple-template .best-class-club .best-class-club-img-1 {
	background-image: url('../img/6.jpg'); /* Change the image path accordingly */
	background-size: cover; /* Use "cover" to scale and crop the image as needed */
	background-position: center; /* Center the image horizontally and vertically */
	background-repeat: no-repeat;
  }
  
  /* Customize as needed */
