/**
* Template Name: Born
* Updated: Aug 15 2024 with Bootstrap v5.3.3
* Author: The Eclick Team
* License: https://www.eclicksoftwares.com/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://www.eclicksoftwares.com/
--------------------------------------------------------------*/
@import url(../css/fontawesome.min.css);
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Gilda+Display&family=Great+Vibes&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --default-font: "Gilda Display", serif;
    --heading-font: "Gilda Display", serif;
    --nav-font: "Poppins", sans-serif;
    --small-heading-font: "Poppins", sans-serif;
    --large-extra-heading-font: "Poppins", sans-serif;
    --button-font: "Poppins", sans-serif;
    --large-heading-font: "Abril Fatface", serif;
    --ui-styling-font: "Great Vibes", cursive;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #F3DFCC;
    /* Background color for the entire website, including individual sections */
    --light-background-color: #FFFFFF;
    /* website light Background color  */
    --dark-background-color: #ED2224;
    /* website dark Background color  */
    --very-dark-background-color: #ca0f12;
    /* website very dark Background color  */
    --very-light-background-color: #FB4344;
    /* website very light Background color  */
    /* website very dark Background color  */
    --border-color: #FFFFFF;
    /* light border color  */
    --dark-border-color: #909090;
    /* dark border color  */
    --default-color: #171515;
    /* Default color used for the majority of the text content across the entire website */
    --heading-color: #000000;
    /* Color for headings, subheadings and title throughout the website */
    --accent-color: #990708;
    /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff;
    /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #312f2f;
    /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
    --nav-color: #FFFFFF;
    /* The default color of the main navmenu links */
    --nav-hover-color: #FFFFFF;
    /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #FFFFFF;
    /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #FFFFFF;
    /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #FFFFFF;
    /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #FFFFFF;
    /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
    --logo-color: #ED1B1D;
}


/* Smooth scroll */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
    scroll-behavior: smooth;
}

a {
    color: var(--default-color);
    text-decoration: none;
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
    padding: 0;
    margin: 0;
}

figure {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1440px;
}

.mainContainer {
    position: relative;
    z-index: 9;
    background-color: var(--background-color);
    overflow: hidden;
}

.overFlow {
    overflow: hidden;
}

/* ============ 
header section container 
================ */
header {
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 55px 0 0 0;
    z-index: 9;
}

/* ====== siteGroupInfo ======= */
.siteGroupInfo {
    padding: 0 0 0 0;
    margin: 0;
}

/* ====== siteGroupInfo left side humberger menu======= */
.siteGroupInfo .vanueList {
    /* position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 244px;
    background-color: var(--dark-background-color);
    transition: all 0.5s ease 0.4s;
    padding: 20px;
    z-index: 99;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-color: var(--light-background-color) var(--dark-background-color); */

    position: fixed;
    left: 0;
    right: 0;
    bottom: -500px;
    width: 100%;
    background-color: var(--dark-background-color);
    padding: 0;
    z-index: 99;
    /* overflow-y: scroll; */
    scroll-behavior: smooth;
    scrollbar-color: var(--light-background-color) var(--dark-background-color);
    height: 350px;
    transition: all 0.5s ease 0.4s;
}

.closeVanue {
    position: absolute;
    left: 0;
    top: -30px;
    right: 0;
    text-align: center;
    z-index: 9;
    font-size: 40px;
    color: #fff;
}

.closeVanue i {
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}

.siteGroupInfo .vanueList.openGroupVanue {
    bottom: 0;
    transition: all 0.5s ease 0.4s;
}

.siteGroupInfo .vanueList.openGroupVanue:before {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease 0.4s;
}

.siteGroupInfo .vanueList img {
    max-width: 100%;
    height: auto;
}

/* .siteGroupInfo .vanueList ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
} */
div:has(> .grecaptcha-badge){
	position: relative;
 	z-index: 99;
}
.siteGroupInfo .vanueList ul figure {
	  height: 140px;
	  overflow: hidden;
}

.siteGroupInfo .vanueList ul {
    padding: 0 30px;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--dark-background-color);
    position: relative;
}

.siteGroupInfo .vanueList ul li {
    display: block;
    /* border-bottom: 1px solid var(--very-light-background-color); */
    padding: 26px 0;
    width: 20%;
}

.siteGroupInfo .vanueList ul li:last-child {
    border-bottom: none;
}

.siteGroupInfo .vanueList ul li .heading {
    padding: 0 0 15px 0;
    font: 400 25px var(--default-font);
    line-height: 1.8rem;
    color: var(--nav-color);
}

