

#contact{
    margin-top: 50px;
}


#myModal{
    display: none;
    
}
.modal-dialog{
   
        background-color: #ba9f5f;
}
.header{
    border-bottom: 1px solid #ba9f5f;
    padding: 10px 0px;
}
.modal-content{
    background-color: #0e2233;
    color: #ba9f5f;

}
.off{
    font-size: 2rem;
}
.reserv{
    background-color: #ba9f5f;
    color: #0e2233;
}
#myModal a:hover{
    color: #fdee81 !important;
}
.fa-phone-alt {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #0e2233;
  color: #ba9f5f;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

.primary{
    color: #0e2233
}
.secondary{
    color: #ba9f5f;
}


html,body{
	background-color: white;
	color:  #121212;
}

.tech{
    font-family: Montserrat-Medium
}
.techeron{
    font-family: Montserrat-SemiBold;
    color: #121212;
}
.archana{
    font-family: rimouski-semibold
}


h1,h2,h3,h4,h5,h6{
	font-family: Quattrocento-Bold;
}

.hfont7{
    font-family: DancingScript-Bold;
}
p{
	font-family: Raleway-Regular;
}
span{
	font-family: rimouski-semibold;
}
.hfont1{
	font-family: Raleway-Regular !important;
}

.hlogo{
	font-family: rimouski-semibold;
}
.hfont2{
	font-family: Quattrocento-Bold;
}
.hfont3{
	font-family: Quattrocento-Regular;
}
.hfont4{
    font-family: QuattrocentoSans-Regular;
}
.hfont5{
    font-family: QuattrocentoSans-Bold;
}
.hfont6{
    font-family: SansitaSwashed-Regular;
}

a{
	color: black;
    transition: color 3s ease
}
a:hover{
	color: #275a86;
    text-decoration: none;
    transition: 1s ease
}

.text-int{
    text-indent: 30px;
}

/*Card*/

.card-img{
    transition: transform 1s;
}
.card-img:hover{
	transform: scale(1.05);
    transition: 1s 100ms ease-in-out;
}


/*Navbar*/

.logo{
    position: absolute;
    height: 8rem;
    left: 100px;
    top: -10px;
}
  @media screen and (max-width: 768px){
    .logo{
    top: 10px !important;
    left: 5px !important;
   
}
}
.navbar{
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #0e2233;
}

.navbar li{
    padding-right: 15px;
    padding: 10px
}
.navbar a{
    color: #111   
}
.navbar li a{
    color: #ba9f5f;
    font-family: Raleway-Regular;
    padding: 0px;
}
.navbar li a:hover{
	color: #fdee81;
}
a.dropdown-item.active{
    color: #fdee81;
    background-color: #0e2233 !important;
}
a.dropdown-item.dro{
    color: #ba9f5f !important;
    background-color: #0e2233 !important;
}
a.dropdown-item.dro:hover{
    color: #fdee81 !important;
    background-color: #0e2233 !important;
}
.navbar-nav{
	text-align: center;
}
.navbar-toggler:active{
    border: 0px
}
.dropdown-menu{
    background-color: #0e2233;
    border-bottom: 1px solid #ba9f5f;
    border-left: 1px solid #ba9f5f;
    border-right: 1px solid #ba9f5f;
}
.dropdown-item:hover{
    background-color:  #0e2233;
}

.dropdown:hover .dropdown-menu{
    display: block
}
@media screen and (min-width: 991px){
  .fas {
    display: none;
  }
  #navigation{
    display: block
  }
  #navigation-bar{
    display: none;
  } 
}
  @media screen and (max-width: 991px){
    .navbar ul{
    padding: 10px 0px 1000px 0px;
}
    .fas{
        padding: 10px
    }
      .dropdown-item:hover .dropdown-menu{
          display: none
      }
      .dropdown-menu{
        border: 0px;
    }
    #navigation{
        display: none
    }
    #navigation-bar{
    display: block
  }
  #navigation-bar a.active{
    color: #fdee81;
  }
    #navigation-bar .fas{
        cursor: pointer;
    }
    #navigation-bar li{
        padding: 3px;
    }
}

