@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,400i,500,700');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto:wght@500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@500&display=swap');



body {
    background: #fff;
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-font-smoothing: antialiased !important;
}

a {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

.clear {
    border: 0;
    clear: both;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

html,
body {
    height: 100%;
}

/**** NAV ****/
nav.navbar-default {
    background: #D9D9D9;

    border-color: rgba(0, 0, 0, 0.05);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar-default.affix {
    background: #D9D9D9;

    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar-default .navbar-brand {
    color: #fff;
    padding: 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

nav.navbar-default .navbar-brand:focus,
nav.navbar-default .navbar-brand:hover {
    color: #fff !important;
    background-color: transparent;
}

nav.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

nav.navbar-default .navbar-nav>li>a:focus,
nav.navbar-default .navbar-nav>li>a:hover {
    color: #E1C167;
    background-color: transparent;
}

nav.navbar-default .navbar-nav li a.active,
nav.navbar-default .navbar-nav li a.active:focus,
nav.navbar-default .navbar-nav li a.active:hover {
    color: #E1C167;
    background-color: transparent;
}


.navbar-brand img {
    width: 50px;
}

.navbar2-nav>li>a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar2-nav>li>a:focus,
.navbar2-nav>li>a:hover {
    color: #E1C167;
    background-color: transparent;
}

.navba2-nav li a.active,
.navbar2-nav li a.active:focus,
.navbar2-nav li a.active:hover {
    color: #E1C167;
    background-color: transparent;
}

/**** NAV END ****/
/**** HEADER ****/
header {
    min-height: 20%;
    color: #000000;
    /* margin-left: 99px; */
    /* max-width: 87%; */
    margin-top: 50px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */
    z-index: 0;
}

header,
header .header-content {
    position: relative;
    width: 100%;
    text-align: center;
}

header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
    z-index: 10;
}

header .header-content .header-content-inner {
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.41);
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Slab', serif;
}

.header-content-inner h1 {
    font-size: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
}

.header-content-inner h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #E1C167;
}

.header-content-inner p {
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
    text-shadow: none;
    margin-left: 50px;
    font-family: 'Myriad Pro';
    margin-right: 50px;
    text-align: -webkit-center;
}

/**** HEADER END ****/

/* ***STICKY NAV***** */
.stickysection {
    padding: 0px;
}

.stickynav {
    width: 100%;
    background-color: #fff;
    padding: 0px 0;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    text-align: center;
    z-index: 1;
    left: 0;
    overflow-x: scroll;
}
.active {
    color: #e1c167 !important;}

.custom-nav {
    display: inline-flex;
}

.custom-nav a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: smaller;
    color: #000000b3;
    list-style: none;
    margin: 0 35px;
}

.custom-nav a:hover {
    color: #E1C167;
}

/* ***STICKY NAV***** */

/**** ABOUT ****/
.bg-color {
    background: #E1C167;
}

section {
    /* padding: 80px 0; */
    position: relative;
    text-align: center;
}

.about-section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
}

.about-section h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #c34d34;
}

.about-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 15px;
}

.btn-default-new {
    background: #c34d34;
    border-radius: 30px;
    border: solid 3px #c34d34;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    padding: 0 25px;
    line-height: 3.1;
    margin-top: 30px;
    letter-spacing: 0.05em;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.btn-default-new:hover,
.btn-default-new:focus {
    background: #fff;
    color: #c34d34;
    border-color: #c34d34;
}

/**** ABOUT END ****/
/**** SERVICE ****/

.service-section h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0.05em;
}

.service-section h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #E1C167;
}

.service-items .icon {
    color: #E1C167;
    font-size: 36px;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    border: solid 2px #E1C167;
    margin: 0 auto 30px;
    line-height: 98px;
}

.service-items h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #E1C167;

}

.service-items h4 a {
    color: #222;
}

.service-items h4 a:hover {
    color: #E1C167;
}

.service-items p {
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
    margin-bottom: 15px;
}

/**** SERVICE END ****/
/**** PORTFOLIO ****/

.portfolio-section {
    padding: 0;
}

.portfolio-section .portfolio-section-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 2000px;
}

.portfolio-section-inner .portfolio-section-row {
    display: table-row;
    width: 100%;
}

