:root {
  --primary: #16a50a;
}

* {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.col-lg-1-5,
.col-md-1-5,
.col-sm-1-5,
.col-xs-1-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 767px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

h2 {
  margin-top: 20px;
}
img {
  max-width: 100%;
}
.logo {
  width: 100px;
}
.sticky-navbar {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
}
.navigation {
  text-align: right;
}
.cm-nav-item {
  display: inline-flex;
}
.left-fixed,
.right-fixed {
  position: fixed;
  z-index: 99;
}
.navbar-nav li {
  background-color: white;
  padding: 10px;
  border: 0px;
}
.navbar-nav li:first-child {
  border-radius: 10px 0px 0px 10px;
}
.navbar-nav li:last-child {
  border-radius: 0px 10px 10px 0px;
  background-color: var(--primary);
  color: white;
}
.navbar-nav li:last-child a.nav-link {
  color: white;
}
.navbar-nav .nav-link {
  padding: 0px;
}
.carousel-item img {
  filter: brightness(70%);
}
.carousel-item h1 {
  font-weight: bold;
}
.carousel-caption {
  bottom: 35%;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.green-span {
  color: var(--primary);
  font-weight: bold;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr.green-hr {
  background-color: var(--primary);
  height: 4px;
  opacity: 1;
  width: 100px;
}
.product-container img {
  width: 100%;
}
span.green-line {
  display: inline-block;
  width: 100px;
  border: 4px solid var(--primary);
  margin-left: 15px;
  margin-bottom: 5px;
  padding-top: 0px;
}
.green-btn {
  min-width: 180px;
  background-color: var(--primary);
  border-radius: 10px;
  border: unset;
  color: white;
  font-weight: 600;
}
.product-col {
  margin-bottom: 80px;
}
footer {
  background-color: #242424;
  color: white;
  padding: 40px 0px 0px;
}
footer h4 {
  font-weight: bold;
}
p.copy-right {
  text-align: center;
  border-top: 1px solid #444444;
  opacity: 1;
  padding-top: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .navbar-nav li:first-child {
    border-radius: 10px 10px 0px 0px;
  }
  .navbar-nav li:last-child {
    border-radius: 0px 0px 10px 10px;
  }
  h1 {
    margin-top: 40px;
  }
}

.block.block-title {
  margin-top: 40px;
}

.form-control,
.form-select {
  border-radius: 10px;
  min-height: 50px;
}

.block.block-booking-form form div[class^="col"] {
  padding-top: 16px;
}

@media only screen and (min-width: 768px) {
  .block.block-booking-form form div[class^="col"] {
    padding: 16px 32px 16px 0;
  }

  .block.block-title {
    padding-top: 80px;
  }
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.btn-outline-primary {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.block.block-blogs .card-text {
  padding-bottom: 100px;
}

.block.block-blogs .btn-read-more {
  position: absolute;
  bottom: 50px;
}

.rounded {
  border-radius: 0.5rem !important;
}

.block.block-introductions .content-container-striped .row:nth-child(even) {
  flex-direction: row-reverse;
}

.block.block-introductions .content-container-striped .row {
  padding: 16px;
}

.block.block-rooms .nav-pills .nav-link {
  padding-top: 16px;
}

.block.block-rooms .nav-pills .nav-link.active,
.block.block-rooms .nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: var(--primary) !important;
  font-weight: 600;
  border-bottom: 5px solid green;
  height: 100%;
  border-radius: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 50px;
  bottom: 100px;
  opacity: 0.5;
  transition: all 0.5s ease;
}

.floating-whatsapp:hover {
  opacity: 1;
}

.block.block-carousel {
  height: 70vh;
}

.block.block-carousel > .carousel {
  height: 100%;
}

.block.block-carousel > .carousel > .carousel-inner {
  height: 100%;
}

.block.block-carousel > .carousel > .carousel-inner > .carousel-item {
  height: 100%;
}

.block.block-carousel > .carousel > .carousel-inner > .carousel-item > img {
  height: 100%;
  object-fit: cover;
}

.section-margin-top {
  margin-top: 80px;
}
