* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}

html,
body {
    height: 100% !important;
}

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

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

.section {
    padding: 60px 0;
}

.mask {
    position: absolute;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(310deg, #292c257c, #262d3b9c);
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #535a5e;
    line-height: 60px;
}

/* header & hero section start */

.main-header {
    min-height: 100vh;
    position: relative;
    padding-bottom: 80px;
}

.hero-carousel {
    width: 100%;
    z-index: -1;
    top: 0;
}

.carousel-item img {
    object-fit: cover;
    object-position: center center;
}

.top-nav {
    padding: 32px;
}

.top-nav svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.top-nav-left li a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}

.nav-item .nav-link {
    font-family: "Bungee", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 0 !important;
    transition: all .3s ease-in;
}

.nav-item .nav-link.active {
    border-bottom: 3px solid #535a5e;
}

.nav-item .nav-link:hover {
    border-bottom: 3px solid #535a5e;
}

.offcanvas-end {
    width: fit-content;
}

.navbar {
    align-items: flex-start;
    padding: 0px 110px;
}

.navbar-nav-links {
    gap: 80px;
    padding-top: 15px;
}

.navbar-brand {
    padding: 32px;
    margin: 0 auto;
}


.hero-content {
    padding-top: 126px !important;
    padding: 0 95px;
}

.hero-content h2 {
    font-size: 60px;
    line-height: 90px;
    font-family: "Chonburi", serif;
    color: #fff;
}

.hero-content h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}

.hero-content-bt {
    justify-content: center;
    padding-top: 50px;
}

.hero-content-bt h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    font-family: "Lato", sans-serif;

}

.hero-content-bt a {

    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 22px;
    height: fit-content;
    font-size: 20px;
    line-height: 1;
    background-color: #fff;
    color: #444;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
}

.hero-content-bt a:hover {
    background-color: #444;
    color: #fff;
}

.hero-content-bt a i {
    color: #444;
    transition: all .3s ease;

}

.hero-content-bt a:hover i {
    color: #fff;
}

.scroll-count {
    padding-bottom: 1rem;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #535a5e;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    width: 3rem;
    margin: 50px auto;
    height: calc(3rem * 1.75);
    position: relative;
}

.scroll-count a {
    display: block;
    width: 100%;
    height: 100%;
}

.scroll-count::before {
    position: absolute;
    left: 50%;
    content: '';
    max-width: 0.5rem;
    max-height: 0.5rem;
    background: #535a5e;
    transform: translateX(-50%);
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    width: calc(3rem / 5);
    top: calc(3rem / 5);
    height: calc(3rem / 5);
}

@keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(calc(100% + 3rem)) translateX(-50%)
    }
}

/* header & hero section end */

/* Services section start */

.services-contnet {
    padding: 50px 50px;
    text-align: center;
}

.services-contnet-title h3 {
    font-size: 30px;
    font-family: "Chonburi", serif;
    padding-bottom: 10px;

}

.services-contnet-title hr {
    width: 60%;
    margin: 10px auto;
    background-color: #535a5e;
}

.services-info {
    text-align: left;
    padding: 40px 0;
}

.services-info-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #444;
}

.services-info-box ul {
    padding-top: 20px;
}

.services-info-box ul li {
    font-size: 16px;
    color: #444;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 5px;
}

.services-info-box ul li svg {
    width: 10px;
    fill: #444;
}

/* Services section end */

/* About section start */

.about-section {
    background-image: url(./assets/img/Sunset.jpg);
    height: 524px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0;
}

.about-col {
    background: rgba(83, 90, 94, 0.625);
    height: 100%;
    display: flex;
    align-items: center;
}

.about-content {
    padding: 10rem 4rem 10rem 4rem;
}

.about-content h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
}

.about-content p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

/* About section end */

/*  spot details section start */
.spot-details-box {
    padding: 1rem 1rem 1rem 1rem;
    background-color: #f3f3f3;
}

.spot-details-content h4 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Chonburi", serif;
    color: #444;
    margin-bottom: 0;

}

.spot-details-content {
    margin-top: 10px;
}

.spot-details-content p {
    font-size: 16px;
    color: #444;
    line-height: 24px;
    margin-bottom: 0;

}

/*  spot details section end */


/* rooms section start*/
.rooms-row {
    margin-top: 60px;
}

.room-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 270px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;

}

.room-box-one {
    background-image: url(./assets/img/room-kingsuite-1.jpg);
}

.room-box-two {
    background-image: url(./assets/img/room-twin-2.jpg);
}

.room-box-three {
    background-image: url(./assets/img/room-complex-2.jpg);
}

.room-content {
    position: absolute;
    bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: rgba(83, 90, 94, 0.5);
    color: #fff;
    transition: all .3s cubic-bezier(0.16, 0, 0.28, 0.99);
    border-radius: 0px;
}

