/*****RJ Stylesheet 2021****/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**********

RESET CSS

**************/

body {
    background: #fff !important;
    width: 100%;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 0px;
    overflow-x: hidden;
    color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Newsreader", serif !important;
    font-weight: 600 !important;
}

.pl-5 {
    padding-left: 50px;
}

.text-orange {
    color: rgba(245, 158, 11, 1);
    font-weight: 500;
}
.Coming{
    color: rgba(245, 158, 11, 1) !important;
}

.main-title {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -2%;
    color: rgba(255, 255, 255, 1);
    margin-top: 22px;
    margin-bottom: 18px;
}

a:hover {
    color: #1976d2;
    text-decoration: none;
}

/*#header{
    position: fixed;
      top: 0;
      width: 100%;
      transition: 0.2s;
    z-index: 100;
    box-shadow: 0 0 9px 1px rgb(0 0 0 / 38%);
}*/
.navbar-inverse {
    background-color: #fff;
    border-radius: 6px;
    border-color: transparent;
    width: 100%;
    display: inline-block;
    margin: 0;
    z-index: 9999;
    border: none !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-nav {
    float: right;
    /*padding: 53px 0;*/
}

.navbar-brand {
    padding: 0;
}

.navbar-inverse .navbar-brand img {
    float: left;
    width: 160px;

}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
    font-weight: 400;
}

/* .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    font-weight: 500;
    background: transparent !important;
} */

.navbar .navbar-nav .nav-link {
    /* color: #fff; */
    font-size: 1.1em;
}


.navbar-logo-centered .navbar-nav .nav-link {
    padding: .5em 1em;
}

/* .pdlr, .container-fluid{
    padding-left:0;
    padding-right: 0;
} */


#enquire {
    /*display: none;*/
    position: fixed;
    bottom: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 99999;
    right: 0;
    text-transform: uppercase;
    font-size: 18px;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: none;
    outline: none;
    background-color: goldenrod;
    color: white;
    cursor: pointer;
    padding: 7px 12px;
    border-radius: 50px;
    z-index: 99999;
}

#toTop .fa {
    font-size: 22px;
}

#myvideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.viewport-header {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* z-index: 111; */
    /*background-color: #000000c9;*/
    opacity: 1.0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.viewport-header a {
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
}

.video-bg {
    height: auto;
    z-index: -1;
    width: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to bottom right,
            rgba(0, 0, 0, 1),
            rgba(102, 102, 102, 0));
    z-index: 0;
}

.overlay {
    background: #000000b8;
    color: #fff;
    padding: 30px;
    /* display: inline-block; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-on-slider {
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 28%;
    left: 0;
    right: 0;
    padding: 20px;
    margin: 0 auto;
}

.sub-content {
    width: 455px;
    display: flex;
    justify-content: center;
    margin: auto;
    line-height: 28px;
}

.typewrite {
    color: #fff;

}

.carousel-indicators {
    bottom: -42px;
}

/* Container for nav buttons */
.owl-nav {
    text-align: center;
    margin-top: 15px;
}

/* Nav buttons */
.owl-prev,
.owl-next {
    background-color: #333;
    color: white;
    border: none;
    padding: 8px 15px;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #555;
}

/* Position arrows inline */
.owl-nav button {
    display: inline-block;
}

/* Dots container */
.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dots .active {
    background-color: #fff !important;
}

/* Dots buttons */
.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #ffffff4f !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    padding: 0;
}

.owl-dot span {
    display: none;
    /* Hide extra span inside dots */
}

/* Active dot style */
.owl-dot.active {
    background-color: #ff6600;
    /* Accent color, change as needed */
}

/* Optional: make dots bigger on hover */
.owl-dot:hover {
    background-color: #ff6600;
}


#services h2 {
    font-size: 36px;
    margin: 12px 0px 0px 0px !important;
}

