/* 
    @font-face {
    font-family: 'Ragiften Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ragiften Regular'), url('../font/Ragiften-G3OlO.woff') format('woff');
    } */

@font-face {
  font-family: 'Nunito Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Nunito Sans Regular'), url('../font/NunitoSans-Regular.woff') format('woff');
    font-display: swap;

}
     /* @font-face {
    font-family: 'OV Soge Medium';
    font-style: normal;
    font-weight: normal;
    src: local('OV Soge Medium'), url('../font/OVSoge-Medium.woff') format('woff');
     } */
     
    /* @font-face {
    font-family: 'AvantGarde Tx Book';
    font-style: normal;
    font-weight: normal;
    src: local('AvantGarde Tx Book'), url('../font/AVGARDR2.woff') format('woff');
        font-display: swap;

    } */
    

    @font-face {
    font-family: 'AvantGarde Tx Demi';
    font-style: normal;
    font-weight: normal;
    src: local('AvantGarde Tx Demi'), url('../font/AVGARDD2.woff') format('woff');
        font-display: swap;

    }


html {
  overflow-x: hidden !important;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  color: #5a5a5a !important;
  line-height: 26px !important;
  font-size: 1.15rem !important;
  -webkit-text-size-adjust: none;
  font-family: 'Nunito Sans Regular';
}


.banner-font {
    font-family:'AvantGarde Tx Demi'!important;
    /* font-size: 64px;
    display: block;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2; */
    /* letter-spacing: 1.5px; */
  /* font-weight: 600; */
}
.sub-banner-font{
      font-family:'AvantGarde Tx Demi'!important;
     font-size: 22px !important;
    font-weight: 500;
    line-height: normal;

}
.intro{
      font-size: 48px;
    margin-bottom: 30px;
    /* line-height: 1.5; */
    color: #5e5e5e;
      font-family:'AvantGarde Tx Demi'!important;

}
.text-bold {
  font-weight: bold;
}

.main-head {
  font-size: 72px;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

h3 {
  font-size: 24px !important;
}

h4 {
  font-size: 24px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.banner-heading {
  font-size: 5.5rem;
}

.headingCaption {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.inner-heading {
  font-size: 54px
}

.section-block-inner h2 {
  font-size: 36px;
  margin-bottom: 25px;

}

.section-block-inner h3 {
  font-size: 24px !important;
  font-weight: 700;
}

@media screen and (max-width: 991px) {

  .inner-heading {
    font-size: 36px;
  }

  #spotlight {
    background-color: #304a32;

  }

  .banner-heading {
    font-size: 2.5rem;
  }

  .main-head {
    font-size: 72px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 22px !important;
  }

  h4 {
    font-size: 20px;
  }


  .section-block {
    padding: 60px 0;
  }

  .section-block-top-0 {
    padding-top: 0px;
  }

  p {
    font-size: 18px;
  }
  .sub-banner-font{
     font-size: 20px !important;

}
.intro{
      font-size: 28px;

}
}

@media screen and (max-width: 540px) {

  .section-block {
    padding: 30px 0;
  }

  .section-block-top-0 {
    padding-top: 0px;
  }


  #menuToggle {
    right: 11px;
  }

  .dropdown,
  .dropend,
  .dropstart,
  .dropup {
    right: -8px;
  }

  .btn {
    border: 1px solid transparent;
    padding: .055rem .55rem 0.15rem;
    font-size: 12px !important;
    border-radius: 50px !important;
  }

}

a {
  color: #066bb7;
  text-decoration: none
}

.text-gray {
  color: #5a5a5a !important;
}

body a:hover,
body :focus-visible {
  text-decoration: none;
  outline: none !important;
}

.text-decoation-none {
  text-decoration: none
}

img {
  height: auto;
   /* aspect-ratio: 16/9;  */
}

.text-theme {
  color: #03a99d;;
}

.small-text {
  font-size: .755em !important;
}

.theme-color {
  color: #03a99d;;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.theme-color:hover {
  color: #03a99d;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.theme-border {
  border: 1px solid #E0063C;
}

.text-red {
  color: rgb(237, 0, 0);
}

.header-bg-change {
  background-color: #424242eb;
}

.header-bg-change .navbar-brand svg {
  fill: #fff;
}

.header-bg-change .navbar-brand .logo-text {
  color: #fff;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover,
.header-bg-change .navbar-nav .nav-item .nav-link.active,
.header-bg-change .navbar-nav .nav-item .nav-link:hover {
  color: #000
}

.header-bg-change .navbar-nav .nav-item .nav-link {
  color: #fff;
}

/* bg and colors */
.header-main {
  left: 0;
  top: 0;
  z-index: 99;
}

.header-main .navbar-toggler:focus {
  box-shadow: none;
}

.header-main .dropdown-toggle::after {
  display: none;
}

#header {
  z-index: 99;
}

#header .navbar-nav .nav-link {
  color: #161616;
}

#header .navbar-nav .nav-link a:active {
  color: #4CAF50;
}

.header-bg-change {
  background-color: #1ABC9C;
}