@media screen and (max-width:600px){
    .logo{
        left: 30px;
        height: 120px;
    }
}


/*Footer*/
.fot{
	background-color: #0e2233;
}
.foot{
	min-height: 150px;
	font-size: 200%;  
    color: white;
    padding: 5% 0%; 
}
.fab{
    color: #fff;
    transition: color 1s ease
}
.fab:hover{
	color: #ba9f5f;
    transition: 1s ease
}
#footer{
	background-color: whitesmoke;
}
.call{
	color: black;
}
.call:hover{
	color: #0e2233;
}

.active a{
    color: #fdee81!important;
}

.title-caro{
    position: absolute;
    top: 50rem;
    z-index: 1;
}

/* home*/

#home{
    background-color: #fff;
}
.word1{
    position: relative;
    bottom: 250px;
    font-size: 2.3rem
}
@media screen and (max-width: 991px){
    .word2{
        display: block;
    }
}
@media screen and (min-width: 991px){
    .word2{
        display: none;
    }
}
.carousel-inner{
    margin-top: 3.8rem;
}
.carousel-inner .active{
    color: #fdee81
}
.carousel-name{
    font-size: 3.2rem;
    padding: 5px 40px;
    color: #fff;
    text-shadow: -5px 1px 10px rgb(1, 1, 1);  
}
@media screen and (max-width: 768px){
    .carousel-name{
        font-size: 2rem;
    }
}
@media screen and (max-width: 576px){
    .carousel-name{
        font-size: 1.6rem;
    }
}

#home .carousel-inner .carousel-item img{
    animation: fade 10s forwards;
}
@keyframes fade{
    0%{transform: scale(1,1)}
    100%{transform: scale(1.2,1.2)}
}
#home .carousel-fade{
    animation: blur 5s forwards;
}
@keyframes blur{
    0%{opacity: 10%;}
    100%{opacity: 100%;}
}
.carousel-caption li{
    list-style: none;
    display: inline-block;
    margin-left: 50px;
}
.hero-li{
    color: #fff;
}
.hero-li:hover{
    color: #ba9f5f
}
.carousel-title{
    z-index: 1;
    position: absolute;
    top: 40%;
    text-align: ;
    left: auto;
    justify-content: center;
    color: #fff
}

#home .carousel-control-prev-icon,#home .carousel-control-next-icon{
    visibility: hidden
}
/* BOX*/
.view{
	position: relative;
	height: 24rem;
	width: 18rem;
	padding: 2rem;
	line-height: 175%;
	background-color: #ba9f5f;
	top: 4rem;
	right: 4rem;
	opacity: 90%;
}
/* IMAGES*/
.beach{
	position: absolute;
	width: 100%;
	height: 600px
}
.bed{
	position: relative;
	right: -2rem;
	top: 12rem;
	width: 200%;
	height: 170%;
}
.hotel{
	position: relative;
	top: -27rem;
	left: 35rem;
	width: 200%;
	height: 150%;
	border: 3px solid #fff;
}

.words{
	position: absolute;
	top: 66rem;
	left: 30rem;
}
/* MIN-768*/
#gal .container{
	min-height: 700px;
}
/* MAX-768*/
#gals{
	display: none;
}
/* SINGLE IMAGE INNER TEXT*/
.single{
    min-height: 250px;
	width: 100%;	
	height: 100%;
}
.singles{
    min-height: 250px;
	width: 100%;	
	height: 100%;
}
/* SINGLE IMAGE INNER TEXT*/

.hal{
	position: relative;
	top: -5rem;
	width: 95%;
	height: 550px; 	
}
.hals{
	
    width: 85%;
	height: 550px;
}
.halll{
	width: 100%;	
	height: 500px;
}
.halquote{
	margin-top: 3rem;
}
.map{
	width: 100%;
	height: 500px
}
.d-block.caro1{
    width: 100%;
    height: 500px;
}
#gals .caro{
    width: 100%;
    height: 500px;
}

/* Responsive*/


