/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2024 | 06:25:33 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
:root {
    --theme-color: #eb0029;
    --theme-color2: #ff9d2d;
    --title-color: #010f1c;
    --body-color: #4d5765;
    --smoke-color: rgba(1, 15, 28, 0.06);
    --smoke-color2: #faf7f2;
    --black-color: #000000;
    --black-color2 : #4B4B4B;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849b;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e0e0e0;
    --title-font: "Rubik", sans-serif;
    --style-font: "Lobster Two", cursive;
    --body-font: "Roboto", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 65px;
    --ripple-ani-duration: 5s;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.23em;
    text-transform: capitalize;
}
.title-area .sec-title {
    margin-bottom: 15px;
}
.sec-title b {
    color: var(--theme-color);
    font-family: var(--style-font);
}

.category-card {
    position: relative;
    margin-left: 53px;
    margin-top: 26px;
}
.category-card_img {
    position: absolute;
    top: -26px;
    left: -63px;
    z-index: 2;
}
.category-card_content {
    background-color: var(--white-color);
    padding: 33px 26px 33px 55px;
    -webkit-box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.05);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.05);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.category-card_content {
    margin-bottom: -0.45em;
}
.category-card_title {
    font-size: 20px;
    font-weight: 600;
    margin-top: -0.23em;
    margin-bottom: 5px;
}
.category-card_title a {
    color: var(--title-color);
}
.category-card_title a:hover {
    color: var(--theme-color);
}
.category-card_text {
    margin-bottom: -0.45em;
}
.category-card .icon-btn {
    --btn-size: 72px;
    line-height: 60px;
    padding-right: 15px;
    background-color: var(--theme-color2);
    color: var(--white-color);
    position: absolute;
    bottom: -17px;
    right: -20px;
}
.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, #ffffff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.category-card .icon-btn:hover {
    background-color: var(--theme-color);
}
.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
}
.sub-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
    font-family: var(--style-font);
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-top: 5px;
    position: relative;
}
.sub-title .icon {
    margin: -13px 3px 0 0;
}

.mb-30 {
    margin-bottom: 30px;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.23em;
    text-transform: capitalize;
}
.title-area .sec-title {
    margin-bottom: 15px;
}
.desc-selector {
    padding: 15px 0px 0px 0px;
}

.mt-n2 {
    margin-top: -0.5rem;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.about-counter1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.about-counter1 .counter-title {
    font-size: 52px;
    color: var(--theme-color);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.about-counter1 .counter-info {
    margin-bottom: -0.3em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.about-counter1 .counter-text {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}
.center-heading .title-area {
    text-align: center;
}
.feature-grid-wrap .feature-grid {
    border-right: 1px dashed var(--gray-color);
}
.feature-grid-wrap .feature-grid.noborder {
    border-right: 0px dashed var(--gray-color);
}
.feature-grid {
    text-align: center;
    padding: 0 10px;
}
.feature-grid_img {
    margin-bottom: 28px;
}
.feature-grid_img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.feature-grid_title {
    font-weight: 600;
}
.box-title {
    font-size: 24px;
    margin-top: -0.3em;
    line-height: 1.417;
}
.feature-grid_text {
    max-width: 335px;
    margin: 0 auto -0.5em auto;
}
.feature-grid:hover .feature-grid_img img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.product_style1 {
    padding: 27px 0 45px 0;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.08);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.08);
    border-radius: 999px;
}
.th-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}

.th-product .product-img {
    position: relative;
    margin: 0 0 -120px 0;
    text-align: center;
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.product_style1 .product-img {
    margin: 0 27px 30px 27px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}
.product_style1 .product-img {
    margin-bottom: 30px !important;
}
.th-product .product-img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
	display:block;
}

.th-product .product-content {
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 6px 15px rgba(1, 15, 28, 0.06);
    box-shadow: 0px 6px 15px rgba(1, 15, 28, 0.06);
    border-radius: 20px;
    padding: 125px 10px 30px 10px;
    position: relative;
    z-index: 2;
}

