/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");

* {
  font-family: 'Poppins', sans-serif;
}

.h-font {
  font-family: "Cedarville Cursive", serif;
}


:root {
  /* Color Variables */

  --primary: #ffc400 !important;
  --text-1: #00003f;
  --text-2: #a9a9a9;
  --white: #fff;
  --shadow-300: 0 5px 5px rgba(0, 0, 0, 0.3);
  --shadow-500: 0 5px 5px rgba(0, 0, 0, 0.5);
  --transition-300: all 300ms ease-in-out;
  --transition-500: all 500ms ease-in-out;
}



/* body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: var(--white);
  color: var(--text-1);
} */



html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {

  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  background-color: var(--white) !important;
  color: var(--text-1) !important;
}




p {
  color: var(--text-1);
}

img,
video {
  width: 100%;
  height: 100%;
}



.cross {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
}


/* CustomClasses */
.d-flex {
  display: flex;
  align-items: center;
}

/* 
.container {
  max-width: 134rem;
  margin: 0 auto;
} */

.section {
  margin: 5rem 0;
  padding: 10rem 0 5rem;
  overflow: hidden;
}

.title {
  margin-bottom: 2rem !important;
}

.title h1 {
  font-size: 4rem;
}

@media (max-width:1200px) {
  .container {
    padding: 0 3rem;
  }
}

@media (max-width:567px) {
  .title h1 {
    font-size: 3rem;
  }

  .section {
    padding: 5rem 0 0;
  }
}






.logo img {
  width: 9rem;
  height: 9rem;
}




.custom-bg {
  background-color: var(--primary) !important;
  padding: 14px !important;
  margin-top: 25px !important;
  transition: var(--transition-300);
}

.custom-bg:hover {
  border-bottom: var(--primary) !important;
  box-shadow: var(--shadow-500) !important;
  transform: translate(-3px);
  color: black !important;
}

.custom-bg:hover {
  background-color: #279e8c;
}


.info .btn,
.about .btn,
.service .btn,
.discount .btn,
.trip .btn,
.ourroom .btn,
.content .btn,
.facilities .btn {
  display: inline-block;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  background-color: var(--primary);
  padding: 1.5rem 2.5rem;
  transition: var(--transition-300);
}

.roombtn .btn {
  display: inline-block;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 10px;
  background-color: var(--primary);
  padding: 0.7rem 1rem;
  transition: var(--transition-300);
}



.swiper {
  width: 100%;
  height: 100%;
}

.header .swiper-slide img,
header .swiper-slide video {
  height: 100vh;
  object-fit: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 70%;
  text-align: center;
}

.header .content h1 {
  font-size: 6rem;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
}

@media (max-width:996px) {
  .header .content h1 {
    font-size: 5rem;
  }
}

@media (max-width:567px) {
  .header .content {
    width: 100%;
  }

  .header .content h1 {
    font-size: 4rem;
  }
}


.services .icon {
  line-height: 1.3;
  position: relative;
}

.services .icon span {
  font-size: 60px;
  color: #f9ab30;
}

.services .media-body h3 {
  font-size: 18px;
  font-weight: 500;
}


.heading-section h2 {
  font-size: 40px !important;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .icon h2 {
    font-size: 28px;
  }
}

div.user {
  padding-top: -15px;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  transition: var(--transition-300);
}

div.user a {
  color: white;
}


div.user:hover {
  background-color: var(--primary);
  cursor: pointer;
  border-bottom: var(--primary);
  box-shadow: var(--shadow-500);
  transform: translate(-3px);
}

.header .btn-close {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

i.fa-eye {
  color: #888;
  cursor: pointer;
}

i.fa-eye-slash {
  color: #888;
  cursor: pointer;
}

/* DISCORNT */
.discount {
  position: relative;
  height: 60rem;

}

.discount .overlay {
  position: relative;
  height: 100%;
}

.discount .overlay::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--text-1);
  opacity: 0.5;
}

.discount video {
  object-fit: cover;
}

.discount .content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

.discount .content h1 {
  font-size: 5rem;
  color: var(--white);
  margin-bottom: 3rem;
}

.discount .content span {
  justify-content: center;

  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  font-size: 4rem;
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 3rem;
}

