@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.form-control:focus {
  box-shadow: none!important;
}
:root {
  --blue: #18568b;
  --gold: #18568b;
  --white: #f7f7f7;
  --lightgold: #f7f7f7;
}
html, body {
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}
.golightgold {
  background-color: var(--lightgold);
}
.topbar {
  background: var(--blue);
  color: white;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}
.pt-120 {
  padding-top: 120px!important;
}
.py-80 {
  padding: 80px 0
}
.pt-80 {
  padding-top: 80px;
}
.pt-40 {
  padding-top: 40px!important;
}
.border-radios-10 {
  border-radius: 10px
}
.goldcolor {
  color: var(--gold)!important;
}
.w-70 {
    width: 70%
}
strong {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.text-justify {
  text-align: justify;
}
.obj-cover {
  object-fit: cover;
}
.text-underline {
  text-decoration: underline;
}
a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
/*NAVBAR*/
.navbar {
  z-index: 99;
}
.navbar {
  background: white;
}
.navbar-brand {
  margin-right: 0;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link.but-start-now {
  color: white;
  border-radius: 100px;
  padding: 10px 30px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--blue);
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.diffmeto {
  background: var(--blue);
  color: white;
  padding: 8px 10px 6px 14px;
  align-items: center;
  border-radius: 50px;
  display: flex;
}
.navbar-light .navbar-nav .nav-link.diffmeto i {
  color: var(--blue);
  background: white;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  padding: 7px 8px 0px 8px;
  transform: rotateZ(-30deg);
  margin-left: 10px;
  top: -2px;
}
.nav-item.dropdown:hover .onluy {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.1rem;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.multi-level .dropdown-menu {
  border-radius: 0.25rem;
  min-width: 200px;
}

.submenu {
  display: none;
  position: absolute;
}
/*NAVBAR*/


/*HERO*/
#hero:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
#hero {
  position: relative;
  background-image: url(../img/hero.jpg);
  background-size: cover;
  height: calc(100vh - 80px);
  background-position: center bottom;
  align-items: center;
  display: flex;
}
#hero .container {
  z-index: 9;
}
#hero h1 {
  position: relative;
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--white);
}
#hero .readmore {
  background: var(--gold);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 0px;
}
#hero .readmore-inv i, #hero .readmore i {
  top: 2px;
  position: relative;
}
#hero .readmore-inv {
  background: white;
  color: var(--gold);
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 0px;
}
/*HERO*/


/*INNERHERO*/
#innerhero:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  border-radius: 0;
  opacity: 0.3;
  pointer-events: none;
}
#innerhero {
  position: relative;
  background-size: cover;
  height: calc(100vh - 80px);
  background-position: center center;
  align-items: center;
/*  border-radius: 0 0 40px 40px;*/
  display: flex;
}

#innerhero.half {
  position: relative;
  background-size: cover;
  height: calc(50vh - 80px);
  background-position: center center;
  align-items: center;
/*  border-radius: 0 0 40px 40px;*/
  display: flex;
}
#innerhero h1 {
  position: relative;
  font-size: 5rem;
  color: var(--white);
}
#innerhero .listdown {
  text-align: right;
  color: white;
  position: absolute;
  font-size: 1.2rem;
  bottom: 10px;
  width: 100%;
  right: 0px;
  padding-right: 50px;
}
/*INNERHERO*/

/*FEATURED CATEGORIES*/
#featured-categories {
  padding: 80px 0 calc(120px - 1.5rem) 0;
}
#featured-categories .card {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  border: none;
  background-position: center;
  border-radius: 12px;
  width: 100%;
}
#featured-categories .card:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.2;
  pointer-events: none;
}
#featured-categories .descriptt {
  text-align: left;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
#featured-categories .card a h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0px;
}
#featured-categories .card a p {
  font-size:1rem;
  color: white;
}
#featured-categories .card a.readmore {
  background: var(--gold);
  color: white;
  padding: 6px 13px 6px 15px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 0px;
}
#featured-categories .card a.readmore i {
  position: relative;
  top: 3px;
  margin-left: 4px;
  transform: rotateZ(-30deg);
  display: inline-block;
}
/*FEATURED CATEGORIES*/

/*MAIN PACKAGE*/
#main-package {
  position: relative;
  
  background-image: url('../img/visit-alcantarilha.png');
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
#main-package:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.2;
  pointer-events: none;
}
#main-package h3 {
  color: white;
  font-size: 2rem;
  position: relative;
}
#main-package p {
  color: white;
  font-size: 1.1rem;
  position: relative;
  margin-bottom: 30px;
}
#main-package a {
  padding: 6px 20px 4px 20px;
  border-radius: 120px;
  color: white;
  position: relative;
  display: inline-block;
  border: 1px solid white;
}
#main-package a i {
  position: relative;
  top: 3px;
}
/*MAIN PACKAGE*/


