:root {
    --body-bg: #0e0d0c;
    --theme-color:#11244c;
    --body-color: #11244c;
    --title-color: #4b4342;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
   "Capriola", sans-serif;
    --body-font:
   "Capriola", sans-serif;
    --icon-font:
    "Jost", 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;
}
.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: var(--body-font);
}
p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    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: var(--theme-color);
    padding: 3px 0px;
}

.header-links{
    padding:  8px 0px;
}
.header-links ul li a{
   font-size: 13px;
   padding: 0px 10px;
   color: #ffffff;
   letter-spacing: normal;
}
/* .header-links ul li a:hover{
    color: #000;
 }
 .header-links-1 ul li a:hover{
    color: #000;
 } */
.header-links ul li a i{
    padding-right: 4px;
}
.header-links-1 {
    align-items: center;
    display: flex;
    justify-content: end;
    padding: 0px;
}
.header-links-1 ul li{
    font-size: 13px;
    color: #fff;
}
.header-links-1 ul li a{
    color: #ffffff;
    letter-spacing: 0.5px;
}
.tab-links li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.tab-links li a:hover{
    color: var(--theme-color);
}
.header-layout1{
    padding: 10px 0px;
    /* position: absolute; */
    width: 100%;
    /* background: #1c3e87; */
    background-color: #163679;
}
.col-md-12.main_header{
    /* position: absolute; */
    width: 100%;
}
.banner-heading h3 {
    color: #ffffff;
    font-family: var(--icon-font);
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 52px;
    width: 100%;
    text-transform: uppercase;
}
.logo{
    padding: 0px;
}

