* {
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.ttf');
}
ul li {
    list-style: none;
}
img {
    width: 100%;
    height: 100%;
}
.navbar-expand-lg{
width:90%;
}
header {
    font-family: "Montserrat";
    position: fixed;
    top: -15px;
    left: 0;
    width: 100%;
    min-height: 180px;
    background-image: url("../images/_Path_.png");
    background-size: 104% 100%;
    z-index: 1000;
}
nav {
    font-family: "Montserrat";
    width: 100%;
    margin: auto;
}
.navbar-nav {
    font-family: "Montserrat";
    width: 90%;
    padding-top: 30px;
}
.navbar-brand{
    padding-top: 30px !important;
}
.nav-item{
    margin-right: 50px;
    min-height: 65px;
}
.nav-link{
    min-width: 107px;
    color: #000 !important;
    font-weight: 600;
    display: block;
    text-align: center;
}
 .border__{
    display: none;
    position: relative;
    top: -15px;
    margin-top: -25px !important;
}
.active>.border__{
    display: inline-block !important;
}
.nav-item:hover .border__{
 display: inline-block !important;
}
.border__>img{
    height: auto;
}
.logo {
       width: 140px;
    height: 60px;
}
.logo img {
    width: 100%;
    height: 100%;
}
.booking {
    font-family: "Montserrat";
    width: 90%;
    min-height: 100px;
    margin: auto;
    background: #bd1f1f;
    position: relative;
    top: -20px;
    flex-wrap: wrap;
}
.booking-item span{
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.booking-item p {
    font-size: 24px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}
.book-btn {
    font-family: "Montserrat";
    background: transparent!important;
    color: #fff;
    border: 1px solid #fff;
    width: 70%;
    height: 45px;
}
.gallery {
    font-family: "Montserrat";
    width: 90%;
    background: #fff;
    margin: auto;
    flex-wrap: wrap;
}
.gallery-item {
    font-family: "Montserrat";
    width: 25%;
    height: 350px;
    position: relative;
}
.gallery-item1:hover .gallery-hover1{
    font-family: "Montserrat";
    height: 100%;
    cursor: pointer;
    background:#890f22;
    opacity: 0.8;
}
.gallery-item2:hover .gallery-hover2{
    font-family: "Montserrat";
    height: 100%;
    cursor: pointer;
    background:#284c5a;
    opacity: 0.8;
}
.gallery-item3:hover .gallery-hover3{
    font-family: "Montserrat";
    height: 100%;
    cursor: pointer;
    background:#356059;
    opacity: 0.8;
}
.gallery-item4:hover .gallery-hover4{
    font-family: "Montserrat";
    height: 100%;
    cursor: pointer;
    background:#ba781d;
    opacity: 0.8;
}
.gallery-hover1,.gallery-hover2,.gallery-hover3,.gallery-hover4 {
    font-family: "Montserrat";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    overflow: hidden;
}

.gallery-hover span {
    font-family: "Montserrat";
    color: #fff;
    text-transform:uppercase;
}
.gallery-header {
    font-family: "Montserrat";
    width: 70%;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.local-back {
    font-family: "Montserrat";
    background-image: url("../images/Background.png");
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 40px;
}
.locale {
    font-family: "Montserrat";
    width: 90%;
    margin: auto;
}
.locale-item {
    font-family: "Montserrat";
    position: relative;
    height: 400px;
}
.locale-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.locale-hover span {
    font-family: "Montserrat";
    color: #fff;
    text-transform:uppercase;
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translate(-50%);
}
.locale-header {
    font-family: "Montserrat";
    width: 70%;
}
.footer-back{
    font-family: "Montserrat";
    background-image: url("../images/Red background.png");
    width: 100%;
    height: 200px;
}
footer{
    font-family: "Montserrat";
    color: #fff;
    position: relative;
    background: #f6e5cf;
    min-height: 200px;
}
.foot-content{
    font-family: "Montserrat";
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.footer-logo {
    font-family: "Montserrat";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.footer-logo img {
    width: 92%;
    height: 93%;
}
/*facility*/
 .facility {
     font-family: "Montserrat";
     width: 90%;
     margin: auto;
     background: #bd1f1f;
     position: relative;
     top: -30px;
 }
 .text {
     font-family: "Montserrat";
     width: 90%;
     left: 5%;
     position: absolute;
     bottom: 60px;
     color: #f6f6f6;
 }
 .facility-hover1{
     height: 100%;
     background:#284c5a;
     opacity: 0.7;
 }
.facility-hover2{
    height: 100%;
    background:#356059;
    opacity: 0.7;
}
.facility-hover3{
    height: 100%;
    background:#ba781d;
    opacity: 0.7;
}
.facility-history{
    width: 90%;
    margin: auto;
}
.history-text {
    width: 48%;
}
.history-img {
    width: 48%;
    max-height: 500px;
    overflow: hidden;
}
.history-img img {

}
/*contact*/
 .contact {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
 }
 .contact-map {
     width: 90%;
     margin: auto;
 }
.message {
    font-family: "Montserrat";
    width: 90%;
    margin: auto;

}
.message form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.message form>div {
    width: 48%;
}
@media only screen and (max-width: 1200px) {
   .nav-item{
       margin-right: 20px;
   }
    .navbar-nav{
        padding-top: 25px;
    }
}
@media only screen and (max-width: 990px) {
.navbar-expand-lg{
width:100%;
}
    .book-btn {
        width: 50%;
    }
    .gallery-header {
        width: 90%;
    }
    .gallery-item {
        width: 50%;
    }
    .locale-header {
        width: 90%;
    }
    .booking-item span{
     font-size: 14px;
    }
    .navbar {
        background: white;
        text-align: center;
    }
    .navbar-nav{
        width: 100%;
    }
    .navbar-collapse{
      margin-left: 0px !important;
     }
.nav-item{
margin-left: 0px;
margin-right: 0px;
}
.booking-item p {
font-size: 20px;
}
.message form>div {
width: 100%;
}
}
@media only screen and (max-width:1800px) {
.nav-item{
margin-right:25px;
}
	#navbarSupportedContent{
		 margin-left:40px !important;
	}
	.navbar-expand-lg{
	width:95%;
    }
	}
@media only screen and (max-width:1200px) {
.nav-item{
margin-right:10px !important;
}
	#navbarSupportedContent{
		 margin-left:30px !important;
	}
	.navbar-expand-lg{
	width:100%;
    }
    #carouselExampleIndicators {
            margin-top: 110px;
        }
	}
@media only screen and (max-width:660px) {
    .gallery-item1{
        padding: 0px !important;
    }
    .gallery-hover span{
        font-size: 11px !important;
    }
    .text {
        bottom:10px;
        width:100%;
        font-size: 11px;
    }
    .carousel-indicators li{
        height: 20px !important;
    }
    .gallery-item{
        height: auto;
    }
.foot-content{
display: block;
text-align: center;
}
 p{
     margin-bottom:3px;
 }
	.facility img{
	   height:auto !important;
	}
	.footer-back{
	height:260px;
	}
	#carouselExampleIndicators{
	    margin-top:110px;
	        height: 240px;
    overflow: hidden;
	}
	header{
	background:none;
	}
	form{
	   padding:0px 10px !important;
	}
	form *{
	   font-size:15px !important;
	}
    .footer-back{
        background: #C20F2F;
    }
	.book-btn{
	width:100%;height:70% !important;margin-top:20px;}
.footer-logo {
display: none;
}

}
.carousel-indicators li{
height: 30px;
border-radius: 50%;
border:none !important;
}
.footer-logo{
margin-left:100px;
}
.carousel-indicators{
bottom: 40px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}