@media (max-width:567px) {
  .discount {
    height: 50rem;
  }

  .discount .content {
    top: 50%;
    width: 100%;
  }

  .discount .content h1 {
    font-size: 3.5rem;
  }

  .discount .content .btn {
    padding: 1rem;
  }

  .discount .content span {
    font-size: 3rem;
    width: 5rem;
    height: 5rem;
  }
}

/* TRIP */
.trip {
  overflow: hidden;
}

.trip .title {
  text-align: center;
  margin-bottom: 7rem;
}

.trip .title h1 {
  font-size: 5rem;
  margin: 2rem;
}

.trip .title p {
  width: 50%;
  margin: 0 auto;
}

.trip .row {
  width: 95vw;
  position: relative;
}

@media (min-width: 1200px) {
  .trip .container {
    max-width: 12680px;
  }
}

.trip .swiper-container {
  width: 100%;
  height: 100%;
}

.trip .swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  width: 300px !important;
  height: 500px !important;
}

.trip .swiper-slide img {
  display: block;
  width: 100%;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary);
  color: white;
  font-size: 2.5rem;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  justify-content: center;
  cursor: pointer;
}

.custom-next {
  right: -60px;

}

.custom-prev {
  left: -60px;

}

.swiper-pagination-bullet {
  width: 30px;
  height: 7px;
  border-radius: 5px;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary);

}

.swiper-pagination:not(:last-child) {
  margin-right: 10px;
}

.row .custom-pagination {
  position: absolute;
  bottom: -10%;

  left: 88%;
  transform: translate(-50%);
}

.trip .explore {
  text-align: center;
  margin-top: 8rem;
}

@media (max-width:1200px) {

  .custom-prev,
  .custom-next {

    top: -15%;
    transform: translateY(0);

  }

  .custom-next {
    right: 10px;
  }

  .custom-prev {
    left: auto;
    right: 70px;
  }
}

@media (max-width:567px) {
  .trip .title p {
    width: 90%;
  }

  .trip .title h1 {
    font-size: 4rem;
  }

  .trip .swiper-slide {
    height: 400px;
  }

  .row .custom-pagination {
    position: absolute !important;
    bottom: -10%;

    left: 65%;
    transform: translate(-50%);
  }
}

/* MORE */


/* newsletter */
.newsletter {
  background-color: var(--text-1);
  height: 30rem;

}

.newsletter .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
  height: 100%;
}

@media (min-width: 1200px) {
  .newsletter .row {
    margin-left: 1020px;
  }
}

.newsletter .col h2,
.newsletter .col p {
  color: white;
  text-align: center;
}

.newsletter .col h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
}

.newsletter .form div {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.newsletter .form input {
  width: 100%;
  outline: none;
  border: none;
  padding: 1.5rem 0;
  text-indent: 1rem;
  font-size: 1.7rem;
  border-radius: 5px;
}

.newsletter .form button {
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  background-color: var(--text-1);
  color: white;
  padding: .8rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 5px;
}

@media(max-width:768px) {
  .newsletter .row {
    grid-template-columns: 1fr;

  }

  .newsletter .form div {
    width: 100%;
  }
}

@media(max-width:567px) {
  .newsletter {
    height: 40rem;
    padding-bottom: 10rem;

  }


}

/* FOOTER */
/* FOOTER CSS */
.footer {
  color: blue !important;
  padding: 3rem 0;
}

.footer h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.footer a {
  display: block;
  color: white;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.footer a:hover {
  color: #403434;
  text-decoration: underline;
}

.footer img {
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.footer img:hover {
  transform: scale(1.05);
}


/* preloader */
.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  background-color: var(--white);
}

.loader img {
  width: 20rem;
  height: 20rem;
}


.availibility-form .check {
  padding: 15px;
  font-size: 15px;
  font-weight: bold;

}

.availibility-form {
  margin-top: 70px;
  z-index: 0;
  position: relative;
}

@media (max-width:575px) {
  .availibility-form {
    margin-top: 75px;
    padding: 0 35;
    position: relative;
  }
}

.h-line {
  width: 150px;
  margin: 0 auto;
  height: 1.7px;
}

.cardhome {
  background: #ffffff;
  /* Keeps it clean */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
  transition: all 0.3s ease-in-out;
  /* Smooth hover effect */
  border-radius: 15px;
  /* Keep the rounded corners */
}

.cardhome:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  /* Slightly stronger shadow on hover */
  transform: translateY(-5px);
  /* Lifts the card on hover */
}