@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julee&display=swap");
@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");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 0;
}

.carousel-caption {
  top: 0;
  bottom: inherit;
  height: 100%;
}

.carousel-caption h5 {
  font-size: 66px;
  font-weight: 900;
  color: #fed601;
  line-height: 72px;
}

.navbar {
  z-index: 10;
  /* background-color: #00000078; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.nav_bar_top {
  /* background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0)); */
  background: rgba(44, 44, 44, 0.3);
  backdrop-filter: blur(60px);
  transition: all 0.2s ease-in-out 0s;
}

.navbar-brand {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

.navbar-collapse {
  flex-basis: auto;
  width: 100%;
}
.home_container {
  position: relative;
}
.navbar-brand:hover {
  color: white;
}

.form_submit_status {
  color: green;
  margin-top: 5px;
}

.contact-no-nav {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(254, 237, 1, 1);
}
.contact-no-nav ul {
  list-style-type: none;
}

.contact-no-nav li {
  padding-left: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 15px;
}
.contact-no-nav li:first-child {
  padding-left: 0;
}

.nav-item a {
  color: #fed601;
}
.footer_section2 a {
  color: white;
}

.nav-link {
  color: white !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.nav-link.active {
  color: #feed01 !important;
  background-color: rgba(255, 255, 255, 0) !important;
}

.carousel-indicators [data-bs-target] {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: rgba(254, 237, 1, 1);
  border: none;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none;
}

#aboutus {
  padding-top: 40px;
  margin-top: -40px;
}

.logo_img {
  width: 84px;
  height: 73px;
}

.testimonial_arrow:hover .testimonial_arrow_box {
  fill: #fed601;
  transition: all 0.2s ease-in-out 0s;
}

.about_us_main {
  display: flex;
  background-image: url("../images/webp/background.webp");
  background-color: #cccccc;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  padding: 80px 0 !important;
  height: 100%;
  background-size: cover;
}

#services {
  padding-top: 30px;
  margin-top: -30px;
}

.about_us_row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#testimonial {
  margin-top: -30px;
  padding-top: 30px;
}
.pop_right {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 20%;
}
.pop_left {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 20%;
}
#my-canvas {
  position: absolute;
  top: 0%;
  height: 100%;
  width: auto;
}
.canvas_visible {
  visibility: hidden;
}
.amenities_description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 66px;
}

.amenities_list {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.amenities_description h6 {
  font-family: "Julee", cursive !important;
  font-size: 36px;
  font-weight: 400;
  color: white;
  line-height: 45px;
  margin-bottom: 8px;
}

.amenities_description h5 {
  font-size: 46px;
  font-weight: 700;
  color: white;
  line-height: 45px;
  margin-bottom: 35px;
}

.amenities_description p {
  color: white;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  width: 70%;
}

.about_us_enquiry_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(254, 237, 1, 1);
  padding: 12px 40px;
  border-radius: 4px;
  width: max-content;
  cursor: pointer;
}
.arrow_enquiry {
  transition: all 0.2s ease-in-out 0s;
  color: black;
  opacity: 0;
}
.gallery_img_container {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  margin-top: 8px;
}
.gallery_img_container:hover .image_click_enlarge_div {
  transition: all 0.2s ease-in-out 0s;
  opacity: 0.7;
}

.image_click_enlarge_div {
  display: flex;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(324px);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.image_click_enlarge_div img {
  position: absolute;
  width: 44px !important;
  transition: all 0.2s ease-in-out 0s;
}
.image_click_enlarge_div img:hover {
  transform: scale(0.9);
  cursor: pointer;
}
.about_us_enquiry_button:hover .arrow_enquiry {
  transform: translateX(10px) scale(1);
  transition: all 0.2s ease-in-out 0s;
  opacity: 1;
}
.about_us_enquiry_button h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: black;
  margin: 0;
  margin-right: 6px;
  line-height: 22px;
}

.amenities_svg:hover .amenities_svg_icon {
  fill: black;
  transition: all 0.2s ease-in-out 0s;
}

