/**
* Theme Name:     Hello Elementor Child
* Author:         Elementor Team
* Template:       hello-elementor
* Text Domain:	   hello-elementor-child
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/


@keyframes scaleUpDown {
0% {
    transform: scale(1); /* Start at normal size */
}
100% {
    transform: scale(1.1); /* Scale up by 10% */
}
}
@-webkit-keyframes fadInLeft {
0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translate(-40px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translate(0);
}
}
@keyframes fadInLeft {
0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translate(-40px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translate(0);
}
}
.fadInLeft {
-webkit-animation-name: fadInLeft;
animation-name: fadInLeft;
}

@-webkit-keyframes fadeinRight {
0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translate(40px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translate(0);
}
}
@keyframes fadeinRight {
0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translate(40px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translate(0);
}
}
.fadeinRight {
-webkit-animation-name: fadeinRight;
animation-name: fadeinRight;
}
@-webkit-keyframes fadeinUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeinUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}
.fadeinUp {
-webkit-animation-name: fadeinUp;
animation-name: fadeinUp;
}

/* Header */
.header_main .header_menu ul li a::after {
height: 7px;
width: 7px;
position: absolute;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
}
.header_main::after {
content: "";
background-image: url('./images/header-border-main.png');
background-repeat: repeat-x;
background-size: contain;
width: 100%;
height: 100%;
position: absolute;
top: 125px;
z-index: 1;
}

/*footer*/

.footer-sec ::before {
background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 31.82%);
}
.copy-right-sec p {
margin-block-end: 0;
}
/*hero-sec*/
.hero-sec h1 {
font-family: MADE Mirage;
font-size: 80px;
font-weight: 700;
line-height: 103.76px;
text-align: left;

}
.hero-sec .elementor-button.elementor-slide-button.elementor-size-sm {
border-width: 1px 1px 5px 1px;
border-color: rgba(255, 255, 255, 0.56);
}
.hero-sec .elementor-slide-button:hover {
    border-width: 1px 1px 5px 1px !important;
}
.menu-tilte span {
    font-family: MADE Mirage;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.93px;
    text-align: center;
    
}
/*Service-box*/
.services-1.e-flex.e-con-boxed.e-con.e-child {
    box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 0.24);
}
.services-2 {
    box-shadow: 14px 14px 0px 0px #0000003D;
    border-radius: 16px;
}
/*conatc-us*/
.get_in_touch_inner_sec .row {
display: flex;
justify-content: center;
gap: 20px;
}
.get_in_touch_inner_sec label {
color: rgba(60, 76, 128, 1);
font-size: 12px;
font-weight: 600;
padding-block: 5px;
}
.get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
margin-top: 10px;
width: 268px !important;
max-width: 100% !important;
border: 1px solid rgba(60, 76, 128, 0.24);
}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 555px !important;
max-width: 100% !important;
border-radius: 4px;
margin-top: 10px;
border: 1px solid rgba(60, 76, 128, 0.24);
}
.get_in_touch_inner_sec .state input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
display: block;
width: 555px ;
max-width: 100% !important;
}
.get_in_touch_inner_sec textarea.wpcf7-form-control.wpcf7-textarea {
height: 190px;
}
::placeholder{
color: rgba(60, 76, 128, 0.4);
font-family: Instrument Sans;
font-size: 16px;
font-weight: 400;
line-height: 19.52px;
text-align: left;
}
.get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    padding: 15px 10px;
    margin-block-start: 10px;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email:focus-visible {
    border: 1px solid rgba(60, 76, 128, 0.24) !important;
}
/*menu*/
.menu-list {
    display: grid; /* Use CSS Grid */
    grid-template-columns: auto auto; /* Two columns of equal width */
    gap: 10px; /* Gap between grid items */
}

