.big-heading,
.big-heading span {
  z-index: 9999;
  opacity: 1;
}
.dropdown-toggle::after,
.footer-contact-mail:before,
.m-logo {
  display: none;
}
.input1_inner.user:after {
  content: "\e602";
}
.input1_inner.email:after {
  content: "\e75a";
}
.input1_inner.phone:after {
  content: "\e621";
}
.input1_inner.subject:after {
  content: "\e61d";
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
}
.f-logo {
  display: flex;
  justify-content: center;
  /* background-color: #fff; */
  padding: 10px;
  width: fit-content;
}
.f-logo img {
  width: auto;
  max-height: 250px;
}
.butn-dark2 {
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  background: #437189;
  color: #fff;
  padding: 13px 22px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}
.h-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.f-links ul {
  display: flex;
  justify-content: center;
}
.f-links ul li a {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
}
.footer-contact p.footer-contact-mail a {
  text-decoration: none;
  font-size: 35px;
  font-weight: 400;
  font-family: "Gilda Display", serif;
}
.footer-contact p.footer-contact-mail {
  display: flex;
  align-items: center;
  font-size: 35px;
  line-height: normal;
}
.footer-contact p.footer-contact-mail .flaticon-envelope {
  font-size: 30px;
  margin-right: 10px;
}
.footer-contact .footer-contact-phone {
  color: #222;
  font-size: 35px;
  margin-bottom: 0;
}
.footer-contact .footer-contact-text {
  font-size: 20px;
  color: #fff;
}
.pointer-list li {
  position: relative;
  margin-bottom: 10px;
}
.pointer-list li::before {
  position: absolute;
  font-family: themify;
  content: "\e628";
  top: 0;
  left: -30px;
  color: #437189;
}
.f-links ul li a,
.footer-column.footer-contact *,
.special-text.text-white,
.video-container .video-content span i {
  color: #fff;
}
.video-container {
  width: 100%;
  /* position: relative; */
}
.video-container video {
  width: 100%;
}
.video-container .video-content {
  position: absolute;
  bottom: 15vh;
  left: 50%;
  transform: translateX(-50%);
}
.video-container .video-content span a {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 100 !important;
  display: inline-block;
  font-family: Barlow, sans-serif;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-section-content p,
.about-title {
  text-align: center;
}

.about-section-content p {
  text-align: justify !important;
}

.about-section-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.feature-section .owl-nav button.owl-next,
.feature-section .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #000;
}
.feature-section .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
}
.feature-section .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
}
.feature-section {
  margin-bottom: 50px;
}
.feature-single-content {
  padding: 0 7%;
}
.feature-single-content.left-zero {
  padding-left: 0;
  padding-right: 7%;
}
.big-heading {
  display: grid;
  place-content: center;
  min-height: 300px;
}
.big-heading h1.big-title {
  font-size: 180px;
  color: #fff;
  opacity: 1;
  z-index: 99;
}
.big-heading h2 {
  font-size: 50px;
  opacity: 1;
  z-index: 99;
  color: #fff;
}
.single-facility-icon {
  width: 60px;
}
.special-text {
  color: #437189;
  font-weight: 600;
}
.text-box {
  padding: 10px;
  background: hsla(0, 0%, 0%, 0.4);
}
.presence-img,
.presence-img.presence-one,
.presence-img.presence-three,
.presence-img.presence-two {
  position: relative;
  border: 2px solid #437189;
  background-position: center;
  background-size: cover;
  min-height: 250px;
}
.presence-img.presence-one {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.1)
    ),
    url(../img/feature-slide/12.jpg);
}
.presence-img.presence-two {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.1)
    ),
    url(../img/feature-slide/1.webp);
}
.presence-img.presence-three {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.1)
    ),
    url(../img/feature-slide/3.webp);
}
.presence-img .presence-title {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 100%;
}
.presence-img .presence-title h1 {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.presence-box .presence-content {
  border: 1px solid #437189;
  border-top: 0;
  margin-bottom: 50px;
  padding: 15px;
}
.presence-box .presence-content .reservations {
  margin-bottom: 15px;
}
.investment-content p {
  margin-bottom: 10px;
}
.investment-content ul li {
  color: #000;
  font-size: 18px;
  margin-bottom: 12px;
  transition: 0.3s;
  text-align: justify;
}
.investment-content ul li:hover {
  transform: translateX(10px);
}
#investment-slide .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.btn-close.m-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile-menu-wrapper li.nav-item {
  margin-bottom: 10px;
  font-size: 17px;
}
.blog-content p {
  text-align: justify;
}
.pointer-list.text-white li {
  color: #000;
}
.d-logo {
  display: block;
}
.form-group .form-check-input[type="checkbox"] {
  border-radius: 0;
  width: 25px;
  height: 25px;
  box-shadow: none;
  margin-right: 10px;
}
.form-group .form-check-input:checked {
  background-color: #437189;
  border-color: #437189;
}
.form-group.form-check {
  display: flex;
  align-items: center;
}
.bank-icon {
  width: 50px;
}
.ml-50 {
  margin-left: 50px !important;
}
.book-now-btn {
  position: fixed;
  top: 50%;
  left: -47px;
  background-color: #efefef;
  z-index: 9999 !important;
  padding: 0;
  rotate: -90deg;
}
.book-now-btn a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-size: 20px;
}
sub-heading.section-subtitle span {
  background: #560000;
  padding: 5px 0 5px 5px;
}