.carousel-inner,
.carousel,
.item,
.fill {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.sigma-pop {
    padding: 20px 0px 0px 0px;
    box-shadow: 0 0 9px 1px rgb(0 0 0 / 38%);
    background-color: #fff;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    /*transform: scale(0.2);*/
    transition: all 0.2s linear;
    /*transition: 1s cubic-bezier(0, 0, 0.2, 1);*/
    z-index: 994;
}

.sigma-pop h3 {
    color: goldenrod;
    display: inline-block;
    font-size: 19px;
    margin: 0px;
}

.sigma-pop span {
    border: 1px dotted #9f6f03;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: inline-block;
    margin: auto;
}

.sigma-pop span img {
    width: 35px;
}

.fill {
    height: 600px;
}

.about-us-home {
    padding: 50px 0px 20px 0px;
    display: inline-block;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: 100%;
    position: relative;
}

/* .customer-logos .col-lg-2 {
    width: 20%;
    text-align: center;
    margin: 5px 0px;
} */

.customer-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    padding: 10px;
}

.item2 {
    grid-column: span 2;
}

.item8 {
    grid-column: span 2;
}




.our-restaurant {
    padding: 30px 0;
    /*display: inline-block;*/
    width: 100%;
    background: #fff;
    z-index: 99999;
    position: relative;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    /* optional */
    width: 100%;
    text-align: center;
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(201, 196, 193, 1); */
    opacity: 1;
    /* set to 0.5 if you want it lighter */
    pointer-events: none;
    /* makes it non-clickable */
}

.image-wrapper h4 {
    color: rgba(251, 171, 36, 1);
    font-size: 24px;
    font-weight: 400 !important;
}

.image-wrapper p {
    color: white;
    font-weight: 300 !important;
}

