﻿@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Search Bar
7. Intro
8. Big Room
9. Room
10. Gallery
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Playfair+Display:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
/*********************************
2. Body and some general stuff
*********************************/
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16.8px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #8d8d8d;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    p a {
        display: inline;
        position: relative;
        color: inherit;
        /*border-bottom: solid 1px #ffa07f;*/
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    p:last-of-type {
        margin-bottom: 0;
    }

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

/*p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}*/

/*p a:hover::after {
        opacity: 0.2;
    }*/

::selection {
    background: #d6baa0;
    color: #FFFFFF;
}

p::selection {
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    color: #333333;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    h1::selection,
    h2::selection,
    h3::selection,
    h4::selection,
    h5::selection,
    h6::selection {
    }

/*.form-control {
    color: #db5246;
}*/

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.nopadding {
    padding: 0px !important;
}

.button_container {
    display: inline-block;
}

.button {
    width: 181px;
    height: 50px;
    background: #18293D;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .button:hover {
        background: #132235;
    }

    .button span {
        display: inline-block;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
    }

        .button span::after {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0px;
            width: 100%;
            height: 3px;
            background: #132235;
            content: '';
        }

.section_title_container {
}

.section_subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7e7e7e;
    text-align: center;
    line-height: 0.75;
}

.section_title {
    margin-top: 10px;
    text-align: center;
}

/*********************************
3. Header
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 100;
    /*background: rgba(0, 0, 0, 0.1);*/
}

.header_content {
    width: 100%;
    height: 100%;
}

.logo_container {
    position: absolute;
    top: 10px;
    left: 0;
    width: 250px;
    z-index: 1;
}

.logo {
    margin-top: 6px;
}

    .logo a {
        display: block;
    }

.logo_subtitle {
    font-weight: 500;
    color: #D4AF37;
    line-height: 0.75;
    letter-spacing: 0.2em;
    font-family: 'Great Vibes', cursive;
}

.logo_title {
    font-family: 'Cormorant Garamond', serif;
    /*'Playfair Display', serif;*/
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.75;
    margin-top: 4px;
}

.logo_stars {
    font-weight: 500;
    color: #D4AF37;
    line-height: 0.75;
    letter-spacing: 0.2em;
    font-family: 'Great Vibes', cursive;
    margin-top: 8px;
}

    .logo_stars ul li {
        line-height: 0.75;
    }

        .logo_stars ul li:not(:last-child) {
            margin-right: 4px;
        }

        .logo_stars ul li i {
            font-size: 9px;
            color: #D4AF37;
        }

.header_inner {
    width: 100%;
    padding-left: 20px;
}

.header.scrolled {
    background-color: #212529;
    height: 120px;
}