/*CHOOSE YOUR NEXT ADVENTURE*/
#choose-your-next-adventure {
  padding: 80px 0;
  background: var(--white);
}
#choose-your-next-adventure h1 {
  color: var(--gold);
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#choose-your-next-adventure .card-half {
  height: 250px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
/*  border-radius: 20px;*/
  width: 100%;
}
#choose-your-next-adventure .card-half:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.2;
  pointer-events: none;
}
#choose-your-next-adventure .card-full {
  height: calc(500px + 1.5rem);
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
/*  border-radius: 20px;*/
  width: 100%;
}
#choose-your-next-adventure .card-full:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.4;
  pointer-events: none;
}
#choose-your-next-adventure .card-half a,
#choose-your-next-adventure .card-full a {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: white;
}
#choose-your-next-adventure .card-half h3,
#choose-your-next-adventure .card-full h3 {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;

}
#choose-your-next-adventure .card-half h3 i,
#choose-your-next-adventure .card-full h3 i {
  position: relative;
  top: 4px;
}
/*CHOOSE YOUR NEXT ADVENTURE*/


/*MAIN PACKAGE*/
#mid-cta {
  position: relative;
  text-align: center;
  background-image: url('../img/mid-cta.jpg');
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
#mid-cta.midpart:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.4;
  pointer-events: none;
}
#mid-cta h3 {
  color: white;
  font-size: 2rem;
}
#mid-cta.midpart h1 {
  color: white;
}
#mid-cta.midpart h4 {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
#mid-cta.midpart p {
  color: white;
  font-size: 1.1rem
}
#mid-cta p {
  color: white;
}
#mid-cta a {
  padding: 6px 20px 4px 20px;
  border-radius: 120px;
  color: white;
  display: inline-block;
  border: 1px solid white;
}
#mid-cta.midpart a {
  padding: 4px 12px 2px 12px;
  border-radius: 120px;
  color: white;
  display: inline-block;
  border: 1px solid white;
}

/*MAIN PACKAGE*/




/*MAIN PACKAGE*/
#mid-cta-wtas {
  text-align: center;
  background-image: url('../img/pexels-javon-swaby-197616-2797526.jpg');
  background-size: cover;
  background-position: top;
  padding: 120px 0;
  position: relative;
}
#mid-cta-wtas:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.4;
  pointer-events: none;
}
#mid-cta-wtas h3 {
  color: white;
  position: relative;
  font-size: 2rem;
}
#mid-cta-wtas p {
  position: relative;
}
#mid-cta-wtas a {
  padding: 6px 20px 4px 20px;
  border-radius: 120px;
  color: white;
  position: relative;
  display: inline-block;
  border: 1px solid white;
}
/*MAIN PACKAGE*/

/*TESTIMONIALS*/
#reviews {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#reviews .wordsonback {
  position: absolute;
  font-size: 18rem;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  top: -40px;
  opacity: 0.05;
  pointer-events: none;
}
#reviews h1 {
  color: var(--gold);
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#reviews .owl-carousel .item {
  background: var(--lightgold);
  padding: 25px;
  border-radius: 16px;
}
#reviews .owl-carousel .item p {
  color: var(--blue);
}
#reviews .owl-carousel .item img {
  width: 100%;
  border-radius: 100px
}
#reviews .owl-carousel .item h5 {
  color: var(--gold);
}
.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--gold);
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--lightgold);
}
/*TESTIMONIALS*/

/*EDITORIAL*/
#editorial-home {
  position: relative;
  padding: 80px 0;
  background: var(--lightgold);
}
#editorial-home h2 {
  color: var(--gold);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
#editorial-home .editorial-card img {
/*  border-radius: 10px;*/
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 12px;
  object-position: center;
  margin-bottom: 10px;
}
#editorial-home .editorial-card h4 {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 0;
}
#editorial-home .editorial-card p {
  color: var(--blue);
  font-weight: 500;
}
#editorial-home a.readmore {
  background: var(--gold);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 20px;
}
/*EDITORIAL*/

/*MEMBERSHIP*/
#memberships {
  padding: 80px 0;
}