.white-bg {
    background: #fff;
    display: inline-block;
    margin-top: -30px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* services */
.what-we-serve {
    background-color: white !important;
    margin: -10px 0px;
    position: relative;
    z-index: 9999;
}

.services-content {
    background-color: rgba(69, 44, 3, 1);
    margin: 0px 24px;
    padding: 20px 32px 38px 32px;
    border-radius: 8px !important;
}

.service-Topcontent {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.gal-item .box a img {
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#image-gallery-image {
    width: 100% !important;
    height: 300px;
}

.footer-heading {
    font-size: 24px;
}
footer a{
    color: white !important;
    font-weight: 400 !important;
}

.py-5 {
    padding: 48px 0px;
}

.py-4 {
    padding: 28px 0px;
}

/* .modal-content{
    top: 100px;
} */

@media (max-width: 767px) {
    #image-gallery-image {
        width: 100% !important;
        height: 260px;
    }

    .slider-imgs {
        width: 100% !important;
        height: 200px !important;
    }

    .overlay {
        padding: 10px;
    }

    .location-subhead {
        font-size: 34px !important;
    }

    .sub-content {
        width: 370px;
    }

    .nav>li {
        position: relative;
        display: block;
        width: 40%;
        margin: auto;
    }

    .main-title {
        font-size: 28px;
    }

    .about-subcontent {
        gap: 16px;
        display: flex;
        flex-direction: column;
        padding-left: 25px !important;
    }

    .pl-5 {
        padding: 0px;
    }

    .about-subcontent p {
        font-size: 18px;
    }

    .catering1 {
        height: 54vh !important;
    }

    .service-Topcontent {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .our-restaurant {
        padding: 40px 0px !important;
    }

    .services-content {
        margin: 0px 14px;
    }

    .what-we-serve {
        margin: 0px;
    }

    .customer-logos {
        display: block;
        padding: 15px;
    }

    .image-wrapper img {
        height: 140px;
    }

    .image-wrapper {
        margin: 5px 0px;
    }

    .request-an-event {
        display: block !important;
        padding: 20px 0px 0px 0px !important;
    }

    .event-bg {
        background-size: cover !important;
        height: 228px !important;
    }

    .review-section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .review-info{
        display: block !important;
    }
    .review-info p{
        margin-top: 10px;
    }
    .review-img{
        width: 64px;
    }
    #Carousel2{
        margin-top: 0px !important;
    }
}

@media (min-width: 767px) and (max-width: 768px) {
    .gallery-section {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .catering1 {
        display: none;
    }

    .slider-imgs {
        width: 100% !important;
        height: 200px !important;
    }

    .overlay {
        padding: 10px;
    }

    .nav>li>a {
        padding: 10px 10px !important;
    }

    .navbar-nav {
        display: flex;
    }
    .request-an-event {
        display: block !important;
    }
    .request-an-event .col-sm-6{
        width: 100%;
    }
}


.description {
    background: #fff;
    color: #000;
}

.fadeIn-bottom {
    top: 80%
}

.box {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.padding-top-bottom {
    padding: 55px 0;
}

#menu .navbar-inverse .navbar-brand img {
    float: left;
    width: 127px;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.box:hover img {
    opacity: 0.3;
}

.box:hover .middle {
    opacity: 1;
}

.text {
    background-color: #a07301;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.contact-home {
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    position: relative;
    z-index: 9999;
    background: #fff;
}

.contact-home .form-control {
    height: 55px;
    border: 1px solid #dcdcdc;
    margin: 7px 0;
}

.menu-1,
.menu-2,
.menu-3,
.menu-4,
.menu-5,
.menu-6,
.menu-7,
.menu-8,
.menu-9,
.menu-10,
.menu-11,
.menu-12 {
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.menu-1 h2,
.menu-2 h2,
.menu-3 h2,
.menu-4 h2,
.menu-5 h2,
.menu-6 h2,
.menu-7 h2,
.menu-8 h2,
.menu-9 h2,
.menu-10 h2,
.menu-11 h2,
.menu-12 h2 {
    width: 100%;
    background: goldenrod;
    padding: 10px;
    color: #fff;
    border-radius: 0 15px;
    font-size: 32px;
    margin-top: 0;
}

.menu-imgs {
    width: 100% !important;
    object-fit: cover;
}

.trans-bg {
    background: #ffffffd6;
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: transparent;
    border-radius: 10px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: 0px 1px 38px 0px rgb(0 0 0 / 13%);
    height: 200px;
    width: 100%;
}

.thumbnail a>img,
.thumbnail>img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
}

.img-responsive {
    object-fit: cover;
}

.slider-imgs {
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-danger1 {
    color: #fff;
    background-color: goldenrod !important;
    border-color: goldenrod !important;
}


footer .logo {
    margin: 0 auto;
    text-align: center;
}

footer .logo img {
    background: #fff;
    border-radius: 50%;
}

.footer-inner {
    background: url(../img/footer-bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

footer {
    background: #171616;
    display: inline-block;
    color: #ddd;
    width: 100%;
    padding: 30px 0;
    position: absolute;
    z-index: 99999;
}

footer:before {
    position: absolute;
    top: -8px;
    width: 100%;
    content: '';
    display: block;
    height: 8px;
    background: url(../img/dark_top_edge.png) repeat-x;
}

footer hr {
    border-color: #3f3d3d;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    margin-top: 5px;
}

footer a,
footer a:hover {
    color: #ddd;
}

footer h4 a {
    font-size: 18px;
}

footer .fa {
    color: goldenrod;
}

footer .social .fa {
    padding-right: 10px;
}

/*for iphone 6/7/8 plus & pixel 2 , pixel 2 xl*/
@media (min-width: 411px) and (max-width: 823px) {
    #enquire {
        right: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        text-align: center;

    }

    #enquire a {
        width: 100%;
        padding: 20px;
        font-size: 30px;
    }

    .item h2 {
        font-size: 30px;
    }

    .item .carousel-desc p {
        width: 100%;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        padding: 10px 20px;
        width: 100%;
    }

    .navbar-inverse {
        background-color: #000;
        border-color: transparent;
        padding: 0;
    }

    .menu-1 h1,
    .menu-2 h1,
    .menu-3 h1,
    .menu-4 h1,
    .menu-5 h1,
    .menu-6 h1,
    .menu-7 h1,
    .menu-8 h1,
    .menu-9 h1,
    .menu-10 h1,
    .menu-11 h1,
    .menu-12 h1 {
        width: 100%;
    }

    .sigma-pop {
        margin-top: 10px;
    }

    /* .customer-logos .col-lg-2 {
        width: 50%;
        text-align: center;
        margin: 5px 0px;
    } */

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
        background: #000;
    }

    .navbar-inverse {
        background-color: #000;
    }

    .navbar-inverse .navbar-brand img {
        padding: 0;
        height: auto;
    }

    #menu .navbar-inverse .navbar-brand img {
        height: 127px;
    }

    .navbar-inverse .navbar-brand {
        position: relative;
        top: 0;
        left: 4px;
    }
}

/* for Iphone X*/
@media (min-width:375px) and (max-width:812px) {
    .navbar-inverse .navbar-toggle {

        border-radius: 50px;
        margin-top: 34px;
    }

    #enquire {
        right: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        text-align: center;

    }

    #enquire a {
        width: 100%;
        padding: 20px;
        font-size: 30px;
    }

    .navbar-inverse {
        background-color: #000000c9;
        border-color: transparent;
        padding: 0;
    }

    .menu-1 h1,
    .menu-2 h1,
    .menu-3 h1,
    .menu-4 h1,
    .menu-5 h1,
    .menu-6 h1,
    .menu-7 h1,
    .menu-8 h1,
    .menu-9 h1,
    .menu-10 h1,
    .menu-11 h1,
    .menu-12 h1 {
        width: 100%;
    }

    footer h4 {
        margin-top: 20px;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-nav {
        padding: 10px 10px;
        width: 100%;
    }

    .navbar-inverse {
        background-color: transparent;
        border-color: transparent;
        margin-bottom: 0;
        height: auto;
    }

    .navbar-brand>img {
        padding: 0;
        height: auto;
    }

}

/*for Galaxy s5*/
@media (min-width:360px) and (max-width:640px) {
    .navbar-inverse {
        background-color: #000000c9;
        border-color: transparent;
        padding: 0;
    }

    #enquire {
        right: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        text-align: center;

    }

    #enquire a {
        width: 100%;
        padding: 20px;
        font-size: 30px;
    }

    #menu .navbar-inverse .navbar-brand img {
        height: 127px;
    }

    .menu-1 h1,
    .menu-2 h1,
    .menu-3 h1,
    .menu-4 h1,
    .menu-5 h1,
    .menu-6 h1,
    .menu-7 h1,
    .menu-8 h1,
    .menu-9 h1,
    .menu-10 h1,
    .menu-11 h1,
    .menu-12 h1 {
        width: 100%;
    }

    footer h4 {
        margin-top: 20px;
    }


    .navbar-nav {
        float: left;
        margin: 0;
        padding: 10px 20px;
        width: 100%;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-inverse {
        background-color: #000;
        border-color: transparent;
        margin-bottom: 0;
        height: auto;
        padding: 10px;
    }

    .navbar-inverse .navbar-brand img {
        padding: 0;
        height: auto;
    }

}

