@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "msg.css";

body{

	font-family: "Open sans", sans-serif;
	background-color: #fff;
  color: #393839;
  max-width: 1920px;
  width:100%;
	height: 100%;
  margin: 0 auto;
 	box-sizing: border-box;
}


* {
  box-sizing: border-box;
}

.col{
	display: inline-block;
	}




/* --- Header --- */

	.header{
		background: url(../images/banner-hotel.jpg);
		background-position: center;
		min-height: 700px;
		padding: 0;
		margin: auto;
		display: flex;
    align-items: center;
	}

	.box-header{
		background-color: rgb(36 36 36 / 80%);
		padding: 50px 40px;
		height: 100%;
		width: 100%;
	}

	.header-title{
		color: #141414;
		font-family: "Open sans", sans-serif;
		font-size: calc(2.8rem + 1.2vw);
		line-height: 50pt;
		color: #fff;
		max-width: 1400px;
		margin: auto;
		text-align: center;
		padding-bottom: 30px;
	}

	.header div[class^="def-btn cta-btn"]{
		margin: auto !important;
	}


	.button-cta-banner a, .button-cta a{
		text-decoration: none;

	}

	.cta-btn{
		display: block;
    position: relative;
    margin: initial !important;
    width: 100%;
    max-width: 350px;
    border: none;
    font-family: inherit;
    font-size: .9rem;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    padding: 18px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    background-color: #9A7E60;
	}

	.cta-btn:hover{
		background-color: #0F0C34;
	}


	.fa{
		font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
	}

/* --- Intro Banner ---*/

	.intro{
		background-color: #F2F2F2;
    margin: auto;
    box-sizing: border-box;
	}

	.intro div[class^="row"]{
		max-width: 1440px;
		margin: auto;
		padding: 80px 10px;
	}

	.intro img{
		max-width: 300px;
		width: 100%;
		margin: auto;
		display: block;
	}


/* --- Benefits --*/
	
	.benefits{
		margin: auto;
		margin-bottom: 50px;
		margin-top: 30px;
	}

	.benefits h2{
		color: #141414;
		font-family: "Open sans", sans-serif;
		font-size: calc(2.4rem + .6vw);
		padding: 50px 0 60px;
	}

	.benefits img{
		max-width: 25px;
		width: 100%;
	}

	.benefits p{
		margin: auto;
		text-align: left;
	}

	.benefits div[class^="row"]{
		max-width: 1000px;
		margin: auto;
		padding-bottom: 30px;
	}


/* --- Invest --*/

	.invest{
		padding: 50px;
		background-color: #f1f1f1;

	}

	.bg-invest{
		max-width: 1200px;
		width: 100%;
		margin: auto;

	}

	.inv-title{
		color: #141414;
		font-family: "Open sans", sans-serif;
		font-size: calc(1.6rem + .5vw);
		font-weight: bold;
		padding-bottom: 30px;
	}


	/*.box-shadow{
		max-width: 1200px;
		width: 100%;
		margin: auto;
		background: #FFF;
		padding: 40px 60px;
		margin-bottom: 60px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
	}*/
	
	.button-cta{
		padding: 20px 0 80px;
	}

	
	.button-cta div[class^="def-btn cta-btn"]{
		margin: auto !important;
	}


	.button-cta a{
		text-decoration: none;
	}




/* --- Brochure --*/

	.brochure{
		padding: 50px 30px ;
		max-width: 1440px;
		margin: auto;
	}

	.brochure-title{
		color: #141414;
		font-family: "Open sans", sans-serif;
		font-size: calc(1.6rem + .5vw);
		font-weight: bold;
		padding-bottom: 30px;
	}

	.brochure img{
		max-width: 350px;
		width: 100%;
		margin: auto;
		display: block;
	}

	.brochure a{
		text-decoration: none;
	}





	/* -- FOOTER -- */

	.foot{
		background-color: #9A7E60;
		padding: 5px 40px;
		border-top: solid 1px #c2c2c2;

	}

	.only{
		width: 100%;
    margin: auto;
	}
	.position{
		padding: 7px 10px;
		box-sizing: border-box;

	}

	.cont{
		margin: auto;
		color: #fff;
	}

	.cont a{
		color: inherit;
	}

	.cont span{
		font-size: calc(.7rem + .2vw);
		float: right;
	}



@media screen and (max-width: 991px){

	.header-title{
		font-size: calc(2.1rem + .4vw);
    line-height: 44px;
    padding-bottom: 10px;
	}
}


@media screen and (max-width: 787px){


}


@media screen and (max-width: 767px) {

	.header{
		min-height: 400px;
	}

	.box-header{
		padding: 40px 20px;
	}



	.intro{
		padding: 50px 20px 30px;
	}

	.intro img {
    max-width: 400px;
  }

  .intro div[class^="row"]{
  	padding-top: 20px;
  	padding-bottom: 30px;
  }

	.header-title{
		padding-bottom: 30px;
    text-align: center;
    /*line-height: 45pt;*/
    padding: 0 50px;
	}	

	.cta-btn{
		margin: auto !important;
		max-width: 300px;
		width: 100%;
	}


	.brochure img{
		display: none;
	}


	.mobile{
		max-width: 100%;
		display: block;
		text-align: center;
		float: none !important;
	}

	.cont span{
		float: none;
	}

}


@media screen and (max-width: 743px){

	.benefits div[class^="col-1"]{
		padding: 0;
  }

}


@media screen and (max-width: 610px){


}


@media screen and (max-width: 575px){

	.benefits{
		padding: 0 20px;
	}
}


@media screen and (max-width: 425px){


  .header-title{
		font-size: calc(1.8rem + .4vw);
    line-height: 36px;
    padding: 0 20px 20px;
	}


	.benefits h2{
		font-size: calc(1.6rem + .5vw);
	}


	.button-cta{
		padding: 0 0 15px;
	}

}

@media screen and (max-width: 376px){

	.invest{
		padding-bottom: 10px;
	}

	.invest div[class^="col-lg-6 col-md-6"]{
		padding-bottom: 50px;
	}

	.foot{
		padding: 5px 10px;
	}

}


/* Loader */

.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.loader {
	background-image: url("../images/loader.gif"); 
	width: 30px;
	height: 30px;
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	z-index: 10;
	/*position: relative;
	top: 50%;
	left: 50%;*/
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
	float: left;
}

.checker {
	background-image: url("../images/checker.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.thankyouloader {
	background-image: url("https://media2.giphy.com/media/3oEjI6SIIHBdRxXI40/200.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}