#memberships h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--bluev);
}
#memberships h2 {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 20px
}
#memberships p {
  font-size: 1.1rem;
  color: var(--blue);
  margin-bottom: 20px;
}
#memberships a.blue {
  background: var(--blue);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
}
#memberships a.gold {
  background: var(--gold);
  color: white;
  padding: 6px 22px 4px 22px;
  border-radius: 100px;
  display: inline-block;
}
#memberships img {
 border-radius: 20px;
}
/*MEMBERSHIP*/

/*FOOTER*/
footer {
  padding: 60px 0 30px 0; 
  background: var(--blue);
  color: white;
}
footer a, footer a:hover {
  color: white;
}
/*FOOTER*/

/*INNERSTART*/
#innerstart {
  padding: 80px 0;
}

#innerstart h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--bluev);
}
#innerstart h2 {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 20px
}
#innerstart p {
  font-size: 1.1rem;
  color: var(--blue);
  margin-bottom: 20px;
}
#innerstart a.blue {
  background: var(--blue);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
}
#innerstart a.gold {
  background: var(--gold);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
}
#innerstart img {
  border-radius: 20px;
}
/*INNERSTART*/

/*FEATURED PACKAGES*/
#featured-packages {
  padding: 80px 0;
  background: var(--lightgold);
}
#featured-packages h1 {
  color: var(--gold);
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
}
#featured-packages .card {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  width: 100%;
}
#featured-packages h5.submtiel {
  font-size: 1.5rem;
  color: var(--blue);
}
#featured-packages .class-badge {
  background: var(--blue);
  color: var(--white);
  display: inline-block;
  position: absolute;
  padding: 6px 20px 4px 20px;
  right: 15px;
  top: 15px;
  font-size: 13px;
  border-radius: 100px;
  font-weight: 500;
}
#featured-packages .pills a {
  background: var(--gold);
  display: inline-block;
  padding: 12px 12px;
  width: 100%;
  color: white;
  border-radius: 100px;
  text-align: center;
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.grid-gallery .item {
  overflow: hidden;
}

.grid-gallery .item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.grid-gallery .item.tall img {
  height: 250px;
  object-fit: cover;
}

.masonry-gallery {
  column-count: 4;
  column-gap: 15px;
}

#gallerydestination {
  padding: 80px 0;
}
.masonry-gallery img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  break-inside: avoid;
  object-fit: cover;
}

.masonry-gallery img:nth-child(4n + 1),
.masonry-gallery img:nth-child(4n + 4) {
  height: 180px;
}

.masonry-gallery img:nth-child(4n + 2),
.masonry-gallery img:nth-child(4n + 3) {
  height: 360px;
}

#featured-packages .card:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.4;
  pointer-events: none;
}
#featured-packages .card .description {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 15px;
}
#featured-packages .card .description h3 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 8px;
  margin-top: 10px;
}
#featured-packages .card .description p {
  color: white;
  margin-bottom: 0;
  font-size: 13px;
}
#featured-packages .card .description a {
  background: var(--gold);
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 6px;
  border-radius: 100px;
  display: block;
}
/*FEATURED PACKAGES*/


/*FEATURED PACKAGES*/
#other-packages {
  padding: 80px 0;
}
#other-packages h1 {
  color: var(--gold);
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#other-packages .card {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  border: none;
  width: 100%;
}
#other-packages .class-badge {
  background: var(--blue);
  color: var(--white);
  display: inline-block;
  position: absolute;
  padding: 6px 20px 4px 20px;
  right: 15px;
  top: 15px;
  font-size: 13px;
  border-radius: 100px;
  font-weight: 500;
}
#other-packages .card:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.4;
  pointer-events: none;
}
#other-packages .card .description {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 15px;
  left: 0;
  /* height: 90%; */
  justify-content: space-between;
  display: flex;
  margin: 0;
}
#other-packages .card .description h3 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 8px;
  margin-top: 10px;
}
#other-packages .card .description p {
  color: white;
  margin-bottom: 0;
  font-size: 13px;
}
#other-packages .card .description a {
  background: var(--gold);
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 6px;
  border-radius: 100px;
  display: block;
}
#other-packages .filters .toggle-badge {
  cursor: pointer;
  padding: 0px 0px;
  user-select: none;
  color: var(--gold);
  border-radius: 100px;
  font-size: 14px;
  display: inline-block;
}
#other-packages .filters .toggle-badge.active {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: var(--lightgold);
}
#other-packages .filters #priceRange {
  accent-color: var(--gold);
  height: 3px;
}

#other-packages .filters #priceRange::-webkit-slider-thumb {
  background-color: var(--gold);
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -2px;
}
#other-packages .filters label span {
  color: var(--gold);
  font-weight: 500;
}
/*FEATURED PACKAGES*/


