/*
Theme Name: Riverarch
Description: The default WordPress theme based on the famous.
Version: 1.0
Author: gourav
Author URI: 
*/

/* #riverarch_one {
    background-image: url('images/1st.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    background-position: top;
} */
.hint {
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: block;
    padding: 20px 10px 10px;
  }
  #myImg {
    cursor: pointer;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    margin: -100px 0 0 -150px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #myImg,
  .close {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }
  #myImg:hover {
    opacity: 0.7;
  }
  .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.7);
  }
  #caption,
  .modal-content {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 1200px;
  }
  #caption {
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  #caption,
  .modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes zoom {
    from {
      -moz-transform: scale(0);
    }
    to {
      -moz-transform: scale(1);
    }
  }
  @-o-keyframes zoom {
    from {
      -o-transform: scale(0);
    }
    to {
      -o-transform: scale(1);
    }
  }
  @-ms-keyframes zoom {
    from {
      -ms-transform: scale(0);
    }
    to {
      -ms-transform: scale(1);
    }
  }
  @keyframes zoom {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 300;
  }
  .close:focus,
  .close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  @media only screen and (max-width: 700px) {
    .modal-content {
      width: 100%;
    }
  }
  
/* *************************** */
#gallery .gallery-section {
    position: relative;
    z-index: 1;
}

#gallery #ALL_PHOTOS,
#gallery #ROOMS,
#gallery #VILLAS,
#gallery #ACTIVITIES,
#gallery #DINNING,
#gallery #WEDDING,
#gallery #CORPORATE_EVENTS,
#gallery #OTHERS {
    width: 100%;
    display: contents;
}

.page-template-gallery_page .filter {
    text-align: center;
    max-width: 1050px;
    margin: auto;
}

 .page-template-gallery_page a.btn:after,
 .page-template-gallery_page .prevButton:after,
 .page-template-gallery_page .nextButton:after {
    border-top: 1px solid #AA8453;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 46px;
    bottom: 0;
    width: 100%;
    left: 0;
}

.page-template-gallery_page a.btn {
    position: relative;
    font-family: "Outfit", system-ui;
    font-size: 12.09px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.9500000476837158px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    width: 200px;
    height: 45px;
    padding: 9px 0px 0px 0px;
    gap: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0px;
    margin-bottom: 30px;
    background-color: #AA8453;
}
.page-template-gallery_page .prevButton{
    margin-right: 10px;
}
.page-template-gallery_page .nextButton {
    margin-left: 10px;
}
 .page-template-gallery_page .prevButton,
 .page-template-gallery_page .nextButton {
    position: relative;
    font-family: "Outfit", system-ui;
    font-size: 12.09px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.9500000476837158px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    width: 200px;
    height: 45px;
    border: none;
    opacity: 0px;
    margin-bottom: 30px;
    background-color: #AA8453;
}

 .page-template-gallery_page .btn.focus,
 .page-template-gallery_page .btn:focus {
    outline: none !important;

}

 .page-template-gallery_page .btn.focus,
 .page-template-gallery_page .btn:focus {
    box-shadow: none !important;
}
.page-template-gallery_page button:focus {
    outline: none !important;
}

.page-template-gallery_page .btn:hover {
    color: #FFFFFF !important;
}

.page-template-gallery_page .gallery {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto;
    /* gap: 14px; */
    margin-bottom: 80px;
}

.page-template-gallery_page .gallery a {
    display: flex;
}

.page-template-gallery_page .gallery img {
    width: 200px;
    height: 220px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px 10px;
}

.page-template-gallery_page .gallery img:hover {
    transform: scale(1.1);
}

 .page-template-gallery_page .sets .hide,
 .page-template-gallery_page .sets .pophide {
    width: 0%;
    opacity: 0;
}

.page-template-gallery_page .closeBtn {
    position: absolute;
    right: 25px;
    top: 35px;
    outline-offset: -6px;
    font-family: "Outfit", system-ui;
    font-size: 12.09px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.9500000476837158px;
    text-align: center;
    color: #FFFFFF;
    width: 80px;
    height: 45px;
    opacity: 0px;
    background-color: #AA8453;
}

.page-template-gallery_page .closeBtn:after {
    border-top: 1px solid #AA8453;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 46px;
    bottom: 0;
    width: 100%;
    left: 0;
}


.page-template-gallery_page .openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
}

.page-template-gallery_page .imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
}




/* ******* */
#riverarch_one .navbar {
	position: absolute;
	z-index: 1;
	width: 100%;
    top: -10px;
}
.page-template-homepage .riverarch_banner_section img.main_bg_image {
    width: 100%;
    margin-top: -125px;
}
#riverarch_one .riverarch_nav .navbar a.navbar-brand img {
    width: 104.8px;
    height: 80px;
}

#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li#menu-item-495 a{
    font-family: "Outfit", system-ui;
    font-size: 17px;
    font-weight: 400;
    line-height: 26.25px;
    text-align: left;
    color: #AA8453;
    padding: .5rem 1rem;
    padding-right: .5rem;
    padding-left: .5rem;
}

#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item {
	padding: 12px 21px;
	position: relative;
}
#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item > ul.sub-menu li{
    padding: 0;
}
#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item a {
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 26.25px;
    text-align: left;
    color: #FFFFFF;
    font-style: normal;
}
#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item a:hover{
    text-decoration: none;
}
#riverarch_one .riverarch_nav .navbar .dropdown-item.active,
#riverarch_one .riverarch_nav .navbar .dropdown-item:active {
	color: #aa8453;
	text-decoration: none;
	background-color: transparent;
}
#riverarch_one .riverarch_nav .navbar ul.sub-menu {
	top: 95%;
	list-style: none;
	padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    /* margin: .125rem 0 0; */
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item:hover ul.sub-menu {
    display: block;
}
#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item:hover ul.sub-menu a {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 300;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-family: "Outfit", system-ui;
	font-size: 16px;
}
#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item:hover ul.sub-menu a:hover {
    color: #AA8453;
    text-decoration: none;
    background-color: #f8f9fa;
}

#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.dropdown_icon::after {
    font-size: 7px;
    color: #ffffffa1;
    content: "\f078";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
}

#riverarch_one .riverarch_nav .navbar .contact-page a {
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 26.25px;
    text-align: left;
    color: #FFFFFF;
    width: 144px;
    height: 45px;
    padding: 12px 35px 12px 35px;
    gap: 3px;
    border: 1px solid #FFFFFF;
    opacity: 0px;
    text-decoration: none;
    margin-left: 35px;
}

#riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item .dropdown-toggle::after {
    display: none;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

#riverarch_one .stay_section {
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    text-align: center;
}

#riverarch_one .stay_section span#resort_heading {
    font-family: "Outfit", system-ui;
    font-size: 12px;
    font-weight: 300;
    line-height: 14.4px;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 25px;
    justify-content: center;
    color: #ffffff;
    display: flex;
    text-transform: uppercase;
    margin-top: 15px;
}

