:root {
    --body-bg: #0e0d0c;
    --theme-color: #002f7e;
    --body-color: #002f7e;
    --title-color: #4b4342;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
    "Montserrat", sans-serif;
    --body-font:
   "Quicksand", sans-serif;
    --icon-font:
   "Quicksand", sans-serif;
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
    padding: 0;
    margin: auto;
    font-family: var(--body-font) !important;
    color: #000 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-font);
} 
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
a {
    color: #090909;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    /* font-weight: 400; */
}

dl, ol, ul {
    margin: 0 !important;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: inherit;
}
p {
    margin: 0 0 18px 0;
    line-height: normal;
    font-family: var(--body-font);
    /* font-weight: 400; */
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}


.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color:var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}   

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    right: 30px;
}

/* css */

.header-top{
    background-color: #002f7e;
    padding: 3px 0px;
}
.header-links ul li{
    margin-right: 20px;
}
.header-links{
    padding:  5px 0px;
}
.header-links ul li a{
   font-size: 16px;
   color: #ffffff;
}
.header-links ul li a:hover{
    color: #b0b1b4;
 }
.header-links ul li a i{
    padding-right: 4px;
}
.header-links-1 {
    padding: 0px;
    align-items: center;
    display: flex;
    justify-content: end;
}
.header-links-1 ul{
    display: flex;
}
.header-links-1 ul li{
    font-size: 13px;
    color: #020202;
    margin-left: 15px;
}
.header-links-1 ul li a{
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #000;
}
.nav-link:hover {
    color: var(--theme-color);
}
.tab-links li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.tab-links li a:hover{
    color: var(--theme-color);
}

.facebook{
    width: 12px;
    height: auto;
    margin: 0px 6px;
}
.yelp{
    width: 22px;
    height: auto;
    margin: 0px 6px;
}
.navbar-nav.nav {
    align-items: center;
}
.header-layout1 ul li{
    padding: 0px 20px;
}

.header-layout1 ul li a {
    font-size: 20px;
    color: #002f7e;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px dashed #002f7e26;
}
.header-layout1 ul li a:hover{
    color: #030303;
    border-bottom: 1px solid #131313;
    transition: 400ms;
}
.primary-button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    border-radius: 7px;
    padding: 12px 25px 12px 35px;
    color: #022f70;
    background-color: hsl(0, 0%, 100%);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #ffffff;
}

.primary-button:hover{
    background-color: var(--theme-color);
    color: #ffffff;
    border-color: #ffffff;
    transition: 400ms;
}
.secondary-button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    border-radius: 7px;
    padding: 12px 25px 12px 35px;
    color: #ffffff;
    background-color: #002f7e;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #022f70;
}
.secondary-button:hover{
    background-color: #0544b0;
    border: 1px solid #ffffff;
    color: #fff;
    transition: 400ms;
} 
.footer-bg{
    padding: 50px 0px;
    background-color: #000000;
}
.copyright-wrap{
    background-color: #001f54;
}
.copyright-text {
    color: #ffffff;
    font-size: 13px;
}
.copyright-text a {
    color: #ffffff;
    font-size: 13px;
}
.footer-menu ul li{
    padding: 6px 0px;
}
.footer-menu ul li a{
    color: #ffffff;
    font-size: 16px;
}
.footer-menu ul li a i{
    color: #ffffff;
    margin-right: 10px;
}
.footer-menu ul li a:hover{
    color: #bebebe;
    transition: 400ms;
    letter-spacing: 0.5px;
}
.footer-menu ul li:hover{
    color: #bebebe;
    transition: 400ms;
    letter-spacing: 0.5px;
}
.footer-menu ul li{
    color: #fff;
    font-size: 18px;
}
.footer-about-text p{
    color: #fff;
    margin-top: 20px;
    font-size: 19px;
}
.adress{
    margin-left: 35px;
}
.footer-menu h4{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.menu p:hover{
    color: var(--theme-color);
    transition: 600ms;
}
.disc{
    background-color: var(--theme-color);
    height: 2px;
    width: 100px;
    margin-bottom: 10px;
    display: inline-block;
}
.s-icons{
    width: 30px;
    height: 30px;
}
.fa-icon {
    margin-right: 5px;
}
.header-links ul{
    display: flex;
    flex-wrap: wrap;
}
@keyframes slider{
    from{
        transform: translateX(-700px);
    }
    to{
        transform: translateX(0px);
    }
}
.heading{
    animation: slider 2s ease-in-out;
}

@keyframes slider-image{
    from{
        transform: translateX(500px);
    }
    to{
        transform: translateX(0px);
    }
}
.heading-image{
    animation: slider-image 2s ease-in-out;
}

@keyframes slider-2{
    0%{
        transform: translateY(20px);
    }
    25%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0px);
    }
   75%{
        transform: translateY(10px);
    }
   100%{
        transform: translateY(20px);
    }
}
.heading-2{
    animation-name: slider-2;
    animation-duration: 3s;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in; 
    } 

