:root {
  --ev-primary: #656843;
  --ev-secondary: #758c0f;
  --ev-dark: #3c3d45;
  --ev-light: #ebf3eb;
  --ev-bg-color: #f6efd9;
  --ev-bg-header: rgba(111,106,89,0.8);
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #656565;
}
section {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


#hero {
  position: relative;
  background-image: url("../images/background/webp/bg-12.webp");
  height: 100vh;
  height: calc(var(--hero, 1vh) * 100);

  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-attachment: fixed; */
  display: flex;
  flex-direction: column;
}

.carousel-inner {
  height: 100% !important;
}

.carousel-item {
  height: 100% !important;
}

.carousel-item img.bg-slider {
  width: 100% !important;
}

.owl-item .card {
    min-height: 400px;
}

.carousel-caption {
  position: absolute;
  height: 100%;
  top: 1.25rem !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.logo {
  z-index: 2;
  text-align: center;
}

.logo > img {
 max-width: 64%;
}

.title {
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  color: var(--ev-light);
}

#first-section {
  position: relative;
  /* background-image: url("../images/galery/2 (1).jpg"); */
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 75vh;
  height: calc(var(--hero, 1vh) * 75);
}

#map {
  width: 100% !important;
  height: 200px !important;
  background-color: var(--ev-light);
}

.overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  background-color: rgba(71, 68, 64, 0.35);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 98px;
}

.transparent {
  display: none;
}

#to-top {
  background-color: var(--ev-primarry);
  bottom:30px;
  right:30px;
  z-index: 1001;
}

#whatsapp-contact {
  background-color: transparent;
  bottom:30px;
  right:30px;
  z-index: 1001;
}

#whatsapp-contact a div .whatsapp-icon {
  max-width: 45px;
}

header.bg-header {
  background-color: var(--ev-bg-header);
}


#header-nav {
  z-index: 1001;
}

.border-dashed {
  border-left: 2px dashed rgb(67, 68, 69) !important;
}

.text-justify {
  text-align: justify !important;
}

.text-title {
  text-align: justify !important;
}

.display-button {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  z-index: 3;
}

.rounded-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 3px solid white;
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.rounded-btn:hover {
  background-color: var(--ev-secondary);
}

.blink {
  animation: blink 3s steps(30, start) infinite;
  -webkit-animation: blink 3s steps(30, start) infinite;

}

ul.dash-style{
  list-style-type: none;
  padding-left: 0 !important;
}

ul.dash-style li::before{
  content: "-";
  padding-right: 8px;
}

.items {
  background-color: var(--ev-bg-color);
}

.testimonial-items {
  background-color: var(--ev-secondary);
  padding: 12px;
  color : var(--ev-light);
}

.client-caption .title {
  width: 100%;
  color: var(--ev-light);
  text-align: left;
  font-size: 2rem;
  border-bottom: 1px solid var(--ev-secondary);
}

.client-caption .testimonial-content{
  padding-top: 20px;
}

.item-container {
  padding: 10px;
}

.testimonial-form {
  margin-top: 2rem;
}

.custumer-say {
  width: 100%;
}

.card {
  min-height: 300px;
}

.light-color {
  color: var(--ev-light) !important;
}

.nav-link {
  color: var(--ev-light) !important;
  font-size: 1.15rem;
}

.nav-link:hover {
  color: var(--ev-secondary) !important;
}

.dropdown-menu {
  background-color: var(--ev-bg-header) !important;
}

.dropdown-item {
  color: var(--ev-light) !important;
  font-size: 1.15rem;
}

.dropdown-item:hover {
  color: var(--ev-secondary) !important;
}

.bg-cream {
  background-color: var(--ev-light);
}

.glightbox-images {
  width: 100%;
}

.box-container {
  margin: 0;
  padding: 0;
  margin-top: 1.4em;
  width: 100%;
}

.box {
  list-style-type: none;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.2s, transform 0.35s;
}

.box.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s, transform 0.35s;
}

.box .inner {
  padding: 10px;
  position: relative;
}

.box a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.box img {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}

.box a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s;
}

.three-cols .box {
  width: 100%;
}

.booking-rates {
  position: relative;
  border: 1px solid var(--ev-secondary);
}

#awards {
  width: 120px;
  position: fixed !important;
  top:100px;
  right:0px;
  z-index: 1001;
}

.award-header {
  display: none;
}

.award-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
}

.awards-item {
  width: 100%
}

.awards-item img {
  width: 100%
}

.content-padding {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 1;
  }
}


@media only screen and (max-width: 600px) {
  .logo > img{
    max-width: 45%;
  }

  #to-top {
    bottom:20px;
    right:20px;
  }

  .title {
    font-size: 1.65rem;
  }

  .carousel-item img.bg-slider {
    width: auto !important;
    height: 100%;
  }

  .owl-next, .owl-prev {
    display: none !important;
  }

  .text-muted {
    font-size: .85rem;;
  }

  .text-title {
    text-align: center !important;
  }

  .content-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #awards {
    position: static !important;
    width: 100%;
    padding: .85rem;;
  }

  .award-header {
    width: 100%;
    display: inline-block;
    padding-bottom: 1.265rem;
  }

  .award-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .awards-item {
    max-width: 46%;
    margin: 0px 5px;
  }

}