/*INSIDEEXPT*/
#insidexper {
  padding: 80px 0;
}
#insidexper h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--bluev);
}
#insidexper h2 {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 20px
}
#insidexper p {
  font-size: 1.1rem;
  color: var(--blue);
  margin-bottom: 20px;
}
#insidexper a.blue {
  background: var(--blue);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
}
#insidexper a.gold {
  background: var(--gold);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
}
#insidexper img {
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
#insidexper .tablespart {
  background: var(--blue);
  color: white;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 20px;
}
#insidexper .tablespart h4 {
  background: var(--gold);
  padding: 20px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  font-size: 1.2rem;
}
#insidexper .tablespart .backs {
  background: var(--lightgold);
}
#insidexper .tablespart .others {
  padding: 0 10px;
  position: relative;
}
#insidexper .tablespart .others select {
  background: transparent;
  font-family: "Inter", sans-serif;
  border: none;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#insidexper .tablespart .others:before {
  position: absolute;
  right: 20px;
  top: 0;
  font-family: flaticon_health_fitness !important;
  transform: rotateZ(-30deg);
  content: "\f104";
  background: var(--gold);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 100px;
}
#insidexper .tablespart .others select:focus {
  outline: none;
  border:none;
  box-shadow: none;
}
#insidexper .tablespart table {
  color: var(--white);
}
#insidexper .tablespart .table>:not(:first-child) {
  border:none;
}
#insidexper .tablespart .table>:not(caption)>*>* {
  border-bottom-width:0;
}
#insidexper .tablespart a {
  background: var(--gold);
  color: white;
  padding: 8px 10px 4px 20px;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 50px;
  justify-content: space-between;
  display: flex;
  width: calc(100% - 30px);
  left: 15px;
  position: relative;
}
#insidexper .tablespart a i {
  color: var(--gold);
  background: white;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  padding: 7px 8px 0px 8px;
  transform: rotateZ(-30deg);
  margin-left: 10px;
  top: -2px;
}
/*INSIDEEXPT*/


/*EXPLORE OTHER PACKAGES*/
#explore-other-pack {
  padding: 80px 0;
}
#explore-other-pack h1 {
  color: var(--gold);
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#explore-other-pack h1 span {
  color: var(--blue);
}
#explore-other-pack .card {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  width: 100%;
  border:2px solid white;
  transition: all ease-out  0.3s;
}
#explore-other-pack .card:hover {
  border:2px solid var(--gold);
  transition: all ease-out  0.3s;
}
#explore-other-pack .class-badge {
  background: var(--blue);
  color: var(--white);
  display: inline-block;
  position: absolute;
  padding: 6px 20px 4px 20px;
  right: 15px;
  top: 15px;
  font-size: 13px;
  border-radius: 100px;
  font-weight: 500;
}
#explore-other-pack .card:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.4;
  pointer-events: none;
}
#explore-other-pack .card .description {
  display: block;
  width: 100%;
  position: absolute;
  padding: 0 15px;
  bottom: 15px;
}
#explore-other-pack .card .description h3 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 8px;
  margin-top: 10px;
}
#explore-other-pack .card .description p {
  color: white;
  margin-bottom: 0;
  font-size: 13px;
}
#explore-other-pack .card .description a {
  background: var(--gold);
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 6px;
  border-radius: 100px;
  display: block;
}
/*EXPLORE OTHER PACKAGES*/

/*PROGRAMME DETAILS*/
#programme_details {
  background: var(--lightgold);
  padding: 80px 0;
}
#programme_details .scrollspy-example::-webkit-scrollbar {
  width: 0px;
}

#programme_details .scrollspy-example {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#programme_details .nav-link.active::before {
  /* content: '';*/
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #0d6efd;
  border-radius: 5px;
}

#programme_details .progress-vertical {
  position: absolute;
  right: 15px;
  top: 0;
  width: 4px;
  background: #ddd;
  height: 100%;
}

#programme_details .progress-vertical-fill {
  background: var(--gold);
  width: 100%;
  height: 0%;
}

#programme_details #scrollspyMenu a {
  font-size: 1.4rem;
  color: var(--gold);
  opacity: 0.5;
  font-family: "Inter", sans-serif;
}

#programme_details #scrollspyMenu a.active {
  font-weight: bold;
  opacity: 1;
  color: var(--gold) !important;
  position: relative;
}
#programme_details #scrollContent h4, #programme_details #scrollContent h5 {
  color: var(--gold);
  font-size: calc(1.275rem + .3vw);
}
#programme_details #scrollContent .description {
  color: var(--blue);
}
#programme_details #scrollContent h4#reviews {
  padding: 0;
}
.owl-theme .owl-nav {
  display: none;
}
/*PROGRAMME DETAILS*/


