/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/



body {
    font-family: "Raleway", sans-serif;
    color: #fff;
    overflow-x: hidden;
    background: #fff;
}

a {
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

p {
    line-height: 1.7;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

ul {
    list-style: none;
    font-family: "Raleway", sans-serif;
    padding: 0;
    margin: 0;
}

.sticky-icon.show {
    display: none;
}

.sticky-icon {
    z-index: 999;
    position: fixed;
    bottom: 1rem;
    right: 8px;
    display: flex;
    flex-direction: column;
    transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
    display: none;
    background: #D1A04Dab;
    box-shadow: 0 0 3px 3px #0000003b;
    padding: 10px 0;
    border-radius: 50px;
    border: 3px solid #D1A04D;
}

.sticky-icon.inView {
    transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
}
.grecaptcha-badge {
    bottom: 120px !important;
    z-index: 99;
}
.sticky-icon a {
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none !important;
    text-transform: capitalize;
    padding: 10px;
    font-size: 16px;
    color: #c21512;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sticky-icon a:hover span {
    font-size: 16px;
    margin-top: 15px;
}

.sticky-icon a span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.5s;
    color: #202020;
    font-size: 0;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.sticky-icon a i {
    background-color: #202020;
    width: 40px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s;
}


.sticky-icon a:hover {
    color: #fff;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #D1A04D;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 15px;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #202020;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 15px;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #202020;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 40px;
    height: 5px;
    line-height: 0;
    border: none;
    background-color: #01224e75;
    transition: all ease 0.4s;
    position: relative;
}

ul.slick-dots li {
    display: block;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

li.slick-active button {
    background-color: #D1A04D;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    text-transform: uppercase;
}

.section-title h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #D1A04D;
    height: 2px;
    width: 45px;
    transform: translate(0%, -50%);
}

.section-title h3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: #D1A04D;
    height: 2px;
    width: 45px;
    transform: translate(0%, -50%);
}

.section-title h1,
.section-title h2 {
    font-size: 45px;
    position: relative;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 0;
}

.section-title p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.our-btn-gold {
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #D1A04D;
    padding: 12px 30px;
    color: #D1A04D;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s;
}

.our-btn-gold:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.9;
}

.our-btn-gold:hover {
    background: #D1A04D;
    color: #000000;
    border-color: #D1A04D;
}

.our-btn-black {
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    padding: 12px 30px;
    color: #000;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s;
}

.our-btn-black:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.9;
}

.our-btn-black:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.btn-black {
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    padding: 12px 30px;
    color: #fff;
    background-color: #000000;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s;
}

.btn-black:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.9;
}

.btn-black:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.our-btn-white {
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    padding: 12px 30px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s;
}

.our-btn-white:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.9;
}

.our-btn-white:hover {
    background: #D1A04D;
    color: #000000;
    border-color: #D1A04D;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 1024;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background: #D1A04D;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #202020;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(252, 201, 90, 0.2), 0 0 0 0 rgba(252, 201, 90, 0.2), 0 0 0 5px rgba(252, 201, 90, 0.2), 0 0 0 10px rgba(252, 201, 90, 0.2);
        box-shadow: 0 4px 10px rgba(252, 201, 90, 0.2), 0 0 0 0 rgba(252, 201, 90, 0.2), 0 0 0 5px rgba(252, 201, 90, 0.2), 0 0 0 10px rgba(252, 201, 90, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(252, 201, 90, 0.2), 0 0 0 5px rgba(252, 201, 90, 0.2), 0 0 0 10px rgba(252, 201, 90, 0.2), 0 0 0 20px rgba(252, 201, 90, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(252, 201, 90, 0.2), 0 0 0 10px rgba(252, 201, 90, 0.2), 0 0 0 20px rgba(252, 201, 90, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(252, 201, 90, 0.2), 0 0 0 0 rgba(252, 201, 90, 0.2), 0 0 0 5px rgba(252, 201, 90, 0.2), 0 0 0 10px rgba(252, 201, 90, 0.2);
        box-shadow: 0 4px 10px rgba(252, 201, 90, 0.2), 0 0 0 0 rgba(252, 201, 90, 0.2), 0 0 0 5px rgba(252, 201, 90, 0.2), 0 0 0 10px rgba(252, 201, 90, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(252, 201, 90, 0.2), 0 0 0 5px rgba(252, 201, 90, 0.2), 0 0 0 10px rgba(252, 201, 90, 0.2), 0 0 0 20px rgba(252, 201, 90, 0);
        box-shadow: 0 4px 10px rgba(252, 201, 90, 0.2), 0 0 0 5px rgba(252, 201, 90, 0.2), 0 0 0 10px rgba(252, 201, 90, 0.2), 0 0 0 20px rgba(252, 201, 90, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}













/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 11px #0000003d;
    z-index: 9999;
    background: #0e5631;
    padding-block: 35px;
    transition: all 0.5s;
}

.header.sticky .burger-icon span {
    background: #ededed;
}

.header.sticky .logo_bx a {
    transform: none;
    position: relative;
}

.header.sticky .logo_bx a img {
    transition: all 0.5s;
    max-width: 110px;
}

.header {
    z-index: 9;
    position: absolute;
    padding-block: 95px;
    top: 0px;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.home .header {
    top: -100px;
}

.home .header.sticky {
    top: -51px;
}

header.header.sticky .top_head_sec {
    display: none;
}



.top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    position: relative;
}

.left_bx,
.right_bx {
    flex: 0 0 42%;
}

.bottom_head {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
    border-top: 1px solid #2a3b8c3b;
    padding-top: 15px;
}


.right_bx ul li:last-child a {
    font-size: 14px !important;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #D1A04D;
    padding: 12px 18px !important;
    color: #000;
    background-color: #D1A04D;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(209, 160, 77, 0.7);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(209, 160, 77, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(209, 160, 77, 0);
    }
}

.right_bx ul li:nth-child(2) a img {
    display: none;
}

.right_bx ul li:last-child a:hover {
    color: #D1A04D;
    border-color: #D1A04D;
    background-color: transparent;
}

.right_bx ul li:last-child a::after {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.9;
}

.right_bx ul li:last-child a img {
    width: 30px;
}

.right_bx ul li:last-child a:hover img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(57%) saturate(409%) hue-rotate(359deg) brightness(99%) contrast(90%);
}

.logo_bx {
    text-align: left;
    position: absolute;
    top: 0;
    max-width: 188px;
    left: 50%;
    transform: translate(-50%, 36px);
}

ul.social-area {
    display: flex;
    align-items: center;
}

a.logo img {
    transition: all 0.5s;
    max-width: 180px;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    gap: 25px;
}

.right_btn a.common-btn {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1270px) {
	.btn_bx {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
    .navbar {
        padding: 0;
        margin: 0;
        position: inherit;
    }

    .left_bx .navbar ul {
        justify-content: flex-end;
        width: 100%;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap:25px;
        width: 100%;
        justify-content: space-between !important;
    }

    .navbar li:not(.mega-parent) {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 0;
        position: initial;
    }

    .navbar a:not(.mega-item),
    .navbar a:not(.mega-item):focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        transition: 0.3s;
        position: relative;
        letter-spacing: 1px;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>anot(.mega-parent):before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:not(.mega-item):hover:before,
    .navbar li:hover>a:not(.mega-item):before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }
	.navbar ul li:nth-child(3) a img {
		display: none;
	}
    .navbar a:not(.mega-item):hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a:not(.mega-item) {
        color: #D1A04D;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }

    .banner-img {
        top: 150%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

@media (max-width:1279px) and (min-width: 1200px) {

    .left_bx .navbar ul,
    .right_bx .navbar ul {
        gap: 0;

    }

    .left_bx .navbar ul li a,
    .right_bx .navbar ul li a {
        font-size: 14px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        color: #fff;
    }

    .logo_bx {

        transform: translate(-66%, 50px);
    }

    .inner-header a.logo img {
        max-width: 107px;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {


    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #222428;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

}

/*--------------------------------------------------------------
 # Video banner Css
--------------------------------------------------------------*/
.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
}

.banner-video {
    position: relative;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

/* Overlay */
.video-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.15) 30%,
            rgba(0, 0, 0, 0.40) 60%,
            rgba(0, 0, 0, 0.80) 100%);
    z-index: 1;
}

/* Content */
.video-banner .content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
    margin-inline: auto;
    max-width: 960px;
    color: #fff;
}

.video-banner:before {
    content: '';
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 30%;
    left: 0;
    display: inline-block;
    z-index: 1;
}

.subtitle {
    display: inline-block;
    color: #000000;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
    background: #d1a04d;
    padding: 0 15px;
    font-weight: 600;
}

.video-banner .content-box h1 {
    color: #fff;
    font-size: 35px;
    line-height: 1.2;
}

.video-banner .content-box h1 span {
    color: #fff;
}







.social-fixed {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-fixed a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.social-fixed a:hover {
    transform: translateX(-6px) scale(1.08);
}

.facebook {
    background: #1877F2;
}

.instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.linkedin {
    background: #0A66C2;
}

.youtube {
    background: #FF0000;
}

/* Mobile */
@media (max-width: 767px) {
    .social-fixed {
        right: 10px;
    }

    .social-fixed a {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
	.copyright-text {
		max-width: 75%;
		margin-inline: auto;
	}
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    display: block;
    font-weight: 500;
    padding: 15px 15px;
}

.side_bar_menu ul li a:hover {
    background: #D1A04D;
    color: #fff;

}

.side_bar_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side_inner_menu {
    flex: 0 0 calc(33.33% - 30px);
}

.side_bar_menu ul li {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 33.333%;
}

.side_bar_menu ul li:last-child {
    margin-bottom: 0;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.inner-content {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgb(0 73 144 / 25%);
    text-align: left;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #D1A04D;
    border-color: #D1A04D;
}

.side-bar.header-one {
    background-color: #ffffff;
}

.side-bar button:hover {
    background-color: #D1A04D;
    border-color: #D1A04D;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #D1A04D;
    padding: 6px;
    border: 1px solid #D1A04D;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: '';
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}

.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;

}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}



.side_bar_cn {
    margin-bottom: 25px;
    text-align: center;
}

.side_bar_address {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgb(0 73 144 / 25%);
}

.side_bar_address h3,
.side_inner_menu h3 {
    margin-bottom: 0;
    font-size: 22px;
    color: #D1A04D;
    text-transform: capitalize;
}

.side_bar_phone {
    flex: 0 0 30%;
}

.side_bar_address a {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}

.side_bar_address a i {
    color: #D1A04D;
    padding-right: 10px;
}

.side_bar_address p {
    margin: 0;
    text-align-last: left;
}


/*--------------------------------------------------------------
# Video banner Section
--------------------------------------------------------------*/
.video_ban {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.video_ban video {
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.video_ban .container {
    position: relative;
    z-index: 2;
}

.video_ban .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.banner-main {
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
}

/* .banner-image:before {
    background: #506686e0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
} */
/* .banner-main:after {
    content: '';
    background-image: url('../../assets/images/6536.jpg');
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
} */
.ban_head {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 1050px;
    margin-inline: auto;
}

.ban_head h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    text-transform: uppercase;
}

.ban_head h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #D1A04D;
    height: 2px;
    width: 45px;
    transform: translate(0%, -50%);
}

.ban_head h3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: #D1A04D;
    height: 2px;
    width: 45px;
    transform: translate(0%, -50%);
}

.ban_head h1,
.ban_head h2 {
    color: #ffffff;
    font-size: 35px;
    margin: 25px 0;
    text-transform: capitalize;
    transition: transform 500ms ease, opacity 500ms ease;
    transition-delay: 0s, 0s;
    transform: translateX(200px);
}

.banner-main .slick-slide.slick-current .ban_head h1,
.banner-main .slick-slide.slick-current .ban_head h2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}




.ban_head h3 {
    transition: transform 500ms ease, opacity 500ms ease;
    transition-delay: 0s, 0s;
    transform: translateX(200px);
}

.banner-main .slick-slide.slick-current .ban_head h3 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.ban_head a {
    transition: transform 500ms ease, opacity 500ms ease;
    transition-delay: 0s, 0s;
    transform: translateY(50px);
    margin-top: 25px;
}

.banner-main .slick-slide.slick-current .ban_head a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

.ban_head.text-white h1 {
    color: #fff;
}

.ban_head p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.ban_head h1 span,
.ban_head h2 span {
    color: #000000;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 span {
    background-position: right bottom;
}


.banner-main ul.slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 4px;
    left: 0;
    width: 100%;
}

.banner-main .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 40px;
    height: 5px;
    line-height: 0;
    border: none;
    background-color: #ffffff75;
    transition: all ease 0.4s;
    position: relative;
}

