@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "DM Sans", sans-serif;
 font-family: "Lato", sans-serif;
font-family: "Raleway", sans-serif;
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-wrapper {
  width: 1200px;
  max-width: 98%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  /* background:#ffa800; */
}

.page-wrapper-fluid {
  width: 1400px;
  max-width: 98%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  /* background:#117a00; */
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

:root {
  --white: #fff;
  --black: #000;
  --para: #373737;
  --heading: #020304;
  --blue: #17396e;
  --room-bg: #f3f9fc;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--para);
  margin-top: 0;
  margin-bottom: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background: var(--white);
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } */
/*---------------header start----------------------*/
header {
  padding: 5px 0;
}

.bx-menu {
  color: var(--black);
}

.bx-chevron-down {
  margin: 0 0 0 5px;
}

nav {
  position: relative;
  z-index: 99;
  width: 100%;
}

nav .wrapper {
  position: relative;
  width: 1200px;
  max-width: 96%;
  padding: 10px 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: var(--heading);
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  padding: 0px 0 0 25px;
  border-radius: 5px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.nav-links .mobile-item {
  display: none;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}


@media screen and (max-width: 991px) {
  .logo img {
    width: 142px;
    height: 25px;
  }

  .bx {
    font-size: 30px;
    outline: none;
    border: none !important;
    color: #141414;
  }

  .bx-chevron-down {
    font-size: 18px;
    line-height: 20px;
    float: right;
    margin: 6px 10px 0 0;
  }

  .wrapper .btn {
    display: block;
    padding: 0;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: -100%;
    /* background-color: rgba(23, 57, 110, 1); */
    background-color: var(--blue);
    color: var(white);
    display: block;
    padding: 50px 10px;
    line-height: 30px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  ::-webkit-scrollbar {
    width: 4px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--mob-nav-hover);
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 0px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--white);
  }

  .nav-links .desktop-item {
    display: none;
  }
}

nav input {
  display: none;
}

/*---------------header end----------------------*/
/*---------------banner start----------------------*/

/* .banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner h1 {
  position: absolute;
  top: 0%;
  right: 50%;
  transform: translate(0%, 40%);
  color: var(--white);
  text-shadow: 1px 1px 2px black;
  font-family: "Jost", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
}

@media screen and (max-width:768px) {
  .banner h1 {
    font-size: 22px;
    line-height: 28px;
    top: 40%;
    transform: translate(50%, 10%);
    width: 70%;
  }
} */

.banner {
  position: relative;
}

.banner img {
  width: 100%;
  display: block;
}

.banner h1 {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: var(--blue);
  text-shadow: 1px 1px 2px #fff;
  font-family: "Raleway", sans-serif;
  font-size: 70px;
  line-height:80px;
  font-weight: 800;
  text-align: left;
}

@media screen and (max-width:768px) {
  .banner h1 {
    font-size:18px;
    line-height:24px;
    left: 6%;
    width: 70%;
  }
}
/*-------------banner end--------------*/

/*-------------about part starts--------------*/
.about {
  padding: 100px 0;
}

.about-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.box {
  flex: 1;
}

.about .box h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: var(--heading);
}

.about .box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--para);
  margin: 25px 0 35px;
}

.about .box .call-btn {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--white);
  background: var(--blue);
  border-radius: 4px;
  padding: 8px 30px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about .box .call-btn:hover {
  background: #0d3f8f;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about .box .about-pic {
  filter: drop-shadow(0px 2px 8px rgba(99, 99, 99, 0.2));
}

@media (max-width: 768px) {
  .about {
    padding: 60px 10px;
  }

  .about-container {
    flex-direction: column-reverse;
  }

  .box {
    width: 100%;
  }

  .about .box h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .about .box .call-btn {
    font-size: 14px;
    line-height: 25px;
    padding: 6px 24px;
  }

}

/*  
.box1 {
  position: relative;
}

.box1::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 226px;
background-image: url("../images/line-about.png");
background-repeat: no-repeat;
background-size: cover;
  right: 20%;
  top: 10px;
  z-index: 9999;
}

.box1::before {
  content: "";
  position: absolute;
  width:226px;
  height: 6px;
background-image: url("../images/line-about-horizontal.png");
background-repeat: no-repeat;
background-size: cover;
  left: 10%;
  bottom: 30px;
  z-index: 9999;
}  */

/*-------------about part ends--------------*/

/*-------------facility start--------------*/

.facility h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: var(--heading);
  text-align: center;
  margin-bottom: 25px;
}

.mySwiper2 h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: var(--para);
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .facility h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

/*-------------facility ends--------------*/

/*-------------room start--------------*/