.amenities_svg:hover .amenities_svg_icon_frame {
  fill: rgba(254, 237, 1, 1);
  transition: all 0.2s ease-in-out 0s;
}

.amenities_list_details {
  display: flex;
  flex-direction: column;
  margin-left: 70px;
  justify-content: center;
  align-items: center;
}
.amenities_list_details:first-child {
  margin-left: 0px;
}

.amenities_list_details h3 {
  margin-top: 13px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: white;
}

.amenities_list_details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: white;
  margin-top: 11px;
}

.services_main {
  background-size: initial;
  background-color: white;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 80px 0;
}
.services_back_svg {
  display: flex;
  position: absolute;
  top: 0%;
  width: 100%;
  justify-content: center;
  /* transform-style: preserve-3d;
  transform: perspective(1000px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); */
}

.insta_link {
  display: flex;
}

.insta_text {
  padding-left: 5px;
  color: white;
  margin-top: 2px;
}

.insta_link:hover .instagram {
  fill: #cd486b;
  cursor: pointer;
}

.insta_link:hover .insta_text {
  color: #cd486b;
  cursor: pointer;
}

.div_error_message {
  display: none;
}

.div_error_message h6 {
  color: red;
}
.gallery_back_svg {
  display: flex;
  position: absolute;
  top: 10%;
  width: 100%;
  justify-content: center;
  z-index: 0;
}

.servies_hello {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.servies_hello h6 {
  font-family: "Julee", cursive !important;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  color: black;
}
.servies_hello h5 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 45px;
  font-weight: 700;
  color: black;
}

.services_list_grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
  height: max-content;
}

.services_list {
  display: flex;
  width: 30%;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.services_list_details {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  top: 75%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.services_list_details_head {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(255, 255, 255);
  margin-top: 15px;
  transition: all 0.3s ease-in-out 0s;
}

.services_list_details p {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 21px;
  color: white;
  opacity: 0;
  margin-top: 17px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.services_list:hover .services_list_details {
  transition: all 0.3s ease-in-out 0s;
  top: 0%;
  justify-content: center;
}
.services_list:hover .services_list_details_head {
  font-size: 26px;
}

.services_list:hover p {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.services_list:hover .services_list_details_head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  padding-bottom: 40px;
  left: 0;
  border-bottom: 2px solid white;
  transform: scaleX(0.2);
}

.services_list_details_head:hover {
  top: 0%;
}
.services_list_details_head:hover .services_list_details_head {
  margin-top: 35px;
  font-size: 26px;
}

.services_list_details_head:hover p {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}

.services_list_details_head:hover .services_list_details_head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  padding-bottom: 40px;
  left: 0;
  border-bottom: 2px solid white;
  transform: scaleX(0.2);
}

.services_book_button {
  display: flex;
  width: max-content;
  cursor: pointer;
  background: #feed01;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin-top: 21px;
  color: black;
}

.arrow_book {
  display: none;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 2px;
}
.services_book_button:hover .arrow_book {
  transform: translateX(5px) scale(1);
  transition: all 0.1s ease-in-out 0s;
  display: flex;
}

.services_list_details_button {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.gallery_section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 90px 0px;
  position: relative;
}

.gallery_head_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery_head_text h6 {
  font-family: Julee;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  color: black;
}
.gallery_head_text h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 45px;
  margin-top: 0px;
  color: black;
}

.gallery_video {
  display: flex;
  width: 100%;
  margin-top: 50px;
  background-color: ivory;
  border-radius: 4px;
}

.gallery_images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.grid_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.grid_column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.grid_column img {
  vertical-align: middle;
  width: 100%;
}

.image_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  /* padding-top: 100px; Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  align-items: center;
  justify-content: center;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

.image_modal::-webkit-scrollbar {
  display: none;
}

/* .galler_image_overlay {
  display: flex;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: calc(100% - 8px);
  top: 0;
  margin-top: 8px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
} */

/* .grid_image_ind {
  display: flex;
  position: relative;
} */

/* .grid_image_ind:hover .galler_image_overlay {
  opacity: 1;
} */

.image_zoom {
  transform: scale(0);
  transition: all 0.2s ease-in-out 0s;
}

/* .grid_image_ind:hover .image_zoom {
  transform: scale(1);
  cursor: pointer;
} */

.close_btn {
  position: absolute;
  top: 100px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close_btn:hover {
  color: black;
  cursor: pointer;
}

.modal-content {
  display: flex;
  width: 60%;
  background-color: transparent;
  animation-name: zoomIn;
  animation-duration: 0.6s;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.know_our_price {
  background-image: url("../images/webp/bg_1.webp");
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0;
}

.know_our_price_description {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.know_our_price_description h6 {
  font-family: Julee;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  color: white;
  margin-bottom: 8px;
}

.know_our_price_description h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 45px;
  color: white;
  margin-bottom: 36px;
}
.know_our_price_description p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 47px;
  color: white;
  width: 80%;
}

.for_enquiry_and_booking_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 130px;
  background-color: white;
  border-radius: 4px;
  color: black;
}

.for_enquiry_and_booking_btn h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}