.banner-main li.slick-active button {
    background-color: #D1A04D;
}

.banner-slide {
    display: block !important;
    position: relative;
    overflow: hidden;
}

.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image:after {
    content: '';
    background: rgb(0 0 0 / 60%);
    position: absolute;
    bottom: 0;
    top: auto;
    height: 100%;
    width: 100%;
}

.banner-text {
    width: 100%;
    position: absolute;
    top: 89%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}

.ban-right {
    margin-left: -250px;
    position: relative;
}

.banner-main .banner-image:after {
    content: '';
    position: absolute;
    top: 0;
    height: 25%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.banner-main .banner-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    height: 52%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.banner-slider .slick-slide {
    padding: 0;
}

.banner-main .ban-image-right img {
    width: 100%;
    object-fit: cover;
}

.ban-image-right {
    position: relative;
}

.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-main .slick-list {
    overflow: visible;
}

/*--------------------------------------------------------------
	Banner Bottom Section css
--------------------------------------------------------------*/
.section-title.text-white h2 {
    color: #ffffff;
}

.ban_bottom_form {
    background: rgb(0 0 0 / 88%);
    padding: 25px;
    z-index: 1;
    position: relative;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.form-control {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    height: 50px;
    font-size: 16px;
}

.form_btn {
    text-align: right;
}

.ban_bottom_form h3 {
    color: #fff;
    font-size: 42px;
}

.ban_bottom_form p {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

.form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.ban_bottom_form button.common-btn.white-btn {
    padding: 8px 24px;
    border: none;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.parallax-section {
    background-size: cover;
    background-repeat: repeat;
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

.about-section-2 .section-title h3 {
    color: #000;
}

.about-cn-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-section-2 {
    position: relative;
}

.about-right-img .about-cn-img {
    margin-top: 20px;
}

.about-right-img {
    height: 230px;
    position: absolute;
    bottom: 0;
}

.about-cn-img img {
    height: 100%;
    object-fit: cover;
}

.about-right-img img {
    border-radius: 15px 15px 15px 15px;
    height: 100%;
    object-fit: cover;
    transform: translate(-70px, 0px);
    bottom: 0;
}

.about-section-2 .container {
    position: relative;
    z-index: 1;
}


.ab-cn-new {
    position: relative;
    text-align: center;
}

.ab-cn-new .section-title h2 span {
    color: #D1A04D;
}

.ab-cn-new .section-title h2 {
    margin-top: 20px;
}

.ab-cn-new h5 {
    max-width: 860px;
    margin-inline: auto;
    font-size: 22px;
    font-style: normal;
    line-height: 1.75;
    margin-top: 25px;
    color: #000000;
}

.ab-cn-new p {
    color: #000000;
    max-width: 850px;
    margin-inline: auto;
    font-size: 18px;
}

.ab-img-box {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.ab-img-box .ab-img-1,
.ab-img-box .ab-img-2,
.ab-img-box .ab-img-3 {
    height: 400px;
}

.ab-img-box .ab-img-1 img,
.ab-img-box .ab-img-2 img,
.ab-img-box .ab-img-3 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ab-img-2 {
    margin-top: 80px;
}

.ab-img-bottom {
    margin-top: 80px;
    text-align: center;
}

.ab-img-bottom p {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.ab-img-bottom h3 {
    font-size: 150px;
    margin: 0;
    color: #D1A04D;
    -webkit-text-stroke: 1px #D1A04D;
    -webkit-text-fill-color: transparent;
    margin-top: -40px;
}

.quality-img {
    text-align: center;
}

.quality-img img {
    max-width: 80%;
    margin-inline: auto;
}

.quality-section {
    /*background: #000000;
     background-image: url(../../assets/images/parallax.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; */
    position: relative;
    z-index: 1;
}

/* .quality-img img {
    height: 100%;
} */

.quality-text {
    text-transform: none;
    text-align: left;
    margin: 0 auto;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.quality-text h3 {
    font-size: 60px;
    font-family: 'Satisfy', cursive;
    font-weight: 400;
    color: #000;
    margin: 0;
}







/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/
.testimonials-new {
    position: relative;
    background: #000000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.testimonials-new:before {
    content: '';
    background: #1c1d1e;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.testimonials-new .container {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}


.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    max-width: 85%;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
}

.testimonials-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
    padding: 0;
}

.testimonials-new .section-title {
    margin-bottom: 40px;
}

.testimonials-new .slick-arrow.slick-prev {
    left: 0;
}

.quotes_img img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(57%) saturate(487%) hue-rotate(343deg) brightness(103%) contrast(98%);
}

.divider_img {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.divider_img img {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(76%) sepia(57%) saturate(487%) hue-rotate(343deg) brightness(103%) contrast(98%);
}

.testimonials-new .slick-arrow.slick-next {
    right: 0;
}

.testimonials-new .slick-arrow {
    top: 32%;
}

.testimonials-slider .slick-slide {
    opacity: .3;
}

.testimonials-slider .slick-slide.slick-current {
    opacity: 1;
}

.goggle-img {
    background: rgb(254 231 213 / 55%);
    border-radius: 0;
    padding: 15px;
    width: 65px;
    height: 65px;
}

.testimonials-box-author {
    text-align: center;
}

.testimonials-auther-content h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #D1A04D;
}

.testimonials-body {
    margin-bottom: 0;
}

.testimonials-new .pbmit-featured-wrapper {
    width: 80px
}

.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonials-new .testimonials-auther-content {
    margin-left: 0;
}

/* .testimonials-new  .slick-list {
    padding: 0 120px !important; 
    overflow: visible !important;
} */
.testimonials-new p {
    font-size: 25px;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    color: #ffff;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
    color: #eab923;
}

.testimonials-new .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 500 !important;
    font-style: italic !important;
    letter-spacing: -.25px
}

.testimonials-new.testimonials-inner-new .testimonials-item {
    max-width: 100%;
    padding: 0;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4c000047;
}

.testimonials-new.testimonials-inner-new p {
    text-align: left;
}

.testimonials-new.testimonials-inner-new .divider_img {
    text-align: left;
}

.testimonials-new.testimonials-inner-new .testimonials-auther-content h3 {
    text-align: left;
}


/*--------------------------------------------------------------
	blog Section new
--------------------------------------------------------------*/
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-section .section-title {
    margin-bottom: 50px;
}

.blog-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.blog-cn {
    margin-top: 15px;
}

.blog-cn h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 25px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 20px;
}

.blog-cn p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    display: none;
}

.blog-cn a.text-link {
    color: #D1A04D;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    padding-bottom: 5px;
}

a.text-link:before {
    content: '';
    position: absolute;
    width: 75%;
    background: transparent;
    height: 4px;
    bottom: 0;
    left: 0;
    border-block: 1px solid #D1A04D;
    margin-inline: auto;
    right: 0;
}

.blog-cn a.text-link i {
    margin-left: 5px;
}

.blog-cn {
    margin-top: 15px;
    text-align: center;
}











.lines {
    position: fixed;
    overflow: hidden;
    width: 90vw;
    height: 100vh;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(155 143 143 / 19%);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(2) {
    opacity: 0;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 150px;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #ffd900 75%, #ffd900 100%);
    -webkit-animation: run 5s 0s infinite;
    animation: run 5s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

@-webkit-keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 100%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 100%;
    }
}

/*--------------------------------------------------------------
 # Gallery top
--------------------------------------------------------------*/
.gallery-section {
    background: #fff;
}

.gallery-section .section-title h3 {
    color: #000000;
}

.gallery-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.gallery-img-bx img {
    height: auto !important;
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
    text-align: center;
    border-radius: 5px;
}

.gallery-section .container {
    max-width: 1800px;
    padding: 0 50px;
}

.gallery-img-bx {
    overflow: hidden;
    position: relative;
    border-radius: 0;
}

.gallery-img-bx img {
    transition: all 0.5s;
}

.gallery-img-bx:hover img {
    transform: scale(1.3);
}




.catering-section {
    position: relative;
    background: #202020;
    overflow: visible;
}

.catering-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* .catering-section:after {
    content: '';
    background-image: url('../../assets/images/catering.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    z-index: 0;
    margin: auto;
} */
/* .catering-section:before {
    content: '';
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    opacity: 1;
} */
.catering-image {
    position: absolute;
    width: 100%;
    max-width: 50%;
    top: 0;
    height: 100%;
    z-index: 1;
}

.catering-section .container {
    position: relative;
    z-index: 1;
}

.catering-bx {
    padding-left: 70px;
    margin-left: auto;
    max-width: 50%;
}

.catering-head p {
    margin-top: 25px;
    font-size: 18px;
}

.catering-head ul {
    margin-top: 25px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: space-between;
}

.catering-head ul li {
    color: #D1A04D;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
    padding-left: 25px;
    position: relative;
    flex: 0 0 calc(50% - 30px);
}

.catering-head ul li:before {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 6px;
    background: linear-gradient(#202020, #202020) padding-box, linear-gradient(to right, #D1A04D, #c87300) border-box;
    border-radius: 50em;
    border: 3px double transparent;
}

/* .catering-head ul li:after {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 24%;
    background: linear-gradient(#202020, #202020) padding-box, linear-gradient(to right, #D1A04D, #c87300) border-box;
    border-radius: 50em;
    border: 2px double transparent;
}  */
.catering-section .section-title {
    margin-bottom: 0;
}





a.text-link {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.press-body a.text-link:before {
    content: '';
    position: absolute;
    width: 75%;
    background: transparent;
    height: 4px;
    bottom: 0;
    left: 0;
    border-block: 1px solid #D1A04D;
    right: 0;
    margin: 0;
}

.press-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.press-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.5;
    color: #D1A04D;
}

.press-card p {
    font-size: 18px;
    margin-top: 15px;
    border-top: 1px solid #D1A04D73;
    padding-top: 15px;
}


.press-section {
    /*  background-image: url('../../assets/images/press.jpg');
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    /*    background-attachment: fixed;
    background-position: center; */
    background: #000000;
}
}

/* .press-section:before {
    content: '';
    background: #1c1d1e;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
} */
.press-head {
    max-width: 950px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.press-head p {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

.press-head p a {
    color: #fff;
    font-size: 30px;
}


.heath-text h3 {
    text-align: center;
    font-size: 5rem;
    font-family: 'Satisfy', cursive;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 1;
    max-width: 60%;
}







.menu-section {
    background: #000000;
}

.menu-title-bx {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.menu-title-bx h3 {
    color: #D1A04D;
    font-size: 18px;
}

.menu-title-bx h4 {
    font-size: 25px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 0;
    color: #ffffff;
}

.menu-item {
    margin: 0 5px 40px 5px;
}


/* .menu-title-bx h4::before {
    content: "";
    width: 43px;
    height: 20px;
    background: url('../../assets/images/line-2.svg') center center no-repeat;
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 50%;
    margin-top: -10px;
    transition: all 600ms ease-in-out;
}
.menu-title-bx h4::after {
    content: "";
    width: 43px;
    height: 20px;
    background: url('../../assets/images/line-2.svg') center center no-repeat;
    position: absolute;
    right: 0%;
    opacity: 1;
    top: 50%;
    margin-top: -10px;
    transition: all 600ms ease-in-out;
} */
.menu-item .top_price_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    border-bottom: 4px double #D1A04D26;
    padding-bottom: 6px;
}

.menu-item .top_price_line .price_title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 15px;
}

/* .menu-item .top_price_line .separator {
    flex: 1;
    height: 9px;
    background: url('../../assets/images/line-1.svg') left center repeat-x;
} */
.menu-item .top_price_line .price_number {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #D1A04D;
    margin-left: 10px;
}

.menu-item .description {
    line-height: 24px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.menu-bx {
    padding: 0 15px;
}

/*--------------------------------------------------------------
 # contact top
--------------------------------------------------------------*/
.contact-section {
    position: relative;
    background: #000000;
    background-image: url(https://www.mitrandadhabany.com/wp-content/uploads/2026/07/image-572-scaled.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0 20px;
}

.contact-section:before {
    content: '';
    background: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.80;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-ic {
    border: 3px dotted #D1A04D;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-inline: auto;
}

.contact-section .btn_bx {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 50px;
}

.contact-cta {
    text-align: center;
}

.contact-ic img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(77%) sepia(40%) saturate(639%) hue-rotate(346deg) brightness(102%) contrast(103%);
    max-height: 48px;
}

.cta-text h4 {
    color: #D1A04D;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
}

.cta-text h5 {
    color: #D1A04D;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}

.cta-text p,
.cta-text span,
.cta-text a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.location-bx {
    height: 400px;
}

.location-section {
    background: #e2e2e2;
}

.location-section .section-title h3 {
    color: #000000;
}

/*--------------------------------------------------------------
# reserve Section
--------------------------------------------------------------*/
.reserve-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.reserve_cn .section-title h2 {
    font-size: 35px;
}

.reserve_cn {
    text-align: center;
}

.reserve_cn .section-title {
    margin-bottom: 30px;
}

.cursive_text p {
    font-family: "Mrs Saint Delafield", cursive;
    color: #000000;
    font-size: 55px;
    line-height: 39px;
    font-weight: 400;
}

.cursive_text {
    margin: 50px 0;
}

.pattern-img {
    max-width: 17%;
    margin-inline: auto;
    margin-bottom: 25px;
}

/* .pattern-img img {
    filter: invert(1);
} */
/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.footer-section {
    padding: 100px 0;
    margin-top: 0;
    position: relative;
    background: #202020;
    /*     background-image: url(../../assets/images/l1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; */
}

/* .footer-section:before {
    content: '';
    background: #1c1d1e;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
} */
.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-socail .social-area {
    padding: 0;
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    gap: 15px;
}

.footer-socail .social-area li {
    list-style: none;
    color: #fff;
    margin: 0;
    flex: 0;
    padding: 0;
}

.footer-socail {
    margin-top: 50px;
}

ul.social-area li a {
    color: #D1A04D;
    background: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px double #D1A04D;
    font-size: 20px;
    margin-bottom: 0;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid#D1A04D;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #202020;
}

.footer-social-icon a:hover {
    color: #fff;
    border: 1px solid#D1A04D;
    background-color: #202020;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-socail .social-area li a:hover {
    background: #D1A04D;
    border: 1px solid #D1A04D;
    color: #000000;
}

.footer-logo-bx {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(252 201 90 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    border-top: 1px solid rgb(252 201 90 / 20%);
}

.footer_logo {
    text-align: center;
    padding-bottom: 50px;
}

.footer_logo img {
    text-align: center;
}

.copyright-area {
    padding: 16px 0;
    border-top: 1px solid rgb(252 201 90 / 18%);
    z-index: 1;
    position: relative;
}

.copyright-text p {
    margin: 0;
    font-size: 18px;
    color: #D1A04D;
    text-align: center;
}

.copyright-text p a {
    color: #D1A04D;
}






/*--------------------------------------------------------------
 # Inner Banner
--------------------------------------------------------------*/



.inner-banner {
    position: relative;
    display: grid;
    place-items: center;
    grid-template-areas: "stacked";
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 230px;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-content .banner-title>* {
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    font-size: 45px;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
}

.overlay-dark::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background: hsl(0deg 0% 0% / 45.88%);
}

.banner-title {
    text-align: center;
}

.contact-us-inner {
    background: #ffffff;
}

.reach-us {
    display: grid;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

.reach-us li {
    padding: 25px;
    color: black;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
    gap: 30px;
    flex: 0 0 calc(33.33% - 25px);
    flex-direction: column;
    position: relative;
    transition: all 0.5s;
    border: 1px solid #eee;
    text-align: center;
}

/* .reach-us li:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 7px;
    background: #fef5e0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    transition: all 0.5s;
} */
.reach-us li:hover::after {
    background: #202020;
}

.reach-us li:hover .reach-icon {
    background-color: #202020;
    color: #ffffff;
}

.reach-cn p {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-family: sans-serif;
}

.reach-cn p a {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.reach-us li:not(:last-child) {
    margin-bottom: 0;
}

.reach-us li .reach-icon {
    max-width: 85px;
    display: inline-block;
    width: 85px;
}

.reach-us li h3 {
    font-weight: 600;
    font-size: 22px;
    color: #0e5631;
    text-transform: capitalize;
}

.reach-us li .reach-icon {
    width: 70px;
    aspect-ratio: 1;
    height: 70px;
    display: grid;
    place-items: center;
    background-color: #0e5631;
    color: #ffffff;
    font-size: 25px;
    transition: all 0.5s;
    margin-inline: auto;
}

.reach-us li:hover {
    background: #d1a04d;
}

.reach-us li:hover h3 {
    color: #202020;
}

.reach-us li:hover .reach-cn p,
.reach-us li:hover .reach-cn p a {
    color: #202020;
}

.reach-us li span a {
    color: #202020;
}


#contact-form textarea.form-control {
    height: auto;
}

#contact-form {
    border-radius: 0;
    padding: 30px;
    height: 100%;
    margin-inline: auto;
}

.row.row-gap {
    row-gap: 35px;
}

.map {
    height: 500px;
}

#contact-form .form-control {
    line-height: 2;
    border-radius: 0;
    border-bottom: 1px solid #000000 !important;
    color: #000000 !important;
    border: none;
}
.limit-bx span {
    font-size: 16px;
    font-weight: 500;
}

#contact-form .form-control::placeholder {
    color: #000 !important;
    text-transform: capitalize;
    font-weight: 600;
}

#contact-form .form-control:is(:focus, :focus-visible) {
    border-color: #202020;
}

ul.reach-us.reach-us-2 li {
    flex: 0 0 100%;
}

ul.reach-us.reach-us-2 {
    margin: 0;
}


.inner-header .header {
    background: #0e5631;
    position: relative;
}

.contact-form {
    position: relative;
    background: whitesmoke;
}

.contact-form .container {
    position: relative;
    z-index: 1;
}

.contact-form .section-title.text-white h2 {
    color: #000;
    margin-top: 18px;
}

.contact-form .section-title {
    margin-bottom: 50px;
}

.contact-form .section-title h3 {
    color: #000;
}

.inner-header .header.sticky {
    position: fixed;
}

.form-bottom {
    margin-top: 50px;
}




.about-1-img {
    padding-right: 50px;
}

.about-sec-1 {
    background: #fff;
}

.about-1-cn p {
    color: #000;
}

.about-sec-1 .section-title h3 {
    color: #000000;
}

.about-sec-2 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.about-2-cn {
    background: #D1A04D;
    padding: 25px;
    width: 580px;
    margin-left: auto;
    display: block;
    border-bottom: 4px solid #000;
}

.about-2-cn p {
    color: #000;
    font-weight: 600;
}

.about-2-cn .section-title h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.about-2-cn .section-title {
    margin-bottom: 20px;
}


.about-sec-3 {
    background: #f5f5f5;
    text-align: center;
}

.about-sec-3 p {
    font-size: 18px;
    color: #000;
}


.menu-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.menu-items-img {
    padding: 5px;
    background: #c68706;
}

.menu-section .container {
    max-width: 1800px;
    padding: 0 50px;
}

.menu-section .section-title h2 {
    color: #ffff;
}

.menu-section .btn_bx {
    text-align: center;
}

.banner-slider2 img {
    width: 100%;
}

.banner-slider2 img {
    width: 100%;
    padding: 5px;
    background: #c68706;
}





.inner-header a.logo img {
    transition: all 0.5s;
    max-width: 150px;
}

.inner-header .header {
    padding-block: 40px;
}

.inner-header .logo_bx {
    transform: translate(-50%, -21px);
}


.header.sticky .logo_bx {
    transform: translate(-50%, 8px);
}





.about_us_ {
    background-color: #f4f1ea;
}

.about_us_ .food_pic img {

    width: 100%;
    padding: 15px;
    max-width: 490px;
}











.about_page .left_pic {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    justify-content: center;
}

.about_page .left_pic img {
    border-radius: 10px;
    width: 100%;
    transition: 0.3s;
    max-width: 265px;
    height: 380px;
    object-fit: cover;
}

.about_page .left_pic img:hover {
    transform: scale(1.1);
}

.about_page .pic_ {
    border-radius: 10px;
    overflow: hidden;
}

.about_page .left_pic img:hover {
    outline: 2px solid #D1A04D;
    outline-offset: 2px;
}




@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.about_page .rx-rounded-circle {
    z-index: 1;
    height: 120px;
    width: 120px;
    position: absolute;
    background-color: #ed82a7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transition: 0.2s;
}

.about_page .rx-rounded-circle textPath {
    font-size: 13px;
}

.about_page .rx-rounded-circle svg,
.rx-rounded-circle img {
    fill: currentColor;
    height: auto;
    transform-origin: center;
    width: 100%;
    animation: rotateText 10s linear infinite;
    padding: 5px;
}


.about_page .rx-rounded-circle a {
    position: relative;
}

.about_page .rx-rounded-circle .inner-contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_page .rx-rounded-circle .inner-contact i {
    font-size: 24px;
    color: #ffffff;
    transform: rotate(-32deg);
}

.about_page .rx-rounded-circle svg text,
.rx-rounded-circle img text {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1.5px;
}

.about_page .rx-rounded-circle h5 {
    font-size: 10px;
    color: #ffffff;
}

.about_page .rx-about-contact {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_page .rx-about-contact .inner-contact p {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.about_page .rx-about-contact .inner-contact .rx-about-inner-box {
    margin-top: 30px;
}

.about_page .rx-about-contact .inner-contact .rx-about-inner-box .rx-about-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid #eeeeee;
    border-radius: 20px;
}

.about_page .rx-about-contact .inner-contact .rx-about-inner-box .rx-about-box h5 {
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    line-height: 0.65;
}

.about_page .rx-about-contact .inner-contact .rx-about-inner-box .rx-about-box p {
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 1.2;
}




.about_page .right_text {
    padding-right: 30px;
}






.about_page .right_text .mobile_number {
    display: flex;
    align-items: center;
    margin: 25px 0px 0px 0px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    gap: 15px;
    transition: 0.4s;
}

.about_page .right_text .section-title h2 {
    font-size: 35px;
    margin: 10px 0 5px 0;
}

.about_page .right_text .about_section .right_text .mobile_number:hover img {
    transform: scale(1.1);
}

.about_page .right_text .mobile_number img {
    transition: 0.3s;
    height: 60px;
    width: 60px;
}

.about_page .right_text .mobile_number p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.about_page .right_text .mobile_number a {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    animation: colorChange 2s infinite;


}

@keyframes colorChange {
    0% {
        color: #000;
    }

    50% {
        color: #ba3103;
    }

    100% {
        color: #ba3103;
    }
}


.about_section .right_text .mobile_number {
    display: flex;
    align-items: center;
    margin: 25px 0px 0px 0px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    gap: 15px;
    transition: 0.4s;
}

.about_section .right_text .mobile_number img {
    transition: 0.3s;
    height: 60px;
    width: 60px;
}

.about_section .right_text .mobile_number p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;

}

.about_section .right_text .mobile_number a {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    animation: colorChange 2s infinite;
}

.about_page {
    background: #f4f1ea;
}

@keyframes colorChange {
    0% {
        color: #000;
    }

    50% {
        color: #ba3103;
    }

    100% {
        color: #ba3103;
    }
}

.about_page {
    background: #fff;
}

.about_page .section-title h2 {
    color: #000;
    margin-top: 18px;
}

.about_page .block-content {
    padding-left: 2%;
}

.about_page .section-title p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
}

.about_page .btn_bx {
    margin-top: 30px;
}


.about-sec-3 .section-title h2 {
    color: #000000;
    margin-top: 0px;
}

.about-sec-3 .btn_bx {
    margin-top: 22px;
}

.about-sec-3 .section-title {
    margin-bottom: 20px;
}


.about_page .section-title h3 {

    color: #000000;
    padding: 0px;

}

.about_page img {
    width: 100%;
    border: 2px solid #D1A04D;
    padding: 5px;
    height: 460px;
    object-fit: cover;
}

.about_page .section-title h3:after {
    display: none;
}

.about_page .section-title h3::before {
    display: none;
}

.form-bx .our-btn-gold {
    border-color: #000000;
    color: #000000;

}

.contact-form .section-title h3::before {
    display: none;
}

.contact-form .section-title h3::after {
    display: none;
}

.contact-form .section-title h3 {
    padding: 0px;
}



.reservation-section {

    position: relative;

}

.reservation-section::after {
    inset: 0;
    background: #fff;
    position: absolute;
    content: '';
}

.reservation-section .container {
    position: relative;
    z-index: 77;
}

.reservation-section form {
    padding: 45px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.reservation-section form .form-title h2 {
    font-size: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}


.reservation-section ::placeholder {
    color: #000 !important;
    text-transform: capitalize !important;
}

.reservation-section form input {
    width: 100%;
    height: 50px;
    padding: 0px 14px;
    font-size: 17px;
    border: 2px solid #eee !important;
    background: transparent;
    color: #000;
    outline: unset !important;
    appearance: none !important;
}

.reservation-section .our-btn-gold {

    border-color: #000000;
    color: #000000;
}

.reservation-section form input:focus {
    outline: unset !important;

}

.reservation-section form .row {
    row-gap: 25px;
}

.reservation-section textarea.form-control {
    height: 85px;
    border: 2px solid #eee !important;
    padding-top: 11px;
}

.reservation-section .btn_bx {
    margin-top: 0px;
}

.top-head-section p {
    color: #000;
}

.top-head-section p {
    color: #000;
    width: 100%;
    max-width: 94%;
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: initial;
}

section.top-head-section {
    padding: 60px 0px;
    background: whitesmoke;
}

.top-head-section .section-title {
    margin-bottom: 10px;
}

.parallax {
    height: auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax .inner-bx {
    background: #fff;
    width: 100%;
    color: #000;
    padding: 30px;
    max-width: 700px;
    margin-left: auto;
    display: block;
    border-bottom: 4px solid #000000;
    background: #D1A04D;
}

.parallax .inner-bx p {
    font-weight: 600;
}

.pickup-section {
    padding: 60px 0px;
    text-align: center;
    background: #f8f8f8;
}

.pickup-section .section-title {
    margin-bottom: 18px;
}

.pickup-section .btn_bx {
    margin-top: 32px;
}


.food-section .img-bx img {
    height: 450px;
    width: 100%;
    object-fit: cover;

}

.food-section .text-bx {
    color: #000;
}


#menu-section .nav-pills .tab-content>.active {
    display: block;
    color: #000 !important;
}

div#pills-home {
    color: #000;
}

.tab-pane {
    color: #000 !important;
}

#pills-profile-tab {
    border-radius: 0px;
    background: transparent;
    text-transform: uppercase;
    background: #D1A04D;
    color: #000 !important;
}

#menu-section .nav-pills .nav-link {
    background: 0 0;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 9px 29px;
    color: #000 !important;
    font-weight: 600;
    font-size: 16px;
    background: transparent !important;
}

ul#pills-tab {
    gap: 10px;
    margin: 10px 0px 10px 0px;
}

.radio-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border: 2px solid #000;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: lowercase;
    margin-bottom: 9px;
}

#menu-section .nav-pills .nav-link.active {
    background: #D1A04D !important;
}