@keyframes cake {
    0%   { left:0px; top:0px;}
    50%  { left:40px; top:0px;}
    100% { left:0px; top:0px;}
  }
 
  
/* ------ breadcrum -------*/

.breadcrum-box {
    background-color: #000000b3;
    padding: 100px 0px;
}
.breadcrumb_heading{
    color: #fff;
    font-size: 42px;
    font-family: var(--title-font);
}
.bread_first_item {
    color: #fff;
}
.breadcrumb-area{
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* ------ breadcrum -------*/

 /* page-css */

.logo img{
    width: 200px;
    height: auto;
}
 .main_header {
    background: #fafcff;
    padding: 5px 30px;
}
#navbarSupportedContent {
    justify-content: center;
}
.navbar_logo {
    margin-left: 40px;
}
.banner-bg{
    position: relative;
}

.banner-center-text {
    position: absolute;
    text-align: center;
    max-width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 250px;
}
.banner-center-text p{
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    display: none;
}
.banner-center-text h3 {
    color: #fff;
    font-weight: 700;
    font-size: 58px;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
}
.banner-center-text-bg {
    text-align: left;
}
.banner_image-text{
    position: absolute;
    top: 10%;
    left: 3;
}
.about-context-image{
    background-color: var(--body-color);
    display: flex;
    align-items: center;
}
.about-context{
    padding: 70px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
}
.about-context h1{
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: normal;
}
.about-context p{
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
}
.about-context h6{
    font-size: 18px;
    color: #ffffff;
}
.rooms-bg {
    background: #002f7e;
}
.room-context-image{
    text-align: right;
    background-color: var(--body-color);
    padding: 80px 0px 80px 100px;
}
.room-context{
    padding: 65px 110px;
    background-color: #002f7e;
    height: 100%;
    display: flex;
    align-items: center;
}
.room-context h3{
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
}
.room-context p{
    font-size: 20px;
    color: #ffffff;
    padding: 15px 40px;
    border: 1px solid #5c5c5c;
    text-align: center;
    border-radius: 7px;
    margin: 0 5px;
    display: inline-block;
    margin-bottom: 15px;
}
.room-context p:hover{
    background-color: #001f54;
    transition: 400ms;
    border: 1px solid #ffffff;
}
.room-context h4{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 40px;
}
.room-context p img{
    color: #fff;
    margin-right: 30px;
    filter: invert(10);
}
.rooms-image{
    display: flex;
    align-items: center;
}
.amenities-bg{
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.amenities-box{
    color: #ffffff;
    padding: 15px 0px;
    text-align: center;
    border: 1px solid #ffffff2b;
    background: #002f7e;
    border-radius: 24px;
}
.amenities-box:hover{
    background-color: #2343b8;
    transition: 400ms;
}
.amenities-section{
    align-items: center;
    display: flex;
    /* padding: 80px; */
    /* background: #ffffff; */
}
.amenities-section_2{
    /* background-color: #ffffff; */
    padding: 45px 45px;
}
.amenities-box i{
    font-size: 35px;
    margin: 20px 10px;
    color: #ffffff;
}
.amenities-box h3{
    font-size: 38px;
}
.amenities-box h5{
    font-size: 23px;
    color: #fff;
    font-weight: normal;
}
.amenities-section_2 h6{
 color: #000000;
 font-size:17px;
 text-transform: uppercase;
}
.amenities-section_2 h4{
    color: #000;
    font-size:48px;
    text-align: center;
    margin-bottom: 30px;
}
.google-icon{
    width: 180px !important;
    height: auto;
    margin: 20px 0px;
}
.testimonial-page{
    background-color: #0e0e0e5c;
    padding: 80px 0px;
}
.testimonial{
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial h3{
    color: #fff;
    font-size: 48px;
    margin: 30px 0px;
}
.testimonial_center{
    background-color: #fff;
}
.review{
    display: flex;
    justify-content: center;
}
.testimonial_box p{
    font-size: 19px;
    color: #000;
    font-weight: 500;
}
.testimonial_box h4{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.testimonial_center {
    padding: 30px 20px;
    border-radius: 16px;
}
.gallery {
    background-image: url(../images/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.gallery-page{
    padding: 100px 0px;
    background: #002f7ec7;
}
.gallery-page h3{
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 30px;
}

.gallery-page img{
    border-radius: 12px;
}
.amenities-box{
    border-radius: 20px;
    margin: 10px;
}

.banner-bg-mask {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* innerpages-css */

.page_wrapper{
    padding: 80px 0px;
    background-color: #f9f7f4;
}
.about-page-left-side p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
}
.about-page-right-side {
    display: flex;
    justify-content: center;
}
.about-page-right-side img{
    border-radius: 20px;
    margin: 10px 0px;
}
.gallery-images img{
    margin: 10px;
    border-radius: 8px;
}
.form-input{
    width: 100%;
    padding: 8px 10px;
    margin: 5px 0px 15px 0px;
    outline: none;
    border: 1px solid #0000004b;
    color: #000;
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
}
.form-page {
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 1px 1px 2px 3px #f2f2f2;
}
/* .contact-title {
    color: #fff;
    margin: 10px 0px 32px 0px;
    font-size: 32px;
} */
.contact-title-1 {
    color: var(--theme-color);
    margin: 10px 0px 32px 0px;
    font-size: 26px;
}
label {
    color: #020202;
    font-size: 16px;
    font-weight: 500;
}
.contact-title {
    color:#000;
    font-size: 40px;
    font-weight: 500;
}
.get-in-touch{
    color: var(--theme-color);
}
.contact-us-list-link ul li {
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 500;
}
.contact-us-list-link ul li p{
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.contact-list-1{
    margin: 60px 0px !important;
}
.contact-list-1 a{
    color: #f89500;
    font-size: 23px;
    margin: 30px 0px;
    font-weight: 500;
}
.social-icons{
    display: flex;
    margin-top: 80px !important;
}
.social-icons li a{
    margin-right: 10px;
}
.social-icons li a img {
    width: 26px;
    height: auto;
}
.form-bg{
    background-image: url(../images/b-img.jpg);
    padding: 20px 10px;
    border-radius: 16px;
}
.text-box{
    margin: 20px 0px;
    display: flex;
    align-items: center;
}
.romms-all-box{
    margin: 30px 10px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
}
.content-box p{
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.content-box img{
    margin-right: 25px;
}
.content-box h4 {
    font-size: 30px;
    color: #002f7e;
    margin-bottom: 30px;
    font-weight: 600;
}
.content-box {
    margin-left: 30px;
}
.img-box img{
    border-radius: 10px;
}
.img-box{
    display: flex;
    align-items: center;
}
.btn-form{
    margin-top: 10px;
    text-align:center;
}
.form-bg1 {
    padding: 0px 20px;
    /*border-right: 1px solid #0000001f;*/
}