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


:root {
    --white: #fff;
    --main: #92529C;
    --black: #450250;
}

body {
    background-color: var(--white);
    color: var(--black);
}

html {
    scroll-behavior: smooth;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h3 {
    font-size: 40px;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt_86 {
    margin-top: 86px !important;
}

/* common css start  */

.form-control {
    height: 46px;
    border: solid 1px var(--main);
}

.button_design {
    background-color: var(--main);
    border: 0;
    border-radius: 6px;
    color: var(--white);
    height: 46px;
    padding: 10px 30px;
}

:focus {
    box-shadow: none !important;
}

.text-danger:hover {
    background-color: unset;
}

/* common css start  */

/* header css start  */

.header .top_header {
    background-color: var(--main);
    padding: 15px 0;
}

.header .top_header ul {
    column-gap: 20px;
    margin-bottom: 0;
    padding-left: 0;
}


.header .top_header ul li a {
    color: var(--white);
}

.header .top_header ul li a i {
    color: var(--white);
}

#google_translate_element select {

    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0px 18px;
    height: 56px;
    margin: 1px 0 0;
    width: 170px;
    border: none;
}

#google_translate_element select:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}

.skiptranslate span {
    display: none;
}

#google_translate_element select option {
    background-color: #777;
}

#google_translate_element {
    overflow: hidden;
    height: 58px;

}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--main);
}


.header .navbar {
    background-color: var(--white);
    width: 100%;
    left: 0;
    padding: 20px;
}

.header .navbar .nav-link {
    font-size: 18px;
}

.header .navbar-brand {
    color: var(--main);
}

.header .navbar .button_design {
    padding: 0 20px !important;
}

/* header css end   */



/* banner css start   */


.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
}

.banner .container {
    margin-top: 86px;
}

.banner h1 {
    font-size: 62px;
    color: var(--white);
}

.banner_form {
    padding: 1.875rem;
    border-radius: 10px;
    background-color: #92529c3e;
    border: 2px solid #92529C;
    backdrop-filter: blur(4px);
}

.banner_form .row {
    row-gap: 20px;
}

/* banner css end   */


/* welcome css start   */
.welcome {
    margin-top: 70px;
}

.welcome_img {
    padding-right: 100px;
}

.welcome_img .item_bunch {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}


/* welcome css end   */



/* featured css start   */

.featured {
    margin-top: 70px;
    padding: 70px 0 150px;
    background-color: #fafafa;
}

.featured .featured_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 110px 30px;
}

.featured .featured_list {
    position: relative;
}

.featured_list_img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
}

.featured .featured_txt {
    width: 90%;
    left: 50%;
    bottom: -80px;
        padding: 20px 16px;
    transition: 0.5s;
    position: absolute;
    border-radius: 5px;
    transform: translateX(-50%);
    border: 2px solid var(--main);
    background-color: var(--white);
}

.featured_list:hover .featured_txt {
    bottom: -70px;
}

.featured .featured_txt h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
}
.featured .featured_txt p { 
    color: var(--black);
}

.featured .featured_txt h6 {
    font-size: 18px;
    color: var(--main);
}

.featured .featured_txt .capacity {
    gap: 14px 19px;
}

.featured .adult_box {
    padding: 3px 10px;
    min-width: 68px;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
    color: #787878;
  font-size: 14px;
    border: 1px solid #d7d7d7;
    background-color: #e5e5e5 !important;
}
 
.featured button {
    height: 36px;
    padding: 0px 20px;
    font-size: 14px;
}

.featured .card_icon {
    position: absolute;
    bottom: 150px;
    left: 5%;
}

.featured .card_icon ul {
    row-gap: 10px;
}

.featured .card_icon a {
    width: 34px;
    height: 34px;
    display: flex;
    color: var(--white);
    background-color: #3c2912;
}

.featured .card_icon a {
    width: 34px;
    height: 34px;
    display: flex;
    background-color: #3c2912;
}

/* featured css end   */


/* our_hotel css start   */

.our_hotel {
    max-height: 700px;
    overflow: hidden;
    background-color: #212121;
}


.our_hotel_txt {
    color: var(--white);
    padding: 80px 100px;
}