.food-section .section-title {
    margin-bottom: 10px;
}

.food-section .row {
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    gap: 0em;
    flex-wrap: nowrap;
    padding: 0;
}

.food-section .text-bx {
    color: #000;
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 2%;
}

.food-section .text-bx p {
    font-size: 18px;
}

.about-sec-3 {
    background: #D1A04D !important;
}

.map iframe {
    height: 350px;
}

.map {
    height: 350px;
}


.menu-section .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 40px;
    height: 5px;
    line-height: 0;
    border: none;
    background-color: #ffffff75;
    transition: all ease 0.4s;
    position: relative;
}

.menu-section li.slick-active button {
    background-color: #D1A04D;
}

.pa-section {
    background-image: url('https://www.mitrandadhabany.com/wp-content/uploads/2026/07/111.jpg');

    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.pa-section .bx {
    background: #0e5631;
    padding: 25px;
    color: #000;
    font-size: 18px;
    text-align: left;
    backdrop-filter: blur(1px);
}

.food-section .section-title h2 {
    margin-bottom: 0;
    margin-top: 0px;
}

.contact-img-bx img {
    height: 490px;
    width: 100%;
    object-fit: cover;
}



.contact-form .first-row {
    border: 1px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    align-items: center;
    background: #ffff;
}

.reservation-section .text-bx p {
    font-size: 18px;
    color: #000;
}

.reservation-section .form-bx {
    background: #fff;
    border: 4px solid #D1A04D;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 100%;
    display: grid;
    place-content: center;
    height: 100%;
    padding: 15px 0px 15px 0px;
}

.new-message p {
    color: #ea0000 !important;
    border: 1px solid #ea0000;
    padding: 15px;
    width: 100%;
    margin-top: 40px;
}

.reservation-section .text-bx {
    position: relative;
}

.reservation-section .text-bx::after {
    position: absolute;
    content: '';
    background-image: url('https://www.mitrandadhabany.com/wp-content/uploads/2026/07/logo.png');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 280px;
    width: 280px;
    background-size: 100%;
    z-index: -1;
    opacity: 0.1;
}

.menu-section2 .menu-pic img {
    border: 3px solid #D1A04D;
    outline: 3px solid #D1A04D;
    outline-offset: 3px;
    width: 100%;
    max-width: 100%;
}


.menu-section2 .row {
    row-gap: 3rem;
}

/* .parallax-container {
    overflow: hidden;
    margin-inline: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
}
.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateZ(0);
    will-change: transform;
    opacity: 0.1;
    right: 0;
    margin-inline: auto;
} */
.head-section .text p {
    color: #000;
    font-size: 18px;
}

.catering-servies {
    background-color: #f2f2f2;
    position: relative;
    z-index: 7;
}

.catering-servies .slider-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catering-servies .card-title-bx {
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 10px 10px;
    border-radius: 0px;
    transition: all 0.4s;
    box-shadow: rgb(252 201 90 / 10%) 0px 8px 24px;
    left: 0px;
    height: unset;
    background: #000000;
}

/* .catering-servies .card-title-bx::after {
    height: 240px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    content: '';
    top: -150px;
    left: 0;
} */


.catering-servies .slide-bx {
    position: relative;
}

.catering-servies .card-title-bx h2 {
    position: absolute;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    z-index: 777;
    color: #fff;
    text-transform: capitalize;
    top: 0px;
}

.catering-servies .section-title {
    margin-bottom: 35px;
}

.catering-servies {
    background-color: #f2f2f2;

}


.head-section2 .section-title {
    margin-bottom: 10px;
}

.catering-servies .slick-dots {
    margin-top: 25px;
}












.catering-request form {
    padding: 40px;
    background: #fff;
    border: 2px solid #D1A04D;
    border-radius: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.catering-request input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 0px;
    padding: 15px;
    border: 1px solid #cfcdcd;
}

.catering-request form h2 {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    font-size: 40px;
    margin-top: 0px;
}

.catering-request .section-title {
    margin-bottom: 37px;
}

.catering-request form .row {
    row-gap: 30px;
}

.catering-request form .row select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 0px;
    padding: 15px;
    color: #000 !important;
    height: auto !important;
    border: 1px solid #cfcdcd;
    -webkit-appearance: auto;
    -moz-appearance: initial;
    appearance: auto;
}

