@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
  background-color: #f0f7ff;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#navbar {
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  margin-bottom: 50px;
}

#navbar .nav-item {
  padding: 7px 10px;
  transition: 0.3s all;
}

#navbar .nav-link {
  transition: 0.3s all;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

#navbar .nav-link:hover {
  transition: 0.3s all;
  color: #1376c8;
  background-color: #f0f7ff;
  border-radius: 12px;
  padding: 10px;
}

#navbar .m-active {
  color: #1376c8;
  background-color: #f0f7ff;
  border-radius: 12px;
  padding: 10px;
}

.navbar-light .navbar-toggler {
  outline: none;
  border: none;
}

.home-banner-right {
  padding-top: 50px;
}

.home-banner-right-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  margin-bottom: 30px;
  color: #1376c8;
}

.home-banner-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 40px;
}

.home-banner-right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 30px;
}

.banner-btnx {
  display: flex;
  gap: 20px;
  margin-bottom: 17px;
}

.pry_btn button {
  border: none;
  outline: none;
  background-color: #1376c8;
  border: 1.5px solid #1376c8;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.pry_btn button:hover {
  box-shadow: 0px 5px 2px 0px #1376c859;
  transition: 0.3s all;
}

.sec_btn button {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1.5px solid #1376c8;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.sec_btn button:hover {
  background-color: #1376c8;
  color: #ffffff;
  transition: 0.3s all;
}

.home-banner-rating {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.home-banner-ratingL {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px;
}

.home-banner-ratingR i {
  color: #ffd700;
}

.home-banner-trustR {
  display: flex;
  gap: 10px;
  align-items: center;
}

.home-banner-trustL {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}

.home-banner-trustR1 {
  font-weight: 400;
  font-size: 16px;
}

.home-banner-trustR2 img {
  margin-right: 5px;
}

.home-banner-left .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./images/banner-img1.png);
  padding-top: 200px;
  border-radius: 20px;
  padding-bottom: 50px;
}

.home-banner-left .card {
  border: none;
  background-color: transparent;
}

.home-banner-left .carousel-indicators li {
  background-color: #d9d9d9;
  width: 70px;
  height: 10px;
}

.home-banner-left .carousel-indicators .active {
  color: #1376c8;
  background-color: #1376c8;
  width: 70px;
  height: 10px;
}

.home-banner-left .carousel-indicators {
  bottom: -70px;
}

.myCarousel-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow:
    0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.home-banner-left p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow:
    0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.myCarousel-sub {
  font-weight: 400;
  font-style: Italic;
  font-size: 12px;
  margin-top: 30px;
  color: #ffffff;
  text-shadow:
    0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.home-banner {
  margin-bottom: 100px;
}

.check_availability-row-left {
  box-shadow: 0px 6px 150px 0px #85afd280;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.check_availability-row-left-sub {
  font-weight: 400;
  font-size: 10px;
  margin-bottom: 15px;
}

.check_availability-row-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}

.check_availability-row {
  margin-bottom: 100px;
}

.check_availability-row-left p {
  font-weight: 400;
  font-size: 12px;
  color: #949292;
  margin-bottom: 4px;
}

.check-field {
  border: 1.5px solid #94929273;
  border-radius: 9px;
  padding: 10px;
  margin-bottom: 15px;
}

