.carousel-item img {
  height: 110vh;
  object-fit: cover;
}
.carousel-item {
  position: relative;
  height: 110vh;
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    #66666600,
    #38283873,
    #28282894,
    #181818c4,
    #000000
  );
}
.carousel-item .carouselText {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.carouselText h2 {
  font-size: 45px;
  font-weight: 800;
  color: white;
}
.carouselText p {
  font-size: 20px;
  font-weight: 500;
  color: white;
}
.bookBtn button {
  background-color: #e67e22;
  color: white;
  font-size: 26px;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
}
.bookBtn button:hover {
  background-color: #ffac63;
}
/*  */
.hightLightImg {
  height: 100%;
}
.hightLightImg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  /* align-items: end; */
}
.highlight .heading {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
}
.highlight h4 {
  font-size: 22px;
  font-weight: 600;
  color: #e67e22;
}
.highlight ul li p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}
.line {
  display: flex;
  justify-content: center;
}
.lines {
  position: relative;
  width: 200px;
  height: 4px;
  background-color: black;
  border-radius: 20px;
}
.lines::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0%;
  width: 20px;
  height: 100%;
  background-color: #e67e22;
  animation: moveLine 2s infinite;
}
/*  */
.lines2 {
  position: relative;
  width: 200px;
  height: 4px;
  background-color: black;
  border-radius: 20px;
}
.lines2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0%;
  width: 20px;
  height: 100%;
  background-color: white;
  animation: moveLine 2s infinite;
}
.accommodationLeft h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: white;
}
.accommodationLeft p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: white;
}
.accCard {
  position: relative;
  background-color: #f9f4e8;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
}
.accCard::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 60px;
  background-color: #e67e22;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.accCard:hover {
  background-color: #2c3e50;
}
.accCard:hover p {
  color: white;
}
.accCard:hover .iconDiv::before {
  background-color: #f9f4e8;
}
.accCard:hover .iconDiv i {
  color: #2c3e50;
}
.accCard:hover.accCard::before {
  background-color: #495a6b;
}
.accCard h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #e67e22;
}
.accCard p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.iconDiv {
  position: relative;
  z-index: 100;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.iconDiv i {
  position: relative;
  z-index: 100;
  color: #f9f4e8;
  font-size: 20px;
}
.iconDiv::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #2c3e50;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 99;
}
.accommodationCard {
  position: relative;
  background-color: #f9f4e8;
  padding: 30px 30px 0px;
  min-height: 220px;
}
.accommodationCard img {
  width: 90%;
}
.accommodationCard h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #e67e22;
}
.iconsCard {
  position: absolute;
  bottom: 0px;
  right: 30px;
  transition: all 0.3s ease-in-out;
}
.accommodationCard.card2 .iconsCard2 {
  position: absolute;
  right: 20px;
  top: 10px;
  transition: all 0.3s ease-in-out;
}
.accommodationCard.card2 h3 {
  padding-top: 100px;
}
.accommodationCard:hover .iconsCard {
  right: 10px;
}
.accommodationCard:hover .iconsCard2 {
  right: 0px;
}
/*  */
.appartmentDiv {
  background-color: #2c3e50;
}
.appartmentDiv h2 {
  font-size: 30px;
  font-weight: 600;
  color: white;
}
.appartmentLeft {
  background-color: white;
}
.appartmentLeft h4 {
  color: black;
  font-size: 24px;
  font-weight: 700;
}
.appartmentLeft ul {
  list-style: none;
}
.appartmentLeft ul li p {
  font-size: 18px;
  font-weight: 500;
}
.appartmentLeft h5 {
  font-size: 18px;
  font-weight: 300;
}
/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

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

/* .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
} */

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  /* opacity: 0.4; */
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 0.4;
}

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

