@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: #efefef !important;
}
header {
  width: 100%;
  height: 835px;
  background: url("../images/headerbg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8),
    rgba(0, 0, 0, 0.6)
  );
  z-index: +1;
}
.top-bar,
.hero-section {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: +2;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #000000;
  gap: 12px 12px;
  padding: 11px 0px;
  border-bottom: 1px solid rgb(148, 147, 147);
}
.logo img {
  width: 243px;
}
nav {
  position: relative;
  z-index: +3;
}
.nav-link {
  font-weight: bold !important;
  color: #4a4a4a !important;
  margin: 3px 13px;
}
.navbar-brand img {
  width: 234px;
}
.hero-section {
  padding: 1px 1px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 5px 50px;
}
.hr-img-section img {
  width: 380px;
  border-radius: 6px;
}

.h1 {
  color: white !important;
  font-size: 43px !important;
  text-shadow: 0px 0px 13px #4b4b4b;
  font-weight: bold !important;
}
.h2 {
  font-size: 35px !important;
}
.hr-text-section {
  color: white;
  text-align: center;
}
.hr-text-section ul li {
  list-style: none;
  font-size: 23px;
  font-weight: bold;
  margin: 3px 0px;
}
.hr-num {
  margin-top: 40px;
}
.book-btn {
  border: 1px solid white;
  padding: 4px 27px;
  border-radius: 29px;
  background: white;
  color: black;
  transition: 0.3s;
}
.book-btn:hover {
  color: white;
  background: transparent;
}
.content-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 75px auto;
  display: flex;
  padding: 1px 10px;
  gap: 10px 21px;
}
.card-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 75px 36px;
  justify-content: center;
}
.offer-card {
  width: 370px;
  /* height: 600px; */
  background-color: white;
  border-radius: 15px;
}
.offer-card-img-section {
  width: 100%;
  height: 373px;
  position: relative;
}
.offer-card-img-section img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card-text-section {
  padding: 19px 23px;
  position: relative;
}
.card-text-section .h6 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
}
.card-p {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
  text-align: justify;
}
.c-btn {
  width: 85%;
  margin: 0px auto;
  display: block;
  margin-top: 25px;
  border: 1px solid black;
  background: transparent;
  border-radius: 52px;
  padding: 3px 4px;
  transition: 0.3s;
}
.c-btn:hover {
  background-color: black !important;
  color: white;
}
.sale-tag {
  position: absolute;
  top: 23px;
  right: 22px;
  background: #ff4a4a;
  padding: 25px 11px;
  border-radius: 101%;
  color: white;
  font-size: 12px;
}
.about-section {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  align-items: center;
  width: 100%;
}
.about {
  display: flex;
  gap: 1px 35px;
  align-items: flex-start;
}
.about img {
  width: 45px;
}
.bg-section {
  background: url("../images/image5.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bg-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.text-section {
  position: relative;
}
.para {
  font-size: 16px;
  position: relative;
}
.img-section img {
  width: 570px;
}
.img-section2 img {
  width: 250px;
}
.service-card-section {
  width: 100%;
  display: flex;
  gap: 42px 38px;
  flex-wrap: wrap;
  justify-content: center;
}
.service-card {
  width: 393px;
  display: flex;
  flex-direction: column;
  gap: 24px 1px;
}
.sr-img-sec,
.voucher-img {
  width: 100%;
  height: 240px;
}
.sr-img-sec img,
.voucher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voucher-img {
  overflow: hidden;
  border-radius: 15px;
}
.voucher-img img {
  border-radius: 15px;
  transition: 0.6s;
}
.voucher-img img:hover {
  transform: scale(1.1);
}
.voucher-card-sec {
  width: 100%;
  display: flex;
  gap: 25px;
}
.voucher-card {
  width: 248px;
  height: 310px;
  border-radius: 15px;
  background-color: #b56a74;
}

footer {
  display: flex;
  padding: 16px;
  color: white;
  flex-wrap: wrap;
  background: #5b3e31;
}
.footer-content {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}

.go-back-btn {
  text-decoration: none;
  background: #5b3e31;
  position: relative;
  padding: 1px 11px;
  border: 1px solid transparent;
  margin-top: 20px;
}
.header2 {
  background: url("../images/image2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  height: 19vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.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 30px !important;
  display: flex;
  justify-content: space-between;
  border-radius: 0px !important;
  flex-wrap: wrap;
  align-items: center;
}
.alert-dismissible {
  z-index: +3;
}
.alert-close {
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  padding: 0px !important;
  width: 3rem;
  height: 2rem;
}
.hide {
  display: none;
}
span {
  font-weight: bold;
}
@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;
}
.para2 {
  text-align: justify;
  font-size: 19px;
}

.form-row {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 21px 0px;
}
.form-row label {
  margin-right: 10px;
}
.form-row input[type="text"],
.form-row select,
.form-row textarea {
  width: 361px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-row textarea {
  height: 100px;
}
.submit-btn {
  display: block;
  width: 60%;
  padding: 10px;
  background-color: #5b3e31;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin: 0px auto;
  border-radius: 50px;
}

@media screen and (max-width: 992px) {
  nav {
    position: absolute !important;
    width: 100%;
    top: 0;
  }
  .top-bar {
    display: none;
  }
  .nav-item {
    text-align: center;
  }
  .navbar.expanded {
    transition: 0.3s;
    background-color: white;
  }
  .hr-img-section {
    display: none;
  }
  .hero-section {
    margin-top: 200px;
  }
  .content-wrapper {
    flex-direction: column;
  }
  .img-section img {
    width: 100%;
  }
  .form-row,
  .form-row > div,
  input[type="text"],
  select {
    width: 100% !important;
  }
  .footer-content {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .h1 {
    font-size: 32px !important;
  }
}