.check-field .form-select {
  outline: none;
  border: none;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

.check-field input {
  outline: none;
  border: none;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

.check-field input::placeholder {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

.estimate_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #50a6ee 0%, #85afd2 100%);
  padding: 10px;
  border-radius: 9px;
  color: #ffffff;
  margin-bottom: 15px;
}

.estimate_totalL {
  font-weight: 400;
  font-size: 12px;
}

.estimate_totalR {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}

.check_availability-row-right-top {
  box-shadow: 0px 6px 150px 0px #85afd280;
  background-color: #ffffff;
  padding: 50px 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.check_availability-row-right-top-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.check_availability-row-right-top p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 18px;
}

.check_availability-row-right-top-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.everyStay {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.everyStayL i {
  color: #ffd700;
  font-size: 12px;
}

.everyStayR {
  font-weight: 400;
  font-size: 14px;
  color: #949292;
}

.check_availability-row-right-bottom {
  box-shadow: 0px 6px 150px 0px #85afd280;
  background-color: #ffffff;
  padding: 50px 20px;
  border-radius: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.check_availability-row-right-bottomL i {
  color: #ffd700;
  font-size: 30px;
}

.check_availability-row-right-bottomR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.check_availability-row-right-bottomR p {
  font-weight: 400;
  font-size: 14px;
  color: #949292;
}

.check-need {
  font-weight: 400;
  font-size: 12px;
  border-bottom: 1.5px solid #949292;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-bottom: 15px;
}

.room_includes-info {
  font-weight: 400;
  font-size: 16px;
  background-color: #94929273;
  padding: 10px;
  border-radius: 12px;
}

.room_includes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.why-guests-choose {
  background-color: #ffffff;
  padding-top: 67px;
  padding-bottom: 67px;
  margin-bottom: 100px;
}

.why-guests-choose-row {
  background-image: url(./images/why1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 50px 20px;
  color: #ffffff;
  height: 220px;
  margin-bottom: 30px;
}

.why-guests-choose-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 10px;
}

.why-guests-choose p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}

.why-guests-choose-row p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}

.why-guests-choose-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.homeRooms {
  margin-bottom: 50px;
}

.homeRooms-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 10px;
}

.homeRooms-nav-left {
  font-weight: 400;
  font-size: 16px;
  width: 45%;
}

.homeRooms-nav-right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.homeRooms-nav-rightR {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.homeRooms-nav-rightRss {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  background-color: #94929273;
  border-radius: 12px;
  padding: 10px;
}

.homeRooms-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.homeRooms-row {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.homeRooms-row:hover {
  box-shadow: 4px 7px 9px 0px #00000033;
}

.carder {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.img_carder {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.carder:hover .img_carder {
  transform: scale(1.1);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.homeRooms-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.homeRooms-row-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.homeRooms-row-priceL {
  font-weight: 400;
  font-size: 14px;
  color: #949292;
}

.homeRooms-row-priceR {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}

.homeRooms-row p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}

.homeRooms-row-servicesLb {
  font-weight: 400;
  font-size: 12px;
  color: #949292;
}

.homeRooms-row-services {
  margin-bottom: 10px;
}

.homeRooms-row-servicesLa {
  font-size: 10px;
  color: #949292;
}

.homeRooms-row-servicesL {
  display: flex;
  gap: 5px;
}

.homeRooms-row-servicesR {
  display: flex;
  gap: 10px;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}

.scroll-container .scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
  font-weight: 400;
  font-size: 18px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.home-gallery {
  background-color: #ffffff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.home-gallery-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 10px;
}

.home-gallery p {
  margin-bottom: 20px;
}

.home-gallery-box {
  position: relative;
}

.home-gallery-txt {
  position: absolute;
  bottom: 70px;
  left: 30px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}

.home-gallery .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.home-gallery .col-md-2 {
  padding-left: 0px;
  padding-right: 0px;
}

.home-gallery .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.home-gallery-img img {
  width: 100%;
}

.home-gallery-middle-top img,
.home-gallery-middle-bottom img {
  height: 395px;
}

.home-gallery-right img {
  height: 790px;
}

.guest_stories {
  padding-top: 100px;
  margin-bottom: 60px;
}

.guest_stories-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 10px;
}

.guest_stories p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

.guest_stories-row {
  box-shadow: 0px 6px 7px 0px #00000033;
  border-radius: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
  display: flex;
  gap: 20px;
  align-items: center;
  height: 170px;
  margin-bottom: 30px;
}

.guest_stories-row-left-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.guest_stories-row-right {
  width: 70%;
}

.guest_stories-row-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 14px;
}

.guest_stories-row-right-head span {
  font-weight: 400;
  font-size: 8px;
  color: #949292;
}

.guest_stories-row-right p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
}

.faq {
  margin-bottom: 100px;
}

.faq-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 30px;
}

.faq .que-container {
  max-width: 1200px;
}

.faq .question {
  border: 1.5px solid #666666;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.faq .question button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  font-size: 18px;
  color: #000000;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 1px;
  border: none;
  outline: none;
  overflow: unset;
  cursor: pointer;
  transition: color 0.3s;
}

.faq .question button i {
  color: #000000;
  transition: transform 0.3s;
}

.faq .question p {
  color: #000000;
  line-height: 1.6;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 16px;
  margin-top: 10px;
}

.faq .question button.show + p {
  padding-bottom: 25px;
  height: auto;
}

.faq .question button.show {
  color: #1376c8;
  font-weight: 600;
}

.faq .question button.show i {
  transform: rotate(180deg);
  color: #1376c8;
}

.footer {
  background-color: #424141;
  padding-top: 10px;
  padding-bottom: 39px;
  color: #ffffff;
}

.footer-icons a {
  text-decoration: none;
  background-color: #1376c8;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  padding: 7px 11px;
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.footer-icons a:hover {
  color: #000000;
}

.footer-logo p {
  margin-bottom: 20px;
}

.footer-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1376c8;
  margin-top: 40px;
}

.footer a {
  text-decoration: none;
  color: #dbd7d7;
  font-weight: 400;
  font-size: 14px;
}

.footer a:hover {
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s all;
}

.footer p {
  font-size: 16px;
}

.footer-copy {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.contact_page {
  margin-bottom: 100px;
}

.contact_page-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 40px;
  margin-bottom: 20px;
}

.contact-nav p {
  margin-bottom: 50px;
}

.contactpage-row {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 50px;
}

.contactpage-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  border-bottom: 1.5px solid #949292;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.contactpage-row-leftinfo {
  margin-bottom: 20px;
}