.catering-request form .row textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 0px;
    padding: 15px;
    border: 1px solid #cfcdcd;
    min-height: 85px;
}

.catering-request form .row ::placeholder {
    text-transform: capitalize;
    color: #000 !important;
}


#menu-section .nav-link {
    border-radius: 4px;
    color: #000;
    user-select: none;
    background-color: transparent;
    min-width: max-content;
    padding-bottom: 8px;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

#menu-section .tab-content {
    border: 2rem solid #fff;
    border-image: url("https://www.mitrandadhabany.com/wp-content/uploads/2026/07/menu-frame.png");
    border-image-slice: 88;
    border-image-repeat: round;
    padding: 15px;
}

#menu-section #pills-tab {
    gap: 5px;
    margin: 0px;
    justify-content: center;
}

#menu-section .section-title h1 {
    text-align: center;
    margin: 0;
}

#menu-section .tab-content .menu-box {
    display: flex;
    gap: 1em;
    background: transparent;
    padding: 15px;
    border: 1px solid #dfdfdfdf;
    border-radius: 10px;
    transition: 0.2S;
    justify-content: space-between;
    height: 100%;
}

#menu-section .tab-content .row {
    row-gap: 32px;
    justify-content: center;
}

#menu-section .tab-content .menu-box h4 {
    font-size: 22px;
    margin: 0;
}

