:root {
    --theme-color:#032036;
    --title-color: #EA2F42;
    --body-font: "Merienda", cursive;
    --title-font: "Agbalumo", system-ui;
    --main-container: 1270px;
    --container-gutters: 30px;
}
body {
   padding: 0;
    margin: auto;
}
a {
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--paragraph-font) !important;
    font-weight: 600;
}
ol, ul {
    margin: 0;
    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 5px 0;
    color: #fff;
    font-size: 16px;
    font-family: var(--body-font);
}
.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: 19px
}

/* header-css */
.logo-1{
    display: none;
}
.header-top {
    background: #EA2F42;
    padding: 8px;
}
.header-layout{
    padding: 20px 0px;
}
.main__banner{
    background-image: linear-gradient(#ffffffd6, #ffffffeb), url(../images/banner/2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.logo{
    width: 250px;
    height: auto;
    display: block;
}
.tab-links {
    display: flex;
    align-items: center;
}
.header-links-1{
    float: right;
    padding: 5px 0px;
}
.header-links {
    padding: 5px 0px;
}
.header-links ul li a{
    color: #fff;
}
.header-links-1 ul li a{
    color: #fff;
}
.header-links ul li a i{
    color: #ffffff;
    font-size: 20px;
}
.header-links-1 ul li a i{
    color: #ffffff;
    font-size: 20px;
}
.header-links-1 ul{
    display: flex;
}
.icons{
    width: 24px;
    height: auto;
}
.et-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: #EA2F42;
    color: #fff !important;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16px 38px;
    border-radius: 20px;
}
.et-btn:before {
    top: 0;
    right: 0;
    border: 0 solid;
    border-color: transparent transparent transparent #1e1e1e;
    transform: rotate(360deg);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: 0.7s ease;
    z-index: -1;
}
.et-btn:before {
    bottom: 0;
    left: 0;
    right: auto;
    bottom: auto;
    border-color: #1e1e1e transparent transparent transparent;
}
.et-btn:hover:before, .et-btn:hover:after, .et-btn.active:before, .et-btn.active:after {
    border-width: 200px 130px;
    background-color: #032036;
}
.et-btn:hover, .et-btn.active {
    color: #fff;
    background-color: #032036;
}
.tab-links li{
    padding:0px 32px;
}
.tab-links li a {
    color: #032036;
    font-weight: 700;
    font-size: 17px;
}
.tab-links li a:hover{
    color: var(--title-color);
}
.main_banner_bg {
    padding: 80px 0px;
}
.banner-heading h3{
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 48px;
    font-style: normal;
    line-height: 74px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.banner-heading p{
    color: #032036;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: var(--body-font);
}
.hero-content {
    padding: 70px 0;
}
.banner-heading .subtitle h6 {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.6rem;
    margin-bottom: 0;
}
.subtitle {
    width: 175px;
    height: 38px;
    text-align: center;
    align-items: center;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 4px;
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-img-right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.banner-img-right img{
    text-align: right;
    border-radius: 5px;
    animation: scroll 10s linear infinite;
}

@keyframes scroll{
0% {
    transform: scale(1);
}
50%{
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}

.about_section{
    padding: 100px 0px;
}
.about_section_bg{
    background-image: url(../images/bg-1.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.about_img_box{
    display: flex;
}
.about_heading{
    color: #000;
    text-align: left;
}
.about_img_1 {
    z-index: 1;
    border: 15px solid #fff;
}
.about_img_2{
    position: absolute;
    right: 55px;
    top: 220px;
}
.about_heading h3 {
    color: var(--theme-color);
    font-size: 48px;
    font-family: var(--title-font);
    font-style: italic;
    margin-bottom: 20px;
}
.about_heading h6{
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--body-font);
}
.about_heading p{
    color: #000;
    font-size: 17px;
    font-family: var(--body-font);
    margin-bottom: 20px;
}
.about-content-body{
    display: flex;
    justify-content: space-between;
}
.about-content-body ul li{
    padding: 5px 0px;
    font-size: 20px;
}
.about-content-body ul li i{
    margin-right: 14px;
    color: var(--title-color);
}
.about_bttn{
    display: flex;
    align-items: center;
    text-align: center;
}
.about_img_box{
    border: 10px solid var(--title-color);
     border-color: var(--title-color) transparent var(--title-color) var(--title-color);
}
.rooms_section{
    background-image: url(../images/bg-3.png);
    background-repeat: repeat;
    background-position: left;
}
.room__img{
    border-radius: 14px;
    transform: scale(1);
    transition: all .3s linear;
}
.room__img:hover{
    transform: scale(1.1);
}
.room__img:hover .queen_room h4{
     background-color: var(--theme-color);
     color: #fff;
}
.rooms_section_bg{
    position: relative;
    padding: 120px 0px;
}
/* .rooms_haeding{
    display: flex;
    align-items: center;
} */
.rooms_haeding h6{
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--body-font);
}
.rooms_haeding h3{
    color: #fff;
    font-size: 62px;
    font-family: var(--title-font);
}
.queen_room{
    position: absolute;
    bottom: 20px;
    width: 100%;   
    justify-content: center;
    display: flex;
}
.queen_room h4{
    background-color: #fff;
    padding: 15px;
    color: #032036;
    font-size: 21px;
    font-family: var(--body-font);
    margin: 0px 20px;
    border-radius: 12px;
}
.rooms__right_side{
    position: absolute;
    top: 50px;
}
.amenities_section {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top;
}
.amenities-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
    margin-top: 100px;
}
.amenities_line{
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    padding: 20px 0px;
}
.amenities-features li a {
    background: #f4f4f4;
    padding: 65px 0 45px;
    box-shadow: 0px 14px 24px 0px rgba(184, 184, 184, 0.1);
    text-align: center;
    display: block;
    z-index: 1;
    transition: all .3s linear;
    cursor: auto;
}
.amenities-features li a:hover{
    background-color: #EA2F42;
    transition: all .3s linear;
    color: #fff;
}
.amenities-features li a:hover .title{
    color: #fff;
}
.amenities-features li a:hover img{
    filter: brightness(10);
    transition: all .3 linear;
}
.amenities-features li a .title {
    font-size: 18px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 10px;
    display: block;
}
.amenities_section_bg{
    padding: 80px 0px;
}
.amenities-features li:nth-child(2) {
    margin-top: 100px;
}
.amenities-features li:nth-child(3) {
    margin-top: 200px;
}
.amenities-features li:nth-child(4) {
    margin-top: 100px;
}
.amenities-heading{
    text-align: center;
    color:#fff;
    font-size: 62px;
    font-family: var(--title-font);
}
.amenities-small-heading{
    text-align: center;
    color:var(--title-color);
    font-size: 16px;
    font-family: var(--body-font);
}
.review-heading{
    text-align: center;
    color:#fff;
    font-size: 62px;
    font-family: var(--title-font);
    margin-bottom: 80px;
}
.review_section_bg{
    padding: 80px 0px;
    background: #000000ad;
}

.review-box h4{
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
.review-box p{
    font-size: 17px;
    color: #ffffff;
    font-family: var(--body-font);
}
.review-small-heading{
    text-align: center;
    color:var(--title-color);
    font-size: 16px;
    font-family: var(--body-font);
}
.review-box img{
    max-width: 100%;
    width: 70px !important;
    height: auto;
    margin: 15px 0px;
}
.review_section{
    background-image: url(../images/bg-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.review-box {
    border-bottom: 5px solid #ea2f42;
    margin: 0px 20px;
    background: #56565638;
    padding: 30px;
}

/* footer css */

.footer_bg{
    padding: 0px 100px;
}
.footer-page{
    padding: 80px 0px 0px 0px;
}
.widget-area{
    margin-bottom: 40px;
}
.disc{
    background-image: linear-gradient(to right , #EA2F42 , #e7e7e7);
    width: 60px;
    height: 3px;
    margin-bottom: 20px;
}
.footer-menu{
 h4{
    color: #032036;
    font-size: 30px;
    font-family: var(--title-font);
}
li{
    padding: 8px 0px;
    border-bottom: 1px dotted #0320361c;
}
a{
    color: #032036;
}
i{
    margin-right: 15px;
    color: #EA2F42;
}
}
.footer-menu li a:hover{
    color: #EA2F42;
    letter-spacing: 0.3px;
}
.footer-menu li:hover{
    border-bottom: 1px dotted #EA2F42;
}
.copyright-wrap{
    padding: 15px 0px 0px 0px;
}
.copyright-text{
    color: #032036;
    font-weight: 600;
    font-family: var(--body-font);
    font-size: 12px;
}
.copyright-text a{
    color: #032036;
    font-weight: 600;
    font-size: 13px;
}
.address{
    margin-left: 30px;
}

/* inner-pages-css */
.breadcrumb-area{
    background-image: url(../images/breadcum.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-box{
    padding: 100px 0px;
    background-color: #000000b5;
    text-align: center;
}
.breadcrumb_heading{
    color: #ffffff;
    font-size: 42px;
    font-family: var(--title-font);
}
.breadcrumb{
    justify-content: center;
}
.breadcrumb a{
    color: #EA2F42;
}
.page_wraper{
    padding: 80px 0px;
}
.about-left-image{
    display: flex;
    align-items: center;
}
.about-left-side{
    display: flex;
    align-items: normal;
}
.about-right-side{
    padding: 60px 80px;
}
.about-right-side h3{
    color: #000;
    font-size: 48px;
    margin-bottom: 20px;
    font-family: var(--title-font);
}

.about-right-side p{
    color: #383838;
    font-size: 17px;
    font-family: var(--body-font);
    font-weight: 400;
}
.about-right-side strong{
    color: #EA2F42;
}
.gallery-images img{
    border-radius: 10px;
    margin-bottom: 30px;
}
.service-content h4{
    color: #000;
    font-size: 38px;
    margin-bottom: 30px;
    font-family: var(--title-font);
}
.service-content p{
    color: #000;
    font-size: 18px;
}
.service-left-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-left-img img{
    border-bottom-right-radius:60px ;
    border-top-left-radius:60px ;
}
.form_input{
    width: 100%;
    padding: 9px;
    margin-bottom: 32px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #ebebeb;
}
svg{
    width: 26px;
    height: auto;
}
.contact_info{
    background-color: #00000091;
    padding: 30px 20px;
}
.contact_info h3{
    margin-bottom: 35px;
    font-size: 36px;
    font-family: var(--title-font);
    text-align: center;
    color: #fff;
}
.contact_form h3{
    text-align: center;
    font-size: 36px;
    font-family: var(--title-font);
    margin-bottom: 40px;
    color: #fff;
}
.contact_form {
    background: #00000091;
    box-shadow: 2px 2px 4px 2px #ccc;
    padding: 40px 20px;
    text-align: center;
}
.contact__info-item {
    align-items: center;
    margin-bottom: 10px;
    background: #ffffff1f;
    padding: 4px 12px;
    text-align: center;
    display: flex;
}
.contact__info-icon{
    margin: 15px 0px;
}
.contact__info-content a{
    color: #ffffff;
    padding-left: 14px;
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 400;
}
.contact__info-content span{
    color: #000;
    padding-left: 14px;
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 400;
}
.rooms_box{
    padding: 12px 25px;
    background-color: #f4e7d8;
}
.rooms_box h4{
    font-size: 29px;
    font-family: var(--title-font);
    margin-bottom: 20px;
    color: #000;
}
.rooms_box ul li{
    padding: 5px 15px;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #000;
    font-size: 17px;
}
.rooms_box img{
    width: 35px;
    height: auto;
    margin-right: 20px;
}
.room-box-image{
    display: flex;
    align-items: center;
}
.room-box-image img{
    width: 100%;
    height: auto;
}
.rooms_one_box{
    box-shadow: 1px 1px 4px 3px #e7e3e3;
    padding: 20px;
    margin: 30px 0px;
    background: #fff2e0;
}
.rooms_box ul li:hover{
    background-color: #f2f2f2;
    transition: all .3 linear;
}
.footer_bg{
    background-color: #eee;
}
.personal_info{
    font-size: 32px;
    margin-bottom: 40px;
    font-family: var(--title-font);
    text-align: center;
    margin-top: 30px;
    color: var(--title-color);
}
.booking__form{
    background-color: #fff;
    padding: 25px;
    box-shadow: 1px 1px 4px 3px #ddd;
}
label{
    font-weight: 400;
    color: #000;
    padding-bottom: 3px;
}
.policy_content h3{
    color: #ffffff;
    font-size: 26px;
    padding: 6px 10px;
    background: black;
}
.policy_content p{
    font-size: 16px;
    color: #000;
    margin: 10px 0px;
    font-family: var(--body-font);
}
.policy_content i{
    color: #EA2F42;
}
.policy_content ul li{
    list-style-type: disc;
    padding: 5px 0px;
    margin-left: 30px;
}
.policy_wraper{
    padding: 60px 0px;
    background-color: #fff;
}

.card_images {
    display: flex;
    align-items: center;
}
.card_images img{
    width: 49%;
    height: auto;
} 
.activities_page{
    padding: 0px 0px 60px 0px;
}
.activities-heading{
    font-size: 62px;
    color: #000;    
    margin-bottom: 20px;
    text-align: center;
    font-family: var(--title-font);
}
.footer_map{
    margin-top: 15px;
}
.nearby_attraction{
    text-align: center;
    margin-bottom: 50px;
}
.nearby_attraction h4{
    font-size: 42px;
    color: #000;
    font-family: var(--title-font);
    margin-bottom: 30px;
}
.nearby_attraction p{
    color: #000;
    font-size: 16px;
    font-family: var(--body-font);
}
.attraction__box h4{
    padding: 15px;
    text-align: center;
    font-family: var(--title-font);
    font-size: 21px;
    box-shadow: 1px 1px 3px 2px #ddd;
    margin-bottom: 40px;
}
.header_bttn{
    display: none;
}
.header_inner_bttn{
    display: block;
}
.suspend-sec {
  position: fixed;
  top: 175px;
  z-index: 999;
  background: #fff;
  width: 100%;
  padding: 20px 30px;
  text-align:center;
}

.logo-sec img{
    width: 150px;
}

.cover{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000078;
    z-index: 99;
}
.content-sec-suspend h2{ color:red; font-size:25px;}
.content-sec-suspend p{ color:#000;}