:root {
  --bg: #dadadad1;
}

body {
  background: #eeeeee;
  font-family: "Varela Round", sans-serif;
}
.navbar {
  color: #fff;
  background: #926dde !important;
  padding: 0px 0px !important;
  border-radius: 0;
  border: none;
  /* box-shadow: 0 0 4px rgba(0,0,0,.1); */
  box-shadow: 0 0 10px 0 #333333;
}
.navbar img {
  object-fit: contain;
  width: 85px;
  height: 85px;
  margin-right: 10px;
}
.navbar .navbar-brand {
  color: #efe5ff;
  padding-left: 0;
  padding-right: 50px;
  font-size: 24px;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #fff;
}
.navbar .navbar-brand i {
  font-size: 25px;
  margin-right: 5px;
}
.search-box {
  position: relative;
}
.search-box input {
  padding-right: 35px;
  min-height: 38px;
  border: none;
  background: #faf7fd;
  border-radius: 3px !important;
}
.search-box input:focus {
  background: #fff;
  box-shadow: none;
}
.search-box .input-group-addon {
  min-width: 35px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 9;
  padding: 10px 7px;
  height: 100%;
}
.search-box i {
  color: #a0a5b1;
  font-size: 19px;
}
.navbar .nav-item i {
  font-size: 22px;
}
.navbar .nav-item span {
  position: relative;
  top: 3px;
}
.navbar .navbar-nav > a {
  color: #efe5ff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
}
.navbar .navbar-nav > a:hover,
.navbar .navbar-nav > a:focus {
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}
.navbar .navbar-nav > a > i {
  display: block;
  text-align: center;
}
.navbar .dropdown-item i {
  font-size: 16px;
  min-width: 22px;
}
.navbar .dropdown-item .material-icons {
  font-size: 21px;
  line-height: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
.navbar .nav-item.open > a,
.navbar .nav-item.open > a:hover,
.navbar .nav-item.open > a:focus {
  color: #fff;
  background: none !important;
}
.navbar .dropdown-menu {
  border-radius: 1px;
  border-color: #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.navbar .dropdown-menu a {
  color: #333131 !important;
  padding: 8px 20px;
  line-height: normal;
  font-size: 15px;
}
.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus {
  color: #333 !important;
  background: transparent !important;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover,
.navbar .navbar-nav .active a:focus {
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  background: transparent !important;
}
.navbar .navbar-nav .user-action {
  padding: 9px 15px;
  font-size: 14px;
}
.navbar .navbar-toggle {
  border-color: #fff;
}
.navbar .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background: transparent;
}
.navbar .navbar-nav .open .dropdown-menu {
  background: #faf7fd;
  border-radius: 1px;
  border-color: #faf7fd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.navbar .divider {
  background-color: #e9ecef !important;
}
@media (min-width: 1200px) {
  .form-inline .input-group {
    width: 350px;
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > a > i {
    display: inline-block;
    text-align: left;
    min-width: 30px;
    position: relative;
    top: 4px;
  }
  .navbar .navbar-collapse {
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .navbar .navbar-form {
    border: none;
    display: block;
    margin: 10px 0;
    padding: 0;
  }
  .navbar .navbar-nav {
    margin: 8px 0;
  }
  .navbar .navbar-toggle {
    margin-right: 0;
  }
  .input-group {
    width: 100%;
  }
}
.h-slider {
  height: 600px;
  object-fit: fill;
}
.top-bar {
  background-color: #014828;
  color: #fff;
}
.drop-menu {
  display: block !important;
  text-align: center;
}

@media (max-width: 768px) {
  .drop-menu {
    display: inline !important;
    margin-right: 6px;
  }
  .s-screen {
    box-shadow: 0 0 10px 0 #333333 !important;
  }
  .navigation-buttons {
    margin: 10px 0 0 15px;
  }

  .logo-name {
    position: absolute;
    top: 14px;
    left: 95px !important;
  }
}

.nav-item:hover {
  background-color: #b4b4b41f;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(1 72 40) !important;
}

footer {
  background-color: #014828;
  color: white;
}

/* news-slider */

#news-slider {
  margin-top: 10px;
}
.post-slide {
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* margin: -12px 15px 8px 15px; */
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 42%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 42%;
  right: 24px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.slider-coption {
  position: absolute;
  bottom: 0px;
  margin-left: 10px;
  color: white;
}

.banner {
  position: relative;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.testimonial {
  background-color: #014828;
}

.bg-color {
  background-color: var(--bg);
}

.br-right {
  border-right: 1.8px solid rgba(255, 255, 255, 0.825);
}

.news-header {
  background-color: #014828 !important;
  color: #fff;
}
.news-item {
  border-bottom: dotted 1.2px;
}

.btn.book-now {
  background: #efc468;
  border-radius: 10px 0 10px 0;
  color: #232323;
  display: inline-block;
  font-size: 14px;
  height: 52px;
  line-height: 40px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 193px;
  z-index: 99999999;
  top: 190px;
}

.nav-link:hover {
  color: #01301b;
}

.news-item {
  display: none;
  animation: fadeInOut 0.5s ease-in-out;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* CSS for the animation */
.navbar-scroll {
  transition: all 0.3s ease;
}

.navbar-scroll.scrolled {
  background-color: rgba(
    255,
    255,
    255,
    0.9
  ); /* Change the background color on scroll */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a shadow on scroll */
}

.overlay2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, transparent, rgb(0 0 0));
  transition: all 0.6s linear;
}
.over-bg {
  background: linear-gradient(180deg, transparent, transparent, rgb(1 72 40));
}

.banner img {
  width: -webkit-fill-available;
}

.line {
  height: 2px;
  width: 180px;
  color: #014828;
  border: 3px solid;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important; /* Remove default outline */
  box-shadow: none !important; /* Optionally, remove any box shadow */
}

.round {
  border-radius: 50%;
  border: 2px solid #fff;
}

/* Title Style */
.title {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; /* Specify the font family */
  font-size: 22px; /* Adjust the font size */
  font-weight: bold; /* Adjust the font weight */
  color: green; /* Adjust the color */
  text-align: center; /* Adjust the text alignment */
  text-transform: uppercase; /* Transform text to uppercase */
  letter-spacing: 2px; /* Adjust letter spacing */
}

.nav-item:hover span {
  color: #2196f3;
}

.title h3::before {
  content: "𖤓";
}
.title h3::after {
  content: "𖤓";
}

.kids h3::after {
  content: "ꕥ";
}

.kids h3::before {
  content: "ꕥ";
}
.kids h3 {
  color: green;
}

/* page loading */
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 20%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Hide loader by default */
.loader.hidden {
  display: none;
}

.logo-name {
  position: absolute;
  top: 14px;
  left: 294px;
}

.navbar-brand img {
  border-right: 2px solid #bdbdbd36;
}
