@charset "utf-8";
/* Diamond Lounge Bootstrap 5 Main CSS Document */

@import url('https://fonts.googleapis.com/css?family=Amiri:400,700&family=Roboto:300;400;500&display=swap');

/* Main Elements */

body { 
	padding-top: 0px; 

}

#services, #cuisine, #gallery, #reviews, #contact, #terms, #privacy, #success { 
	padding-top: 200px; 

}


.logo {
	width: 246px;
	text-align: left;
	padding: 8px 0;
	z-index: 20;
}

.top-social {
	width: 246px;
	text-align: center;
}


.fa-instagram, .fa-location-dot, .fa-envelope {
	color: #ffffff;
	font-size: 21px;
}

.fa-instagram:hover, .fa-instagram:focus, .fa-location-dot:hover, .fa-location-dot:focus, .fa-envelope:hover, .fa-envelope:focus{
   color: #ad974f;
}

/* Layout */

h1, h2, h3 {
	font-family: 'Amiri', serif;
	font-weight: 400;
	color: #ad974f;
}

.container-main {
	padding-top: 90px;
}

.body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	color: #8f7f4f;
}

.body a {
	font-weight: bold;
	text-decoration: underline;
	color: #8f7f4f;
}

/* Homepage */

#top {
	scroll-margin-top: 120px;
}

.home-carousel {
	 position:relative;
}

.carousel-item img  {
	width:100%;
	height:100vh;
	object-fit: cover;
}

.drk:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 10;
}

.carousel-overlay { 
  color:#fff;
  position:absolute;
  z-index:11;
  top:28%;
  left:0;
  width:100%;
  text-align:center;
}

.carousel-control-next, .carousel-control-prev { 
  z-index:15;
}

.intro-text {
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	padding: 20px 10%;
}

.scroll-top {
  width:100%;
  position: absolute;
  bottom: 1rem;
  text-align: center;
  z-index: 20;
}


/* Reviews */

.container-background-black {
	background-color: #231f20;
}

.container-background-grey {
	background-color: #f5f5f5;
}

/* Footer */


.fluid-container-footer {
	background-color: #231f20;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #ad974f;
	padding: 36px 0;
}

.footer {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	color: #ad974f;
	line-height: 26px;
}

.footer a {
	color: #ad974f;
	text-decoration: none;
}

.footer a:hover {
	color: #ad974f;
	text-decoration: none;
}

.rh-col {
	text-align: right;
}

@media screen and (max-width : 992px){	
.lh-col, .rh-col {
  text-align: center;
	}
}

.footer .fa-instagram {
	color: #ad974f;
	font-size: 16px;
}

.footer .fa-instagram:hover, .fa-instagram:focus {
   color: #ad974f;
}

/* Buttons */

.btn-hero-cta {
font-family: 'Amiri', serif;
text-transform: uppercase;
background-color: #ad974f;
color: #ffffff;
font-size: 16px;
font-weight: 400;
padding: 8px 21px;
border: 1px solid;
border-color: #ad974f;
border-radius: 0;
}

.btn-hero-cta:hover{
color: #ffffff;
background-color: transparent;
border-color: #ffffff;
}

.btn-more-cta {
font-family: 'Amiri', serif;
text-transform: uppercase;
background-color: #ad974f;
color: #ffffff;
font-size: 16px;
font-weight: 400;
padding: 8px 21px;
border: 1px solid;
border-color: #ad974f;
border-radius: 0;
}

.btn-more-cta:hover{
color: #ffffff;
background-color: #877333;
border-color: #877333;
}

.CallNo {
background-color: #ad974f;
font-family: 'Roboto', sans-serif;
color: #ffffff;
font-size: 20px;
font-weight: 700;
padding: 12px 30px;
border: none;
border-radius: 24px;
}

#CallButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10001;
}


#home .home, #services .services, #cuisine .cuisine, #gallery .gallery, #reviews .reviews, #contact .contact {
	color: #ad974f;
	text-decoration: underline;
	text-underline-position: under;
	pointer-events: none;
}

/* Video embed */

.youtube {
	margin: 0 auto;
	max-width: 800px;
}


/* Homepage reviews*/

.testimonials-section {
  background: #fff;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 80px 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__caption {
font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #8f7f4f;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/* Google map*/

.google-maps {
	position: relative;
	padding-bottom: 65%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}