@media screen and (max-width: 1200px){
	.bed{
		top: 11rem;
        left: 2rem;
		width: 170%;
	    height: 150%;
	}
  	.hotel{
  		top: -19rem;
  		left: 32rem;
		width: 170%;
		height: 150%;
  	}
  	.words{
  		top: 70rem;
  		left: 6rem;
  	}
    #gal .container{
    min-height: 1250px;
}
}
@media screen and (max-width: 991px){
	.bed{
		width: 135%;
	    height: 150%;
	}
	
	.hotel{
		top: -19rem;
  		left: 24.5rem;
		width: 135%;
		height: 150%;
  	}
  	.words{
  		top: 72rem;
  		left: 0rem;
  	}
    .hal{
        top: 0rem;
        right: 3rem;
        width: 110% ;
        height: 100%;
    }
    .hals{
        width: 100% ;
        height: 100%;
    }
    .word1{
        display: none;
    }
}

@media screen and (max-width: 768px){
	#gal{
		display: none;
	}
	#gals{
		display: block;
	}
    #galls{
		display: none;
	}
    h1,h2{
        font-size: 1.4rem;
    }
    h3,h4,a{
        font-size: 1.3rem;
    }
    #facilities h1{
        font-size: 2rem !important;
    }
    #facilities h2{
        font-size: 1.4rem !important;
    }
    #facilities h4{
        font-size: 1rem !important;
    }
    #home .carousel-caption{
        display: none
    }
}
@media screen and (max-width: 470px){
	.foot{
		font-size: 1.3rem;
		min-height: 60px;
	}
	footer h2{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 268px){
	h1{
		font-size: 1rem
	}
}
.hero-img{
    width: 100%;
    height: 768px;
}
@media screen and (max-width: 1200px){
    .hero-img{
        width: 100%;
        height: 100%;
    }
}

/*Accommodation*/

.hfont1{
	font-family: rimouski sb;
}

.accommodationtitle{
	margin-top: 5rem;
}
.accommodationtit{
	margin-top: 8rem;
}
.title{
	margin-top: 10rem;
	font-size: 2rem;
}
.titleside{
	margin-top: 11rem;
	font-size: 1rem;
}
.accommodationstitle{
	margin-top: 10rem;
	font-size: 2rem;
}

#accommodation .acc{
	width: 100%;
	height: 400px;
}
@media screen and (max-width: 991px){
	#accommodation .acc{
		width: 100%;
		height: 300px;
}
    .title{
        font-size: 1.5rem;
    }
    .titleside{
        margin-top: 9.5rem;
    }
    .accommodationtitle{
        margin-top: 0;
    }
    .accommodationtit{
        margin-top: 2.5rem;
    }
	}
@media screen and (min-width: 768px){
	#accommodation{
	display: block
}
	#accommodations{
	display: none
}
}
@media screen and (max-width: 768px){
	#accommodation{
	display: none
}
	#accommodations{
	display: block;
}
    .caro{
        width: 100%;
        height: 300px;
    }
    .accommodationstitle{
        font-size: 1.4rem;
    }
}

#accommodation .roo{
  font-size: 1.3rem;
}

/*Tariff*/

.tar{
	margin-top: 10rem;
}
#tariff .card-img{
	width: 100%;
	height: 350px;
}
.use{
    
    width: 40%;
    height: 40%;
    
}
.tarr{
    
    padding-top: 10px;
    font-size: 1.3rem;
}
.beds{
    text-align: center;
    padding-top: 10px;
    font-size: 1.3rem;
    

}
.roomtar{
    margin-top: 5rem;
    text-align: center
}
.tarriftext{
    font-size: 1.3rem
}
.rate{
    padding-top: 1.3rem;
    font-size: 1.3rem;
}

@media screen and (max-width:768px){
    .tarriftext{
    font-size: 1rem
    }
}
@media screen and (max-width:440px){
    .tarr{
    margin-left: 0px;
    font-size: 0.8rem
    }
    .beds{
        font-size: 0.8rem;
        margin-left: 0px;
    }
    .rate{
        font-size: 1rem;
        margin-left: 0px;
    }
}
/*Hall*/


.cele{
    position: absolute;
    color: #fff;
    text-shadow: -5px 1px 8px rgb(1, 1, 1); 
    top: 35%;
    font-family: Quattrocento-Bold;
}