.pricing .section-subtitle span {
  color: #000;
}
.pricing .special-text {
  color: #000;
}
.pricing {
  color: #000;
}

/* .feature-section.bg-black1 * {
  color: #000;
} */

.booking-box h3 {
  color: #437189;
}

.coming-soon .pointer-list.text-white li {
  color: #fff;
}
.coming-soon .pointer-list.text-white li::before {
  color: #fff;
}

.reservations.black {
  color: #000;
}
.reservations.black .icon span {
  color: #000;
}

.reservations.black .text a {
  font-size: 24px;
  color: #000;
  letter-spacing: 1px;
}
h3.about-title-2 {
  font-size: 23px;
}
.rooms2.left .caption p {
  color: #000;
  padding-right: 20px;
}

.rooms2 .caption p {
  color: #000;
}
.text-box h5 span,
.text-box h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

.feature-content-des p {
  text-align: justify;
}
.footer-about-social-list a {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  font-size: 18px;
}
.footer-about-social-list a.facebook {
  background-color: #fff;
}
.footer-about-social-list a.instagram {
  background-color: #fff;
}
.footer-about-social-list a.twitter {
  background-color: #fff;
}
.footer-about-social-list a.youtube {
  background-color: #fff;
}

.coming-soon {
  background-image: linear-gradient(
      to right,
      rgba(94, 95, 95, 0.5),
      rgba(95, 95, 95, 0.5)
    ),
    url(../img/bg/bg-3.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.coming-soon .pointer-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.coming-soon .pointer-group-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

 
.coming-soon .pointer-list li {
  font-size: 25px;
  margin-bottom: 30px;
  background-color: #fff;
  width: 345px;
  /* height: 50px; */
  color: #000;
  padding: 10px 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  isolation: isolate;
}
/* .pointer-list li:not(:last-child) {
  border-bottom: 1px solid #fff;
} */
.coming-soon .pointer-list li:hover {
  color: #fff !important;
}
.coming-soon .pointer-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s ease;
  z-index: -1;
}
.coming-soon .pointer-list li:hover::after {
  width: 100%;
}

.coming-soon .pointer-list li::before {
  font-size: 20px;
  display: none;
}

.section-title.fs-40 {
  font-size: 40px;
}

.heading-one {
  position: relative;
  display: inline-block;
}

.heading-one::after {
  content: url(../img/shape/1.png);
  scale: 0.2;
  position: absolute;
  top: 50%;
  right: -223px;
  width: 50px;
  height: 50px;
  rotate: 166deg;
}
.heading-one::before {
  content: url(../img/shape/2.png);
  scale: 0.2;
  position: absolute;
  top: -50%;
  left: -219px;
  width: 50px;
  height: 50px;
  rotate: 12deg;
}

.bank-details .reservations .text a {
  color: #000;
}

.contact .reservations .icon span {
  color: #222;
}
.contact .reservations .text a {
  color: #222;
}

.presence-box .presence-title h2 {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.presence-content .reservations .icon span {
  color: #222;
}
.presence-content .reservations .text a {
  color: #222;
}

.contact input[type="email"],
.contact input[type="file"],
.contact input[type="password"],
.contact input[type="text"],
.contact textarea {
  border: 1px solid gray;
  padding-left: 10px;
}

.group-content {
  display: flex;
  justify-content: space-between;
}
.group-content span {
  width: 50%;
}
.group-content img {
  width: 25px;
}

.carousel-control-next-icon, .carousel-control-prev-icon { background-color: #000;}
.carousel-control-next{
  justify-content: end;
  color: #000;

}
.carousel-control-next, .carousel-control-prev { width: 3%;}
 .carousel-control-prev{
    justify-content: start;
    color: #000;
}