.menu-list p {
    margin: 0; /* Remove default margins */
}
.chat-menu span {
    font-family: Instrument Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.52px;
    text-align: right;
}
.our-menu-sec:after {
content: '';
    background: rgba(255, 255, 255, 0.24);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 101.6%;
    transform: translateX(-64%);
}
.our-menu2-sec:after{
    content: '';
    background: rgba(60, 76, 128, 0.24);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 101.6%;
    transform: translateX(-64%); 
}
.elementor-form-fields-wrapper {
    align-items: baseline;
}
/*footer*/
/*post-navigation*/
.post-navigation-slider button.slick-next.slick-arrow {
    top: auto;
    bottom: 0;
}
.post-navigation-slider button.slick-prev.slick-arrow {
    top: auto;
    bottom: 0;
}
.ha-slider .slick-next, .ha-slider .slick-prev {
    width: 12% !important;
    height: 3.33em;
    margin-left: 50px;
}
.post-navigation-slider .ha-carousel .slick-prev,
.ha-slider .slick-prev {
    right: auto !important;
    left: calc(72% - 75px) !important;
}
.post-navigation-slider .ha-carousel .slick-next,
.ha-slider .slick-next {
    right: auto !important;
    left: calc(73% - 5px) !important;
}


/* Responsive */
@media screen and (max-width: 500px){
    .get_in_touch_sec {
        padding: 0 20px;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: auto !important;
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .hero-sec h1 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
}
@media screen and (max-width: 767px) {
    .hero-sec h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .header_main::after {
        display: none;
    }
    .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
        width: 100% !important;  
        display: block;
    }
    .get_in_touch_inner_sec .row {
        display: block;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;    display: block;
    }
    .menu-tilte span {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .hero-sec h1 {
        font-size: 45px !important;
        line-height: 60px !important;
    }
    .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
        width: 100% !important;  
    }
    .get_in_touch_inner_sec .row {
        display: block;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100% !important;
    }
    .header_main::after {
        display: none;
    }
    body .elementor-101 .elementor-element.elementor-element-45d989d img {
        display: none;
    }
}
@media screen and (min-width: 881px) and (max-width: 1024px) {
    .hero-sec h1 {
        font-size: 50px !important;
        line-height: 70px !important;
    }
    .mobile_header:after {
        content: "";
        background-image: url('./images/header-border-main.png');
        background-repeat: repeat-x;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 125px;
        z-index: 1;
    }
    .header_main::after{
        display: none;
    }
    .mobile_header {
        z-index: 3 !important;
    }
    .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
        width: 100% !important;  
    }
    .get_in_touch_inner_sec .row {
        display: block;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100% !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .hero-sec h1 {
        font-size: 55px;
        line-height: 73.76px;
    }
    .get_in_touch_sec {
        margin: 0 auto;
        justify-content: center;
        display: flex;
    }
    .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .get_in_touch_inner_sec input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
        display: block;
        width: unset !important;
    }
    .get_in_touch_inner_sec .row {
        display: block;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 430px !important;
        display: block;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .hero-sec h1 {
        font-size: 60px;
        line-height: 83.76px;
    }
    .get_in_touch_sec {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

/* Menu Page CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	 margin: 0;
	 padding: 0;
	 font-size: 100%;
	 list-style: none;
	 vertical-align: baseline;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
}
 .section-gap {
	 padding: 80px 0;
}
 .section-outer-gap {
	 margin: 80px 0;
}
 .section-heading {
	 font-family: "Century Gothic", Sans-serif;
	 font-size: 62px;
	 line-height: 1.3;
	 text-align: center;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 margin-bottom: 20px;
}
 .section-heading::after {
	 content: '';
	 background-size: contain;
	 background-position: center;
	 width: 178px;
	 height: 15px;
	 display: block;
}
 @media screen and (max-width: 1199px) {
	 .section-heading {
		 font-size: 40px;
	}
}
 @media screen and (max-width: 991px) {
	 .section-heading {
		 font-size: 32px;
	}
}
 @media screen and (max-width: 575px) {
	 .section-heading {
		 font-size: 28px;
	}
}
 .menu-item-wrapper {
	 display: flex;
	 align-items: flex-start;
	 justify-content: space-between;
	 column-gap: 50px;
	 padding: 24px;
}
.menu-item-wrapper .name, .menu-item-wrapper .name h4 {
	font-family: "Century Gothic", Sans-serif;
}
 .menu-item-wrapper:last-child {
	 border-bottom: none !important;
}
 @media screen and (max-width: 767px) {
	 .menu-item-wrapper {
		 padding: 16px;
	}
}
 .menu-item-wrapper .name h4 {
	 font-size: 24px;
	 line-height: 1.3;
}
 @media screen and (max-width: 767px) {
	 .menu-item-wrapper .name h4 {
		 font-size: 20px;
	}
}
 .menu-item-wrapper .name span {
	 font-size: 14px;
	 line-height: 1.3;
}
 .menu-item-wrapper .price h4 {
	 font-family: "Instrument Sans", Sans-serif;
	 font-size: 24px;
	 line-height: 1.3;
}
 @media screen and (max-width: 767px) {
	 .menu-item-wrapper .price h4 {
		 font-size: 20px;
	}
}
 .light-section .border-right {
	 border-right: 1px solid #3c4c803D;
}
 @media screen and (max-width: 991px) {
	 .light-section .border-right {
		 border-right: none;
	}
}
 .light-section .menu-item-wrapper {
	 border-bottom: 1px solid #3c4c803D;
}
 @media screen and (max-width: 991px) {
	 .light-section .menu-item-wrapper:last-child {
		 border-bottom: 1px solid #3c4c803D !important;
	}
}
 .light-section .section-heading {
	 color: #3c4c80;
}
 .light-section .section-heading::after {
	 background-image: url('./images/heading-underline.png');
}
 .light-section .menu-item-wrapper {
	 color: #3c4c80;
}
 .dark-section {
	 background-image: url('./images/dark-section-bg.png');
	 background-size: cover;
	 background-position: center;
}
 .dark-section .border-right {
	 border-right: 1px solid #ffffff3D;
}
 @media screen and (max-width: 991px) {
	 .dark-section .border-right {
		 border-right: none;
	}
}
 .dark-section .menu-item-wrapper {
	 border-bottom: 1px solid #ffffff3D;
}
 @media screen and (max-width: 991px) {
	 .dark-section .menu-item-wrapper:last-child {
		 border-bottom: 1px solid #ffffff3D !important;
	}
}
 .dark-section .section-heading {
	 color: #fff;
}
 .dark-section .section-heading::after {
	 background-image: url('./images/heading-underline-light.png');
}
 .dark-section .menu-item-wrapper {
	 color: #fff;
}


.catering-tabs .nav-tabs {
	border-bottom: none;
	max-width: max-content;
	margin: 0 auto;
}

.catering-tabs .nav-tabs {
	border-radius: 20px;
	overflow: hidden;
}

.catering-tabs .nav-tabs .nav-item .nav-link {
	width: 200px;
	border: none;
	background-color: #a9a9a9;
	border-radius: 0;
	padding: 15px;
}
.catering-tabs .nav-tabs .nav-item .nav-link:hover {
	color: #FFF;
	background-color: #9f5671;
}

@media screen and  (max-width: 575px) {
	.catering-tabs .nav-tabs .nav-item .nav-link {
		width: 150px;
	}
}

.catering-tabs .nav-tabs .nav-item .nav-link.active {
	background-color: #3C4C80;
	color: #FFF;
}

.catering-tabs .nav-tabs .nav-item .nav-link img {
	width: 100%;
	max-width: 50px;
}

.section-subheading {
	font-family: "Peachy Flightone Script", Sans-serif;
    font-size: 66px !important;
    line-height: 76px;
    color: #FFEC43;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#home section:nth-child(8), #profile section:nth-child(8) {
		padding: 120px 0;
	}

	#home section:nth-child(10), #profile section:nth-child(10) {
		padding: 140px 0;
	}

	#home section:nth-child(12), #profile section:nth-child(12) {
		padding: 250px 0;
	}
	#home section:nth-child(12) .col-lg-12, #profile section:nth-child(12) .col-lg-12,
	#home section:nth-child(10) .col-lg-12, #profile section:nth-child(10) .col-lg-12 {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#home section:nth-child(8) .col-lg-12 .menu-item-wrapper, #profile section:nth-child(8) .col-lg-12 .menu-item-wrapper,
	#home section:nth-child(7) .col-lg-12 .menu-item-wrapper, #profile section:nth-child(7) .col-lg-12 .menu-item-wrapper {
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.section-subheading, .section-heading {
		font-size: 50px !important;
	}
}