.siteGroupInfo .vanueList ul li .heading span {
    display: block;
    font: 400 12px var(--default-font);
    text-transform: uppercase;
}

.siteGroupInfo .vanueList ul li .restaurantC2A {
    display: block;
    text-align: center;
}

.siteGroupInfo .vanueList ul li .restaurantC2A a {
    display: block;
    border: 1px solid var(--border-color);
    text-align: center;
    font: 600 12px var(--button-font);
    line-height: 35px;
    color: var(--nav-color);
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.7s ease 0.2s;
    margin: 20px 0 0 0;
}

.siteGroupInfo .vanueList ul li .restaurantC2A a span {
    position: relative;
    transition: all 0.7s ease 0.2s;
    color: var(--nav-color);
}

.siteGroupInfo .vanueList ul li .restaurantC2A a:hover span {
    color: var(--heading-color);
    transition: all 0.7s ease 0.2s;
}

.siteGroupInfo .vanueList ul li .restaurantC2A a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    width: 0%;
    content: "";
    transition: all 0.7s ease 0.2s;
}

.siteGroupInfo .vanueList ul li .restaurantC2A a:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--light-background-color);
    width: 100%;
    content: "";
    transition: all 0.7s ease 0.2s;
}

/* ====== siteGroupInfo left side humberger menu end======= */
.siteGroupInfo>.container {
    display: grid;
    grid-template-columns: 40% 20% 40%;
}

.groupLogo {
    text-align: center;
}

.siteGroupInfo .C2Abutton {
    text-align: right;
}

.vanueIcon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vanueIcon a {
    font: 700 14px var(--nav-font);
    line-height: 14px;
    color: var(--nav-color);
    text-transform: uppercase;
}

.toggle {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    position: relative;
    z-index: 99;
}

.responsive_btn {
    display: block !important;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    background: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.responsive_btn span {
    display: block;
    height: 2px;
    width: 38px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}

.responsive_btn span:before,
.responsive_btn span:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.responsive_btn span:before {
    top: -8px;
}

.responsive_btn span:after {
    bottom: -8px;
    width: 75%;
}

.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
    background: #fff;
}

.faClose .responsive_btn {
    pointer-events: none;
}

.faClose .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faClose .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
    width: 100%;
}

.faClose .responsive_btn span:before {
    opacity: 0;
}

/* ====== siteGroupInfo end======= */
/* ====== nav container section ======= */

header {
    transition: all 0.5s ease 0.4s;
}

header.fixedHeader {
    z-index: 99;
    margin: 0 0 0 0;
    padding: 0;
    transition: all 0.5s ease 0.4s;
    background: var(--dark-background-color);
}

header.fixedHeader nav {
    margin: 0;
    transition: all 0.5s ease 0.4s;
}

header.fixedHeader .siteGroupInfo {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.5s ease 0.4s;
}

header.fixedHeader nav figure {
    margin: 5px 0 0 0;
    transition: all 0.5s ease 0.4s;
}

header.fixedHeader nav figure a {
    text-align: center;
}

/* header.fixedHeader nav figure img{
    max-width: 50%;
    height: auto;
    transition: all 0.5s ease 0.4s;
}
header nav figure img{
    transition: all 0.5s ease 0.4s;
    max-width: 100%;
    height: auto;
} */
header nav {
    background-color: var(--dark-background-color);
    border-radius: 30px;
    display: grid;
    height: 62px;
    grid-template-columns: 40% 20% 40%;
    margin: 75px 0 0 0;
    transition: all 0.5s ease 0.4s;
}

header nav figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -29px 0 0 0;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 20px;
    margin: 0;
    list-style-type: none;
    height: 62px;
}

header nav ul li {
    padding: 0;
    margin: 0 0 0 17px;
    font: 700 14px var(--nav-font);
    line-height: 62px;
    color: var(--nav-color);
    text-transform: uppercase;
}

header nav ul li a {
    color: var(--nav-color);
}

.siteContactInfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 62px;
    padding: 0 20px 0 0;
    gap: 25px;
}

.siteContactInfo .phoneInfo,
.siteContactInfo .phoneInfo a {
    font: 600 14px var(--nav-font);
    line-height: 62px;
    color: var(--nav-color);
}

.siteContactInfo .c2ARight {
    display: flex;
}

/* ====== nav container section end======= */
/* ============ 
header section container end
================ */
/* ============ 
home Banner section 
================ */
.homeBanner {
    height: 100vh;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    position: sticky;
    top: 0;
}

