:root {
    /* Primary Colors */
    --deep-maroon: #800000; /* Deep Maroon */
    --gold: #ffd700; /* Gold */

    /* Secondary Colors */
    --ivory-white: #fffff0; /* Ivory White */
    --leaf-green: #228b22; /* Leaf Green */
}
body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  padding: 20px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}
.element {
  display: inline-block;
  margin: 0;
}
.container {
  max-width: 100%;
  width: 100%;
}
.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color:#ffd090;
    box-sizing: border-box;
}

.image-section {
    width: 50%;
}

.image-section img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.content-section {
    width: 50%;
    padding: 20px;
}

.content-section h1 {
    margin-top: 0;
}

.content-section{
    width: 50%;
    
}

@media (max-width: 768px) {
    .image-section,
    .content-section {
        width: 100%;
    }

    .image-section img {
        height: auto;
    }
}



tym-start */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .container {
    padding: 20px;
    margin: 0 auto;
  }
  body {
    overflow-x: hidden;
  }
  .element {
    display: inline-block;
    margin: 0;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }

.containerer {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
}
.timing-box {
    border: 1px solid #dddddd00;

    margin-top: 20px;
    border-radius: 8px;
}
.timing-box p {
    text-align: left;
    margin: 0px 0;
}
div#date{
    text-align: left;
    margin-top: -5px;
    margin-bottom: -27px;
}
div#day{
    text-align: left;
    margin-top: 30px;
    margin-bottom: -28px;
}


/* 
tym-end */

.slide img {
    width: 100%;
    height: 100%;
}
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--ivory-white);
} */

.containerr {
    background-color: #ffd090bd;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    margin: 0px auto;
    overflow-x: auto;
}
table {
    width: 50%;
    margin: auto;
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    padding: 10px;
    font-size: 16px;
    font-family: 'montserrat';
    font-weight: 900;
    text-align: center;
}
th {
    background-color: #ffd090bd;
}
.center {
    text-align: center;
}

/* dress-code */
.containerrr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffd090bd;
    box-sizing: border-box;
  }

  .section-one {
    border-radius: 20px;
    background-color: var(--ivory-white);
    flex: 1;
    margin: 0 10px;
    text-align: center;
  }

  .section img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }

  .section-content {
    margin-top: 10px;
    background-color: var(--ivory-white);
    padding: 20px;
    border-radius: 5px;
  }

  .section-content h2 {
    margin-top: 0;
  }

  @media (min-width: 768px) {
    .section-one {
      margin: 0 20px;
    }

    .section img {
      max-width: 400px;
    }

    .section-content {
      padding: 30px;
    }
  }

  @media (min-width: 1024px) {
    .section-one {
      margin: 0 30px;
    }

    .section img {
      max-width: 500px;
    }

    .section-content {
      padding: 40px;
    }
  }
/* dress-code-end */

/* arch-img */


.clearfix:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 0;
}

ul {
	list-style-type: none;
}

a {
	color: #ffffff;
	text-decoration: none;
}



/** ---------------------------------------
 * Slider 
 ----------------------------------------*/

 div.bg-sec{
  background-color: #ffd090;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
 }
.container {
	margin: 40px auto 0;
}

.slider-wrapper {
	z-index: 500;
	position: relative;
	width: 100%;
	height: 360px;
	background: #FFF;
	border: 5px solid #4b5973;
	overflow: hidden;
}

.slider-wrapper li {
	display: none;
}

.slider-wrapper .current-slide {
	display: block;
}

.slider-shadow {
	width: 100%;
	height: 15px;
	position: relative;
}





