.fw-700{
    font-weight: 700;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.pt-10{
    padding-top: 10px;
}
.pt-80{
    padding-top: 80px;
}
.pt-120{
    padding-top: 120px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-50{
    padding-bottom: 50px;
}
.fs-25{
    font-size: 25px;
}
.line-height-1-5{
    line-height: 1.5;
}
.bg-nardogray{
    background: #686A6C;
}
.bgcolor{
    background: #1b1b1b;
}
.text-nardogray{
    color: #686A6C;
}
.text-gradient{
    background: linear-gradient(35deg, #ffcc80 10%, rgb(254 216 13) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gold-box-shadow{
    box-shadow: rgb(254 211 58) 0px 1px 2px 0px, rgb(254 212 46) 0px 2px 6px 2px;
}
.btn-gradient{
    background: linear-gradient(35deg, #ffcc80 10%, rgb(254 216 13) 100%);
}
.nexcolor{
    color: #046EE4 !important;
    font-weight: 700;
}
.text-justify{
    text-align: justify;
}
.btn-gradient a {
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(35deg, #ffcc80 10%, rgb(254 216 13) 100%);
    color: #000000;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 40.25%;
    position: relative;
    height: 0;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    /* filter: grayscale(65%) invert(92%) contrast(100%); */
}

.callbutton {
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
}
.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.pulse {
    height: 50px;
    width: 50px;
    background-color: #d58000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #d58000;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #d58000;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

@keyframes pulse{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #24cc63;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
}

.pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .section-title {
        font-size: 30px;
    }
    .mblabtsecptb{
        padding-top: 40px;
    }
    .mblabtcntntmb{
        margin-bottom: 15px !important; 
    }
    .mblabtscndparagmt{
        margin-top: 25px !important;
    }
    .mblroomsecptb{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .mblsrvcontent{
        padding: 15px !important;
    }
    .mblsrvsecptb{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mblfacilitiescptb{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mbltestiptb{
        padding-top: 50px;
    }
    .mbltestibox{
        margin-bottom: 40px !important;
    }
    .mblfaqptb{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mblctaptb{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .mblftrtop{
        padding: 50px 0 0px 0;
    }
    .mblleftclass{
        display: flex !important;
        justify-content: start !important;
    }
    .mblftrexploremb{
        margin-bottom: 20px !important;
    }
    .mblftrbtmclass{
        padding: 20px 0;
    }
    .mblroomsptb{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .news2-sidebar .widget {
        padding: 20px;
    }
    .mblrestaurantptb{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .mbleventptb{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .services .content {
        padding: 20px;
    }
    .mblglleryptb{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .mblcontactusptb{
        padding-top: 40px;
    }
    .mblcntctsendh3{
        margin-bottom: 40px !important; 
    }
    .mblcntctfirst{
        margin-bottom: 20px;
    }
}