#menu-section .tab-content .menu-box p {
    font-size: 16px;
    margin: 0px;
}

#menu-section .tab-content .menu-box .price-bx span {
    background: #0e5631;
    padding: 1px 10px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

/* Tab animation */
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-pane {
    animation: fadeInSlide 0.5s ease-in-out;
}

.catering-servies .food-pic img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.catering-request {
    background: #f2f2f2;
}

.catering-servies .food-card-bx {
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}

.catering-servies .food-card-bx:hover {
    transform: translateY(-10px);
}

.catering-servies .food-name {
    position: relative;
    bottom: 59px;
    width: 100%;
    text-align: center;
    z-index: 77;
}

.catering-servies .food-name h2 {
    color: #fff;
    position: relative;
    z-index: 777;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 0px;
}

.catering-servies .food-name::after {
    height: 240px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    content: '';
    left: 0;
    bottom: -30px;
}

.catering-servies2 .events-list li a {
    color: #000;
}

.catering-servies2 .events-list li {
    padding: 0px 0px 0px 44px;
    width: 25.333333%;
    font-size: 18px;
    font-weight: 600;
    transition: 0.2s;
    color: #000;
    z-index: 8;
    transition: 0.2s;
    position: relative;
}

.catering-servies2 .events-list li::after {
    content: '';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 17px;
    width: 0px;
    height: 0px;
    top: 7px;
    color: #000000;
    background: #D1A04D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    outline: 2px solid #D1A04D;
    outline-offset: 2px;
    padding: 7px;
    transition: 0.5s;
    border-radius: 50%;
}

.catering-servies2 .events-list li:hover::after {
    color: #fff;
    outline: 2px solid #000;
    background: #000;
}


/* .catering-servies2 .events-list li::before {
    height: 100%;
    width: 0%;
    background-color: #D1A04D;
    z-index: -7;
    position: absolute;
    content: '';
    top: 0;
    transition: 0.5s;
    right: 0;
} */

.catering-servies2 .events-list li:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}

.catering-servies2 .events-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
    column-gap: 20px;
}

.catering-servies .section-title {
    margin-bottom: 50px;
}

.catering-servies .section-title h2 {
    margin: 0px;
}

.catering-servies2 .section-title h2 {
    margin: 0px;
}

.catering-servies2 .section-title {
    margin-bottom: 50px;
}

.custom-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.limit-bx, .char_msg {
    display: flex;
    justify-content: space-between;
    color: #000;
    flex-wrap: wrap;
}

.limit-bx i {
    font-style: normal;
    font-weight: 500;
}

.contact-img-bx {
    height: 100%;
}

.contact-img-bx img {
    height: 100%;
}

.error {
    width: 100%;
    display: inline-block;
    background: red;
    color: #fff !important;
    padding: 0 2px;
}

.g-recaptcha {
    max-height: 60px;
}



.top-bar {
    display: none;
}






.inquire-now-form {
    background: #000000;
    background-image: url("https://www.mitrandadhabany.com/wp-content/uploads/2026/07/6564.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inquire-now-form form .section-title {
    margin-bottom: 15px;
    text-align: center;
}
.menu-bx .section-title h2 {
    font-size: 34px;
    text-align: center;
}
.inquire-now-form #contact-form .form-control {
    line-height: 2;
    border-radius: 0;
    border-bottom: 1px solid #000000 !important;
    color: #000000 !important;
    border: none;
}

.inquire-now-form form {
    padding: 30px;
    background: #ffffffed;
    border: 5px solid #0e5631;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    max-width: 645px;
    margin: auto;
    outline: 5px solid rgb(14 86 49 / 44%);
    color: #000;
}

.inquire-now-form .form-group {
    margin-bottom: 30px;
}

.inquire-now-form p#slot-message {
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #0e5631;
}

.inquire-now-form form textarea::placeholder,
.inquire-now-form form input::placeholder {
    text-transform: capitalize;
	color: #000 !important; 
}

.section-title p a {
    color: #000000;
    font-weight: 600;
    display: inline-block;
}

span.error {
    background-color: red;
    color: #fff;
    display: block;
    padding: 0 5px;
    font-size: 16px;
    width: 100%;
}

.g-recaptcha {
    max-height: 60px;
}



.reserve-banner .tab-content .tab-pane.active,
#reservation .tab-content .tab-pane.active {
    margin-bottom: 10px;
}

#home-menu-section {
    background: #0e5631;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#home-menu-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(252, 201, 90, 0.06), transparent 55%);
    pointer-events: none;
}

#home-menu-section .hm-title {
    text-align: center;
    margin-bottom: 12px;
}

#home-menu-section .hm-title span {
    display: inline-block;
    color: #fcc95a;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#home-menu-section .hm-title h2 {
    color: #fff;
    font-size: 40px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 0;
}

#home-menu-section .hm-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    border-bottom: 2px solid #fcc95a;
}

#home-menu-section .hm-subtext {
    color: #bdbdbd;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 40px;
    font-size: 16px;
}

#home-menu-section .nav-pills {
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border: 0;
}

#home-menu-section .nav-pills .nav-link {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(252, 201, 90, 0.35);
    border-radius: 50em;
    padding: 9px 22px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

#home-menu-section .nav-pills .nav-link:hover {
    border-color: #fcc95a;
    color: #fcc95a;
}

#home-menu-section .nav-pills .nav-link.active {
    background: linear-gradient(to right, #fcc95a, #c87300) !important;
    border-color: transparent;
    color: #202020 !important;
    font-weight: 600;
}

#home-menu-section .hm-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 30px 0;
    transition: transform 0.25s ease;
    min-height: 114px;
}
#home-menu-section .hm-item:hover {
    transform: translateX(6px);
}

#home-menu-section .hm-item h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    transition: color 0.25s ease;
}

#home-menu-section .hm-item:hover h4 {
    color: #fcc95a;
}

#home-menu-section .hm-item small {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-top: 4px;
}

#home-menu-section .hm-dots {
    flex: 1;
    border-bottom: 1px dotted rgba(252, 201, 90, 0.4);
    transform: translateY(-4px);
}

#home-menu-section .hm-price {
    color: #fcc95a;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

#home-menu-section .hm-cta {
    text-align: center;
    margin-top: 48px;
}

#home-menu-section .hm-cta a {
    display: inline-block;
    background: linear-gradient(to right, #fcc95a, #c87300);
    color: #202020;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 40px;
    border-radius: 50em;
    text-decoration: none;
    transition: all 0.3s ease;
}

#home-menu-section .hm-cta a:hover {
    box-shadow: 0 8px 24px rgba(252, 201, 90, 0.35);
    transform: translateY(-2px);
}
.th-text {
    max-width: 550px;
    margin-inline: auto;
}
.thank-you-sec {
    padding: 150px 0;
}
@media (max-width: 1024px) {
	.contact-section{
		background-attachment:inherit;
	}
	.catering-head ul li {
		font-size: 18px;
	}
	.catering-bx {
		padding-left: 25px;
	}
}
@media (max-width: 767px) {
	.thank-you-sec {
		padding: 75px 0;
	}
    #home-menu-section {
        padding: 56px 0;
    }

    #home-menu-section .hm-title h2 {
        font-size: 30px;
    }

    #home-menu-section .nav-pills .nav-link {
        padding: 7px 16px;
        font-size: 13px;
    }
	.social-fixed{
		display:none;
	}
}






.cus-date-reservation-from ul#pills-tab {
    gap: 15px;
}

.cus-date-reservation-from ul.nav.nav-pills li.nav-item button.nav-link.active {
    background: #0e5631;
    border-bottom: none;
    color: #fff;
}

.cus-date-reservation-from .tab-content .tab-pane.active,
.cus-date-reservation-from .tab-content .tab-pane.active {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cus-date-reservation-from .tab-content .tab-pane.active,
.cus-date-reservation-from .tab-content .tab-pane.active {
    margin-bottom: 10px;
}

.cus-date-reservation-from ul.nav.nav-pills li.nav-item button.nav-link {
    background: #fff;
    color: #000000;
    opacity: 1;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
}

.cus-date-reservation-from label.radio-button{
    display: inline-block;
    padding: 5px 7px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border: 1px solid #0e5631;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    border-radius: 0;
    text-transform: lowercase;
    margin-bottom: 0;
}

.cus-date-reservation-from .time_picker,
.cus-date-reservation-from .time_picker {
    display: none;
}

.cus-date-reservation-from .tab-content input[type="radio"]:checked+label.radio-button {
    background: #0e5631;
    color: #fff;
}
#menu-section .section-title p {
    text-transform: uppercase;
    font-family: sans-serif;
}








































.capcha_bx1 {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}

.galler-section .grid-bx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.galler-section .grid-bx img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0px;
    outline: 2px solid #D1A04D;
    outline-offset: 2px;
}

.policy-text-bx h2 {
    font-size: 30px;
    background: #ffffff;
    padding: 8px 20px;
    margin: 22px 0px 22px 0px;
    color: #000000;
    border-left: 4px solid #D1A04D !important;
    border: 1px solid #eee;
}