.room-box:hover .room-content {
    height: 100%;
    background: rgba(83, 90, 94, 0.8);
}

.room-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

.room-details {
    border: 1px solid #535a5e;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 4px;
    margin-top: 30px;
}

.room-details-content h3 {
    font-weight: 700;
    color: #444;
    font-size: 40px;
    line-height: 60px;
}

.room-details-content p {
    font-size: 16px;
    color: #444;
    font-weight: 300;
    line-height: 24px;

}

.room-details-imgs a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;

}

.room-details-imgs .col-md-2 {
    margin-bottom: 15px;
}

#King_Suite,
#entire_villa,
#double_suite {
    display: none;
}

.room-details-book {
    margin-top: 25px;
}

.room-details-book a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    padding: 1rem 2rem;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #535a5e;
    text-align: center;
    transition: all .3s ease-in;
}

.room-details-book a:hover {
    background-color: #000;
    color: #fff;
}

/* rooms section end */


/* gallery section strat */
.gallery-row {
    margin-top: 50px;
}

.gallery-row a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.gallery-row .col-md-3 {
    margin-bottom: 20px;
}

/* gallery section end */

/* testimonials section start */
.testimonials-row {
    margin-top: 50px;
}

.testimonials-box-img img {
    width: 80%;
}

.testimonials-box-content {
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
    min-height: 480px;
}



.testimonials-box-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #444;
    margin-top: 15px;
}

.testimonials-box-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #444;
}

.testimonials-box-content .testimonials-date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #444;
    display: block;
    margin-top: 15px;
}

.testimonials-box-content .quote {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.testimonials-box-star {
    display: flex;
    gap: 3px;
    align-items: center;

}

/* testimonials section end */

/* book-room-section start */
.book-room-section {
    /*background-image: url(./assets/img/header-home3.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.book-room-form input,
select,
textarea {
    background-color: transparent !important;
    padding: 10px;
    background: transparent;
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
}

.book-room-row .col-md-6,
.book-room-row .col-md-12 {
    margin-bottom: 15px;
}

.chakbox-lable {
    color: #fff;
}

.ui[class*="left icon"].input>input {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;

}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

.capcha-box button {
    border: none;
    background-color: transparent;
    outline: none;
}

.capcha-box button svg {
    width: 25px;
    fill: #fff;
}

.book-room-form {
    margin-top: 40px;
}

.book-form-btn {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    padding: 12px 2rem;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #535a5e;
    text-align: center;
    transition: all .3s ease-in;
    border: none;
    outline: none;
    width: 100%;
}

.book-form-btn:hover {
    background-color: #000;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.ui[class*="left icon"].input>input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.ui.input input,
.ui[class*="left icon"].input>input {
    color: #fff;

}

.error-massage {
    margin-top: 5px;
    color: rgb(169 35 35);
    font-size: 16px;
}

select option {
    background: #302f2f -webkit-linear-gradient(bottom, #302f2f 0%, #302f2f 100%);
}

.book-room-terms h3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: "Chonburi", serif;

}

.book-room-terms ul {
    list-style: disc !important;
}

.book-room-terms ul li,
.book-room-terms p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}

.ui[class*="left icon"].input>i.icon {
    color: #fff;
}

#captcha {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: fantasy;
    width: 100px;
    height: 40px;
}

/* book-room-section start */

/* contact section start */
.contact-section .row .col-md-12 {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.contact-box {
    padding: 2rem 2rem 2rem 2rem;
    border: 1px solid #535a5e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.contact-box-icon svg {
    display: block;
    fill: #535a5e;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
}

.contact-box-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 56px;
    color: #444;
    text-align: center;
    margin-bottom: 8px;
}

.contact-box-content p {
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 24px;
    text-align: center;

}

/* contact section end */



@media only screen and (max-width: 768px) and (min-width: 300px) {
    .top-nav-left {
        display: none;
    }

    .top-nav {
        justify-content: center !important;
    }

    .navbar {
        padding: initial;
        align-items: center;
    }

    .nav-item .nav-link {
        color: #444 !important;
    }

    .hero-content {
        padding: 20px;
        padding-top: 20px !important;
        text-align: center;
    }

    .hero-content h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .hero-content-bt {
        flex-direction: column;
    }

    .services-contnet,
    .about-content {
        padding: 40px 20px;
    }

    .spot-details-section .row .col-md-4,
    .testimonials-row .col-md-4,
    .contact-section .row .col-md-4 {
        margin-bottom: 15px;
    }

    .rooms-row .col-md-4 {
        margin-bottom: 15px;
    }

    .room-details-imgs .col-md-2,
    .gallery-row .col-md-3 {
        width: 50%;
    }

    .section {
        padding: 30px 0;
    }

    .testimonials-box-img img {
        width: 50%;
    }

    .offcanvas-end {
        width: 100%;
    }

}