.homeBanner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.homeBanner ul li {
    height: 100vh;
    padding: 0;
    margin: 0;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.homeBanner ul li:before {
    position: absolute;
    left: -10%;
    right: 0;
    bottom: 27%;
    width: 121%;
    height: 2300px;
    border-radius: 50%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.homeBanner ul li>.container {
    position: relative;
    z-index: 1;
}

.homeBanner ul li>.container article {
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
}

.homeBanner ul li>.container article h1 {
    font: 900 55px var(--large-extra-heading-font);
    line-height: 60px;
    color: var(--nav-color);
    padding: 0;
    margin: 160px 0 0 0;
}

.homeBanner ul li>.container article h1 span {
    font: 400 40px var(--ui-styling-font);
    line-height: 40px;
    color: var(--nav-color);
    display: block;
}

.homeBanner ul li>.container article h1 strong {
    font: 400 70px var(--large-heading-font);
    line-height: 75px;
    color: var(--nav-color);
    display: block;
}

.homeBanner ul li>.container article a,
.siteGroupInfo .C2Abutton a,
.siteContactInfo .c2ARight a,
.reserve_btn a {
    display: inline-block;
    border: 1px solid var(--border-color);
    background-color: var(--light-background-color);
    text-align: center;
    font: 600 14px var(--button-font);
    line-height: 50px;
    color: var(--heading-color);
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.7s ease 0.2s;
    padding: 0 40px;
    margin: 80px 0 0 0;
}

.siteGroupInfo .C2Abutton a,
.siteContactInfo .c2ARight a,
.reserve_btn a {
    margin: 0 0 0 0;
    font: 600 12px var(--button-font);
    line-height: 30px;
    color: var(--heading-color);
    padding: 0 25px;
}

.homeBanner ul li>.container article a span,
.siteGroupInfo .C2Abutton a span,
.siteContactInfo .c2ARight a span,
.reserve_btn a span {
    position: relative;
    transition: all 0.7s ease 0.2s;
    color: var(--heading-color);
}

.homeBanner ul li>.container article a:hover span,
.siteGroupInfo .C2Abutton a:hover span,
.siteContactInfo .c2ARight a:hover span,
.reserve_btn a:hover span {
    color: var(--nav-color);
    transition: all 0.7s ease 0.2s;
}

.homeBanner ul li>.container article a:before,
.siteGroupInfo .C2Abutton a:before,
.siteContactInfo .c2ARight a:before,
.reserve_btn a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    width: 0%;
    content: "";
    transition: all 0.7s ease 0.2s;
}

.homeBanner ul li>.container article a:hover:before,
.siteGroupInfo .C2Abutton a:hover:before,
.siteContactInfo .c2ARight a:hover:before,
.reserve_btn a:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dark-background-color);
    width: 100%;
    content: "";
    transition: all 0.7s ease 0.2s;
}

/* ============ 
home Banner section end 
================ */

/* ============ 
home page companyInfo 
================ */
.companyInfo {
    padding: 150px 0;
    background-color: var(--light-background-color);
    position: relative;
    z-index: 1;
}

.companyInfo aside p {
    font: 400 25px var(--default-font);
    line-height: 35px;
    color: var(--default-color);
    padding: 0 100px 0 0;
    margin: 0;
}

.companyInfo .addressSection {
    display: grid;
    gap: 30px;
    grid-template-columns: 31% 31% 38%;
}

.companyInfo .addressSection h4 {
    font: 700 14px var(--small-heading-font);
    line-height: 18px;
    color: var(--heading-color);
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.companyInfo .addressSection p {
    font: 400 18px var(--default-font);
    line-height: 25px;
    color: var(--default-color);
    padding: 15px 0 0 0;
    margin: 0;
}

.companyInfo aside a {
    display: inline-block;
    border: 1px solid var(--default-color);
    text-align: center;
    font: 600 12px var(--button-font);
    line-height: 40px;
    color: var(--default-color);
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.7s ease 0.2s;
    margin: 30px 0 0 0;
    padding: 0 35px;
}

.companyInfo aside a span {
    position: relative;
    transition: all 0.7s ease 0.2s;
    color: var(--default-color);
}

.companyInfo aside a:hover span {
    color: var(--nav-color);
    transition: all 0.7s ease 0.2s;
}

.companyInfo aside a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    width: 0%;
    content: "";
    transition: all 0.7s ease 0.2s;
}

.companyInfo aside a:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dark-background-color);
    width: 100%;
    content: "";
    transition: all 0.7s ease 0.2s;
}

/* ============ 
home page companyInfo end 
================ */
/* ============ 
home page AboutInformation
================ */
.aboutInformation {
    padding: 153px 0;
}