#riverarch_one .stay_section .star-image {
    width: 100px;
}

#riverarch_one .stay_section .star svg {
    margin-bottom: -12px;
}

#riverarch_one .stay_section h1 {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 75px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFF;
}

#riverarch_one .stay_section button.explore_now {
    width: 152.73px;
    height: 45px;
    padding: 9px 0px 0px 0px;
    gap: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0px;
    background: none;
    display: grid;
    margin: auto;
    margin-top: 30px;
    position: relative;
}

#riverarch_one .stay_section button.explore_now a {
    font-family: "Outfit", system-ui;
    font-size: 12.09px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.9500000476837158px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    width: 152.73px;
    height: 45px;
    text-transform: uppercase;
    font-style: normal;
}

#riverarch_one .stay_section button.explore_now::after {
    border-top: 1px solid white;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    width: 100%;
    /* z-index: -1; */
    margin-top: 4px;
}

.page-template-homepage .riverarch_banner_section {
    position: relative;
}

.section .section-center {
    width: 60%;
    margin: auto;
    background: rgb(29 30 0 / 67%);
}
.page-template-homepage .riverarch_banner_section .stay_section div#booking {
    margin-top: 200px;
}
.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #fff;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.booking-form .form-control {
    background-color:transparent;
    height: 60px;
    padding: 0px 25px;
    border: 1px solid #ffffff5e;
    border-radius: 0;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 10px;
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
    content: '\f078';
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.booking-form select.form-control option {
    color: #000;
}

.booking-form .form-label {
    position: absolute;
    top: -10px;
    left: 25px;
    opacity: 0;
    line-height: 15px;
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 300;
    line-height: 18.9px;
    text-align: left;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    color: #FFFFFF;
}

.booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px;
}

.booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px;
}

.booking-form .submit-btn {
    color: #1B1B1B;
    background-color: #ffffff;
    font-weight: 400;
    height: 59px;
    padding: 10px 30px;
    width: 195.47px;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-family: "Outfit", system-ui;
    line-height: 64px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}


#riverarch_one .riverarch_nav .section-center .booking-form form {
    display: flex;
    align-items: center;
}

#riverarch_one .riverarch_nav .section-center .booking-form form input::placeholder {
    color: #FFFFFF;
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 300;
    line-height: 18.9px;
    text-align: left;
}

.form-control:focus {
    color: #495057;
    background-color: #ff000000 !important;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#riverarch_one .riverarch_nav .section-center .row {
    justify-content: center;
}

#riverarch_one .riverarch_nav .section-center .row .booking-form .form_input_col {
    flex: auto !important;
}

#riverarch_one .riverarch_nav .section-center .row .booking-form .form_input_col select.form-control {
    color: #FFFFFF !important;
    font-style: normal;
}

/* ***************************************** */
section#riverarch_luxury_resort, section#our_aminities {
    padding: 100px 0 130px;
}
section#discover {
    padding: 150px 0 80px;
}
.elementor-element-dd36740 section#discover {
    padding: 0px 0 80px;
}
.elementor-element-4851409 section#hotel_facilities {
    padding: 0 0 80px;
}
/* #discover .container-fluid{
    padding-right: 0;
    padding-left: 0;
} */

/* #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul,
section#discover .discover_main .discover ul,
#hotel_facilities .hotel_facilities_main .discover ul,
section#our_aminities .our_aminities_main .Explore_the_riverarch ul {
    padding-left: 0;
    margin-right: 50px;
} */
#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul, section#discover .discover_main .discover ul, #hotel_facilities .hotel_facilities_main .discover ul, section#our_aminities .our_aminities_main .Explore_the_riverarch ul {
    padding-left: 0;
    margin-right: 0;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul li::marker,
section#discover .discover_main .discover ul li::marker,
#hotel_facilities .hotel_facilities_main .discover ul li::marker,
section#our_aminities .our_aminities_main .Explore_the_riverarch ul li::marker {
    color: #AA8453 !important;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul::after {
    border-top: 2px solid #aa84539e;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 26px;
    left: 0;
    right: 10%;
    bottom: 0;
    width: 90%;
    z-index: -1;
    margin-top: 4px;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul li,
section#discover .discover_main .discover ul li,
#hotel_facilities .hotel_facilities_main .discover ul li {
    font-family: "Outfit", system-ui;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 3px;
    text-align: left;
    color: #1B1B1B;
    text-transform: uppercase;
    
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1,
section#discover .discover_main .discover_two h1,
#hotel_facilities .hotel_facilities_main .discover_two h1,
section#our_aminities .our_aminities_main .Explore_the_riverarch_two h1 {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
    color: #1B1B1B;
    margin-bottom: 20px;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two p section#discover .discover_main .discover_two p,
#hotel_facilities .hotel_facilities_main .discover_two p,
section#our_aminities .our_aminities_main .Explore_the_riverarch_two p {
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 300;
    line-height: 26.25px;
    text-align: left;
    color: #3B3B3B;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two,
section#discover .discover_main .discover_two {
    margin-top: 9px;
}
section#discover .discover_main .discover_two p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26.25px;
    text-align: left;
    font-family: "Outfit", system-ui;
    font-style: normal;
}
#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_three img {
    margin-top: 70px;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two .rating_star {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 1px 25px 31px 4px #6c6c6c0f;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two .rating_star .rating_heading {
    margin-left: 30px;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two .rating_star h1::after {
    border-right: 1px solid #aa845354;
    content: "";
    margin: 0 auto;
    position: absolute;
    margin-top: 0;
    height: 100%;
    left: 17%;
    top: 0;
}

/* ******************************************************* */
section#discover {
    background-color: #F6F1F0;
}

section#discover .discover_main .discover ul::after,
#hotel_facilities .hotel_facilities_main .discover ul::after,
section#our_aminities .our_aminities_main .Explore_the_riverarch ul::after {
    border-top: 2px solid #aa84539e;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 7.5%;
    left: 0;
    right: 10%;
    bottom: 0;
    width: 90%;
    z-index: 0;
    margin-top: 20px;
}

#ever_stayed .wrapper .slick-dots li.slick-active button:before{
    font-size: 11px;
    color: #000;
    border: 1px solid #444343;
    border-radius: 50%;
}

#ever_stayed .wrapper .slick-dots li button:before {
    font-size: 8px;
    color: #000 !important;
}

#discover .discover_main .wrapper button.slick-arrow {
    display: none !important;
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

#discover .discover_main .royal_rooms_main .royal-colom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.carousel {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}


#discover .discover_main .royal_rooms_main {
    display: flex;
    width: 90%;
    background: #fff;
    position: relative;
    bottom: 40px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

#discover .discover_main button.book-btn {
    background: #AA8453;
    border: none;
    height: 46px;
    width: 87px;
    opacity: 0px;
    margin-bottom: 11px;
    position: relative;
    left: 80%;
}

