@import url('https://fonts.googleapis.com/css2?family=Montaga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

a,b,h1,h2,h3,h4,h5,h6,li,p,span,strong,ul{
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.motaga {
  font-family: 'Montaga', serif;
}
body {
  /*height: 8000px;*/
}
/* Customization */
:root {
    --primarycolor: rgb(203,150,134); 
    --secondarycolor: rgb(203,150,134); 
    --gradientprimary: rgba(203,150,134,1); 
    --gradientsecondary: rgba(203,150,134,1);
}
.b-radius-0 {
  border-radius: 0px;
}
.fs-big {
	font-size: 4vw;
}
.carousel-full-height .carousel-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
header.navigation-wrapper {
	left: 0;
	right: 0;
	top: 0;
	background: transparent;
	z-index: 999;
}
header.navigation-wrapper ul li {
	margin-left: 2vw;
}
.main-image-background,
.main-image-background * {
	position: relative;
}
.main-image-background:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 42vw;
	background: var(--primarycolor);
}

.sec-bes-restro,
.sec-newsletter-inner {
	background: #FCF9F8;
}
.carousel-process-wrapper ol.carousel-indicators li .steps-wrapper .icon {
	width: 169px;
	height: 159px;
}
.bg-center {
    background-position: center center!important;
}

@media only screen and (max-width: 767px) {
  	.carousel-full-height .carousel-item {
	    height: auto;
	}
	.sec-newsletter {
	    padding: 0!important;
	}
	.md-text-center {
		text-align: center;
	}
	.footer-wrapper .d-flex {
		justify-content: center!important;
	}
	.footer-wrapper .logo {
		margin: 10px 0px;
	}
}

@media only screen and (max-width: 500px) {
	.main-image-background:before {
		display: none;
	}
	.fs-big {
	    font-size: 9vw;
	}
	ul.clients-wrapper img {
		max-width: 200px;
	}
}