.aboutInformation article {
    height: 100%;
    display: flex;
    align-items: center;
}

.aboutInformation article .aboutInfoleft {
    background-color: var(--light-background-color);
    padding: 70px;
    margin: 0;
    margin: 0 -550px 0 0;
    position: relative;
    z-index: 1;
    border-left: 15px solid var(--dark-background-color);
}

.aboutInformation article .aboutInfoleft h2 {
    font: 400 15px var(--small-heading-font);
    line-height: 20px;
    color: var(--heading-color);
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.aboutInformation article .aboutInfoleft p {
    font: 400 26px var(--default-font);
    line-height: 37px;
    color: var(--default-color);
    padding: 55px 0;
    margin: 0;
}

.aboutInformation article .aboutInfoleft .C2Abutton a {
    display: inline-block;
    position: relative;
    font: 400 15px var(--small-heading-font);
    line-height: 20px;
    color: var(--heading-color);
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.aboutInformation article .aboutInfoleft .C2Abutton a:after {
    position: relative;
    left: 0;
    border-bottom: 3px solid #AF0000;
    content: "";
    display: block;
    margin: 8px 0 0 0;
}

/* ============ 
home page AboutInformation end
================ */
/* ============ 
Groups Parties
================ */
.groupsParties {
    padding: 0;
    margin: 0;
}

.groupsParties .groupsInfoContent,
.companyBox .groupsInfoContent {
    max-width: 812px;
    text-align: center;
}

.groupsParties h3,
.companyBox h3 {
    text-align: center;
    font: 400 40px var(--heading-font);
    line-height: 45px;
    color: var(--heading-color);
    padding: 0;
    margin: 0;
}

.groupsParties p,
.companyBox p {
    font: 400 20px var(--default-font);
    line-height: 35px;
    color: var(--default-color);
    padding: 30px 0 0 0;
    margin: 0;
}

.groupsParties article {
    padding: 90px 0 0 0;
}

.groupsParties .partiesList {
    padding: 0 0 133px 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
/* .groupsParties .partiesList figure{
        height: 358px;
        overflow: hidden;
}
.groupsParties .partiesList figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
} */

.groupsParties .partiesList li img {
    max-width: 100%;
    height: auto;
}

.groupsParties .partiesList li h4 {
    font: 600 22px var(--small-heading-font);
    line-height: 35px;
    color: var(--heading-color);
    padding: 30px 0 20px 0;
}

.groupsParties .partiesList li a {
    display: inline-block;
    border: 1px solid var(--dark-border-color);
    font: 400 15px var(--small-heading-font);
    line-height: 46px;
    color: var(--default-color);
    padding: 0 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out 0.4s;
}

.groupsParties .partiesList li a:hover {
    background-color: var(--light-background-color);
    transition: all 0.4s ease-in-out 0.4s;
}

/* ============ 
Groups Parties end
================ */
/* ============ 
image Gallery section
================ */
.imageGallery {
    margin: 0 -200px;
    overflow: hidden;
    position: relative;
}

.imageGallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.imageGallery ul .owl-item {
    height: 100%;
}

.imageGallery .owl-stage-outer:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: var(--background-color);
    opacity: 80%;
    content: "";
    z-index: 2;
    width: 24%;
}

.imageGallery .owl-stage-outer:after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--background-color);
    opacity: 80%;
    content: "";
    z-index: 2;
    width: 24%;
}

.imageGallery .owl-nav {
    display: flex;
    justify-content: center;
    text-align: center;
}

.imageGallery .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 15%;
}

.imageGallery .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 15%;
}

.imageGallery .owl-nav i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    background: var(--dark-background-color);
    line-height: 30px;
    border-radius: 50%;
    color: var(--surface-color);
}

/* ============ 
image Gallery section end
================ */
/* ============ 
company Box section
================ */
.companyBox {
    padding: 150px 0;
}

