@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');


:root {
  --primary: #ed5b5b;
  --secondary: #1c2d46;
  --white: #fff;
  --dark: #111;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Barlow", sans-serif;
  scroll-behavior: smooth;
  overflow: inherit !important;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
input[type="date"],
textarea,
select {
  background: none;
  border: solid 1px #eee;
  color: #444;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 12px;
  padding: 13px 15px;
  width: 100%;
  outline: 0;
  border-radius: 15px;
}

input[type="submit"] {
  color: var(--white);
  background: var(--primary);
  text-transform: uppercase;
  line-height: 1;
  padding: 14px 26px;
  border: 0;
  letter-spacing: 0.8px;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 10px;
}

input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}

textarea {
  height: 100px;
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #202020;
  font-weight: 600;
  text-transform: inherit;
  line-height: 1.1;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

img {
  margin: 0 !important;
}

ul,
li,
a {
  list-style-type: none;
  color: var(--dark);
}

a:hover {
  transition: 0.8s;
  text-decoration: none;
}

.heading,
.leftheading {
  margin-bottom: 35px;
  font-size: 42px;
  position: relative;
}

.leftheading span,
.heading span {
  color: var(--primary);
}

.heading {
  text-align: center;
}

.subheading {
  margin: 0 auto 15px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .5px;
  color: var(--primary);
  width: fit-content;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}


.subdescription {
  font-size: 17px;
  margin: 0;
  line-height: 1.7;
}

.zoomeffect {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}

.zoomeffect:hover img {
  transform: scale(1.1);
}

.btn-primary {
  background: var(--primary);
  border: none;
  letter-spacing: .2px;
  border-radius: 10px;
  padding: 12px 26px 14px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 500;
}

.btn-primary:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--secondary);
  transition: .5s;
  border-radius: 8px;
  z-index: -1;
}

.btn-primary:hover:before {
  top: 0;
  height: 100%;
}

.btn-secondary {
  background: var(--secondary);
  border: none;
  letter-spacing: .2px;
  border-radius: 50px;
  padding: 12px 28px 14px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 500;
}

.btn-secondary:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--primary);
  transition: .5s;
  border-radius: 15px;
  z-index: -1;
}

.btn-secondary:hover:before {
  left: 0;
  width: 100%;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 10px;
}

ul.slick-dots li button {
  padding: 0;
  line-height: 1;
  height: 12px;
  width: 12px;
  border: none;
  text-indent: 100px;
  overflow: hidden;
  border-radius: 50px;
  transition: .5s;
  background: #dfdfdf;
}

ul.slick-dots li {
  line-height: 1;
}

ul.slick-dots li.slick-active button {
  width: 20px;
  background: var(--primary);
}





button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  position: absolute;
  right: -80px;
  height: 42px;
  width: 42px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  transition: .5s;
  border-radius: 50%;
  border: none;
  z-index: 1;
}

button.slick-prev.slick-arrow {
  left: 10px;
}

button.slick-next.slick-arrow {
  right: 10px;
}

button.slick-prev.slick-arrow:after,
button.slick-next.slick-arrow:after {
  position: absolute;
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  background: var(--white);
}

button.slick-next.slick-arrow:after {
  content: "\f054";
}





.section-padding {
  padding: 60px 0;
}

/* HEADER SECTION CSS */

header {
  z-index: 3;
  padding: 15px 0;
}

.menubar a.header-logo img {
  height: 50px;
}