.contactpage-row-leftinfo-head {
  font-weight: 400;
  font-size: 14px;
}

.contactpage-row-leftinfo span {
  color: #1376c8;
}

.contactpage-row-socials {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}

.contactpage-row-socials-head {
  font-weight: 400;
  font-size: 14px;
}

.contactpage-row-socials-icons a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  margin-right: 10px;
}

.contactpage-row-map iframe {
  border-radius: 20px;
}

.contactpage-row-right p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

.contactpage-row-right input {
  border: none;
  outline: none;
  width: 100%;
  padding: 10px;
  border: 1.5px solid #949292;
  border-radius: 12px;
  margin-bottom: 25px;
}

.contactpage-row-right input::placeholder {
  font-weight: 400;
  font-size: 12px;
  color: #949292;
}

.contactpage-row-right textarea {
  border: none;
  outline: none;
  width: 100%;
  padding: 10px;
  border: 1.5px solid #949292;
  border-radius: 12px;
  margin-bottom: 35px;
}

.contactpage-row-right textarea::placeholder {
  font-weight: 400;
  font-size: 12px;
  color: #949292;
}

.realTime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #57a2df 7.59%, #1376c8 100%);
  border-radius: 20px;
  padding: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.realTime-left-head {
  font-weight: 400;
  font-size: 24px;
}

.realTime-left-sub {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

.realTime-right button {
  border: none;
  outline: none;
  box-shadow: 0px 5px 2px 0px #1376c859;
  border-radius: 12px;
  padding: 10px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  color: #1376c8;
}

.aboutBanner {
  margin-bottom: 70px;
}

.aboutBanner-right img {
  border-radius: 20px;
}

.aboutBanner-left-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 40px;
  margin-bottom: 10px;
}

.aboutBanner-left p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.aboutBanner-left-top {
  margin-bottom: 40px;
}

.ourValues {
  margin-bottom: 100px;
}

.our-philosophy {
  margin-bottom: 100px;
}

.our-philosophy-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 10px;
}

.our-philosophy p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}

.our-philosophy-box {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  height: 180px;
}

.our-philosophy-box-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  margin-bottom: 20px;
}

.our-philosophy-box p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
}

.our-journey-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 20px;
}

.our-journey-rowR {
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 20px;
  width: 90%;
}

.our-journey-rowL {
  width: 16px;
  height: 16px;
  background-color: #1376c8;
  border: 2px solid #85afd2;
  border-radius: 50%;
  margin-top: 30px;
}

.our-journey-row {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  margin-left: 10px;
}

.our-journey-row:hover {
  margin-left: 70px;
  transition: 0.3s all;
  cursor: pointer;
}

.our-journey-body {
  position: relative;
  margin-bottom: 100px;
}

.our-journey-line {
  position: absolute;
  left: 15px;
  z-index: -1;
}

.our-journey-rowR-sub {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 10px;
  color: #1376c8;
}

.our-journey-rowR-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 10px;
}

.our-journey-rowR p {
  font-weight: 400;
  font-size: 18px;
  color: #949292;
}

.gallery-slide .slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}