.boxBottom {
    padding: 180px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.boxBottom article {
    max-width: 620px;
    background-color: var(--light-background-color);
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.boxBottom article h3 {
    font: 400 70px var(--large-heading-font);
    line-height: 70px;
    color: var(--logo-color);
    padding: 0;
    margin: 0;
}

.boxBottom article h3 span {
    display: block;
    font: 400 35px var(--ui-styling-font);
    line-height: 35px;
    color: var(--default-color);
    text-transform: capitalize;
    margin: 6px 0 0 0;
}

.boxBottom article p {
    font: 400 20px var(--default-font);
    line-height: 30px;
    color: var(--default-color);
    padding: 25px 0 0 0;
    margin: 0;
    text-align: center;
}

.boxBottom article a {
    display: inline-block;
    border: 1px solid var(--default-color);
    text-align: center;
    font: 400 16px var(--button-font);
    line-height: 45px;
    color: var(--default-color);
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.7s ease 0.2s;
    margin: 50px 0 0 0;
    padding: 0 40px;
}

.boxBottom article a span {
    position: relative;
    transition: all 0.7s ease 0.2s;
    color: var(--default-color);
}

.boxBottom article a:hover span {
    color: var(--nav-color);
    transition: all 0.7s ease 0.2s;
}

.boxBottom article a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    width: 0%;
    content: "";
    transition: all 0.7s ease 0.2s;
}

.boxBottom article a:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dark-background-color);
    width: 100%;
    content: "";
    transition: all 0.7s ease 0.2s;
}

/* ============ 
company Box section end
================ */


/* ============ 
footer section
================ */
footer {
    background-color: #ED2224;
    position: relative;
    z-index: 9;
    padding: 55px 0 30px 0;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px 0;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

.footer_area {
    display: grid;
    grid-template-columns: 12% 15% 20% 20% 22%;
    gap: 20px;
}

footer .footer_area .menuFooter ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

footer .footer_area .menuFooter ul li {
    width: 50%;
}

footer .footer_area .address,
footer .footer_area .address a,
footer .footer_area .menuFooter li a {
    font: 400 16px var(--default-font);
    line-height: 20px;
    color: var(--nav-color);
}

footer article {
    padding: 30px 0 0 0;
    font: 400 16px var(--default-font);
    line-height: 20px;
    color: var(--nav-color);
    text-align: center;
}

.social_media {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: left;
    gap: 7px;
    margin: 10px 0 0 0;
}

.social_media a {
    width: 25px;
    height: 25px;
    background-color: var(--light-background-color);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: var(--default-color) !important;
    font-size: 13px;
}


/* ============ 
footer section end
================ */


/* ============ 
inner_banner_Food_section_start
================ */

/* .breadcumb_section {
    display: none;
} */
.inner_banner {
    position: sticky;
    top: 0;
}

.inner_banner .background-parallax {
    position: relative;
    overflow: hidden;
    height: 70vh;
}

.inner_banner .background-parallax::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.inner_banner .banner_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;

}

.inner_banner .banner_text .heading {
    font: 400 70px "Abril Fatface", serif;
    line-height: normal;
    line-height: 80px;
    color: #fff;
    padding: 0;
    margin: 140px 0 0 0;
    display: block;
}

.inner_banner .banner_text .breadcrumb {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #fff;
    display: flex;
    gap: 4px;
}

.inner_banner .banner_text .breadcrumb a {
    font-family: "Poppins", sans-serif;
    color: #fff;
}

/* ============ 
topmenuInfo_start
================ */
.topmenuInfo {
    background: url(../images/menu.jpg) center 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
    position: relative;
    text-align: center;
}

.topmenuInfo {
    text-align: center;
}

.topmenuInfo .container h1 {
    font: 400 70px "Abril Fatface", serif;
    line-height: 70px;
    color: #fff;
    padding: 0;
    /* margin: 0 0 0 0; */
    display: block;
    margin: 0 auto;
}

.topmenuInfo .container p {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-family: "Gilda Display", serif;
    padding: 30px 80px 0 80px;
}

.topmenuInfo::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.7);
}

.topmenuInfo .container {
    position: relative;
}

