@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");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
}
html {
  overflow-x: hidden;
}
body {
  background-color: white !important;
}
.navbar {
  background-color: none;
  padding: 4px 2px;
}
.navbar-toggler {
  border: none !important;
}
.nav-container {
  max-width: 1350px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
}
.nav-link {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.nav-link:hover {
  color: #c1ad95;
  scale: 1.01;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.navbar-nav {
  justify-content: end;
  width: 100%;
}
.nav-item {
  margin: 1px 14px;
}
.nav-icon img {
  width: 23px;
}
.navbar-brand img {
  width: 79px;
  padding: 4px 0px;
  color: white;
}
.navbar-brand {
  color: white !important;
}
.about-h {
  color: #efba0e;
}
.para3 {
  font-size: 13px;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Crimson Text", serif !important;
}

header {
  background: url("../images/image15.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section {
  width: 100%;
  height: 482px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: +2;
  gap: 40px;
  position: relative;
  padding: 0px 40px;
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.hero-text {
  width: 100%;
  max-width: 1350px;
  position: relative;
  margin: auto;
  padding: 0px 20px;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.hero-text .para {
  font-size: 17px;
}
.content-wrapper,
.full-content-wrapper {
  max-width: 1350px;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin: 45px auto;
  position: relative;
}
.full-content-wrapper {
  align-items: normal;

  width: 100%;
  padding: 0px 10px;
}
.contact-btn {
  border: none;
  background: #27467f;
  color: white;
  text-shadow: 1px 1px 10px black;
  padding: 8px 30px;
  font-size: 16px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  border-radius: 5px;
}

.ul li::marker {
  content: "🏡";
}
.bg-sec {
  background-color: #1d3561;
  padding: 1px;
}
.bg-sec2 {
  background: rgb(26, 26, 26);
  padding: 1px;
}
.h1 {
  color: #022f51;
  position: relative;
  font-weight: bold;
  font-size: 33px;
}
.h1 span {
  color: #fddc03;
}
.h2 {
  font-size: 30px;
  color: #022f51;
  font-weight: bold;
}
.main-h2 {
  background-color: #c1ad95;
  width: 370px;
  margin: auto;
  padding: 13px 6px;
  border-radius: 47px;
  padding-bottom: 8px;
}
.h5 {
  font-size: 18px;
  color: white;
  position: relative;
  font-weight: bold;
}
.h4 {
  color: #022f51;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.h3 {
  font-size: 29px;
  color: #022f51;
  position: relative !important;
  font-weight: bold;
}
.h6 {
  color: #27467f;
  font-size: 17px;
  font-weight: 900;
}
.stoke-head {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 50px;
}
.c-heading {
  color: #024351 !important;
  font-weight: bold;
  font-size: 30px;
}
.border-ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 12px 12px;
}
.border-ul li {
  list-style: none;
  margin: 4px 10px;
  border: 1px solid gray;
  padding: 3px 16px;
  border-radius: 22px;
}
.staff-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.staff {
  width: 600px;
  height: 600px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  box-shadow: 0px 0px 11px 5px #ededed;
  border-radius: 9px;
}
.staff .st-img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
}

.st-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sec-btn {
  margin-top: 12px;
  background: #2f1f16;
  border: 1px solid #2f1f16;
  font-weight: bold;
  color: white;
  padding: 4px 33px;
  transition: 0.3s;
}
.sec-btn:hover {
  background: transparent;
  border: 1px solid #2f1f16;
  color: #2f1f16;
}
.sec10 {
  background-color: #ededed;
  padding: 1px;
  position: relative;
}

.sec10::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/image2.webp") no-repeat;
  background-size: cover !important;
  background-position: center;
  z-index: 0;
  opacity: 0.1;
}
.img-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.img-group img {
  width: 300px;
  height: 300px;
  border: 1px solid #022f51;
  border-radius: 5px;
  padding: 5px;
}
.bg-text {
  background-color: #dce1e5;
  padding: 20px;
  border-radius: 5px;
}
.text-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.para,
ul li,
ol li {
  color: rgb(65, 65, 65);
  font-size: 15px;
  text-align: justify;
  word-spacing: 0px;
  line-height: 25px;
}
ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h-para {
  font-size: 20px;
}
.para span {
  font-size: 18px !important;
  font-weight: bold;
}
ol li {
  margin: 4px 0px;
}
ol li span {
  font-weight: bold;
  font-size: 19px;
}
.product-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px 30px;
  flex-wrap: wrap;
}
.product {
  border: 1px solid #ab753f;
  width: 350px;
  height: 490px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.product .img-sec {
  width: 100%;
  height: 200px;
}
.pr-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.img-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form {
  display: flex;
  gap: 30px;
}
.form input[type="text"] {
  width: 358px;
  padding: 6px 16px;
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: 0px 0px 6px darkgrey;
}
input[type="submit"] {
  background: #2f3854;
  color: white;
  border: none;
  padding: 5px 45px;
  border-radius: 5px;
}
.rental-card-section {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 36px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.rental-card {
  width: 368px;
  height: 385px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1px 26px;
}
.rental-card-img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rental-card-img img {
  width: 100%;
  object-fit: cover;
}
.rental-card-text {
  padding: 1px 20px;
}

.rental-btn {
  border: none;
  width: 237px;
  margin: auto;
  display: block;
  margin-top: 34px;
  font-size: 20px;
  padding: 5px 5px;
  border-radius: 7px;
  color: white;
  background: #67004c;
  border: 1px solid #67004c;
  transition: 0.3s;
}
.rental-btn:hover {
  background: transparent;
  color: #67004c;
}

.hidden {
  display: none;
}
.read-more {
  border: none;
  color: #27467f;
  margin-left: 10px;
  text-decoration: none;
  border-radius: 20px;
  background: none;
  font-weight: bold;
}
.path-card-section {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 21px 41px;
  flex-wrap: wrap;
}
.path-card {
  width: 457px;
  border-radius: 13px;
  padding: 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 21px;
  background: #f8e0fb;
}
.buy-btn {
  background: #b1bcfb;
  border: none;
  padding: 9px 7px;
  text-transform: capitalize;
  font-size: 20px;
  width: 205px;
  border-radius: 10px;
  transition: 0.3s;
}
.buy-btn:hover {
  background: #96a3ee;
}
.btngrp {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px 28px;
  flex-wrap: wrap;
}
.divider {
  border: 1px solid #cfcece;
}
.img-section:hover.img-section img {
  scale: 0.95;
}
.img-section img {
  width: 500px !important;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.img-section2 img {
  width: 200px;
}
.c-content {
  padding: 0px 20px;
}
.c-content .content-wrapper {
  border: 1px dashed #022f51;
  padding: 20px 20px;
}

.modal-content {
  background: url("../images/modalbg.webp") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-title {
  position: relative;
  z-index: +1;
  color: white;
  font-weight: bold;
}
label {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.modal-btn {
  width: 58%;
  border: 1px solid transparent;
  font-size: 22px;
  background: #ab753f;
  color: white;
  border-radius: 6px;
  margin: auto !important;
}

footer {
  display: flex;
  padding: 15px 0;
  color: white;
  flex-wrap: wrap;
  background: #022f51;
}
.footer-content {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
footer p,
footer a {
  font-size: 15px !important;
  text-decoration: none;
}
.go-back-btn {
  text-decoration: none;
  background: #022f51;
  position: relative;
  padding: 1px 11px;
  border: 1px solid transparent;
  margin-top: 20px;
}
.header2 {
  background: url("../images/image2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  height: 19vh;
  position: relative !important;
  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;
  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;
  z-index: +10 !important;
  font-size: 14px;	
}
.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;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #2f3854;
  color: white;
  cursor: pointer;
  padding: 5px 16px 5px 16px;
  border-radius: 50%;
  transition: opacity 0.2s;
  font-size: 24px;
}
#scrollToTopBtn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1400px) {
  .img-section img {
    width: 628px;
  }
}
@media screen and (max-width: 1300px) {
  .img-section img {
    width: 587px;
  }
}
@media screen and (max-width: 1200px) {
  .img-section img {
    width: 552px;
  }
}
@media screen and (max-width: 992px) {
  .hero-section {
    height: auto !important;
    padding: 51px 10px;
    padding-top: 123px;
  }
  .nav-link {
    color: black;
  }
  .hero-section .h3 {
    font-size: 28px !important;
    padding-top: 40px;
    max-width: 457px;
  }
  .navbar-brand {
    color: black;
  }
  .swiper-slide {
    height: 393px !important;
  }
  .staff {
    width: 100%;
    height: auto;
  }
  .form {
    flex-direction: column;
  }
  .ts-card,
  .tips-card {
    height: auto;
  }
  .hero-section .h3 {
    font-size: 45px;
    padding-top: 40px;
  }
  .top-bar {
    display: none;
  }
  body:before {
    width: 0;
  }
  .hero-section {
    width: 100%;
    height: 769px;
  }
  nav {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: +5;
    background-color: #f1efe9;
    border-bottom: 1px solid black;
  }
  .h1 {
    font-size: 31px;
    line-height: 22px;
  }
  .h2 {
    font-size: 30px;
  }
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .full-content-wrapper {
    flex-direction: column;
  }
  .divider,
  hr {
    display: none;
  }
  .content-wrapper2 {
    flex-direction: column-reverse;
  }
  .nav-link {
    text-align: center;
  }
  .navbar-toggler {
    background-color: white;
  }
  .img-section img,
  .para img {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .video-img {
    width: 424px;
  }
  .video-img iframe {
    position: absolute;
    top: 188px;
    left: 115px;
    width: 205px;
    height: 139px;
  }
}
.accordion {
  width: 100%;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