.gallery-slide .thumbnails-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.gallery-slide .thumbnails-container {
  margin-bottom: 100px;
}

.inner-banner {
  margin-bottom: 100px;
  position: relative;
  height: 475px;
}

.inner-banner-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}

.inner-banner-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  text-align: center;
  text-shadow:
    0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.inner-banner-img img {
  width: 100%;
  max-width: 100%;
}

.inner-banner-contents p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-shadow:
    0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.new-inner {
  background-image: url(./images/accomodation-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #ffffff;
  margin-bottom: 100px;
}

.new-inner-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  text-align: center;
  text-shadow:
    0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.new-inner p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-shadow:
    0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.gallery-video-img img {
  border-radius: 20px;
}

.gallery-video {
  position: relative;
  margin-bottom: 50px;
}

.gallery-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carder2 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.img_carder2 {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.carder2:hover .img_carder2 {
  transform: scale(1.1);
  filter: brightness(0.7);
  border-radius: 20px;
}

.gallery-video-icon button {
  color: #ffffff;
  font-size: 70px;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: transparent;
}

.gallery-video:hover .gallery-video-icon button {
  color: #1376c8;
}

.accomodationTop {
  margin-bottom: 100px;
}

.accomodation-nav {
  margin-bottom: 30px;
}

.accomodation-navL-sub {
  font-weight: 400;
  font-size: 24px;
}

.accomodation-navL-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 40px;
  color: #1376c8;
}

.accomodation-navR {
  font-weight: 400;
  font-size: 16px;
}

.gallery-slide .carousel-item img {
  border-radius: 20px;
}

.gallery-slide .slide {
  margin-bottom: 50px;
}

.accomodation-row1 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.accomodation-row1-right-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 15px;
}

.accomodation-row1-right p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}

.accomodation-row1-id {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 15px;
}

.accomodation-ammenities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.accomodation-grid {
  display: flex;
  align-items: center;
  gap: 5px;
}

.accomodation-gridR {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.accomodation-gridL {
  font-weight: 400;
  font-size: 16px;
}

.accomodation-price {
  font-weight: 400;
  font-size: 20px;
  color: #1376c8;
  margin-bottom: 20px;
  margin-top: 10px;
}

.accomodationbottom {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.accomodation-navR-sub {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
}

.meeting-row {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.meeting-row-right {
  padding: 40px;
}

.meeting-row-right-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.meeting-row-right-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 40px;
}

.meeting-row-right p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}

.meeting-body {
  padding-bottom: 70px;
  padding-top: 70px;
}

.offersRows-img {
  margin-bottom: 17px;
}

.offersRows-info {
  background-color: #85afd273;
  font-weight: 400;
  font-size: 11.01px;
  border-radius: 22px;
  padding: 11px;
  width: fit-content;
  margin-bottom: 40px;
}

.offersRows-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 40px;
}

.offersRows p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 40px;
}

.offersRows-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offersRows {
  background-color: #ffffff;
  padding: 20px 20px 50px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.offers-row {
  margin-bottom: 100px;
}

.newsletter-area {
  background-image: url(./images/subscribe-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 72px;
  color: #ffffff;
}

.newsletter-area-contents-sub {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
}

.newsletter-area-contents-head {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 30px;
}

.roomsPage-left-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 28px;
  margin-bottom: 10px;
  color: #1376c8;
}

.roomsPage-left p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.roomImages-row {
  margin-bottom: 20px;
}

.roomImages-row img {
  width: 100%;
}

.roomImages {
  margin-bottom: 40px;
}

.roomConfy {
  margin-bottom: 50px;
}

.roomConfy-head {
  font-weight: 600;
  font-style: Italic;
  font-size: 20px;
  margin-bottom: 30px;
}

.roomConfy-rows {
  display: flex;
  gap: 5px;
}

.roomConfy-rowww {
  margin-bottom: 20px;
}

.roomConfy ul {
  margin-left: 20px;
}

.roomConfy ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
}

.room-avaliability {
  border-top: 1.5px solid #00000040;
  padding-top: 11px;
}

.room-avaliability-head {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 31px;
}

.roomsPage-left .calendar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 40px;
}

.roomsPage-left .month-calendar {
  flex: 1;
  /* min-width: 100px; */
  background-color: transparent;
  border-radius: 12px;
  padding: 20px;
}

.roomsPage-left .month-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.roomsPage-left .month-title {
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
}