.policy-text-bx a {
    color: #0e5631;
    font-weight: 600;
    padding: 0 3px;
}

.policy-text-bx a:hover {
    color: #000;

}

.policy-text-bx strong {
    padding: 0 3px;
}

.th-text .section-title {
    margin-bottom: 10px;
}

.page-template-templates .lines {
    display: none;
}

.home .lines {
    display: block;
}

.page-id-99 .lines {
    display: none !important;
}

.page-id-104 .lines {
    display: none !important;

}

.date-icon {
    position: relative;
}

.date-icon::after {
    position: absolute;
    content: '\f073';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 5px;
    font-size: 22px;
    right: 26px;
    color: #000;
    top: 14px;
    -webkit-appearance: auto;
    -moz-appearance: initial;
    appearance: auto;
    pointer-events: none;
}

.for-mobile.our-btn-gold {
    background-color: #D1A04D;
    border-color: #D1A04D;
    color: #000
}

.for-mobile.our-btn-gold:hover {
    color: #D1A04D;
    border-color: #D1A04D;
    background-color: transparent;
}

.for-mobile {
    display: none;
}

.policy-text-bx b {
    padding: 0 3px;
}

.policy-text-bx p {
    margin: 15px 0px 15px 0px;
}

.policy-text-bx h1 {
    text-align: center;
    text-transform: capitalize;
    margin: 0px 0px 30px 0px;
    font-size: 35px;
}

.list-style li {
    position: relative;
    color: #000;
    margin: 10px 0px 10px 0px;
    padding: 0 0 0 28px;
    font-weight: 500;
}



.list-style li::after {
    height: 12px;
    width: 12px;
    position: absolute;
    content: '';
    background: #D1A04D;
    outline: 2px solid #D1A04D;
    left: 3px;
    top: 7px;
    outline-offset: 2px;
    border-radius: 50%;
}

.food-section .text-bx p {
    margin-bottom: 5px;
}


.list-style2 li::after {
    background: #D1A04D;
    outline: 2px solid #D1A04D;
}

.list-style2 li {
    color: #fff;
}

.pa-section .section-title {
    margin-bottom: 20px;
}

.pa-section .section-title h2 {

    margin-top: 0px;
    color: #fff;
    margin-bottom: 0;
}

.pickup-section .text-bx li {
    color: #000;
    margin: 5px 0px 5px 0px;
}

.pickup-section .section-title h2 {
    margin-bottom: 0;
    margin-top: 0px;
}

.reservation-section .section-title {
    margin-bottom: 10px;
}

.reservation-section .section-title h2 {
    margin-top: 0px;
    margin-bottom: 0;
}

.head-section {
    color: #000;
}

.head-section .section-title {
    margin-bottom: 10px;
}

.head-section .section-title h2 {
    margin-top: 0px;
    margin-bottom: 0;
}

.catering-servies .card-title-bx p {
    text-align: center;
    margin: 4px 0px 0px 0px;
    font-size: 16px;
    text-transform: capitalize;
}

.working-day li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

ul.working-day {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
ul.working-day span:nth-child(2){
	text-transform: uppercase;
}
.working-day li span:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #D1A04D;
    letter-spacing: 0px;
    /* width: 35%; */
}

.cta-text a:hover {
    cursor: pointer;
}

.message-container {
    margin: auto auto 45px auto;
    padding: 22px;
    text-align: center;
    color: #dc0519;
    border: 2px dotted #dc0519;
    width: calc(100% - 5%);
}

.message-container p {
    font-size: 15px;
    margin: 0px;
    color: #dc0519;
}



#menu-section {
    padding: 60px 0px 100px;
}

.box2 {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}

.christmas-top-bar~header#header {
    padding-top: 211px;
}

.christmas-top-bar~header#header .logo_bx {
    transform: translate(-50%, 147px);
}

header#header.sticky {
    padding-bottom: 35px;
    padding-top: 35px;
}

.christmas-top-bar~header#header.sticky .logo_bx {
    transform: translate(-50%, 8px);
}

body:not(.home) .christmas-top-bar~header#header {
    padding-top: 40px;
}

body:not(.home) .christmas-top-bar~header#header .logo_bx {
    transform: translate(-50%, 0px);
}

.dark_bg {
    background-color: #202020;
}

section.dark_bg .message-container {
    background-color: #000;
}

#menu-section.dark_bg .nav-link {
    color: #fff !important;
}

#menu-section.dark_bg .nav-link.active {
    color: #000 !important;
}

#menu-section.dark_bg .section-title h2 {
    color: #D1A04D;
}

#menu-section.dark_bg .tab-content {
    padding: 0;
    background-image: none;
    border: none;
}

#menu-section.dark_bg .tab-content .menu-box {
    border-color: #202020;
    background-color: #202020;
    padding: 0;
}

#menu-section.dark_bg .tab-content .menu-box h4 {
    color: #fff;
}

#menu-section.dark_bg .tab-content .menu-box p {
    color: #fff;
}


@media (max-width: 1270px) {
	.quality-text {
		text-align: center;
	}
	#home-menu-section .hm-item {
		min-height: auto;
	}
    .quality-text h3 {
        font-size: 45px !important;
    }
	.video-banner:before{
		display:none;
	}
    .custom-row {
        flex-direction: column;
        gap: 14px;
    }

    .limit-bx i {
        font-size: 14px;
    }

    .parallax-section {

        background-attachment: scroll;
    }

    .reach-us li {
        flex: 0 0 calc(50.33% - 25px) !important;

    }

    .reach-us {

        justify-content: center;
    }

    #menu-section #pills-tab {
        display: flex !important;

    }

    .header {
        background: #0e5631;
        padding-block: 10px;
        position: unset;
    }

    .left_bx,
    .right_bx {
        display: none;
    }

    .logo_bx {
        text-align: left;
        position: unset;
        max-width: 150px;
        transform: unset;
    }

    .lines {
        display: none;
    }

    a.logo img {
        max-width: 90px;
    }

    /* 
    .mob-menu-header-holder {
        z-index: 7 !important;
    } */

    .mob-menu-right-bg-holder {
        background: #1e1e1e;
    }


    .top-bar-mobile {
        display: block !important;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        background: #D1A04D;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    #mobmenuright a {
        padding: 10px 15px !important;
        color: #fff !important;
        font-size: 15px !important;
        text-transform: capitalize !important;
        border-bottom: 1px solid #eeeeee24;
        font-family: "Raleway", sans-serif !important;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #000 !important;
        height: 40px;
        width: 40px;
        background: #D1A04D;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenur-container i {
        color: #000000 !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mob-expand-submenu {
        position: relative;
        right: 0px;
        float: right;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        border-radius: 50%;
    }

    .mob-expand-submenu i {
        font-size: 16px !important;
        color: #fff !important;
    }









    .banner-main .banner-image:after {
        display: none;
    }

    .banner-main .banner-image:before {
        display: none;
    }

    .banner-text {

        background: #0000009e;
        max-width: 850px;
        padding: 15px;
    }

    section {
        padding: 60px 0;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .ab-cn-new .section-title h2 {
        margin-top: 5px;
    }

    .section-title h2 {
        font-size: 30px;
        margin: 15px 0px 10px 0px;
    }

    .section-title h3 {
        font-size: 18px;

    }

    .ab-cn-new h5 {
        max-width: 100%;
        font-size: 18px;
        margin-top: 5px;
    }

    .about-section-2 .section-title {
        margin-bottom: 5px;
    }


    .btn_bx {
        margin-top: 20px;
    }

    .quality-text h3 {
        font-size: 55px;

    }

    .heath-text h3 {
        font-size: 55px;
        max-width: 100%;
    }

    .header.sticky {
        position: unset;

    }












    .top-bar {
        display: block;
    }

    .top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        background: #D1A04D;
        height: 50px;
        width: 50px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }



    .top-bar .contact-bx {
        padding: 10px 0px;
        text-transform: capitalize;
        background: #D1A04D;
    }

    .top-bar .contact-bx+.contact-bx {
        border: 1px solid #D1A04D;
        background: #202020;
    }

    .top-bar .contact-bx a {
        color: #000;
        font-weight: 500;
        font-family: sans-serif;
    }



    .top-bar .contact-bx:nth-child(2) a {
        color: #fff;
        /* Change this to your desiwhite color */
    }


    .inner-header .header {
        position: unset !important;
        padding-block: 10px;
    }


    .hide-mobile {
        display: none;
    }

    .quality-section .col-lg-6 {
        width: 100%;
        text-align: center;
        margin: unset !important;
    }

    .quality-text h3 {
        gap: 15px;
        justify-content: center;
        display: flex;
    }

    .header,
    .christmas-top-bar~header#header {
        padding-block: 10px;
    }

    .christmas-top-bar~header#header .logo_bx,
    body:not(.home) .christmas-top-bar~header#header .logo_bx {
        transform: unset;
    }

    body:not(.home) .christmas-top-bar~header#header {
        padding-top: 10px;
    }
}






@media (max-width: 1024px) {
    .birthday-features {
        padding: 0;
        background-attachment: inherit !important;
    }
	.for-mobile {
        display: block !important;
    }
	.logo_bx {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		margin-right: 80px;
	}
}

