html,
body {
    /*width: 100%;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
/*    font-family: 'Roboto', sans-serif;*/

font-family: 'Roboto Flex', sans-serif;

/*font-family: 'Hammersmith One', sans-serif;*/

/*font-family: 'Melodrama';*/


}
*{
    margin: 0;
    padding: 0;
}


h1, h2, h3, h4, h5, h6{

/*font-family: 'Hammersmith One', sans-serif;*/


/**/
/*font-family: 'Melodrama';*/
}


    
.sectionPadding{
	padding: 70px 0;
}
.sectionPadding50{
	padding: 50px 0;
}
.marginTop50{
	margin-top: 50px;
}
.marginTop30{
	margin-top: 30px;
}
.marginTop40{
	margin-top: 40px;
}

.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font50{
	font-size: 50px;
}
.textDarkGrey{
	color: #6f6f6f;
}

.bgGrey{
	background-color: #686868;
}



.commonSection .textWrap{
	padding:140px 20px;
}



.mainNavbar nav.navbar {
	padding: 14px 0;
}
.mainNavbar .nav-item{
	padding: 0 0 0 30px;
}
.mainNavbar .nav-link{
	font-size: 21px;
/*	font-family: 'Roboto Flex', sans-serif;*/
/*	font-family: 'Oswald', sans-serif;*/
	font-weight: 600;
	color: #111;
}

.popup1 .overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vh;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	display: none;
}

.popup1 .content{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) scale(0);
	background: #ffffff;
	width: 550px;
	
	z-index:2;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.popup1 .close-btn {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: #222;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

.popup1.active .overlay {
	display:none;
}

.popup1.active .content{
	transition: all 300ms ease-in-out;
	transform:translate(-50%, -50%) scale(1);
}




.popup{
    background-color: #ffb215;
	
    padding: 10px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 60%;
    border-radius: 10px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 85px -26px auto;
    background-color: #0f4163;
    font-size: 19px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup .close{
    position: absolute;
    top: 30px;
    right: 17px;
    width: 25px;
    height: 23px;
    padding-top: 4px;;
    background: #0b0c11;
    color: #eee;
    text-align: center;
    line-height: 15px;
    border-radius: 15px;
    cursor: pointer;

}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
    color: black;
}



	.mainNavbar .nav-item {
		padding: 10px 20px;
/*         background-color: rgba(0, 0, 0, .5);*/
}
.mainNavbar{
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
}
.mainNavbar ul.navbar-nav{
	display: flex;
	align-items: center;
}



.mobileMenu{
	z-index: 999999!important;
}

.mobileMenu .navbar-collapse{
	background-color: beige;
}

.sliderSection{
	margin-top: 100px;
}
.sliderSection .carasoulBox {
  position: relative;
  text-align: center;
  color: white;
}
.sliderSection .carasoulBox ul li a{
	color: #fff;
	text-decoration: none;
}
.sliderSection .carasoulBox img{
	width:100%;
	height: 600px;
	object-fit: cover;
	object-position: 30% 72%;
}
.sliderSection .carasoulBox .centered {
  position: absolute;
  top: 50%;
  left: 35%;
/*  transform: translate(-28%, -50%);*/
transform: translate(-21%, -50%);
}
.sliderSection .carasoulBox h2{
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
}
.sliderSection .carasoulBox ul{
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.sliderSection .carasoulBox ul li{
	display: inline-block;
	padding: 0px 5px;
    font-size: 20px;
}





.breadCrumb{
	margin-top: 100px;
	width: 100%;
	background-image: url("../images/breadcrumb.webp");
	background-size: cover;
/*	background-position: center center;*/
}
.breadCrumb .overLay{
/*	background-color: rgba(66, 135, 245, .7);*/
	background-color: rgba(0, 0, 0, .6);
}
.breadCrumb .contentWrap{
	padding: 80px 0;
	color: #fff;
}
.breadCrumb .contentWrap h2{
	font-size: 45px;
}
.breadCrumb .contentWrap ul{
	padding: 0;
	margin: 15px auto 0;
}
.breadCrumb .contentWrap ul li{
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}
.breadCrumb .contentWrap ul li a{
	color: #fff;
	text-decoration: none;
}




footer .footDesc form label{
  color: #6f6f6f;
  font-size: 13.5px;
}
footer .footDesc form input{
  border-radius: 3px;
  height: 36px;
}
footer .footDesc form input::placeholder{
  color: #6f6f6f;
  font-size: 13.5px;
}
footer .footDesc form button {
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #6f6f6f;
    border-radius: 10px;
    display: block;
    border-radius: 3px;
    display: inline-block;
    background-image: linear-gradient(to right, #111 0%, #10573d 51%, #248D98 100%)
}
footer .footDesc form button:hover {
	color: #fff;
}

footer{
	background-color: #161414;
}
footer .footerLogo{
	width: 150px;
}
footer h2{
	font-size: 19px;
	position: relative;
	color: #fff;
}
footer h2:before{
	content: "";
	font-family: "Font Awesome 5 Free"; 
	position: absolute;
	width: 100px;
	height: 1px;
	background-color: #fff;
	bottom: -10px;
	left: 0;
}
footer .socialIcon{
	margin: 0;
	padding: 0;
}
footer .socialIcon li{
	display: inline-block;
	border-radius: 6px;
}
footer .socialIcon li a{
	color: #fff;
	padding: 3px;
	font-size: 40px;
}
footer .linkList{
	margin: 0;
	padding: 0;
}
footer .linkList li{
	list-style: none;
	margin-bottom: 8px;
}
footer .linkList li a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
footer .footerBottom{
	background-color: #000;
}




.aboutProperty .backgroundDiv{
	background-image: url(../images/aboutProperty.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.aboutRegion .backgroundDiv{
	background-image: url(../images/about.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.accomodationSection .backgroundDiv{
	background-image: url(../images/accomodation.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.diningSection .backgroundDiv{
	background-image: url(../images/dining.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 600px) {
	.orderOne{
		order: 1;
	}
	.orderTwo{
		order: 2;
	}
	.aboutProperty .backgroundDiv{
		height: 400px;
	}
	.aboutRegion .backgroundDiv{
		height: 300px;
	}
 .mainSliderVideo #myVideo{
	height: 270px;
	margin-left: 50vw; transform: translate(-50%);
	}


	.aboutRegion.commonSection .textWrap {
    padding: 41px 20px;
	}

	.commonSection .textWrap{
		padding: 60px 20px;
	}

	.diningSection .backgroundDiv{
		height: 300px;
	}


}
.enquiry-modal1 {
    position: fixed;
    bottom: 30%;
    right: 20px;
    z-index: 9999;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 0.5s infinite alternate;
}
.call-icon1{
  position: fixed;
  bottom: 40%;
  right: 20px;
  z-index: 9999;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 0.5s infinite alternate;
}



@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