.menubar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header ul.header-cntct {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

a.header-phone {
  color: var(--secondary);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  border: 1px solid #1c2d4638;
  border-radius: 50px;
  padding: 0 20px;
  transition: .5s;
}

a.header-phone:hover {
  border-color: var(--primary);
  color: var(--primary);
}

a.header-phone i {
	color: transparent;
	-webkit-text-stroke: 1px var(--white);
	font-size: 18px;
	background: var(--primary);
	height: 45px;
	width: 45px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	margin-left: -52px;
	transition: .5s;
}

a.header-phone:hover i {
  background: var(--secondary);
}

/* BANNER SECTION CSS */

.primeslider-avtar {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7;
}

.primeslider-avtar .item {
  width: 260px;
  height: 220px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
  overflow: hidden;
  border-radius: 15px;

  &:nth-child(1),
  &:nth-child(2) {
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) {
    left: 50%;
  }

  &:nth-child(4) {
    left: calc(50% + 280px);
  }

  &:nth-child(5) {
    left: calc(50% + 560px);
  }

  &:nth-child(6) {
    left: calc(50% + 840px);
    opacity: 0;
  }
}

.primeslider-avtar .content {
  width: min(40vw, 530px);
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  opacity: 0;
  display: none;

  & .title {
    font-family: 'arial-black';
    text-transform: uppercase;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
  }

  & button {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.primeslider-avtar .item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    transform: translateY(calc(-50% + 0));
  }

  100% {
    opacity: 1;
  }
}

.primeslider-avtar nav.nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.primeslider-avtar nav.nav ion-icon {
  color: var(--white);
  padding: 0;
  background: var(--primary);
  height: 45px;
  width: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  outline: none;
}

.primeslider-avtarnav.nav ion-icon:hover {
  color: var(--primary);
  background: var(--white);
}

@media (width > 650px) and (width < 900px) {
  .primeslider-avtar .content {
    & .title {
      font-size: 1rem;
    }

    & .description {
      font-size: 0.7rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .primeslider-avtar .item {
    width: 160px;
    height: 140px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 170px);
    }

    &:nth-child(5) {
      left: calc(50% + 340px);
    }

    &:nth-child(6) {
      left: calc(50% + 510px);
      opacity: 0;
    }
  }
}


.primeslider-avtar .content h4 {
  font-size: 20px;
  color: var(--primary);
  margin: 0;
  font-weight: 400;
}

.primeslider-avtar .content h1 {
  font-size: 45px;
  color: var(--white);
  margin: 18px 0;
}

.primeslider-avtar .content p {
  color: #e9e9e9;
  margin: 0;
  font-weight: 300;
}

@media (width < 650px) {
  .primeslider-avtar .content {
    & .title {
      font-size: 0.9rem;
    }

    & .description {
      font-size: 0.65rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .primeslider-avtar .item {
    width: 130px;
    height: 110px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 140px);
    }

    &:nth-child(5) {
      left: calc(50% + 280px);
    }

    &:nth-child(6) {
      left: calc(50% + 420px);
      opacity: 0;
    }
  }
}

.primeslider-avtar li.item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, black, transparent);
  transition: .2s .7s;
}

.primeslider-avtar .item:nth-of-type(2):before {
  width: 100%;
}



/* HOMEABOUT SECTION CSS */


.homeabout figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  opacity: .7;
}

.homeabout-content p {
  line-height: 1.7;
}

.homeabout-content p b {
  font-weight: 500;
  color: var(--secondary);
}

.homeabout-content p strong {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
}


.homeabout-image {
  background: var(--white);
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

.homeabout-image>img {
  width: 100%;
  height: auto;
  object-fit: cover;
}



/* ACCOMMODATIONS SECTION CSS */


.accommodations {
  background: #ed5b5b0a;
}

.accommodationslist {
  border-radius: 15px;
}

.accommodationslist-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-top: 1px solid #dbdbdb;
}

.accommodationslist-info h3 {
  margin: 0;
  color: var(--white);
  font-size: 28px;
}

.accommodationslist-info a.btn {
  padding: 10px 20px;
}

.accommodationslist img {
  aspect-ratio: 5 / 3.2;
  object-fit: cover;
}






/* FACILITIES SECTION CSS */


.homefacilities .row .row {
  height: 100%;
}

.homefacilities .row .row .col-lg-6 {
  height: calc(50% - 12px);
}


.facilities-image img {
  border-radius: 15px;
  aspect-ratio: 1 / .7;
}


.homefacilitieslist figure img {
  width: 75px;
}

.homefacilitieslist {
  background: #fffefe;
  border-radius: 15px;
  border: 1px solid #ed5b5b2e;
  transition: .5s;
}

.homefacilitieslist:hover {
  box-shadow: 4px 4px 18px #00000008;
  background: var(--white);
  transform: translateY(-10px);
}

.homefacilitieslist-info h3 {
  font-size: 26px;
}


/* FAQ SECTION CSS */

.faq-section {
  background: #fff6f6;
}

