*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.rules1{
  font-weight: bold;
  color: red;
  padding: 5px;
  margin: 5px;
}
.rules2{
  font-weight: bold;
  font-size: 30px;
  color: red;
  padding: 5px;
  margin: 5px;
}
.rules{
  font-weight: bold;
  padding: 5px;
  margin: 5px;
}
.bookVideo{
    width: 100%;
    height:70vh;
    object-fit: fill;
   } 
   .booknow{
   	padding: 3px;
   	margin: 3px;
   }
   .nav-link1{
   	padding: 15px;
   	font-size: 25px;
   	margin: 5px;
   }
.parallax{
  background-image: url("../img/nandankanan/Nandankanan.jpg");
   	 /* Full height */
  height: 70%;
   /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   }
/* ...............................
.....................
........... */
.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-top: -60px;
  height: 40px;

}

.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.textcolor{
  color: #000;

}
.textcolor:hover{
  color: red;
}



.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


/*
.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/

/* ........................................................
..............................................
................................
 */
 .openinghours {
    font-family:Lucida Console;
    border-radius:4px;
    margin:10px;
    height: 400px;
    width: 380px;
    box-shadow: 0 0 10px black;
    padding:10px;
    overflow: hidden;
    display: inline-block;

}
.openinghourscontent {
    float:left;
    width: 350px;
}
.openinghourscontent h2 {
    display:block;
    text-align:center;
    margin-top:.33em;

}
/* .openinghourscontent button {
    color:white;
    font-family:Courier New;
    font-size:large;
    font-weight:bolder;
    background-color:#4679BD;
    border-radius:4px;
    width:100%;
    margin-bottom:5px;
} */
.today {
    color: #fff;
}
.opening-hours-table tr td:first-child {
    font-weight:bold;
    width: 350px;
}
#open-status {
    display:block;
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
    border:dotted orange 5px;
}
.openorclosed:after {
    content:" open during these hours:";
}
.open {
    color:#fff;
}
.open:after {
    content:" Open";
    color: #fff;
}
.closed:after {
    content:" Closed";
    color: red;
}
.opening-hours-table tr td {
    padding:5px;
}

/* .........................................................
.............................................
..........................

 */
 .safari{
 	width: 255px;
 }

.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details p{
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-top{
  top: 20%;
}

/* 
....................................................................
.................................................
.................. */
.mapsize{
	width: 100%;
}
  /* ....... background Img1 ............ */
.sideImg{
  background-image: url("../img/nandankanan/TIGERLong.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* ..........back to top ............. */

	
/* BACK TO TOP */
#scroll {
	position:fixed;
	right:10px;
	bottom:10px;
	cursor:pointer;
	width:50px;
	height:50px;
	z-index: 999;
	background-color:#3498db;
	text-indent:-9999px;
	display:none;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px
}
#scroll span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#ffffff;
}
#scroll:hover {
	background-color:#e74c3c;
	opacity:1;filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
}


/* .....book btn..... */
.bookbtn{
	background-color: transparent;
	border: none;
	text-decoration: none;
}
/* .....................................page 2.......................................... */