#first_resort .row {
    width: 100%;
}

#discover .discover_main button.book-btn a {
    font-family: "Outfit", system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #FFFFFF;
}

#discover .discover_main .royal_rooms_one {
    margin-right: 25px;
}

#discover .discover_main .royal_rooms_two {
    float: right;
}

#discover .discover_main .royal_rooms_two p {
    font-family: "Outfit", system-ui;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-align: right;
    color: #8B8989;
}

#discover .discover_main .royal_rooms_two h1 {
    color: #AA8453;
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 32px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
}

#discover .discover_main .royal_rooms .royal_rooms_one h5 {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #000000;
}

#discover .discover_main .royal_rooms .royal_rooms_one p {
    font-family: "Outfit", system-ui;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #8B8989;
}


#discover .discover_main .royal_rooms_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.slick-slide .royal_rooms {
    display: none;
}

.slick-slide.slick-current .royal_rooms {
    display: block;
}

/* ************** */
#first_resort {
    min-height: 680px;
    background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 47%)), url('images/background-img.jpg');
    background-size: cover;
    background-position: center;
}

#first_resort .first_resort_main h1 {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 40px;
    font-weight: 400;
    line-height: 49.44px;
    text-align: left;
    color: #FFFFFF;
}

#first_resort .first_resort_main p {
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #ffffffdb;
    font-style: normal;
    margin-bottom: 6px;
}

#first_resort .first_resort_main button.explore_now {
    width: 152.73px;
    height: 45px;
    padding: 9px 0px 0px 0px;
    gap: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0px;
    background: none;
    display: grid;
    margin-top: 30px;
    position: relative;
}

#first_resort .first_resort_main button.explore_now a {
    font-family: "Outfit", system-ui;
    font-size: 12.09px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.9500000476837158px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

#first_resort .first_resort_main button.explore_now::after {
    border-top: 1px solid white;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    width: 100%;
}

#first_resort {
    min-height: 600px;
    position: relative;
}

#first_resort .first_resort_main {
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
}

#first_resort .first_resort_main .first_resort_video_section {
    float: right;
    margin-top: 50px;
}

/* ******************************************** */

section#hotel_facilities {
    padding: 130px 0 80px;
    background-color: #F6F1F0;
    overflow: hidden;
}
.elementor-element-5d27768 section#hotel_facilities {
    padding: 0px 0 80px;
}

section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid {
    background: #FFFFFF;
    padding: 25px;
}
section#hotel_facilities .hotel_facilities_main.hotel_facilities_rooms_section .hotel_facilities .hotel_slid {
    background: #FFFFFF;
    padding: 25px;
    position: relative;
}

/* section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid img {
    width: 45px;
    margin-bottom: 20px;
    border: none;
    height: 45px;
} */
section#hotel_facilities .hotel_facilities_main .wrapper .hotel_facilities .hotel_slid img {
    width: 45px;
    margin-bottom: 20px;
    border: none;
    height: auto;
}
.special_offers_Inner #hotel_facilities .wrapper .hotel_facilities .slick-track .hotel_slid.special_offers.slick-slide img{
width: 65px;
}
section#hotel_facilities .hotel_facilities_main.hotel_facilities_rooms_section .wrapper .hotel_facilities .hotel_slid img {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    height: auto;
    position: relative;
}

section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h2 {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #1B1B1B;
    margin-bottom: 17px;
}

.wrapper .hotel_facilities button.slick-arrow{
    display: none !important;
}

section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h4.number_slid {
    color: #ffffff;
    width: 45px;
    height: 45px;
    gap: 0px;
    border-radius: 50%;
    opacity: 0px;
    background: #AA8453;
    align-items: center;
    text-align: center;
    display: flex;
    float: right;
    justify-content: center;
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
}

section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid p {
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    text-align: left;
    color: #3B3B3B;
}

section#hotel_facilities .slick-dots li.slick-active>button:before {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px !important;
    height: 12px !important;
    padding: 5px;
    cursor: pointer;
    color: #AA8453 !important;
    border: 0;
    outline: 0;
    background: #AA8453 !important;
    border-radius: 50% !important;
}
section#hotel_facilities .slick-dots li>button:before {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px !important;
    height: 12px !important;
    padding: 5px;
    cursor: pointer;
    /* color: #AA8453 !important; */
    border: 0;
    outline: 0;
    background: transparent !important;
    border-radius: 50% !important;
    border: 2px solid #444343;
}
section#hotel_facilities .slick-dots li {
    margin: 0;
}

section#one_image img {
    width: 100%;
}

/* ****************************** */
/* section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h4.number_slid {
    color: #ffffff;
    width: 45px;
    height: 45px;
    gap: 0px;
    border-radius: 50%;
    opacity: 0px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
} */
section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h4.number_slid {
    color: #ffffff;
    width: 45px;
    height: 45px;
    gap: 0px;
    border-radius: 50%;
    opacity: 0px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
}
section#hotel_facilities .hotel_facilities_main.hotel_facilities_rooms_section .hotel_facilities .hotel_slid h4.number_slid {
    color: #ffffff;
    width: 45px;
    height: 45px;
    gap: 0px;
    border-radius: 50%;
    opacity: 0px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: "Outfit", system-ui;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 25px;
    z-index: 99999999;
}

/* ******************************************************************* */
section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid .img_slid img {
    width: 33px;
    margin-bottom: 17px;
}

section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid h2 {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.9px;
    letter-spacing: 2.5px;
    text-align: left;
    color: #1C2C34;
    text-transform: uppercase;
    border-bottom: 2px solid #1C2C34;
    margin-bottom: 25px;
}

section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid p {
    font-family: "Outfit", system-ui;
    font-size: 20px;
    font-weight: 300;
    line-height: 31.98px;
    letter-spacing: 0.4399999976158142px;
    text-align: left;
    color: #8B8989;
    margin-bottom: 15px;
}

section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid img {
    width: 259.03px;
    margin-bottom: 12px;
}

section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid p.Kingdom_paragraph {
    font-size: 15.75px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.600000023841858px;
    text-align: left;
    color: #777777;
    margin-top: 10px;
    text-transform: uppercase;
    font-style: normal;
}

section#ever_stayed .ever_stayed_main .ever_stayed_inner .best_hotels {
    display: flex;
}

section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img {
	width: 100%;
	margin-top: 20px;
}
section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img .silder_video_ever_hotels{
    position: relative;
}
section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img .silder_video_ever_hotels img{
    position:absolute;
    top:0;
    left:0;
    opacity:1;
}
section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img .silder_video_ever_hotels iframe{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    height: 320px;
}


section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img img {
    width: 340px;
}

section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid {
	padding-right: 40px;
}

section#ever_stayed {
    padding: 100px 0;
}

.elementor-element-c85ef54 section#ever_stayed {
    padding: 100px 0;
    margin-bottom: 0;
}
/* ********************************************************************** */
section#our_aminities .our_aminities_main .our_aminities_images img {
    position: relative;
}