.faq-image img {
  object-fit: cover;
  aspect-ratio: 1 / .785;
  border-radius: 15px;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-grid {
  display: grid;
  gap: 15px;
}

.faq-item {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #3333331c;
  animation: fadeInUp 0.6s ease backwards;
}

.faq-item:nth-child(1) {
  animation-delay: 0.1s;
}

.faq-item:nth-child(2) {
  animation-delay: 0.15s;
}

.faq-item:nth-child(3) {
  animation-delay: 0.2s;
}

.faq-item:nth-child(4) {
  animation-delay: 0.25s;
}

.faq-item:nth-child(5) {
  animation-delay: 0.3s;
}

.faq-item:hover {
  background: var(--primary);
}

.faq-item.active {
  background: var(--primary);
  border-color: var(--primary);
}

.faq-question {
  padding: 15px 15px 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  user-select: none;
  position: relative;
}

.faq-question span {
  font-size: 1.12em;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.faq-item:hover .faq-question span,
.faq-item.active .faq-question span {
  color: var(--white);
}

.faq-icon-wrapper {
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon-wrapper {
  transform: rotate(180deg);
}

.faq-icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--dark);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
  background: var(--white);
}

.faq-icon::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item.active .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--white);
}

.faq-answer-content {
  padding: 15px 20px 20px;
  border-top: 1px solid #eee;
}

.faq-answer-content p {
  line-height: 1.7;
  margin: 0;
}

.faq-item.active .faq-answer {
  max-height: 600px;
}




/* FOOTER SECTION CSS */

footer {
  background: var(--secondary);
  padding-top: 40px;
}

.footer-inner a.footer-logo {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.footer-inner a.footer-logo img {
  width: 110px;
}

footer ul li.menu-item a {
  display: inline-block;
  position: relative;
  font-size: 18px;
}


p.footer-address {
  text-align: center;
  margin: 0 0 30px;
}

.footer-inner ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff1a;
  border-top: 1px solid #ffffff1a;
}

.footer-inner ul.menu li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ffffff1a;
}


ul.footer-contact li a {
  padding: 10px 20px 10px 10px;
  display: inline-block;
  background: #253752;
  line-height: 1;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  font-size: 17px;
}




ul.footer-contact {
  gap: 20px;
}

ul.footer-contact li a i,
p.footer-address i {
  background: var(--primary);
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 13px;
  margin-right: 7px;
}



footer ul.socialicon {
  display: flex;
  column-gap: 10px;
}

footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    color: #ed5b5b;
    margin: 0;
    position: relative;
    border: 2px solid #ed5b5b;
    z-index: 1;
}
footer ul.socialicon li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
}
footer ul.socialicon li a:hover:before {
  color: var(--white);
}
footer ul.socialicon li:nth-child(1) a:hover {
  background: #1877F2;
  border-color: #1877F2;
}

footer ul.socialicon li:nth-child(2) a:hover {
  background: #1DA1F2;
  border-color: #1DA1F2;
}

footer ul.socialicon li:nth-child(3) a:hover {
  background: #d856d1;
  border-color: #d856d1;
}

footer ul.socialicon li:nth-child(4) a:hover {
  background: #0A66C2;
  border-color: #0A66C2;
}


footer ul.socialicon li a:hover {
  color: var(--white);
}

footer .ftdetails li i {
  margin-right: 8px;
}

footer ul li,
footer ul li a,
footer p,
footer p a {
  color: #d7d7d7;
}

.copyright {
  margin-top: 30px;
  padding: 15px 0;
  background: #16253a;
}

.copyright p a {
  color: var(--primary);
}

#GoToTop {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 45px;
	z-index: 999;
	cursor: pointer;
	color: var(--primary);
	font-weight: 500;
	writing-mode: sideways-lr;
	letter-spacing: 2px;
	text-transform: uppercase;
}

a#GoToTop.is-visible {
  display: block;
}

#whatsappbtn {
  cursor: pointer;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  padding: 15px 9px 15px 9px;
  line-height: 1;
  background: #32b741;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  writing-mode: sideways-rl;
  text-transform: uppercase;
  border-radius: 0 10px 10px 0;
  align-items: center;
  gap: 6px;
  letter-spacing: 1.5px;
}

#whatsappbtn img {
  display: block;
  width: 30px;
}


/* BREADCRUMB SECTION CSS */

.breadcrumb img {
  aspect-ratio: 4 / 1;
  object-fit: cover;
}

.breadcrumb-info {
  padding: 8px 0;
  background: #1111110d;
}