.slider-wrapper img {
	position: absolute;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

/**
 * ---[Caption] ---------------------- 
 **/
.slider-wrapper .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	padding: 10px;
	color: #FFF;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.slider-wrapper li:hover .caption {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


.slider-wrapper h2 {
	color: #00c5b9;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 6px;
}

.slider-wrapper p {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4em;
}

/**
 * ---[Botones-Control] ---------------------- 
 **/
.control-buttons {
	margin-top: 15px;
	text-align: center;
}

.control-buttons li {
	cursor: pointer;
	display: inline-block;
	background: #bf2926;
	text-indent: -99999px;
	height: 12px;
	width: 12px;
	margin: 0 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.control-buttons li.active {
	background: #585858;
}

.authors {
	text-align: center;
	color: #7a8699;
	display: block;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 80px;
	font-size: 300;
}

/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/
 @media only screen and (max-width: 825px) {
 	.container {
 		width: 500px;
 	}

 	.slider-wrapper {
 		height: 260px;
 	}
 }

 @media only screen and (max-width: 535px) {
 	.container {
 		padding: 5px;
 		width: 100%;
 		margin: 40px 0 0 0;
 	}

 	.slider-wrapper {
 		height: 200px;
 	}
	
 	.slider-wrapper .caption {
 		display: none;
 	}

 }

 @media only screen and (max-width: 410px) {
 	.slider-wrapper {
 		height: 160px;
 	}
 }

/* arch-img-end */


/* slide-cont-start */
.containerrrrr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffd090bd;
  /* margin: 20px auto; */
  border: 1px solid #ccc;
 
}

.contenttttt {
  flex: 1 1 300px; /* Adjust width as needed */
  margin-right: 20px;
}

.sliderrr {
  flex: 1 1 300px; /* Adjust width as needed */
  position: relative;
  overflow: hidden;
}

.slidesss {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slidesss img {
  width: 100%;
  height: auto;
  display: block;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: black;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Media Query for Responsive Design */
@media (max-width: 768px) {
  .containerrrrr {
      flex-direction: column;
  }

  .contenttttt, .sliderrr {
      width: 100%;
      margin-right: 0;
  }

  .prev, .next {
      font-size: 14px;
      padding: 8px 12px;
  }
}

/* slide-cont-end */

/* enquery */
.button-containerr {
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color:var(--ivory-white);
  padding: 10px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.button-containerr button {
  width: 19%;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 92px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.call-now {
  background-color: #28a745;
  color: white;
}

.call-now:hover {
  background-color: #218838;
}

.whatsapp-now {
  background-color: #25d366;
  color: white;
}

.whatsapp-now:hover {
  background-color: #1ebe5d;
}
  /* Media queries */
@media (max-width: 768px) {

  .button-containerr button {
      height: 80px;
      font-size: 16px;
  }
}

@media (max-width: 480px) {

  .button-containerr button {
      height: 60px;
      font-size: 14px;
  }
}
/* enquery-end */

/* media query */
@media (min-width: 769px) and (max-width: 1024px){
  img.carousel-item.active{
    height: auto;
  }
  .topic-container {
    position: relative;
    /* top: 10%; */
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: var(--ivory-white);
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
div.content {
  background-color: #fffff0;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  height: auto;
  flex-direction: row;
}
.slidesss img {
  max-width:none;
  width: auto;
  height: auto;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}
}
@media (min-width: 481px) and (max-width: 768px){
  .about-container {
    display: inline-grid;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--ivory-white);
    box-sizing: border-box;
}
.containerrr {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #580909;
  box-sizing: border-box;
}

.topic-container {
  position: relative;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  background-color: var(--ivory-white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.prev,.next {
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: black;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 1;
}
button {
  float: right;
  margin-top: 20px;
}
.button-containerr button {
  width: 42%;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 92px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
}

@media (min-width: 320px) and (max-width: 480px){
  .about-container {
    display: block;
    text-align: justify;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--ivory-white);
    box-sizing: border-box;
}
.containerrr {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #580909;
  box-sizing: border-box;
}
.section-one {
  border-radius: 0px;
  background-color: var(--ivory-white);
  flex: 1;
  margin: 0 10px;
  text-align: center;
}
.topic-container {
  position: relative;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  background-color: var(--ivory-white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.prev, .next {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: black;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 1;
}
.button-containerr button {
  width: 30%;
  height: 42px;
  font-size: 18px;
  border: none;
  border-radius: 92px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.button-containerr {
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-around;
  background-color: var(--ivory-white);
  padding: 10px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.call-now{
  margin-top: 10px;
}
.whatsapp-now{
  margin-top: 10px;
}
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.about-us {
  padding: 20px;
}

.bell {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #800000;
  font-size: 24px; /* Increased font size */
  transition: color 0.3s;
}

.bell.shake {
  animation: shake 0.5s ease; /* Shake animation */
}

/* Other icon styles */
.data {
  display: flex;
  gap: 20px; /* Space between icons */
}

.icon {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px; /* Default font size */
  transition: color 0.3s;
}

.icon i {
  margin-right: 8px; /* Space between icon and text */
}
/* ::before{
  font-size: xx-large;
} */
.social-icon {
  list-style: none; /* Remove default list styling */
  display: flex; /* Align items horizontally */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.social-icon__item {
  margin-right: 15px; /* Space between icons */
  font-size: 24px; /* Adjust icon size */
}

.social-icon__item a {
  color: #ffffff; /* Icon color */
  text-decoration: none; /* Remove underline from links */
  transition: color 0.3s; /* Smooth color transition on hover */
}

.social-icon__item a:hover {
  color: #ffdd61; /* Change color on hover */
}


.container-b {
  background-color: #ffd090bd;
  display: flex;
  justify-content: space-between;
}

.calendar-box, .table-container {
  flex: 1;
  margin: 10px; /* Optional: Adds space between the boxes */
  padding: 20px; /* Optional: Adds padding inside the boxes */
   /* Optional: Adds border to the boxes */
  border-radius: 8px; /* Optional: Adds rounded corners */
}

.table-container {
  overflow-x: auto; /* Optional: Makes the table scrollable if it's too wide */
}
@media (max-width: 768px) {
  .container-b {
    flex-direction: column; /* Stack the boxes vertically */
  }
  
  .calendar-box, .table-container {
    margin: 10px 0; /* Adjust margin for vertical layout */
  }
}
.container-b{

}


/* rooms */

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.god-card {
  background-color: var(--deep-maroon);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  max-width: 300px;
  text-align: center;
}

.god-card img {
  width: 100%;
  border-radius: 8px;
}

.god-card h2 {
  font-size: 20px;
  color:var(--gold);
  margin: 10px 0;
}


/* rooms end */
.map-button {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff; /* Button background color */
  color: #800000; /* Text color */
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.map-button:hover {
  background-color: #ffffff; /* Darker blue on hover */
  color: rgb(96, 91, 91);
}
.map-button i {
  margin-right: 5px; /* Space between icon and text */
}