.celebrate{
    margin-top: 3.8rem;
    width: 100%;
    height: 678px;
}
@media screen and (max-width:768px){
    .celebrate{
        min-height: 350px;
        height: 100%;
        width: 100%;
    }
}
.cele1{
    font-size: 3.3rem;
}
.cele-svg{
    height: 100px;
    width: 100%;
}
.mahal-head{
    font-family: Quattrocento-Bold;
    font-size: 2.5rem
}
.mahal-info{
    text-indent: 50px;
    font-size: 1.1rem
}
.cele2{
    font-size: 3.3rem;
    position: absolute;
    padding-top: 210px;
    color: #fff;
    text-shadow: -5px 1px 8px rgb(1, 1, 1);;
}
.cele-middle{
    width: 100%;
    height: 600px
}
.re{
    color: #ba9f5f;
}

@media screen and (max-width:768px){
    .cele1,.cele2,.mahal-head{
        font-size: 1.4rem;
    }
    #Hall h5{
        font-size: 0.6rem;
    }
    #Hall p{
        font-size: 1rem;
    }
}
@media screen and (max-width:575px){
    #Hall h5{
        font-size: 1rem;
    }
    }
@media screen and (max-width:400px){
    #Hall label{
        font-size: 0.8rem;
    }
}
@media screen and (max-width:350px){
    #Hall label{
        font-size: 0.7rem;
    }
}
     
     
/*GALLERY*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

#gallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
   background-color: white;
}

#gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 97%;
  max-width: 1000px;
}

#gallery .close {
  color: black;
  position: absolute;
  top: 70px;
  right: 125px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  font-size: 1.4rem;
  font-weight: bolder;
}

.next {
  right: 0;
  border-radius: 15px 0 0 15px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0);
}

img {
  margin-bottom: -4px;
}

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 screen and (max-width:768px){
    #gallery .close{
        right: 20px !important;
    }
    .modal-content{
        margin-top: 100px
    }
}

/*PILGRIMS*/

#pilgrims{
  margin-top: 3rem;
}
#pilgrims .card-img{
	width: 100%;
	height: 300px;
}

#pilgrims .button-pil{
    border-radius: 7px;
    border: 0px;
    background-color: #E0FFFF;
}
#pilgrims .button-pil:hover,#pilgrims .button-pil:checked{
    background-color: rgb(255, 255, 255) ;
    color: #0e2233;
    transition: 1s;
    transition-delay: 500ms;
}
.murugantemple{
    min-height: 250px;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 768px){
    #pilgrims{
     margin-top: 3.5rem;
    }
#pilgrims .card-img{
	width: 100%;
	height: 350px;
    }
    #pilgrims button{
        font-size: 1.1rem;
    }
}
#pilgrims .card-para{
    padding: 10px;
    text-indent: 30px;
}

/*TOURISM*/
#tourism a{
  background-color: #E0FFFF;
  border-radius: 5%;
  padding: 5px;
}
#tourism .card-img{
    width: 100%;
    height: 450px;
}
@media screen and (max-width: 768px){
    #tourism .card-img{
    width: 100%;
    height: 100%;
}
    #tourism a{
        font-size: 1.1rem;
    }
}
/*TESTIMONIAL*/
.mini{
	margin-top: 10rem;
}
blockquote p{
    color: #0e2233;
}
#testimonial .card-body{
    min-height: 220px;
    width: 100%
}
@media screen and (max-width: 991px){
    #testimonial .card-body{
       min-height: 300px;
        width: 100% 
    }
}
@media screen and (max-width: 991px){
    #testimonial blockquote{
        font-size: 1rem;
    }
}
.feedback{
    border: 1px solid #111;
    border-radius: 5px;
}
.form-control:hover{
    color: #0e2233;
    border-color: #0e2233;
}
.button:hover{
    color: #ba9f5f;
    border: 1px solid #ba9f5f;
}
.test-blogo{
   height: 100px;
}

@media screen and (max-width: 575px){
    .test-blogo{
   height: 50px;
   margin: 15px;
}
}