.enquiry_arrow {
  margin-left: 5px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}

.for_enquiry_and_booking_btn:hover .enquiry_arrow {
  transform: translateX(20px);
  opacity: 1;
}
.for_enquiry_and_booking_btn:hover {
  cursor: pointer;
}

.testimonal {
  padding: 80px 0;
  position: relative;
  background-color: white;
}

.testimonal_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.testimonal_description h6 {
  font-family: Julee;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  color: black;
}

.testimonal_description h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 45px;
  color: black;
  margin-bottom: 60px;
}

.testimonal_slider_items {
  padding: 25px 25px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(236, 236, 236, 0.15);
  border-radius: 8px;
  transform-style: preserve-3d;
  transform: perspective(1000px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 10px;
}

.testimonal_slider_items:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.quotes_testimonial {
  display: flex;
  background-color: #fcee4f;
  color: rgb(0, 0, 0);
  border-radius: 8px;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 9px;
  transform: translateZ(20px);
}

.testimonal_slider_items p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 8px;
  transform: translateZ(40px);
}

.testimonal_slider_items h6 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  transform: translateZ(20px);
}

.test_nav_left {
  background-color: transparent;
  font-size: 30px;
  color: rgba(229, 229, 229, 1);
}

.test_nav_right {
  background-color: transparent;
  font-size: 30px;
  color: rgba(229, 229, 229, 1);
}

.test_nav_right:hover {
  background: none !important;
  color: #feed01;
}
.test_nav_left:hover {
  background: none !important;
  color: #feed01;
}

.owl-theme .owl-nav {
  margin-top: 51px !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: none !important;
}

.footer_main {
  background-color: rgba(19, 19, 19, 1);
  padding-left: 0px;
  padding-right: 0px;
}
.footer_logo_content {
  margin-bottom: 25px;
}

.footer_logo_content h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  margin-left: 4px;
}

.footer_social_media ul {
  list-style-type: none;
}

.footer_social_media li {
  float: left;
  margin-left: 20px;
}

.footer_social_media li:first-child {
  margin-left: 10px;
}

.footer_social_media path {
  fill: white;
}

.facebook:hover {
  fill: #3b5998;
  cursor: pointer;
}

.twitter:hover {
  fill: #00acee;
  cursor: pointer;
}

.linkedin:hover {
  fill: #0e76a8;
  cursor: pointer;
}
.youtube:hover {
  fill: #ff0000;
  cursor: pointer;
}

.footer_section1 {
  margin: 40px 0;
}

.copyrights {
  display: flex;
  padding: 16px 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: black;
}

.copyrights h6 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: white;
  margin: 0;
}

.footer_section2 {
  margin: 40px 0;
}

.footer_section2 h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  color: white;
}

.footer_section2 h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
  color: white;
}

.footer_section2 h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: white;
}
.footer_3 {
  justify-content: flex-end;
}
.footer_section3 {
  margin: 40px 0;
}

.footer_section3 h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  color: white;
}

.footer_section3 h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: white;
  text-align: left;
}

.contact_us_section {
  background-image: url("../images/webp/bg_contact.webp");
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.contact_us_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.contact_us_head h6 {
  font-family: Julee;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  color: white;
  margin-bottom: 8px;
}

.contact_us_head h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 45px;
  color: white;
  margin: 0;
}