.roomsPage-left .nav-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #3498db;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.roomsPage-left .nav-btn:hover {
  background-color: #f0f7ff;
  color: #2980b9;
}

.roomsPage-left .nav-btn:disabled {
  color: #bdc3c7;
  cursor: not-allowed;
}

.roomsPage-left .nav-btn:disabled:hover {
  background-color: transparent;
}

.roomsPage-left .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 10px;
  text-align: center;
  color: #b3b3b3;
  font-weight: 400;
  font-size: 11px;
}

.roomsPage-left .days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.roomsPage-left .day-cell {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  color: #b3b3b3;
  font-weight: 400;
  font-size: 11px;
}

.roomsPage-left .day-cell:hover {
  background-color: #f0f7ff;
}

.roomsPage-left .day-cell.other-month {
  color: #bdc3c7;
}

.roomsPage-left .day-cell.today {
  background-color: #e8f4fc;
  color: #17a1fa;
  font-weight: 600;
}

.roomsPage-left .day-cell.selected {
  background-color: #333333;
  color: white;
  font-weight: 600;
}

.roomsPage-left .day-cell.selected:hover {
  background-color: #17a1fa;
}

.roomsPage-left .day-cell.in-range {
  background-color: #e1f0fa;
  color: #2c3e50;
}

.roomsPage-left .day-cell.range-start,
.roomsPage-left .day-cell.range-end {
  background-color: #333333;
  color: white;
  font-weight: 600;
}

.roomsPage-left .day-cell.disabled {
  color: #e0e0e0;
  cursor: not-allowed;
}

.roomsPage-left .day-cell.disabled:hover {
  background-color: transparent;
}

.roomsPage-left .selection-summary {
  background-color: transparent;
  margin-bottom: 30px;
}

.roomsPage-left .selection-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.roomsPage-left .selected-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.roomsPage-left .date-range {
  flex: 1;
  min-width: 200px;
}

.roomsPage-left .date-label {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-bottom: 5px;
}

.roomsPage-left .date-value {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
}

.roomsPage-left .empty-date {
  color: #bdc3c7;
}

.days-select-row-datesss {
  font-weight: 400;
  font-size: 12px;
}

@media (max-width: 768px) {
  .roomsPage-left .calendar-container {
    flex-direction: column;
  }

  .roomsPage-left .month-calendar {
    min-width: 100%;
  }

  .roomsPage-left .container {
    padding: 20px;
  }

  .roomsPage-left .selected-dates {
    flex-direction: column;
  }
}

.roomsPage-left .instructions {
  background-color: #f0f7ff;
  border-left: 4px solid #3498db;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
  color: #2c3e50;
}

.days-select-row-dates {
  display: flex;
  gap: 5px;
}

.days-select-row-btn {
  display: flex;
  gap: 10px;
}

.days-select-row {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

.days-select-row-btn-cancel button {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1.67px solid #17a1fa;
  border-radius: 8.05px;
  padding: 6.7px;
  font-weight: 400;
  font-size: 10.73px;
}

.days-select-row-btn-apply button {
  border: none;
  outline: none;
  background-color: #17a1fa;
  border: 1.67px solid #17a1fa;
  border-radius: 8.05px;
  padding: 6.7px;
  font-weight: 400;
  font-size: 10.73px;
  color: #ffffff;
}

.roomsPage {
  margin-bottom: 100px;
}

.roomsPage-right {
  box-shadow: 0px 3.87px 3.87px 0px #00000040;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}

.roomsPage-right-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}

.roomsPage-right-navL {
  font-weight: 400;
  font-size: 27.08px;
}

.roomsPage-right-navR {
  font-weight: 400;
  font-size: 15.48px;
}

.roomsPage-right-navR span {
  font-weight: 700;
  font-style: Bold;
  font-size: 19.34px;
}

.roomsPage-right-field {
  display: flex;
  justify-content: space-between;
  border: 0.97px solid #b3b3b3;
  border-radius: 11px;
  padding: 19px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}

.input-group-text {
  background-color: transparent;
}

.datepicker {
  display: flex;
}

.datepicker i {
  cursor: pointer;
}

.datepicker input {
  width: 100px;
  border: none;
  outline: none;
  background-color: transparent;
}

.roomsPage-right-fieldR .form-select {
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
}

.room-totalCost {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
  border-top: 0.97px solid #000000;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.room-totalCostL {
  font-weight: 400;
  font-size: 27.08px;
}

.room-totalCostR {
  font-weight: 700;
  font-style: Bold;
  font-size: 27.08px;
}

.roomsPage-right button {
  border: none;
  outline: none;
  width: 100%;
  background-color: #1376c8;
  border: 1.5px solid #1376c8;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
}

.roomsPage-right button:hover {
  box-shadow: 0px 5px 2px 0px #1376c859;
  transition: 0.3s all;
}

.summary_page-left {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.summary_page {
  margin-bottom: 100px;
}

.summary_page-leftR-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 14px;
  margin-bottom: 25px;
}

.summary_page-leftR p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}