.rooms {
  padding: 80px 0;
  background: var(--room-bg);
  margin: 80px 0;
}

.rooms h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: var(--heading);
  text-align: center;
  margin-bottom: 25px;
}

.room-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.room-card {
  background: #fff;
  width: calc(33.333% - 20px);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.room-card:hover {
  transform: translateY(-8px);
}

.room-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.room-content {
  padding: 20px;
}

.room-type {
  font-size: 12px;
  color: #777;
}

.room-content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: var(--heading);
  padding: 10px 0;
}

.room-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: var(--para);
}

.room-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.room-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.room-header .header-element {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: var(--para);
}

.book-btn {
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #1e3a5f;
  font-weight: 500;
}

.price {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading);
}

@media (max-width: 992px) {
  .rooms {
    padding: 60px 10px;
    background: var(--room-bg);
    margin: 60px 0;
  }

  .room-card {
    width: calc(50% - 15px);
  }

  .rooms h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .room-content h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .price {
    font-size: 18px;
    line-height: 26px;
  }

}

@media (max-width: 576px) {
  .room-card {
    width: 100%;
  }
}

/*-------------room end--------------*/
/*-------------testimonial start--------------*/
.testimonials h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: var(--heading);
  text-align: center;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  text-align: left;
}

.testimonial-name {
  font-size: 15px;
  line-height: 20px;
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
  border-radius: 60px;
}

@media only screen and (max-width:768px) {
  .testimonials {
    margin: 0px 0 40px;
    padding: 0 10px;
  }

  .testimonials h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }

}

@media only screen and (max-width:480px) {

  #customers-testimonials .item {
    padding: 0;
  }
}

/*-------------testimonial end--------------*/

/*-------------footer starts--------------*/
.footer {
  background: #07060f;
  color: #fff;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 0;
  flex-wrap: wrap;
}

.footer-box {
  flex: 1;
  min-width: 250px;
}

.footer-box h3,
.footer-box h4 {
  margin-bottom: 15px;
}

.footer-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 8px;
}

.footer-box ul li a {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--white);
  margin-top: 30px;
}

.footer-box ul li a:hover {
  text-decoration: underline;
}

.social a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;

}

.footer-bottom p {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    padding: 30px 10px;
  }

  .footer-box {
    width: 100%;
  }
}

/*-------------footer ends--------------*/

/*-------------privacy start--------------*/
.inner-banner {
  background:#21252f;
  height:200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner h1 {
font-family: "DM Sans", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--white);
}

.privacy-policy {
  padding:50px 0;
}

.privacy-policy p {
 font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--paragraph);
  margin: 15px 0;
}
.privacy-policy a {
 font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--paragraph);
  font-weight: 600;
}

.privacy-policy h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: var(--black);
  margin: 30px 0 0 0;
}

.privacy-policy ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

.privacy-policy ul li {
 font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--paragraph);
  margin: 12px 0 0 0;
}

@media screen and (max-width:768px) {
  .inner-banner h1 {
  font-size:25px;
  line-height: 30px;
}
.privacy-policy p {
  font-size: 16px;
  line-height: 25px;
}

.privacy-policy ul li {
  font-size: 16px;
  line-height: 25px;
}

.privacy-policy {
  padding:30px 10px;
}
.privacy-policy h4 {
  font-size:20px;
  line-height: 26px;
}

}
/*------------privacy ends--------------*/

/*-------------thank you starts--------------*/
.thank-you{
  padding: 100px 0;
}
.thank-you h1{
  margin: 0 0 20px 0;
}
.thank-you p{
  margin:10px 0 0 0;
}
.thank-you-area{
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks-part{
  width:40%;
  text-align: center;
}
.thank-btn{
  display: table;
  margin: 30px auto;
  background: #0d3f8f;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
}

@media(max-width:768px) {
.thanks-part{
  width:96%;
}
}
/*-------------thank you ends--------------*/
/*-------------bottom header starts---------------*/

.bottom-head {
  z-index: 9999;
  display: none;
}

@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    bottom: -2px;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: flex;
  }

  .nav .bx {
    font-size: 30px;
    line-height: 0px;
    color: #fff;
    padding: 0 5px 0 0;
  }

  .nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 31px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    top: 0;
    color: #fff;
  }

  .nav__link--active {
    color: #1a8529;
  }

  nav .menu-whatsappbtn {
    background: #1a8529;
    padding: 2px 0;
  }

  nav .menu-callbtn {
    background:#1e57b0;
    padding: 2px 0;
  }

  nav .nav__text {
    color: #fff;
  }
}

/*-------------bottom header ends---------------*/