/*HERO EDITORIAL*/
#heroeditorial {
  padding: 80px 0 60px 0;
}

#heroeditorial .full {
  padding: 440px 20px 10px 20px;
  background-position: center;
  background-size: cover;
  position: relative;
/*  border-radius: 12px;*/
}
#heroeditorial .half {
  padding: 160px 20px 10px 20px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
  border-radius: 12px;
}
#heroeditorial .full:before,
#heroeditorial .half:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 26%);
  content: '';
  opacity: 0.8;
  pointer-events: none;
}
#heroeditorial .full h3,
#heroeditorial .half h3 {
  width: 80%;
  font-size: 1.3rem;
}
#heroeditorial .full p,
#heroeditorial .half p {
  color: var(--white);
  position: relative;
}
#heroeditorial .full p a,
#heroeditorial .half p a {
  color: var(--gold);
}
#heroeditorial .full a,
#heroeditorial .half a {
  position: relative;
  color: white;
}
/*HERO EDITORIAL*/


/*SECTIONS NEWS*/
#sections-news {
  padding: 0 0 80px 0;
}
#sections-news .owl-theme .owl-dots {
  margin-top: 30px;
}
#sections-news .item {
  padding: 260px 20px 10px 20px;
  background-size:cover;
  background-position:center;
/*  border-radius: 12px;*/
}
#sections-news .item:before {
  position: absolute;
  left: 0;
  top: 0;
/*  border-radius: 12px;*/
  width: 100%;
  height: 100%;
  background: black;
  content: '';
  opacity: 0.2;
  pointer-events: none;
}
#sections-news .item h4 {
  color: white;
  position: relative;
}
/*SECTIONS NEWS*/

/*EACHONES*/
#eachones-news {
  padding: 80px 0 90px 0;
  background: var(--lightgold);
}
#eachones-news h2 {
  margin-bottom: 0px;
}
#eachones-news h2 a {
  color: var(--blue);
}
#eachones-news h2 a i {
  position: relative;
  top: 6px;
}
#eachones-news .editorial-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}
#eachones-news .editorial-card h4 {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#eachones-news .editorial-card p {
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 0;
}
#eachones-news a.readmore {
  background: var(--gold);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 20px;
}
/*EACHONES*/


/*EACHONES*/
#echonewup-news {
  padding: 80px 0 50px 0;
}
#echonewup-news h2 {
  margin-bottom: 20px;
}
#echonewup-news h2 a {
  color: var(--blue);
}
#echonewup-news h2 a i {
  position: relative;
  top: 6px;
}
#echonewup-news .editorial-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}
#echonewup-news .editorial-card h4 {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#echonewup-news .editorial-card p {
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 0;
}
#echonewup-news a.readmore {
  background: var(--gold);
  color: white;
  padding: 6px 22px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 20px;
}
/*EACHONES*/


/*BLOGPOST*/
#heroeditorial {
  padding: 30px 0 60px 0;
}
#heroeditorial img {
  height: 500px;
  width: 100%;
  object-position: center;
  object-fit: cover;
  position: relative;
  border-radius: 12px;
}
/*BLOGPOST*/

#innerheroeditorial {
  padding: 30px 0 60px 0;
}
#innerheroeditorial h1,
#innerheroeditorial h2,
#innerheroeditorial h3,
#innerheroeditorial h4,
#innerheroeditorial p {
  color: var(--blue);
}
#innerheroeditorial img {
  height: 500px;
  width: 100%;
  object-position: center;
  object-fit: cover;
  position: relative;
/*  border-radius: 12px;*/
}
#innerheroeditorial a {
  color: var(--gold);
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px #fff0;
  }
}
.pulse-button-whatsapp {
  position: fixed;
  bottom: 80px;
  right: 20px;
  outline: none;
  color: white;
  border: none;
  box-shadow: 0 0 0 0 #25d366;
  border-radius: 50%;
  background-color: #25d366;
  z-index: 9999;
  background-size: 80%;
  background-repeat: no-repeat;
  cursor: pointer;
  animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  background-position: center;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: all 1s ease-out 4s;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 200px;
}
.ready .pulse-button-whatsapp {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.pulse-button-whatsapp img {
  position: relative;
  top:-2px;
  left: 3px
}


/*MAIN PAGES*/
#mainblogsandstuff {
  padding: 30px 0 60px 0;
  color: var(--blue);
}
#mainblogsandstuff img {
  height: 500px;
  width: 100%;
  object-position: center;
  object-fit: cover;
  position: relative;
  border-radius: 12px;
}
#mainblogsandstuff a {
  color: var(--gold);
}
#mainblogsandstuff .alert-secondary {
  color: var(--white);
  background: var(--blue
  );
  border-radius: 12px;
  border:none;
}
#mainblogsandstuff table th {
  color: var(--white);
  background: var(--blue);
  font-weight: 400;
  border: none;
}
/*MAIN PAGES*/