.contact_us_content {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 60px;
  justify-content: space-around;
}

.contact_us_form {
  display: flex;
}

.contact_us_map {
  display: flex;
  position: absolute;
  right: 0%;
}

.contact_us_form label {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: white;
}
.form_purpose label {
  float: left;
}
.form_purpose span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: white;
}

.contact_us_form input {
  background: rgba(44, 44, 44, 0.3);
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  /* backdrop-filter: blur(60px); */
  border-radius: 4px;
  padding: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: white;
}

.contact_us_form input::-webkit-input-placeholder {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #717171;
}

.contact_us_form input:focus {
  background: rgba(44, 44, 44, 0.3);
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  /* backdrop-filter: blur(60px); */
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: white;
  box-shadow: 0 0 5px #feed01;
}

.contact_us_form textarea {
  background: rgba(44, 44, 44, 0.3);
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  /* backdrop-filter: blur(60px); */
  border-radius: 4px;
  padding: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: white;
}

.contact_us_form textarea::-webkit-input-placeholder {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #717171;
}

.contact_us_form textarea:focus {
  background: rgba(44, 44, 44, 0.3);
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  /* backdrop-filter: blur(60px); */
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: white;
  box-shadow: 0 0 5px #feed01;
}

.contact_us_form select {
  background: rgba(44, 44, 44, 0.3);
  border: none;
  box-sizing: border-box;
  /* backdrop-filter: blur(60px); */
  border-radius: 4px !important;
  padding: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: white;
}

.contact_us_form select::-webkit-input-placeholder {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #717171;
}

.contact_us_form select:focus {
  background: rgba(44, 44, 44, 0.3);
  border: none;
  box-sizing: border-box;
  /* backdrop-filter: blur(60px); */
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: white;
  box-shadow: 0 0 5px #feed01;
}
.contact_form_row {
  margin: 0;
  margin-bottom: 38px;
}

.contact_form_row textarea {
  height: 10em;
}

.dropdown_arrow {
  color: white;
  font-size: 20px;
}

.dropdown_arrow_cont {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(44, 44, 44, 0.3);
  border: none;
  /* border: 1px solid #e5e5e5; */
  box-sizing: border-box;
  border-left: none;
  padding: 0 10px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  pointer-events: none;
  cursor: pointer;
}

.select_option_dropdown {
  padding: 0;
  position: relative;
  background-color: transparent;
  margin-top: 6px;
}

.contact_form_submit_btn {
  width: fit-content;
  display: flex;
  padding: 20px 100px;
  background: #feed01;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 10px;
}

.contact_form_submit_btn h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}

.arrow_contact_btn {
  font-size: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}

.contact_form_submit_btn:hover .arrow_contact_btn {
  transform: translateX(30px);
  opacity: 1;
}