.our_hotel_txt .service-card {
    text-align: center;
    padding: 30px 20px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.our_hotel_txt .service-card:hover {
    background-color: var(--main);
}

.our_hotel_txt .service-card .icon {
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 50%;
    background-color: var(--main);
}

.our_hotel_txt .service-card:hover>.icon {
    background-color: #fff;
}

.our_hotel_txt .service-card .icon i {
    font-size: 20px;
    transition: 0.5s;
}

.our_hotel_txt .service-card:hover>.icon i {
    color: var(--main);
}


.our_hotel_txt .service-card .title {
    margin-top: 20px;
}

/* our_hotel css end   */




/* faq css start   */

.faqs {
    padding: 80px 0;
    background-color: #fafafa;
}

.faqs .row_grid {
    display: grid;
    gap: 20px;
}

.faqs .accordion .row {
    row-gap: 20px;
}

.faqs .accordion-item {
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.faqs .accordion-button {
    font-size: 18px;
    font-weight: 600;
    height: 80px;
}

.faqs .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--main);
}

.faqs .accordion-body p {
    color: #999;
}

.faqs .accordion-body ul {
    padding-left: 20px;
}

.faqs .accordion-body ul li {
    color: #999;
    list-style: circle;
}

/* faq css end   */



/* review css start   */


.review {
    padding: 80px 0;
    background: url(../images/review_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.review .testimonial-card {
    background-color: var(--white);
    border-radius: 10px;
    text-align: center;
    padding: 40px 20px;
}

.review .testimonial-card__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.review .testimonial-card p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 0;
}

.review .testimonial-card h5 {
    font-size: 20px;
    font-weight: 500;
}

.review .testimonial-card i {
    font-size: 28px;
    margin: 20px 0;
    color: var(--main);
}


/* review css end   */

/* blogs css start   */

.blogs {
    margin-top: 70px;
}

.blogs .row {
    row-gap: 30px;
}

.blogs .blog-post {
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px rgb(235, 235, 235);
}

.blogs .blog-post__thumb img {
    transition: 1s;
}

.blogs .blog-post__thumb {
    height: 250px;
    overflow: hidden;
}

.blogs .blog-post:hover .blog-post__thumb img,
.blogs .blogs_head_card:hover .blog-post__thumb img {
    transform: scale(1.1);
}


.blogs .blog-post__content {
    padding: 30px 20px;
}

.blogs .blog-post__content p {
      display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs .blog-meta small {
    font-weight: 500;
}

.blogs .title a {
    color: var(--black);
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .5s;
}

.blogs .blog-post:hover .title a {
    color: var(--main);
}


.blogs .blog-post p {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs .blog_read_more {
    color: var(--main);
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.blogs .blog_read_more i {
    transition: .5s;
}

.blogs .blog-post:hover .blog_read_more i {
    transform: translateX(10px);
}

.blogs .blogs_head_card .blog-post__thumb {
    height: 400px;
    border-radius: 10px;
}

.blogs .blogs_head_card .title a {
    -webkit-line-clamp: 2;
    font-size: 26px;
}



/* blogs css end   */


/* footer css start   */

.footer {
    margin-top: 70px;
}

.footer .row {
    row-gap: 20px;
}

.footer li {
    display: flex;
    align-items: center;
}

.footer .social-links li a {
    width: 40px;
    height: 40px;
}

.footer .footer-widget__title {
    font-size: 24px;
    color: var(--main);
    margin-bottom: 20px;
}

.footer .footer-logo {
    font-size: 24px;
    color: var(--main);
    font-weight: 800;
    margin-bottom: 16px;
    display: flex;
}

.footer .footer-short-links {
    margin-bottom: 0;
}

.footer .footer-short-links li a {
    color: var(--black);
    transition: 0.6s;
    font-weight: 500;
}

.footer .footer-short-links li a:hover {
    color: var(--main);
}

.footer p,
.footer address {
    font-weight: 500;
}

.footer .footer-short-links li:not(:last-child) {
    margin-bottom: 10px;
}

.social_links {
    top: 30%;
    left: 0;
    display: grid;
    row-gap: 10px;
    z-index: 10;
}

.social_links a {
    width: 40px;
    height: 40px;
    display: flex;
    transition: 0.5s;
    color: var(--main);
    align-items: center;
    justify-content: center;
    border: solid 1px var(--main);
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--white);
}

.social_links a:hover {
    color: var(--white);
    background-color: var(--main);
    width: 60px;
}

.footer .copyright {
    margin-top: 20px;
    padding: 30px 0;
    border-top: solid 1px var(--main);
}

/* footer css end   */


/* login page css start  */

.login {
    padding: 80px 0;
    background-color: #fafafa;
}

.login .login_form {
    background: #fff;
    padding: 30px 30px;
    border-radius: 5px;
    border: 1px solid var(--main);
}

/* .login .form-control {
    border: solid 1px var(--main) !important;
} */

.login .fa-eye,
.login .fa-eye-slash {
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    color: var(--main);
}

.login .forgot_password {
    color: red;
}

.login .google_login a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--main);
    color: var(--white);
    transition: 0.5s;
}

.login .google_login a:hover {
    background-color: #4285F4;
}

.login form .row {
    row-gap: 16px;
}

.login .form-check-label a {
    color: var(--main);
}

/* login page css end  */



/* p_t_r page css start  */

.p_t_r p,
.p_t_r ul li {
    color: #6f6f6f;
    font-weight: 500;
}

.p_t_r ul {
    padding-left: 20px;
}

.p_t_r ul li {
    list-style: circle;
}

.p_t_r .p_t_r_card {
    margin-bottom: 30px;
}

/* p_t_r page css end  */


/* contact page css start  */

.contact .contact_img {
    background: url(../images/contact.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .contact_info {
    width: 70%;
    padding: 50px 50px;
    border-radius: 6px;
    background-color: var(--white);
}

.contact .contact_info_list {
    padding: 20px 0;
    border-bottom: solid 1px #f2f2f2;
}

.contact .contact_info_list i {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--white);
    background-color: var(--main);
    margin-right: 20px;
}

.contact .contact_info_list h5 {
    font-size: 18px;
}

.contact_social_link .s_links {
    gap: 10px;
}

.contact_social_link .s_links a {
    width: 36px;
    height: 36px;
    display: flex;
    color: var(--main);
    transition: 0.5s;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--main);
}

.contact_social_link .s_links a:hover {
    color: var(--white);
    background-color: var(--main);
}

.contact .contact_info_list address,
.contact .contact_info_list a {
    color: #555555;
}

.contact form .row {
    row-gap: 20px;
}

/* contact page css end  */


/* room details page css start  */

.room_detail {
    padding-top: 120px;
}

.room_detail_head {
    width: 90%;
    z-index: 1;
    left: 50%;
    top: -70px;
    box-shadow: 0 40px 80px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    border-radius: 5px;
    transform: translateX(-50%);
    background-color: var(--white);
}

.room_detail img {
    border-radius: 5px;
}

.description {
    row-gap: 20px;
}

.description .desc_list {
    border-radius: 5px;
    padding: 20px;
    background-color: var(--white);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05);
}

