
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&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');
.fonts {
    font-family: "Montserrat", sans-serif;
    font-family: "Poppins", sans-serif;
    font-family: "Bricolage Grotesque", sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}
.collapse {
	visibility: inherit;
}
.container-fluid {
    max-width: 95%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
.header {
    padding: 15px 0;
    background: linear-gradient(70deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 18%, rgba(255, 255, 255, 1) 18%);
    min-height: 100px;
}
.logo {
    text-align: left;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.head_top_sec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 13px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	font-size: 15px;
}
.contact_info {
    display: flex;
    flex-wrap: wrap;
}
.contact_info span {
    margin-right: 30px;
}
.contact_info span.first {
    border-right: 1px solid #ddd;
    padding-right: 30px;
}
.h_social_media ul {
    margin: 0px;
    padding: 0px;
}
.h_social_media ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.h_social_media ul li a {
    color: #000;
}

.head_navigation .nav-link {
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-transform: uppercase;
	color: #000;
}
.head_navigation .nav-link.active {
    color: #e8bd38;
}
.book_btn,
.default_cta {
	margin-top: 10px;
}
.book_btn a,
.default_cta a {
	background: url(images/default_cta_bg.webp) center center;
	background-size: cover;
	padding: 11px 30px;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 500;
	border: 2px solid #fff;
	box-shadow: 0 0 10px #ddd;
	transition: all 0.4s ease; /* Add this line */
}
.book_btn a {
    padding: 9px 20px;
    font-size: 15px;
}
.book_btn a i,
.default_cta a i {
    margin-left: 10px;
}
.book_btn a:hover,
.default_cta a:hover {
	color: #fff;
	background: #1a1a1a;
	border: 2px solid #e6b937;
}
.booking_form {
	padding: 30px 35px;
	background: #fff;
	border-radius: 80px;
	box-shadow: 0 0 7px rgba(113, 113, 113, 0.24);
	margin-top: -70px;
	position: relative;
	z-index: 99;
}
.booking_form .form-select,
.booking_form .form-control {
	border: 1px solid #ddd;
	padding: 7px 25px;
	border-radius: 30px;
	height: 48px;
}


.default_sub_btn {
	background: url(images/default_cta_bg.webp) center center;
	background-size: cover;
	padding: 11px 30px;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 500;
	border: 2px solid #fff;
	box-shadow: 0 0 10px #ddd;
	transition: all 0.4s ease;

}
.booking_form .default_sub_btn {
    width: 100%;
}
.default_sub_btn i {
    margin-left: 10px;
}

.default_sub_btn:hover {
	color: #fff;
	background: #1a1a1a;
	border: 2px solid #e6b937;
}

.title_sec {
    text-align: center;
}
.title_sec span {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.title_sec h2 {
    font-size: 40px;
}

.about_section {
    padding: 45px 0;
}

.abt_content {
    text-align: center;
}
.activities_block {
    margin-top: 15px;
}
.activities_block h2 {
    text-align: center;
}

.owl-carousel .owl-item img {
	display: block;
	width: auto;

}
.act_list {
    text-align: center;
}
.act_list h3 {
     font-size: 24px;
      font-family: "Montserrat", sans-serif;

}
.act_list .icon {
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.act_list .icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
     filter: brightness(0.25);
}
.act_list:hover h3 {
    color: #d49d26;
}
.act_list:hover img {
   filter: brightness(1);
}


.activities_block .owl-nav {
	display: none;
}
.owl-dots {
	text-align: center;
}
.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background:  #515151;
    margin-right: 5px;
    border-radius:50%;
  }
  .owl-carousel button.owl-dot.active {
    background:  #000;
  }
  .room_section {
    padding: 45px 0;
  }
  .room_slider .item {
    padding: 15px;
  }

  .room_list {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 0 14px #bbb;
}
.room_list:hover {
    border: 2px solid #ebc53e;
}
.room_img {
    height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
}
.room_img img {
	width: 100% !important;
	height: auto;
}
.room_info {
    padding: 5px 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
}
.room_info h3 {
    margin-bottom: 10px;
}
.room_info div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.price_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 15px;
	padding-bottom: 20px;
}
.price_btn  .price {
	font-size: 24px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
}
.price_btn  .price span {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.rooms_sec .owl-nav,
.room_section .owl-nav {
    display: none;
}
/* ...................dining and Restaurant  .................... */
.dining_rest_section {
    background:#000 url(images/dining_rest_section.webp) center center;
    background-size: cover;
    padding: 45px 0;
    color: #fff;
}
.dining_thumb_img {
    border-radius: 10px;
    max-height: 430px;
    overflow: hidden;
    border: 2px solid #eab937;
}
.dining_thumb_img img {
    max-width: 100%;
    height: auto;
}
.dining_rest_section .title_sec {
    text-align: left;
}
.default_btn  {
    margin-top: 45px;
}
.default_btn a {
	background: url(images/default_cta_bg.webp) center center;
	background-size: cover;
	padding: 11px 30px;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 500;
	border: 2px solid #fff;
	box-shadow: 0 0 10px #222;
	transition: all 0.4s ease;
}
.default_btn i {
    margin-left: 10px;
}

.default_btn a:hover {
	color: #fff;
	background: #1a1a1a;
	border: 2px solid #e6b937;
}
.dining_content {
    font-size: 22px;
}
/* ...................dining and Restaurant  .................... */

/* ...................meeting and events  .................... */
.meeting_events_sec {
    background:#fff url(images/meeting_events_sec_bg.webp) center center;
    background-size: cover;
    color: #000;
}
.events_thumb_img {
    max-height: 450px;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #eab937;
}
.events_content {
    font-size: 18px;
}
.events_content ul {
    margin: 0px;
    padding: 0px;
}
.events_content ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.events_content ul li::before {
	content: '\f0da';
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: fontawesome;
}
/* ...................meeting and events  .................... */
/* ...................villa section  .................... */
.villas_section .title_sec {
    text-align: right;
}
.villa_thumb_img {
	border-radius: 10px;
	border: 2px solid #f7f7f7;
	overflow: hidden;
}
.villa_thumb_img img {
    max-width: 100%;
    height: auto;
}
/* ...................villa section  .................... */
/* ...................footer .................... */
.footer {
background:#000 url(images/footer_bg.webp) center center;
background-size: cover;
}
.foot_top {
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #1e1e1e;
}
.f_social_icon ul {
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.f_social_icon ul li {
    display: inline;
    padding: 0 5px;
}
.f_social_icon ul li a {
    color:#fff;
}
.foot_mid {
    color: #fff;
    padding: 30px 0;
    border-top: 1px solid #000000;
}
.f_block h2 {
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 20px;
}
.f_block ul {
    margin: 0px;
    padding: 0px;
}
.f_block ul li {
    position: relative;
    list-style: none;
    padding: 5px 0;
    padding-left: 15px;
}
.f_block ul li a {
    color: #fff;
    text-decoration: none;
}
.f_block ul li::before {
	content: '\f0da';
	position: absolute;
	left: 0px;
	top: 4px;
	font-family: fontawesome;
}
.foot_logo {
    text-align: center;
}
.foot_logo img {
    max-width: 100%;
    height: auto;
}
.c_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.c_row div {
    max-width: 90%;
}
.c_row .icon {
 margin-right: 10px;
}
.foot_btm {
    background: #000;
    padding: 15px 0;
    color: #fff;
}
.copy_right {
    color: #fff;
    font-size: 15px;
}
/* ...........reviews .............. */
.client_reviews_sec {
    padding: 30px 0;
}
.testimonials .item {
    padding: 15px;
}
.client_info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;
}
.img_icon {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #000;
	overflow: hidden;
	text-align: center;
	color: #efc430;
	margin-right: 30px;
	font-size: 61px;
}
.img_icon img {
	max-width: 100%;
	height: auto;
}
.rating {
    color: #efc430;
}
.testi_list {
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	padding: 30px;
    border-radius: 10px;
}
.testi_list h4 {
    margin-bottom: 3px;
}
.testi_content {
	height: 180px;
	overflow-y: scroll;
}
/* ...................footer .................... */

/* ...................innerpages common .................... */
.inner_banner {
    background: #000 url(images/inner_banner_bg.webp) top center;
    padding: 30px 0;
    background-size: cover;
}
.bread_crumb_title {
    color: #fff;
    font-size: 30px;
    font-family: "Bricolage Grotesque", sans-serif;
}
.inner_banner h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.inner_book_form .booking_form {

	margin-top: -55px;

}
.breadcrumb_text {
    text-align: right;
    color: #fff;
    padding-top: 10px;
    text-transform: uppercase;
}
.innerpage_main_sec {
    padding: 45px 0;
}
/* ...................innerpages common .................... */
/* ...................innerpages/booking search .................... */
.booking_search_banner {
    text-align: center;
}
.room_search_list_sec {
    padding: 45px 0;
}
.room_main_img {
    max-height: 430px;
    overflow: hidden;
    margin-bottom: 15px;
}
.room_search_list_sec h1 {
    text-align: center;
}
.date_info_txt {
    text-align: center;
}
.list-group-flush {
	border-radius: 0;
	margin: 0px;
	padding: 0px;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width);
	padding: 5px 0;
}
.book_btn_row {
	margin: 20px auto;
}
/* ...................innerpages/Checkout Section .................... */
.check_out_form_sect {
    padding: 45px 0;
}
.booking_info {
    background: #f8f8f8;
    border: 2px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
}
.bookable_img {
    position: relative;
    height: 300px;
    background: #000;
    overflow: hidden;
}
.bookable_img img {
    max-width: 100%;
    height: auto;
}
.bookable_img h2 {
    position: absolute;
    color: #fff;
    left: 15px;
    bottom: 15px;
    margin-bottom: 0px;
}
.reservation_info {
    padding: 15px;
}
.reservation_info h3 {
    text-align: center;
    color: #000000;
    font-size: 36px;
}
.date_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.date_row .date_block {
    max-width: 45%;
    padding: 0 15px;
    text-align: center;
}
.date_row .date_block span {
    font-weight: 400;
    text-transform: uppercase;
}
.date_row .date_block div {
	font-size: 60px;
	font-weight: bold;
	font-family: "Bricolage Grotesque", sans-serif;
	line-height: 50px;
}
.booking_cost {
    padding: 10px 15px;
    text-align: center;
    font-size: 36px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
    background: linear-gradient(70deg,rgba(224, 172, 46, 1) 0%, rgba(246, 219, 79, 1) 100%);
}
.booking_cost span {
    font-size: 24px;
    font-weight: normal;
}
.booking_checkout_form {
 border: 2px solid #e9be39;
}
.booking_checkout_form .card-header {
    background: none;
    border: none;
    position: relative;
}
.booking_checkout_form .card-header h2 {
	margin-bottom: 0px;
	display: inline;
	background: #fff;
	padding: 5px 15px;
	top: -28px;
	position: absolute;
}
.booking_checkout_form .card-body {
    padding: 30px;
}
.alert-info {
	background: #fff7e6;
	border: none;
}
.payment_info_det {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qr_image {
	max-width: 40%;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
.qr_image img {
	max-width: 200px;
	height: auto;
}
.bank_qr_image img {
	max-width: 280px;
	height: auto;
}

/* ...................innerpages/room Details .................... */
.room_det_section {
 padding: 45px 0;
}
.room_gallery_slide .owl-nav.disabled {
	display: block;

}
.room_gallery_slide .owl-dots {
    display: none;
}
.room_image_lst {
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
}

.room_gallery_slide .owl-nav button.owl-prev,
.room_gallery_slide .owl-nav button.owl-next {
	 position: absolute;
     top: 45%;
     font-size: 24px;
     color: #fff;
}
.room_gallery_slide .owl-nav button.owl-prev {
    left: 30px;
}
.room_gallery_slide .owl-nav button.owl-next  {
    right: 30px;
}

.room_overviews {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.room_overviews .title_sec {
    text-align: left;
}
.room_amenities {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.room_amenities ul {
    margin: 0px;
    padding: 0px;
}
.room_amenities ul li {
    list-style: none;
    padding: 5px 0;
}
.room_amenities ul li i {
    margin-right: 10px;
}
.room_rules ul,
.payment_conditions ul {
    margin: 0px;
    padding: 0px;
}
.room_rules ul li,
.payment_conditions ul li {
    list-style: none;
    padding: 5px 0;
    padding-left: 15px;
    position: relative;
}
.room_rules ul li::before,
.payment_conditions ul li::before {
    content: '\f0da';
    position: absolute;
    left: 0px;
    top: 5px;
    font-family: fontawesome;
}
.room_sidebar_details {
    margin-left: 30px;
}
.room_det_info {
    background: #f4f4f4;
    min-height: 200px;
    border-radius: 10px;
    margin-bottom: 30px;

}
.room_det_info .room_info {
 padding: 15px 30px;
}
.room_det_info .room_info h3 {
 font-size: 36px;
 font-weight: bold;
}
.room_price {
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.room_price span {
    font-size: 33px;
}

.booking_widget {
	padding: 30px;
	border: 0px solid rgb(236, 236, 236);
	border-radius: 10px;
	box-shadow: 0 0 12px #e3e3e3;
}
.booking_widget h3 {
 font-size: 36px;
 font-weight: bold;
 text-align: center;
}

.booking_w_form .form-select,
.booking_w_form .form-control {
	border: 1px solid #ddd;
	padding: 7px 25px;
	border-radius: 30px;
	height: 48px;
    margin-bottom: 15px;
}
.room_rules {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.roomPack_prices {
    background: #f4f4f4;
	border-radius: 10px;
	margin-bottom: 30px;
    padding: 20px 30px;
}
.roomPack_prices ul {
    margin: 0px;
    padding: 0px;
}
.roomPack_prices ul li {
	list-style: none;
	font-size: 18px;
	padding: 5px 0;
	position: relative;
	padding-left: 19px;
}
.roomPack_prices ul li p {
    margin-bottom: 5px;
    font-size: 15px;
    font-style: italic;
}
.roomPack_prices ul li::before {
	content: '\f0da';
	position: absolute;
	left: 0px;
	top: 5px;
	font-family: fontawesome;
}
/* ...................innerpages/room Details .................... */
/* ...................innerpages/dining .................... */
.dining_sec {
    background: #f9f9f9;
}
.dining_sec .title_sec {
    text-align: left;
}
.dining_info_content h3 {
 font-size: 26px;
}
.opening_hours {
    margin: 30px auto;
}
.bdr_right {
    border-right: 1px solid #5c5c5c;
    margin-right: 45px;
}
.oh_content {
    font-size: 24px;
}
.oh_content h4 {
    margin-bottom: 15px;

}
.call_us_btn {
    font-size: 30px;
    font-family: "Bricolage Grotesque", sans-serif;
}
.call_us_btn span {
    font-weight: bold;
}

.dining_image_slider .owl-dots {
    display: none;
}
.dImg_lis {
    max-height: 570px;
    overflow: hidden;
    border-radius: 10px;
}
.dImg_lis img {
    max-width: 100%;
    height: auto;
}
.dining_image_slider .owl-nav button.owl-prev,
.dining_image_slider .owl-nav button.owl-next {
	 position: absolute;
     top: 45%;
     font-size: 24px;
     color: #fff;
}
.dining_image_slider .owl-nav button.owl-prev {
    left: 30px;
}
.dining_image_slider .owl-nav button.owl-next  {
    right: 30px;
}
.menu_strip_sec {
    position: relative;
}
.menu_strip_sec::before {
	position: absolute;
	left: 0px;
	content: '';
	width: 295px;
	height: 301px;
	background: url(images/menu_strip_sec_before_img.webp) top center;
	background-size: 100% auto;
	bottom: 6%;
}
.menu_strip_sec::after {
    position: absolute;
    right: 0px;
    content: '';
    width: 295px;
    height: 278px;
    background: url(images/menu_strip_sec_after_img.webp) top center;
    background-size: 100% auto;
	top: 0%;
}


.menu_title_txt {
	font-family: "Amatic SC", sans-serif;
	text-transform: uppercase;
	font-size: 66px;
	font-weight: bold;
	text-align: right;
	margin-top: 13%;
}
.menu_title_txt span {
    color: #e8bf39;
}
.right_arrow {
	width: 153px;
	height: 32px;
	background: url(images/right_arrow.webp);
	background-size: 100% auto;
	margin-top: 74%;
}
.menu_thumb_img {
    text-align: center;
}
.menu_thumb_img a {
    color: #000;
    text-decoration: none;
}
.menu_thumb_img img {
    margin-bottom: 15px;
}
/* ...................innerpages/dining .................... */
/* ...................innerpages/about us  .................... */
.reel_slider {
    margin-top: 45px;
}
.video_reel {
    border-radius: 0px;
    overflow: hidden;
}
.video_reel iframe {
    width: 100%;
    border-radius: 10px;
}
/* ...................innerpages/about us  .................... */
/* ...................innerpages/Gallery   .................... */
.gallery_page_sec .title_sec h1 {
    text-align: center;
}
.card-hover {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover img {
    transition: transform 0.4s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.card-hover:hover img {
    transform: scale(1.05);
}

/* Optional overlay */
.card-hover::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.card-hover:hover::after {
    opacity: 1;
}


.gallery_item {
    position: relative;
    overflow: hidden;
    max-height: 325px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gallery_item img {
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
    display: block;
}

.gallery_item:hover img {
    transform: scale(1.1);
}
.gallery_item::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* 👈 This line is the fix */
}

.gallery_item:hover::after {
    opacity: 1;
}
.hover-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 0.95rem;
}

.gallery_item:hover .hover-caption {
    opacity: 1;
}
/* ...................innerpages/contact us  .................... */
.google_map iframe {
    width: 100%;
}
.contact_us {
    margin-right: 45px;
}
.contact_us .btm_row {
    text-align: right;
}

/* ...................innerpages/contact us  .................... */
/* ...................innerpages/Room & Villas  .................... */

.rooms_sec .title_sec {
    text-align: center;
    margin-bottom: 15px;
}
.rooms_sec .title_sec h2 {
    margin-bottom: 15px;;
}
.rooms_content {
    text-align: center;
    margin-bottom: 30px;
}
.room_sliders .room_list {
    margin-bottom: 30px;
}
.nav_phone_no {
    display: none;
}
.nav_phone_no  a {
    text-decoration: none;
    color: #000;
}
/* ...................innerpages/Room & Villas  .................... */
/* ...................innerpages/common content pages  .................... */
.common_page_content h2,
.common_page_content h3 {
    margin-bottom: 15px;
}
.common_page_content ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}
.common_page_content ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
}
.common_page_content ul li::before {
	content: '\f0da';
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: fontawesome;
}
.common_page_content .table-responsive .table {
 background: none;
}
/* ...................innerpages/common content pages  .................... */

@media (min-width: 240px) and (max-width: 480px) {
.header {background: #fff;}
.logo {text-align: center;margin-bottom: 15px;}
.logo img { max-width: 130px; height: auto;}
.head_top_sec, .contact_info {display: none;}
.nav_phone_no {
    display: block;
     font-family: "Bricolage Grotesque", sans-serif;
}
.fullwidthbanner-container {height: 250px;max-height: 250px !important;}
.caption.medium_text {
	top: 131.109px !important;
	left: 0px !important;
	right: 0px !important;
	text-align: center;
	background: transparent;
	font-size: 12px !important;
}
 .booking_form {padding: 25px 25px;border-radius: 15px;margin-top: 30px;
}
.booking_form .form-select, .booking_form .form-control {
    margin-bottom: 15px;
}
.foot_logo {display: none;}
}
@media (min-width: 481px) and (max-width: 640px) {
.header {background: #fff;}
.logo {text-align: center;margin-bottom: 15px;}
.logo img { max-width: 130px; height: auto;}
.head_top_sec, .contact_info {display: none;}
.nav_phone_no {
    display: block;
     font-family: "Bricolage Grotesque", sans-serif;
}
.fullwidthbanner-container {height: 300px;max-height: 300px !important;}
.caption.medium_text {
	top: 131.109px !important;
	left: 0px !important;
	right: 0px !important;
	text-align: center;
	background: transparent;
	font-size: 12px !important;
}
 .booking_form {padding: 25px 25px;border-radius: 15px;margin-top: 30px;
}
.booking_form .form-select, .booking_form .form-control {
    margin-bottom: 15px;
}
.foot_logo {display: none;}
}



@media (min-width: 240px) and (max-width: 640px) {
 body {font-size: 15px;}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}
h1 {
    font-size: 30px;
}
.title_sec h2,
h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
.villas_section .title_sec {
	text-align: center;
}
}


@media (min-width: 992px) and (max-width: 1024px) {

.logo img {max-width: 150px;}
.header {
	background: linear-gradient(70deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 22%, rgba(255, 255, 255, 1) 22%);
	min-height: 80px;}
.head_navigation ul li:nth-child(2),
.head_navigation ul li:nth-child(6),
.head_navigation ul li:nth-child(7) {
    display: none;
}
.default_cta {display: none;}
.head_navigation .nav-link {padding-left: 15px !important;padding-right: 15px !important;
}
.booking_form {padding: 20px 20px;}
.default_sub_btn {padding: 11px 12px;font-size: 15px;margin-left: -15px;margin-right: -15px;width: 109% !important;}
.default_sub_btn i {margin-left: 2px;}
.room_section .owl-nav {display: none;}
.dining_content {font-size: 16px;}
.f_block ul li a, .c_row {font-size: 15px;}
.about_content {margin-bottom: 30px;}
.dImg_lis img {width: 100% !important; height: auto;}
.menu_title_txt {font-size: 55px;position: relative;z-index: 99;}
.menu_strip_sec::after {display: none;}
}
@media (min-width: 1025px) and (max-width: 1199px) {

.logo img {max-width: 150px;}
.header {
	background: linear-gradient(70deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 22%, rgba(255, 255, 255, 1) 22%);
	min-height: 80px;}
.head_navigation ul li:nth-child(2),
.head_navigation ul li:nth-child(6),
.head_navigation ul li:nth-child(7) {
    display: none;}
.default_cta {display: none;}
.head_navigation .nav-link {padding-left: 15px !important;padding-right: 15px !important;}
.room_section {background: #f7f7f7;}
.booking_form {padding: 20px 20px;}
.default_sub_btn {padding: 11px 12px;font-size: 15px;margin-left: -15px;margin-right: -15px;width: 109% !important;}
.default_sub_btn i {margin-left: 2px;}
.room_section .owl-nav {display: none;}
.dining_content, .events_content {font-size: 16px;}
.f_block ul li a, .c_row {font-size: 15px;}
.about_content {margin-bottom: 30px;}
.dImg_lis img {width: 100% !important; height: auto;}
.menu_title_txt {font-size: 55px;position: relative;z-index: 99;}
.menu_strip_sec::after {display: none;}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.logo img {max-width: 150px;}
.header {
	background: linear-gradient(70deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 19%, rgba(255, 255, 255, 1) 19%);
	min-height: 80px;}
.head_navigation ul li:nth-child(2),
.head_navigation ul li:nth-child(6),
.head_navigation ul li:nth-child(7) {
    display: none;}
.head_navigation .nav-link {padding-left: 15px !important;padding-right: 15px !important;}
.booking_form {padding: 20px 20px;margin-top: -40px;}
.default_sub_btn {padding: 11px 12px;font-size: 15px;margin-left: -15px;margin-right: -15px;width: 109% !important;}
.default_sub_btn i {margin-left: 2px;}
.room_img {height: 245px;}
.price_btn .price {font-size: 18px;margin-top: 7px;}
.dining_content, .events_content {font-size: 16px;}
.f_block ul li a, .c_row {font-size: 15px;}

}
@media (min-width: 1400px) and (max-width: 1500px) {
.head_navigation ul li:nth-child(2),
.head_navigation ul li:nth-child(3) {
    display: none;}

.booking_form {padding: 20px 20px;margin-top: -40px;}
.default_sub_btn {padding: 11px 12px;font-size: 15px;margin-left: -15px;margin-right: -15px;width: 109% !important;}
.default_sub_btn i {margin-left: 2px;}
.act_list h3 {font-size: 20px;}
.dining_content, .events_content {font-size: 16px;}
.room_img {height: 270px;}
.f_block ul li a, .c_row {font-size: 15px;}

}