section#our_aminities .our_aminities_main .our_aminities_images h3.our_heading {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #FFFFFF;
    position: absolute;
    bottom: -8px;
    left: 15px;
    height: 100px;
    padding-top: 20px;
    padding-left: 15px;
    width: calc(100% - 27px);
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0.9360119047619048) 0%, rgba(218, 218, 218, 0) 100%);
}

section#our_aminities {
    background-color: #F6F1F0;
}

section#our_aminities .our_aminities_main .Explore_the_riverarch ul li {
    font-family: "Outfit", system-ui;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2.8px;
    text-align: left;
    color: #1B1B1B;
    text-transform: uppercase;
}

section#our_aminities .our_aminities_main .row.our_Hotel_section {
    margin-top: 30px;
}

/* ***************************** */
section#hotel_facilities.special_offers_main {
    background-color: #fff;
}

section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid.special_offers {
    background-color: #F6F1F0;
    min-height: 270px;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.special_offers_Inner #hotel_facilities .wrapper .hotel_facilities .slick-track .hotel_slid.special_offers.slick-slide {
    min-height: 360px;
}


section#find_us .find_us_main .find_us_section_one button.explore_now {
    width: 250px;
    height: 45px;
    padding: 9px 0px 0px 0px;
    gap: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0px;
    display: grid;
    margin-top: 65px;
    background-color: #AA8453;
    position: relative;
}

section#find_us .find_us_main .find_us_section_one button.explore_now a {
    font-family: "Outfit", system-ui;
    font-size: 12.09px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.9500000476837158px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

section#find_us .find_us_main .find_us_section_one button.explore_now::after {
    border-top: 1px solid #AA8453;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    width: 100%;
}

section#find_us .find_us_main #find_us_section_first {
    display: flex;
    align-items: center;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 608px;
    height: 600px;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

section#find_us {
    padding: 30px 0 100px 0;
}

section#find_us .find_us_main .find_us_section_one h1 {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.8999999761581421px;
    text-align: left;
    color: #1C1C1C;
}

section#find_us .find_us_main .find_us_section_one p {
    font-family: "Outfit", system-ui;
    font-size: 14.88px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #777777;
}

section#find_us .find_us_main .find_us_section_one h6 {
    font-family: "Outfit", system-ui;
    font-size: 19.22px;
    font-weight: 500;
    line-height: 32.5px;
    color: #111111;
    text-align: left;
    margin-top: 20px;
}

section#find_us .find_us_main .find_us_section_one span {
    font-family: "Outfit", system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #111111;
}

section#find_us .find_us_main .find_us_section_one a {
    font-family: "Outfit", system-ui;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #777777;
    margin-left: 6px;
}

section#find_us .find_us_main .find_us_section_one {
    width: 80%;
}

/* ****************** */

section#receive_our_latest .receive_our_latest_main {
    background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 47%)), url('images/Image.png');
    background-position: center;
    /* background-repeat: no-repeat; */
    min-height: 300px;
    background-size: cover;
    display: flex;
    align-items: center;
}

section#receive_our_latest .receive_our_latest_main .receive_our_latest_first h1 {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 45px;
    font-weight: 400;
    line-height: 54.99px;
    letter-spacing: 0.8999999761581421px;
    text-align: left;
    color: #FFFFFF;
    width: 80%;
}

section#receive_our_latest .receive_our_latest_main .receive_our_latest_secound p {
    /* font-family: "Outfit", system-ui; */
    font-size: 14.88px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
    font-style: normal;
    font-family: "Cormorant Garamond", serif;
}

section#receive_our_latest .receive_our_latest_main .receive_our_latest_secound .well form input#email {
    display: inline-block;
    font-weight: 400;
    color: #fff !important;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #fff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 60%;
}

section#receive_our_latest .receive_our_latest_main .receive_our_latest_secound .well form input#email::placeholder {
    /* modern browser */
    color: #fff;
}

section#receive_our_latest .receive_our_latest_main .receive_our_latest_secound .well .input-group button.btn.explore_now {
    width: 152.73px;
    height: 45px;
    padding: 9px 0px 0px 0px;
    gap: 0px;
    border: 1px solid #FFFFFF !important;
    opacity: 0px;
    background: none;
    display: grid;
    margin: auto;
    border-radius: 0;
    color: #fff;
    position: relative;
}
section#receive_our_latest .receive_our_latest_main .receive_our_latest_secound .well .input-group button.btn.explore_now::after {
    border-top: 1px solid white;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    width: 100%;
}

/* ******************************footer***************************** */

section#footer .footer_main {
    background-color: #1C2C34;
    padding: 86.53px 0px 70px 0px;
    gap: 0px;
    opacity: 0px;
    z-index: 1;
    position: relative;
}

section#footer .footer_main .section_footer_one img {
    width: 104.8px;
    height: 80px;
    gap: 0px;
    opacity: 0px;
}

section#footer .footer_main .section_footer_one p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 14.75px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.3199999928474426px;
    text-align: left;
    color: #CDCDCD;
    margin-top: 20px;
    margin-bottom: 20px;
}

section#footer .footer_main .footer_section_img img {
    padding-right: 16px;
    width: 80px;
}

section#footer .footer_main .section_footer_two h1, section#footer .footer_main .section_footer_three h1, section#footer .footer_main .section_footer_four h1 {
    /* font-family: Cormorant Garamond; */
    font-size: 31px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.0499999523162842px;
    text-align: left;
    color: #ffffffeb;
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
}

section#footer .footer_main .section_footer_two ul,
section#footer .footer_main .section_footer_three ul {
    padding: 0;
    list-style: none;
    padding-top: 20px;
}
section#footer .footer_main .section_footer_two ul.navbar-nav{
    padding: 0;
}
section#footer .footer_main .section_footer_two ul.navbar-nav li.menu-item a{
    /* font-family: Inter; */
    font-size: 15.25px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    color: #CDCDCD;
    font-family: "Inter", sans-serif;
    font-style: normal;
}
section#footer .footer_main .section_footer_two ul.navbar-nav li.menu-item a:hover{
    text-decoration: none;
}

section#footer .footer_main .section_footer_three ul li {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 15.25px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #CDCDCD;
}

section#footer .footer_main .section_footer_four p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 14.63px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #CDCDCD;
    padding-top: 20px;
}

#border-footer-down {
    width: 100%;
    height: 1px;
    background-color: #00000040 !important;
}

section#footer_bootom_inner {
    background: #1c2c34;
    padding-top: 25px;
    padding-bottom: 10px;
}

section#footer_bootom_inner .footer_down_one .footer_icon p {
    font-size: 15.13px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #CDCDCD;
    margin-right: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

section#footer_bootom_inner .footer_down_one .footer_icon {
    display: flex;
}

section#footer_bootom_inner .footer_down_one .footer_icon svg {
    margin: 0 10px;
}