#map {
  margin-bottom: -10px;
}
#contacts-part {
  padding: 80px 0;
}
#contacts-part .col-tact-stye-one {
  padding: 40px 20px;
  background-color: var(--lightgold);
  border-radius: 12px;
}
#contacts-part .col-tact-stye-one .phone-link {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--gold);
}
#contacts-part .col-tact-stye-one h4 {
  color: var(--blue);
}
#contacts-part .col-tact-stye-one a {
  color: var(--gold);
  line-height: 1;
}
#contacts-part .col-tact-stye-one a.social {
  background: var(--blue);
  padding: 12px 12px 10px 12px;
  border-radius: 100px;
  display: inline-block;
  color: var(--white);
}
#contacts-part .col-tact-stye-one a.social:hover {
  background: var(--gold);
  color: var(--white);
}
#contacts-part .contact-form h5 {
  margin-bottom: 0;
  color: var(--blue);
}
#contacts-part .contact-form h2 {
  color: var(--blue);
}
#contacts-part .contact-form input:not([type='checkbox']),
#contacts-part .contact-form textarea {
  margin-bottom: 20px;
  padding: 20px 20px 18px 20px;
  border-radius: 14px;
  background: var(--lightgold);
  border: none;
  color: var(--blue);
}
#contacts-part .contact-form input:hover,
#contacts-part .contact-form input:focus,
#contacts-part .contact-form textarea:hover,
#contacts-part .contact-form textarea:focus,
#contacts-part .contact-form select:hover,
#contacts-part .contact-form select:focus {
  box-shadow: none;
}
#contacts-part .contact-form input::placeholder,
#contacts-part .contact-form textarea::placeholder {
  color: var(--blue);
}

#contacts-part .contact-form textarea {
  height: 130px;
  resize: none;
  border-radius: 14px
}
#contacts-part .contact-form button {
  background: var(--gold);
  color: white;
  padding: 12px 35px;
  align-items: center;
  border:none;
  border-radius: 50px;
}
#contacts-part .contact-form select {
  margin-bottom: 20px;
  padding: 20px 20px 18px 20px;
  border-radius: 14px;
  background: var(--lightgold);
  border: none;
  color: var(--blue);
}
/*TESTIMONIALS*/
#reviews-page {
  padding: 80px 0 90px 0;
  position: relative;
  overflow: hidden;
}
#reviews-page img {
  width: 100%;
  border-radius: 100px;
}
#reviews-page h1 {
  color: var(--gold);
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#reviews-page .item {
  background: var(--lightgold);
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 16px;
}
#reviews-page .item h5 {
  color: var(--gold);
}
#reviews-page .item h5 a {
  color: var(--gold);
}
#reviews-page .item p a {
  color: var(--blue);
}
/*TESTIMONIALS*/

#reviews-page ul.pagination li span {
  border:none;
}
#reviews-page ul.pagination li a {
  border:none;
}
#reviews-page ul.pagination li a.page-link {
  color: var(--blue);
  border-radius: 100px;
}
#reviews-page ul.pagination li a.page-link:hover {
  border-radius: 100px;
}
#reviews-page ul.pagination li.page-item.active .page-link {
  color: var(--white); 
  border-radius: 100px;
  background: var(--gold);
  padding: 7px 14px 5px 14px;

}


#contacts-part .accordion-item .accordion-header button {
  color: var(--white);
  box-shadow: none!important;
  font-weight: 400;
  line-height: 1;
  background: var(--blue);
}
#contacts-part .accordion-button::after {
  filter: invert(1);
}

#services-part {
  padding: 80px 0;
  background: var(--lightgold);
}
#services-part h3, 
#services-part p {
  color: var(--blue);
}
#services-part img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

#logoexplain {
  padding: 80px 0;
  text-align: center;
  background: var(--blue);
}
#logoexplain p {
  margin-top: 15px;
  color: var(--white);
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}


/*MEMBERSHIP*/
#memberships-2, #memberships-3 {
  padding: 80px 0;
}
#memberships-2 h2 {
  font-size: 1.5rem;
  color: var(--bluev);
  margin-bottom: 20px
}
#memberships-2 p {
  font-size: 1rem;
  color: var(--blue);
  margin-bottom: 20px;
}
#memberships-2 img {
  border-radius: 20px;
}
/*MEMBERSHIP*/