/*for iphone5*/
@media (min-width:320px) and (max-width:568px) {
    .navbar-inverse {
        background-color: #000000c9;
        border-color: transparent;
        padding: 0;
    }

    #enquire {
        right: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        text-align: center;

    }

    #enquire a {
        width: 100%;
        padding: 20px;
        font-size: 30px;
    }

    #menu .navbar-inverse .navbar-brand img {
        height: 127px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #87776d;
        background: #87776d;
        border-radius: 50px;
        margin-top: 18px;
    }

    .menu-1 h1,
    .menu-2 h1,
    .menu-3 h1,
    .menu-4 h1,
    .menu-5 h1,
    .menu-6 h1,
    .menu-7 h1,
    .menu-8 h1,
    .menu-9 h1,
    .menu-10 h1,
    .menu-11 h1,
    .menu-12 h1 {
        width: 100%;
    }


    footer h4 {
        margin-top: 20px;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-inverse .navbar-brand {
        left: 10px;
        /*height: auto;*/
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse {
        background-color: #000;
        border-color: transparent;
        margin-bottom: 0;
        height: auto;
    }

    .navbar-inverse .navbar-brand img {
        padding: 0;
        height: auto;
        width: 120px;
    }

    /* .customer-logos .col-lg-2 {
        width: 100%;
    }

    .customer-logos .col-xs-6 {
        width: 100%;
    } */

    .text-on-slider {
        top: 30%;
        width: 100%;
    }

    .sigma-pop {
        margin: 10px 0;
    }
}

@media (min-width:1010px) and (max-width:1300px) {
    .shape1 {
        display: none;
    }
}


.floating-btn {
    position: fixed;
    right: 10px;
    bottom: 350px;
    background-color: goldenrod;
    /* Bootstrap danger color */
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 9999999;
    /* Super high z-index */
}

.floating-btn a {
    color: white !important;
    text-decoration: none !important;
}

.floating-btn:hover {
    background-color: rgb(230, 169, 16);
    transform: scale(1.05);
}

/* Responsive for small screens */
@media (max-width: 600px) {
    .floating-btn {
        font-size: 24px;
        padding: 10px 15px;
        right: 10px;
        bottom: 100px;
    }
}

.catering1 {
    background-image: url(../img/aboutimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 647px;
    height: 100vh;
    /* try 100% first instead of 100vh */
}


.rating p {
    margin-bottom: 0px !important;
}

.rating img {
    width: 112px;
}

.main-btn {
    background-color: rgba(245, 158, 11, 1);
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    margin: auto;
    border: none;
    margin-top: 20px;
}

.request-event-btn {
    background-color: rgba(245, 158, 11, 1);
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
}

.navbar-inverse .navbar-nav>li.active>a {
    border-bottom: 1px solid rgba(245, 158, 11, 1) !important;
    color: #fff !important;
    /* Optional: make active text white */
}

.bg-head2 {
    font-size: 36px;
    line-height: 44px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.about-subcontent {
    padding: 20px 0px;
}

.about-subcontent .mt-3 {
    margin-top: 1rem;
}

.about-subcontent img {
    width: 45px;
    height: 45px;
}

.about-subcontent p {
    font-weight: 600;
}

.text-28 {
    font-size: 28px;
    line-height: 36px;
}

.mt-4 {
    margin-top: 2rem;
}

.p-0 {
    padding: 0px !important;
}

.mt-5 {
    margin-top: 3rem;
}

.p-5 {
    padding: 50px 50px;
}

.white-btn {
    background-color: white;
    color: rgba(245, 158, 11, 1);
    border-radius: 8px;
    padding: 12px 20px 12px 20px;
    border: none;
}

.px-5 {
    padding: 0px 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px !important;
}

.request-an-event {
    display: flex;
    justify-content: center;
    /* Center block horizontally */
    align-items: center;
    background-color: rgba(254, 234, 199, 1);
    min-height: 350px;
    padding: 20px 0px 0px 50px;
}

.Request-event-info {
    text-align: start;
}

.Request-event-info p {
    font-size: 27px;
    line-height: 40px;
}

.Request-event-info img {
    width: 30px;
}

.event-bg {
    background-image: url(../img/event-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* Adjusts image to fit within box */
    background-position: bottom;
    /* Aligns image to the bottom */
    height: 330px;
    /* Set to your needs */
    width: 100%;
    position: relative;
    padding: 0px !important;
}

.shape1 {
    position: absolute;
    top: 225px;
    right: 512px;
}

.text-end {
    text-align: end;
}

.review-content {
    display: flex;
}

.reviews {
    width: 32px !important;
}

.review-section {
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.review-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    /* box-shadow: 0px 8px 24px -3px rgba(16, 24, 40, 0.1); */
    box-shadow: 0px 8px 24px 0px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 20px 10px;
}

.owl-dots .active {
    background-color: #ada6a6 !important;
    background-color: #000 !important;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #7c64644f !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    padding: 0;
}

#Carousel2 .owl-stage {
    padding: 0px 10px;
}

#Carousel2 .owl-stage-outer {
    height: 200px;
    padding: 10px;
}