section#footer_bootom_inner .footer_down_two p {
    /* font-family: Inter; */
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #CDCDCD;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

section#footer_bootom_inner .footer_down_three a {
    /* font-family: Inter; */
    font-size: 14.25px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-style: normal;
}


section#footer_bootom_inner .footer_down_three {
    float: right;
}

#riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two p {
    font-family: "Outfit", system-ui;
    font-weight: 300;
    font-style: normal;
}

.elementor-element-8985818 #forminator-module-422 .forminator-row button.forminator-button.forminator-button-submit {
    width: 100%;
    font-family: "Outfit", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.95px;
    padding: 14px;
    width: 100%;
}

.elementor-element-8985818 #forminator-module-422 .forminator-row button.forminator-button.forminator-button-submit,
.elementor-element-8985818 #forminator-module-422 .forminator-row button.forminator-button.forminator-button-submit:hover {
    box-shadow: none;
}

.elementor-element-8985818 #forminator-module-422 .forminator-row button.forminator-button.forminator-button-submit::before {
    content: "\f061";
    color: #ffffff;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
}

.elementor-element-8985818 #forminator-module-422 .forminator-row button.forminator-button.forminator-button-submit::after {
    border-top: 2px solid #aa84539e;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 10%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    margin-top: 4px;
    top: 100%;
}

.elementor-element-8985818 #forminator-module-422 span.forminator-icon-calendar {
    top: 50% !important;
}

.elementor-element-8985818 #forminator-module-422 label {
    display: block;
}


.page-id-516 .rooms_page_room_heading:hover h2 a {
    color: #AA8453;
}

.booking_room_section .book_now_this_room_btn .elementor-button-wrapper > a.elementor-button-link{
    width: 100% !important;
    max-width: 100% !important;
}
/* ***************************************************** */
@media only screen and (max-width: 1600px) {
    #discover .discover_main button.book-btn {
        left: 40%;
    }
}
@media only screen and (max-width: 1440px) {
    .page-template-homepage .riverarch_banner_section .stay_section div#booking {
        margin-top: 100px;
    }
    /* #discover .discover_main button.book-btn {
        left: 60%;
    } */
    #discover .discover_main .royal_rooms_one {
        margin-right: 0;
    }
    #discover .wrapper .carousel .slick-list.draggable {
        padding: 0px 300px !important;
    }
}

@media only screen and (max-width: 1366px) {

    #discover .discover_main .royal_rooms_main {
        width: 92%;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 2px;
    }

    #discover .discover_main .royal_rooms .royal_rooms_one p {
        font-size: 15px;
    }

    #discover .discover_main button.book-btn {
        height: 44px;
        margin-left: 0px;
        margin-right: 30px;
    }

    #first_resort .first_resort_main .first_resort_video_section {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 1280px) {
  
    .page-template-gallery_page .imgPreview {
        margin-bottom: 30px;
    }
    #discover .discover_main button.book-btn {
        margin-right: 26px;
    }
    #first_resort .row {
        width: 100%;
    }

    #discover .discover_main .royal_rooms .royal_rooms_one p {
        line-height: 35px;
    }
}