#memberships-3 a {
  border-radius: 100px;
  background: var(--gold);
  color: white;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 10px 8px 10px;
  font-weight: 500;
  align-items: center;
}
.flexslider .slides img {
  height: 650px;
  object-fit: cover;
}
a.enquirytoday {
  background: var(--blue);
  color: white;
  margin-top: 20px;
  display: inline-block;
  padding: 20px 22px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
}




#enquiryModal .contact-form input:not([type='checkbox']) ,
#enquiryModal .contact-form textarea {
  margin-bottom: 0px;
  padding: 10px 20px 8px 20px;
  border-radius: 14px;
  background: var(--lightgold);
  border: none;
  color: var(--blue);
}
#enquiryModal .contact-form input:hover,
#enquiryModal .contact-form input:focus,
#enquiryModal .contact-form textarea:hover,
#enquiryModal .contact-form textarea:focus,
#enquiryModal .contact-form select:hover,
#enquiryModal .contact-form select:focus {
  box-shadow: none;
}
#enquiryModal .contact-form input::placeholder,
#enquiryModal .contact-form textarea::placeholder {
  color: var(--blue);
}
#enquiryModal .contact-form textarea {
  height: 200px;
  resize: none;
  border-radius: 14px
}
.form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
}
#enquiryModal .contact-form button {
  background: var(--gold);
  color: white;
  padding: 12px 35px;
  align-items: center;
  border:none;
  border-radius: 50px;
}
#enquiryModal .contact-form select {
  margin-bottom: 0px;
  padding: 10px 20px 8px 20px;
  border-radius: 14px;
  background: var(--lightgold);
  border: none;
  color: var(--blue);
}
.textchooseing a {
  background: var(--gold);
  color: white;
  padding: 8px 22px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 0px;  
}







/*FEATURED PACKAGES*/
#innerpro-packages {
  padding: 80px 0;
  background: var(--lightgold);
}
#innerpro-packages h1 {
  color: var(--blue);
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#innerpro-packages .card-one {
  position: relative;
  min-height: 450px;
  background-position: center;
  background-size: cover;
}
#innerpro-packages .card-one:before {
  position: absolute;
  left: 0;
  content: '';
  background: rgba(0,0,0,0.0);
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: all 0.75s ease; 
}
#innerpro-packages .card-one:hover:before {
  background: rgba(0,0,0,0.4);
  transition: all 0.75s ease; 
}
#innerpro-packages .card-one .description {
  position: absolute;
  bottom: 0;
  padding: 40px;
  left: 0
}
#innerpro-packages .card-one .description h4 {
  margin-bottom: 0;
  color:white;
}
#innerpro-packages .card-one .description p {
  margin-bottom: 0;
  margin-top: 0px;
  color:white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.75s ease;
}
#innerpro-packages .card-one:hover .description h4 {
  margin-bottom: 0;
}
#innerpro-packages .card-one:hover .description p {
  max-height: 500px;
  transition: max-height 0.75s ease;

}
.litepicker .container__days .day-item.is-today {
  color: var(--gold); 
}
.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
  color: var(--white); 
  background: var(--gold); 
}
.litepicker .container__days .day-item.is-in-range {
  background: var(--lightgold); 
}
.litepicker .container__days .day-item:hover {
  color: var(--gold);
  box-shadow: inset 0 0 0 1px var(--gold)
}
.filter-list li a {
  display: inline-block;
}
.filter-list li strong {
  font-size: 1.1rem;
  color: var(--gold);
}
.filter-list li a.filter-link.active {
  background: var(--blue);
  color: var(--white);
  padding: 2px 12px 0px 12px;
  border-radius: 100px;
}
.filter-list li a.filter-link {
  color: var(--blue);
  font-size: 14px;
}
.masonry-wrapper {
  column-count: 3;
  column-gap: 2rem;
}

.masonry-wrapper .item {
  background: #fff;
  padding: 20px;
  margin-bottom: 2rem;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  border-radius: 8px;
}
@media (max-width: 992px) {
  .masonry-wrapper { column-count: 2; }
}