.summary_page-leftR-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.summary_page-leftR-lll {
  font-weight: 400;
  font-size: 11.01px;
  background-color: #85afd273;
  border-radius: 22px;
  padding: 10px;
}

.summary_page-leftL img {
  width: 100%;
}

.summary_page-leftRowss {
  margin-bottom: 50px;
}

.summary_page-left-roomInfo {
  display: flex;
  justify-content: space-between;
  border-top: 1.5px solid #94929273;
  border-bottom: 1.5px solid #94929273;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 60px;
}

.summary_page-left-roomInfoss-head {
  font-weight: 400;
  font-size: 16px;
}

.summary_page-left-roomInfoss-sub {
  font-weight: 400;
  font-size: 16px;
  color: #949292;
}

.summary_page-left-check {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.summary_page-left-checkL,
.summary_page-left-checkR {
  font-weight: 400;
  font-size: 16px;
}

.summary_page-right {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.summary_page-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  margin-bottom: 50px;
}

.summary_page-payment {
  margin-top: 50px;
  margin-bottom: 30px;
  border-top: 1.5px solid #94929273;
  border-bottom: 1.5px solid #94929273;
  padding-top: 10px;
  padding-bottom: 10px;
}

.summary_page-note-head {
  font-weight: 400;
  font-size: 16px;
}

.summary_page-note-sub {
  color: #b3b3b3;
  font-weight: 400;
  font-size: 16px;
}

.summary_page-note {
  margin-bottom: 70px;
}

.summary_page-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.summary_page-totalL {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.summary_page-totalR {
  font-weight: 400;
  font-size: 20px;
  color: #17a1fa;
}

.summary_page-btn {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

.billing_row-field {
  border: 1.5px solid #949292;
  border-radius: 11.61px;
  padding: 20px;
  margin-bottom: 20px;
}

.billing_row-field .form-select {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #949292;
}

.billing_row-field input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
}

.billing_row-field input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #949292;
}

.billing-pm {
  font-weight: 500;
  font-style: Italic;
  font-size: 20px;
  margin-bottom: 20px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #000000;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.billing-radio {
  border: 1.5px solid #94929273;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.billing-pm-sub {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 1.5px solid #94929273;
  padding-bottom: 10px;
}

.radio-line {
  border: 1.5px solid #94929273;
  margin-bottom: 10px;
}

.billing-pro {
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  margin-bottom: 45px;
}

.billingBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.billingBtnL a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.billingBtnL a span {
  margin-right: 10px;
}

.bookingConfirmed {
  text-align: center;
  margin-bottom: 100px;
}

.bookingConfirmed-head {
  font-weight: 700;
  font-style: Italic;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.bookingConfirmed p {
  font-weight: 400;
  font-size: 20px;
}

.thumbnails-container .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.thumbnails-container .gallery img {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.thumbnails-container .gallery img:hover {
  transform: scale(1.05);
}

.thumbnails-container .modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
}

.thumbnails-container .modal-content {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  background-color: transparent;
  border: none;
}

.thumbnails-container .closeBtn {
  position: fixed;
  top: 50px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}

.viewMore-gall {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.galleryTab .tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.galleryTab .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  background-color: transparent;
  border: 1.5px solid #1376c8;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.galleryTab .tab button:hover {
  background-color: #1376c8;
  transition: 0.3s all;
}

.galleryTab .tab button.active {
  background-color: #1376c8;
  border: 1.5px solid #1376c8;
  color: #ffffff;
}

.galleryTab .tabcontent {
  display: none;
  border-top: none;
  margin-top: 50px;
}

.quickView-modal .modal-header {
  border-bottom: none;
  padding: 5px;
}

.quickView-modal .modal-header button {
  outline: none;
  border: none;
}

.quickView-modal .modal-body {
  padding: 5px;
  border-radius: 20px;
}

.quickView-modal .modal-content {
  border-radius: 20px;
}

.video-modal .modal-content {
  border-radius: 20px;
}

.video-modal .modal-header {
  border-bottom: none;
  padding: 5px;
}

.video-modal .modal-header button {
  outline: none;
  border: none;
}

.video-modal .modal-body {
  padding: 5px;
  border-radius: 20px;
}

.carder4 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px 20px 20px 0px;
}
.img_carder4 {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 20px 20px 0px;
}
.carder4:hover .img_carder4 {
  transform: scale(1.1);
  filter: brightness(0.7);
  border-radius: 0px 20px 20px 0px;
}

.carder5 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px 0px 0px 0px;
}
.img_carder5 {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 20px 0px 0px 0px;
}
.carder5:hover .img_carder5 {
  transform: scale(1.1);
  filter: brightness(0.7);
  border-radius: 20px 0px 0px 0px;
}