.description .desc_list h5 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 16px;
    font-weight: 700;
    border-bottom: solid 2px #efefef;
}

.description .desc_list ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}

.description .desc_list ul li {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.room_detail .position-sticky {
    top: 20px;
}

/* room details page css end  */


/* blogs_detail page css start  */

.blogs_detail .container {
    max-width: 991px;
}

.blogs_detail img {
    border-radius: 10px;
    margin: 20px 0 30px;
}

.blogs_detail h4 {
    margin-top: 30px;
}

/* blogs_detail page css end  */


@media (max-width:1399.80px) {
    .featured .adult_box {
        padding: 3px 10px;
        font-size: 14px;
    }

    .featured .featured_txt .capacity {
        gap: 14px 12px;
    }
}

@media (max-width:1199.80px) {
    h3 {
        font-size: 34px;
    }

    .header .navbar .nav-link {
        font-size: 16px;
    }

    .banner h1 {
        font-size: 52px;
    }


    .banner .banner_form button {
        font-size: 15px;
    }

    .welcome_img {
        padding-right: 30px;
    }

    .featured .featured_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .our_hotel_txt {
        padding: 80px 80px;
    }

    .login {
        padding: 60px 0;
    }

    .blogs .blogs_head_card .blog-post__thumb {
        height: 300px;
    }

    .contact .contact_info {
        width: 80%;
    }

    .room_detail {
        padding-top: 100px;
    }

    .room_detail_head h3,
    .room_detail_head h1 {
        font-size: 30px;
    }

}

@media (max-width:991.50px) {

    h3 {
        font-size: 30px;
    }

    .header .navbar .navbar-collapse {
        left: 0;
        top: 80px;
        width: 100%;
        z-index: 10;
        padding: 10px 30px 30px;
        position: absolute;
        border-radius: 0 0 5px 5px;
        background-color: var(--main);
    }

    .header .navbar .nav-link {
        color: var(--white);
    }

    .header .top_header ul li a span {
        display: none;
    }

    .header .top_header .header_account ul li a i {
        font-size: 24px;
        margin-right: 0 !important;
    }

    .header .navbar .button_design {
        height: 40px;
        font-size: 15px;
    }

    .header .navbar-toggler {
        width: unset;
        padding: 0 !important;
        border: 0;
        height: auto !important;
        font-size: 20px !important;
    }

    .banner h1 {
        font-size: 42px;
    }

    .welcome_img {
        padding-right: 0;
    }

    .welcome {
        margin-top: 50px;
    }

    .featured {
        margin-top: 40px;
        padding: 50px 0 130px;
    }

    .featured .featured_head,
    .faqs .faqs_head,
    .review .review_head,
    .our_hotel .section-header,
    .blogs .blogs_head {
        margin-bottom: 40px !important;
    }

    .featured .featured_row {
        max-width: 500px;
        margin: auto;
        grid-template-columns: repeat(1, 1fr);
    }

    .our_hotel {
        max-height: unset;
    }

    .our_hotel .our_hotel_video {
        max-width: 100%;
        margin: 0 auto 30px;
        height: 500px !important;
    }

    .our_hotel_txt {
        padding: 0px 15px 40px;
        max-width: 750px;
        margin: auto;
    }

    .faqs {
        padding: 50px 0;
    }

    .faqs .accordion-button {
        font-size: 16px;
    }

    .review {
        padding: 50px 0;
    }

    .blogs,
    .footer {
        margin-top: 50px;
    }

    .footer .footer-widget__title {
        font-size: 20px;
    }

    .login {
        padding: 40px 0;
    }

    .blogs .blogs_head_card .blog-post__thumb {
        height: 250px;
    }

    .blogs .blogs_head_card .title a {
        font-size: 20px;
    }

    .blogs .blogs_head_card .blog-post__content {
        padding: 0;
    }

    .contact .row_reverse {
        flex-direction: column-reverse;
    }

    .room_detail {
        padding-top: 30px;
    }

    .room_detail_head {
        width: 100%;
        box-shadow: 0 40px 80px 10px rgba(0, 0, 0, 0.1);
        transform: unset;
        position: unset !important;
        margin-bottom: 20px;
    }

    .room_detail_head h3,
    .room_detail_head h1 {
        font-size: 26px;
    }

    .blogs_detail {
        padding-top: 20px !important;
    }


}

@media (max-width:767.50px) {


    h3 {
        font-size: 24px;
    }

    p {
        font-size: 15px;
    }

    .header .navbar .navbar-collapse {
        top: 70px;
    }

    .header .top_header .header_info {
        display: none;
    }

    .header .top_header .header_account {
        width: 100%;
    }

    .header .top_header ul {
        justify-content: center;
    }

    .banner h1 {
        font-size: 32px;
        width: 100% !important;
    }

    .featured .featured_head,
    .faqs .faqs_head,
    .review .review_head,
    .our_hotel .section-header,
    .blogs .blogs_head {
        margin-bottom: 30px !important;
    }


    .welcome {
        margin-top: 40px;
    }

    .featured {
        margin-top: 30px;
        padding: 40px 0 120px;
    }

    .faqs {
        padding: 40px 0;
    }

    .review {
        padding: 40px 0;
    }

    .blogs .row {
        row-gap: 20px;
    }

    .blogs,
    .footer {
        margin-top: 40px;
    }

    .footer .footer-logo {
        font-size: 20px;
    }

    .footer .copyright {
        padding: 20px 0;
    }

    .room_detail_head h3,
    .room_detail_head h1 {
        font-size: 22px;
    }

    .social_links {
        top: 60%;
    }


}

@media (max-width:575.80px) {

    .mt_86 {
        margin-top: 70px !important;
    }

    .header .navbar {
        padding: 15px 5px;
    }

    .header .navbar .button_design {
        height: 36px;
        font-size: 14px;
        padding: 0 14px !important;
    }

    .banner {
        height: 700px;
    }

    .banner_form {
        padding: 30px 15px;
    }

    .our_hotel .our_hotel_video {
        height: 400px !important;
    }

    /* .faqs .accordion-button {
        font-weight: 500;
        height: 60px;
    } */

    .login .login_form {
        padding: 30px 16px;
    }

    .contact .contact_img {
        background: none;
        padding: 0;
    }

    .contact .contact_info {
        width: 100%;
        padding: 0 20px;
    }

    .room_detail_head {
        padding: 20px;
    }

}