@media (max-width: 576px) {
  .masonry-wrapper { column-count: 1; }
}
.d-blocok {
  border-radius: 100px;
  border: 2px solid var(--gold);
  position: relative;
}
.d-blocok i {
  position: absolute;
  top: 10px;
  left: 13px;
  opacity: 1;
}
.d-blocok input {
  background: transparent;
  border: none;
  padding: 7px 40px 3px 40px;
  outline: none !important;
  box-shadow: none !important;
}
.alltopics {
  padding-left: 20px;
  border-left: 2px solid var(--gold);
}
.alltopics a {
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
  font-size: 1.1rem;
}
.butreadmorus {
  color: var(--gold);
  border: 2px solid var(--gold);
  font-weight: 500;
  padding: 6px 12px 4px 12px;
  border-radius: 100px;
}
.butreadmorus:hover {
  color: var(--white);
  border: 2px solid var(--gold);
  background:  var(--gold)
}
.whitebackrick {
  background: var(--white)!important;
}

.appointment-option {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #fef9f5;
  transition: border 0.2s;
}

.appointment-option:hover {
  border-color: var(--gold);
}

.appointment-option.selected {
  border-color: var(--gold);
  background-color: var(--lightgold);
}

.appointment-option img {
  width: 40px;
  margin-right: 20px;
}

.appointment-option .text {
  flex-grow: 1;
}

.appointment-option .text strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.appointment-option input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 50%;
  position: relative;
}

.appointment-option input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold);
  border-radius: 14px;
}

.appointment-option input[type="radio"] {
  margin-left: auto;
}

.holidaybuttones .btn-outline-primary {
  background: var(--white);
  color: #333;
  padding: 8px 15px;
  align-items: center;
  border: none;
  border-radius: 50px;
  box-shadow: none!important;
  border: none!important;
}
.holidaybuttones .btn-check:checked+.btn-outline-warning, .holidaybuttones .btn-check:checked+.btn-outline-primary {
  background: var(--gold);
  color: white;
}

.holidaybuttones .btn-outline-warning {
   background: var(--white);
   color: #333;
   border:none;
   box-shadow: none!important;
   border: none!important;
}  






/*HERO EDITORIAL*/
#editorialv200 {
  padding: 80px 0 60px 0;
}

#editorialv200 .full {
  padding: 150px 20px;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
#editorialv200 .full.vert {
  padding: 230px 20px;
}
#editorialv200 .half {
  padding: 160px 20px 10px 20px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
  border-radius: 12px;
}
#editorialv200 .full:before,
#editorialv200 .half:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 26%);
  content: '';
  opacity: 0.8;
  pointer-events: none;
}
#editorialv200 .full h3,
#editorialv200 .half h3 {
  width: 100%;
  font-size: 1.3rem;
}
#editorialv200 .full p,
#editorialv200 .half p {
  color: var(--white);
  position: relative;
}
#editorialv200 .full p a,
#editorialv200 .half p a {
  color: var(--gold);
}
#editorialv200 .full a,
#editorialv200 .half a {
  position: relative;
  color: white;
}
#editorialv200.halfparts .bks {
  background-size: cover;
  background-position: center;
}
#editorialv200.halfparts .textonly {
  padding: 150px 0;
  text-align: center;
}
#editorialv200.halfparts .textonly a h2 {
  color: var(--gold);
}
#editorialv200.halfparts .textonly a h3 {
  color: #666;
}

#editorialv200 ul.pagination li span {
  border:none;
}
#editorialv200 ul.pagination li a {
  border:none;
}
#editorialv200 ul.pagination li a.page-link {
  color: var(--blue);
  border-radius: 100px;
}
#editorialv200 ul.pagination li a.page-link:hover {
  border-radius: 100px;
}
#editorialv200 ul.pagination li.page-item.active .page-link {
  color: var(--white); 
  border-radius: 100px;
  background: var(--gold);
  padding: 7px 14px 5px 14px;

}

/*HERO EDITORIAL*/
.table>:not(caption)>*>* {
  padding: .5rem 2rem;
}

#hero .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

#hero .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-carousel .owl-item img {
  height: 300px;
  object-fit: cover;
}
.accordion-button:not(.collapsed) {
  background: var(--gold);
  color: var(--white);
}
.accordion-button:not(.collapsed) {
  color: var(--white); 
}
.text-gold {
  color: var(--gold)!important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.calendar-day.has-event::after {
  top: -3px;
  right: 2px;
}
@media(max-width: 768px) {
  #hero h1 {
    font-size: 2rem;
  }
  #hero .readmore-inv {
    margin-top: 10px;
    display: inline-block;
  }
  footer {
    text-align: center;
  }
  .dropdown-item {
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    text-align: center;
  }
  #innerhero h1 {
    font-size: 2rem;
  }
}
.accordion-button:not(.collapsed) div.text-muted {
  color: var(--white)!important;
  opacity: 0.8;
}