body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    height: auto;
    position: relative;
    overflow-x: hidden !important;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-light;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Thin;
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
}

@font-face {
    font-family: ExtraBold;
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

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

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
}

.ind-logo {
    position: relative;
    display: flex;
    width: 366px;
}

.logos {
    width: 100%;
}

.site-navbar.transparent {
    background: transparent;
}

.site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active>a span {
    color: #DB2525;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 10px 0px;
    color: #000000;
    font-size: 14px;
    text-decoration: none !important;
    font-family: Poppins;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li>a>span {
    padding: 5px 10px;
    display: inline-block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 30px;
}

.site-navbar .site-navigation .site-menu>li>a:hover>span {
    color: #BF9F36;
    border-radius: 30px;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a span {
    position: relative;
    padding-right: 30px;
}

.site-navbar .site-navigation .site-menu .has-children>a span:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.br-bt {
    border-bottom: 1px solid #DCDCDC;
    font-size: 14px;
    color: #000000;
}

.br-bt:hover {
    border-bottom: 1px solid #DCDCDC;
    font-size: 14px;
    color: #DB2525 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    width: 300px;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    /* border-top: 2px solid #007bff; */
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    padding: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}


/* .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} */

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    font-family: Poppins;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a:hover {
    color: #DB2525;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #007bff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 18px 25px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #ffffff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:after {
    position: absolute;
    right: 0;
    content: "\e315";
    right: 20px;
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #fafafb;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a span,
.site-navbar .site-navigation .site-menu .has-children:focus>a span,
.site-navbar .site-navigation .site-menu .has-children:active>a span {
    color: #DB2525;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #f8f9fa;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

.head-conntainer {
    width: 100%;
    position: relative;
}

.nav-bg {
    background-color: white;
}

.offer-bold {
    font-weight: 700;
    margin-left: 5px;
}

.header-top {
    background-color: #212121;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 40px;
}

.header-top-res {
    background-color: #3B3B3B;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 40px;
}

.drop-in,
.drop-two {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    left: 0;
    right: 0;
}

.drop-in {
    animation: dropIn 10s infinite;
}

.drop-two {
    animation: dropTwo 10s infinite;
}

@keyframes dropIn {
    0%,
    45%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    50%,
    95% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes dropTwo {
    0%,
    45%,
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    55%,
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.area-pad {
    padding: 10px 0px;
    justify-content: space-between;
}

.line-space {
    margin-left: 20px;
    margin-right: 20px;
}

.pad-left {
    padding-left: 30px;
}

.num-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

ul {
    padding-left: 0rem;
}

@media screen and (max-width:1300px) {
    .site-navbar .site-navigation .site-menu>li>a>span {
        padding: 5px 15px;
        display: inline-block;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        border-radius: 30px;
    }
}

@media screen and (max-width:1700px) {
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 12px;
    }
    .qk-text {
        font-size: 13px !important;
    }
    .for-marg {
        font-size: 13px;
    }
    .call-head {
        padding: 10px 15px !important;
    }
    .site-navbar .site-navigation .site-menu>li>a>span {
        padding: 5px 5px;
    }
}

@media screen and (max-width:1576px) {
    .ind-logo {
        width: 252px !important;
    }
    .call-land {
        padding: 10px !important;
    }
}

@media screen and (max-width:1500px) {
    .ind-logo {
        width: 225px !important;
    }
    .qk-text {
        font-size: 12px !important;
    }
    .call-land {
        font-size: 12px !important;
    }
    .for-call-sec {
        gap: 5px !important;
    }
}

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

@media screen and (max-width:850px) {
    .header-top {
        display: none;
    }
    .site-mobile-menu .site-nav-wrap>li>a {
        padding-left: 20px;
        font-size: 16px;
    }
}

@media screen and (max-width:575px) {
    .num-social {
        display: none;
    }
    .num-whtsap-inner {
        display: block !important;
    }
    .pad-left {
        padding-left: 15px;
    }
    .header-top-res {
        display: flex;
    }
    .header-top {
        display: none;
    }
    .ind-logo {
        width: 60px;
    }
}

@media screen and (min-width:575px) {
    .header-top-res {
        display: none;
    }
    .header-top {
        display: flex;
    }
}

.call-head {
    width: fit-content;
    font-family: Poppins;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #00AB40;
    background-color: #00AB40;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all .5s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.call-land {
    width: fit-content;
    font-family: Poppins;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all .5s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.call-head:hover {
    color: #ffffff;
    background-color: #02bb46;
    text-decoration: none !important;
}

.qk-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    margin: auto;
}

.qland-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    margin: auto;
}

.social-logo {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: auto 0;
}

.social-logo-res {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: auto 0;
    position: absolute;
    bottom: 40%;
    margin-left: 20px;
}

.logo-img {
    width: 100%;
    height: auto;
    display: flex;
    margin: auto;
    cursor: pointer;
}

.common-container {
    width: 100%;
    padding-left: 65px;
    padding-right: 65px;
}

.common-containers {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

.common-container-two {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
}

.section-display {
    justify-content: space-between;
    display: flex;
}

.main-logo {
    width: auto;
}

.icons-bg {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #b0afafdb;
    top: 45%;
    left: 2%;
}

.icons-bg-two {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #b0afafdb;
    top: 45%;
    right: 2%;
}

.zoom-img {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.zoom-img:hover {
    border-radius: 20px;
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.zoom-img-two {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.zoom-img-two:hover {
    border-radius: 10px;
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.zoom {
    transition: all .5s ease-in-out;
}

.zoom:hover {
    border-radius: 10px;
    transform: scale(1.03);
}

@media screen and (max-width:575px) {
    .icons-bg {
        width: 50px;
        height: 50px;
        top: 39%;
        left: 2%;
    }
    .icons-bg-two {
        width: 50px;
        height: 50px;
        top: 39%;
        right: 2%;
    }
    .yutube-container {
        width: 100%;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}

.underline {
    text-decoration: none;
    position: relative;
}


/* optional hover classes used with anmiation */

.underline:hover:after {
    width: 80%;
    background: #BF9F36;
}

.active-line:after {
    color: #BF9F36;
    position: absolute;
    content: '';
    height: 1px;
    /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
    bottom: -6px;
    /****** 
    optional values below 
    ******/
    /* center - (optional) use with adjusting width   */
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60%;
    background: #BF9F36 !important;
    /* optional animation */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.active-lines:after {
    color: #BF9F36;
    position: absolute;
    content: '';
    height: 3px;
    /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
    bottom: -26px;
    /****** 
    optional values below 
    ******/
    /* center - (optional) use with adjusting width   */
    margin: 0 auto;
    left: -8px;
    right: 0;
    width: 60%;
    background: #BF9F36 !important;
    /* optional animation */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width:1200px) {
    .active-line:after {
        width: 0%;
    }
    .active-lines:after {
        width: 0%;
    }
    .offer-nav {
        padding: 0px;
    }
}

.carousel-item {
    transition: transform 2s ease-in-out;
    /* Adjust the duration and timing function */
    position: relative;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0.7847514005602241) 0%, rgba(0, 212, 255, 0) 25%);
    pointer-events: none;
}

.img-overlay {
    z-index: 1;
}


/* Caption styles */

.carousel-caption {
    position: absolute;
    top: 46%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    /* transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; */
    text-align: left;
    z-index: 2;
}


/* Show caption on hover or animation */

.carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translate(-50%, -40%);
    /* Adjust if needed */
}

.caption-heading {
    font-size: 52px;
    margin-bottom: 15px;
    /* animation: fadeInUp 1s ease-in-out; */
    line-height: 57px;
    font-family: Poppins-Regular;
    font-weight: 400;
}

.caption-paragraph {
    font-size: 13px;
    margin-bottom: 27px;
    /* animation: fadeInUp 1s 0.5s ease-in-out;  */
    line-height: 20px;
    color: white;
    font-family: Poppins-Light;
}

.caption-btn {
    width: fit-content;
    color: #000;
    font-size: 13px;
    font-family: Poppins-Light;
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 44px;
    /* transition: all ease-in-out .4s; */
    cursor: pointer;
    /* transition: background-color 0.3s ease; */
    border: none;
    height: 45px;
    display: flex;
    align-items: center;
}

.caption-btn:hover {
    background-color: #bfa76a;
}


/* Animations */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 78px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 5%;
}

.whtsap-qr {
    position: absolute;
    right: 100px;
    z-index: 999;
    top: 79%;
}

.whtsap-qr-abt {
    position: absolute;
    right: 40px;
    z-index: 999;
    top: 79%;
}


/* Medium-slow text transitions */

.caption-heading,
.caption-paragraph,
.caption-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.carousel-item.active .caption-heading,
.carousel-item.active .caption-paragraph,
.carousel-item.active .caption-btn {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width:1500px) {
    .caption-heading {
        font-size: 35px;
        line-height: 45px;
    }
    .caption-heading {
        font-size: 35px;
    }
    .caption-btn {
        padding: 12px 44px;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 26px;
    }
}

@media screen and (max-width:1200px) {
    .carousel-caption {
        position: absolute;
        top: 35%;
    }
}

@media screen and (max-width:991px) {
    .carousel-caption {
        position: absolute;
        top: 30%;
    }
}

@media screen and (min-width:575px) {
    .res-banner {
        display: none;
    }
}

@media screen and (min-width:576px) and (max-width:900px) {
    .carousel-caption {
        top: 30%;
        padding: 20px 0px 20px 10px;
    }
    .caption-heading {
        font-size: 22px;
        line-height: 30px;
    }
    .caption-paragraph {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .carousel-caption {
        top: 45%;
    }
}

@media screen and (max-width:575px) {
    .carousel-caption {
        position: absolute;
        top: 37%;
        width: 100%;
        left: 50%;
        padding: 0px 0px 0px 20px;
    }
    .caption-heading {
        font-size: 28px !important;
        line-height: 30px !important;
    }
    .caption-paragraph {
        font-size: 12px;
        padding: 0px;
        width: 85%;
    }
    .caption-paragraph br {
        display: none;
    }
    .caption-btn {
        padding: 9px 29px;
        height: auto;
        font-size: 10px;
    }
    .whtsap-qr {
        position: absolute;
        right: 24px;
        z-index: 999;
        top: 78%;
        height: 50px !important;
        width: 50px !important;
    }
    .whtsap-qr-abt {
        position: absolute;
        right: 24px;
        z-index: 999;
        top: 78%;
        height: 50px !important;
        width: 50px !important;
    }
    .whtsap-qr-abt img {
        width: 100%;
    }
    .whtsap-qr img {
        width: 100%;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .caption-paragraph {
        margin-bottom: 10px;
        line-height: 15px;
    }
}

@media screen and (max-width:800px) {
    .desk-banner {
        display: none !important;
    }
    .res-banner {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width:576px) and (max-width:800px) {
    .carousel-caption {
        top: 45%;
    }
}

@media screen and (min-width:1389px) and (max-width:1400px) {
    .site-navbar .site-navigation .site-menu>li>a>span {
        padding: 5px 5px !important;
    }
}


/*********************************************** hover-slider-section ********************************************************/

.main-normal-head {
    font-size: 46px;
    font-family: Poppins-Bold;
    /* font-weight: 800; */
    display: flex;
    justify-content: center;
    color: #464646;
    margin-top: 100px;
    letter-spacing: -1px;
}

.main-normal-sub-head {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    display: flex;
    justify-content: center;
    color: #464646;
    margin-bottom: 60px;
}

.offer-tag {
    position: absolute;
    z-index: 2;
    top: 35px;
}

.spcl-tag {
    position: absolute;
    font-size: 14px;
    font-family: Poppins;
    color: #ffffff;
    top: 35px;
    z-index: 3;
}

@media screen and (max-width:767px) {
    .main-normal-sub-head {
        margin-bottom: 18px;
    }
    .main-normal-head {
        margin-top: 25px;
    }
    .work-content-hover {
        margin-bottom: 35px !important;
    }
}

.img-banner {
    width: 100%;
}

.image-serv {
    border-radius: 10px;
    overflow: hidden;
}

.img-over {
    overflow: hidden;
    border-radius: 10px;
}

.slide-bottoms {
    margin-bottom: 50px;
}

.pagination-rel {
    position: relative !important;
    margin-top: 90px;
}

.sli-btn {
    width: fit-content;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #000000;
    padding: 10px 25px 10px 40px;
    border: 1px solid #AEAEAE;
    border-radius: 5px;
    transition: all ease-in-out .5s;
    cursor: pointer;
    position: relative;
}

.sli-btn:hover {
    color: #ffffff;
    border: 1px solid #DB2525;
    background-color: #DB2525;
}

.sli-btn::before {
    content: "";
    position: absolute;
    left: 25px;
    /* Adjust position as needed */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid #000000;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    /* Adjust color to match your design */
    transition: all ease-in-out .5s;
}

.sli-btn:hover::before {
    border-left: 7px solid #ffffff;
    /* Change color on hover if desired */
}

.bed-head {
    font-family: Poppins-light;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    position: relative;
    display: flex;
    margin-top: 20px;
    letter-spacing: -1px;
}

.bed-bold {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: flex;
    margin-left: 5px;
}

.content-top {
    padding-top: 120px !important;
}

@media screen and (max-width:1400px) {
    .bed-head {
        font-size: 20px;
    }
    .bed-bold {
        font-size: 20px;
    }
    .site-navbar .site-navigation .site-menu>li>a>span {
        padding: 5px 8px;
        display: inline-block;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        border-radius: 30px;
    }
}

@media screen and (max-width:1350px) {
    #pointer {
        margin-left: 10px !important;
    }
}

@media screen and (max-width:1200px) {
    #pointer {
        margin-left: 24px !important;
    }
}

@media screen and (max-width:1388px) {
    .site-navbar .site-navigation .site-menu>li>a>span {
        padding: 5px 5px;
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .col-xl-6 {
        padding: 0px !important;
    }
    .col-xl-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1300px) {
    .site-navbar .site-navigation .site-menu>li>a>span {
        padding: 5px 3px;
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .col-xl-6 {
        padding: 0px !important;
    }
    .col-xl-3 {
        padding: 0px;
    }
}

@media screen and (max-width:1200px) {
    .bed-head {
        font-size: 16px;
    }
    .bed-bold {
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .bed-head {
        font-size: 20px;
    }
    .bed-bold {
        font-size: 20px;
    }
    .pagination-rel {
        position: relative !important;
        margin-top: 50px;
    }
    .sli-btn {
        margin-top: 15px;
    }
}

@media screen and (max-width:575px) {
    .sli-btn {
        margin-bottom: 30px;
    }
    .res-offer {
        margin-bottom: 0px !important;
    }
    .work-content-product {
        padding-bottom: 0px !important;
    }
}

.carousel-section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.overlay-section {
    display: flex;
    flex-direction: column;
}

.colo-ico {
    color: #000000 !important;
}


/************************************************ footer-section ******************************************/

#footer {
    background: #030303;
    color: #fff;
    font-size: 14px;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffb03b;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 20px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #46423b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #91cd43;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}

.footer-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 60px 100px;
    justify-content: space-between;
}

.footer-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 60px 65px;
    justify-content: space-between;
}

.logo-area {
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 50px 0px 0px;
}

.logo-imgs {
    margin-bottom: 23px;
}

.logo-content-footer {
    font-family: Poppins-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    line-height: 24px;
}

.address-area {
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 70px;
    border-left: 1px solid #707070;
}

.help-section {
    display: flex;
    flex-direction: column;
    padding-top: 35px;
}

.help-head {
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
    color: #D6BE6B;
    padding-bottom: 5px;
}

.feed-back {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    color: #D6BE6B;
    padding-bottom: 15px;
}

.feed-name {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    color: #D6BE6B;
    padding-bottom: 15px;
}

.center-line {
    color: #D6BE6B;
    margin-left: 15px;
    margin-right: 15px;
}

.center-line-two {
    color: #D6BE6B;
    margin-left: 42px;
    margin-right: 15px;
}

.feed-link {
    color: #D6BE6B;
    text-decoration: none;
}

.feed-link:hover {
    color: #e4bc2b;
    text-decoration: none;
}

.help-num {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins;
    color: #D6BE6B;
    padding-bottom: 15px;
}

.address-head {
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
}

.address-content {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    line-height: 26px;
    margin-bottom: 25px;
}

.address-no {
    font-family: Poppins;
    font-weight: 400;
    color: #919191;
    line-height: 26px;
}

.address-logo {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.address-icon {
    width: 40px;
    height: 40px;
    background-color: grey;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.address-icon {
    transition: transform 0.89s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.89s cubic-bezier(0.33, 1, 0.68, 1);
}

.address-icon:hover {
    background-color: #CEB14E;
    transform: scale(1.1);
}


/* .address-icon:hover {
    background-color: rgb(63, 63, 63);
} */

.fb {
    display: flex;
}

.sadhya-ftr-sec {
    width: 35%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 75px;
}


/* .address-head {
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
} */

.sadhya-sec {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
}

.ftr-link {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
    transition: all ease-in-out .4s;
    cursor: pointer;
    position: relative;
}

.ftr-link:hover {
    color: #ffffff;
}

.ftr-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    /* Start with full width of text */
    height: 2px;
    /* Thickness of the line */
    background-image: linear-gradient(to right, #FFEF9E, #BF9F36);
    transform: scaleX(0);
    /* Initially scale to 0 (hidden) */
    transform-origin: left;
    /* Start scaling from the left */
    transition: transform 0.3s ease-in-out;
    /* Smooth transition for scaling */
}

.ftr-link:hover::after {
    transform: scaleX(1);
    /* Expand the line to full text width */
}

.navigation-ftr {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 66px;
}

.premium-sec {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
}

.copy-right {
    width: 100%;
    display: flex;
    background-color: white;
    padding: 30px 0px;
    justify-content: center;
}

.rights {
    display: flex;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
}

.gl-name {
    display: flex;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #7E7E7E;
    margin-left: 5px;
    cursor: pointer;
}

.gl-name:hover {
    color: #474747;
}

.call-link {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
}

.call-link:hover {
    color: #ffffff;
}

.line {
    margin-left: 0px;
    margin-right: 0px;
}

.ftr-nav-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.nav-link-section {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.nav-first {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.nav-second {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.copy-rgt-sec {
    width: 100%;
    position: relative;
    display: flex;
    font-family: Poppins;
    font-weight: 400;
    color: #474747;
}

.copy-link {
    color: #7E7E7E;
    margin-left: 5px;
}

.copy-link:hover {
    color: #ffffff;
    margin-left: 5px;
}

@media (max-width:1700px) {
    .address-area {
        padding: 0px 40px;
    }
}

@media (max-width:1500px) {
    .logo-content {
        font-size: 22px;
        line-height: 32px;
    }
    .address-area {
        padding: 0px 18px
    }
    .address-head {
        font-size: 14px;
    }
    .address-content {
        font-size: 13px;
    }
    /* .address-head {
        font-size: 14px;
    } */
    .ftr-link {
        font-size: 13px;
    }
    .call-link {
        font-size: 13px;
    }
    .logo-content-footer {
        font-size: 14px;
        line-height: 22px;
    }
    .sadhya-ftr-sec {
        padding: 0px 0px 0px 15px
    }
    .copy-rgt-sec {
        font-size: 12px;
    }
}

@media (max-width:1200px) {
    .footer-sec {
        padding: 60px 25px
    }
    .logo-imgs img {
        width: 100px;
    }
    .logo-content {
        font-size: 17px;
        line-height: 27px;
    }
    .address-content {
        font-size: 12px;
    }
    .sadhya-ftr-sec {
        padding: 0px 5px;
    }
    .ftr-link {
        font-size: 12px;
    }
    .call-link {
        font-size: 12px;
    }
    .help-head {
        font-size: 12px;
    }
    .help-num {
        font-size: 12px;
    }
    .feed-name {
        font-size: 12px;
    }
    .feed-back {
        font-size: 12px;
    }
    .copy-rgt-sec {
        font-size: 11px;
    }
}

@media (max-width:1024px) {
    .address-area {
        padding: 0px 5px;
    }
}

@media (max-width:991px) {
    .footer-sec {
        flex-direction: column;
    }
    .footer-sec {
        padding: 60px 100px;
    }
    .logo-area {
        width: 100%;
        border-right: none;
        margin-bottom: 40px
    }
    .logo-imgs img {
        width: auto;
    }
    .logo-content {
        font-size: 28px;
        line-height: 40px;
    }
    .address-area {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px
    }
    .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .address-content {
        font-size: 16px;
    }
    .sadhya-ftr-sec {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }
    /* .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    } */
    .ftr-link {
        font-size: 14px;
    }
    .navigation-ftr {
        padding: 0;
    }
    .call-link {
        font-size: 16px;
    }
    .address-area {
        border-left: none;
    }
}

@media (max-width:768px) {
    .footer-sec {
        flex-direction: column;
    }
    .footer-sec {
        padding: 60px 100px;
    }
    .logo-area {
        width: 100%;
        border-right: none;
        margin-bottom: 40px
    }
    .logo-imgs img {
        width: auto;
    }
    .logo-content {
        font-size: 28px;
        line-height: 40px;
    }
    .address-area {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px
    }
    .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .address-content {
        font-size: 16px;
    }
    .sadhya-ftr-sec {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }
    /* .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    } */
    .ftr-link {
        font-size: 14px;
    }
    .navigation-ftr {
        padding: 0;
    }
    .call-link {
        font-size: 16px;
    }
}

@media (max-width:576px) {
    .copy-right {
        width: 100%;
        display: flex;
        background-color: white;
        padding: 30px 0px;
        justify-content: center;
        margin-bottom: 40px !important;
    }
    .line {
        margin-left: 0px;
        margin-right: 0px;
    }
    .address-area {
        border-left: none;
    }
    .copy-rgt-sec {
        flex-direction: column;
    }
    .social-logo-res {
        gap: 20px;
        bottom: 40%;
        margin-left: 20px;
    }
}

@media (max-width:560px) {
    .footer-sec {
        padding: 60px 15px;
    }
    .rights {
        font-size: 11px;
    }
    .gl-name {
        font-size: 10px;
    }
    .copy-rgt-sec {
        flex-direction: column;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
    }
    .sadhya-ftr-sec {
        margin-bottom: 0px;
    }
}


/* nab-bar-section */

.dropdown.arrow-top li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 7px solid #DB2525;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.dropdown.arrow-top li {
    position: relative;
}

.drops-sec {
    padding: 3px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.thankyou {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #0071BB;
    border-radius: 15px;
    padding: 50px 65px;
    gap: 20px;
}

.image-thank {
    position: relative;
    display: flex;
    width: 62px;
    height: auto;
    margin: auto;
}

.thank-you-text {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.accepts {
    width: 100%;
}

.btn-pad-extra {
    padding: 10px 15px !important;
}

.footer-logos {
    width: 100% !important;
}

.logo-imgs {
    width: 241px !important;
}

.swiper-pagination-bullet {
    background-color: #DB2525 !important;
}


/*********************************************************** new-website-css *****************************************************************/

.head-lines {
    width: 100%;
    height: 5px;
    background-color: #FFEF9E;
}

.wsp-100 {
    width: 100%;
}

.for-call-sec {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: end;
}

.for-marg {
    display: flex;
    margin: auto;
}

.carousel-indicators button {
    width: 10px !important;
    /* Set the width of the indicator */
    height: 10px !important;
    /* Set the height of the indicator */
    border-radius: 50%;
    /* Make the indicator round */
    background-color: rgb(252, 252, 252);
    /* Set the background color */
    border: none;
    /* Remove the default border */
    margin: 0 4px;
    /* Add space between the indicators */
    transition: background-color 0.3s ease;
    /* Smooth transition for background color */
    opacity: 0.5;
}

.carousel-indicators button.active {
    background-color: rgb(255, 255, 255);
    height: 13px !important;
    width: 14px !important;
    opacity: 1;
    /* Change the color of the active indicator */
}


/*********************************************************** welcome-section *********************************************************/

.welcome-section {
    width: 100%;
    position: relative;
    display: flex;
    background-image: linear-gradient(#ffffff, #F9F4E2);
}

.wlcm-dbl-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    justify-content: space-between;
    padding-bottom: 140px;
}

.wlcm-text-area {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.wlcm-head {
    font-family: Poppins-Light;
    font-size: 30px;
    padding-bottom: 10px;
}

.wlcm-content {
    width: 85%;
    font-family: Poppins-Regular;
    font-size: 52px;
    line-height: 57px;
    padding-bottom: 80px;
}

.wlcm-bold {
    font-family: Poppins-SemiBold;
    font-size: 52px;
    line-height: 57px;
}

.wlcm-small-content {
    font-family: Poppins-Regular;
    font-size: 16px;
    padding-bottom: 90px;
    width: 80%;
}

.wlcm-btn {
    width: fit-content;
    color: #ffffff;
    font-size: 13px;
    font-family: Poppins-Medium;
    background-color: #F0474C;
    border-radius: 50px;
    padding: 15px 43px;
    transition: all ease-in-out .4s;
    cursor: pointer;
    border: 1px solid #F0474C;
    height: 45px;
    display: flex;
    align-items: center;
}

.wlcm-btn:hover {
    background-color: #ffffff;
    color: #F0474C;
    border: 1px solid #F0474C;
    border-radius: 50px;
}

.wlcm-img-area {
    width: 45%;
    position: relative;
    display: flex;
}

.img-welcome {
    width: 853px;
    height: auto;
}

.welcomes {
    width: 100%;
}

@media screen and (max-width:1500px) {
    .wlcm-content {
        width: 90%;
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1420px) {
    .wlcm-content {
        width: 90%;
        font-size: 37px;
        line-height: 47px;
    }
}

@media screen and (max-width:1366px) {
    .wlcm-content {
        font-size: 35px;
    }
}

@media screen and (max-width:1235px) {
    .wlcm-content {
        font-size: 31px;
    }
}

@media screen and (max-width:1129px) {
    .wlcm-content {
        font-size: 24px;
        line-height: 36px;
    }
    .wlcm-bold {
        font-size: 44px;
    }
}

@media screen and (max-width:1024px) {
    .wlcm-dbl-sec {
        flex-direction: column-reverse;
        gap: 100px;
    }
    .wlcm-text-area {
        width: 100%;
    }
    .wlcm-img-area {
        width: 100%;
    }
    .wlcm-content {
        font-size: 52px;
        line-height: 57px;
    }
}

@media screen and (max-width:991px) {
    .wlcm-content {
        font-size: 35px;
        line-height: 38px;
        padding-bottom: 40px;
    }
    .wlcm-small-content {
        padding-bottom: 40px;
        width: 100%;
    }
    .wlcm-dbl-sec {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:768px) {
    .common-container {
        padding: 0px 15px;
    }
}

@media screen and (max-width:575px) {
    .wlcm-content {
        font-size: 22px;
        line-height: 38px;
    }
    .wlcm-head {
        font-size: 18px !important;
    }
}


/*********************************************************** room-suit-section *********************************************************/

.call-head-room {
    width: fit-content;
    font-family: Poppins;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #F0474C;
    background-color: #F0474C;
    padding: 10px 35px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all .5s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.room-suit-section {
    width: 100%;
    position: relative;
    display: flex;
    background-image: linear-gradient(#7A5101, #AE8021);
}

.room-suit-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 150px;
    padding-bottom: 100px;
}

.room-suit-head {
    font-family: Poppins-Light;
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 20px;
}

.swiper-wrapper img {
    width: 100%;
}

.slider-bottom-content {
    width: 38%;
    color: white;
    font-size: 16px;
    line-height: 25px;
    font-family: Poppins-Medium;
    padding-top: 70px;
}

@media screen and (max-width:1200px) {
    .slider-bottom-content {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .slider-bottom-content {
        width: 70%;
    }
}

@media screen and (max-width:575px) {
    .swipe-buttons {
        position: absolute;
        top: 70% !important;
        width: 37% !important;
    }
    .slider-bottom-content {
        width: 100%;
    }
    .room-suit-area {
        padding: 50px 0px;
    }
    .wlcm-bold {
        font-size: 25px;
        line-height: 38px;
    }
}

@media screen and (max-width:450px) {
    .swipe-buttons {
        position: absolute;
        top: 60% !important;
        width: 37% !important;
    }
}


/****************** swiper-slider *************/

.room-slider {
    width: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.slide-content {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
}

.swiper-slide img {
    border-radius: 20px;
    /* transition: border 0.3s ease-in-out; */
    width: 100%;
    height: auto;
}

.slide-text {
    display: flex;
    flex-direction: row;
    font-family: Poppins-Medium;
    font-size: 14px;
    margin-top: 8px;
    color: #ffffff;
    padding: 5px 10px 25px 0px;
    gap: 60px;
    transition: all ease-in-out .4s;
}

.blog-wrapper-imgs {
    overflow: hidden;
    border-radius: 20px;
    border: 3px solid transparent;
    transition: all 0.5s;
    /* Ensure smooth transition */
}

.blog-wrapper-imgs:hover {
    border: 3px solid white;
    transition: all 0.5s;
    /* Ensure smooth transition */
}

.blg-img {
    /* transition: transform .3s ease-in-out; */
    border-radius: 20px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.blg-img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    border-radius: 10px;
}

.slide-contents {
    font-size: 14px;
    font-family: Poppins;
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}

.swiper-slide img:hover {
    /* border: 2px solid #ffffff !important; */
}

.swiper-slide:hover .slide-contents {
    border-bottom: 1px solid #FFE071;
    /* Change #ff0000 to your desired color */
}

.arrow {
    width: 100%;
}

.swipe-buttons {
    position: absolute;
    top: 82%;
    width: 17%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    right: -20px;
}

.swipe-buttons .swiper-button-prev,
.swipe-buttons .swiper-button-next {
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: auto;
    /* Allows clicking on the buttons */
    cursor: pointer;
}

.swipe-buttons .swiper-button-prev {
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    margin-left: 10px;
}

.swipe-buttons .swiper-button-next {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #ffffff !important;
    margin-right: 10px;
}

.swipe-buttons .swiper-button-prev:hover,
.swipe-buttons .swiper-button-next:hover {
    border-color: #766b6b00 #ffffff transparent #ffffff !important;
}

.room-button {
    margin-top: 50px;
    width: fit-content;
    color: #F0474C;
    font-size: 13px;
    font-family: Poppins-Medium;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 15px 43px;
    transition: all ease-in-out .4s;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
}

.room-button:hover {
    color: #ffffff;
    background-color: #fa2930;
}


/************************************************** amenities-section ******************************************************/

.amenities-section {
    width: 100%;
    /* height: 700px; */
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(../images/home/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.amenities-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 90px;
}

.amenities-head {
    font-size: 30px;
    font-family: Poppins-Light;
    display: flex;
    justify-content: center;
}

.amenities-head-bold {
    font-size: 30px;
    font-family: Poppins-Medium;
    margin-left: 5px;
    margin-right: 5px;
}

.amenities-small-head {
    font-size: 20px;
    font-family: Poppins-Light;
    justify-content: center;
    display: flex;
    margin-top: 5px;
}

.work-content-service {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
}

.col5_col4lg_col3-ser {
    grid-auto-flow: row;
    gap: 70px 40px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(4, 1fr);
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* .guests {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: left;
    margin: auto 0;
} */

.guests {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: left;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
    /* for space under text */
}

.guests::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    /* height of the underline */
    background-image: linear-gradient(to right, #FFEF9E, #BF9F36);
    /* color of the underline */
    transition: width 0.3s ease;
    /* transition effect */
}

.guests:hover::after {
    width: 60%;
    /* full width on hover */
}

.guest-logo {
    width: 45px;
    height: 45px;
}

.icon-logo {
    width: 100%;
}

.logo-content {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: end;
}

@media screen and (max-width:1320px) {
    .logo-content {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width:575px) {
    .guests {
        flex-direction: column;
        text-align: center;
    }
    .col5_col4lg_col3-ser {
        grid-auto-flow: row;
        gap: 40px 20px;
    }
    .amenities-head {
        font-size: 25px;
        justify-content: left;
        align-items: center;
    }
    .amenities-head-bold {
        font-size: 20px;
    }
    .amenities-small-head {
        font-size: 14px;
    }
    .work-content-service {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width:1025px) and (max-width:1303px) {
    .banner-text h2 {
        font-size: 45px !important;
    }
}

@media screen and (min-width:769px) and (max-width:977px) {
    .banner-text h2 {
        font-size: 45px !important;
    }
    .banner-text-new p {
        max-width: 70% !important;
    }
    .amenities-head-banner {
        width: 100%;
    }
}

.icon-wrapper img {
    height: 39px;
    width: 39px;
}


/************************************************** destination-section ******************************************************/

.destination-content {
    width: 70%;
    font-family: Poppins-Regular;
    font-size: 52px;
    line-height: 57px;
    padding-bottom: 80px;
}

.destination-small-content {
    font-family: Poppins-Regular;
    font-size: 16px;
    padding-bottom: 90px;
    width: 93%;
}

.destinations-text-area {
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.destination-img-area {
    width: 55%;
    position: relative;
    display: flex;
}

.img-destination {
    width: auto;
    height: auto;
    display: flex;
    gap: 30px;
}

.img-border {
    background-color: white;
    padding: 15px;
    margin: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    position: relative;
    overflow: hidden;
}

.img-border:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.img-border {
    position: relative;
    overflow: hidden;
    /* Prevents image overflow */
}

.img-border img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.img-border:hover img {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.img-title {
    font-family: Poppins-light;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
    margin: auto;
    text-align: center;
    padding: 17px 0px 0px 0px;
}

.border-line {
    height: 5px;
    background-image: linear-gradient(to right, #FFEF9E, #C2A33B);
    width: 100%;
}

@media (max-width:1500px) {
    .destination-content {
        width: 82%;
    }
}

@media (min-width:1501px) and (max-width:1593px) {
    .destination-content {
        width: 90%;
    }
}

@media (max-width:1366px) {
    .destination-content {
        font-size: 35px;
        line-height: 47px;
    }
    .wlcm-head {
        font-size: 25px;
    }
    .img-title {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .img-title {
        font-size: 15px;
    }
}

@media (max-width:1024px) {
    .destination-img-area {
        width: 100%;
    }
    .destinations-text-area {
        width: 100%;
    }
}

@media (max-width:575px) {
    .destination-content {
        font-size: 25px;
        line-height: 34px;
        padding-bottom: 27px;
        width: 52%;
    }
    .img-destination {
        flex-direction: column;
    }
    .destination-small-content {
        width: 100%;
    }
}

@media (max-width:450px) {
    .destination-content {
        width: 65%;
    }
}


/************************************************** gallery-section ******************************************************/

.gallery-bg {
    background-image: linear-gradient(to top, #6D6D6D, #000000);
    padding: 96px 65px;
}

.gallery-img-top {
    display: flex;
    width: 100%;
    justify-content: center;
}

.gallery-img-top img {
    width: 100%;
    display: block;
    width: 100%;
    /* Adjust as needed */
    height: auto;
    /* Adjust as needed */
    box-sizing: border-box;
    /* To ensure the border is inside the image */
}

.gallery-item {
    position: relative;
    display: inline-block;
    width: 100%;
    /* Make sure the container is responsive */
    overflow: hidden;
    /* To ensure the pseudo-element stays inside */
}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 10px;
    /* Space from the top */
    left: 10px;
    /* Space from the left */
    right: 10px;
    /* Space from the right */
    bottom: 10px;
    /* Space from the bottom */
    border: 2px solid white;
    /* White border */
    box-sizing: border-box;
    opacity: 0;
    /* Start as invisible */
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Smooth transition */
    transform: scale(0.95);
    /* Start slightly smaller for a zoom effect */
}

.gallery-item:hover::before {
    opacity: 1;
    /* Make the border visible on hover */
    transform: scale(1);
    /* Scale to full size */
}

@media (max-width:575px) {
    .gallery-img-top {
        flex-direction: column;
    }
    .gallery-bg {
        padding: 15px;
    }
}


/************************************************** client-section ******************************************************/

.client-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.testimonial-section {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto 0;
    overflow: hidden;
    padding: 92px 65px 93px 65px;
    background: url('../images/home/bg-left.webp') no-repeat center center;
    background-size: cover;
    background-color: black;
    opacity: 3;
}

.testimonial-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.testimonial-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px 0px;
}

.testimonial-slider .testimonial {
    text-align: center;
}

.testimonial-slider .testimonial p {
    font-size: 16px;
    margin: 0 0 90px;
    text-align: left;
    font-family: Poppins-Regular;
    color: white;
}

.client-logo {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 92px 60px 93px 60px;
    background: url('../images/home/bg-right.webp') no-repeat center center;
    background-size: cover;
    background-color: #B18223;
    opacity: 3;
}

.client-logo-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.client-logo-container .swiper-slide img {
    /* max-width: 100px;
    max-height: 100px; */
    object-fit: contain;
    width: auto !important;
    border-radius: 0 !important;
}

.swiper-pagination {
    margin-top: 10px;
}

.client-testimonial {
    font-family: Poppins-light;
    font-size: 26px;
    color: white;
    text-align: left;
    padding-bottom: 60px;
}

.client-imgs {
    width: auto !important;
}

.test-img-client {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 17px;
    margin-right: 40px;
}

.client-detail {
    text-align: left;
}

.name-test {
    color: #CEB14E;
    font-family: Poppins-Bold;
    font-size: 20px;
}

.date-test {
    font-size: 16px;
    color: white;
    font-family: Poppins-Regular;
}

.client-logo-wrapper {
    position: relative;
    display: inline-block;
}

.client-logo-wrapper .client-imgs {
    display: block;
}

.client-logo-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 3;
    transition: opacity 0.3s ease;
}

.client-logo-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.client-slider-head {
    font-family: Poppins-light;
    font-size: 26px;
    color: white;
    text-align: left;
    padding-bottom: 15px;
}

.client-slider-shorthead {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: white;
    text-align: left;
    padding-bottom: 15px;
    line-height: 25px;
}

.logo-pagination {
    top: 281px !important;
    text-align: left !important;
    left: 35px;
}


/* .swiper-pagination-bullet {
    background-color: #fff !important;
    width: 14px;
    height: 13px;
} */

.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    opacity: 0.5;
    transition: width 0.3s, height 0.3s;
    /* Smooth transition for size change */
    background-color: #fff !important;
}


/* Active bullet styling */

.swiper-pagination-bullet-active {
    height: 13px;
    width: 14px;
    background-color: #fff;
    opacity: 1;
}

@media (max-width:1500px) {
    .client-logo-container .swiper-slide img {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .testimonial-slider .testimonial p {
        font-size: 13px !important;
    }
    .testimonial-slider .testimonial p {
        font-size: 13px !important;
    }
    .client-slider-shorthead {
        font-size: 13px !important;
    }
    .date-test {
        font-size: 13px;
    }
    .name-test {
        font-size: 15px;
    }
}

@media (max-width:768px) {
    .date-test {
        font-size: 12px;
    }
}

@media (max-width:575px) {
    .client-section {
        flex-direction: column;
    }
    .testimonial-section {
        width: 100%;
    }
    .client-logo {
        width: 100%;
    }
    .testimonial-section {
        padding: 50px 15px 50px 15px;
    }
    .testimonial-slider .testimonial p {
        font-size: 14px;
        margin: 0 0 50px
    }
    .date-test {
        font-size: 13px;
    }
    .client-logo {
        padding: 92px 15px 93px 15px;
    }
    .margin-top-facilities {
        margin-top: 0px;
    }
}


/************************************************** faq-section ******************************************************/

.faq-section {
    width: 100%;
    position: relative;
    display: flex;
    background-image: linear-gradient(#ffffff, #F9F4E2);
}

.accordion-container {
    max-width: 96%;
    width: 100%;
    padding: 77px 0px 105px 0px;
    margin: auto;
}

details {
    margin: 0 auto;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #707070;
    transition: all 0.3s ease-in-out;
}

details:hover {
    opacity: 1;
}

summary {
    user-select: none;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    padding: var(--header-padding);
}

summary:hover .title {
    opacity: 1;
}

summary:hover .accordion-icon {
    opacity: 1;
}

.accordion-title {
    color: #000;
    width: 90%;
    transition: all 250ms ease-in-out;
    font-family: Poppins-Medium;
    font-size: 20px;
    padding: 20px 0px 0px 0px;
}

.accordion-icon {
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 0rem;
    transition: all 150ms ease-out;
}

.accordion-icon svg {
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 0.3s ease-in-out;
    color: #C8AB45;
}

.accordion-content {
    color: #000;
    padding: 25px 0px;
    font-size: 14px;
    font-family: Poppins-Regular;
}


/** Remove Marker */

summary::-webkit-details-marker {
    display: none;
}


/** Rotate Icon */

details[open] .accordion-icon svg {
    transform: rotate(180deg);
}

details:not([open]) {
    opacity: 0.7;
    /* Reduced opacity for non-active accordions */
}

details[open] {
    border-bottom-color: #D8BE5E;
    /* Active border-bottom color */
}

.contact-box {
    display: none !important;
}

.pb-20 {
    padding-bottom: 20px;
}

@media (max-width:575px) {
    .accordion-container {
        margin: 0;
    }
    .accordion-title {
        font-size: 16px;
    }
    .accordion-content {
        padding: 10px 0px;
    }
}


/************************************************** video-banner-section ******************************************************/

.video-banner {
    position: relative;
    background: url('../images/home/service-bg.webp') no-repeat center center;
    /* Background image */
    background-size: cover;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    /* Adjust as needed */
}

.video-content-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 80%;
    /* Adjust as needed */
    padding: 0px 0px 0px 84px;
}

.content-section {
    flex: 1;
    margin-right: 20px;
}

.left-content {
    color: white;
}

.main-title {
    color: white;
    font-size: 30px;
    font-family: Poppins-Medium;
    line-height: 40px;
}

.main-title span {
    font-family: Poppins-Light;
}

.main-paragraph {
    color: white;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 25px;
    width: 60%;
    padding: 30px 0px;
}

.ply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 260px;
}

.ply-btn img {
    width: 260px;
    height: 260px;
    cursor: pointer;
    transition: transform 0.3s ease;
}


/* 
.ply-btn img:hover {
    transform: scale(0.1);
} */

@media (max-width:1500px) {
    .main-paragraph {
        width: 85%;
    }
    .ply-btn {
        height: 180px;
        width: 180px;
    }
    .ply-btn img {
        width: 100%;
        height: auto;
    }
}

@media (max-width:1200px) {
    .main-title {
        font-size: 24px;
    }
    .main-paragraph {
        font-size: 12px;
        line-height: 21px;
    }
    .ply-btn {
        height: 150px;
        width: 150px;
    }
}

@media (max-width:991px) {
    .main-paragraph {
        width: 100%;
    }
    .ply-btn {
        height: 120px;
        width: 120px;
    }
    .main-paragraph {
        font-size: 14px;
        line-height: 21px;
    }
    .video-content-section {
        gap: 50px;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .video-content-section {
        align-items: center;
        text-align: left;
    }
    .main-title {
        color: white;
        font-size: 22px;
        font-family: Poppins-Medium;
        line-height: 34px;
    }
    .main-paragraph {
        font-size: 12px;
    }
    .content-section {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ply-btn svg {
        width: 80px;
        height: 80px;
    }
}

@media (max-width:575px) {
    .main-title {
        text-align: left;
        font: 25px;
        line-height: 30px;
    }
    .main-paragraph {
        text-align: left;
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .video-banner {
        flex-direction: column;
    }
    .video-content-section {
        padding-left: 0px;
        max-width: 100%;
        padding-top: 100px;
        flex-direction: column;
        padding-bottom: 100px;
        display: block;
    }
}


/* Modal Styles */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black with opacity */
}

.modal-content {
    margin: 15% auto;
    padding: 40px;
    width: 80%;
    max-width: 900px;
    background: black !important;
}

.close {
    color: white;
    float: right;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}

.close:hover,
.close:focus {
    color: #d8be5e;
    text-decoration: none;
    cursor: pointer;
}

.modal iframe {
    width: 100%;
    height: 400px;
}

.play-button svg {
    margin-right: 8px;
}

@media (min-width:576px) {
    .play-button {
        display: none;
    }
}

@media (max-width:575px) {
    .ply-btn-hide {
        display: none;
    }
    .mb-view-btn {
        display: flex;
        gap: 50px;
        align-items: center;
    }
    /* .ply-btn img{
    height: 55px;
    width: 55px;
} */
    .modal-content {
        margin: 15% auto;
        padding: 15px;
        width: 100%;
    }
    .modal {
        top: 10%;
    }
    .carousel-indicators {
        margin-left: 7%;
    }
    .swipe-buttons {
        right: 0 !important;
    }
}


/**************************************************sidenav-section ******************************************************/

@media (max-width:1200px) {
    .site-mobile-menu .site-nav-wrap a:hover {
        color: #BF9F36;
    }
    .social-logo-res {
        bottom: -108px;
    }
    .whtsap-qr {
        height: 75px;
        width: 75px;
    }
    .whtsap-qr-abt {
        height: 75px;
        width: 75px;
    }
    .whtsap-qr img {
        width: 100%;
    }
    .whtsap-qr-abt img {
        width: 100%;
    }
}


/*************************************************bottom-to-top ******************************************************/

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #707070;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width:575px) {
    .col-xl-3 {
        padding-left: 10px;
    }
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

@media screen and (min-width:1200px) {
    /* .whtsapp-icon{

        display: none;
    } */
}

.whtsapp-icon {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 50px !important;
    height: 50px !important;
    z-index: 9999999;
}

@media screen and (max-width:575px) {
    .img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(2, 0, 36);
        background: linear-gradient(90deg, rgb(194 194 194) 0%, rgb(48 47 47 / 78%) 0%, rgb(145 145 145 / 0%) 99%);
        pointer-events: none;
    }
    .carousel-indicators {
        display: none;
    }
}

@media screen and (max-width:400px) {
    .caption-heading {
        font-size: 22px !important;
        line-height: 24px !important;
    }
    .caption-paragraph {
        font-size: 10px;
    }
}


/************************************************about-us ******************************************************/

.banner-other {
    width: 100%;
    position: relative;
    display: flex;
}


/* Default styling for min-width 768px */

@media (min-width: 768px) {
    .about-banner {
        width: 100%;
        background-image: url(../images/about/about-banner.webp);
        height: 780px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
    }
    .about-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
}

.text-abt {
    font-family: Poppins-Regular;
    font-size: 52px;
    font-weight: 400;
    color: #000;
}

.abt-img {
    width: auto;
    height: auto;
}

.abt-text-area {
    width: 65%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.abt-img-area {
    width: 40%;
    position: relative;
    display: flex;
}

.abt-small-content {
    font-family: Poppins-Regular;
    font-size: 16px;
    padding-bottom: 90px;
    width: 85%;
    text-align: justify;
}

.mb-30 {
    padding-bottom: 20px;
}

.abt-dbl-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 55px;
    justify-content: space-between;
    padding-bottom: 55px;
}

.whtsap-qr-abt {
    position: absolute;
    right: 51px;
    z-index: 999;
    top: 69%;
}

.abt-head {
    padding-bottom: 18px !important;
}

.customer-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-image: linear-gradient(#7A5201, #B18223);
    padding: 200px 0px 173px 0px;
}

.common-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.gap-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 200px;
}

.coulmn-gap {
    text-align: center;
}

.numbers {
    font-size: 60px;
    color: #fff;
    transition: color 0.5s ease;
    font-family: ExtraBold;
}

.img-custmr img {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.customer-text {
    font-size: 30px;
    color: #fff;
    font-family: Poppins-Regular;
    line-height: 32px;
    padding-top: 32px;
}

@media (max-width:1500px) {
    .numbers {
        font-size: 50px;
    }
    .img-custmr img {
        height: 150px;
        width: 150px;
    }
    .customer-text {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .img-custmr img {
        width: 100px;
        height: 100px;
    }
    .numbers {
        font-size: 35px;
    }
    .gap-flex {
        gap: 100px;
    }
    .customer-text {
        font-size: 17px;
    }
}

@media (max-width:1200px) {
    .text-abt {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .abt-dbl-sec {
        flex-direction: column-reverse;
    }
    .abt-img-area {
        width: 100%;
    }
    .abt-text-area {
        width: 100%;
    }
    .abt-small-content {
        width: 100%;
    }
}


/* Responsive layout for screens max-width 768px */

@media (max-width: 991px) {
    /* Default layout for larger screens */
    .gap-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        /* Adjust gap as needed */
    }
    /* Style each column */
    .coulmn-gap {
        flex: 1;
        min-width: calc(50% - 20px);
        /* Adjust based on gap */
    }
    .gap-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 45px 20px;
    }
    .coulmn-gap {
        flex: 1 1 48%;
        /* Adjust width to fit 2 items per row */
        box-sizing: border-box;
    }
    .customer-text {
        font-size: 32px;
        line-height: 35px;
    }
    .numbers {
        font-size: 66px;
    }
}

@media (max-width: 575px) {
    .gap-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 20px;
        /* Adjust gap as needed */
    }
    .coulmn-gap {
        flex: 1 1 0%;
        /* Full width for each item */
        box-sizing: border-box;
    }
    .img-custmr img {
        width: 80px;
        height: 80px;
    }
    .numbers {
        font-size: 35px;
    }
    .customer-text {
        font-size: 15px;
        line-height: 19px;
        padding-top: 15px;
    }
    .customer-section {
        padding: 100px 0px;
    }
    .whtsap-qr-abt {
        position: absolute;
        right: 24px;
        z-index: 999;
        top: 70%;
        height: 50px !important;
        width: 50px !important;
    }
    .text-abt {
        font-size: 30px;
    }
    .abt-head {
        line-height: 28px;
        padding-top: 50px;
    }
    .abt-head {
        font-size: 24px;
    }
    .abt-small-content {
        font-size: 14px;
    }
    .sub-title {
        font-size: 18px !important
    }
    .abt-small-content {
        padding-bottom: 0px;
    }
}


/* Styling for max-width 768px */

@media (max-width: 768px) {
    .about-banner {
        display: none;
        /* Hide this element on smaller screens */
    }
    .about-banner-res {
        width: 100%;
        background-image: url(../images/about/about-banner-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
    }
}

@media (max-width: 1199px) {
    .active-line {
        color: #BF9F36;
    }
}

.sub-title {
    font-size: 22px;
    color: #000;
    font-family: Poppins-Regular;
    padding-bottom: 10px;
    text-align: left;
}

.left-span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: left;
}

.img-custmr img {
    width: 75px;
    height: 75px;
}

.abt-img {
    overflow: hidden;
    transition: all 0.5s;
}

.abt-img img {
    transition: transform 0.5s ease-in-out;
}

.abt-img img:hover {
    transform: scale(1.05);
    /* Zoom the image content */
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


/***********************************************Rooms******************************************************/

.banner-text {
    max-width: 55%;
    /* Control the width of the text */
    color: white;
    /* Ensure the text is visible */
    z-index: 999;
    padding-left: 107px;
}

.banner-text h2 {
    font-size: 52px;
    margin-bottom: 23px;
    font-family: Poppins-SemiBold;
    color: #fff !important;
}

.banner-text p {
    font-size: 14px;
    line-height: 21px;
    color: white;
    font-family: Poppins-Medium;
    max-width: 60%;
}

.img-overlay-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    /* Start with pure black */
    /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%); */
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0) 100%);
}

.work-content {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-top: 133px;
    padding-bottom: 95px;
}

.col5_col4lg_col3sm {
    grid-auto-flow: row;
    gap: 44px 40px;
    grid-template-columns: repeat(2, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(2, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width:450px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.image-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    /* Ensure no overflow is visible */
}

.bg-white-shadow {
    background: #fff;
    padding: 34px 33px 30px 33px;
}

.pseudo-text-effect {
    position: relative;
    padding: 0;
    overflow: hidden;
    transition: transform 0.5s;
    display: block;
    border-radius: 50px;
    border: none;
}

.pseudo-text-effect::after {
    content: attr(data-after);
    display: inline-block;
    transform: translateY(100%);
    position: absolute;
    left: 0;
    transition: inherit;
    font-family: Poppins-Medium;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    padding: 13px 30px;
}

.pseudo-text-effect>span {
    display: inline-block;
    transform: translateY(0%);
    transition: inherit;
    font-family: Poppins-Medium;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    padding: 13px 30px;
}

.pseudo-text-effect:hover>span {
    transform: translateY(-100%);
    font-family: Poppins-Medium;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    padding: 13px 30px;
}

.pseudo-text-effect:hover::after {
    transform: translateY(0%);
    font-family: Poppins-Medium;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    padding: 13px 30px;
}

.image-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    /* Adjust based on your layout */
    margin: 0 auto;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.wrapper-imgs {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.wrapper-imgs img {
    width: 100%;
    flex-shrink: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.arrows {
    position: absolute;
    bottom: 21px;
    right: 24px;
    display: flex;
    gap: 12px;
    /* Space between the arrows */
    z-index: 9999;
}

.arrows img {
    width: 9px;
    /* Adjust size as needed */
    cursor: pointer;
    height: 14px;
}

.arrows-bg {
    background: white;
    width: 31px;
    height: 31px;
    opacity: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
}

.swiper-button-prev-spc {
    left: -84px;
}

.arrow-right {
    top: 93% !important;
    background-image: none;
}

.arrow-left {
    top: 93% !important;
    background-image: none;
}

.common-container-three {
    width: 100%;
    padding-left: 200px;
    padding-right: 200px;
}

.room-title {
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #000;
    padding: 0px 0px 30px 0px;
    text-transform: capitalize;
}

.room-content {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #000;
    padding: 0px 0px 30px 0px;
    line-height: 21px;
}

.btn-text {
    font-family: Poppins-Medium;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    padding: 13px 30px;
}

.rooms-bg {
    background-image: linear-gradient(#ffffff, #F9F4E2);
}

.border-radius-0 {
    border-radius: 0 !important;
}

.common-container-four {
    width: 100%;
    padding-left: 300px;
    padding-right: 300px;
    padding-top: 36px;
    padding-bottom: 155px;
}

.more-content {
    font-family: Poppins-Medium;
    line-height: 21px;
    font-size: 14px;
    color: #545454;
    /* padding-top: 43px; */
}

.custom-list {
    list-style: none;
    /* Remove default bullets */
    padding-left: 0px;
    /* Add padding to align the bullets */
}

.custom-list li {
    position: relative;
    padding-left: 26px;
    /* Add padding to align text with custom bullet */
    margin-bottom: 8px;
    /* Space between list items */
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #545454;
    text-transform: capitalize;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #EE2028;
    /* Bullet color */
    border-radius: 50%;
    /* Make the bullet circular */
}

.ul-head {
    font-family: Poppins-Bold;
    font-size: 16px;
    color: #545454;
    padding-top: 50px;
    padding-bottom: 38px;
}

.ul-list {
    display: flex;
    gap: 100px;
    width: 100%;
}

.room-title-inner {
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #000;
    padding: 15px 0px 15px 0px;
    text-transform: capitalize;
}

.video-banner .img-overlay-new {
    background: linear-gradient(93deg, rgb(0 0 0 / 60%) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}

.video-content-section {
    z-index: 9;
}

.facilities-left-content.dec-empty {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 50px;
}

.facilities-left-content.dec-empty .facilitie-head {
    text-align: left;
    width: 100%;
}

.room-gallery .work-content {
    padding-bottom: 50px;
}

.room-gallery .checkin-details {
    padding-bottom: 95px;
}

.checkin-details .quote-item.quote-border {
    background-color: #fff;
    border-radius: 10px;
    font-family: Poppins-Medium;
}

@media (min-width:768px) {
    .room-banner {
        width: 100%;
        background-image: url(../images/rooms/room-banner.webp);
        height: 780px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        /* Vertically center content */
    }
    .room-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
}

@media (max-width:1500px) {
    .common-container-four {
        width: 100%;
        padding-left: 200px;
        padding-right: 200px;
    }
    /* .room-content {

		font-size: 13px
	} */
}

@media (max-width:1200px) {
    .banner-text {
        max-width: 80%;
    }
    .custom-list li {
        font-size: 12px;
    }
}

@media (max-width:1272px) {
    .common-container-three {
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
    .room-title {
        font-family: Poppins-Regular;
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .banner-text {
        max-width: 95%;
    }
    .bg-white-shadow {
        padding: 20px;
    }
    .room-title {
        font-size: 20px;
    }
    .common-container-four {
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
    .room-gallery .checkin-details {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .room-title {
        font-size: 18px;
    }
    .banner-text {
        max-width: 80%;
        /* Adjust width for smaller screens */
    }
    .banner-text h2 {
        font-size: 25px;
    }
    .banner-text p {
        font-size: 12px;
        max-width: 100%;
    }
    .room-banner {
        display: none;
        /* Hide this element on smaller screens */
    }
    .room-banner-res {
        width: 100%;
        background-image: url(../images/rooms/room-banner-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:675px) {
    .mob-empty-dec .facilitie-dec {
        padding-bottom: 0px;
    }
}

@media (max-width:575px) {
    .banner-text p {
        display: none;
    }
    .banner-text {
        padding-left: 0;
    }
    .common-container-three {
        padding: 0px 15px;
    }
    .bg-white-shadow {
        padding: 15px;
    }
    .room-title {
        font-size: 18px;
    }
    .room-content,
    .tariff-content-row {
        font-size: 14px;
    }
    .green-btnt>span {
        font-size: 11px;
    }
    .work-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .common-container-four {
        width: 100%;
        padding: 30px 15px;
    }
    .ul-list {
        display: flex;
        gap: 50px;
    }
    .custom-list li {
        margin-bottom: 15px;
    }
    .arrow-right {
        top: 0;
    }
    .arrow-left {
        top: 0;
    }
    .room-title-inner {
        font-size: 28px;
    }
}


/*****************************************************************************************************/


/***********************************************amenities******************************************************/

.amenities-content {
    display: flex;
    flex-direction: column;
    width: 45%;
    /* justify-content: space-between; */
    gap: 40px;
    position: relative;
}

.icon-content {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: end;
    position: relative;
    padding-bottom: 20px;
}

.amenities-content:hover .icon-content:after {
    width: 30%;
    /* Expand the border to full width on hover */
}

.icon-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background-image: linear-gradient(to right, #FFEF9E, #BF9F36);
    transition: width 0.3s ease;
}

.amenities-section-list {
    display: flex;
    justify-content: space-between;
}

.amenities-padding {
    padding-top: 130px;
}

.amenities-detail {
    text-align: justify;
    color: #545454;
    font-family: Poppins-Medium;
    font-size: 14px;
    /* padding-top: 55px; */
    line-height: 30px;
}

.amenities-title {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: black;
    position: relative;
    display: inline-block;
}

.pt-comon {
    padding-top: 77px;
}

.pb-container {
    padding-bottom: 136px;
}

.amenities-head-banner {
    width: 85%;
}

.banner-text-new {
    max-width: 75% !important;
}

.icon-wrapper img {
    transition: transform 0.3s ease;
}

.banner-text-new p {
    max-width: 42% !important;
}


/* 
  .amenities-title::before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
  } */

.amenities-title:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
    /* This makes the underline animate from left to right */
}

.amenities-content:hover .icon-wrapper img {
    transform: scale(1.1);
    /* Scale the icon to 110% */
}

@media (max-width:1024px) {
    .banner-text-new {
        max-width: 100% !important;
    }
}

@media (min-width:1920px) {
    .amenities-head-banner {
        width: 60%;
    }
}

@media (min-width:768px) {
    .amenities-banner {
        width: 100%;
        background-image: url(../images/amenities/amenities-banner.webp);
        height: 780px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        /* Vertically center content */
    }
    .amenities-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .place-banner {
        width: 100%;
        background-image: url(../images/places/place-banner.webp);
        height: 780px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        /* Vertically center content */
    }
    .place-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
}

@media (max-width:768px) {
    .amenities-banner {
        display: none;
        /* Hide this element on smaller screens */
    }
    .amenities-banner-res {
        width: 100%;
        background-image: url(../images/amenities/amenities-banner-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .place-banner {
        display: none;
        /* Hide this element on smaller screens */
    }
    .place-banner-res {
        width: 100%;
        background-image: url(../images/places/place-banner-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .amenities-section-list {
        flex-direction: column;
    }
    .amenities-content {
        width: 100%;
    }
    .amenities-area {
        padding-top: 30px;
    }
    .amenities-padding {
        padding-top: 30px;
    }
    .amenities-detail {
        padding-top: 35px;
    }
    .pt-comon {
        padding-top: 50px;
    }
    .res-pt-comon {
        padding-top: 50px;
    }
}

.near-by-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: flex-start;
    margin-bottom: 150px;
}

.place-img {
    width: 50%;
    display: flex;
    position: relative;
    overflow: hidden;
    object-fit: cover
}

.content-place {
    width: 50%;
    position: absolute;
    top: 50% !important;
    right: 45px;
    transform: translateY(-50%);
    /* Center the content vertically */
    background: white;
    opacity: 95% !important;
    z-index: 2;
    /* Ensure content is above the image */
    max-width: 50%;
    /* Limit content width to 50% */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 70px 63px;
    max-width: 962px;
    transition: opacity 2s ease, transform 2s ease;
    /* Apply transitions */
}

.pl-img {
    width: 100%;
    border-radius: 30px;
}

.place-name {
    font-family: Poppins-Bold;
    font-size: 25px;
    color: black;
    padding-bottom: 30px;
}

.place-content {
    color: #545454;
    font-family: Poppins-Medium;
    font-size: 14px;
    line-height: 30px;
}

.left-side-content-section {
    flex-direction: row-reverse;
}

.content-place-left {
    left: 45px !important;
}

.near-by-section-mb-0 {
    margin-bottom: 0 !important;
}

.pb-new-container {
    padding-top: 90px;
    padding-bottom: 138px;
}

.place-img img {
    transition: transform 1s ease, opacity 1s ease;
    transform: scale(0.9);
    opacity: 0;
}

.place-img img.in-view {
    transform: scale(1);
    opacity: 1;
}

.pl-img {
    transition: transform 1s ease, opacity 1s ease;
    transform: scale(0.9);
    opacity: 0;
}

.pl-img.in-view {
    transform: scale(1);
    opacity: 1;
}

.content-place,
.content-place-left {
    transition: opacity 2s ease, transform 2s ease;
    opacity: 0;
    transform: translateY(50px);
}

.content-place.in-view,
.content-place-left.in-view {
    opacity: 1;
    transform: translateY(-50%);
    /* Maintain centered vertical position during animation */
}

@media (max-width:1700px) {
    .content-place {
        padding: 30px 63px;
    }
}

@media (max-width:1500px) {
    .place-name {
        padding-bottom: 25px;
    }
    .place-content {
        line-height: 24px;
    }
}

@media (max-width:1024px) {
    .place-name {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .place-content {
        line-height: 20px;
        font-size: 13px;
    }
    .content-place {
        padding: 20px;
    }
}

@media (max-width:900px) {
    .near-by-section {
        flex-direction: column;
    }
    .content-place.in-view,
    .content-place-left.in-view {
        transform: translateY(0)
    }
    .content-place {
        padding: 70px 63px;
    }
    .pl-img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .content-place {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        top: 0 !important;
        right: 0;
        width: 100%;
        position: relative;
    }
    .place-img {
        width: 100%;
    }
    .left-side-content-section {
        flex-direction: column-reverse;
    }
    .content-place-left {
        left: 0px !important;
    }
    .near-by-section {
        margin-bottom: 100px;
    }
}

@media (max-width:575px) {
    .content-place {
        padding: 30px;
    }
    .near-by-section {
        margin-bottom: 30px;
    }
    .pb-new-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .amenities-head-banner {
        width: 100%;
    }
    .banner-text h2 {
        font-size: 23px;
    }
    .amenities-head-banner br {
        display: none;
    }
}

@media screen and (min-width:769px) and (max-width:977px) {
    .amenities-head-banner {
        width: 100%;
    }
    .banner-text-new p {
        max-width: 85% !important;
    }
}


/********************************************************************** contact *******************************************************************************/

@media (max-width:850px) {
    .contact-banner {
        height: 310px;
    }
}

@media (max-width:700px) {
    .contact-banner {
        height: 240px;
    }
}

.contact-section {
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    position: relative;
    background-image: linear-gradient(#F5F5F5, #FFFFFF);
}

.form-area {
    width: 53%;
    position: relative;
    display: flex;
}

.form-box {
    width: 654px;
    height: auto;
    background-color: #F4F0E5;
    position: absolute;
    margin-top: 80px;
    margin-left: 30px;
    border-radius: 10px;
    padding: 100px 90px 80px 90px;
}

.box-line {
    position: relative;
}

.frm-spc {
    margin-bottom: 30px;
}

.lab-name {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
}

.form-control {
    padding: 0.775rem 0.75rem !important;
}

textarea.form-control {
    min-height: calc(3.5em + 5.75rem + 2px) !important;
}

.frm-btn {
    width: 100%;
    background-color: #2D2D2D;
    color: #DCD0C2;
    border-radius: 30px;
    text-align: center;
    padding: 20px 0px;
    transition: all .5s ease-in-out;
    font-family: Poppins-Regular;
    font-size: 16px;
    border: none;
}

.frm-btn:hover {
    background-color: #d8be5f;
    color: #ffffff;
    border: none;
}

.address-place {
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 90px;
}

.uae-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
}

.address-head-con {
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -1px;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #000000;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 10%;
    transform: scaleX(1);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #F07679;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.img-con {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
}

.loc-img {
    margin-right: 30px;
}

.add-det {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.add-det:hover {
    color: #000000;
}

.container-common {
    width: 100%;
    padding: 50px 150px;
    display: flex;
    justify-content: space-between;
}

.map-mar {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width:1700px) {
    .form-area {
        width: 55%;
        position: relative;
        display: flex;
    }
}

@media (max-width:1600px) {
    .form-area {
        width: 57%;
    }
    .contact-section {
        justify-content: space-between;
    }
}

@media (max-width:1500px) {
    .form-area {
        width: 55%;
    }
    .address-place {
        width: 30%;
    }
}

@media (max-width:1400px) {
    .form-area {
        width: 55%;
    }
    .box-line {
        width: 690px;
    }
    .form-box {
        width: 585px;
        padding: 65px 90px 60px 90px;
    }
    .address-head-con {
        font-size: 35px;
    }
}

@media (max-width:1300px) {
    .contact-section {
        padding-top: 60px !important;
    }
    .address-head-con {
        font-size: 30px;
    }
    .container-common {
        padding: 50px 70px;
    }
}

@media (max-width:1150px) {
    .contact-section {
        padding-top: 60px !important;
    }
    .box-line {
        width: 660px;
    }
    .form-box {
        width: 535px;
        padding: 45px 90px 20px 90px;
    }
    .address-place {
        width: 32%;
    }
}

@media (max-width:1050px) {
    .box-line {
        width: 540px;
    }
    .form-box {
        width: 490px;
        padding: 30px 50px 20px 50px;
    }
    .frm-spc {
        margin-bottom: 15px;
    }
    .address-head-con {
        font-size: 28px;
    }
}

@media (max-width:991px) {
    .contact-section {
        flex-direction: column;
    }
    .form-area {
        width: 100%;
        justify-content: center;
    }
    .box-line {
        width: 735px;
        height: 892px;
    }
    .form-box {
        width: 585px;
        padding: 80px 50px 80px 50px;
    }
    .frm-spc {
        margin-bottom: 30px;
    }
    .address-place {
        width: 100%;
        flex-direction: row;
        justify-content: start;
        margin-top: 0px;
    }
    .address-place {
        padding-top: 50px;
    }
}

@media (max-width:780px) {
    .box-line {
        width: 600px;
        height: 892px;
    }
    .form-box {
        width: 535px;
        padding: 80px 50px 80px 50px;
    }
    .contact-section {
        padding-left: 65px;
        padding-right: 65px;
    }
}

@media (max-width:700px) {
    .form-area {
        width: 100%;
        justify-content: left;
    }
    .box-line {
        width: 550px;
        height: 892px;
    }
    .form-box {
        width: 500px;
        padding: 80px 50px 80px 50px;
    }
    .loc-img {
        margin-right: 10px;
    }
}

@media (max-width:600px) {
    .box-line {
        width: 500px;
        height: 892px;
    }
    .form-box {
        width: 465px;
        padding: 80px 50px 80px 50px;
    }
    .address-place {
        flex-direction: column;
    }
    .loc-img {
        margin-right: 25px;
    }
    .container-common {
        padding: 50px 25px;
    }
    .address-place {
        padding-top: 45px;
    }
    .contact-section {
        padding-top: 20px !important;
    }
}

@media (max-width:550px) {
    .box-line {
        width: 435px;
        height: 785px;
    }
    .form-box {
        width: 415px;
        padding: 35px 25px 50px 25px;
    }
    .form-box {
        margin-top: 55px;
        margin-left: 15px;
    }
    .container-common {
        padding: 50px 12px;
    }
    .for-contacts {
        margin-bottom: 20px;
    }
    .map-mar {
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

@media (max-width:500px) {
    .box-line {
        display: none;
    }
    .form-box {
        margin-top: 55px;
        position: relative;
    }
    .form-box {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .form-box {
        padding: 35px 15px 50px 15px;
    }
    .address-head-con {
        font-size: 29px;
    }
}

@media (min-width:500px) {
    .box-line {
        display: block;
    }
}

.contact-sub {
    font-size: 25px;
    color: black;
    font-family: Poppins-Regular;
    padding-bottom: 30px;
}

.bg-line {
    background-image: url('../images/contact/box-line.png');
    height: 868px;
    width: 719px;
    background-repeat: no-repeat;
    background-position: right;
}

@media (max-width:575px) {
    .bg-line {
        display: none;
    }
}

@media (min-width:768px) {
    .contact-banner {
        width: 100%;
        background-image: url(../images/contact/contact-banner.webp);
        height: 560px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .facilities-banner {
        width: 100%;
        background-image: url(../images/facilities/facilities-banner.webp);
        height: 720px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .banquet-banner {
        width: 100%;
        background-image: url(../images/banquet/banquet.webp);
        height: 780px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .dining-banner {
        width: 100%;
        background-image: url(../images/dining/dining.webp);
        height: 780px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .tariff-banner {
        width: 100%;
        background-image: url(../images/rooms/tariff-banner.webp);
        height: 720px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .news-banner {
        width: 100%;
        background-image: url(../images/news-events/news-banner.webp);
        height: 560px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .facilities-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .banquet-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .dining-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .tariff-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .contact-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .news-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
}

@media (max-width:768px) {
    .contact-banner-res {
        width: 100%;
        background-image: url(../images/contact/contact-banner-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .facilities-banner-res {
        width: 100%;
        background-image: url(../images/facilities/facilities-banner-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banquet-banner-res {
        width: 100%;
        background-image: url(../images/banquet/banquet-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dining-banner-res {
        width: 100%;
        background-image: url(../images/dining/dining-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tariff-banner-res {
        width: 100%;
        background-image: url(../images/rooms/tariff-res.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news-banner-res {
        width: 100%;
        background-image: url(../images/news-events/news-res-banner.webp);
        height: 251px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-banner {
        display: none;
        /* Hide this element on larger screens */
    }
    .news-banner {
        display: none;
        /* Hide this element on larger screens */
    }
    .contact-sub {
        font-size: 18px;
    }
    .facilities-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .banquet-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .dining-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .tariff-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .contact-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
    .news-banner-res {
        display: none;
        /* Hide this element on larger screens */
    }
}

.mt-70 {
    margin-top: 70px;
}

@media (max-width:767px) {
    .facilities-banner-res {
        display: flex;
        /* Hide this element on larger screens */
    }
    .banquet-banner-res {
        display: flex;
        /* Hide this element on larger screens */
    }
    .dining-banner-res {
        display: flex;
        /* Hide this element on larger screens */
    }
    .tariff-banner-res {
        display: flex;
        /* Hide this element on larger screens */
    }
    .contact-banner-res {
        display: flex;
        /* Hide this element on larger screens */
    }
    .news-banner-res {
        display: flex;
        /* Hide this element on larger screens */
    }
}

@media (max-width:575px) {
    .mt-70 {
        margin-top: 20px;
    }
    .form-box {
        position: relative;
    }
    .contact-section {
        padding: 15px 15px !important;
    }
}


/*********************************************** hover-slider-section ********************************************************/

.banner-text-page {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate(-50%, -50%);
    /* Adjust for the element's own height and width */
    color: #fff;
    /* Adjust text color as needed */
    font-size: 52px;
    /* Adjust font size as needed */
    text-align: left;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
    z-index: 5;
}

.facilities-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.list-section {
    width: 30%;
    position: relative;
}

.facilities-img-section {
    width: 70%;
    position: relative;
}

.facilities-left-content {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0px 30px 0px 50px;
    gap: 43px;
    width: 60%;
}

.facilities-right-content.active {
    display: flex;
    /* Show only the active content */
    opacity: 1;
    transform: translateY(0);
}

.facilitie-head {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: black;
    text-transform: capitalize;
}

.facilitie-dec {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #545454;
    line-height: 30px;
}

.list-section ul li {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    /* border-bottom: 1px solid #EE2028; */
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease;
    /* Smooth transition */
    cursor: pointer;
}

.facilities-img-right {
    position: relative;
    display: flex;
    width: 40%;
    overflow: hidden;
}

.facilities-img-right img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.list-section ul li {
    position: relative;
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.list-section ul li.active::marker {
    color: red;
    /* Red color for active list-style disc */
}

.list-section ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background-color: #EE2028;
    transition: width 0.3s ease;
    /* Smooth transition for border-bottom */
}

.list-section ul li:hover::after {
    width: 45%;
    /* Show full border on hover or active */
}

.list-section ul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: #EE2028;
    transition: width 0.3s ease;
    /* Smooth transition for border-bottom */
}

.facilities-padding {
    padding: 70px 0px 0px 0px;
}

.margin-top-facilities {
    margin-top: 350px;
}

@media (max-width:1500px) {
    .facilitie-dec {
        line-height: 24px;
    }
    .facilities-left-content {
        gap: 15px;
        padding: 35px;
    }
    .banner-text-page {
        padding-left: 12%;
    }
}

@media (max-width:991px) {
    .banner-text-page {
        top: 50%;
        left: 50%;
        padding-left: 0;
    }
    .facilities-right-content {
        flex-direction: column;
    }
    .facilities-left-content {
        width: 100%;
    }
    .facilities-img-right {
        width: 100%;
    }
    .facilities-img-right img {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .facilities-left-content {
        padding: 15px;
    }
    .list-section ul li {
        font-size: 13px;
    }
    .facilitie-dec {
        font-size: 13px;
    }
}

@media (max-width:768px) {
    .facilities-right-content {
        flex-direction: column;
    }
    .facilities-left-content {
        width: 100%;
    }
    .facilities-img-right {
        width: 100%;
    }
    .facilities-img-right img {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .facilities-left-content {
        padding: 15px;
    }
    .list-section ul li {
        font-size: 13px;
    }
    .facilitie-dec {
        font-size: 13px;
    }
    .facilities-section {
        margin: 15px;
    }
}

@media (max-width:675px) {
    .facilities-section {
        display: none;
    }
    .facilities-left-content {
        width: 100%;
        padding: 15px;
    }
    .facilities-img-right img {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0;
    }
    .facilities-img-right {
        width: 100%;
    }
    .faq-section-faciltiestion {
        width: 100%;
        position: relative;
        display: block;
    }
    .facilities-right-content {
        display: flex !important;
        flex-direction: column;
    }
    .facilitie-head {
        padding-top: 35px;
    }
    .facilitie-dec {
        padding-bottom: 35px;
    }
    .facilites-open {
        border-bottom: 1px solid #EE2028;
    }
    .accordion-icon-new svg {
        color: #EE2028 !important;
    }
}

@media (min-width:676px) {
    .faq-section-facilties {
        display: none;
    }
    .deskhide {
        display: none;
    }
}

@media (max-width:675px) {
    .banner-text-page {
        top: 50%;
        left: 50%;
        padding-left: 0;
    }
}

@media (max-width:675px) {
    .banner-text-page {
        font-size: 20px !important;
    }
}


/*********************************************** end ********************************************************/


/*********************************************** news&evnts ********************************************************/

.col5_col4lg_col3sm2 {
    grid-auto-flow: row;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 767px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 650px) {
        grid-template-columns: repeat(1, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.blog-image-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.blog-image-wrapper img {
    width: 100%;
}

.blog-content {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.blog {
    padding: 74px 0px 112px 0px;
}

.blog-image-wrapper p {
    font-family: Poppins-Medium;
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 15px;
    line-height: 21px;
}

.view-more {
    font-family: Poppins-SemiBold;
    font-size: 14px;
    color: #F0474C;
    padding-left: 15px;
}

.news-events-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.click-to-view {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #F0474C;
    text-transform: capitalize;
    padding-left: 15px;
}

@media (max-width:1500px) {
    .blog-image-wrapper p {
        font-size: 13px;
    }
    .facilities-img-right img {
        object-fit: cover;
    }
}

@media (max-width:768px) {
    .amenities-content {
        gap: 0;
    }
}

@media (max-width: 575px) {
    .margin-top-facilities {
        margin-top: 0px !important;
    }
    .facilitie-head {
        padding-top: 0px;
    }
}

@media (max-width: 675px) {
    .facilities-left-content {
        padding-top: 0;
        padding-left: 0;
    }
    .facilities-img-right img {
        border-radius: 5px;
    }
}

@media (min-width:676px) {
    .facilities-right-content {
        display: none;
        flex-direction: row;
        border: 1px solid #EE2028;
        border-radius: 10px;
        transition: opacity 0.3s ease;
        position: absolute;
        left: 0%;
        top: 0;
        opacity: 0;
        /* transition: all 0.3s ease;  */
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }
}

@media (max-width:820px) {
    .banner-text-page {
        font-size: 35px;
    }
}

.banner-text-page-desk {
    padding-left: 10%;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 1px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
    transform: scale(0.8);
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
}

#play:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
}

#play:hover .icon {
    transform: scale(0.9);
}

#play {
    cursor: pointer;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); */
}

#carouselExampleControls {
    pointer-events: none !important;
    /* Prevents the default pause behavior */
}

#carouselExampleControls:hover {
    pointer-events: auto !important;
    /* Allows interaction with controls */
}


/*****************8style*****************/

.phn-number {
    width: fit-content;
    font-family: Poppins;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #00AB40;
    background-color: #00AB40;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.phn-number .call-land {
    color: #fff;
}

.dining-gallery {
    padding: 80px 0px;
}

.banquet-gallery {
    padding: 80px 0px;
}

.dining-gallery .modal-dialog,
.gallery-content-sec .modal-dialog {
    max-width: 90%;
}

.dining-gallery .modal-content,
.gallery-content-sec .modal-content {
    max-width: fit-content;
    background: transparent !important;
    margin-top: 0px;
}

.dining-dec,
.tariff-content {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding-bottom: 80px;
}

.dining-gallery .modal,
.gallery-content-sec .modal {
    z-index: 99999999;
}

.grid {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 30vw;
    list-style: none;
}

.grid figure,
.grid img {
    width: 100%;
    height: 100%;
}

.grid img {
    object-fit: cover;
    background: #f5f3f4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.dining-images button,
.gallery-content-sec button {
    -webkit-appearance: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

.dining-images button:focus-visible,
.gallery-content-sec button:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.dining-images button:focus,
.gallery-content-sec button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.dining-images .modal-body,
.gallery-content-sec .modal-body {
    padding: 0px;
}

.dining-images .modal-content,
.gallery-content-sec .modal-content {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.dining-images .close,
.gallery-content-sec .close {
    float: right;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    font-size: 35px;
    text-align: end;
    cursor: pointer;
    width: fit-content;
    margin-bottom: 10px;
}

.banquet-gallery .nav-item {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    padding: 15px 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.banquet-gallery {
    width: 100%;
}

.banquet-gallery .nav-pills {
    margin: auto;
    width: fit-content;
    border-radius: 0px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d7d7d7;
    justify-content: center;
}

.banquet-gallery .nav-pills .nav-link.active,
.banquet-gallery .nav-pills .show>.nav-link {
    width: fit-content;
    color: #ffffff;
    font-family: Poppins-Medium;
    background-color: #F0474C;
    border-radius: 7px;
    padding: 15px 43px;
    cursor: pointer;
    border: 1px solid #F0474C;
    justify-content: center;
    display: flex;
    align-items: center;
}

.banquet-gallery .nav-pills .nav-link {
    height: 40px;
}

.banquet-gallery .nav-link {
    color: #000000;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
}

.gallery-content-sec {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

img.desktop-img {
    width: 100%;
}

.banquet-gallery .modal-body img {
    margin: auto;
    width: 100%;
}

.room-gallery .image-wrapper {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pseudo-text-effect.green-btn:hover>span {
    background-color: #00AB40 !important;
}

.green-btn-text.btn-text {
    background-color: #00AB40 !important;
}

.pseudo-text-effect.green-btn::after {
    background-color: #00AB40 !important;
}

.pseudo-text-effect.green-btn>span {
    background-color: #00AB40!important;
}

.tariff-content {
    width: 100%;
}

.tariff-content .table-row {
    margin-bottom: 50px;
}

.tariff-content table th {
    font-weight: 600;
}

.column-title-small {
    padding-bottom: 20px;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #000;
    padding: 0px 0px 30px 0px;
    text-transform: capitalize;
}

.tariff-detail-box {
    padding: 30px 0px 0px;
}

.tariff-detail-box .tariff-content {
    padding-bottom: 0px;
}


/* .tariff-btn .green-btn.pseudo-text-effect:hover{
	background-color: #000 !important;
} */

.tariff-btn .pseudo-text-effect:hover>span {
    transform: translateY(0%);
    background-color: #000 !important;
}

.quote-border {
    border: 1px solid #ffb600;
    padding: 30px 40px;
    margin: auto;
    position: relative;
    text-align: center;
}

.tariff-content-row {
    font-family: Poppins-Medium;
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}

.tariff-title {
    font-family: Poppins-Regular;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tariff-content-row ul {
    padding-left: 20px;
}

.tariff-content-row ul li {
    padding-bottom: 5px;
}


/* .quote-item.quote-border .quote-text-border:before {
    border: 12px solid;
    border-color: #e1e1e1 transparent transparent;
    border-top-color: #ffb600;
    bottom: -24px;
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.quote-item.quote-border .quote-text-border:after {
    border: 12px solid;
    border-color: #fff transparent transparent;
    bottom: -22px;
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
} */

.banquet-gallery .col5_col4lg_col3sm {
    grid-auto-flow: row;
    gap: 40px 40px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1800px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 30px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px 25px;
    }
}


/**********Captcha-Start*************/

.error {
    color: red;
    font-size: 12px;
}

.flash_message {
    float: left;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 12px 30px;
    color: #FFF;
    background-color: #91CD43;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.gl_cod_order_captcha {
    border: 1px solid #000;
}

.captcha-spcl {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0px;
}

.gl_cod_order_captcha {
    font-size: 18px;
    text-align: center;
    color: #2D2D2D;
    border: 1px dashed #2D2D2D;
    background: #F0F1F2;
    padding: 7px 25px;
    margin: 0 15px 0 0;
}

.CaptchaEqual {
    font-size: 20px;
    color: #666;
    text-align: center;
    margin: 0 15px 0 0;
}

.gl_order_captcha {
    padding: 0 0 5px 0 !important;
    font-size: 15px !important;
    color: #333 !important;
    background: none !important;
    border: 0px !important;
    border-bottom: 1px solid #D0D0D0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
}

.gl_order_error-center {
    text-align: center;
}

.gl_order_captcha:focus-visible {
    outline: none !important;
}

.gl_order_captcha_two:focus-visible {
    outline: none !important;
}

@media (max-width:575px) {
    .gl_cod_order_captcha {
        padding: 7px 16px;
        font-size: 14px;
    }
    .gl_order_captcha {
        font-size: 14px;
        width: 120px;
    }
    .CaptchaEqual {
        margin: 0 10px 0 0;
    }
    .gl_cod_order_refresh {
        margin-left: 0px;
    }
    .err-cpt {
        margin: 0px 10px 0px 0px;
    }
    .gl_order_error {
        font-size: 12px;
    }
}

.err-cpt {
    display: flex;
    flex-direction: column;
    margin: 0px 15px 0px 0px;
}


/**********Captcha-End***********/

@media screen and (max-width: 1800px) {
    .site-navbar .site-navigation .site-menu>li>a {
        letter-spacing: -0.4px;
    }
}


/* @media screen and (max-width: 1600px) {
.work-content .image-wrapper:nth-child(5) .room-title, .work-content .image-wrapper:nth-child(6) .room-title{
	min-height: 120px;
}
} */

@media screen and (max-width: 1300px) {
    .site-navbar .site-navigation .site-menu>li>a {
        letter-spacing: -0.6px;
    }
    .dining-gallery {
        padding: 80px 0px;
    }
    .tariff-content {
        padding: 60px 0px 70px;
    }
    .banquet-gallery {
        padding: 60px 0px;
    }
    .dining-dec {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .dining-gallery,
    .banquet-gallery,
    .tariff-content {
        padding: 60px 0px;
    }
    .dining-dec {
        padding-bottom: 40px;
    }
    .banquet-gallery .nav-pills .nav-link.active,
    .banquet-gallery .nav-pills .show>.nav-link {
        padding: 15px 20px;
    }
    .banquet-gallery .nav-link {
        font-size: 14px;
    }
    .button-row {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .button-row a,
    .button-row button,
    .button-row span {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .room-gallery .room-content {
        min-height: 115px;
    }
}

@media screen and (max-width: 767px) {
    .dining-gallery,
    .banquet-gallery,
    .tariff-content {
        padding: 30px 0px;
    }
    .banquet-gallery .nav-item {
        padding: 10px 10px;
    }
    .dining-dec {
        padding-bottom: 30px;
    }
    .dining-gallery .modal-dialog {
        margin: auto;
    }
    .dining-dec,
    .tariff-content {
        font-size: 14px;
    }
    .common-container-three.rooms-bg.room-gallery {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tariff-content table {
        width: max-content;
    }
    .table-row {
        overflow: auto;
    }
    .tariff-content .table-row {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .column-title-small {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .dining-gallery .modal {
        top: 0%;
    }
}

@media screen and (max-width: 620px) {
    .banquet-gallery .nav-item {
        padding: 10px 10px;
        width: 50%;
    }
    .banquet-gallery .nav-pills .nav-link {
        border: 1px solid #000;
        width: 100%;
    }
    .banquet-gallery .nav-link {
        font-size: 13px;
    }
    .banquet-gallery .nav-pills {
        border-bottom: 1px solid #d7d7d7;
        justify-content: flex-start;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .banquet-gallery .nav-pills .nav-link.active,
    .banquet-gallery .nav-pills .show>.nav-link {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .banquet-gallery .nav-pills .nav-link.active,
    .banquet-gallery .nav-pills .show>.nav-link {
        padding: 10px 10px;
    }
    .banquet-gallery .modal-dialog {
        margin: auto;
    }
    .banquet-gallery .modal {
        top: 0%;
    }
    .room-gallery .button-row {
        margin-bottom: 15px;
    }
    .pseudo-text-effect:hover::after {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .room-gallery .room-content {
        min-height: auto;
    }
}

@media screen and (max-width: 350px) {
    .banquet-gallery .nav-link {
        font-size: 12px;
    }
}

@media (min-width: 850px) {
    .grid {
        grid-gap: 24px;
        grid-template-columns: repeat(5, 1fr);
        grid-auto-rows: 12vw;
    }
    .grid li:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / span 3;
    }
    .grid li:nth-child(2) {
        grid-column: 2 / span 2;
        grid-row: 1 / span 2;
    }
    .grid li:nth-child(3) {
        grid-column: 4;
        grid-row: 1;
    }
    .grid li:nth-child(4) {
        grid-column: 5;
        grid-row: 1;
    }
    .grid li:nth-child(5) {
        grid-column: 4;
        grid-row: 2;
    }
    .grid li:nth-child(6) {
        grid-column: 5;
        grid-row: 2 / span 3;
    }
    .grid li:nth-child(7) {
        grid-column: 2;
        grid-row: 3;
    }
    .grid li:nth-child(8) {
        grid-column: 1;
        grid-row: 4;
    }
    .grid li:nth-child(9) {
        grid-column: 3 / span 2;
        grid-row: 3 / span 2;
    }
    .grid li:nth-child(10) {
        /* grid-column: 1 / span 1; */
        grid-column: 2;
        grid-row: 4;
    }
    .grid li:nth-child(11) {
        /* grid-column: 1 / span 2; */
        grid-column: 2;
        grid-row: 4;
    }
    .grid li:nth-child(12) {
        grid-column: 5;
        grid-row: 4;
    }
}


/*====================================================== new-style-qr-code============================================================ */

.menu-qr-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.dining-space {
    width: 100%;
    display: flex;
}

.menu-wr {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
}

.qr-img {
    width: 200px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.qr-contents {
    width: 100%;
    font-family: Poppins-light;
    font-size: 13px;
    color: #000;
    line-height: 17px;
    padding-bottom: 20px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}

.line-color {
    background-color: #464646;
    margin-bottom: 30px;
}

.scanner-sec {
    position: absolute;
    right: 20px;
    bottom: 30%;
}

@media screen and (max-width: 767px) {
    .menu-wr {
        width: 120px;
    }
    .qr-img {
        width: 120px;
        padding: 10px;
    }
    .qr-contents {
        font-size: 11px;
    }
    .scanner-sec {
        position: absolute;
        right: 20px;
        bottom: 5%;
    }
    .qr-contents {
        display: none;
    }
    .qr-contents-two {
        font-family: Poppins-light;
        font-size: 13px;
        color: #000;
        background-color: #ffffff;
        width: 100%;
        display: flex;
        justify-content: center;
        border-radius: 0px 0px 20px 20px;
    }
}

@media screen and (min-width: 767px) {
    .qr-contents {
        display: block;
    }
    .qr-contents-two {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .menu-wr {
        width: 100px;
    }
    .qr-img {
        width: 100px;
        padding: 10px 10px 0px 10px;
    }
}