.breadcrumb-menu {
  width: fit-content;
  margin-left: auto;
}

.breadcrumb h1 {
  margin: 0;
}

.breadcrumb p {
  margin: 0;
}

.breadcrumb p a {
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}

.breadcrumb h1 span {
  font-size: 30px;
  color: var(--primary);
  line-height: 1.2;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}

.breadcrumb h1 span a {
  display: none;
}

.breadcrumb a:after {
  position: absolute;
  content: "\f101" !important;
  font-size: 10px !important;
  font-weight: 600;
  font-family: "Font Awesome 5 Free" !important;
  color: var(--primary);
  right: 0;
  top: 4px;
}

p#breadcrumbs span>span:nth-child(1) a {
  color: var(--primary);
}



/* CONTACT PAGE CSS */

.secondary-container.contactus form h2 {
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 22px;
  position: relative;
}

.secondary-container.contactus form h2:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background: var(--primary);
}

.contactus form p {
  margin: 0;
}

.contactus form h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 22px;
}

.contactus_details {
  position: relative;
  transition: .5s;
  padding: 30px 0 30px 105px;
  background: linear-gradient(45deg, var(--secondary), #0a1e3a);
  border-radius: 15px;
  border-left: 5px solid #ff6d6d;
}

.contactus_details:not(:last-child) {
  margin-bottom: 10px;
}

.contactus_details svg {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.contactus_details svg path {
  fill: #ff6d6d;
}

.contactus_details h3 {
  margin: 0 0 8px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ff6d6d;
  font-family: "Barlow", sans-serif;
}

.contactus_details p,
.contactus_details a {
  margin-bottom: 0;
  font-size: 22px;
  color: #e5e5e5;
}

.googlemap iframe {
  width: 100%;
  border-radius: 15px;
  margin-bottom: -7px;
}

.googlemap {
  margin-top: 30px;
  padding: 10px;
  border: 2px solid #00000012;
  border-radius: 20px;
}

.contactus form {
  padding: 25px 30px;
  border-radius: 15px;
  border: 1px solid #00000014;
  background: #fffcfc;
}

.contactus form label {
  width: 100%;
}

.contactus form label textarea {
  height: 110px;
}

.contactus form p>label {
  font-weight: 500;
  color: var(--secondary);
}

.contactus form p input[type="text"],
.contactus form p input[type="email"],
.contactus form p input[type="tel"],
.contactus form p textarea {
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 14px;
  resize: none;
  background: var(--white);
  margin-top: 5px;
}


/* Gallery */

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

.gallery-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  aspect-ratio: 1;
  clip-path: polygon(10% 0%, 0% 10%, 0 50%, 0% 90%, 10% 100%, 50% 100%, 90% 100%, 100% 90%, 100% 50%, 100% 10%, 90% 0%, 50% 0);
}

.gallery-item:hover {
  transform: translateY(-10px);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover::before {
  opacity: 1;
}

.gallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {

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


/* ACCOMMODATION PAGE CSS */



.accomodations-top-content figure {
  height: 100%;
}

.accomodations-top-content figure img {
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid var(--primary);
  height: 100%;
}

.accomodationstop-info {
  padding: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  box-shadow: 5px 5px 25px #0000000a;
  background: var(--white);
}

.accomodationstop-info p:last-child {
  margin: 0;
}

.accomodationstop-info h2 {
  padding-left: 15px;
  border-left: 3px solid var(--primary);
  line-height: .7;
  font-size: 36px;
}


.accommodations-pricing li {
  font-size: 18px;
  color: #f6f6f6;
  background: var(--secondary);
  padding: 10px 20px;
  line-height: 1;
  border-radius: 12px;
}
.accommodations-pricing li strong {
  font-size: 26px;
  font-weight: 500;
  color: #ff7575;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-left: 2px;
}



.accommodation-booking {
  background: #fef3f3;
}

.accommodation-booking-info {
  background: var(--white);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 5px 5px 25px #0000000a;
}

.accommodation-booking-info ul.accommodation-contact-info li {
  font-size: 18px;
  width: 45%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.accommodation-booking-info ul.accommodation-contact-info li i {
  font-size: 20px;
  line-height: .5;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.accommodation-booking-info-map iframe {
	aspect-ratio: 1 / .6;
	width: 100%;
	height: auto;
	margin-bottom: -6px;
	border: 1px solid #d9d9d9 !important;
	border-radius: 10px;
}

.accommodation-booking-form {
  padding: 20px 30px;
  background: var(--white);
  height: 100%;
  border-radius: 15px;
  box-shadow: 5px 5px 25px #0000000a;
}

.accommodation-booking-form form p {
  margin: 0;
}

.accommodation-booking-form input[type="text"],
.accommodation-booking-form input[type="email"],
.accommodation-booking-form input[type="tel"],
.accommodation-booking-form input[type="number"],
.accommodation-booking-form textarea {
  background: #fdfbfb;
  border-radius: 10px;
  border: 1px solid #00000014;
}

.accommodation-booking h2.heading {
	font-size: 28px;
}




/* RESPONSIVENESS CSS */

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

  .subheading {
    margin: 0 auto 15px;
    font-size: 16px;
  }

  .heading,
  .leftheading {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .subdescription {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
  }


  .section-padding {
    padding: 40px 0;
  }


.primeslider-avtar {
    aspect-ratio: 4 / 2.5;
}
.primeslider-avtar .content h1 {
    font-size: 28px;
    margin: 15px 0 12px;
}
.primeslider-avtar .content h4 {
    font-size: 18px;
}
.heading br, .leftheading br {
  display: none;
}
.accommodationslist-info h3 {
    font-size: 24px;
}

ul.footer-contact {
    gap: 10px;
}

.footer-inner ul.menu {
    flex-direction: column;
    gap: 10px;
}
.footer-inner ul.menu li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
footer ul li.menu-item a {
    font-size: 16px;
}

#GoToTop {
    right: 15px;
    font-size: 14px;
}

}

@media only screen and (max-width: 767px) {
.primeslider-avtar .content h4 {
    font-size: 16px;
}
.primeslider-avtar .content h1 {
    font-size: 26px;
}
.primeslider-avtar .content p {
    font-size: 15px;
}
.primeslider-avtar nav.nav ion-icon {
    height: 36px;
    width: 36px;
    font-size: 14px;
}




.accomodationstop-info h2 {
    font-size: 26px;
}
.accommodation-booking-info ul.accommodation-contact-info li {
    font-size: 16px;
    width: 100%;
    gap: 10px;
}
.accommodation-booking h2.heading {
    font-size: 22px;
}



}



@media only screen and (max-width: 580px) {


.primeslider-avtar {
    aspect-ratio: 4 / 3.8;
}
.primeslider-avtar nav.nav {
    left: 68%;
    transform: translate(-32%, -50%);
}
.primeslider-avtar li.item:nth-child(3) {
    left: 70%;
}
.primeslider-avtar li.item:nth-child(4) {
    left: calc(70% + 140px);
}
.primeslider-avtar li.item:nth-child(5) {
    left: calc(90% + 280px);
}

.primeslider-avtar .content {
    width: min(60vw, 530px);
    left: 3%;
}
#whatsappbtn {
    top: 80%;
    transform: translateY(-20%);
    left: 0;
    font-size: 15px;
}

.homeabout-content p {
    line-height: 1.5;
}


.accommodationslist-info h3 {
    font-size: 20px;
}
.accommodationslist img {
    aspect-ratio: 5 / 4;
}
.accommodationslist-info {
    padding: 8px 12px;
}

.homefacilitieslist-info h3 {
    font-size: 18px;
}

.breadcrumb img {
    aspect-ratio: 4 / 2.5;
}


.breadcrumb-info {
    padding: 15px 0;
}
.breadcrumb h1 {
    margin: 0;
    text-align: center;
}
.breadcrumb h1 span {
    font-size: 24px;
}
.breadcrumb-menu {
    margin: 0 auto;
}




.secondary-container.contactus form h2 {
    font-size: 24px;
}
.contactus form {
    padding: 15px 20px;
}
.contactus_details {
    padding: 20px 0 20px 75px;
}
.contactus_details svg {
    height: 35px;
    width: 35px;
    left: 20px;
}
.contactus_details h3 {
    margin: 0 0 5px;
    font-size: 14px;
}
.contactus_details p, .contactus_details a {
    margin-bottom: 0;
    font-size: 16px;
}
.googlemap iframe {
    aspect-ratio: 1 / 1;
    height: auto;
}
}