.header-bg-change .navbar-brand svg {
  fill: #fff;
}

.header-bg-change .navbar-brand .logo-text {
  color: #fff;
}
.inner-header-bg {
  background-color: #009688;
}
.active {
  color: #baa4cc !important;
}

.navbar-brand {
  width: 70px;
}

.breadcrumb-item.active {
  color: #c7c7c7 !important;
}

a:hover {
  color: #E0063C !important;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.breadcrumb {
  margin-bottom: 0.5rem !important;
}

.gradient-border {
  position: relative;
  display: inline-block;
  /* or block depending on your layout */
  padding: 20px;
}

.gradient-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  /* thickness of border */
  background: linear-gradient(to right, white, #ececec 50%, white);
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.bannerCaptionMain {
  max-width:100%;
  z-index: 9;
  position: absolute;
  top: 50%;
    height: auto;
  /* aspect-ratio: 16 / 9; maintain proportion */
  object-fit: cover;
  /* left: 0; */
  /* right: 0; */
  /* margin-right: 0; */
  /* transform: translate(-50%, -50%); */
      left: 0;
    right: 0;
}

.section-block {
  padding: 80px 0;
  min-height: 400px;
}

.section-block-inner {
  padding: 50px 0;
}

.section-block-top-0 {
  padding-top: 0px
}

.section-block-bottom-0 {
  padding-bottom: 0px
}


.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.overlay-bg {
  position: absolute;
  --bs-gradient: linear-gradient(0deg, rgb(0 0 0), rgba(0 0 0 / 0%)) !important;
  background: linear-gradient(0deg, rgb(0 0 0), rgba(0 0 0 / 0.9%)) !important;
  left: 0;
  width: 100%;
  padding: 10% 0;
  bottom: 0;
  text-align: center;
}

.zoom-wrap {
  overflow: hidden;
}

.zoom-wrap img {
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.zoom-wrap:hover img {
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transform: scale(1.15);
  transform: scale(1.05);
}

@media screen and (max-width: 1098px) {
  .bannerCaption {
    max-width: 480px;
    z-index: 9;
    position: absolute;
    left: 33%;
    margin-right: 0;
    transform: translate(-50%, -50%);
  }

  .bannerCaptionMain {
   bottom: 0;
        left: 0;
        margin-right: 0;
        /* transform: translate(-50%, -50%); */
        right: 0;
            left: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .bannerCaption {
    width: 71%;
    left: 46%;
    right: 0;

  }



  figure.image {
    max-width: 100%;
    padding: 0.5em 0 0 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-right: 0px;
    position: relative
  }

  .navbar-nav {
    display: block !important;
    flex-direction: column;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
    background-color: #000;
    padding: 50px 25px;
    width: 100%;
    position: absolute !important;
    right: 0;
    text-align: right;
  }
}

.overlap-section {
  top: 0;
}

.navbar-brand {
  width: 44px;
}

.navbar.navbar-expand-lg.border-bottom {
  border-bottom: none !important;
}

.section-padding {
  padding: 60px 0;
}

.breadcrumb {
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .section-padding {
    padding: 30px 0;
  }

  .section-block-inner {
    padding: 25px 0;
  }

}

hr {
  background-color: #bbb !important;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}

.btn-outline-primary {
  color: #EBD1FF;
  border-color: #EBD1FF;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #000000 !important;
  border-color: #EBD1FF !important;
  box-shadow: 0 0 0 0.205rem rgba(242, 203, 255, 0.4) !important;
}

#spotlight:after {
  display: block;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(141, 164, 253, 0.754) 0%, rgb(0 0 0 / 5%) 30%, rgb(0 0 0 / 6%) 50%, rgba(0, 0, 0, 0) 100%);
  
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}

#menuToggle {
  display: block;
  position: fixed;
  top: 42px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #bfbfbf;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 320px;
  margin: -100px 0 0 0;
  padding: 35px;
  padding-top: 125px;
  right: -50px;
  background: #00625b;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  height: 105vh;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  overflow-y: scroll;
}

#menu li {
  padding: 8px 0;
  font-size: 18px;
  color: #bfbfbf;
  text-decoration: none;
  border-bottom: 1px dotted #064a45;
}

#menuToggle input:checked~ul {
  transform: scale(1.0, 1.0);
  opacity: 1;
}

.dropdown-menu[data-bs-popper] {
  left: -38px !important;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
  right: 100px;
  top: 16px;
}

.image-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.image-box img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.image-box:hover img {
  transform: scale(1.05);
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  /* height: 40%; */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  display: flex;
  align-items: flex-end;
  justify-content: start;
  padding: 20px 20px 30px 25px;
  pointer-events: none;
}

/* Text content inside overlay */
.overlay-content {
  color: white;
  text-align: start;
  transform: translateY(0);
  transition: transform 0.4s ease;
  pointer-events: auto;
}

.image-box:hover .overlay-content {
  transform: translateY(-10px);
}

/* Caption text */
.caption {
  margin: 0;
  font-size: 24px;
}