.portfolio-section-inner .portfolio-section-data {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    height: 420px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.portfolio-section-inner .portfolio-section-data .portfolio-section-text {
    position: absolute;
    top: 150%;
    ;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    margin: auto;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-section-inner .portfolio-section-data:hover .portfolio-section-text {
    top: 0;
}

.portfolio-section-text .portfolio-section-text-inner {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-section-text p {
    font-size: 28px;
    line-height: 1.6;
    color: #fff;
}

.portfolio-section-text a {
    color: #E1C167;
    font-size: 14px;
}

.portfolio-section-text a:hover {
    color: #fff;
}

/**** PORTFOLIO ****/
/**** FOOTER ****/

footer {
    background: #D9D9D9;
    padding: 10px 0px;
    color: black;
    position: relative;
    text-align: center;
}

footer h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.05em;
}

footer h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #E1C167;
}

footer p {
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
}

.gap {
    display: block;
    margin-top: 50px;
}

footer span.glyphicon {
    color: #adadad;
    font-size: 28px;
    display: block;
    margin: 0 auto 30px;
}

footer a {
    color: #adadad;

}

footer a:hover {
    color: #E1C167;
}

.room-img {
    position: relative;
}

.room-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: #1c1b1bba;
    height: 100%;
    width: 23vw;
    padding-top: 11%;
    padding-right: 22px;
    padding-left: 22px;
    /* animation: fadeInRight 1s ease-in-out; */

}

.room-overlay h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: x-large;
    line-height: 37px;
    align-items: center;
    text-transform: uppercase;
    color: #E1C167;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.room-overlay p {
    font-size: small;
    line-height: 19px;
    align-items: center;
    max-height: 23vh;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 51px;
    letter-spacing: 1px;
    overflow-y: scroll;
}

.room-overlay button {
    background: #000;
    border: 2px solid #E1C167;
    color: #E1C167;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;


    width: 100%;
    max-width: 34vw;
    text-align: center;

    font-family: 'Montserrat';
    font-weight: 900;
    font-size: small;
    line-height: 17px;
    display: flex;
    align-items: center;
    float: right;
    justify-content: center;

    text-align: -webkit-center;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.room-overlay button img {
    width: 26px;
    margin-left: 10px;
}
.room-container {
    margin-bottom: 30px;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #e1c167 #ffffff00;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
    background-color: #e1c167;
    border-radius: 10px;
    border: 2px ridge #ffc167;
}

@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(300px);
    }
    to {
      opacity: 1;
    }
  }
  .custom-header li span{
    color: #6a6a6a;
    font-size: smaller;
    text-transform: capitalize;
  }
    .custom-header li span:hover{
        color: #181817;
    }

    @media only screen and (max-width: 987px) {
        .header-content-inner p {
            font-size: small !important;
            margin-left: 18px !important;
            width: 100% !important;
            min-width: 75% !important;
        }
        .header-content-inner img{
            width: 94px !important;
            margin-left: -25px;
        }
        .room-overlay h3 {
            font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: xx-small;
    line-height: 22px;
    align-items: center;
    text-transform: uppercase;
    color: #E1C167;
    letter-spacing: 2px;
    margin-bottom: 2px;
    margin-top: -28px;
        }
        .navbar-brand img {
            width: 108px;
        }
        .room-overlay p {
            font-size: xx-small;
            line-height: 12px;
            align-items: center;
            max-height: 18vw;
            color: #FFFFFF;
            font-weight: 400;
            margin-bottom: 25px;
            letter-spacing: 1px;
            overflow-y: auto;
            overflow-x: hidden;
        }
        .room-overlay {
            position: absolute;
            top: 0;
            right: 0;
            background: #1c1b1bba;
            height: -webkit-fill-available;
            width: 34vw;
            padding-top: 11%;
            padding-right: 22px;
            padding-left: 13px;
        }
        .room-overlay button {
            background: #000;
            border: 2px solid #E1C167;
            color: #E1C167;
            padding: 3px;
            padding-left: 5px;
            padding-right: 5px;
            width: 100%;
            max-width: 31vw;
            text-align: center;
            font-family: 'Montserrat';
            font-weight: 900;
            font-size: 8px;
            line-height: 10px;
            display: flex;
            align-items: center;
            float: right;
            justify-content: center;
            text-align: -webkit-center;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .room-overlay button img {
            width: 12px;
            margin-left: 3px;
        }
        .header-content-inner p {
            font-size: 24px;
            line-height: 1.4;
           
            color: #000000;
            font-weight: 500;
            text-shadow: none;
            margin-left: 50px;
            font-family: 'Myriad Pro';
            margin-right: 50px;
            text-align: -webkit-center;
        }
        header .header-content .header-content-inner {
            width: 100%;
            max-width: 1000px;
            display: flex;
            margin: 0 auto;
            text-shadow: 2px 3px 6px rgb(0 0 0 / 41%);
        }
        .custom-nav a {
            /* font-family: 'Montserrat'; */
            font-style: normal;
            font-weight: 400;
            font-size: x-small;
            color: #000;
            list-style: none;
            margin: 0 10px;
        }

        /* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #e1c167 #ffffff00;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 2px;
}

*::-webkit-scrollbar-track {
    background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
    background-color: #e1c167;
    border-radius: 10px;
    border: 1px ridge #ffc167;
}
    }

   
#loader {
    z-index: 1;
    width: 200px;
    position: fixed;
    left: calc(50vw - 100px);
    top: calc(50vh - 20px);
    display: none;
}

#loader img {
    width: 100%
}
