.sunday-roast-sec .row {
    --bs-gutter-x: 55px;
}

.gym-swim-sec .about-sec-right h6 {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 28px;
}

.gym-swim-sec .about-sec-right h6:empty {
    display: none;
  }
.gym-swim-sec .row {
    align-items: center;
  }
  .gym-swim-sec .about-sec-right h6:empty {
    display: none;
  }

.Locals-facilities-sec .four-grid-image-main .Four_grid_silder div h3 {
    margin-bottom: 0;
    margin-top: 40px;
    text-align: center;
    font-weight: 300;
}

.Locals-facilities-sec .Four_grid_silder .slick-arrow {
    top: 45%;
}


/********* bar section  start  **************/

.bar-sec .left-right-sec-content ul li {
    position: relative;
    padding-left: 26px;
}

.bar-sec .left-right-sec-content ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    color: #efbb79;
    font-weight: 600;
    font-size: 18px;
    font-variant: normal;
    position: absolute;
    left: 0;
}

.bar-sec .left-right-sec-content ul {
    padding-left: 0;
    margin-top: 26px;
}

.bar-sec .left-right-sec-content ul li {
    margin-bottom: 10px;
    font-weight: 300;
}

.bar-sec .left-right-sec-content h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
}

.bar-sec .left-right-sec-content .fonts-4 {
    font-weight: 300;
}

@media(max-width: 1490px) {
    .bar-sec .left-right-sec-content ul {
        padding-left: 0;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .bar-sec .left-right-sec-content ul li {
        margin-bottom: 12px;
    }
    .bar-sec .left-right-sec-content h4 {
        font-size: 16px;
    }
    .bar-sec .left-right-sec-content p {
        line-height: 1.8;
        margin-bottom: 14px;
    }
}


/********* bar section  end  **************/


/********* conference room section  start  **************/

.conference-room-left .fonts-4 ul:last-child {
    margin-bottom: 0;
}

.conference-room-left .fonts-4 ul {
    padding-left: 0;
}

.conference-room-left .fonts-4 ul li {
    position: relative;
    padding-left: 19px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.conference-room-left .fonts-4 ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #bb7115;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.conference-room-left h2 {
    margin-bottom: 30px;
}

.conference-room-left div.fonts-4 {
    margin-bottom: 38px;
    margin-top: 16px;
}

.conference-room-left>h5 {
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 38px;
}

.conference-room-left {
    align-self: flex-end;
}

.conference-room>.container>.row {
    --bs-gutter-x: 41px;
}

.conference-room.bg-design::before {
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
}

.price-facilities>div {
    text-align: center;
    flex: 1;
}

.price-facilities>div h6 {
    font-family: 'Montserrat';
    font-weight: 400;
    margin-top: 15px;
}

.price-facilities>div h6 strong {
    font-weight: 600;
}

.price-facilities {
    --bs-gutter-y: 40px;
    display: grid;
    grid-template-columns: auto auto auto;
    padding-right: 10%;
}

.price-facilities>div .image {
    position: relative;
}

.price-facilities>div .image img {
    height: 30px;
}

.functionspace-sec .row {
    --bs-gutter-x: 71px;
}

.functionspace-sec .left-right-sec-content .fonts-4,
.functionspace-sec .left-right-sec-content .fonts-4 p {
    font-weight: 300;
    line-height: 1.6;
}

.functionspace-sec.bg-design::after {
    left: -18%;
}


/********* conference room section  end  **************/

.live-event-sec {
    background-color: #0d1d33;
}

.live-event-sec .row {
    --bs-gutter-x: 50px;
}

.live-event-sec .left-right-sec-content .fonts-4,
.live-event-sec .left-right-sec-content p {
    font-weight: 300;
    line-height: 1.6;
}

.live-entertain-sec .box-img-left>div::before {
    display: none;
}

.sunday-roast-sec .left-right-sec-content .fonts-4,
.left-right-sec-content .fonts-4 p {
    line-height: 1.6;
    font-weight: 300;
}

@media(max-width:991px) {
    .sunday-roast-sec .left-right-sec-content {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .left-right-sec .row {
        --bs-gutter-y: 30px;
    }
    .conference-room-right {
        margin-bottom: 30px;
    }
    .functionspace-sec .left-right-img {
        margin-top: 30px;
    }
    .Locals-facilities-sec .four-grid-image-main>.row {
        --bs-gutter-y: 30px;
    }
    .Locals-facilities-sec .four-grid-image-main .Four_grid_silder div h3 {
        margin-top: 16px;
    }
    .price-facilities {
        padding-right: 0;
    }
    .conference-room>.container>.row {
        --bs-gutter-x: calc(var(--bs-gutter-x) * -.5);
    }
}

@media(max-width:767px) {
    .price-facilities {
        grid-template-columns: 50% 50%;
        padding-right: 0%
    }
    .gym-swim-sec .about-sec-right h6 {
        margin-top: 18px;
    }
    
}