.tabs {
    align-items: center;
}
.tabs li a{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    font-family: var(--body-font);
}
.tabs li a:hover{
    color: var(--theme-color);
}
.banner-bg{
    background-image: url(../images/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-bg-mask{
    padding-top: 280px;
    padding-bottom: 100px;
    background: #00000026;
}
.spin{
    color: #80d1ec;
}
.banner-tag {
    position: relative;
    left: 10%;
    width: 40%;
    background-image: linear-gradient(180deg, #3c61b1, transparent);
    padding: 30px;
    backdrop-filter: blur(8px);
}
.banner-tag a{
    margin: 20px 0px;
}
.banner-tag p{
    color: #fff;
}
.banner-center-text {
    position: absolute;
    bottom: -80px;
    right: 6%;
    content: '';
}
.service-page{
    background-image: url(../images/handmade-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* .suite{
    color: var(--theme-color);
} */
.service-page-box {
    padding: 80px 0px;
    /* background: #020202e8; */
}
.specialties{
    font-size: 48px;
    color: #ffffff;
    font-family: var(--title-font);
    font-weight: 500;
    margin-bottom: 40px;
}
.services-content img{
    max-width: 200px;
    height: 200px;
}
.services-content{
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 5px 2px #826b5182;
    margin: 5px;
}
.services-content:hover{
    box-shadow: none;
    background-color: #0e0d0c;
}
.services-content h4{
    font-size: 32px;
    color: #ffffff;
    font-family: var(--title-font);
    font-weight: 500;
    margin: 30px 0px;
}
.services-content p{
    font-size: 18px;
    color: #ffffff;
    font-family: var(--body-font);
}
.about-us-page{
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-us-page-bg{
    padding: 80px 0px;
}
.about-right-side img{
     border-radius: 12px;
}
.about-left-side p {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: var(--body-font);
}

.facebook{
    width: 12px;
    height: auto;
    margin: 0px 6px;
}
.yelp{
    width: 22px;
    height: auto;
    margin: 0px 6px;
}
.button-bg{
    position: absolute;
    right: 2%;
}
.navbar-nav.nav {
    /* display: flex; */
    align-items: center;
}
.header-layout1 ul li{
    padding: 0px 20px;
}

.header-layout1 ul li:nth-last-child(1){
    padding-right: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-layout1 ul li a {
    font-size: 17px;
    color: #ffffff;
    font-family: var(--title-font) !important;
    font-weight: 500;
}

.primary-button {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-size: 18px;
        border-radius: 5px;
        padding: 5px 15px;
        color: #040404;
        background-color: #f1c423;
    }

.primary-button:hover{
    background-color: var(--theme-color);
    color: #fff;
}
.g-button{
    margin-top: 30px;
}
.secondary-button {
    background-color: #daaa00;
    position: relative;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 17px;
    /* border-radius: 5px; */
    /* margin: 20px 0; */
    padding: 11px 30px;
    color: #000 !important;
    border-radius: 5px;
}
.secondary-button:hover{
    background-color: var(--theme-color);
    color: #fff !important;
    transition: 800ms;
}

.secondary-button_2 {
    background-color: #daaa00;
    position: relative;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0;
    padding: 15px 30px;
    color: #ffffff;
}
.secondary-button_2:hover{
    background-color: var(--theme-color);
    color: #fff !important;
    transition: 800ms;
}
.banner-center-text h3 {
    font-size: 58px;
    line-height: 92px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-family: var(--icon-font) !important;
}
.arrow-img{
    transform: rotate(45deg);
}
.spa{
    color: var(--theme-color);
}
.welcome{
    color: #ffffff;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 500;
}
/* .footer-page{
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */
.footer-page {
    background-image: url(../images/niagara.jpg);
}
.footer-bg{
    padding: 80px 0px;
    background-color: #f1f1f1bd;
}
.copyright-text {
    color: #ffffff;
    font-size: 12px;
}
.copyright-text a {
    color: #ffffff;
    font-size: 12px;
}
.footer-menu ul li{
    padding: 6px 0px;
    border-bottom: 1px solid #ffffff0d;
}
.footer-menu ul li a{
    color: #474747;
    font-weight: 400;
    font-size: 16px;
    font-family: initial !important;
}
.footer-menu ul li a:hover{
    color: var(--theme-color);
    transition: 600ms;
}
.footer-menu ul li p:hover{
    color: var(--theme-color);
    transition: 600ms;
}
.menu p:hover{
    color: var(--theme-color);
    transition: 600ms;
}
.footer-menu h4{
   color: #000000;
   font-family: var(--title-font);
   font-weight: 500;
   font-size: 24px;
   margin-bottom: 10px;
   border-bottom: 1px solid var(--theme-color);
   padding-bottom: 6px;
}

.copyright-wrap {
    background: var(--theme-color);
    padding-top: 10px;
}

.fa-icon {
    margin-right: 20px;
}
@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;}
  }
  .bread{
    position: relative;
    animation-name: cake;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    max-width: 190px;
    height: auto;
  }
  
  .top_main_header1{
    position: fixed;
    top: 0px;
    z-index: 99;
    right: 0;
    left: 0;
  }
  .top_main_header1 .header-top { 
    display: none;
  }
  .logo {
    /* display: none; */
    max-width: 95px !important;
}
.logo-1 img{
    max-width: 105px;
}
div#navbarSupportedContent {
    justify-content: center;
}
/* ------ breadcrum -------*/

.breadcrum-box {
    background-color: #0e0e0ed1;
    padding: 120px 0px;
}
.breadcrumb_heading{
    color: #fff;
    font-size: 42px;
    font-family: var(--title-font);
}
.bread_first_item {
    color: #fff;
}
.breadcrumb-area{
    background-image: url(../images/niagara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* ------ breadcrum -------*/

.pattern_2 {
    position: relative;
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.title small {
    text-transform: uppercase;
    color: var(--theme-color);
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 15px;
}
.title h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.parallax_wrapper{
    position: relative;
}
.about-img {
    position: absolute;
    content: '';
    right: -10px;
    bottom: -40px;
}
.amenities-img {
    position: absolute;
    content: '';
    left: 54%;
    width: 30%;
    bottom: -30px;
    border-radius: 10px;
}
.parallax_wrapper img{
    border-radius: 10px;
}
.icon-box{
    background-color: #f2f2f2;
    padding: 20px 10px;
    margin: 15px 0px;
    text-align: center;
    border-radius: 8px;
}
.icon-box:hover {
    transition: 500ms;
    box-shadow: 1px 1px 5px 1px #dcd9d9;
}
.icon-box img{
    width: 40px;
    height: auto;
}
.icon-box h5 {
    font-size: 18px;
    color: #0035a5;
    margin: 15px 0px;
    min-height: 40px;
}

/* .icon-box:hover{
    background-color: var(--theme-color);
    transition: 600ms;
}
.icon-box:hover h5{
   color: #fff;
   transition: 600ms;
} */

.fa-icon img{
    max-width: 20px;
    height: auto;
}
.text-cl p{
    color: #fff;
    margin-bottom: 30px;
}
.amenities-bg{
    padding: 80px 0px 100px 0px;
    background: linear-gradient(45deg, #11244c, #6290f0);
}
.amenities-heading {
    color: #ffffff;
    font-size: 52px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.footer-about-text h6 {
    color: #000000;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 6px;
}
.footer-about-text p{
    font-size: 14px;
    color: #474747;
}
.footer-menu ul li p{
    font-size:14px;
    color: #474747;
    border-bottom: 1px solid #ffffff0d;
}
.adress{
    margin-left: 35px;
}
/* .fa-icon i{
    color: var(--theme-color);
} */
.rooms_page_bg{
    padding: 80px 0px;
    background: #e3e8e9d4;
}
.rooms_page{
    background-image: url(../images/niagara.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.room-heading{
    font-size: 48px;
    color: #000;
    margin-bottom: 40px;
    text-align: left;
    text-transform: uppercase;
}
.item{
    position: relative;
    overflow: hidden;
}
.room-item{
    margin-bottom: 80px;
}
.bedroom-title{
    /* position: absolute; */
    bottom: 0px;
    left: 0;
    width: 100%;
    content: '';
    display: flex;
    justify-content: space-between;
}
.bedroom-title h5 {
    color: #ffffff;
    font-size: 24px;
    text-align: left;   
    padding-left: 20px;
}
.bedroom-title a {
    color: #030303;
    font-size: 16px;
}
.bedroom-title a:hover {
    color: #000;
}
.bedrooms-item{
    padding-left: 60px;
    text-align: left;
}
.bedrooms-item h5{
    color: var(--theme-color);
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.bedrooms-item p{
    color: #474747;
    font-size: 17px;
    margin-bottom: 1px;
}
.bedrooms-item li{
    color: #474747;
    font-size: 15px;
    padding: 15px 0px;
    text-align: left;
    list-style-type: circle;
    text-transform: uppercase;
}
.item img {
    border-radius: 6px;
    transition: all .5s;
}

.item:hover img {
    border-radius: 6px;
    filter: none;
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    transition: all 1s ease;
}
.item .bedroom-title{
    padding: 20px;
    /* position: absolute; */
    bottom: 0px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: var(--theme-color);
}
.item:hover .bedroom-title{
    bottom: 0;
}
.gallery-page{
    padding: 80px 0px;
    background: linear-gradient(45deg, #00184c, #72a0ffbd);
    text-align: center;
}
.gallery-page h3{
    font-size: 48px;
    color: #fafafa;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.gallery-page img{
    border-radius: 20px;
    overflow: hidden;
}
.gallery-page img:hover{
    transform: scale(1.02, 1.02);
    filter: brightness(100%);
    transition: 500ms;
    overflow: hidden;
}
.gallery{
    background-image: url(../images/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.navbar-toggler {
    background: #fff;
}
.navbar_logo{
    padding: 15px !important;
    border-radius: 50%;
    background: #fff !important;
    position: relative;
    margin-left: 60px;
}
.banner-heading {
    position: relative;
}
.nav-link:hover{
    color: #fff;
}

/* Just for styling */

.nav-link {
    --animation-time: 200ms;
    position: relative;
    overflow: hidden;
  }
    
  .nav-link::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--underline-size, 2px);
    position: absolute;
    background-color: var(--underline-color, currentColor);
    transition:
      transform ease var(--animation-time, 400ms),
      opacity ease 0ms var(--animation-time, 400ms);
    transform: translateX(100%);
    opacity: 0;
  }
  
  /* .tabs:hover .nav-link:hover::after,
  .tabs-wrapper:hover .tabs:hover .nav-link:hover::after {
    transition-delay: 0ms, 0ms;
  } */
  
  .nav-link.is-active::after,
  .nav-link:hover::after {
    transform: translateX(0%);
    opacity: 1;
  }
  
  .nav-link {
    --underline-color:#fff; 
    --underline-size: 5px;
    padding: 15px 0px;
    color: #fff;
  }
    /* Just for styling */
 
      
      .go-down-btn {
        position: relative;
        z-index: 1;
        display: inline-block;
      
        svg {
          position: relative;
          z-index: -1;
          display: block;
        }
      
        text {
          font-size: 13px;
          transform-origin: center;
        }
      
    }
      @keyframes rotate-btn{
        to{ transform: rotate(360deg); }
      }
      .go-down-btn text{
        animation: rotate-btn 10s linear infinite;
      }

 /* page-css */

.page_wrapper{
    padding: 80px 0px;
    background-color: #ffffffc7
}
.about-page-right-side img{
    border-radius: 14px;
}

.form-input{
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    /* outline: var(--theme-color); */
    padding: 10px;
    margin: 5px 0px 25px 0px;
}
.form-page {
    background-image: url(../images/bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 20px 20px 20px;
}
.contact-us-list-links h4{
    font-size: 32px;
    margin-bottom: 40px;
}
.contact-us-list-links ul li{
    margin: 15px 0px;
    background: #efefef;
    padding: 35px 0px;
    border-radius: 8px;
    align-items: center;
    display: flex;
}
.contact-us-list-links ul li a{
    display: flex;
    align-items: center;
}
.contact-us-list-links ul li a i{
    width: 52px;
    height: 52px;
    background-color: var(--theme-color);
    border: none;
    border-radius: 50%;
    margin-left: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 23px;
    box-shadow: 1px 1px 5px 2px var(--theme-color);
}
.contact-title {
    font-size: 32px;
    font-family: var(--body-font);
    margin-bottom: 40px;
    text-align: center;
}
.rooms-img img{
    border-radius: 10px;
}
.attraction{
    background-color: #f1f1f1;
    padding-bottom: 20px;
}
.attraction h4{
    font-size: 20px;
    color: var(--theme-color);
    margin: 20px 0px;
    padding: 0px 15px;
    text-decoration: underline;
}
.attraction p{
    font-size: 14px;
    margin: 6px 0px;
    padding: 0px 15px;
}
.restaurant-page{
    background-image: url(../images/restaurants/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.restaurant-bg{
    padding: 200px 0px;
    background-color: #0000007d;
}
.restaurant-title{
    font-size: 46px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}