.carder6 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px 0px 0px 20px;
}
.img_carder6 {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 0px 0px 20px;
}
.carder6:hover .img_carder6 {
  transform: scale(1.1);
  filter: brightness(0.7);
  border-radius: 0px 0px 0px 20px;
}

.carder7 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
}
.img_carder7 {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}
.carder7:hover .img_carder7 {
  transform: scale(1.1);
  filter: brightness(0.7);
  border-radius: 0px;
}

.video-container video {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
}

/* MEDIA */

@media (max-width: 736px) {
  .new-inner {
    background-image: url(./images/accomodation-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 130px;
    color: #ffffff;
    margin-bottom: 100px;
  }
  .thumbnails-container .gallery img {
    width: 100%;
    height: 100px;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    object-fit: cover;
  }
  .billing_row {
    margin-bottom: 40px;
  }
  .summary_page-left {
    margin-bottom: 50px;
  }
  .summary_page-leftR-head {
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .room-totalCostL {
    font-weight: 400;
    font-size: 25px;
  }

  .room-totalCostR {
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
  }
  .meeting-row-right {
    padding: 10px;
  }
  #accbtm {
    margin-top: 50px;
  }
  .accomodation-row1-left {
    margin-bottom: 30px;
  }
  .accomodation-ammenities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
  .accomodation-navL {
    margin-bottom: 30px;
  }
  .inner-banner-contents {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-20%, -20%);
    color: #ffffff;
    text-align: center;
  }
  .inner-banner-head {
    font-weight: 600;
    font-style: Bold;
    font-size: 20px;
    text-align: center;
    text-shadow:
      0px 4px 3px rgba(0, 0, 0, 0.4),
      0px 8px 13px rgba(0, 0, 0, 0.1),
      0px 18px 23px rgba(0, 0, 0, 0.1);
  }

  .inner-banner-contents p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-shadow:
      0px 4px 3px rgba(0, 0, 0, 0.4),
      0px 8px 13px rgba(0, 0, 0, 0.1),
      0px 18px 23px rgba(0, 0, 0, 0.1);
  }

  .inner-banner img {
    height: 250px;
  }
  .inner-banner {
    position: relative;
    height: auto;
  }
  .our-journey-row:hover {
    margin-left: 20px;
    transition: 0.3s all;
    cursor: pointer;
  }
  .our-philosophy-box {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    height: auto;
    margin-bottom: 30px;
  }
  .aboutBanner-left {
    margin-bottom: 50px;
  }
  .home-gallery-middle-top img,
  .home-gallery-middle-bottom img {
    height: auto;
    border-radius: 20px;
  }

  .home-gallery-right img {
    height: auto;
    border-radius: 20px;
  }

  .home-gallery-left img {
    height: auto;
    border-radius: 20px;
  }

  .pry_btn button {
    border: none;
    outline: none;
    background-color: #1376c8;
    border: 1.5px solid #1376c8;
    border-radius: 12px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
  }

  .sec_btn button {
    border: none;
    outline: none;
    background-color: transparent;
    border: 1.5px solid #1376c8;
    border-radius: 12px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
  }
  .homeRooms-nav-left {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
  }
  .home-banner-left {
    margin-bottom: 30px;
  }
}