/*CONTACT*/
.reception{
    min-height: 350px;
    width: 100%;
    height: 100%;
}
.quit{
    position: absolute;
    top:55%;
    color: #fff
}
@media screen and (max-width:768px){
    .quit{
        display: none;
    }
}
#connect .fab{
    color: #0e2233
}
#connect .fab:hover{
    color: #ba9f5f
}
@media screen and (max-width:768px){
#reser h6{
    font-size: 20.8px !important;
}
}
/*Facilities*/

.amen-h2{
    cursor: pointer
}

.amen-svg{
    width: 100%;
    height: 100px;
}

.amen-card .face{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 200px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    transition: 2s ease-in-out;
    transform: perspective(500px) rotateY(0deg);
    border-radius: 10px;
}

.amen-card .face.front{
    color: #0e2233;
    background-color: #b5b5b5;
    background: url(../img/Amenities/bg1.png)center;
    background-position: center
}
.amen-card:hover .face.front{
    transform: perspective(500px) rotateY(180deg);
}
.amen-card .face.back{
    color: #0e2233;
    background-color: rgb(250,240,215);
    transform: perspective(500px) rotateY(180deg);
}
.amen-card:hover .face.back{
    transform: perspective(500px) rotateY(360deg);
}
.amen-card .face h2{
    font-size: 1.4rem;
    transform: perspective(500px) translateZ(50px);
}
.amen-row1{
    margin-top: 60px;
}
.amen-row2{
    margin-top: 240px;
}
.other-amen{
    margin-top: 300px;
}

.request-amen{
    margin-top: 100px;
}

@media screen and (max-width:1200px){
    .amen-card .face{
        width: 200px;
    }
    .amen-card .face h2{
        font-size: 1.1rem;
    }
    
} 
@media screen and (max-width:991px){
    #facilities .col-3{
        min-width: 250px;
        padding: 120px;
        margin: 0px 50px
    }
    .amen-card .face{
        width: 300px;
    }
    .amen-row2{
    margin-top: 0px;
}
    .other-amen{
    margin-top: 0px;
}
} 
@media screen and (max-width:768px){
    #facilities .col-3{
        min-width: 100px;
        padding: 100px;
        margin: 10px 30px
    }
    .amen-card .face{
        width: 200px;
    }
    .other-amen{
    margin-top: 50px;
}
    
    #facilities h4{
        font-size: 0.8rem;
    }
}
@media screen and (max-width:575px){
    #facilities h4{
        font-size: 1.5rem;
    }
}
@media screen and (max-width:538px){
    .amen-row1{
        display: none
    }
    .amen-row2{
        display: none
    }
    .amen-row3{
        display: block;
    }
    .amen-row3 h2{
        font-size: 1.4rem;
    }
    
}
@media screen and (min-width:538px){
    .amen-row3{
        display: none;
    }    
}
.amen-row3 .card{
    
    margin-top: 32px;
    border: none;
    border-radius: 10px;
    background-color: rgb(250,240,215);
}

/*Celebrate*/

#celebrate{
    margin-top: 10rem;
}
#celebrate p{
  font-size: 1.3rem
}
@media screen and (max-width:768px){
    #celebrate p{
        font-size: 1rem;
    }
}
/*Our Story*/ 

#our-story{
    margin-top: 10rem;
    
}
.core{
    margin-left: 5rem;
}
#our-story p, li{
    font-size: 1.3rem;
}
.values{
    margin-top: 48px;
    margin-bottom: 48px;
}
.founder{
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width:768px){
    #year{
        display: block;
    }
    #years{
        display: none;
    }
}
@media screen and (max-width:768px){
    #year{
        display: none;
    }
    #years{
        display: block;
    }
    .values{
        margin-top: 0px;
    }
}
@media screen and (max-width:991px){
    .core{
        font-size: 1.2rem;
    }
}

/*Events*/ 
.muruga{
  width: 100%;
  height: 478px;
}
.murugar{
  width: 100%;
  height: 578px;
}
.muru{
  width: 100%;
  height: 350px;
}
.festival{
    height: 700px;
    object-fit: contain
}
@media screen and (max-width:991px){
    .festival{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