@media only screen and (max-width: 1024px) {
  
    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item {
        padding: 12px 17px;
    }
    #first_resort .first_resort_main {
        top: 16%;
        left: 6%;
        right: 0%;
    }
    #hotel_facilities .container {
        padding: 0;
    }
    section#discover .container-fluid {
        padding: 0;
    }
    section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid p {
        margin-bottom: 10px;
        font-size: 17px;
    }
    #ever_stayed .ever_stayed_inner .slick-arrow {
        display: none !important; 
    }
    section#ever_stayed .ever_stayed_main .ever_stayed_inner .best_hotels {
        margin: 0;
        padding: 0;
    }
    section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid {
        padding-right: 10px;
        padding-left: 0;
    }
    section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img .silder_video_ever_hotels iframe {
        width: 340px;
    }
    section#discover {
        padding: 100px 0 80px;
    }
     section#our_aminities {
        padding: 100px 0 80px;
    }
    #discover .wrapper .carousel .slick-list.draggable {
        padding: 0px 250px !important;
    }
    #riverarch_one .riverarch_nav .navbar .contact-page a {
        padding: 12px 25px 12px 25px;
    }
    #riverarch_one .stay_section span#resort_heading {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    #riverarch_one .stay_section {
        top: 17%;
    }
    .page-template-homepage .riverarch_banner_section .stay_section div#booking {
        margin-top: 30px;
    }
    .section .section-center {
        width: 90%;
    }
    section#find_us .find_us_main .find_us_section_one {
        width: 100%;
    }

    .responsive-map {
        width: 100%;
        height: 400px;
    }

    section#footer .footer_main .section_footer_two h1,
    section#footer .footer_main .section_footer_three h1,
    section#footer .footer_main .section_footer_four h1 {
        font-size: 25px;
    }

    section#footer .footer_main .footer_section_img img {
        width: 60px;
    }

    #footer .section_footer_four img {
        width: 100%;
    }

    section#footer_bootom_inner .footer_down_two p,
    section#footer_bootom_inner .footer_down_three a {
        font-size: 13px;
    }

    section#footer_bootom_inner .footer_down_one .footer_icon p {
        font-size: 13px;
        margin-right: 6px;
    }

    section#footer_bootom_inner .footer_down_one .footer_icon svg {
        margin: 0 8px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_three img {
        width: 100%;
    }

    #riverarch_one .stay_section h1 {
        font-size: 65px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1,
    section#discover .discover_main .discover_two h1,
    #hotel_facilities .hotel_facilities_main .discover_two h1,
    section#our_aminities .our_aminities_main .Explore_the_riverarch_two h1 {
        font-size: 40px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1::after {
        top: 79%;
    }

    #discover .discover_main button.book-btn a {
        font-size: 12px;
    }

    #discover .discover_main button.book-btn {
        height: 39px;
        padding: 12px 13px 12px 13px;
        margin-right: 11px;
        margin-left: 0;
        line-height: 0;
    }
    #discover .discover_main .royal_rooms_two h1 {
        font-size: 25px;
    }

    #first_resort .first_resort_main h1 {
        font-size: 32px;
    }

    #first_resort .first_resort_video_section img {
        width: 90px;
    }

    section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid h2 {
        font-size: 16px;
    }


    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul,
    section#discover .discover_main .discover ul,
    #hotel_facilities .hotel_facilities_main .discover ul,
    section#our_aminities .our_aminities_main .Explore_the_riverarch ul {
        margin-right: 0;
    }

    section#our_aminities .our_aminities_main .row.our_Hotel_section,
    section#our_aminities .our_aminities_main .our_aminities_images img {
        width: 100%;
    }

    section#receive_our_latest .receive_our_latest_main .receive_our_latest_first h1 {
        font-size: 35px;
        line-height: 44.99px;
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 991px) {
   
    #hotel_facilities .container,
    #ever_stayed .container {
        width: 100%;
        max-width: 100%;
        padding: 0 35px;
    }
    .elementor-element-56e934e .elementor-element-2a66d32 .elementor-button-wrapper a.elementor-button {
        padding: 10px 15px 10px 15px;
    }
    section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img img {
        width: 100%;
    }
    section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img .silder_video_ever_hotels img {
        position: relative;
    }
    section#ever_stayed .ever_stayed_main .ever_stayed_inner .best_hotels {
        display: flex;
        flex-flow: column;
    }

    section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid {
        order: 2;
        padding: 20px 10px;
    }
    section#ever_stayed .ever_stayed_main .ever_stayed_inner .best_hotels {
        margin: 0;
        padding: 0;
    }

    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item a {
        color: #3B3B3B;
    }
    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li#menu-item-495 a{
        padding: 0;
    }
    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item {
        padding: 8px 17px;
    }


    #navbarSupportedContent {
        background: #FFF;
        padding: 50px;
        width: 100%;
        z-index: 999;
    }

    .menu-header-menu-container ul.menu-header-menu li.dropdown_icon a::before {
        content: "\f061";
        color: #3B3B3B;
        right: 0;
        position: absolute;
        top: 35%;
    }
    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.dropdown_icon a::after {
        font-size: 11px;
        color: #000000a1;
        content: "\f078";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 7px;
        vertical-align: middle;
    }
    #riverarch_one .riverarch_nav .navbar .collapse ul.sub-menu li.menu-item a::after {
        content: "/";
        display: none;
    }
    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.menu-item:hover ul.sub-menu a {
        padding: .25rem 1rem;
    }
    #riverarch_one .riverarch_nav .navbar ul.sub-menu {
        padding: 0;
        margin: 0;
        border: none;
        box-shadow: 0px 0px 7px 3px #00000008;
        /* margin-left: 16px; */
        position: relative;
        float: none;
        margin-top: 10px;
        padding: 10px 0;
    }

    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item:hover a.nav-link i::before{
        content: "\f063";
        color: #3B3B3B;
        right: 0;
        position: absolute;
        top: 7%;
    }
    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item {
        position: relative;
    }

    #riverarch_one .riverarch_nav .navbar .contact-page a {
        color: #3B3B3B;
        padding: 0;
    }

    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item a.nav-link {
        line-height: 32.5px;
        color: #3B3B3B;
    }

    #riverarch_one .riverarch_nav .navbar .contact-page a {
        padding: 0;
        gap: 3px;
        margin-left: 35px;
    }

    #navbarSupportedContent ul.navbar-nav {
        margin-bottom: 7px !important;
    }

    .navbar-nav .dropdown-menu {
        float: none;
        border: none;
    }

    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item a.nav-link i {
        font-size: 12px;
    }

    #navbarSupportedContent .dropdown-menu .dropdown-item {
        padding: 10px 20px;
        font-family: "Outfit", system-ui;
        font-size: 15px;
        font-weight: 300;
        line-height: 22.5px;
        text-align: left;
        border-bottom: 1px solid #AA845336;
    }

    #navbarSupportedContent .dropdown-item:focus,
    #navbarSupportedContent .dropdown-item:hover,
    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item:hover a.nav-link,
    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item:hover a.nav-link i,
    #riverarch_one .riverarch_nav .navbar .contact-page a:hover {
        color: #AA8453;
    }

    #navbarSupportedContent ul.navbar-nav {
        margin-bottom: 30px;
    }

    #riverarch_one .riverarch_nav .navbar .contact-page a {
        margin-left: 15px;
    }

    section#our_aminities .our_aminities_main .Explore_the_riverarch ul::after {
        top: 10%;
    }

    /* #booking .section-center .container {
        max-width: 100%;
    } */

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul::after {
        top: 4.5%;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1,
    section#discover .discover_main .discover_two h1,
    #hotel_facilities .hotel_facilities_main .discover_two h1,
    section#our_aminities .our_aminities_main .Explore_the_riverarch_two h1 {
        font-size: 29px;
        margin-bottom: 10px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two p {
        font-size: 15px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two .rating_star {
        padding-bottom: 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two .rating_star .rating_heading {
        margin-left: 9px;
    }
    section#riverarch_luxury_resort,
    section#discover,
    section#our_aminities {
        padding: 80px 0 50px;
    }

    #first_resort .first_resort_main h1,
    section#find_us .find_us_main .find_us_section_one h1 {
        font-size: 29px;
    }

    section#our_aminities .our_aminities_main .our_aminities_images h3.our_heading {
        font-size: 20px;
        padding-top: 40px;
    }

    section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h2 {
        font-size: 21px;
        line-height: 25.8px;
    }

    section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid.special_offers {
        min-height: 310px;
    }

    section#hotel_facilities .hotel_facilities_main.hotel_facilities_rooms_section .hotel_facilities .hotel_slid,
    section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid {
        padding: 8px;
    }

    section#hotel_facilities .hotel_facilities_main.hotel_facilities_rooms_section .hotel_facilities .hotel_slid h4.number_slid,
    section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h4.number_slid {
        width: 37px;
        height: 37px;
    }

    section#find_us .find_us_main .find_us_section_one h6 {
        font-size: 16px;
    }
    section#ever_stayed {
        padding: 40px 0;
    }

    section#receive_our_latest .receive_our_latest_main .receive_our_latest_first h1 {
        font-size: 25px;
        line-height: 28.99px;
    }

    section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid h2 {
        line-height: 27.9px;
        margin-bottom: 15px;
    }

    section#ever_stayed .ever_stayed_main .ever_stayed_inner .ever_stayed_slid p {
        font-size: 15px;
        line-height: 27.98px;
    }

    section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img {
        align-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .home .elementor-element-692f566 .elementor-element-b27b2ba .reviews_heading p {
        line-height: 20px;
        margin-bottom: 5px;
    }
    #first_resort .first_resort_main {
        top: 4%;
    }
    .home .elementor-element-e09fcc5 .aminities_photos {
        height: auto;
    }
   
    section#hotel_facilities .hotel_facilities_main.hotel_facilities_rooms_section .hotel_facilities .hotel_slid h4.number_slid, section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h4.number_slid {
        right: 8px;
    }
    /* .elementor-element-56e934e .elementor-element-f7ad1b8{
        width: 100%;
        max-width: 100%;
    } */
    

    #first_resort .custom-model-inner{
        margin-top: 200px !important;
    }
    .page-id-516 .room_section_button_line .elementor-divider-separator::after {
        border-top: 1px solid #AA8453;
        content: "";
        margin: 0 auto;
        position: absolute;
        bottom: -5px;
        width: 100%;
    }
    .page-id-516 .Rooms_section_center{
        align-self: center;
    }
    #discover .wrapper .carousel .slick-list.draggable {
        padding: 0px 50px !important;
    }
    .section .section-center {
        width: 100%;
    }
    section#riverarch_luxury_resort{
        padding: 140px 0 90px;
    }
    .page-template-homepage .riverarch_banner_section .stay_section div#booking {
        margin-top: 40px;
    }
    #discover .discover_main button.book-btn {
        width: 100%;
        line-height: 0;
        height: 48px;
    }
    #discover .discover_main button.book-btn a {
        margin: auto;
        font-size: 11px;
    }

    #discover .discover_main .royal_rooms_main {
        display: grid;
    }

    #discover .discover_main .royal_rooms .royal_rooms_one h5 {
        font-size: 20px;
    }

    #discover .discover_main .royal_rooms .royal_rooms_one p {
        font-size: 13px;
    }

    #discover .discover_main .royal_rooms_two p {
        margin-right: 10px;
    }

    section#our_aminities .our_aminities_main .Explore_the_riverarch ul::after {
        top: 11%;
    }

    .booking-form .form-control {
        height: 55px;
        padding: 0px 12px;
    }

    .booking-form .submit-btn {
        height: 55px;
    }

    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item a.nav-link {
        line-height: 22.5px;
        color: #3B3B3B;
    }

    #riverarch_one .riverarch_nav .navbar .collapse ul.navbar-nav li.nav-item.active a.nav-link {
        font-size: 15px;
        line-height: 22.5px;
        color: #AA8453;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-gallery_page .imgPreview {
        width: 100%;
        max-height: 100%;
        height: auto;
    }
    .page.page-id-192 .images_section .image_bg_activities {
        background: transparent !important;
        background-color: transparent !important;
    }
    .page.page-id-192 .images_section .Section_paragaraph{
        order: 2 !important;
    }
   .elementor-element-56e934e .elementor-element-f7ad1b8 #cta_form_btn .elementor-button-wrapper .elementor-button {
	width: 100% !important;
}
  
    #first_resort .custom-model-inner {
        width: 80% !important; 
        max-width: 80% !important;
    }
    #first_resort .custom-model-wrap, #first_resort .custom-model-wrap .pop-up-content-wrap iframe {
        height: 300px;
    }
    #discover .discover_main .royal_rooms .royal_rooms_one p {
        font-size: 15px;
    }
    #discover .discover_main .royal_rooms .royal_rooms_one p {
        font-size: 15px;
    }
    .page-id-516 .page_room_section:first-child div{
        width: 100%;
    }
    .page-id-516 .elementor-element-1822bc2 .elementor-element-bdf6714,
    .page-id-516 .elementor-element-f89a4bf .elementor-element-4a69889,
    .page-id-516 .elementor-element-c928005 .elementor-element-7c93340  {
        order: 2;
    }
    .page-id-516 .elementor-element-1822bc2 .elementor-element-be85487,
    .page-id-516 .elementor-element-f89a4bf .elementor-element-d3d049d,
    .page-id-516 .elementor-element-c928005 .elementor-element-1e6d4e8 {
        order: 1;
    }
    #discover .discover_main .royal_rooms_main {
        display: block;
    }
    #discover .discover_main button.book-btn {
        left: 0;
    }
    #discover .wrapper .carousel .slick-list.draggable {
        padding: 0px 10px !important;
    }
    .page-template-homepage .riverarch_banner_section .stay_section div#booking {
        margin-top: 100px;
    }
    .page-template-homepage .riverarch_banner_section img.main_bg_image {
        display: none;
    }
    .page-template-homepage .riverarch_banner_section {
        background-image: url('images/1st.png');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        background-position: top;
        margin-top: -55px;
    }
    #first_resort .first_resort_main .resort_order_secound{
        order: 1;
    }
    #first_resort .first_resort_main .resort_order_first{
        order: 2;
    }
    #first_resort .first_resort_main .first_resort_video_section {
        margin-bottom: 50px;
        margin-top: 0;
    }
    .section .section-center {
        top: 87%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
    }

    #booking.section {
        height: 82vh;
    }

    section#our_aminities {
        padding: 80px 0 50px;
        margin-top: 40px;
    }
    .elementor-element-dd36740 section#discover {
        padding: 0;
        margin: 0;
        padding-bottom: 80px;
    }
    section#riverarch_luxury_resort {
        padding: 80px 0 0px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul::after {
        top: 44.5%;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul li {
        margin-left: 0 !important;
    }

    #riverarch_one .stay_section h1 {
        font-size: 75px;
        margin-top: 60px;
    }

    #riverarch_one .booking-form {
        width: 100%;
        padding: 20px 40px 20px;
        z-index: 9999;
        position: relative;
    }

    #riverarch_one .riverarch_nav .section-center .booking-form form {
        display: block;
    }

    .booking-form .submit-btn {
        height: 55px;
        width: 100%;
    }

    #riverarch_one .stay_section {
        top: 210px;
        position: relative;
    }

    #riverarch_one .stay_section button.explore_now {
        margin-top: 60px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1,
    section#discover .discover_main .discover_two h1,
    #hotel_facilities .hotel_facilities_main .discover_two h1,
    section#our_aminities .our_aminities_main .Explore_the_riverarch_two h1 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two p {
        font-size: 15px;
        line-height: 26.25px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1 {
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 48px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two p {
        font-size: 15px;
        line-height: 18px;
        font-weight: 300;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1::after {
        left: -13%;
        right: none;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two .rating_star .rating_heading {
        margin-left: 30px;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1::after {
        left: 13% !important;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_three img {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    /* #discover .container,
    #hotel_facilities .container,
    #our_aminities .container,
    #find_us .container,
    #receive_our_latest .container,
    #footer .container,
    #footer_bootom_inner .container {
        width: 100%;
        max-width: 100%;
    } */

    #footer .section_footer_four img {
        width: 30%;
    }

    section#footer .footer_main .section_footer_one img {
        width: 154.8px;
        height: auto;
    }

    section#footer .footer_main {
        padding: 55.53px 0px 70px 0px;
    }

    #discover .discover_main button.book-btn {
        width: 35%;
    }

    #discover .discover_main .royal_rooms_main .royal_rooms_two {
        width: 50%;
        justify-content: center;
    }

    #discover .discover_main .royal_rooms_main .royal-colom {
        display: flex;
    }

    #discover .discover_main .royal_rooms_main {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 30px;
        padding-top: 30px;
        /* display: grid; */
    }

    section#discover .discover_main .discover ul::after,
    #hotel_facilities .hotel_facilities_main .discover ul::after,
    section#our_aminities .our_aminities_main .Explore_the_riverarch ul::after {
        left: 0;
        right: 0;
        width: 96%;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul li,
    section#discover .discover_main .discover ul li,
    #hotel_facilities .hotel_facilities_main .discover ul li,
    section#our_aminities .our_aminities_main .Explore_the_riverarch ul li {
        margin-left: 10px;
    }

    #discover .discover_two p {
        font-size: 15px;
        line-height: 26.25px;
    }

    #first_resort .first_resort_main h1 {
        font-size: 45px;
        line-height: 54px;
    }

    #first_resort .first_resort_main p {
        line-height: 22.5px;
    }

    #first_resort .first_resort_video_section img {
        width: 70px;
    }

    #first_resort .first_resort_main {
        top: 10%;
        left: 9%;
        right: 3%;
    }
    .elementor-element-56e934e .elementor-element-6c02689 .elementor-divider span.elementor-divider-separator {
        width: 100%;
    }
    #hotel_facilities .container, #ever_stayed .container {
        padding: 0;
    }

    #hotel_facilities .slick-arrow {
        display: none !important;
    }

    section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h4.number_slid {
        width: 45px;
        height: 45px;
    }

    section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid h2 {
        font-size: 24px;
        line-height: 28.8px;
    }

    section#hotel_facilities .hotel_facilities_main .hotel_facilities .hotel_slid {
        padding: 50px;
    }

    section#ever_stayed .ever_stayed_main .ever_stayed_inner .slid-img img {
        width: 100%;
    }

    section#our_aminities .our_aminities_main .row.our_Hotel_section,
    section#our_aminities .our_aminities_main .our_aminities_images img {
        width: 100%;
        margin: auto;
    }

    section#our_aminities .our_aminities_main .our_aminities_images h3.our_heading {
        font-size: 21.6px;
        padding-top: 10px;
        line-height: 25.96px;
        padding-left: 25px;
    }

    #find_us .find_us_section_map {
        padding: 0;
    }

    section#find_us .find_us_main .find_us_section_one h1 {
        font-size: 45px;
    }

    section#find_us .find_us_main .find_us_section_one {
        margin-top: 50px;
    }



    section#hotel_facilities {
        padding: 100px 0 80px;
    }

    section#receive_our_latest .receive_our_latest_main .receive_our_latest_secound .well .input-group button.btn.explore_now {
        width: 35%;
    }

 

    section#receive_our_latest .receive_our_latest_main .receive_our_latest_first h1 {
        font-size: 33px;
        line-height: 38.99px;
    }

    #footer_bootom_inner .footer_down_one .footer_icon,
    section#footer_bootom_inner .footer_down_two p {
        justify-content: center;
    }

    section#footer_bootom_inner .footer_down_three {
        float: none;
        text-align: center;
    }

 

    section#footer_bootom_inner .footer_down_one .footer_icon {
        justify-content: center;
    }
  
    #discover .slick-dots {
        display: block;
    }
    section#find_us {
        padding: 30px 0 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .page-template-gallery_page .prevButton, .page-template-gallery_page .nextButton {
        width: 100%;
        height: 37px;
    }
    .page-template-gallery_page a.btn::after, .page-template-gallery_page .prevButton::after, .page-template-gallery_page .nextButton::after {
        top: 40px;
    }
    .page-template-gallery_page .nextButton {
        margin-left: 0;
    }
    .page-template-gallery_page .closeBtn{
        height: 37px;
    }
    .page-template-gallery_page .closeBtn::after {
        top: 39px;
    }
    #first_resort .pop-up-content-wrap iframe{
        width: 100%;
    }
    #first_resort .custom-model-wrap {
        width: 90%;
    }
    #first_resort .custom-model-inner {
        margin-top: 200px;
        display: flex;
        justify-content: center;
    }

    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul::after {
        left: 15px;
    }
    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_one ul {
        margin-right: 0;
        margin-left: 18px;
    }
    #first_resort .first_resort_main {
        top: 6%;
    }

    #footer .section_footer_four img {
        width: 40%;
    }
    #discover .wrapper ul.slick-dots li#slick-slide00::before {
        content: "\f104";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin: 0 auto;
        position: absolute;
        top: -3px;
        right: 30px;
        color: #aa8453;
    }
    #discover .wrapper ul.slick-dots li#slick-slide05::after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin: 0 auto;
        position: absolute;
        bottom: -5px;
        left: 30px;
        top: -3px;
        color: #aa8453;
    }
    .wrapper .slick-dots li button::before {
        font-size: 12px;
        color: #aa8453;
    }
    #discover .slick-dots {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 414px) {
    .page-template-gallery_page .gallery img {
        width: 100%;
        height: auto;
    }
    .page-template-gallery_page a.btn { 
        width: 100%;
        margin-bottom: 20px;
    }
    
    #riverarch_luxury_resort .riverarch_luxury_resort_main .riverarch_luxury_resort_two h1::after {
        left: 18% !important;
    }
    #riverarch_one .stay_section h1 {
        margin-left: 15px;
        margin-right: 15px;
    }
    #first_resort .first_resort_main h1 {
        font-size: 38px;
        line-height: 44px;
    }
    #first_resort .first_resort_main .resort_order_secound {
        height: 70px;
    }
    #first_resort .first_resort_main {
        top: 4%;
        left: 8%;
        right: 3%;
    }
    #first_resort .first_resort_video_section img {
        width: 60px;
    }
    .elementor-6 .elementor-element.elementor-element-7c2b0a3 .elementor-heading-title {    
        font-size: 16.22px;
    }
}

