@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}
html {
  overflow-x: hidden;
}
body {
  background-color: white !important;
}
header {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.swiper-slide::before,
.bg-section::before,
.header2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

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

.swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin: 0 5px; /* Adjust the margin as needed */
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  border-radius: 0px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.slide1 {
  background: url("../images/image17.webp");
  background-position: center !important;
}
.slide2 {
  background: url("../images/image4.webp");
}
.slide3 {
  background: url("../images/image21.webp");
}
.swiper-slide h1 {
  color: white;
  position: absolute;
}
header .text-section {
  position: absolute;
  color: white;
  z-index: +5;
  text-align: center;
}
.main-heading {
  font-family: "Lobster", sans-serif;
  color: #fbf708;
  font-size: 75px;
  text-shadow: 1px 1px 14px black;
}
.header-sub-heading {
  color: #ffe558;
  font-family: "Oswald", sans-serif;
}

.content-wrapper {
  width: 82%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-wrapper p {
  color: black;
  text-align: justify;
  font-size: 16px;
}
.img-section img {
  width: 480px;
  border-radius: 5px;
  clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    85% 0%,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0% 85%
  );
  border: 1px solid #fb7f09;
}
.img-section2 img {
  width: 430px;
}
.full-width-img {
  width: 100%;
}
.full-width-img img {
  width: 881px;
  margin: auto;
  display: block;
}
.sec-main-heading {
  color: #fb7f09;
  font-family: "Lobster", sans-serif;
  font-size: 27px;
}
.bg-section {
  background: url("../images/image22.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1px;
  position: relative;
}
.bg-section .content-wrapper {
  position: relative;
}
.bg-section2 {
  background-color: rgb(235 239 255);
  padding: 1px;
}
ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}
ul li {
  list-style: none;
  position: relative;
  text-align: justify;
  border: 1px solid #fb7f09;
  padding: 7px 15px;
  border-radius: 9px;
  margin: 13px 14px;
}

.newslater-section {
  width: 100%;
}
form {
  border: 2px solid #fb7f09;
  width: 65%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  margin: 20px auto;
  padding: 28px 32px;
  border-radius: 10px;
  color: white;
}
form label {
  font-weight: bold;
}
input {
  padding: 4px 5px;
  border: 1px solid transparent;
  background: transparent;
  border-bottom: 1px solid #fb7f09;
  color: white;
}
input:focus,
input:active {
  border: 1px solid transparent !important;
  outline: none;
  border-bottom: 1px solid #fb7f09 !important;
}
.submit-btn {
  margin: 24px auto !important;
  padding: 6px;
  border-radius: 10px;
  background: #fb7f09;
  border: 1px solid transparent;
  color: white;
  font-size: 18px;
  cursor: pointer;
  width: 9rem;
  margin-bottom: 0px !important;
}
.book-btn {
  background-color: #fb7f09;
  text-decoration: none;
  color: white;
  padding: 10px 26px;
}

footer {
  display: flex;
  padding: 15px 5px;
  color: white;
  flex-wrap: wrap;
  background-color: #fb7f09;
  justify-content: center;
}

.sec-main-heading3 {
  font-size: 28px;
}

.footer-content {
  width: 81%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}

p {
  text-align: justify;
}

.alert {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
  position: fixed !important;
  bottom: 0px;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 7px 0px !important;
  display: flex;
  justify-content: center;
  border-radius: 0px !important;
  flex-wrap: wrap;
  align-items: center;
}
.alert-dismissible {
  z-index: +1;
}
.alert-close {
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  padding: 0px !important;
  width: 3rem;
  height: 2rem;
}
.hide {
  display: none;
}
@media (max-width: 568px) {
  .alert p {
    font-size: 15px;
  }
}
.hide {
  display: none;
}
.alert-close {
  padding: 0px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  margin: 0 !important;
}
.header2 {
  height: 21vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.header2 .main-heading {
  position: relative;
}
.other-content-wrapper p {
  font-size: 20px !important;
}
.go-back-btn {
  text-decoration: none;
  background-color: #fb7f09;
  position: relative;
  padding: 1px 11px;
  border: 1px solid transparent;
  margin-top: 20px;
  position: relative;
  z-index: +1;
}
.content-section .content-wrapper p {
  font-size: 19px;
}

.card-section {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px 70px;
  flex-wrap: wrap;
}
.cards {
  width: 633px;
  display: flex;
  flex-direction: column;
  background-color: #ffe5e5;
}
.cards .heading {
  background-color: #fb7f09;
  padding: 12px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
}
.cards .heading h3 {
  margin-bottom: 0px;
}

.decribtion {
  padding: 15px;
  height: 155px;
  display: flex;
  align-items: center;
}
.decribtion2 {
  height: 210px;
}

.cardimg {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.cardimghei {
  height: 245px;
}
.cardimg1 {
  background: url("../images/image14.webp");
}
.cardimg2 {
  background: url("../images/image19.webp");
}
.cardimg3 {
  background: url("../images/image13.webp");
}
.cardimg4 {
  background: url("../images/image16.webp");
}
.cardimg5 {
  background: url("../images/image15.webp");
}
.cardimg6 {
  background: url("../images/image9.webp");
}
.cardimg7 {
  background: url("../images/image10.webp");
  background-position: top !important;
}
.cardimg8 {
  background: url("../images/image12.webp");
}
.cardimg9 {
  background: url("../images/image3.webp");
}
.cardimg10 {
  background: url("../images/image6.webp");
}
.cardimg11 {
  background: url("../images/image21.webp");
}
.cardimg12 {
  background: url("../images/image20.webp");
}
.cardimg13 {
  background: url("../images/image8.webp");
}
@media screen and (max-width: 1690px) {
  .card-section {
    gap: 50px 20px;
  }
  .cards {
    width: 600px;
  }
  .decribtion2 p,
  .decribtion3 p {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  header {
    height: 100vh;
  }
  form {
    width: 100%;
  }
  .main-heading {
    font-size: 43px;
  }
  .header-sub-heading {
    font-size: 23px;
    line-height: 31px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .content-wrapper {
    flex-direction: column;
    width: 94%;
  }
  .content-wrapper2 {
    flex-direction: column-reverse;
  }
  .tabel-data {
    width: 100%;
  }
  .img-section img {
    width: 100%;
  }
  .footer-content {
    justify-content: center;
    text-align: center;
  }
  .full-width-img img {
    width: 100%;
  }
  .cards {
    width: 480px;
    height: 432px;
  }
  .decribtion2 p,
  .decribtion3 p {
    font-size: 13px;
  }
}