.header_review {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 40px);
}

    .header_review a {
        white-space: nowrap;
        line-height: 1.1;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .header_review a:hover {
            color: #d6baa0;
        }

.Reserve {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    float: right;
    padding: 0px;
    top: 5px;
    right: 20px
}

    .Reserve span:hover {
        color: #D4AF37
    }

.reserveCard {
    border: 1px solid;
    color: black !important;
}

.form-control{
    border: 1px solid;
}
/*.hamburger {
    display: block;
    cursor: pointer;
    margin-top: 5px;
}

    .hamburger i {
        font-size: 18px;
        color: #FFFFFF;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .hamburger i:hover {
            color: #d6baa0;
        }*/
/*********************************
4. Side Menu
*********************************/
.cover_bg_shade {
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.close_btn {
    font-size: 1.5rem;
    font-weight: 500;
}

    .close_btn:hover {
        color: #D4AF37
    }

.Side_logo_container {
    top: 0;
    left: 0;
    text-align: center;
    z-index: 105;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #212529;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    z-index: 105;
}

.sidenav_width {
    width: 240px !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav > a {
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px !important;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}

hr {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
    width: 240px !important;
}

    hr.style1 {
        border-top: 1px solid #8c8b8b;
    }

.menu_content {
    width: 100%;
    height: 100%;
}

.copySince {
    color: #D4AF37 !important;
}
.menu .menu_nav_list li {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menu_nav_list li a {
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .menu_nav_list li a::after {
        display: block;
        position: absolute;
        top: 63%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -15px;
        width: 0%;
        height: 3px;
        background: #FFFFFF;
        content: '';
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .menu_nav_list li a:hover {
        color: #D4AF37;
    }

        .menu_nav_list li a:hover::after {
            width: calc(100% + 30px);
        }

.menu_review {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
}

    .menu_review a {
        white-space: nowrap;
        line-height: 1.1;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .menu_review a:hover {
            color: #d6baa0;
        }

/*********************************
5. Home
*********************************/
/* Home Carousel */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    width: 100%;
    margin: auto;
}

.Home_carousel {
}

.home {
    width: 100%;
    height: 1200px;
}

.home_slider_container {
    width: 100%;
    height: 100%;
}

.home_container_background {
    position: absolute;
    left: 0;
    top: 0%;
   
    width: 100% !important;
    height: 100% !important;
}

.home_content_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home_subtitle {
    font-size: 30px;
    font-weight: 600;
    color: white;
    line-height: 0.75;
}

.home_title {
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Great Vibes, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 60px;
    line-height: 1.1;
    color: white;
    margin-top: 9px;
}

.cursive {
    font-family: 'Great Vibes', cursive;
    /*background: rgba(0, 0, 0, 0.1);
    padding: 10px;*/
}

.home_button {
    margin-top: 60px;
}

.sight_img_fliud {
    padding: 0px !important
}
.sight_home {
    width: 100%;
}
.sight_home_content_container {
    top: 50%!important;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%)
}

.sight_home_content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 133px;
    text-align: center;
}

.sight_home_subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.75;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.sight_home_title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 0.75;
    margin-top: 17px;
}
/*********************************
6. Search Bar
*********************************/
#datepicker {
    width: 180px;
    margin: 0 20px 20px 20px;
}

    #datepicker > span:hover {
        cursor: pointer;
    }

.search_bar {
    width: 100%;
    z-index: 2;
}

.search_bar_container {
    width: calc(100% + 40px);
    left: -20px;
    background: #ffffff;
    height: 162px;
    margin-top: -82px;
    padding-left: 50px;
    padding-right: 48px;
    padding-top: 53px;
    padding-bottom: 50px;
}

.search_bar_form > div:not(:last-child) {
    padding-right: 17px;
}

.search_bar_form > div:first-child,
.search_bar_form > div:nth-child(2) {
    width: 35.163%;
}

.search_bar_form > div:nth-child(3) {
    width: 29.429%;
}

.search_form_select {
    display: block;
    position: relative;
    width: 100%;
    height: 59px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    border: none;
    outline: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    padding-left: 22px;
}

    .search_form_select option {
        font-style: normal;
    }

.search_bar_button {
    width: 236px;
    height: 59px;
    cursor: pointer;
    background-color: #ffba5a;
    border: 1px solid transparent;
    border-color: #ffba5a;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
}

    .search_bar_button:hover {
    }

.search_bar_container::after {
    display: block;
    position: absolute;
    left: 53px;
    bottom: 0;
    width: calc(100% - 103px);
    height: 4px;
    content: '';
}

/*********************************
7. Intro
*********************************/

.intro {
    width: 100%;
    background: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 10px;
}

.intro_kargil {
    width: 100%;
    background: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.intro_container {
    height: 100%;
    text-align: center
}

.img-fluid {
    padding: 20px;
}

.intro_content {
    padding: 30px 30px 30px 30px;
    margin-top: 40px;
}

.intro_button {
    margin-top: 80px;
    align-items: center;
    border: 2px solid #212529;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 50px;
}

    .intro_button a {
        color: #212529 !important;
    }

    .intro_button:hover a {
        color: #fff !important;
    }

    .intro_button:hover {
        background: #212529 !important
    }
/*********************************
7. Welcome
*********************************/
.welcome_container {
    height: 100%;
    text-align: center;
}

.welcome_content {
    padding: 40px 50px 40px 40px;
}

.welcome_subtitle {
    font-family: Courgette;
    line-height: 1.1;
    color: black;
}

.welcome_title {
    font-family: Courgette;
    font-size: 60px;
    line-height: 1.1;
    color: black;
}
/*********************************
8. Parallax
*********************************/
.replace_Parallax {
    display: none;
}
.shade_parallax {
    background: rgba(0, 0, 0, 0.4) !important;
    width: 100%;
    height: 100%;
}
.parallax_container_slide {
    max-width: 100% !important;
    min-height: 500px;
}

.parallax_container_intro {
    /*background: rgba(0, 0, 0, 0.6) !important;*/
    min-height: 200px;
}

.parallax_container {
    background: rgba(0, 0, 0, 0.4) !important;
    min-height: 300px;
}

.parallax_content {
    padding-top: 120px !important;
    position: relative;
    align-items: center !important;
}

.parallax_Reserve_button {
    align-items: center;
    border: 2px solid #fff;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 50px;
    font-size: 16px;
}

    .parallax_Reserve_button a {
        color: #fff !important;
    }

    .parallax_Reserve_button:hover {
        color: #212529 !important;
        background: #fff !important
    }

/*********************************
8. Our Rooms
*********************************/
.heading-section h2 {
    font-size: 38px;
    font-weight: 400;
    position: relative;
}

    .heading-section h2 strong {
        font-weight: 700;
    }

    .heading-section h2:after, .heading-section h2:before {
        width: 100px;
        height: 2px;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #D4AF37;
        content: '';
    }

    .heading-section h2:before {
        width: 80px;
        height: 2px;
        bottom: -19px;
    }

.ftco-section {
    padding: 2em 0;
    position: relative;
}

    .ftco-section .ftco-sub-title {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: .5em;
        color: #d4d4d4;
        
        font-weight: 300;
    }

    .ftco-section .ftco-primary-title {
        margin-top: 0;
        margin-bottom: 30px;
    }

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.room {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

    .room .img {
        display: block;
        height: 250px;
    }

    .room .icon {
        width: 60px;
        height: 60px;
        background: #fff;
        opacity: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .room .icon span {
            color: #000000;
        }

    .room:hover .icon {
        opacity: 1;
    }

    .room .text {
        border: 1px solid #e6e6e6;
        border-top: 1px solid transparent;
        background: #fff;
        position: relative;
    }

        .room .text h3 {
            font-size: 22px;
            margin-bottom: 5px;
        }

            .room .text h3 a {
                color: #000000;
            }

        .room .text span.price {
            font-size: 26px;
            color: #000000;
            position: relative;
        }

            .room .text span.price:after {
                position: absolute;
                bottom: -3px;
                left: 0;
                right: 0;
                width: 100%;
                height: 2px;
                content: '';
                background: #D4AF37;
            }

        .room .text span.per {
            color: #b3b3b3;
        }

        .room .text .btn-custom {
            color: #000000;
        }

        .room .text ul.list {
            padding: 0;
        }

            .room .text ul.list li {
                list-style: none;
                color: #000000;
                font-size: 14px;
            }

                .room .text ul.list li span {
                    color: #8d703b;
                }

.bg-light {
    background-color: #f8f9fa !important;
}
/*********************************
9. Facilities
*********************************/
.text_gold {
    color: #D4AF37;
}

/*********************************
8. Big Room
*********************************/
.big_room {
    width: 100%;
}

    .big_room .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

        .big_room .container-fluid .row > div {
            padding-left: 0;
            padding-right: 0;
        }

.big_room_content {
    width: 100%;
    background: #141214;
    padding-left: 99px;
    padding-top: 80px;
    padding-right: 99px;
    padding-bottom: 139px;
}

    .big_room_content .section_title_container {
        max-width: 460px;
    }

    .big_room_content .section_title h2 {
        color: #FFFFFF;
    }

.big_room_content_inner {
    width: 100%;
    height: 100%;
}

.big_room_text {
    width: 100%;
    margin-top: 37px;
}

    .big_room_text p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

.testimonial {
    margin-top: 63px;
}

.testimonial_stars ul li:not(:last-child) {
    margin-right: 4px;
}

.testimonial_stars ul li i {
    font-size: 9px;
    color: #fbd05e;
}

.testimonial_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    font-style: italic;
    color: #FFFFFF;
    margin-top: 16px;
}

.testimonial_author {
    margin-top: 28px;
}

.testimonial_author_image {
    width: 37px;
    height: 37px;
    overflow: hidden;
    border-radius: 50%;
}

    .testimonial_author_image img {
        max-width: 100%;
    }

.testimonial_author_name {
    margin-left: 40px;
}

    .testimonial_author_name a {
        font-size: 14px;
        font-weight: 500;
        color: #8e3f97;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .testimonial_author_name a:hover {
            color: #d6baa0;
        }

    .testimonial_author_name span {
        font-size: 14px;
        font-weight: 500;
    }

.big_room_slider_container {
    height: 100%;
}

.big_room_slider_nav_container {
    position: absolute;
    right: 44px;
    bottom: 38px;
    z-index: 1;
}

.big_room_slider_nav {
    width: 40px;
    height: 44px;
    text-align: center;
    background: #105A4D;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .big_room_slider_nav i {
        line-height: 44px;
        font-size: 18px;
        color: #FFFFFF;
    }

    .big_room_slider_nav:hover {
        background: #038971
    }

/*********************************
9. Room
*********************************/

.rooms {
    width: 100%;
    background: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 124px;
}

.room_row {
    margin-top: 82px;
}

.room {
    box-shadow: 0px 23px 35px rgba(4,4,4,0.18);
}

.room_image {
    width: 100%;
}

    .room_image img {
        max-width: 100%;
    }

.room_content {
    padding-top: 58px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 62px;
}

.room_type {
    font-size: 12px;
    font-weight: 600;
    color: #7e7e7e;
    text-transform: uppercase;
    line-height: 0.75;
}

.room_title {
    margin-top: 13px;
}

    .room_title a {
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        font-weight: 700;
        color: #333333;
        line-height: 1.25;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .room_title a:hover {
            color: #d6baa0;
        }

.room_text {
    margin-top: 27px;
}

.room_price {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -27px;
    width: 185px;
    height: 47px;
    background: #FFFFFF;
    line-height: 47px;
    font-size: 14px;
    color: #18293D;
    font-weight: 500;
}

    .room_price span {
        color: #8d8d8d;
    }

.room_button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -32px;
}

/*********************************
10. Gallery
*********************************/

.gallery-content {
    background-image: url("../images/Photo-back.jpg");
}
.gallery {
    width: 100%;
    background: #282428;
    padding-top: 132px;
    padding-bottom: 135px;
}

.gallery_slider_container {
    width: calc(93vw + 195px);
    left: -135px;
}

.gallery_select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #d6baa0;
    background: rgba(0,0,0,0.62);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .gallery_select > div {
        width: 48px;
        height: 48px;
        background: #18293D;
        font-size: 36px;
        font-weight: 500;
        color: #d6baa0;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
    }

.gallery_item:hover .gallery_select {
    visibility: visible;
    opacity: 1;
}

.gallery_slider_nav_container {
    position: absolute;
    bottom: 64px;
    right: 0;
    width: 100%;
    z-index: 1;
}

.gallery_slider_nav_content {
    float: right;
}

.gallery_slider_nav {
    width: 44px;
    height: 44px;
    text-align: center;
    background: #105A4D;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .gallery_slider_nav i {
        line-height: 44px;
        font-size: 18px;
        color: #FFFFFF;
    }

    .gallery_slider_nav:hover {
        background: #18293D
    }

/*********************************
11.Sight Seeing
*********************************/

.Sight {
    width: 100%;
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 30px;
}

.Sight_container {
    height: 100%;
    text-align: center
}

.Sight_content {
    padding: 0px 50px 40px 40px;
    margin-top: 40px;
}
.sight_header {
    background-color: #212529 !important;
}

/*********************************
12. Footer
*********************************/

.footer {
    width: 100%;
    color: #ffffff;
    background-color: #363636;
}

/*-----Footer Logo-------*/
.footer_logo_container {
    padding-top: 25px;
    text-align: center
}

.footer_logo {
    padding-top: 30px
}

    .footer_logo a {
        display: inline-block;
    }

.footer_logo_subtitle {
    font-weight: 500;
    color: #D4AF37;
    line-height: 0.75;
    letter-spacing: 0.2em;
    font-family: 'Great Vibes', cursive;
}

.footer_logo_title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.75;
    margin-top: 8px;
}

.footer_logo_stars {
    font-weight: 500;
    color: #D4AF37;
    line-height: 0.75;
    letter-spacing: 0.2em;
    font-family: 'Great Vibes', cursive;
    margin-top: 15px;
}


/*-----Footer About Caravan Sarai-------*/
.footer_about {
    padding-top: 25px;
    text-align: left
}

    .footer_about .footer_about_text {
        margin-top: 21px;
    }

.footer_about_text a:hover {
    color: #D4AF37
}

.footer_about_text a {
    color: #FFFFFF;
}



.footer_brands a {
    color: #D4AF37;
}

    .footer_brands a:hover {
        color: #fff;
    }

.footer_menu ul li {
    line-height: 0.75;
}

    .footer_menu ul li:not(:last-child) {
        margin-right: 45px;
    }

    .footer_menu ul li a {
        font-size: 14px;
        font-weight: 500;
        color: rgba(204,204,204,.4);
        white-space: nowrap;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .footer_menu ul li a:hover {
            color: #D4AF37
        }


/*-----Footer contact-------*/
.footer_contact {
    padding-top: 25px;
    text-align: left
}

.footer_contact_content ul li a:hover {
    color: #D4AF37
}

.footer_contact .footer_contact_content {
    margin-top: 21px;
}

.footer_contact_content ul li a {
    color: #FFFFFF;
}


/*-----Sub Footer of copyrights and Credits-------*/
.footer_sub {
    width: 100%;
    background-color: #212529;
    color: rgba(204,204,204,.4) !important;
    margin: 0px !important;
    padding: 10px;
}

    .footer_sub .footer_sub_item {
        padding: 10px;
    }

.footer_sub_item a {
    color: #D4AF37
}

    .footer_sub_item a:hover {
        color: #fff;
    }