.contact_form_submit_btn:hover {
  cursor: pointer;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  border: none;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 90px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.modal_img_size {
  height: 80vh;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fed601;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
#contact {
  padding-top: 30px;
  margin-top: -30px;
}
img.demo {
  opacity: 0.6;
}

.contact_us_map {
  position: relative;
}

.active,
.demo:hover {
  opacity: 1;
}

.navbar-toggler:focus {
  box-shadow: none;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 768px) {
  .modal_img_size {
    height: auto;
    width: 100%;
  }
  .owl-theme .owl-nav {
    margin-top: 0px !important;
  }
  .carousel-caption h5 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #fed601;
  }

  #services {
    padding-top: 60px;
    margin-top: -60px;
  }

  .servies_hello h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .servies_hello h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .services_list_grid {
    margin-top: 10px;
  }
  .services_list {
    width: 100%;
    margin-left: 0;
  }

  .amenities_description h6 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 2px;
  }
  .amenities_description h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .amenities_description p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
  }
  .amenities_list {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
  }
  .amenities_list_details {
    margin: 0;
    margin-bottom: 20px;
  }
  .about_us_main {
    padding: 20px 0 !important;
    height: auto;
    background-size: cover;
  }
  .gallery_section {
    padding: 30px 0;
  }

  .know_our_price {
    padding: 30px 0;
  }
  .footer_section3 h5 {
    text-align: center;
  }
  .know_our_price_description h6 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 2px;
  }
  .know_our_price_description h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .know_our_price_description p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .for_enquiry_and_booking_btn {
    padding: 10px 50px;
  }

  .for_enquiry_and_booking_btn h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .for_enquiry_and_booking_btn:hover .enquiry_arrow {
    opacity: 0;
  }
  .testimonal {
    padding: 30px 0;
  }
  .testimonal_description h6 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 2px;
  }
  .testimonal_description h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact_us_section {
    padding: 30px 0;
  }
  .contact_us_head h6 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 2px;
  }
  #gallery {
    margin-top: -50px;
    padding-top: 50px;
  }
  #testimonial {
    margin-top: -50px;
    padding-top: 50px;
  }

  .contact_us_head h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .navbar-dark .navbar-brand {
    font-size: 16px;
  }
  .contact_us_map {
    width: 100%;
    position: relative;
  }

  .contact_us_content {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .contact_form_submit_btn {
    padding: 10px 50px;
  }
  .contact_form_submit_btn h6 {
    font-size: 18px;
  }

  .contact_form_submit_btn:hover .arrow_contact_btn {
    opacity: 0;
  }

  .contact_us_form {
    margin-bottom: 30px;
  }

  .services_book_button:hover .arrow_book {
    display: flex;
  }

  #aboutus {
    height: auto;
    padding-top: 60px;
    margin-top: -60px;
  }
  #contact {
    padding-top: 50px;
    margin-top: -50px;
  }
  .about_us_enquiry_button {
    margin-top: 0px;
  }
  .about_us_enquiry_button:hover .arrow_enquiry {
    opacity: 0;
  }

  .logo_img {
    width: 60px;
    height: 49px;
  }

  .gallery_head_text h6 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .gallery_head_text h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
  }

  .gallery_images {
    margin-top: 10px;
  }
  .footer_main {
    padding: 20px 0;
    padding-bottom: 0px;
  }
  .footer_row {
    flex-direction: column;
  }
  .footer_section1 {
    margin: 15px 0;
    align-items: center;
  }
  .footer_section2 {
    margin: 15px 0;
    align-items: center;
  }
  .footer_section2 h4 {
    text-align: center;
  }
  .footer_section3 {
    margin: 15px 0;
    align-items: center;
  }
  .footer_3 {
    justify-content: center;
  }
  .contact_us_map iframe {
    height: 300px !important;
    width: 100%;
  }
  .contact_form_row {
    margin-bottom: 0px;
  }
  .contact_form_col {
    margin-bottom: 13px;
  }
  .contact_form_row textarea {
    height: 7em;
  }
  .services_list:hover .services_list_details {
    top: 0%;
  }
  .services_list:hover .services_list_details_head {
    margin-top: 10px;
    font-size: 14px;
  }

  .services_list:hover p {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
  }
  .services_list:hover .services_list_details_head::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    padding-bottom: 25px;
    left: 0;
    border-bottom: 2px solid white;
    transform: scaleX(0.2);
  }
  .navbar-nav .nav-link {
    display: flex;
    justify-content: flex-start;
  }
  .home_container {
    margin-top: 65px;
  }
  .nav_bar_top {
    background-color: black;
  }
  #home {
    padding-top: 85px;
    margin-top: -85px;
  }
  .amenities_list_details h3 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
  }
  .amenities_svg {
    width: 90px;
    height: 90px;
  }
  .amenities_list_details {
    width: 50%;
  }
  .contact_us_form {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .amenities_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .amenities_description {
    margin-bottom: 20px;
  }
  .services_list {
    width: 48%;
    margin-top: 6px;
  }
  .services_list_grid {
    justify-content: space-around;
  }

  .services_list_details {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    top: 75%;
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .services_main {
    margin: 30px 0;
  }

  .services_list_details_head {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .services_list_details p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 21px;
    color: white;
    opacity: 0;
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
}
