/* ===================================
     Common for all pages
    ====================================== */

.header-left .header-menu-icon {
  color: #fff;
  margin-top: -20px;
}

.header-right p {
  text-align: right;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 23px;
}

.header-logo svg {
  height: 36px;
  width: 260px;
  color: rgb(244, 241, 236);
}

.btn-close {
  color: #000000;
}

.Header_companyLogo__FIthg {
  fill: #262e2f;
}

.Header_companyLogo__FIthg {
  cursor: pointer;
  margin: 0 auto;
}

.Header_companyLogo__FIthg {
  height: 36px;
  width: 260px;
  color: rgb(244, 241, 236);
}

.header-menu-icon i {
  color: #ffffff !important;
  font-size: 22px;
  padding: 5px;
  margin-left: 0px;
  border: none;
  border-radius: 0px;
}

.header-left a {
  background: transparent;
  padding: 10px 20px;
  /* border: 1px solid #fff; */
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.header-left a:hover {
  background: transparent;
  padding: 10px 20px;
  /* border: 1px solid #fff; */
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

/* .header-left a:hover i {
        font-size: 15px;
    } */

.header-request {
  background: transparent;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.header-request:hover {
  background: transparent;
  color: #fff;
  font-size: 16px;
}

.footer-menu-top {
  padding-bottom: 13.5rem;
}

.footer-section {
  padding-bottom: 2.5rem;
  padding-top: 2rem;
}

.footer-top-section {
  padding-bottom: 2rem;
  padding-top: 3rem;
}

.footer-top-section .title-pad-bot {
  padding-top: 50px;
}

.footer-top-section hr {
  color: #fff;
  margin-top: 80px;
}

.footer-right {
  margin-top: 50px;
}

.footer-left {
  text-align: right;
  padding-right: 120px;
}

.footer-arrow {
  margin-left: -83px;
}

.imgStyle:hover {
  animation: rotate 3s linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-dialog {
  max-width: 700px;
}

.modal-content {
  padding: 15px;
  padding: 1rem;
  background-color: #f9f6ed;
}

.modal-body {
  border: 1px solid rgba(156, 126, 97, 0.2);
  padding: 16px;
}

.modal-title {
  margin-bottom: 2rem;
}

.modal-body p {
  margin-bottom: 1rem;
  color: #262e2f;
  font-size: 12px;
}

.modal-body strong {
  font-weight: 600;
}

.modal-body ul {
  margin-bottom: 1rem;
  color: #262e2f;
  font-size: 12px;
  padding-left: 30px;
  list-style: disc;
}

.modal-body ol {
  padding-left: 20px;
}

.fade {
  background: #293227;
}

/* ===================================
          Menu
    ====================================== */

.side-menu {
  /*  width: 100%; */
  width: 445px;
  position: fixed;
  /* right: 0; */
  left: 0;
  top: 0;
  background: #f9f6ed;
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: -o-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease,
    -o-transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  overflow: hidden;
}

.side-menu.left {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/

#close_side_menu {
  position: fixed;
  top: 0;
  /* left: 0;*/
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 80000s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 80000s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 80000s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

/*side clode btn*/

.side-menu .btn-close {
  background: none;
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #000;
  top: 5px;
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn.left {
  right: 15px;
  left: auto;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #ffffff;
  display: block;
}

.header-appear .navbar-simple .sidemenu_btn span {
  background: #666666;
}

.header-appear .navbar-gradient .sidemenu_btn span {
  background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

.side-menu .inner-wrapper {
  padding: 2rem 2.5rem;
  height: 100%;
  position: relative;
  /* overflow-y: auto;*/
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 10px;
  display: block;
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 6px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease 100000s;
  -o-transition: all 0.3s ease 100000s;
  transition: all 0.3s ease 100000s;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #262e2f;
  padding: 2px 0 3px 0 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat" !important;
  line-height: 30px;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #4b5b47;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  /* left: 0;*/
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}

.side-menu p {
  font-size: 13px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
}

.social-icons-simple li {
  display: inline-block;
}

.social-icons-simple li a {
  color: #4a5c47;
  display: block;
  font-size: 30px;
  height: 56px;
  line-height: 58px;
  border: 1px solid transparent;
  text-align: center;
  width: 56px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.social-icons-simple li a:hover {
  background-color: #ffffff;
}

.social-icons-simple li.animated-wrap a:hover {
  background-color: transparent;
  color: #ffffff;
}

.document-text-hvr:hover {
  color: #316ff6 !important;
}

@media screen and (max-width: 991px) {
  .navbar-right.left ~ .side-right-btn {
    right: auto;
    left: 20px;
  }
  .navbar.navbar-right {
    right: 290px;
  }
  .navbar.navbar-right.show {
    right: 0;
  }
  .navbar.navbar-right.left {
    right: auto;
    left: 290px;
  }
  .navbar.navbar-right.show {
    left: 0;
  }
}

.siteVisitModal .modal-dialog {
  max-width: 700px;
}

.siteVisitModal .modal-header {
  padding: 0rem 0rem;
  border-bottom: none;
}

.siteVisitModal .modal-body {
  border: none;
}

.siteVisitModal .modal-title {
  margin-bottom: 0.2rem;
}

.siteVisitModal .btn-close {
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: 0.7em 0.7em;
  color: #fff;
  border: 0;
  border-radius: 0rem;
  opacity: 1;
}

.siteVisitModal .modal-header .btn-close {
  margin: -0.99rem -1rem 4.4em auto;
}

/*left right modal*/

.modal.left_modal,
.modal.right_modal {
  position: fixed;
  z-index: 99999;
}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  max-width: 85%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal-dialog {
  /* max-width: 100%; */
  margin: 1.75rem auto;
}

@media (min-width: 576px) {
  .left_modal .modal-dialog {
    max-width: 100%;
  }
  .right_modal .modal-dialog {
    max-width: 100%;
  }
  .modal-dialog {
    /* max-width: 100%; */
    margin: 0rem auto;
  }
  .modal-body {
    text-align: left;
  }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  /*overflow-y: auto;
        overflow-x: hidden;*/
  height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 15px 15px 30px;
}

/*.modal.left_modal  {
        pointer-events: none;
        background: transparent;
    }*/

.modal-backdrop {
  display: none;
}

/*Left*/

.modal.left_modal.fade .modal-dialog {
  left: -50%;
  -webkit-transition: opacity 0.2s linear, left 0.85s ease-out;
  -moz-transition: opacity 0.2s linear, left 0.85s ease-out;
  -o-transition: opacity 0.2s linear, left 0.85s ease-out;
  transition: opacity 0.2s linear, left 0.85s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
  left: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/*Right*/

.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.2s linear, right 0.85s ease-out;
  -moz-transition: opacity 0.2s linear, right 0.85s ease-out;
  -o-transition: opacity 0.2s linear, right 0.85s ease-out;
  transition: opacity 0.2s linear, right 0.85s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/* ----- MODAL STYLE ----- */

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header.left_modal,
.modal-header.right_modal {
  padding: 10px 15px;
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.modal_outer .modal-body {
  /*height:90%;*/
  overflow-y: auto;
  overflow-x: hidden;
  height: 91vh;
  text-align: left;
}

.right_modal .btn-close {
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: 0.7em 0.7em;
  color: #fff;
  border: 0;
  border-radius: 0rem;
  /* opacity: 1;*/
  float: right;
}

.right_modal .modal-header .btn-close {
  margin: -4em -1rem -4.4em auto;
  font-size: 16px;
}

.fade {
  background: #00000061;
}

.modal-title {
  margin-bottom: 0rem;
}

.modal-header {
  padding: 0rem 1rem 0.5rem 1rem;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.9rem -0.9rem -0.5rem auto;
}

.parallax1 {
  min-height: 800px;
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax-top-light {
  position: absolute;
  background: #f9f6ed;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 0.65rem;
  line-height: 22px;
  display: inline-block;
  padding: 5px 10px;
  z-index: 2;
}

.parallax-bottom-dark {
  position: absolute;
  left: 0px;
  bottom: 0;
  top: unset;
  background: #4b5b47;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 0.65rem;
  line-height: 20px;
  display: inline-block;
  padding: 5px 10px;
  z-index: 2;
}

.section-padding-bottom {
  padding-bottom: 2.5rem;
}

.time-line ul li video {
  width: 400px;
}

/* ===================================
         Header Banner
        ====================================== */

.single-items {
  height: 100vh;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.single-items:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.4);*/
}

/*	.main-image :before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.05);
        }*/

.main-image h3 {
  font-size: 65px;
  margin-bottom: 1.3rem !important;

  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f1efe5;
  position: relative;
}

.main-image h3 span {
  font-family: Notera;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  color: #f1efe5;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

/* ===================================
         Document Section
        ====================================== */

.document-section {
  padding: 7.5rem 0;
  padding-bottom: 10.5rem;
}

.document-content {
  padding-bottom: 35px;
}

/* ===================================
         Document Section
        ====================================== */

.bg-ground {
  background-color: #f9f6ed !important;
}

.ground-height {
  padding-left: 50px;
  padding-right: 50px;
}

.ground-height .title h3 {
  font-size: 28px;
  color: rgba(241, 239, 229, 0.6);
}

.ground-item {
  padding-botton: 30px;
}

.ground-content-section-3 .title p {
  color: #c6c6c6;
  margin-left: 0px;
  margin-top: 37px;
  line-height: 28px;
  text-align: inherit;
}

.bar-light {
  background-color: rgb(153, 153, 153);
  height: 0.5px;
}

/* ===================================
         Document Section
        ====================================== */

.bg-comforts {
  background-color: #6b4637 !important;
}

.tag-image-top-dark1 {
  position: absolute;
  background: #6b4637;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 0.65rem;
  line-height: 20px;
  display: inline-block;
  padding: 5px 10px;
  z-index: 2;
}

.comforts-section-4 .pad-left {
  padding-left: 50px;
}

.comforts-section-4 .title p {
  color: #777575;
  width: auto;
}

.comforts-section-4 .title h3 {
  font-style: normal;
  font-weight: 200;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 40px;
}

.comforts-section-5 .pad-left {
  padding-left: 50px;
}

.comforts-section-5 .title h3 {
  font-style: normal;
  font-weight: 200;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 40px;
  color: #f5f3f3;
}

.comforts-section-5 .title p {
  color: #bcbcbc;
  width: auto;
}

.content .bar-dark {
  background-color: rgb(153, 153, 153);
  height: 0.5px;
}

.title-pad-bot {
  padding-bottom: 50px;
}

.title-pad-top {
  padding-top: 50px;
}

.section-img-cover {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}

/* ===================================
         Location Section
        ====================================== */

.location-section-3 {
  padding: 7.5rem 0;
}

.location-section-3 .title p {
  color: #c6c6c6;
  margin-left: 0px;
  margin-top: 37px;
  line-height: 28px;
  text-align: inherit;
}

.location-section-4 .pad-left {
  padding-left: 50px;
}

.location-section-4 .title p {
  color: #777575;
  width: auto;
}

.location-section-4 .title h3 {
  font-style: normal;
  font-weight: 200;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 40px;
}

.location-section-5 .pad-left {
  padding-left: 50px;
}

.location-section-5 .title h3 {
  font-style: normal;
  font-weight: 200;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 40px;
  color: #f5f3f3;
}

.col-nopadding-left {
  padding-left: 20px;
}

.section-2 {
  padding-top: 0px;
}

.section-3 {
  padding: 0px;
}

.col-nopadding {
  padding: 0px;
}

@media screen and (max-width: 991px) {
  .header-logo svg {
    height: 30px;
    width: 180px;
  }
  .footer-right {
    margin-top: -40px;
  }
  .header-right {
    /*display:none; */
  }
  .header-left .header-youtube {
    padding-left: 10px;
    margin-top: -10px;
  }
  .main-image {
    height: 70vh;
  }
  .main-image h3 {
    font-size: 55px;
  }
  .main-image h3 span {
    font-size: 50px;
  }
  .area-heading {
    padding-top: 100px;
  }
  .location-section-4 .pad-left {
    padding-left: 0px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .location-section-5 .pad-left {
    padding-left: 0px;
    padding-top: 50px;
  }
  .comforts-section-5 .pad-left {
    padding-left: 0px;
    padding-top: 50px;
  }
  .comforts-section-4 .pad-left {
    padding-left: 0px;
    padding-top: 50px;
  }
  .team-box .team-text h5 {
    font-size: 1.4rem;
  }
  .header-left .header-youtube img {
    height: 22px;
  }
  .header-menu-icon img {
    width: 70px;
  }
  .header-menu-icon i {
    color: #ffffff !important;
    font-size: 22px;
    padding: 4px;
    margin-left: 10px;
    border-radius: 8px;
  }
}
.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  /* padding: 12px 0; */
  background: #fff;
  letter-spacing: 0.7px;
  font-weight: 300;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 55px;
  color: #605f5f;
  font-size: 15px;
}
.call-to-action1 {
  display: none !important;
}
.float1 {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 16px;
  left: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
}
.feedback {
  /* font-family: "Inter"; */
  font-weight: 700;
  font-size: 0.9rem;
  display: none;
  color: white;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 4px 15px;
  background: #074576;
  text-align: center;
  transform: rotate(90deg);
}
#mybutton {
  position: fixed;
  top: 40%;
  right: -55px;
  z-index: 999;
}
.feedback1 {
  /* font-family: "Inter"; */
  display: none;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 5px 11px;
  background: #25d366;
  text-align: center;
  /* transform: rotate(90deg); */
}
#mybutton1 {
  position: fixed;
  top: 55%;
  right: -4px;
  z-index: 999;
}
.hero-section {
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .btn-gradient {
    float: unset !important;
  }
  .mobile_info h1 {
    font-size: 3rem;
  }
  .mobile_info p {
    font-size: 1.2rem;
  }
  #mybutton,
  #mybutton1 {
    display: none;
  }
  .float1 {
    display: none;
  }
  /* body, .title p{
            text-align: left !important;
        } */
  .title p,
  .titleclass li {
    text-align: left;
  }
  .btn {
    text-align: center !important;
  }
  .company-about {
    padding-bottom: 1rem;
  }
  .call-to-action1 {
    position: fixed;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    border: 1px solid #fff;
    text-align: center;
    display: flex !important;
    background: #074576;
  }
  .call-to-action1 .col-6 {
    float: right;
  }
  .contact-form .col-12 {
    margin-bottom: 20px;
  }
  .contact-form .form-control {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    /* padding: 12px 0; */
    background: #fff;
    letter-spacing: 0.7px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 55px;
    color: #605f5f;
    font-size: 17px;
  }
  .call-to-action1 p {
    font-size: 14px;
    margin-bottom: 0px;
    padding: 7px;
    background: #074576;
    color: #fff;
  }
  .scroll-top-arrow {
    bottom: 60px;
  }
  .NL_logo1 {
    width: 25% !important;
    margin-bottom: 2rem;
  }
  .NL_logo {
    width: 49% !important;
    padding-bottom: 2rem;
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 35px;
  }
  .side-nav .navbar-nav .nav-item {
    margin: 6px 0;
  }
  .main-image {
    height: 50vh;
  }
  .header-logo svg {
    height: 30px;
    width: 180px;
  }
  .main-image h3 {
    font-size: 45px;
  }
  .main-image h3 span {
    font-size: 40px;
  }
  .team-box .team-text h5 {
    font-size: 1.2rem;
  }
  .header-menu-icon img {
    width: 65px;
  }
  .header-menu-icon i {
    color: #ffffff !important;
    font-size: 26px;
    padding: 3px;
    margin-left: 0px;
    border-radius: 8px;
  }
  .header-left {
    text-align: center;
  }
  .header-left .header-menu-icon {
    float: none;
  }
  .header-left .header-youtube {
    float: none;
  }
  .header-logo {
    padding-top: 20px;
  }
  .header-left a {
    border-radius: 8px;
  }
}

@media screen and (max-width: 576px) {
  .header-left {
    padding-top: 5px;
    right: 19px;
    position: absolute;
    top: 22px;
  }
  .header-logo {
    padding-top: 0px;
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 27px;
  }
  .side-nav .navbar-nav .nav-item {
    margin: 5px 0;
  }
  .main-image {
    height: 30vh;
  }
  .header-logo svg {
    height: 28px;
    width: 150px;
  }
  .main-image h3 {
    font-size: 40px;
  }
  .main-image h3 span {
    font-size: 35px;
  }
  .header-left .header-youtube img {
    height: 18px;
  }
  .header-menu-icon img {
    width: 70px;
  }
  .side-menu .inner-wrapper {
    padding: 3.5rem 0rem;
  }
  .time-line ul li .date {
    width: 400px;
  }
  .time-line ul li .descr {
    width: 400px;
  }
  .time-line ul li img {
    width: 270px;
  }
  .time-line ul li video {
    width: 270px;
  }
  .navbar-top-default {
    height: 70px;
  }
  .right_modal .modal-header .btn-close {
    margin: -6em -2rem -4.4em auto;
  }
  .footer-top-section {
    padding-top: 2rem;
  }
  .footer-left {
    text-align: center;
    padding-right: 40px;
  }
  .side-menu .side-nav {
    margin-top: 20px;
  }
}

@media screen and (max-width: 540px) {
  .header-menu-icon img {
    width: 60px;
  }
  .time-line ul li .date {
    width: 300px;
  }
  .time-line ul li .descr {
    width: 300px;
  }
  .time-line ul li img {
    width: 270px;
  }
  .time-line ul li video {
    width: 270px;
  }
}

@media screen and (max-width: 466px) {
  .time-line ul li .date {
    width: 280px;
  }
  .time-line ul li .descr {
    width: 280px;
  }
  .time-line ul li img {
    width: 250px;
  }
  .time-line ul li video {
    width: 250px;
  }
}

/* Input Styling */

.luxury-input {
  border: 1.5px solid #d4af37;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 16px;
  background-color: #fffdf9;
  color: #333;
  transition: all 0.3s ease;
}

.luxury-input::placeholder {
  color: #a88e4a;
  font-weight: 500;
}

.luxury-input:focus {
  border-color: #b89945;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
  background-color: #fffefc;
}

/* Button Styling */
.luxury-btn {
  /* background: linear-gradient(135deg, #d4af37, #b89945); */
  background: #074576;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  transition: 0.4s ease;
  text-transform: uppercase;
}
.discover-more-link {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  animation: floatText 2s ease-in-out infinite;
}

/* Create animation to zoom the background image */
@keyframes zoomInOut {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}

/* Apply background and animation */
.hero-section1 {
  animation: zoomInOut 20s infinite ease-in-out;
}

@keyframes floatText {
  0% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.8;
  }
}
.luxury-btn:hover {
  background: #074576;
  /* background: linear-gradient(135deg, #b89945, #a08033); */
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}
.NL_logo {
  width: 100%;
  height: auto;
}
.NL_logo1 {
  width: 70%;
}
.blue_text {
  color: #074576;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../latestImages/Desktopbanner.jpg") no-repeat center
    center/cover;
  z-index: -1;
  animation: zoom 5s ease-in-out infinite alternate;
}

.home1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../latestImages/MobileBanner.jpg") no-repeat center
    center/cover;
  z-index: -1;
  animation: zoom 5s ease-in-out infinite alternate;
}

@keyframes zoom {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.sports .col-lg-6 {
  margin-bottom: 1rem;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #074576 !important;
}
/* .btn-gradient{
        float:  left;
    } */
.btn-gradient:hover,
.btn-gradient1:hover {
  /* box-shadow: 0 0.25em 0.25em -0.1em #01010c; */
  transform: translateY(-0.25em);
}
.fitness-center-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* margin-bottom: 2rem; */
}

.fitness-center-img {
  width: 100%;
  height: auto;
  display: block;
}

.fitness-center-content {
  position: absolute;
  top: 4%;
  left: 5%;
  color: white;
  max-width: 500px;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
  z-index: 1;
}

.fitness-center-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    19deg,
    #080808,
    #20222399,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0),
    #1316189e,
    #07457600
  );
  filter: blur(12px);
  opacity: 0.9;
  border-radius: 20px;
}

.fitness-center-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  z-index: 99999;
  position: relative;
  letter-spacing: 1px;
}

.fitness-center-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  z-index: 99999;
  position: relative;
}

@media (max-width: 768px) {
  .image-reference-overlay, .image-reference-overlay1, .image-reference-overlay2 {
  font-size: 7px !important;
  bottom: 0 !important;
  padding: 0 !important;
}

  .qr_image {
    width: 33% !important;
    margin: 12px 0;
  }
  .fitness-center-content {
    bottom: unset;
    left: 2%;
    right: 2%;
    /* background: rgba(0, 0, 0, 0.251); */
    text-align: left;
    max-width: unset;
    font-size: 14px;
    padding: 15px;
  }

  .fitness-center-content .title {
    font-size: 22px;
  }
  .fitness-center-content p {
    font-weight: 400;
    line-height: 1rem;
  }
}

.image-slider {
  display: flex;
  flex-flow: column;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 300px;
  overflow: hidden;
  /* border-radius: 8px; */
  container-type: inline-size;
  contain: content;
  background-color: #0006;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 2px 4px,
    rgba(0, 0, 0, 0.25) 0px 4px 8px, rgba(0, 0, 0, 0.2) 0px 8px 16px,
    rgba(0, 0, 0, 0.15) 0px 16px 32px;
}

.slider__content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.slider-control--button {
  border: 0;
  background: 0;
  outline: 0;
  cursor: pointer;
  place-content: center;
  padding-inline: 3vw;
  z-index: 1;
  display: grid;
}

.icon {
  height: 2rem;
  width: 2rem;
  fill: #fff;
  border-radius: 50%;
}

.slider-control--button:where(:hover) {
  background-image: linear-gradient(
    to var(--position),
    #0000 0%,
    #0002,
    80%,
    #0006 100%
  );
  .icon {
    fill: #fff;
    background: #0001;
  }
}

.slider-control--button:active {
  outline: 0.2em solid hsl(204 100 53);
  outline-offset: -0.5em;
}

.prev-button {
  --position: left;
}
.next-button {
  --position: right;
}

.image-display {
  position: fixed;
  inset: 0;
}

.slider-navigation {
  z-index: 10;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-columns: 100%;
  gap: 1.25rem;
  padding: 1rem;
  place-content: center;
  background-color: var(--navigation-color);
  backdrop-filter: blur(6px);
}

.nav-button {
  display: grid;
  width: 100%;
  height: 100%;
  border-radius: 0em;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;

  aspect-ratio: 16 / 9;
  transition: filter 150ms linear, scale 266ms ease;
}

.thumbnail {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.nav-button[aria-selected="true"] {
  scale: 1.1;
}

.nav-button[aria-selected="true"],
.nav-button:focus-visible {
  outline: 0.2em solid var(--active-color);
  outline-offset: 0.2em;
}

.nav-button[aria-selected="false"] {
  filter: opacity(0.7);
}

.nav-button[aria-selected="false"]:where(:hover, :focus-visible) {
  filter: opacity(1);
}

@container (max-width: 660px) {
  .nav-button:not(:has(img)) {
    background-color: rgb(241, 235, 232);
  }

  .slider-navigation {
    display: flex;
    justify-content: center;
    padding-block: 1.5em;
  }

  .nav-button {
    inline-size: 0.625rem;
    aspect-ratio: 1;
    border-radius: 50%;
  }

  .nav-button > .thumbnail {
    display: none;
  }

  .nav-button[aria-selected="true"] {
    background-color: black;
    scale: 1.5;
  }
}
.img-wrapper {
  position: relative;
  display: inline-block;
}

.caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  color: #fff;
  text-align: center;
  padding: 5px;
  display: block;
  font-size: 13px;
}

.nav-button[aria-selected="true"] .caption {
  display: block;
}

.gallery-section {
  display: flex;
  overflow: hidden;
}

.gallery-item {
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: flex 0.5s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover {
  flex: 8; /* Enlarge the hovered item */
  z-index: 2;
}

.gallery-item:hover img {
  transform: scale(1.1); /* Smooth zoom on image */
}

.gallery-item .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0.5rem;
  text-align: center;
  font-weight: 500;
}
.caption {
  display: block;
}

.image-display .caption {
  display: block; /* Only show caption on main image */
}
.main-image {
  width: 100%;
}
.qr_image {
  width: 12%;
}