@media (max-width: 991px) {
	.home .lines {
		display: none;
	}
	.reach-us {
		grid-template-columns: 1fr;
	}
    .birthday-features {
        padding: 0;
        background-attachment: inherit;
    }

    .video-banner {
        height: auto;
        overflow: visible;
    }

    .banner-video {
        height: auto;
    }

    .video-banner .overlay {
        display: none;
    }

    .video-banner .content-box h1 {
        font-size: 24px;
    }

    .video-banner .content-box {
        position: relative;
        bottom: 0;
        z-index: 2;
        margin-inline: auto;
        max-width: 100%;
        color: #fff;
        background: #0e5631;
        padding: 15px;
    }

    .content-box {
        bottom: 30px;
    }

    .content-box h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {

    .section-title h1,
    .section-title h2 {
        font-size: 25px;
    }

    .content-box {
        bottom: 20px;
    }

    .content-box h1 {
        font-size: 32px;
    }

    .banner-video {
        object-position: 60% bottom;
    }
}


@media (max-width: 991px) {
    .rating-block h2 {
        font-size: 30px !important;
    }

    .rating-block {
        width: calc(100% - 25%) !important;
    }

    /* .list-style li {
        margin: 10px 0px 10px 0px;
        padding: 0 0 0 0px;
    }

    .about_page .list-style li:after {
        display: none;
    } */


    #menu-section .nav-link {
        width: max-content;
    }

    .galler-section .grid-bx {
        grid-template-columns: 1fr 1fr;
    }

    .food-section .text-bx p {
        font-size: 16px;

    }

    .pa-section .bx {
        padding: 25px;
    }

    .pa-section .bx {
        font-size: 16px;

    }

    .food-section .text-bx {

        padding-left: 0;
        padding-right: 0;
    }


    .food-section .row {

        flex-direction: column;
        row-gap: 25px;
        padding: 15px;
    }

    .reach-us li {
        padding: 20px;
        gap: 20px;
        flex: 0 0 100% !important;
        flex-direction: column;

    }

    .reach-us li h3 {
        font-size: 22px;
    }

    .reach-cn p {
        font-size: 16px;

    }
    .reach-us li .reach-icon {
        font-size: 20px;
    }

    #contact-form {
        padding: 15px;
    }

    .custom-row {

        flex-direction: column;
        gap: 1em;
    }

    .capcha_bx1 {
        flex-direction: column;
        gap: 1em;
    }

    .catering-request form h2 {

        font-size: 30px;
    }

    .catering-request form {
        padding: 25px;
    }

    .catering-servies2 .events-list li {
        width: 45.333333%;
    }

    .catering-servies .section-title {
        margin-bottom: 25px;
    }

    #menu-section .tab-content {
        border: 1px solid #D1A04D;
        outline: 1px solid #D1A04D;
    }

    #menu-section .section-title h1 {
        text-align: center;
        margin: 0 0 30px 0px;
    }

    #menu-section #pills-tab {
        display: flex !important;
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: start;
    }

    .about_page {
        text-align: left;
    }

    .page-template-about section {
        padding: 35px 0px;
    }

    .ban_head h1,
    .ban_head h2 {
        font-size: 25px;
        margin: 5px 0;
    }

    .contact-section {
        padding: 40px 0;
    }

    .contact-section .btn_bx {

        margin-top: 25px;
    }

    .footer-socail .social-area {
        margin-bottom: 25px;
    }

    .contact-ic img {

        max-height: 35px;
    }

    .ban_head {

        max-width: 100%;
    }

    .contact-ic {
        width: 80px;
        height: 80px;
        border-radius: 100px;

    }

    .contact-cta .row {
        row-gap: 40px;
    }

    section {
        padding: 50px 0;
    }

    .contact-section:before {
        background: #000000eb;

    }

    .gallery-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .quality-text h3 {
        font-size: 40px;
        text-align: center;
        margin-top: 55px;
    }

    .catering-image {
        position: unset;
        width: 100%;
        max-width: 100%;
        display: none;
        height: 100%;
    }

    .catering-bx {
        padding-left: 0px;
        margin-left: auto;
        max-width: 100%;
    }

    .reservation-section .row {
        row-gap: 2rem;
        text-align: left;
    }

    .reservation-section .text-bx::after {
        display: none;
    }

    .reservation-section .text-bx p {
        font-size: 16px;
    }

    .new-message p {
        padding: 10px;
        margin-top: 10px;
    }

    .quality-text h3 {
        margin-top: 0px !important;
    }

    .quality-text h3 {
        display: flex;
        flex-wrap: wrap;
    }
}



#sb_instagram {
    padding-block: 100px !important;
    background: #fff;
    position: relative;
    z-index: 9;
}

#sb_instagram .sb_instagram_header {
    text-align: center;
    max-width: fit-content;
    margin-inline: auto;
    padding: 0 !important;
    margin-bottom: 1rem !important;
}

#sb_instagram .sb_instagram_header h3 {
    font-size: clamp(28px, 2vw + 0.55rem, 45px) !important;
    font-size: clamp(28px, 2dvw + 0.55rem, 45px) !important;
    position: relative;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 0;
}

#sb_instagram .sb_instagram_header p {
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.top_bar_head h6 {
    margin: 0;
    font-weight: 700;
}

.top_bar_head {
    background-color: #D1A04D;
    color: #000;
    text-align: center;
    padding: 10px 0 30px;
    font-weight: 800;
    display: none;
}

.cte_service {
    background-color: #f8f8f8;
    padding: 40px 0;
}

.cte_service p.text-center {
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
}

.catering-servies2.cte_service .events-list li {
    background: transparent;
    font-size: 16px;
    width: 30.333333%;
}

.catering-servies2.cte_service .events-list li::after {
    top: 4px;
}

.venu_sec .list-style {
    display: flex;
    flex-wrap: wrap;
}

.venu_sec .list-style li {
    width: 35%;
    font-weight: 600;
}

.cta_btn p {
    color: #000;
}

.page-id-457 .pa-section .events-list li {
    color: #fff;
}

.page-id-457 .pa-section {
    background-image: url("https://www.mitrandadhabany.com/wp-content/uploads/2026/07/ddsw.jpg");
}

.page-id-457 .pa-section .bx {
    backdrop-filter: blur(9px);
}

.page-id-483 .pa-section .events-list li {
    color: #fff;
}

.page-id-483 .pa-section {
    background-image: url("https://www.mitrandadhabany.com/wp-content/uploads/2026/07/ddsw.jpg");
}

.page-id-483 .pa-section .bx {
    backdrop-filter: blur(9px);
}

.page-id-483 .about_page img {
    object-position: top;
}


.mobile-image {
    display: none;
}


@media (max-width: 1366px) {
    .page-id-457 .about_page img {
        height: 549px;
    }

    .page-id-483 .about_page img {
        height: 549px;
    }

    .catering-servies2.cte_service .events-list li {
        width: 33.333333%;
    }

    .catering-servies2 .events-list {
        column-gap: 0px;
    }

    .pa-section .bx {
        padding: 22px;
    }

    .navbar ul {
        gap: 28px;
    }

}

@media (max-width: 1270px) {
    #sb_instagram {
        padding-block: 60px !important;
    }

    .top_bar_head {
        display: none;
    }

}

@media only screen and (max-width: 1199.5px) {
    .inner-header .logo_bx {
        transform: unset;
    }

}

@media (max-width: 1279px) and (min-width: 1201px) {
    .inner-header .logo_bx {
        transform: translate(-66%, 12px);
    }

    .inner-header a.logo img {
        max-width: 124px;
    }

    .navbar a {
        padding: 10px 16px;
    }

    .left_bx .navbar ul {
        justify-content: flex-start;
    }

    .header.sticky .logo_bx {
        transform: translate(-82%, 19px);
    }
}

@media (max-width: 991px) {
    #sb_instagram {
        padding-block: 50px !important;
    }
}

@media (max-width: 575.98px) {
	.mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
		height: 45px;
		width: 45px;
	}
    #sb_instagram#sb_instagram #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram {
        padding-block: 35px !important;
    }

    #sb_instagram .sb_instagram_header .sbi_header_text {
        padding-inline: 1rem;
        flex-direction: column;
    }

    #sb_instagram .sb_instagram_header .sbi_header_text h3 {
        margin-inline: auto;
    }

    .page-id-457 .about_page img {
        height: auto;
    }

    .catering-servies2.cte_service .events-list li {
        width: 63.333333%;
    }

    .venu_sec .list-style li {
        width: 50%;
    }

    .pickup-section {
        padding: 30px 0px;
    }

    .party_hl_bx .col-lg-6 img {
        display: none;
    }

    .pa-section .section-title.text-center {
        text-align: left !important;
    }

    .catering-servies2.cte_service .events-list li {
        text-align: left;
        width: 100%;
        padding-left: 25px;
    }

    .pa-section .events-list {
        justify-content: left;
    }

    .catering-servies2.cte_service .events-list li::after {
        display: block;
        left: 3px;
    }

    .cte_service p.text-center {
        text-align: left !important;
    }

    .page-id-483 .about_page img {
        height: 100%;
    }

    .inner-header .logo_bx {
        transform: unset;
    }


    .mobile-view {
        background: #202020;
    }

    .mobile-view .bx {
        padding: 0;
    }

    .mobile-image {
        display: block;
        margin-block-start: 25px;
    }

    .mobile-image img {
        width: 100%;
        border: 1px solid #ffffff3b;
        height: 100%;
    }

    .mobile-view .bx {
        padding: 0;
        background: transparent;
    }
}


























.star-rating {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 40px;
    cursor: pointer;
}

.star-rating span {
    color: #fff;
    transition: color 0.3s;
    font-size: 35px;
    margin-top: 10px;
}

.star-rating span.hover,
.star-rating span.selected {
    color: #f5a623;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 21474;
}

.new-modal .modal-content {
    text-align: center;
    background: #fff;
    padding: 30px;
    margin: 10% auto;
    width: 100%;
    max-width: 650px;
    position: relative;
    border-radius: 0px;
    animation: zoomFadeIn 0.3s ease-out forwards;
}

.new-modal .modal-content textarea {
    width: 100%;
    height: 80px;
    margin: 0px !important;
    padding: 8px;
}

.new-modal .close-btn {
    position: absolute;
    cursor: pointer;
    background: #D1A04D;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #000;
    right: 0;
    top: 0;
}

.review-section {
    height: 100lvh;
    display: flex;
    align-items: center;
    background-image: url("https://www.mitrandadhabany.com/wp-content/uploads/2026/07/961-1.jpg");
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.review-section::before {
    inset: 0;
    position: absolute;
    content: '';
    background-color: #0000003d;
    width: 100%;
    height: 100%;
}

.rating-block {
    position: relative;
    text-align: center;
    background: #202020;
    width: calc(100% - 55%);
    padding: 25px;
    margin-inline: auto;
    outline: 2px solid #D1A04D;
    outline-offset: -10px;
}

.rating-block h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 500;
}

.rating-block p {
    margin: 0;
    padding: 5px 0px;
    text-transform: capitalize;
}

.new-modal .modal-content h3 {
    color: #000;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
}

.new-modal .modal-content p {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.new-modal .input-bx input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbcbcb;
}

.new-modal .modal-content textarea {
    width: 100%;
    height: 80px;
    margin: 10px 0;
    padding: 8px;
}

.feedback-form .row {
    row-gap: 20px;
}

.form-bottom-bx {
    display: flex;
    justify-content: space-between;
}




header#header.sticky {
    padding-bottom: 40px !important;
    padding-top: 95px !important;
}

.header.sticky .logo_bx {
    transform: translate(-50%, 65px);
}

.sticky .logo_bx {
    transform: translate(-50%, -30px) !important;
}

.set-order {
    display: grid;
}

@media (max-width: 575px) {
	
    .new-modal .close-btn {	
        height: 35px;
        width: 35px;
        font-size: 20px;
        right: -10px;
        top: -12px;
        border-radius: 50%;
    }

    .new-modal .modal-content h3 {
        font-size: 20px !important;
    }

    .new-modal .modal-content {
        padding: 20px 10px;
        margin: 55% auto;
        width: 100%;
        max-width: 364px;
    }

    .star-rating span {
        margin-top: 2px !important;
    }

    .rating-block h2 {
        font-size: 25px !important;
    }

    .rating-block {
        width: calc(100% - 5%) !important;
    }

    .review-section {
        height: 100% !important;
    }

}


.logo_bx {
    transform: translate(-50%, -55px) !important;
}


.inner-header .header {
    padding: 40px 0px !important;
}