/*  */
.experienceDiv {
  background: url("./../images/experience/bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.experienceDiv h2 {
  color: #2c3e50;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.experienceDiv p {
  font-size: 20px;
  font-weight: 400;
  color: #2c3e50;
  text-align: center;
}
/*  */
.contactDiv .headingDiv h2 {
  color: #2c3e50;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.contactLeft .content1 {
  font-size: 18px;
  font-weight: 400;
}
.tripAdvisorDiv img {
  width: 65% !important;
}
.contactLeft .content2 {
  font-size: 20px;
  font-weight: 600;
}
.contactLeft img {
  width: 50%;
}
.contactLeft h3 {
  font-size: 26px;
  font-weight: 500;
}
.contactLeft p {
  font-size: 16px;
  font-weight: 400;
}
.spacingDiv {
  padding-left: 7vw;
  padding-right: 1vw;
}
.inputDiv input {
  border: none;
  border-radius: 6px;
  box-shadow: 0px 2px 9px #00000040;
  margin-top: 30px;
  padding-left: 20px;
}
.contactRight {
  background: url("./../images/contact/bg.jpg");
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactForm {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contactForm form {
  /* margin: 80px; */
  padding: 30px;
  background-color: #ffffffd9;
  border-radius: 30px;
  width: 80%;
}
.inputDiv input::placeholder {
  font-size: 14px;
  font-weight: 300;
}
.sendBtn {
  text-align: center;
  margin-top: 25px;
}
.sendBtn button {
  background-color: #2c3e50;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
}
/*  */
.orangelines {
  position: relative;
  width: 200px;
  height: 4px;
  background-color: #e67e22;
  border-radius: 20px;
}
.orangelines::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0%;
  width: 20px;
  height: 100%;
  background-color: #2c3e50;
  animation: moveLine 2s infinite;
}

.discoverDiv h2 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
}
.discoverCard {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.discoverCard img {
  border-radius: 20px;
}
.discoverCard .dicoverOverlay {
  position: absolute;
  bottom: -600px;
  left: 0px;
  z-index: 100;
  text-align: center;
  width: 100%;
  background: linear-gradient(#66666600, #2a2a2a87, #000000b0, #000000);
  transition: 0.3s ease-in-out;
}
.discoverCard .dicoverOverlay h2 {
  color: white;
  padding: 60px 30px;
}
.discoverCard .dicoverOverlay p {
  color: white;
  font-size: 14px;
  padding: 0px 30px;
}
.discoverCard:hover .dicoverOverlay {
  bottom: 2px;
}

/* Base arrow style */
.swiper-button-next,
.swiper-button-prev {
  width: 40px; /* size */
  height: 40px;
  background-color: #2c3e50; /* gold color to match your theme */
  border-radius: 50%; /* makes it circular */
  color: white; /* arrow color */
  font-size: 18px; /* reduce arrow symbol size */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #2c3e50;
  transform: scale(1.1);
}

/* Center the arrow icon inside the circle */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px; /* smaller arrow icon */
}

/* Position adjustment if needed */
.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

/* Testimonal Start */
.testimonalSlide {
  display: grid;
  place-items: center;
  position: relative;
  /* height: 100vh; */
}

.swiper-container {
  border-radius: 5px;
  width: 80vw;
  overflow: hidden;
  height: fit-content;
  height: fit-content;
  font-size: 50px;
  position: relative;
  padding-bottom: 50px;
}

.swiper-slide.testimonalCard {
  position: relative;
  width: auto;
  height: fit-content;
  display: flex;
  height: auto;
  border-radius: 5px;
  /* overflow: hidden; */
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  box-shadow: 9px 9px 37px #00000040;
  margin-top: 60px;
}

.swiper-slide .ImgHolder {
  position: absolute;
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px;
  border-bottom-left-radius: 20px;
  top: -80px;
}

.ContentHolder::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  z-index: -1;
  right: 0px;
}

.ContentHolder {
  font-family: "Roboto", sans-serif;
  /* margin-top: 60px; */
  position: relative;
  padding: 10px;
  /* background-color: white; */
  border-top-right-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 60px;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  /* border: 1px solid #4361ee; */
}

.swiper-pagination-bullet-active {
  /* background-color: #4361ee; */
}

.swiper-button {
  border: 1px solid white;
}

.swiper-slide.testimonalCard .ImgHolder img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
  /* border: 3px solid #4361ee; */
  outline: 2px solid white;
}

.swiper-slide h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px;
}

.swiper-slide p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
  text-align: center;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: unset;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: unset;
}
.testimonalDiv .heading {
  font-size: 30px;
  font-weight: 600;
  color: white;
}
.starDiv {
  width: 100%;
  /* margin-top: 60px; */
  display: flex;
  justify-content: center;
}
.starDiv img {
  width: 20%;
}
@media (max-width: 638px) {
  .swiper-container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .swiper-container {
    width: 85vw;
  }
}

@media (max-width: 300px) {
  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    border-radius: 0px;
  }

  .swiper-container .ImgHolder {
    border-radius: 0px;
  }
  .ContentHolder {
    border-radius: 0px;
  }
}

/* Testimonal End*/

.footer-Column .headingDiv .heading {
  font-size: 36px;
  font-weight: 700;
}
.footer-Column h4 {
  font-size: 18px;
  font-weight: 700;
}
.footerline {
  position: relative;
  width: 70px;
  height: 3px;
  background-color: black;
  border-radius: 20px;
}
.footerline::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0%;
  width: 20px;
  height: 100%;
  background-color: white;
  animation: moveLine 2s infinite;
}
.f-line {
  display: flex;
  justify-content: start;
}
.footer-Column ul {
  list-style: none;
  padding-left: 0px;
}
.footer-Column ul li a {
  color: white;
  text-decoration: none;
}
@keyframes moveLine {
  0% {
    left: 0%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@media (max-width: 991px) {
  .spacingDiv {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (max-width: 768px) {
  .carousel-item img {
    height: 100vh;
  }
  .carousel-item {
    height: 100vh;
  }
  .carouselText h2 {
    text-align: start;
    font-size: 32px;
  }
  .carouselText p {
    font-size: 15px;
    text-align: start;
  }
  .bookBtn {
    text-align: start;
  }
  .bookBtn button {
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  .contactForm form {
    width: 96%;
  }
}
