/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-width: 1px;
    border-color: #ffffff !important;
    font-weight: 600;
    color: #ffffff !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    background: #f5b83d !important;
}

.btn:hover {
    border-width: 1px;
    border-color: #000000 !important;
    color: #000000 !important;
    background-color: transparent !important;
}

.btn:is(:active, :focus) {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsl(40, 90%, 60%);
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*-- navigation--*/
header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
}

.header-container {
    width: 100%;
    padding-inline: 15px;
}

.header-container > .navbar-wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.navbar-wrapper > .navbar-logo {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-logo > a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.navbar-logo > a > img {
    width: 200px;
}

@media (min-width: 768px) {
    .navbar-logo > a > img {
        width: 250px;
    }
}

.navbar-wrapper > .navbar-menu {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
}

.navbar-menu > .hamburger-button {
    display: block;
    position: absolute;
    right: 1rem;
    background-color: white;
}

@media (min-width: 1024px) {
    .navbar-menu > .hamburger-button {
        display: none;
    }
}

.hamburger-active > span:nth-child(1) {
    transform: rotate(-45deg);
}

.hamburger-active > span:nth-child(2) {
    transform: scale(0);
}

.hamburger-active > span:nth-child(3) {
    transform: rotate(45deg);
}

.hamburger-line {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #000000;
    width: 30px;
    height: 2px;
}

.hamburger-line:nth-child(1) {
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top right;
}
.hamburger-line:nth-child(2) {
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-line:nth-child(3) {
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: bottom right;
}

.hidden {
    display: none;
}

.navbar-menu > nav {
    position: absolute;
    padding-block: 15px;
    right: 0;
    top: 100%;
    border-radius: 0.5rem;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1024px) {
    .navbar-menu > nav {
        display: block;
        position: static;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
}

.nav-ul {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .nav-ul {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

.nav-list {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #000000;
}

.nav-list:hover {
    color: #f5b83d;
}

.nav-book {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    background: #f5b83d;
}

.nav-book:hover {
    border: 1px solid #000000;
    color: #000000;
    background-color: transparent;
}

.fixed-navbar {
    position: fixed;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

/** banner section **/

.banner_main {
    position: relative;
}

.banner .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #000;
}

.banner .carousel-indicators .active {
    background-color: hsl(40, 90%, 60%);
}

.booking_ocline {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.booking_ocline .container .row {
    justify-content: center;
}

.book_room {
    background-color: #000000c7;
    padding: 30px 35px;
    border-left: hsl(40, 90%, 60%) solid 5px;
}

.book_room h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.book_now span {
    display: block;
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
}

.book_now .online_book {
    width: 100%;
    height: 50px;
    border: #fff solid 1px;
    background-color: transparent;
    color: #fff;
    color-scheme: dark;
    padding: 0 10px;
    padding-right: 10px;
    margin-bottom: 25px;
    position: relative;
}

.book_btn {
    background-color: hsl(40, 90%, 60%) !important;
    max-width: 189px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    transition: ease-in 0.5s;
    display: block;
}

.book_btn:hover {
    background-color: #fff !important;
    color: hsl(40, 90%, 60%);
    transition: ease-in 0.5s;
}

.carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.notification-box {
    background-color: #f9f9f9;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
}

.notification-box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.notification-box p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.notification-box p a {
    color: blue;
    text-decoration: none;
    transition: color 0.3s ease;
}

.notification-box p a:hover {
    text-decoration: underline;
    color: darkblue;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.carousel-indicators {
    right: inherit;
    bottom: 53px;
    margin-left: 9%;
    z-index: 1;
}

/** end banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 40px;
}

.titlepage h2 {
    font-size: 40px;
    color: #121212;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

.titlepage h2::before {
    position: absolute;
    content: "";
    background-color: hsl(40, 90%, 60%);
    width: 20px;
    height: 4px;
    transform: rotate(-36deg);
}

.titlepage h2::after {
    position: absolute;
    content: "";
    background-color: hsl(40, 90%, 60%);
    width: 20px;
    height: 4px;
    transform: rotate(-36deg);
    bottom: 10px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background-color: #121212;
    color: #fff;
    padding: 8px 0px;
    width: 100%;
    max-width: 144px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 30px;
}

.read_more:hover {
    background: #fe0000;
    color: #fff;
    transition: ease-in all 0.5s;
}

/** about section **/

.about {
    background-color: #fff;
    padding-top: 85px;
}

.about .titlepage {
    text-align: left;
    padding-bottom: 0;
    max-width: 443px;
    width: 100%;
    float: right;
}

.about .titlepage h2 {
    margin-bottom: 35px;
}

.about .titlepage p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 35px;
}

.about_img {
    margin-right: 40px;
    overflow: hidden;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    width: 100%;
    transition: all 0.5s;
}

.about_img figure img:hover {
    transform: scale(1.2);
}
/** end about section **/

/** our_room section **/

.our_room {
    background-color: #f4f5f7;
    padding: 60px 15px 30px 15px;
    margin-top: 80px;
}

.our_room .titlepage {
    text-align: center;
}

.our_room .titlepage p {
    color: #121212;
    font-size: 17px;
    margin-top: 20px;
}

.our_room .room {
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    transition: ease-in all 0.5s;
    border-radius: 10px;
}

.our_room .room .room_img {
    overflow: hidden;
}

.our_room .room .room_img figure {
    margin: 0;
}

.our_room .room .room_img figure img {
    width: 100%;
    height: 300px; /* Ubah tinggi gambar sesuai kebutuhan */
    object-fit: cover; /* Pastikan gambar diisi tanpa merubah proporsi */
    transition: all 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.our_room .room .room_img figure img:hover {
    transform: scale(1.2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.our_room .room .bed_room {
    padding: 33px 30px;
}

.our_room .room .bed_room h3 {
    color: #121212;
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
    transition: ease-in all 0.5s;
    margin: auto;
}

#serv_hover:hover.room {
    cursor: pointer;
    box-shadow: 0px 0px 30px hsl(40, 90%, 60%);
    transition: ease-in all 0.5s;
}

/** end our_room section **/

/* room_details section */

label {
    display: inline-block;
    width: 200px;
    margin-bottom: 5px;
}

input {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 10px;
}

.terms-and-conditions {
    margin: 50px auto;
    max-width: 600px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    text-align: left;
}

.terms-and-conditions h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.terms-and-conditions ul {
    padding: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

.terms-and-conditions ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.terms-and-conditions p {
    font-style: italic;
    color: #666;
    line-height: 1.5;
}

/* end room_details section */

/* book success section */

/* end book success section */

/** gallery  section **/

.gallery {
    padding-top: 60px;
}

.gallery .titlepage {
    text-align: center;
}

.gallery .gallery_img {
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery .gallery_img figure {
    margin: 0;
}

.gallery .gallery_img figure img {
    width: 100%;
    transition: all 0.5s;
}

.gallery .gallery_img figure img:hover {
    transform: scale(1.2);
}

/** end gallery  section **/

/** blog section **/

.blog {
    background: url(../images/blog_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 30px 0;
    margin-top: 60px;
}

.blog .titlepage {
    text-align: center;
}

.blog .titlepage h2 {
    color: #fff;
}

.blog .titlepage p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
}

.blog .blog_box {
    text-align: left;
    background-color: #fff;
    margin-bottom: 30px;
    transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
    overflow: hidden;
}

.blog .blog_box .blog_img figure {
    margin: 0;
}

.blog .blog_box .blog_img figure img {
    width: 100%;
    transition: all 0.5s;
}

.blog .blog_box .blog_img figure img:hover {
    transform: scale(1.2);
}

.blog .blog_box .blog_room {
    padding: 33px 30px;
    text-align: left;
}

.blog .blog_box .blog_room h3 {
    color: #121212;
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    transition: ease-in all 0.5s;
    margin: auto;
}

.blog .blog_box .blog_room span {
    font-size: 15px;
    color: #ff0909;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.blog .blog_box .blog_room p {
    font-size: 14px;
    line-height: 20px;
}

/** end blog section **/

/** contact section **/

.contact {
    background: #fff;
    margin-top: 90px;
}

.main_form .contactus {
    border: #fff solid 1px;
    padding: 0 15px;
    margin-bottom: 25px;
    width: 100%;
    height: 58px;
    background: #fff;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.2);
}

.main_form .textarea {
    border: #fff solid 1px;
    margin-bottom: 25px;
    width: 100%;
    background: #fff;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 15px 0 15px;
    box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.2);
    height: 150px;
}

.main_form .send_btn {
    font-size: 22px;
    transition: ease-in all 0.5s;
    background-color: #000000;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0px;
    max-width: 193px;
    width: 100%;
    display: block;
    margin-top: 10px !important;
    font-weight: 500;
    border-radius: 50px;
}

.main_form .send_btn:hover {
    background-color: #ff0909;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #000000;
    opacity: 1;
}

.map figure {
    margin: 0;
}

.map figure img {
    width: 100%;
}

/** end contact section **/

/** footer **/

.footer {
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.footer a,
.footer address {
    color: inherit;
    text-decoration: none;
    font-style: normal;
}
.footer li {
    list-style: none;
    padding: 0;
}

.footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-top .container {
    padding-inline: 30px;
}

.footer-social:nth-of-type(1) {
    margin-bottom: 60px;
}
.footer-social:nth-of-type(2) {
    margin-bottom: 60px;
}
.footer-social:nth-of-type(3) {
    margin-bottom: 50px;
}

.footer-social .logo {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.footer-social > a > img {
    width: 250px;
    display: flex;
}

.section-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 45ch;
}

.contact-list {
    display: grid;
    gap: 15px;
    margin: 0 0 30px 0;
    padding: 0;
}

.contact-link {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-link ion-icon {
    font-size: 18px;
}

.contact-link :is(address, span) {
    font-size: 1rem;
    transition: 0.25s ease;
}

.contact-link:is(:hover, :focus) span,
.contact-link:is(:hover, :focus) address {
    color: hsl(40, 90%, 60%);
}

.footer-list-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.services-list {
    padding: 0;
    margin: 0;
}

.footer-link {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.contact-link:is(:hover, :focus),
.footer-link:is(:hover, :focus),
.social-link:is(:hover, :focus) ion-icon {
    color: hsl(40, 90%, 60%);
}

.footer-bottom {
    background: hsl(0, 0%, 25%);
    padding-block: 25px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
}

.copyright {
    font-size: 1rem;
    text-align: center;
}

.copyright a {
    display: inline-block;
}

.copyright a:is(:hover, :focus) {
    color: hsl(40, 90%, 60%);
}

@media (min-width: 640px) {
    .footer-top .container {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        padding-inline: 50px;
    }

    .footer-social:nth-of-type(1) {
        grid-area: 1 / 1 / 3 / 2;
        margin-bottom: 50px;
    }
    .footer-social:nth-of-type(2) {
        grid-area: 1 / 2 / 2 / 3;
        margin-bottom: 50px;
    }
    .footer-social:nth-of-type(3) {
        grid-area: 2 / 2 / 3 / 3;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .footer-social > a > img {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .footer-social > a > img {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .footer-top .container {
        display: flex;
        justify-content: space-between;
        max-width: 1140px;
        margin: 0 auto;
    }
    .footer-social:nth-of-type(1) {
        width: 570px;
        margin-bottom: 50px;
    }
    .footer-social:nth-of-type(2) {
        width: 280px;
        margin-bottom: 50px;
    }
    .footer-social:nth-of-type(3) {
        width: 280px;
        margin-bottom: 50px;
    }
}

/** end footer **/

/**  inner page css **/
.back_re {
    background-color: #0f1521;
}
.back_re .title {
    text-align: center;
}
.back_re .title h2 {
    color: #fff;
    font-size: 40px;
    padding: 40px 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
}
.margin_0 {
    margin: 0 !important;
}

.inner_page .gallery {
    padding-top: 90px;
}
.inner_page .blog {
    margin-top: 90px;
}