.product_style1 .product-content {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.th-product .category {
    display: block;
    color: var(--body-color);
    margin: -0.5em 0 5px 0;
}
.rating-wrap i {
    color: var(--yellow-color);
}
.th-product .product-title {
    font-size: 24px;
    margin: 6px 0 9px 0;
    font-weight: 600;
}
.th-product .product-title a {
    color: inherit;
}
.th-product .product-title a:hover {
    color: var(--theme-color);
}
.th-product .price {
    display: block;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: -0.45em;
    font-family: var(--title-font);
}
.homevideo .elementor-wrapper.elementor-open-lightbox{
	height:500px;
	width: 100%
}
.homevideo .elementor-custom-embed-play svg {
    
    margin-top: 60px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
}
.t-white .title-selector {
    color: #FFFFFF !important;
}
.t-white .desc-selector {
    color: #FFFFFF !important;
    padding: 10px 0px 0px 0px;
}
.testi-box {
    overflow: hidden;
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 15px rgba(1, 15, 28, 0.08);
    box-shadow: 0px 3px 15px rgba(1, 15, 28, 0.08);
    text-align: left;
}
.testi-box_icon {
    margin-bottom: 21px;
}
.testi-box_text {
    margin-bottom: 16px;
}
.testi-box_review {
    margin-bottom: 23px;
}
.testi-box_review i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--yellow-color);
}
.testi-box_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.testi-box_avater {
    width: 60px;
    border-radius: 99px;
    overflow: hidden;
}
.testi-box_name {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
}
.testi-box_desig {
    font-size: 14px;
    margin-bottom: -0.3em;
    display: block;
}
.testi-box_img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.testi-box img{
	display:inline-block !important
}
h5.fg-item-title{
    color: var(--white-color) !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    font-size: 24px !important;
    margin-top: -0.3em !important;
    line-height: 1.417 !important;
	text-align:center !important
}
.fg-item-content{
	
	text-align:center !important
}
.gallery-item-buttons {
    text-align: center;
}
.img-box6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -100px;
}
.img-box6 .img1 {
    margin-right: -200px;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    z-index: -1;
}
.why-feature {
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 35px 20px 35px 35px;
}
.why-feature_icon {
    margin-bottom: 22px;
}
.why-feature_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.why-feature_title {
    font-size: 22px;
    font-weight: 600;
}
.why-feature_text {
    margin-bottom: -0.5em;
}
.why-feature:hover .why-feature_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.testi-block {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: left;
}
.testi-block_shape {
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}
.testi-block_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: -0.3em;
}
.testi-block_avater {
    width: 80px;
    height: 80px;
    border: 1px solid var(--border-color);
    border-radius: 99px;
    position: relative;
    padding: 8px;
}
.testi-block_avater > img {
    border-radius: 50%;
    width: 100%;
}
.testi-block_quote {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: var(--theme-color);
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.testi-block_review {
    margin-bottom: 3px;
}
.testi-block_review i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--theme-color);
}
.testi-block_name {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
}
.testi-block_desig {
    font-size: 14px;
    margin-bottom: -0.3em;
    display: block;
}
.testi-block_text {
    margin-bottom: -0.5em;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed var(--border-color);
    font-size: 18px;
}
.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}
.food-menu-header {
    padding: 32px 40px;
}
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.food-menu-header .title {
    font-size: 24px;
    color: var(--white-color);
    line-height: 34px;
    margin-bottom: 5px;
    background-size: contain;
    display: inline-block;
    min-width: 192px;
    padding-left: 10px;
    margin-left: -12px;
}
.food-menu-header .text {
    color: var(--white-color);
    margin-bottom: 0;
}
.food-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #D2D2D2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.food-menu_img {
    min-width: 92px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    padding: 5px;
    z-index: 2;
    margin-right: 10px;
}
.food-menu-board .food-menu_img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 0;
}
.food-menu_img:before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--theme-color);
    border-radius: inherit;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.food-menu_img img {
    width: 100%;
}
.food-menu_content {
    width: calc(100% - 100px);
    position: relative;
}
.food-menu_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-top: -0.24em;
    color: var(--title-color);
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}
.food-menu-board .food-menu_title {
    font-size: 20px;
    margin-bottom: 0;
}
.food-menu_title:before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    border-bottom: 3px dotted;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.food-menu_title a {
    color: inherit;
    background-color: var(--white-color);
}
.food-menu_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}


.food-menu .star-rating {
    margin-top: 4px;
    width: 90px;
}

.food-menu .star-rating i {
    color: var(--theme-color);
	font-size: 14px;
}

.food-menu_price {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: rgba(255, 6, 0, 0.1);
    border-radius: 4px;
    color: var(--theme-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding: 3px 12px;
    margin-top: 6px;
}
.food-menu:hover {
    border-color: var(--theme-color) !important;
}
.food-menu:hover .food-menu_img:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.food-menu_title:hover {
    color: var(--theme-color);
}

.top-bar:before {
    position: absolute;
    width: 100px;
    height: 42px;
    background:  var(--theme-color);
    content: "";
    right: -4px;
    z-index: 0;
    top: 0;
}
.contact-feature {
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background-color: var(--white-color);
    text-align: center;
    padding: 40px 5px;
}
.contact-feature_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--smoke-color2);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 25px auto;
}
.contact-feature_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
	    vertical-align: middle;
}
.contact-feature .box-title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: -0.3em;
    line-height: 1.417;
}
.contact-feature_text {
    margin-bottom: -0.5em;
    display: block;
}
.contact-feature_text a {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
}
.contact-feature:hover .contact-feature_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.contact-feature_text a:hover {
    color: var(--theme-color);
}
.booking-page .testi-block{
background-color: var(--smoke-color2) !important;
}
@media only screen and (max-width: 600px) {
	  .homevideo .elementor-wrapper.elementor-open-lightbox{
		height:auto;
		width: 100%
	}
	.homevideo .elementor-custom-embed-play svg {

		margin-top: 20px;
	}
	.feature-grid-wrap .feature-grid {
    border-right: 0px;
	}
	
	.top-bar:before {
		right:0;
	}
	.food-mobile .food-menu{
		flex-direction:column
	}
	.food-mobile .food-menu_content{
		width:100%
	}
	.food-mobile .food-menu_price{
		align-self:center
	}
}
