/*
Theme Name: lagunablu
*/

@font-face {
    font-family: 'Gilda Display';
    src: url('../lagunablu/assets/fonts/GildaDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../lagunablu/assets/fonts/Inter18pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../lagunablu/assets/fonts/Inter18pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../lagunablu/assets/fonts/Inter18pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../lagunablu/assets/fonts/Inter18pt-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../lagunablu/assets/fonts/Inter18pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../lagunablu/assets/fonts/Inter18pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../lagunablu/assets/fonts/Inter18pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body {
    --PrimaryColor: #1c3d91;
    --PrimaryColorDark: #031644;
    --BlueColor: #00b4d9;

    --LightBg: #e5e8ec;
    --headingColor: #101b38;
    --textcolor: #2d3a5b;
    --textcolorblack: #868ea4;
    --whitecolor: #ffffff;
    --Blackcolor: #101b38;
    --borderColor: #cdd1da;
    --BgColor: var(--whitecolor);
    --HeadingFont: 'Gilda Display', sans-serif !important;

    font-family: 'Inter 18pt', sans-serif !important;
    background-color: var(--BgColor) !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(247, 168, 0, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(247, 168, 0, 1);
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}

.wpcf7-not-valid-tip{
    font-size: 11px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    line-height: normal;
}

.wpcf7-response-output{
    text-align: center;
    font-size: 13px;
    padding: 4px 10px !important;
    margin: 10px 0px 0px 0px !important;
    font-weight: 500;
}

.wpcf7-spinner{
    padding: 0px;
    margin: 0px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output{
    color: #f7a800;
}


.header-wrapper-fixed{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.99);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.header-topbar{
    width: 100%;
    min-height: 38px;
    background: var(--PrimaryColor);
    position: relative;
    transition-duration: 0.3s;
}

.header-menubar{
    width: 100%;
    position: relative;
    transition-duration: 0.3s;
}

.header-menubar .header-logo{
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.99);
    display: block;
    margin-top: -30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 135px;
    transition-duration: 0.3s;
    outline: none !important;
}

.header-menubar .header-logo::before{
    width: 247px;
    height: 87px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -123.5px;
    margin-top: -43.5px;
    content: '';
    background: url(../lagunablu/assets/img/lagunablu-logo.png) no-repeat;
    transition-duration: 0.3s;
}

.header-menubar #mega-menu-wrap-primary{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.header-topbar .col-xl-9 .col-xl-6:first-child h6{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
}

.header-topbar .col-xl-9 .col-xl-6:first-child h6 svg{
    width: auto;
    height: 13px;
    display: inline-block;
    fill: var(--BlueColor);
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.header-topbar .col-xl-9 .col-xl-6:first-child h6:first-child{
    margin-right: 40px;
}

.header-topbar .col-xl-9 .col-xl-6:first-child h6 a{
    color: #acb3cf;
}

.header-topbar .col-xl-9 .col-xl-6:last-child{
    text-align: right;
}

.header-topbar .col-xl-9 .col-xl-6:last-child .booknow-btn{
    width: auto;
    display: inline-block;
    background: var(--BlueColor);
    color: var(--whitecolor);
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
    padding: 0px 25px;
    transition-duration: 0.3s;
    float: right;
}

.header-topbar .col-xl-9 .col-xl-6:last-child .booknow-btn svg{
    fill: var(--whitecolor);
    display: inline-block;
    width: auto;
    height: 16px;
    position: relative;
    margin-right: 5px;
    top: -1px;
}

.header-topbar .col-xl-9 .socialmedia-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-topbar .col-xl-9 .socialmedia-icons li {
    list-style: none;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-topbar .col-xl-9 .socialmedia-icons li a {
    width: 44px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-topbar .col-xl-9 .socialmedia-icons li a svg {
    height: 14px;
    fill: #a4b1d3;
    transition: 0.3s;
}

.header-topbar .col-xl-9 .socialmedia-icons li a:hover svg{
    fill: var(--BlueColor);
}

.banner-wrapper{
    width: 100%;
    background: var(--Blackcolor);
    margin-top: 143px;
}

.banner-wrapper .carousel-item{
    background: var(--Blackcolor);
    position: relative;
}

.banner-wrapper .carousel-item img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    opacity: 0.8;
}



.banner-wrapper .carousel-item::before{
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    z-index: 100;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.75;
}

.banner-wrapper .bannercaption{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 60px;
    z-index: 150;
}

.banner-wrapper .bannercaption h1{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    font-family: var(--HeadingFont) !important;
    font-size: 48px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}


.f-nav .header-wrapper-fixed{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    background: rgba(255, 255, 255, 0.95);
}

.f-nav .header-wrapper-fixed .header-topbar{
    margin-top: -38px;
}

.f-nav .header-menubar .header-logo{
    margin-top: 0px;
    border-radius: 0px;
    height: 60px;
    background: rgba(255, 255, 255, 0);
}

.f-nav .header-menubar .header-logo::before{
    height: 46px;
    background-position-y: -41px;
    margin-top: 0px;
    top: 7px;
    left: 0px;
    margin-left: 0px;
}

.button-style{
    width: 135px;
    text-align: center;
    border: 2px solid var(--PrimaryColorDark);
    display: inline-block;
    color: var(--PrimaryColorDark);
    line-height: 38px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    transition-duration: 0.3s;
}

.button-style font:nth-child(1)::before{
    width: 2px;
    height: 54px;
    position: absolute;
    left: -2px;
    top: -8px;
    background: var(--PrimaryColorDark);
    content: '';
    transition-duration: 0.3s;
}

.button-style font:nth-child(1)::after{
    width: 2px;
    height: 54px;
    position: absolute;
    right: -2px;
    top: -8px;
    background: var(--PrimaryColorDark);
    content: '';
    transition-duration: 0.3s;
}

.button-style font:nth-child(2)::before{
    width: 147px;
    height: 2px;
    position: absolute;
    left: -8px;
    top: -2px;
    background: var(--PrimaryColorDark);
    content: '';
    transition-duration: 0.3s;
}

.button-style font:nth-child(2)::after{
    width: 147px;
    height: 2px;
    position: absolute;
    left: -8px;
    bottom: -2px;
    background: var(--PrimaryColorDark);
    content: '';
    transition-duration: 0.3s;
}

.button-style:hover{
    background: var(--BlueColor);
    border-color: var(--BlueColor);
    color: var(--whitecolor);
}

.button-style:hover font:nth-child(1)::before,
.button-style:hover font:nth-child(1)::after{
    top: 0px;
    background: var(--BlueColor);
    height: 38px;
}

.button-style:hover font:nth-child(2)::before,
.button-style:hover font:nth-child(2)::after{
    left: -2px;
    width: 135px;
    background: var(--BlueColor);
    height: 2px;
}


.footer-wrapper-section{
    width: 100%;
    position: relative;
    background: url(../lagunablu/assets/img/bg-shade.jpg) no-repeat center center fixed var(--PrimaryColorDark); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-wrapper-section .footer-credencials{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}

.footer-wrapper-section .footer-credencials p{
    padding: 0;
    margin: 0;
    color: var(--textcolorblack);
    font-size: 15px;
}

.footer-wrapper-section .footer-credencials p a{
    color: var(--textcolorblack);
    text-decoration: none;
}

.footer-wrapper-section .footer-credencials p a:hover{
    color: var(--BlueColor);
}

.footer-wrapper-section .footer-credencials .col-xl-6:last-child{
    text-align: right;
}

.footer-wrapper-section .footer-credencials .col-xl-6{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-wrapper-section .socialmedia-wrap hr{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    border: none;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-wrapper-section .socialmedia-wrap p{
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 15px;
    color: var(--textcolorblack);
    line-height: 24px;
}


.footer-wrapper-section .socialmedia-wrap .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    display: block;
    text-align: left;
    float: left;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a svg{
    width: auto;
    height: 15px;
    display: block;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a svg path{
    fill: var(--whitecolor);
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a.tw {
    background: #000000;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a.in {
    background: #f6523f;
}

.footer-wrapper-section .socialmedia-wrap .socialmedia-icons li a.em{
    background: #ec4134;
}

.footer-wrapper-section .footer-logos{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.footer-wrapper-section .footer-logos img{
    width: auto;
    height: 87px;
    display: inline-block;
}

.footer-wrapper-section .footer-menu{
    margin-bottom: 70px;
}

.footer-wrapper-section .footer-menu ul{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer-wrapper-section .footer-menu ul li{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
}

.footer-wrapper-section .footer-menu ul li a{
    text-transform: uppercase;
    color: var(--textcolorblack);
    padding: 0px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.footer-wrapper-section .footer-menu ul li a:hover{
    color: var(--BlueColor);
}

.downloadbrochure-wrap{
    width: 100%;
    background: var(--BlueColor);
    margin-bottom: 70px;
    position: relative;
    padding: 0px 45px 0px 25px;
    min-height: 120px;
}

.downloadbrochure-wrap p{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 36px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
}

.downloadbrochure-wrap .button-style{
    float: right;
    margin-top: 40px;
}

.downloadbrochure-wrap h4{
    width: 100%;
    position: relative;
    padding:  0px 0px 0px 115px;
    margin: 33px 0px 0px 0px;
    font-size: 24px;
    font-weight: 600;
}

.downloadbrochure-wrap h4::before{
    width: 95px;
    height: 95px;
    position: absolute;
    left: 0px;
    top: -20px;
    background: url(../lagunablu/assets/img/brochure-icon.png) no-repeat var(--PrimaryColorDark);
    border-radius: 50%;
    content: '';
}

.downloadbrochure-wrap .col-xl-6{
    position: relative;
}

.downloadbrochure-wrap .col-xl-6:first-child::before{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 14px;
    right: 60px;
    background: var(--PrimaryColorDark);
    content: '';
    opacity: 0.2;
}

.downloadbrochure-wrap .button-style:hover{
    background: var(--PrimaryColorDark);
}

.downloadbrochure-wrap .button-style:hover font::before,
.downloadbrochure-wrap .button-style:hover font::after{
    background: var(--PrimaryColorDark);
}

.aboutus-wrapper .col-xl-7 p{
    text-align: justify;
}

.aboutus-wrapper .col-xl-7 .button-style{
    margin-top: 30px;
}

.aboutus-wrapper .col-xl-5 .welcomeimage{
    position: relative;
}

.aboutus-wrapper .col-xl-5 .welcomeimage::before{
    width: 100%;
    height: 100%;
    border: 2px solid var(--PrimaryColor);
    position: absolute;
    left: 45px;
    top: 45px;
    content: '';
}

.aboutus-wrapper .col-xl-5 .welcomeimage img{
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.aboutus-wrapper{
    width: 100%;
    position: relative;
    margin-top: 120px;
}

.heading-styles{
    width: 100%;
    position: relative;
    margin: 0px 0px 25px 0px;
}

.heading-styles h2{
    font-size: 48px;
    padding: 0;
    margin: 0;
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    line-height: 52px;
}

.heading-styles h6{
    width: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--PrimaryColor);
    font-size: 14px;
    font-weight: 600;
}

.heading-styles h6 font{
    position: relative;
    padding-left: 25px;
}

.heading-styles h6 font::before{
    width: 17px;
    height: 11px;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url(../lagunablu/assets/img/heading-icon.png) no-repeat;
    content: '';
}

.welcome-image-con{
    width: 100%;
    position: relative;
    display: block;
    margin-top: 80px;
}

.welcome-image-con img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.welcome-image-con .circle-text{
    width: 180px;
    height: 180px;
    background: url(../lagunablu/assets/img/circle-icon.jpg) no-repeat;
    border-radius: 50%;
    position: absolute;
    top: -130px;
    right: 40px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.welcome-image-con .circle-text img{
    width: 180px;
    height: 180px;
    position: relative;
    animation: 12s linear infinite cogwheelanim;
}

@keyframes cogwheelanim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(260deg)
    }
}

.about-bottomsection .row{
    margin-left: 0px;
    margin-right: 0px;
}

.about-bottomsection .row .col-xl-3{
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    text-align: center;
}

.about-bottomsection .row .col-xl-3::before{
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(180deg,rgba(193, 202, 225, 1) 0%, rgba(193, 202, 225, 0) 100%);
}

.about-bottomsection .row .col-xl-3:last-child:after{
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(180deg,rgba(193, 202, 225, 1) 0%, rgba(193, 202, 225, 0) 100%);
}

.about-bottomsection .row .col-xl-3 p{
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.about-bottomsection .row .col-xl-3 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    color: var(--headingColor);
    text-align: center;
}

.about-bottomsection .row .col-xl-3 span{
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.about-bottomsection .row .col-xl-3 span img{
    width: auto;
    height: 82px;
    display: inline-block;
}

.about-bottomsection{
    margin-top: 100px;
}

.rooms-wrapper-section{
    width: 100%;
    position: relative;
    background: url(../lagunablu/assets/img/bg-shade.jpg) no-repeat center center fixed var(--PrimaryColorDark);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 100px;
    padding: 90px 0px;
}

.rooms-wrapper-section .heading-styles h2{
    text-align: center;
    color: var(--whitecolor);
}

.rooms-wrapper-section .heading-styles h6{
    text-align: center;
    color: var(--BlueColor);
}

.rooms-wrapper-section .heading-styles h6 font::before{
    background: none;
    background: url(../lagunablu/assets/img/heading-icon2.png);
}

.rooms-item-wrap{
    width: 100%;
    position: relative;
    display: block;
}

.rooms-item-wrap .rooms-image{
    width: 100%;
    height: 260px;
    background: var(--BlueColor);
    display: inline-table;
    overflow: hidden;
    position: relative;
}

.rooms-item-wrap .rooms-image img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.rooms-item-wrap .rooms-image svg{
    width: auto;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 40%;
    margin-top: -17px;
    z-index: 100;
    fill: var(--Blackcolor);
    transition-duration: 0.3s;
    opacity: 0;
}

.rooms-item-wrap:hover .rooms-image svg{
    opacity: 1;
    top: 50%;
}

.rooms-item-wrap:hover .rooms-image img{
    opacity: 0.2;
    transform: scale(1.1);
}

.rooms-item-wrap .rooms-content{
    width: 100%;
    border: 1px solid #425374;
    display: inline-table;
    text-align: center;
    border-top: none;
    padding: 10px;
    min-height: 340px;
}

.rooms-item-wrap .rooms-content .footerbtns{
    width: calc(100% - 20px);
    background: var(--PrimaryColor);
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.rooms-item-wrap .rooms-content .footerbtns a{
    width: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: #ced2e2;
    font-weight: 500;
    display: block;
    transition-duration: 0.3s;
}

.rooms-item-wrap .rooms-content .footerbtns a:hover{
    background: var(--BlueColor);
    color: var(--whitecolor);
}

.rooms-item-wrap .rooms-content .footerbtns .col-6:first-child{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.rooms-item-wrap .rooms-content h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    color: var(--whitecolor);
    font-weight: 500;
}

.rooms-item-wrap .rooms-content p{
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    margin: 0px 0px 25px 0px;
    text-align: center;
    color: var(--textcolorblack);
}

.rooms-item-wrap .rooms-content ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.rooms-item-wrap .rooms-content ul li{
    position: relative;
    list-style: none;
    width: 100%;
    color: var(--textcolorblack);
    text-align: left;
    font-size: 15px;
    padding: 0px 0px 0px 30px;
    margin: 10px 0px;
}

.rooms-item-wrap .rooms-content ul li::before{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 1px;
    content: '';
    background: url(../lagunablu/assets/img/bullet-icon.png) no-repeat;
}

.rooms-item-wrap .rooms-content span{
    width: 100%;
    display: block;
    padding: 30px 20px 45px 20px;
}

.rooms-wrapper-section .container:first-child p{
    text-align: center;
    color: var(--textcolorblack);
    margin-bottom: 45px;
}

.downloadbrochure-wrap.reserve-booking{
    margin-top: 45px;
    margin-bottom: 0px;
}

.downloadbrochure-wrap.reserve-booking p a{
    color: var(--Blackcolor);
    text-decoration: none;
    font-weight: 600;
}

.facilities-wrapper .col-xl-7 ul{
    width: 100%;
    display: inline-table;
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.facilities-wrapper .col-xl-7 ul li{
    width: 50%;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px;
    color: var(--textcolor);
    position: relative;
}

.facilities-wrapper .col-xl-7 ul li::before{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
    content: '';
    background: url(../lagunablu/assets/img/bullet-icon.png) no-repeat;
}

.facilities-wrapper .col-xl-5 .facilities-image{
    width: 100%;
    display: block;
    position: relative;
}

.facilities-wrapper .col-xl-5 .facilities-image img{
    width: 100%;
    height: 545px;
    object-fit: cover;
}

.facilities-wrapper .col-xl-5 .facilities-image::before {
    width: 100%;
    height: 100%;
    border: 2px solid var(--PrimaryColor);
    position: absolute;
    left: 45px;
    top: 45px;
    content: '';
}

.facilities-wrapper {
    margin-top: 100px;
}

.testimonials-wrapper{
    width: 100%;
    background: var(--LightBg);
    margin-top: 100px;
    padding: 90px 0px 80px 0px;
    overflow: hidden;
}

.testimonials-wrapper .heading-styles h6,
.testimonials-wrapper .heading-styles h2{
    text-align: center;
}

.testimonials-item {
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--whitecolor);
    transition-duration: 0.3s;
    border-radius: 10px
}

.testimonials-item .testimonials-footer {
    width: 100%;
    position: relative;
    border-top: 1px solid var(--borderColor);
    padding: 10px;
    min-height: 80px;
    padding-left: 90px;
    transition-duration: 0.3s
}

.testimonials-item .testimonials-footer span {
    width: 60px;
    height: 60px;
    background: url(/wp-content/themes/leddcabs/assets/img/testipropic-icon.png) no-repeat var(--LightBg);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden
}

.testimonials-item .testimonials-footer span img {
    width: 100%;
    height: 60px;
    object-fit: cover
}

.testimonials-item .testimonials-footer h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor);
    font-family: 'Inter 18pt',sans-serif!important
}

.testimonials-item .testimonials-footer h4 {
    width: 100%;
    padding: 0;
    margin: 10px 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColor);
    font-family: 'Inter 18pt',sans-serif!important
}

.testimonials-item .testimonials-content {
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: 236px
}

.testimonials-item .testimonials-content p {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    color: var(--textcolor)
}

.testimonials-item .testimonials-content ul {
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0;
    display: block
}

.testimonials-item .testimonials-content ul li {
    list-style: none;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: var(--textcolor);
    font-size: 15px
}

.testimonials-item .testimonials-content ul li svg{
    fill: #ffaa00;
    width: auto;
    height: 15px;
}

.testimonials-swiper .swiper-pagination{
    position: relative;
    margin-top: 20px;
}

.viewgallery-wrapper{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.viewgallery-wrapper .col-xl-4 .button-style{
    float: right;
    margin-top: 40px;
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #11bb19;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: normal;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
    padding-top: 8px;
    padding-left: 1px;
}

.whatsapp-iconbtn svg{
    width: auto;
    height: 22px;
    fill: var(--whitecolor);
}

@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.headerwrapper-section{
    width: 100%;
    margin-top: 143px;
    position: relative;
    overflow: hidden;
    background: var(--Blackcolor);
    display: table;
    text-align: center;
    height: 300px;
}

.headerwrapper-section::before {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    z-index: 100;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.75;
}

.headerwrapper-section img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    opacity: 0.8;
}

.headerwrapper-section .headerwrapper-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    z-index: 100;
    padding-bottom: 30px;
}

.headerwrapper-section .headerwrapper-middlealign h2{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    font-family: var(--HeadingFont) !important;
    font-size: 48px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.innerpage-content-con{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-table;
}






.googlemap-wrapper {
	position: relative;
	padding-bottom: 420px;
	height: 0;
	overflow: hidden;
	margin: 90px 0px 0px 0px;
    width: 100%;
}

.googlemap-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contactmiddle-section .col-lg-8 .col-lg-6 p,
.contactmiddle-section .col-lg-8 .col-lg-12 p,
.contactmiddle-section .col-lg-8 .col-lg-3 p{
    padding: 0;
    margin: 0;
    position: relative;
}

.contactmiddle-section .col-lg-8 .col-lg-6,
.contactmiddle-section .col-lg-8 .col-lg-12,
.contactmiddle-section .col-lg-8 .col-lg-3{
    position: relative;
}

.contactmiddle-section .col-lg-8 .col-lg-6,
.contactmiddle-section .col-lg-8 .col-lg-12{
    margin-bottom: 14px;
}

.contactmiddle-section .col-lg-8 .col-lg-6 input{
    width: 100%;
    height: 44px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--textcolor);
}
.contactmiddle-section .col-lg-8 .col-lg-12 textarea{
    width: 100%;
    height: 120px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 5px 15px 0px 15px;
    margin-bottom: -8px;
    color: var(--textcolor);
}

.contactmiddle-section .col-lg-8 .col-lg-6 input:focus,
.contactmiddle-section .col-lg-8 .col-lg-12 textarea:focus{
    border-color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(4,76,140,0.25); 
    box-shadow: 0px 0px 15px 0px rgba(4,76,140,0.25);
}

.contactmiddle-section .col-lg-8 .col-lg-3 .submit-btn{
    background: var(--PrimaryColor);
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: var(--whitecolor);
    font-size: 14px;
    font-weight: 500;
    min-width: 100%;
    border-radius: 25px;
    transition-duration: 0.3s;
    border: none;
    outline: none;
    text-transform: uppercase;
    
}

.contactmiddle-section .col-lg-8 .col-lg-3 .submit-btn:hover{
    background: var(--BlueColor);
    color: var(--whitecolor);
}


.wpcf7-not-valid-tip{
    font-size: 11px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    line-height: normal;
}

.wpcf7-response-output{
    text-align: center;
    font-size: 13px;
    padding: 4px 10px !important;
    margin: 10px 0px 0px 0px !important;
    font-weight: 500;
}

.wpcf7-spinner{
    padding: 0px;
    margin: 0px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 10px;
}

.contactmiddle-section .col-lg-8 .heading-styles h2,
.contactmiddle-section .col-lg-8 .heading-styles p{
    text-align: left;
}

.contactmiddle-section .col-lg-8 .heading-styles h2{
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 12px;
}

.contactmiddle-section .col-lg-8 .heading-styles{
    margin-bottom: 40px;
}


.contactmiddle-section .contact-contentarea{
    width: 100%;
    height: 100%;
    background: var(--PrimaryColor);
    border-radius: 10px;
    padding: 0px 40px;
    display: table;
}

.contactmiddle-section .contact-contentarea .contact-contentarea-middle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.contactmiddle-section .contact-contentarea .contact-contentarea-middle p{
    color: #c2d1e4;
    line-height: 26px;
}

.contactmiddle-section .contact-contentarea .contact-contentarea-middle p a{
    color: #c2d1e4;
    text-decoration: none;
}

.contactmiddle-section .contact-contentarea .contact-contentarea-middle p strong{
    color: var(--whitecolor);
}

.contactmiddle-section .contact-contentarea .contact-contentarea-middle p:last-child{
    margin-bottom: 0px;
}

.contactmiddle-section .contact-contentarea .contact-contentarea-middle h5{
    width: 100%;
    padding: 0;
    margin: 20px 0px 10px 0px;
    font-size: 17px;
    font-weight: 600;
    color: var(--whitecolor);
}

.contactmiddle-section .contact-contentarea .contact-contentarea-middle h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 32px;
    font-weight: normal;
    color: var(--whitecolor);
    font-family: var(--HeadingFont) !important;
}

.contact-contentarea .booknow{
    background: var(--whitecolor);
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: var(--PrimaryColor);
    font-size: 14px;
    font-weight: 500;
    min-width: 100%;
    border-radius: 25px;
    transition-duration: 0.3s;
    border: none;
    outline: none;
    text-transform: uppercase;
    margin-top: 25px;
}

.contact-contentarea .booknow:hover{
    background: var(--BlueColor);
    color: var(--whitecolor);
}

.roomspage-style .rooms-item-wrap .rooms-content{
    border-color: var(--borderColor);
}

.roomspage-style .rooms-item-wrap .rooms-content h4{
    color: var(--headingColor);

}

.roomspage-style .rooms-item-wrap .rooms-content p,
.roomspage-style .rooms-item-wrap .rooms-content ul li{
    color: var(--textcolor);
}

.roomspage-headings h2{
    text-align: center;
    margin-bottom: 10px;
}

.roomspage-headings .heading-styles{
    margin-bottom: 0px;
}

.roomspage-headings p{
    text-align: center;
}

.roomspage-headings{
    margin-bottom: 45px;
}

.abouttop-content-con {
    margin-top: 100px;
}

.abouttop-content-con .col-lg-7 p{
    text-align: justify;
}

.abouttop-content-con .col-lg-7 .button-style{
    margin-top: 20px;
}

.abouttop-content-con .col-lg-5 img{
    width: 100%;
    border-radius: 10px;
    height: 400px;
    margin-top: 5px;
    object-fit: cover;
}

.whychooseus-wrapper{
    margin-bottom: 100px;
}

.whychooseus-wrapper hr{
    width: 100%;
    padding: 0;
    margin: 60px 0px;
    border: none;
    border-bottom: 1px solid var(--borderColor);
    opacity: 1;
}

.whychooseus-wrapper .whychooseus-item{
    text-align: center;
    padding: 45px 20px;
    background: var(--LightBg);
    border-radius: 10px;
    margin: 12px 0px;
}

.whychooseus-wrapper .whychooseus-item h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 18px;
    text-align: center;
}

.whychooseus-wrapper .whychooseus-item p{
    padding: 0px 0px;
    margin: 0;
    line-height: 26px;
}

.whychooseus-wrapper .whychooseus-item span{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.whychooseus-wrapper .whychooseus-item span img{
    width: auto;
    height: 82px;
    object-fit: contain;
    display: inline-block;
}

.whychooseus-wrapper .whychoose-heading h2{
    text-align: center;
    font-size: 42px;
    line-height: 48px;
}

.whychooseus-wrapper .whychoose-heading p{ 
    text-align: center;
}   

.whychooseus-wrapper .whychoose-heading{
    margin-bottom: 40px;
}


.blog-item-div{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background: var(--LightBg);
    margin: 12px 0px;
}

.blog-item-div .blog-image-con{
    width: 100%;
    height: 240px;
    background: var(--headingColor);
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item-div .blog-image-con img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blog-item-div:hover .blog-image-con img{
    opacity: 0.2;
}

.blog-item-div .blog-image-con span{
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    font-size: 13px;
    font-weight: 600;
    padding: 3px 15px;
    border-radius: 20px;
    z-index: 100;
}

.blog-item-div .blog-image-con i{
    position: absolute;
    left: 50%;
    font-size: 24px;
    color: var(--whitecolor);
    z-index: 100;
    top: 40%;
    margin-left: -15px;
    margin-top: -12px;
    transition-duration: 0.3s;
    opacity: 0;
}

.blog-item-div:hover .blog-image-con i{
    top: 50%;
    opacity: 1;
}

.blog-item-div .blog-heading-con{
    width: 100%;
    height: 90px;
    display: table;
    padding: 0px 25px;
}

.blog-item-div .blog-heading-con h5{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-family: var(--headingfonttwo) !important;
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
    transition-duration: 0.3s;
}

.blog-item-div:hover .blog-heading-con h5{
    color: var(--PrimaryColor);
}

.blog-item-div .blog-heading-con h5 font{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}



.blogsinge-page .col-lg-4 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blogsinge-page .col-lg-8 p{
    text-align: justify;
}

.blogsinge-page .col-lg-8 .blogtitle{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    font-size: 28px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: 500;
}

.blogsinge-page .col-lg-8 .blogdate{
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 13px;
}

.blogsinge-page .col-lg-8 .blogdate span{
    background: var(--PrimaryColor);
    font-size: 14px;
    font-weight: 600;
    color: var(--whitecolor);
    padding: 4px 20px;
    border-radius: 20px;
}

.blogsinge-page .col-lg-8 h4,
.blogsinge-page .col-lg-8 h5,
.blogsinge-page .col-lg-8 h6,
.blogsinge-page .col-lg-8 h3,
.blogsinge-page .col-lg-8 h2,
.blogsinge-page .col-lg-8 h1{
    width: 100%;
    padding: 0;
    margin: 30px 0px 6px 0px;
    font-weight: 500;
    font-family: var(--headingfonttwo) !important;
    color: var(--headingColor);
}

.blogsinge-page .col-lg-8 ul,
.blogsinge-page .col-lg-8 ol{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
}

.blogsinge-page .col-lg-8 ul li,
.blogsinge-page .col-lg-8 ol li{
    color: var(--textcolor);
    margin: 4px 0px;
}

.blogsidebarsticky{
    width: 100%;
    position: sticky;
    top: 70px;
}

.otherpackages-div{
    width: 100%;
    border-radius: 10px;
    background: var(--LightBg);
    padding: 45px 30px;
}

.otherpackages-div h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 26px;
    margin: 0px 0px 14px 0px;
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.otherpackages-div ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.otherpackages-div ul li{
    list-style: none;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px 0px;
    position: relative;
}

.otherpackages-div ul li:last-child{
    margin-bottom: 0px;
}

.otherpackages-div ul li::before {
    content: "";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--PrimaryColor);
    width: 10px;
    height: 10px;
    border: 2px solid var(--PrimaryColor);
    border-radius: 50%;
}

.otherpackages-div ul li a{
    display: block;
    position: relative;
    color: var(--textcolor);
    font-style: 15px;
    transition-duration: 0.3s;
    font-weight: 500;
}

.otherpackages-div ul li a:hover{
    color: var(--PrimaryColor);
}

.roomsingle-page .col-lg-6:first-child p{
    text-align: justify;
}

.roomsingle-page .col-lg-6:first-child p a{
    color: var(--textcolor);
    text-decoration: none;
}

.roomsingle-page .col-lg-6:first-child .button-style{
    margin-top: 20px;
}

.roomsingle-page .col-lg-6:first-child ul{
    width: 100%;
    display: inline-table;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.roomsingle-page .col-lg-6:first-child ul li{
    width: 50%;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px;
    color: var(--textcolor);
    position: relative;
}

.roomsingle-page .col-lg-6:first-child ul li::before{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
    content: '';
    background: url(../lagunablu/assets/img/bullet-icon.png) no-repeat;
}

.roomsingle-page .col-lg-6:first-child h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 500;
}

.roomsingle-page .col-lg-6:first-child .title{
    font-size: 38px;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    line-height: 40px;
}

.roomsingle-page .col-lg-6:last-child img{
    width: 100%;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.testimonials-page .testimonials-item{
    background: var(--LightBg);
    margin: 12px 0px;
}

.testimonials-page .testimonials-item .testimonials-content{
    min-height: auto;
}

.testimonials-page .testimonials-item .testimonials-content{
    min-height: auto;
    margin-bottom: 0px;
}

.testimonials-page .testimonials-item .testimonials-content p {
    overflow: visible;
    display: block;
}

.testimonials-page .testimonials-item .testimonials-footer span{
    background: var(--whitecolor);

}


.notfound-page{
    width: 100%;
    margin-top: 135px;
    padding: 100px 0px;
    text-align: center;
}

.notfound-page span{
    width: 100%;
    display: block;
    text-align: center;
}

.notfound-page span img{
    width: auto;
    height: 120px;
    display: inline-block;
}

.notfound-page h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 40px 0px 10px 0px;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
}

.notfound-page p{
    margin-bottom: 45px;
}

.modal {
    z-index: 1055;
}
.modal-backdrop {
    z-index: 1050;
}

.welcomeimage .video-btn{
    width: 90px;
	height: 90px;
	background: var(--BlueColor);
	color: #fff !important;
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: normal;
	-webkit-animation: pulss 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulss 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulss 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulss 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(1, 151, 205, 0.5);
    padding-top: 0px;
    padding-left: 10px;
    border: none;
    transition-duration: 0.3s;
}

.welcomeimage .video-btn:hover{
    background: var(--PrimaryColor);
}

.welcomeimage .video-btn svg{
    fill: var(--whitecolor);
    width: auto;
    height: 40px;
}

@-webkit-keyframes pulss {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes pulss {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes pulss {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes pulss {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}





@media screen and (max-width: 1400px) {
    
}

@media screen and (max-width: 1024px) {
    .header-topbar .col-xl-9 .col-xl-6:first-child h6:last-child,
    .aboutus-wrapper .col-xl-5 .welcomeimage::before,
    .facilities-wrapper .col-xl-5 .facilities-image::before,
    .downloadbrochure-wrap .col-xl-6:first-child::before,
    .footer-wrapper-section .socialmedia-wrap p br{
        display: none;
        visibility: hidden;
    }

    .about-bottomsection .row .col-xl-3{
        padding-left: 15px;
        padding-right: 15px;
    }

    .rooms-item-wrap .rooms-content span{
        padding-left: 5px;
        padding-right: 5px;
    }

    .heading-styles h2{
        font-size: 44px;
    }

    .downloadbrochure-wrap{
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 980px) {
    .header-topbar .col-xl-9 .col-xl-6:first-child,
    .welcome-image-con,
    .viewgallery-wrapper .col-xl-4 .button-style,
    .footer-wrapper-section .footer-menu,
    .banner-wrapper .bannercaption h1 br{
        display: none;
        visibility: hidden;
    }

    .header-menubar #mega-menu-wrap-primary {
        transform: none; 
        top: 30px;
        transition-duration: 0.3s;
    }

    .f-nav .header-menubar #mega-menu-wrap-primary{
        top: 10px;
    }

    .aboutus-wrapper .col-xl-5 .welcomeimage{
        margin-top: 45px;
    }

    .heading-styles h2,
    .heading-styles h6{
        text-align: center;
    }

    .about-bottomsection .col-md-6{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .facilities-wrapper .col-xl-5 .facilities-image img{
        height: auto;
        margin-top: 45px;
    }

    .footer-wrapper-section .socialmedia-wrap p{
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-wrapper-section .socialmedia-wrap .socialmedia-icons{
        float: none;
        clear: both;
        text-align: center;
    }

    .footer-wrapper-section .footer-credencials p{
        text-align: center;
    }

    .footer-wrapper-section .footer-credencials .col-xl-6{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer-wrapper-section .footer-credencials{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-wrapper .bannercaption h1{
        font-size: 42px;
    }

    .banner-wrapper .carousel-item img{
        height: 450px;
    }

    .aboutus-wrapper .col-xl-5 .welcomeimage img{
        height: auto;
    }

    .contactmiddle-section .contact-contentarea{
        padding: 60px 20px;
    }

    .contactmiddle-section .col-lg-8 .heading-styles{
        margin-top: 60px;
    }

    .contactmiddle-section .col-lg-8 .heading-styles h2,
    .contactmiddle-section .col-lg-8 .heading-styles p{
        text-align: center;
    }

    .roomspage-style .col-lg-4{
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .abouttop-content-con .col-lg-5 img{
        height: auto;
        margin-top: 45px;
    }

    .whychooseus-wrapper .whychooseus-item{
        min-height: 306px;
    }

    .blogsidebarsticky{
        margin-top: 60px;
    }

}

@media screen and (max-width: 768px) {
   
}

@media screen and (max-width: 540px) {
    .heading-styles h2 br,
    .about-bottomsection .row .col-xl-3::before,
    .about-bottomsection .row .col-xl-3::after,
    .downloadbrochure-wrap p br,
    .downloadbrochure-wrap h4 br,
    .contactmiddle-section .col-lg-8 .heading-styles h2 br,
    .whychooseus-wrapper .whychoose-heading h2 br{
        display: none;
        visibility: hidden;
    }

    .banner-wrapper .bannercaption h1 {
        font-size: 28px;
    }

    .heading-styles h2{
        font-size: 28px;
        line-height: 32px;
    }

    .banner-wrapper .carousel-item img {
        height: 400px;
    }

    .banner-wrapper .bannercaption{
        bottom: 40px;
    }

    .aboutus-wrapper{
        margin-top: 80px;
    }

    .about-bottomsection .row .col-xl-3{
        border-top: 1px solid var(--borderColor);
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-bottomsection .row .col-xl-3:first-child{
        border-top: none;
    }

    .about-bottomsection{
        margin-top: 40px;
    }

    .rooms-wrapper-section{
        margin-top: 60px;
        padding: 80px 0px;
    }

    .rooms-wrapper-section{
        overflow: hidden;
    }

    .rooms-wrapper-section .container:last-child,
    .testimonials-wrapper .container:last-child{
        padding-left: 0px;
        padding-right: 0px;
    }

    .facilities-wrapper .col-xl-7 ul li{
        width: 100%;
    }

    .footer-wrapper-section .footer-credencials p{
        line-height: 22px;
    }

    .downloadbrochure-wrap{
        padding: 40px 15px 40px 15px;
        text-align: center;
    }

    .downloadbrochure-wrap p{
        margin: 0px;
        padding: 0px;
    }

    .downloadbrochure-wrap h4{
        padding: 110px 0px 0px 0px;
        margin: 0px 0px 12px 0px;
        text-align: center;
        font-size: 20px;
    }

    .downloadbrochure-wrap h4::before{
        left: 50%;
        margin-left: -47px;
        top: 0px;
        margin-top: 0px;
    }

    .downloadbrochure-wrap .button-style{
        float: none;
        clear: both;
    }

    .facilities-wrapper{
        margin-top: 80px;
    }

    .testimonials-wrapper{
        margin-top: 80px;
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .viewgallery-wrapper{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .header-menubar .header-logo{
        margin-top: 0px;
    }

    .header-topbar .col-xl-9 .socialmedia-icons{
        float: left;
    }

    .header-menubar .header-logo::before{
        width: 213px;
        height: 75px;
        background-size: 213px 75px;
        margin-top: -37px;
    }

    .header-menubar .header-logo{
        height: 100px;
    }

    .banner-wrapper{
        margin-top: 138px;
    }

    .f-nav .header-menubar .header-logo::before{
        background-position-y: -34px;
        top: 8px;
    }

    .whatsapp-iconbtn{
        right: 24px;
        bottom: 24px;
    }

    .innerpage-content-con{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .headerwrapper-section .headerwrapper-middlealign h2{
        font-size: 38px;
    }

    .headerwrapper-section{
        height: 220px;
    }

    .contactmiddle-section .col-lg-8 .heading-styles h2{
        font-size: 28px;
        line-height: 30px;
    }

    .contactmiddle-section .contact-contentarea .contact-contentarea-middle h4{
        text-align: center;
        font-size: 30px;
    }

    .contactmiddle-section .contact-contentarea{
        padding: 45px 25px;
        text-align: center;
    }

    .googlemap-wrapper{
        margin-top: 70px;
    }

    .abouttop-content-con{
        margin-top: 80px;
    }

    .whychooseus-wrapper{
        margin-bottom: 80px;
    }

    .whychooseus-wrapper .whychooseus-item{
        min-height: auto;
    }

    .whychooseus-wrapper .whychoose-heading h2{
        font-size: 28px;
        line-height: 34px;
    }

    .whychooseus-wrapper hr{
        margin: 45px 0px;
    }

    .blogsinge-page .col-lg-8 .blogtitle{
        font-size: 24px;
    }

    .roomsingle-page .col-lg-6:first-child ul li{
        width: 100%;
    }

    .roomsingle-page .col-lg-6:last-child img{
        height: 340px;
    }

    .roomsingle-page .col-lg-6:first-child .title{
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }
}




