:root {
    --theme-color:#1c2d37;
    --title-color: #fd0203;
    --font-color: #fd0203;
    --title-font: "Oswald", sans-serif;
    --body-font: "Kaushan Script", cursive;
    --main-container: 1270px;
    --container-gutters: 30px;
}
body {
   padding: 0;
    margin: auto;
}
.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: #fff;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}

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-size: 16px;
    font-weight: 500;
}
.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;
}
.header-top{
    background-color: #5d5e64;
}
.header-links ul{
    display: flex;
    align-items: center;
    justify-content: start;
}
.header-links-1 ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-links{
    padding: 7px;
}
.header-links-1{
    padding: 7px;
}
.header-links ul li a{
   font-size: 15px;
   padding: 0px 20px;
   color: #fff;
   text-transform: uppercase;
}
.header-links-1 ul li a{
    font-size: 15px;
    padding: 0px 20px;
    color: #fff;
    text-transform: uppercase;
 }
.header-links ul li a i{
    padding-right: 4px;
    color: var(--title-color);
}
.header-links-1 ul li a i{
    padding-right: 4px;
    color: var(--title-color);
}
.upper_header_layout {
    position: absolute;
    z-index: 9;
    width: 100%;
    /* background: #00000082; */
}
.header-layout {
    background: #0000005c;
}
.logo{
    width: 280px;
    height: auto;
}
.tab-links li a{
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.tab-links li a:hover{
    background-color: var(--font-color);
    color: #fff;
}   

.banner-heading h3 {
    color: #fff;
    font-family: var(--body-font);
    line-height: 155px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 100px;
    text-shadow: rgb(0, 0, 0) 2px 2px 3px;
    z-index: 99;
    position: relative;
}
.banner-heading p{
    color: #fff;
    font-size: 19px;
}
.banner-heading{
    position: absolute;
    top: 43%;
}
.banner-bg {
    position: static !important;
}
.banner-heading-button{
    margin-top: 50px;
}
.banner-heading:after{
    content: attr(data-content);
    font-family: var(--body-font);
    font-size: 115px;
    white-space: nowrap;
    opacity: 0.3;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: -90px;
    width: 100%;
    left: -80px;
    z-index: 2;
}
.banner_main_heading{
    color: var(--font-color);
}
.primary-btn {
    background-color: var(--title-color);
    color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    padding: 12px 45px;
    font-weight: 500;
    border-radius: 5px;
    transition: all .3s linear;
}
.primary-btn:hover{
    background-color: var(--font-color);
    color: #fff;
}
.about-us-page{
    background-image: url(../images/bg-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about_bg_page{
    padding: 120px 0px 150px 0px;
    background-color: #ffffff6b;
}
.about-right-side {
    position: relative;
}
.banner-bg {
    position: relative;
}
.about-right-side:after {
    content: attr(data-content);
    font-family: var(--body-font);
    font-size: 150px;
    white-space: nowrap;
    opacity: 0.1;
    line-height: 1;
    position: absolute;
    top: -80px;
    width: 100%;
    left: -80px;
    z-index: 2;
}
.about-right-side h3{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: var(--body-font);
    border-left: 7px solid #bd272b;
    padding-left: 20px;
}
.about-right-side h6{
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--font-color);
}
.about-left-image img{
    border-top-left-radius: 90px;
    width: 49%;
}
.about_img {
    position: relative;
    left: -40px;
    top: 60px;
    border: 12px solid #fff;
    border-bottom-right-radius: 70px !important;
}
.center_button{
    margin: 40px 0px;
}
.service-page{
    position: relative;
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-bg-page{
    background: #ffffff91;
    padding: 110px 0px 120px 0px;
}
.service-button{
    margin: 28px 0px 20px 0px;
}
.service-left-side:after{
    content: attr(data-content);
    font-family: var(--body-font);
    font-size: 105px;
    white-space: nowrap;
    color: #c0c0c0;
    opacity: 0.4;
    line-height: 1;
    position: absolute;
    top: 30px;
    width: 100%;
    left: -45px;
    z-index: 2;   
    text-align: center;
}
.service-left-side h3{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: var(--body-font);
    text-align: center;
    margin-bottom: 50px;
    z-index: 9;
    position: relative;
}
.service_box {
    padding: 5px 20px;
    background-color: #ffffff85;
    position: absolute;
    bottom: 0px;
    z-index: 99;
   width: 100%;
    text-align: center;
}
.service_box:hover{
    background-color: #fffcfcc2;
    color: #000;
    transition: all .3s ease-in-out;
}
.item{
    overflow: hidden;
}
.item img{
    border-radius: 12px;
    transform: scale(1.0);
    transition: all .3s linear;

}
.item img:hover{
    border-radius: 12px;
    transform: scale(1.1);
}
/* .info-page{
    background-image: url(../images/bg-8.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
} */    
.info-page-box{
    padding: 100px 0px 0px 0px;
    position: relative;
}
.attraction-box{
    display:flex;
    flex-wrap: wrap;
    background-color: #e6e6e6;
    justify-content: center;
}
.info_content_box:after{
    content: attr(data-content);
    font-family: var(--body-font);
    font-size: 105px;
    white-space: nowrap;
    color: #c0c0c0;
    opacity: 0.4;
    line-height: 1;
    position: absolute;
    top: 35px;
    width: 100%;
    left: -45px;
    z-index: 2;   
    text-align: center;
}
.info_content_box h3{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: var(--body-font);
    text-align: center;
    margin-bottom: 50px;
    z-index: 9;
    position: relative;
    color: #000000;
}
.info_button{
    margin: 30px 0px;
}
.info-left-side {
    background: #fff;
    position: relative;
    width: 25%;
    padding: 10px;
    margin: 20px 20px 20px 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36%;
}
.info-left-side h4 {
    font-size: 24px;
    font-family: var(--body-font);
    margin: 15px 0px;
    color: var(--title-color);
}
.attraction-image img{
    height: 100%;
}
.info-left-side:hover img{
    animation: wobble 0.5s ease-in-out;
}
@keyframes wobble {
    0% {
        Transform: none;
    }
    15% {
        Transform: translate3d(-30%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        Transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        Transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        Transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        Transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        Transform: none;
    }
}

.footer-page{
    background-image: url(../images/bg-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.widget-area{
    padding: 60px 0px 0px 0px;
    background-color: #000000d4;
}
.footer-menu ul li a{
    color: #fff;
    font-family: var(--title-font) !important;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.footer-menu ul li a:hover{
    color: var(--font-color);
    letter-spacing: 1.5px;
    transition: all.3s ease-in-out;
}
.footer-menu ul li a i{
    color: var(--title-color);
    font-size: 12px;
}
.footer-menu ul li{
    padding: 5px 0px;
    color: #fff;
    font-family: var(--title-font) !important;
}
.footer-menu h4{
    color: #fff;
    font-size: 32px;
    font-family: var(--body-font);
    margin-bottom: 20px;
}
.adress{
    margin-left: 20px;
}
.copyright-text{
    color: #fff;
    font-family: var(--title-font) !important;
    font-weight: 400;
    font-size: 14px;
}
.copyright-wrap {
    margin-top: 60px;
    border-top: 1px solid #ffffff52;
    padding-top: 10px;
}
.copyright-text a{
    color: #fff;
    font-family: var(--title-font) !important;
}
.testimonial_page{
    
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.testimonial_bg{
    padding: 120px 0px;
    background-color:#00000054;
}
.testimonials-box{
    padding: 40px;
    background-color: #ffffff;
    text-align: center;
    min-height: 405px;
}
/* .testimonial_content{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: var(--body-font);
    text-align: center;
    margin-bottom: 50px;
    z-index: 9;
    position: relative;
    color: #000000;
} */
.testimonial_content:after{
    content: attr(data-content);
    font-family: var(--body-font);
    font-size: 105px;
    white-space: nowrap;
    color: #c1c1c157;
    opacity: 0.4;
    line-height: 1;
    position: absolute;
    top: -70px;
    width: 100%;
    left: -45px;
    z-index: 2;   
    text-align: center;
}
.testimonial_content h3{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: var(--body-font);
    text-align: center;
    margin-bottom: 50px;
    z-index: 9;
    position: relative;
    color: #fff;
}
.testimonials-box h4{
    font-size: 26px;
    font-weight: 600;
    color: var(--font-color);
    font-family: var(--body-font);
    margin: 30px 0px;
}
.testimonials-box img{
    width: 110px !important;
    height: auto !important;
}
.testimonials-box p{
    font-size: 18px;
    font-weight: 400;   
    font-family: var(--title-font);
    letter-spacing: 0,5px;
}
.testimonials-box div{
    display: flex;
    justify-content: center;
}
.test_img{
    border-top-left-radius: 230px;
    border-bottom-left-radius: 230px;
    height: 100%;
}
.gallery-button{
    text-align: center;
    margin-top: 50px;
}

/* inner-pages-css */

.main__page{
    position: relative;
    top: 160px;
}
.breadcrumb-box{
    padding: 80px 0px;
    background-color: #000000be;
}
.breadcrumb-area{
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.breadcrumb_heading{
    text-align: center;
    font-size: 38px;
    color: #ffffff;
}
.page_wrapper{
    padding: 80px 0px;
}
.about-section-right{
    text-align: center; 
}
.about-section-right img{
    border-radius: 14px;
}
.about-section-left{
    display: flex;
    align-items: center;
}
.about-section-left h3{
    font-size: 45px;
    color: #000;
    font-family: var(--body-font);
}
.gallery__images img{
    border-radius: 14px;
}
.contact_form_box{
    padding: 20px 30px;
    background-color: var(--font-color);
    height: 100%;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.contact-title{
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-family: var(--body-font);
    margin-bottom: 40px;
}
.form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: none;
    border: none;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid var(--font-color);
    border-radius: 10px;
}
.contact_us_img{
    height: 100%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.form-input-textrea{
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: none;
    border: none;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid var(--font-color);
    border-radius: 6px;
}
.contact_us_information{
    padding: 80px 0px 0px 0px;
}
.contact_us_information div{
    padding: 35px;
    margin: 10px;
    box-shadow: 0px 0px 20px 0px #978b8c;
    text-align: center;
}
.contact_us_information div:hover{
    background-color: #f7f0f0;
    transition: all .3s ease-in;
}
.contact_us_information div ul li a{
    color: #000;
    font-family: var(--title-font) !important;
}
.contact_us_information div ul li a i{
     border-color: #bd272b;
     padding: 20px;
     border-radius: 50%;
     color: #bd272b;
    box-shadow: 0px 0px 5px 1px #fa030c;
    margin-right: 15px;
}
.contact_us_information div ul li a{
    display: flex;
    align-items: center;
}
.payment-info{
    font-size: 32px;
    font-family: var(--body-font);
    margin: 25px 0px;

}
.booking_form_box label{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.form-input-1 {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 25px;
    outline: none;
    border: none;
    color: #000;
    background-color: #fff;
    border-radius: 7px;
    background-color: #e4e4e4;
}
.rooms__page_box h4{
   font-size: 32px;
   font-family: var(--body-font);
    margin-bottom: 30px;
    color: var(--font-color);
}
.rooms__page_box ul li {
    padding: 5px 15px;
    box-shadow: 1px 1px 4px 1px #f2f2f2;
    margin: 12px 0px;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    font-family: var(--title-font);
}
.rooms__page_img img{
    border-radius: 20px;
}
.room_wrap{
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
}
.rooms__page_box ul li img{
    margin-right: 25px;
}
.rooms__page_box P{
    font-size: 19px;
    margin-bottom: 0px;
}
.room__btnn{
    margin: 25px 0px;
}

.suspend-sec {
  position: fixed;
  top: 175px;
  z-index: 999;
  background: #fff;
  width: 100%;
  padding: 20px 30px;
  text-align:center;
}

.content-sec-suspend h2{ color:red; font-size:25px;}
.content-sec-suspend p{ color:#000;}
.logo-sec img{ width:16%;}