.topmenuInfo .inner-page-content h1 span {
    display: block;
    font: 400 40px "Great Vibes", cursive;
    line-height: 40px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.topmenuInfo .inner-page-content p:empty {
    display: none;
}

/* ============ 
topmenuInfo_end
================ */

/* ============ 
orderMenuSection_start
================ */
.orderMenuSection {
    padding: 120px 0 100px 0;
}

.orderMenuSection article {
	background-color: #ebc4a0;
	margin: 60px 50px 0;
}

.orderMenuSection article figure {
    height: 100%;
}

.orderMenuSection article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orderMenuSection article aside .menus li span i {
    margin: 2px 0 0 0;
    font-size: 15px;
}

.orderMenuSection article aside .menus li span {
    display: flex;
    gap: 10px;
}

.orderMenuSection article aside {
    padding: 3.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.orderMenuSection article aside .custom_logo img {
    max-width: 45%;
    height: 100%;
}

.orderMenuSection article aside .custom_logo {
	position: absolute;
	right: -76px;
	top: 30px;
}

.orderMenuSection article aside .custom_logo a {
    padding: 0;
    margin: 0;
}

.orderMenuSection article aside .heading {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 0 0 25px 0;
}

.orderMenuSection article aside .menus {
    padding: 0;
    margin: 0;
}

.orderMenuSection article aside .menus ul {
    padding: 0;
}

.orderMenuSection article aside .menus li {
    padding: 15px 0;
    margin: 0 0;
    font: 400 18px "Gilda Display", serif;
    line-height: 23px;
    color: #000;
    display: grid;
    grid-template-columns: 85% 15%;
    border-bottom: 1px solid #000;
}

.orderMenuSection article aside .button a {
    border: 1px solid #000;
    border-radius: 30px;
    display: inline-block;
    color: #000;
    line-height: 38px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-top: 38px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.orderMenuSection article aside .button a::after {
    position: absolute;
    content: '';
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.7s;
}

.orderMenuSection article aside .button a:hover:after {
    position: absolute;
    background-color: #fff;
    color: #fff;
    transition: 0.7s;
    border: 1px solid #fff;
    width: 100%;
}

.orderMenuSection article aside .button a:hover span {
    position: relative;
    z-index: 1;
    color: #000;
}

.orderMenuSection article aside .menus li:last-child {
    border-bottom: none;
}

.tandc-section {
    border-top: 1px solid #000;
    padding: 60px 0;
    text-align: center;
}

.tandc-section .content {
    max-width: 1000px;
    margin: 0 auto;
}

.tandc-section .content br {
    display: none;
}

.tandc-section .heading {
    font-weight: 400;
    font-size: 2.78rem;
    line-height: 2rem;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 0 0 40px 0;
}

.button-section {
    text-align: center;
    padding: 0 0 100px 0;
}

.button-section .button a {
    border: 1px solid #000;
    border-radius: 30px;
    display: inline-block;
    color: #000;
    line-height: 38px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.7s;
}

.button-section .button a:hover {
    background-color: #fff;
}

/* ============ 
orderMenuSection_end
================ */

/* ============ 
reservationsMain_start
================ */
.reservationsMain {
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

/* .inner-page-content h1 {
    margin: 100px 0 0 0;
    font: 400 28px "Gilda Display", serif;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 100px 0;
} */

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

.reservations_content .content {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reservations_content .content ul {
    padding: 0;
    list-style: none;
}

.reservationsMain .content p,
.reservationsMain .content li,
.inner-page-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 0px 0;
}

.reservationsMain .reservation_btn a {
    display: inline-block;
    border: 1px solid var(--default-color);
    text-align: center;
    font: 400 16px var(--button-font);
    line-height: 45px;
    color: var(--default-color);
    /* border-radius: 30px; */
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.7s ease 0.2s;
    margin: 20px 0 0 0;
    padding: 0 40px;
}

.reservationsMain .inner-page-content {
    padding: 0 50px 0 0;
}

.reservationsMain .reservation_section figure {
    height: 100%;
}

.reservation_section .row:nth-child(2n) {
    margin: 100px 0 0 0;
}

.reservationsMain .reservation_btn a::after {
    position: absolute;
    content: '';
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.7s;
}

.reservationsMain .reservation_btn a:hover:after {
    position: absolute;
    background-color: #ed2224;
    color: #fff;
    transition: 0.7s;
    border: 1px solid #ed2224;
    width: 100%;
}

.reservationsMain .reservation_btn a:hover span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.reservationcontent_heading h2 span {
    display: block;
    font: 400 40px "Great Vibes", cursive;
    line-height: 40px;
    color: #000;
    padding: 0;
    margin: 0;
}

.reservationcontent_heading h2 {
    font: 400 70px "Abril Fatface", serif;
    line-height: 70px;
    color: #000;
    padding: 0;
    margin: 0 0 0 0;
    display: block;
    padding-bottom: 25px;
}

.reservation_main_heading h1 {
    font: 400 35px "Gilda Display", serif;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.reservation_section {
    padding: 100px 0 0 0;
}

/* ============ 
reservationsMain_end
================ */

/* ============ 
Function_page_start
================ */
.function_content {
    padding: 100px 0;
}

.function_content .inner-page-content h1 {
    font: 400 35px "Gilda Display", serif;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    text-align: center;
}

.function_main .function_content .inner-page-content p {
    font: 400 20px "Gilda Display", serif;
    line-height: normal;
    line-height: 35px;
    color: #000;
    max-width: 800px;
    margin: 39px auto 0 auto;
    text-align: center;
}

.food_menu article .custom_logo {
    position: absolute;
    right: 20px;
    bottom: 18px;
    max-width: 13%;
}

.food_menu article .custom_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.food_menu {
    padding: 100px 0;
    background: #eacbaf;
}

.food_menu .menu_text {
    font: 400 70px "Abril Fatface", serif;
    line-height: 70px;
    color: #000;
    padding: 0;
    margin: 0 0 60px 0;
    display: block;
    text-align: center;
}

.food_menu article {
    padding: 80px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 20px solid #c39f7e;
    position: relative;
    background: #e6ba91;
}

.food_section {
    margin: 15px 0;
}

.food_menu article .heading {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 0 0 15px 0;
}

.food_menu article p {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 15px 0 0 0;
}

.alaCarte .alacarte_text {
    font: 400 70px "Abril Fatface", serif;
    line-height: 70px;
    color: #000;
    padding: 0;
    margin: 0 0 80px 0;
    display: block;
    text-align: center;
}

.alaCarte {
    padding: 100px 0;
}

.alaCarte article {
    background: #e6ba91;
    margin: 0 0 60px 0;
    border-right: 20px solid #c39f7e;
}

.alaCarte aside {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}

.alaCarte aside .heading {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 0 0 15px 0;
}

.alaCarte aside p {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-family: "Gilda Display", serif;
    /* padding: 0px 0 15px 0; */
}

.alaCarte aside ul {
    padding: 0;
    margin: 0 0 15px 0;
}

.alaCarte aside ul li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    margin: 0 10px 0 0;
    font-size: 15px;
}

.alaCarte aside ul li {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 0px 0 0 0;
    margin: 4px 0;
    display: flex;
}

.Terms.condition {
    border-top: 1px solid #000;
    padding: 50px 0 0 0;
    text-align: center;
}

.Terms.condition .heading {
    font-weight: 400;
    font-size: 2.78rem;
    line-height: 2rem;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 0 0 40px 0;
}

.Terms.condition p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: "Gilda Display", serif;
    padding: 0 0 20px 0;
}

.Terms.condition p strong {
    font-weight: 400;
    font-size: 1.78rem;
    line-height: 2rem;
    color: #000;
    font-family: "Gilda Display", serif;
}

/* ============ 
Function_page_end
================ */
.function-map iframe {
    width: 100%;
    height: 600px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.function-map {
    overflow: hidden;
}

/* parallax_start */
.background-parallax {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.background-parallax>.parallax-image {
    position: fixed;
    width: 100%;
    height: 70vh;
    top: 0;
    left: 0;
}

.background-parallax>.parallax-image img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

.background-parallax>.parallax-image img.too-tall {
    width: auto;
    height: 100vh;
}

.background-parallax>.parallax-image img.too-wide {
    width: 100vw;
    height: auto;
}

/* parallax_end */
/* ============ 
inner_banner_Food_section_end
================ */

.fixedHeader .custom-logo {
    max-width: 60%;
    height: auto;
}

.alaCarte article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alaCarte article .image {
    height: 100%;
}

.alaCarte article figure {
    height: 100%;
}

#mainMenu {
    display: none;
}

@media only screen and (max-width:767px) {
    img {
        max-width: 100%;
        height: auto;
    }

    header nav {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
        padding: 0 15px;
        background-color: var(--accent-color);
    }

    body header .container .custom-logo {
        max-width: 80%;
    }

    header nav figure {
        margin: -3px 0 0 0 !important;
    }

    .companyInfo .addressSection {
        text-align: center;
    }

    .siteGroupInfo>.container {
        align-items: center;
    }

    header .siteGroupInfo .C2Abutton a {
        padding: 0 15px;
        font-size: 10px;
    }

    header {
        padding: 10px 0 0 0;
    }

    header.fixedHeader .siteGroupInfo {
        opacity: 1;
        visibility: visible;
        height: 100%;
        transition: all 0.5s ease 0.4s;
        padding: 5px 0;
    }

    .siteGroupInfo .C2Abutton {
        display: flex;
        justify-content: flex-end;
    }

    footer.site-footer {
        padding: 40px 0 80px 0;
    }

    .background-parallax>.parallax-image img {
        object-fit: cover;
    }

    #mainMenu {
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .siteMenu .menu-header-menu-container {
        position: fixed;
        left: -70%;
        top: 0;
        bottom: 0;
        width: 70%;
        z-index: 99;
        background: var(--dark-background-color);
        padding: 30px;
        transition: all 0.5s ease 0.4s;
    }

    .siteMenu .menu-header-menu-container.show-mainmenu {
        left: 0;
        transition: all 0.5s ease 0.4s;
    }

    header.fixedHeader.offBg {
        background: transparent;
    }

    .siteMenu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .siteMenu .menu-header-menu-container ul {
        display: block;
    }

    .siteMenu .menu-header-menu-container ul li {
        border-bottom: 1px solid #fff;
    }

    .siteMenu .menu-header-menu-container ul li:last-child {
        border-bottom: none;
    }

    .siteMenu .menu-header-menu-container ul li a {
        display: block;
        padding: 8px 0;
        font-size: 15px;
    }

    .siteGroupInfo.hidegroup,
    header.fixedHeader .siteGroupInfo.hidegroup {
        position: relative;
        opacity: 0;
        visibility: hidden;
    }

    .tandc-section {
        padding: 30px 0 0 0;
    }

    .menuInformation .orderMenuSection {
        padding: 30px 0;
    }

    .mainContainer .food_menu .menu_text {
        margin: 0;
    }

    .Terms.condition {
        padding: 30px 0 0 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .homeBanner {
        height: 60vh;
        min-height: 60vh;
    }

    .homeBanner ul li {
        height: 60vh;
    }

    .homeBanner ul li::before {
        display: none;
    }

    .aboutInformation img {
        max-width: 100%;
        height: auto;
    }

    .background-parallax>.parallax-image,
    .inner_banner .background-parallax {
        height: 40vh;
    }

    .background-parallax>.parallax-image img {
        object-fit: cover;
    }

    .mainContainer .food_menu article {
        display: block;
    }
}

.site-content {
    position: relative;
    z-index: 9;
    background-color: var(--background-color);
    overflow:hidden;
}

/* contact_form_section_start */
.wpcf7-form-control, .form-control {
	padding: 5px 15px;
	width: 100%;
	height: 48px;
	border: 1px solid #fff;
	-webkit-border-radius: 0 15px;
	border-radius: 5px;
	background-color: #fff;
	color: var(--heading-color);
	caret-color: var(--secondary-color);
	font-size: 16px;
	line-height: 24px;
	font-family:  "Open Sans", sans-serif;
	font-weight: 400;
	position: relative;
	vertical-align: top;
	outline: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
textarea.wpcf7-form-control, .wpcf7-textarea {
	height: 137px;
	resize: none;
	overflow: auto;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit {
	width: auto;
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	line-height: 20px;
	padding: 0 34px;
	font-size: 12px;
	font-weight: 500;
	font-family:  "Open Sans", sans-serif;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	height: 40px;
    text-transform: uppercase;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit:hover
{
    background-color: var(--dark-background-color)  ;
    border: 1px solid #ccc;
    color: #fff;
}
.contact_us
{
   padding: 100px 0;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 9px;
	top: 12px;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 9px;
	top: 12px;
}
/* contact_form_section_end */

/* ========= lightbox ======= */
.openLightBox{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}
.openLightBox:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0,0,0,0.5);
}
.openLightBox .contentLightbox{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.openLightBox .contentLightbox article {
background-color: #fff;
/* max-width: 100%; */
position: relative;
width: 100%;
/* height: 100%; */
}
header.offClass {
	z-index: 9;
}
.overflowClass{
    overflow: hidden;
}
.closeSection{
    position: absolute;
    right: -18px;
    top: -13px;
    width: 40px;
    height: 40px;
    border-radius:50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    color: #000;
}
/* ========= lightbox end======= */
.videoBotton{
    position: absolute;
    right: -26px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 50px;
    color: #fff;
}
.videoBotton a{
        display: block;
}
.videoBotton a i{
    background:var(--light-background-color);
    border-radius: 80%;
    color: var(--dark-background-color);
    border: 3px solid var(--light-background-color);
}
header.fixedHeader.RemovedfixedHeader{
    z-index: 1;
}
.ourVideo{
    position:fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:var(--heading-color);
    padding: 0;
    z-index: 999;
    overflow: hidden;
    object-fit: fill;
    display: none;
}
.ourVideo video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ourVideo .closeIconPop{
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--dark-background-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  color: #fff;
  font-size: 20px;
}
@media only screen and (max-width:767px){
.homeBanner ul li::before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    animation: inherit;
    top: 0;
}
.grecaptcha-badge{
    bottom: 90px !important;
}
.videoBotton{
    display: none;
}
header.site-header{
    z-index: 999;
}
.siteGroupInfo .vanueList ul{
    width: auto !important;
}
.siteGroupInfo .vanueList{
    overflow: hidden !important;
}
.siteGroupInfo .vanueList ul li{
    width: auto;
}
}
.footer_copyright_text a
{
    color: #fff;
}