.inner-header .logo_bx {
    transform: translate(-50%, -22px) !important;
}

.inner-header a.logo img {
    max-width: 104px;
}


.inner-header #header.sticky {
    padding: 35px 0px !important;
}


.inner-header #header.sticky .logo_bx {
    transform: translate(-50%, -30px) !important;
}




.bg-green-light {
    background: #e9f0ec;
}


.birthday-features {
    color: #000;
}

.mdd-why-choose-sec {
    position: relative;
    overflow: hidden;
}

.mdd-why-choose-sec .container {
    position: relative;
    z-index: 2;
}

.mdd-feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 28px;
    text-align: center;
    height: 100%;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    border-top: 4px solid transparent;
}

.mdd-feature-card:hover {
    transform: translateY(-10px);
    border-color: #0e5631;
}

.mdd-feature-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 25px;
    background: #0e5631;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: .3s;
}

.mdd-why-choose-sec {
    color: #000;
}

.mdd-feature-card:hover .mdd-feature-icon {
    transform: rotateY(180deg);
}

.mdd-feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mdd-feature-card p {
    margin: 0;
    line-height: 1.7;
    font-weight: 600;
}



.birthday-features {
    background-attachment: fixed;
    background-image: url("https://www.mitrandadhabany.com/wp-content/uploads/2026/07/image-576-1-1.jpg");
    position: relative;
    background-position: center;
    background-size: cover;
}

.birthday-features:before {
    content: '';
    inset: 0;
    position: absolute;

    background: linear-gradient(90deg,
            rgba(0, 0, 0, .88) 0%,
            rgba(0, 0, 0, .75) 40%,
            rgba(0, 0, 0, .35) 70%,
            rgba(0, 0, 0, 0) 100%);
    padding: 100px 0;
}

.birthday-features .overlay {
    position: relative;
    z-index: 1;
}

.content-box {
    max-width: 560px;
    color: #fff;
}

.birthday-features .content-box h2 {
    margin-bottom: 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0px;
    color: #ffc107;
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .birthday-features .overlay {
        padding: 70px 0;
        background: rgba(0, 0, 0, .75);
    }

    .content-box {
        max-width: 100%;
    }

    .content-box h2 {
        font-size: 30px;
    }

    .feature-list li {
        font-size: 16px;
    }
}

.cta-box {
    margin: auto;
    text-align: center;
    color: #000;
    max-width: 880px;
}

.cta-box h2 {
    color: #000;
    margin-bottom: 10px;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 35px;
}


/* Parent */
.mega-parent {
    position: relative;
}

.mega-parent>a {
    display: block;
    padding: 18px 15px;
}

/* Mega Menu */

.mega-menu {
    color: #000;
    position: absolute;
    left: 0;
    top: 60px;
    max-width: 900px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .35s;
    z-index: 999;
    right: 0;
    margin-inline: auto;
}

.mega-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 295px;
    /* adjust position */
    width: 24px;
    height: 24px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -3px 8px rgba(0, 0, 0, .04);
    border-radius: 3px;
}

.mega-parent:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Left Side */

.mega-left {
    width: 35%;
    background: #fafafa;
    padding: 20px;
    border-right: 1px solid #eee;
}

.mega-item {
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .3s;
}

.mega-item:hover,
.mega-item.active {
    background: #0e5631;
    color: #fff;
}

/* Right Side */

.mega-preview {
    width: 65%;
    padding: 25px;
}

.mega-preview img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: .35s;
}

.preview-content {
    margin-top: 20px;
}

.preview-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}

.preview-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.preview-content a {
    display: inline-block;
    padding: 12px 28px;
    background: #0e5631;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: .3s;
}

.preview-content a:hover {
    background: #111;
}

/* Responsive */

@media (max-width:991px) {
	.quality-text {
		text-align: center;
	}
    .mega-menu {
        width: 100%;
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
    }

    .mega-left,
    .mega-preview {
        width: 100%;
    }

    .mega-preview {
        padding-top: 0;
    }

    .mega-preview img {
        height: 220px;
    }
}



















@media (min-width: 1400px) {
    .mega-menu::before {
        right: 260px;
    }
}



@media (max-width: 1366px) {
    .left_bx .navbar ul {
        justify-content: start;
        width: 100%;
        gap: 35px !important;
        justify-content: start !important;
    }

    .logo_bx {
        left: 48%;
    }

    .right_bx ul {
        gap: 14px;
    }
}

@media (max-width: 1280px) {
    .left_bx .navbar ul {
        justify-content: start;
        width: 100%;
    }

    .logo_bx {
        left: 49%;
    }
}

@media (max-width: 1230px) {
    .logo_bx {
        transform: translate(-61%, 138px) !important;
    }
}

@media (max-width: 1270px) {
    .header {
        padding-block: 10px !important;
    }

    .logo_bx {
        transform: unset !important;
    }

    .top-bar {
        order: -1;
    }

    .top_bar_head {
        background: #D1A04D !important;
    }

    .top_bar_head h6 {
        color: #000 !important;
    }

    .ticket-section-block p {
        font-size: 16px;
    }

    .ticket-section-block {
        padding: 5px 0px;
    }

    .ticket-section-block {
        order: -1;
    }

    .top_bar_head.d-block.d-xl-none.pb-2 {
        display: block !important;
    }

    .ticket-section-block p {
        font-size: 16px !important;
    }

    .ticket-section-block {
        padding: 5px 0px !important;
    }

    .inner-header #header {
        padding: 15px 0px !important;
    }

    .inner-header #header .logo_bx {
        transform: unset !important;
    }
}

@media (max-width: 575px) {
    .ticket-section-block p {
        font-size: 15px !important;
    }
}

.navbar ul li a[href*="testimonials"] img {
    display: none;
}

.page-id-268 .galler-section .grid-bx {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
}

.page-id-268 .galler-section .container {
    width: 100%;
    max-width: 1493px;
}

.page-id-268 .grid-bx .pic-bc:nth-child(-n+4) {
    height: auto;
}

.quality-section .quality-text p {
    color: #000;
    margin-top: 24px;
}

.quality-section .btn_bx {
    margin-top: 30px;
}

.limit-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
	#home-menu-section .hm-item {
		min-height: auto;
	}
	.mobmenur-container {
		top: 79px !important;
	}
    #menu-section {
        padding: 35px 0px;
    }

    .message-container {
        margin: 0px 0px 20px 0px;
        padding: 15px;
        width: 100%;
    }

    #menu-section .menu-bx {
        padding: 0 0px;
    }


    .message-container p {
        font-size: 15px;
    }

    .policy-text-bx .section-title {
        margin-bottom: 24px;
    }

    .policy-text-bx h1 {
        margin: 0px 0px 0px 0px;
        font-size: 25px !important;
    }

    .logo_bx {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		margin-right: 55px;
	}

    .logo_bx .our-btn-gold {
        font-size: 14px;
        padding: 11px 15px;
    }

    

    .home .lines {
        display: none !important;
    }

    .quality-text h3 {
        gap: 2px;
    }

    .galler-section .grid-bx img {
        height: 200px;
    }

    .copyright-text p {
        font-size: 16px;
    }

    .galler-section .grid-bx {
        gap: 16px;
    }

    .policy-text-bx h2 {
        font-size: 20px !important;
        margin: 22px 0px 22px 0px !important;
    }

    .pickup-section .section-title h2 br {
        display: none;
    }

    .pickup-section .btn_bx {
        margin-top: 22px;
    }

    .food-section .img-bx img {
        width: 100%;
        height: 100%;
    }

    .catering-servies2 .events-list {

        column-gap: 20px;
    }

    .head-section .text p {
        color: #000;
        font-size: 16px;
    }

    .limit-bx {
        flex-direction: column;
    }

    .catering-request form {
        padding: 15px;
    }

    .catering-request form h2 {
        font-size: 25px;
    }

    .catering-servies2 .section-title {
        margin-bottom: 30px;
    }

    .catering-servies2 .events-list li::after {
        display: none;
    }

    .catering-servies2 .events-list li {
        width: 100%;
        text-align: center;
        padding: 0;
    }


    #menu-section .tab-content .menu-box {
        padding: 15px;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    #menu-section .tab-content .menu-box h4 {
        font-size: 20px;
    }

    #menu-section .tab-content .menu-box p {
        font-size: 15px;
    }

    .logo img {
        max-width: 90px !important;
    }

    .banner-text {
        top: 50%;
    }

    .ban_head h3 {
        font-size: 15px;
        padding: 0 40px;
    }

    .banner-main .ban-image-right img {
        /*  height: 250px; */
        height: auto;
    }

    .ban_head h1,
    .ban_head h2 {
        font-size: 17px;
        margin: 5px 0;
        line-height: 25px;
    }

    .ban_head h3:after {
        display: none;
    }

    .ban_head h3::before {
        display: none;
    }

    .banner-text {
        max-width: 379px;
    }

    section {
        padding: 35px 0;
    }

    .section-title h2 {
        font-size: 25px;
        margin: 10px 0px 10px 0px;
    }

    .ab-cn-new h5 {
        font-size: 17px;
    }

    .parallax-section {
        height: 250px;
    }

    .quality-text h3 {
        font-size: 30px !important;
        margin-top: 0px;
        letter-spacing: 2px;
    }

    .section-title h3 {
        padding: 0;
    }

    .section-title h3:before {
        display: none;
    }

    .section-title h3::after {
        display: none;
    }


    .section-title h3 {
        font-size: 16px;
    }

    .menu-section .container {
        max-width: 100%;
        padding: 0 0px;
    }

    .heath-text h3 {
        font-size: 30px;
    }

    .catering-section .section-title h2 {
        margin: 5px 0px 10px 0px;
    }

    .catering-head p {
        margin-top: 10px;
        font-size: 17px;
    }

    ul.slick-dots {

        margin-top: 20px;
    }

    .catering-head ul li {
        flex: 0 0 calc(100% - 0px);
        text-align: center;
        padding: 0px;
    }

    .catering-head ul li:before {
        display: none;
    }

    .catering-section {

        text-align: center;
    }

    .gallery-section .container {
        max-width: 100%;
        padding: 0 15px;
        width: 100%;
    }

    .gallery-img-bx img {
        height: 180px;
        width: 100%;
        object-fit: cover;
        text-align: center;
        border-radius: 5px;
    }

    .gallery-images {
        gap: 10px;
    }

    .location-bx {
        height: 300px;
    }

    .contact-section .btn_bx {
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
    }

    .footer-socail {
        margin-top: 30px;
    }

    .contact-section {
        padding: 35px 0;
    }

    .call-buton .cc-calto-action-ripple {

        width: 3rem;
        height: 3rem;

    }

    .call-buton .cc-calto-action-ripple i {
        font-size: 22px;
    }

    .inner-banner {

        min-height: 150px;
    }

    .inner-banner-content .banner-title>* {
        font-size: 32px;

    }

    .about_page img {
        width: 100%;
        height: 100%;
    }
}