/* Read More link */
.read-more {
  display: inline-block;
  margin-top: 6px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.read-more:hover .arrow {
  transform: translateX(5px);
}

.custom-radius {
  border-radius: 10px;
}

.side-image img {
  width: 100%;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
}

.dropdown-menu {
  min-width: 7rem !important;
  padding: .5rem 0 0.1rem 0;
}

.dropdown-menu::after {
  content: "";
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 33px;
}

/* 
.dropdown-menu[data-bs-popper] {
  margin-top: .625rem !important;
}
.dropdown-menu[data-bs-popper] {
  left: -10px !important;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
  right: 82px;
  top: 8px;
  border: 2px solid #ffffff4a;
  border-radius: 50px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
} */


.accordion-button:focus {
  /* z-index: 3; */
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0) !important;
}

.accordion-body {
  padding: 1rem 1.5rem 0;
}

.read-more-arrow {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #E0063C;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.read-more-arrow::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.3s;
}

.read-more-arrow:hover::after {
  margin-left: 15px;
}

.box_contents {
  margin: 0 10px 45px;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.box_contents .wrapper {
  padding: 20px 40px 40px 40px;
  position: relative;
}

.read-more-effect {
  display: inline-block;
  padding: 10px 25px;
  color: #E0063C;
  border: 2px solid #E0063C;
  border-radius: 25px 25px 0 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
  z-index: 999;
}

.read-more-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #E0063C;
  transition: left 0.3s;
  z-index: -1;
  color: #fff;
}

.read-more-effect:hover {
  color: #fff !important;
}

.read-more-effect:hover::before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .dropdown,
  .dropend,
  .dropstart,
  .dropup {
    right: 35px;
  }

  .navigation-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .container {
    padding: 0 25px;
  }
}

@media screen and (max-width: 991px) {
  .bannerCaptionMain {
    /* position: relative;
    background-color: #000;
    padding: 25px;
    left: auto;
    margin-right: 0;
    transform: none; */

    bottom: 70%;
    left: 0;
    margin-right: 0;
    /* transform: translate(6%, -50%); */
    width: 100%;
  }

  .caption {
    margin: 0;
    font-size: 20px;
  }

  .bannerCaption {
    max-width: 80%;
    bottom: 15%;
    /* transform: translateX(-50%) translateY(-50%); */
    left: 0;
    right: 0;
    margin: 0 auto;

    transform: none;
  }

  .line-clamp-7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width:1024px) {
  .section-block {
    padding: 50px 0;
  }

  .h-100 {
    height: auto;
  }

  .box_contents .wrapper {
    padding: 20px 20px 20px 20px;
    position: relative;
  }
}

@media (max-width: 576px) {
  .owl-three .owl-stage {
    margin-left: -20px;
    /* equal to stagePadding */
  }
  #menuToggle {
   
    top: 38px;
    right: 20px;
  }
  .border-right{
    border-right: 1px solid #ffffffc8;
  }
}
.accordion-item {
  background-color: transparent !important;
  border-bottom: 1px solid rgb(255 203 92 / 68%) !important;
  padding: 20px 0;
  border: 0px;
}

.accordion-button {
  background-color: transparent !important;
}

.bg-light-yellow {
  background-color: #FDF5E6;
}

.accordion-button:not(.collapsed) {

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .0) !important;
}

.accordion-body {
  padding: 1rem 0;
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  color: #444444;
  background-color: transparent !important;
  font-size: 22px;
}

.accordion-button {
  font-size: 22px !important;
}

.accordion-button {
  padding: 1rem 0;
}

ul {

  list-style: circle;
}

.footer-link li a,
.text-gray {

  color: 	#dddddd!important
}

.package_card {
  border-radius: 10px;
  padding: 25px 25px 1px;
  margin-bottom: 20px;
  background-color: rgba(151, 134, 103, .05);
}
.banner{
  width: 526px;
  height:287px ;
}
.video-banner {
 width: 100%;
  aspect-ratio: 16 / 6.85;
  overflow: hidden;
  position: relative;
  background: url('../images/banner-poster.webp') center/cover no-repeat;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enquire-btn {
position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e63946;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 50px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 9999;
    border: 1px dashed #fff;
      border-radius: 25px 25px 0 25px;

    letter-spacing: 1.2px;
    font-size: 14px;
  z-index: 9999;
}

.enquire-btn:hover {
  background-color: #f5f5f5;
  transform: translateY(-3px);
     border: 1px solid #e63946;
    color: #e63946;
}

.modal {
   
    background-color: rgba(0, 0, 0, 0.8) !important;
}
/* Dark overlay behind the modal */
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.8) !important; /* 80% dark */
}

/* Dark modal content */
.modal-content {
   
}


.modal-header,
.modal-body,
.modal-footer {
  border-color: #333; /* optional: dark border for separation */
}
@media (max-width: 767px) {

.video-banner {
 width: 100%;
  aspect-ratio: 16 / 17.35;
  overflow: hidden;
  position: relative;
  background: url('../images/banner-poster.webp') center/cover no-repeat;
}
 .enquire-btn {
    bottom: 15px;
    right: 15px;
    padding: 8px 18px;
    font-size: 12px;
  }

}