@media only screen and (max-width: 360px) {
    #first_resort .first_resort_main {
        top: 9%;
    }
    #first_resort .first_resort_main .first_resort_video_section {
        margin-bottom: 30px;
    }
}
  #first_resort .custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  #first_resort .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  #first_resort .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 30px auto;
    max-width: 50%;
  }
  #first_resort .custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #AA845385;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 6px 0 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}
#first_resort .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  #first_resort .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  #first_resort .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  #first_resort .close-btn {
	position: absolute;
	right: 0;
	top: -80px;
	cursor: pointer;
	z-index: 99;
	color: #fff;
	font-size: 50px;
	background: #AA8453;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;

}
#first_resort .close-btn::after {
	border-top: 1px solid #AA8453;
	content: "";
	margin: 0 auto;
	position: absolute;
	bottom: -5px;
	width: 100%;
	left: 0;
}
  
  @media screen and (min-width:800px){
    #first_resort .custom-model-main:before {
      content: "";
      display: inline-block;
      height: auto;
      vertical-align: middle;
      margin-right: -0px;
      height: 100%;
    }
  }
  @media screen and (max-width:799px){
    #first_resort .custom-model-inner{margin-top: 45px;}
  }

  #first_resort .custom-model-wrap,
  #first_resort .custom-model-wrap .pop-up-content-wrap iframe {
    width: 100%;
}



.elementor-element.elementor-element-abb56c7.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
	padding: 0;
}




/* ****************************************************************** */

.slider_main_images img.swiper-slide-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


#home_banner_heading {
    font-family: "Libre Caslon Display", serif;
    font-style: normal;
    font-size: 45px !important;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFF;
}



#home_slider_banner .n2-ss-slide.n2-ow.n2-ss-slide-3 {
	min-height: 100vh;
}