/*-----------------------------------------------------------------------------------
	وبسایت کالیا
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-repeat{
	background-repeat:repeat!important;
}
.bg-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}
.bg-tl-edge{
	background-position: top left!important;
	background-repeat: no-repeat;
}
.bg-bl-edge{
	background-position: bottom left!important;
	background-repeat: no-repeat;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Noto Sans Arabic";
}
.container{
	max-width:1140px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
}
.primary-divider{
	width:150px;
	height:3px;
	background-color:var(--swatch-var-2941);
	margin:10px auto 40px auto;
	fill:var(--swatch-var-3409);
}
.primary-btn{
	color:#FEFFFE!important;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:18px;
}
.cap-heading{
	text-transform:uppercase;
	padding-top:10px;
}
.hero-fill-mask{
	fill:rgba(255,255,255,0.33);
}
.logo-style{
	font-size:100px;
	font-family:"Open Sans";
	font-weight:600;
}
.feature-icon{
	text-align:center;
	background-color:transparent;
	color:transparent!important;
}
.primary-icon{
	fill:var(--swatch-var-3409);
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	background-color:transparent;
	width:100px;
	height:100px;
}
.menu-grid{
	grid-template-columns:0.50fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
}
.btn-style{
	width:92.07%;
	padding-top:40px;
	padding-bottom:40px;
	border-radius:31px 31px 31px 31px;
}
.btn-4-style{
	width:100%;
}
.btn-5-style{
	width:56.9%;
}
.divider-0-style{
	height:6px;
}
.bloc-fill{
	fill:var(--swatch-var-4856);
}
.bloc-0-fill{
	fill:var(--swatch-var-5202);
}
.row-style{
	width:102.68%;
}
.link-style{
	width:100%;
}
.bloc-16376-fill{
	fill:rgba(0,0,0,0.72);
}
.h4-style{
	width:68.2%;
	font-family:"Noto Sans Arabic";
	font-size:30px;
}
.h2-style{
	font-family:"Noto Sans Arabic";
	text-align:right;
	font-weight:700;
	text-decoration:none;
}
.h3-قلیون-style{
	font-family:"Noto Sans Arabic";
	padding-top:0px;
	padding-bottom:0px;
	border-radius:110px 110px 110px 110px;
	width:100%;
	margin-top:00px;
	margin-bottom:00px;
	color:var(--swatch-var-7376)!important;
}
.html-widget-range-style{
	height:100px;
}
.html-widget-0-range-style{
	height:101px;
}
.html-widget-35448-style{
	height:87px;
}
.html-widget-0-style{
	height:102px;
}
.bloc-31503-fill{
	fill:var(--swatch-var-229);
}
.btn-1-style{
	width:100%;
	padding-top:164px;
	padding-bottom:164px;
}
.btn-منو-style{
	font-size:100px;
	font-family:"Noto Sans Arabic";
	text-transform:none;
	font-weight:700;
	width:38.66%;
	text-align:center;
	background-size:cover;
	border-radius:89px 89px 89px 89px;
	border-width:0px 0px 0px 0px;
	border-color:rgba(250,247,247,0.65)!important;
	background-color:var(--swatch-var-7429);
	color:var(--swatch-var-2941)!important;
}
.مسیریابی{
	font-family:"Noto Sans Arabic";
	font-size:23px;
	font-weight:700;
	border-radius:100px 100px 100px 100px;
}
.contact-description{
	font-family:"Noto Sans Arabic";
	color:var(--swatch-var-2941)!important;
	background-color:transparent;
	text-align:center;
	border-color:transparent!important;
	direction:rtl;
	text-decoration:none;
	font-size:20px;
}
.all-rights-reserved{
	text-align:center;
	direction:rtl;
	font-family:"Noto Sans Arabic";
	background-color:transparent;
	color:var(--swatch-var-2941)!important;
	border-color:transparent!important;
	padding-top:70px;
	padding-bottom:0px;
}
.row-bloc-10-style{
	width:100%;
}
.black{
	color:#000000!important;
	font-family:"Noto Sans Arabic";
}
.منو{
	font-size:200px;
	background-color:transparent;
	width:700px;
	color:#FFFFFF!important;
}
.menu-item-title{
	font-family:"Noto Sans Arabic";
	padding-top:14px;
}
.menu-item-info{
	font-family:"Noto Sans Arabic";
	color:rgba(0,0,0,0.76)!important;
}
.menu-price{
	font-family:"Noto Kufi Arabic";
	text-align:center;
	direction:rtl;
	padding-top:20px;
}
.p-style{
	font-size:px;
}
.subtitle{
	font-family:"Alexandria";
	font-weight:200;
	width:400px;
	color:#CECCCC!important;
	font-size:25px;
}
.divider-0-background-color{
	background-color:transparent;
}
.google-maps-ifram{
	width:600px;
	height:450px;
}
.divider-margin-left{
	background-color:transparent;
}
.گوگل{
	font-family:"Noto Sans Arabic";
	font-size:35px;
	height:100%;
	width:25vw;
	font-weight:800;
}
.container-div-bloc-1-style{
	width:100%;
	min-height:40px;
	opacity:1.0;
}
.container-div-bloc-10-style{
	width:100%;
}
.divider-5270-background-color{
	background-color:transparent;
}
.divider-0-bloc-10-background-color{
	background-color:transparent;
}
.divider-bloc-10-background-color{
	background-color:transparent;
}
.divider-39540-background-color{
	background-color:transparent;
}
.divider-background-color{
	background-color:transparent;
}
.divider-bloc-11-background-color{
	background-color:transparent;
}
.divider-range-background-color{
	background-color:transparent;
}
.blocs-card-width{
	width:25%;
}
.img-style{
	width:532px;
}
.container-div-min-height{
	min-height:591px;
	width:54.55%;
}
.container-div-style{
	width:100%;
	min-height:593px;
}
.carousel-style{
	width:100%;
}
.bloc-bloc-2-fill{
	fill:rgba(0,0,0,0.20);
}
.label-style{
	width:100%;
}
.btn-نقشهٔ-گوگل-style{
	width:63.64%;
	border-radius:100px 100px 100px 100px;
	padding-top:34px;
	padding-bottom:34px;
}
.container-div-hot-beverages-style{
	min-height:76px;
}
.img-apple-sha-style{
	height:60px;
	width:60px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.main-title{
	fill:#FFFFFF;
	text-align:center;
	float:none;
	stroke:#B81E1E;
	stroke-width:0;
	padding-bottom:16px;
}
.h3-style{
	text-align:center;
	width:100%;
	font-weight:normal;
	font-family:"Noto Kufi Arabic";
	font-size:26px;
	color:#F2F2F2!important;
	text-shadow:1.36px 1.46px 14px rgba(0,0,0,0.52);
	line-height:39px;
}
.bloc-hot-beverages-fill{
	fill:var(--swatch-var-528);
}
.review-discount-head{
	color:var(--swatch-var-2941)!important;
	font-size:40px;
}
.share-review{
	width:100px;
	font-size:25px;
	background-color:var(--swatch-var-7376);
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:bold;
}
.btn-button-style{
	width:100%;
	padding-top:18px;
	padding-bottom:18px;
	border-radius:29px 29px 29px 29px;
}
.btn-3-button-style{
	width:100%;
}
.behtarino{
	background-color:#0E197D;
}
.neshan{
	background-color:#0EB990;
}
.balad{
	background-color:#7769F6;
}
.google-map{
	background-color:#4386F5;
}
.bloc-bloc-6-fill{
	fill:var(--swatch-var-5202);
}
.behtarino:hover{
	background-color:var(--swatch-var-598);
}
.neshan:hover{
	background-color:var(--swatch-var-5536);
}
.balad:hover{
	background-color:var(--swatch-var-5317);
}
.google-map:hover{
	background-color:var(--swatch-var-789);
}
.bloc-cold-coffee-fill{
	fill:var(--swatch-var-5202);
}
.bloc-juice-cocktail-fill{
	fill:var(--swatch-var-528);
}
.bloc-bloc-5-fill{
	fill:var(--swatch-var-528);
}
.bloc-bloc-8-fill{
	fill:var(--swatch-var-5202);
}
.bloc-bloc-9-fill{
	fill:var(--swatch-var-528);
}
.bloc-bloc-10-fill{
	fill:var(--swatch-var-5202);
}
.bloc-bloc-11-fill{
	fill:var(--swatch-var-5202);
}
.mehdi-and-saeed{
	padding-top:40px;
	padding-bottom:10px;
}
.menu-header{
	color:var(--swatch-var-2803)!important;
	font-family:"Noto Kufi Arabic";
	font-weight:900;
	font-size:50px;
}
.html-widget-style{
	width:100%;
}
.container-div-bloc-2-style{
	width:23.35%;
}
.completely-hidden{
	width:0px;
	height:0px;
	font-size:0px;
}
.bloc-block-13-fill{
	fill:var(--swatch-var-528);
}
.arrow{
	width:100px;
}
.container-div-bloc-1-min-height{
	min-height:56px;
}
.img-cappucci-style{
	width:98px;
}
.container-div-0-style{
	width:100%;
}
.invisible{
	border-width:0px 0px 0px 0px;
	margin-top:0px;
	width:0px;
	height:0px;
}
.bloc-bloc-1-fill{
	fill:var(--swatch-var-2803);
}
.menu-page-title{
	font-family:"Noto Kufi Arabic";
	color:var(--swatch-var-2941)!important;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-width:0px 0px 0px 0px;
	font-size:25px;
	padding-top:20px;
}
.h1-style{
	line-height:39px;
}
.btn-back{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	font-size:25px;
	font-family:"Noto Sans Arabic";
	font-weight:bold;
	text-align:center;
	border-radius:1100px 1100px 1100px 1100px;
}
.p-73-style{
	color:var(--swatch-var-2941)!important;
	width:100%;
	font-weight:500;
	font-size:25px;
	margin-top:10px;
}
.bloc-bloc-17-fill{
	fill:var(--swatch-var-5406);
}
.btn-bloc-17-style{
	border-radius:6px 6px 6px 6px;
	padding-top:22px;
	padding-bottom:22px;
	width:100%;
}
.container-div-bloc-17-min-height{
	min-height:93px;
	width:100%;
}
.pluscode{
	content:"";
}
.container-div-0-bloc-17-min-height{
	min-height:105px;
	width:100%;
}
.google-maps-sub{
	font-weight:bold;
	font-size:30px;
}
.btn-bloc-17-padding-top{
	padding-top:28px;
	padding-bottom:28px;
	border-radius:24px 24px 24px 24px;
	width:76.97%;
	font-weight:bold;
}
.divider-style{
	width:10%;
}
.h3-یلداتون-مبارک-style{
	font-family:"Noto Sans Arabic";
	font-weight:700;
	font-size:100px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(60,60,60,1.00);
	
	--swatch-var-2941:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(193,9,9,1.00);
	
	--swatch-var-2359:#4D40A6;
	
	--swatch-var-789:rgba(19,145,222,1.00);
	
	--swatch-var-5536:rgba(16,224,112,0.71);
	
	--swatch-var-5967:rgba(220,191,125,0.28);
	
	--swatch-var-5317:rgba(123,62,222,1.00);
	
	--swatch-var-6829:rgba(209,190,169,1.00);
	
	--swatch-var-3399:rgba(144,35,51,1.00);
	
	--swatch-var-598:rgba(14,25,125,1.00);
	
	--swatch-var-4224:rgba(5,73,2,0.81);
	
	--swatch-var-528:rgba(202,226,246,0.57);
	
	--swatch-var-5202:rgba(255,255,255,0.67);
	
	--swatch-var-2803:rgba(99,45,12,0.74);
	
	--swatch-var-4949:rgba(99,45,12,1.00);
	
	--swatch-var-229:rgba(60,60,60,0.90);
	
	--swatch-var-703:rgba(16,224,112,1.00);
	
	--swatch-var-7956:#440149;
	
	--swatch-var-5406:rgba(19,145,222,0.79);
	
	--swatch-var-4144:rgba(193,9,9,0.70);
	
	--swatch-var-6300:rgba(91,109,6,1.00);
	
	--swatch-var-7429:rgba(1,49,6,1.00);
	
	--swatch-var-4856:rgba(121,0,0,0.34);
	
}


/* Background colour styles */

.bgc-3409{
	background-color:var(--swatch-var-3409);
}
.bgc-5202{
	background-color:var(--swatch-var-5202);
}
.bgc-5967{
	background-color:var(--swatch-var-5967);
}
.bgc-3399{
	background-color:var(--swatch-var-3399);
}
.bgc-4224{
	background-color:var(--swatch-var-4224);
}
.bgc-7956{
	background-color:var(--swatch-var-7956);
}
.bgc-703{
	background-color:var(--swatch-var-703);
}
.bgc-789{
	background-color:var(--swatch-var-789);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}

/* Text colour styles */

.tc-7376{
	color:var(--swatch-var-7376)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}

/* Button colour styles */

.btn-c-5317{
	background:var(--swatch-var-5317);
	color:#FFFFFF!important;
}
.btn-c-5317:hover{
	background:#480BAB!important;
	color:#FFFFFF!important;
}
.btn-c-789{
	background:var(--swatch-var-789);
	color:#FFFFFF!important;
}
.btn-c-789:hover{
	background:#005EAB!important;
	color:#FFFFFF!important;
}
.btn-c-2359{
	background:var(--swatch-var-2359);
	color:#FFFFFF!important;
}
.btn-c-2359:hover{
	background:#1A0D73!important;
	color:#FFFFFF!important;
}
.btn-c-5536{
	background:var(--swatch-var-5536);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5536:hover{
	background:rgba(0,173,61,0.71)!important;
	color:rgba(0,0,0,.5)!important;
}

/* Icon colour styles */

.icon-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
}
.icon-598{
	color:var(--swatch-var-598)!important;
	border-color:var(--swatch-var-598)!important;
}
.icon-3399{
	color:var(--swatch-var-3399)!important;
	border-color:var(--swatch-var-3399)!important;
}
.icon-3409{
	color:var(--swatch-var-3409)!important;
	border-color:var(--swatch-var-3409)!important;
}

/* Bloc image backgrounds */

.bg-map-overview-blur{
	background-image:url("img/map-overview-blur.png");
	background-image: -webkit-image-set(url("img/map-overview-blur.webp") 1x,
url("img/map-overview-blur.webp") 2x);background-image: image-set(url("img/map-overview-blur.png") 1x,
url("img/map-overview-blur.png") 2x,url("img/map-overview-blur.webp") 1x,
url("img/map-overview-blur.webp") 2x);
}
.bg-pattern-transparent{
	background-image:url("img/pattern-transparent.png");
	background-image: -webkit-image-set(url("img/pattern-transparent.webp") 1x,
url("img/pattern-transparent.webp") 2x);background-image: image-set(url("img/pattern-transparent.png") 1x,
url("img/pattern-transparent.png") 2x,url("img/pattern-transparent.webp") 1x,
url("img/pattern-transparent.webp") 2x);
}
.bg-pie{
	background-image:url("img/pie.png");
	background-image: -webkit-image-set(url("img/pie.webp") 1x,
url("img/pie.webp") 2x);background-image: image-set(url("img/pie.png") 1x,
url("img/pie.png") 2x,url("img/pie.webp") 1x,
url("img/pie.webp") 2x);
}
.bg-maxresdefault{
	background-image:url("img/maxresdefault.jpg");
	background-image: -webkit-image-set(url("img/maxresdefault.webp") 1x,
url("img/maxresdefault.webp") 2x);background-image: image-set(url("img/maxresdefault.jpg") 1x,
url("img/maxresdefault.jpg") 2x,url("img/maxresdefault.webp") 1x,
url("img/maxresdefault.webp") 2x);
}
.bg-istockphoto-1181274264-612x612{
	background-image:url("img/background.webp");
}
.bg-pngtree-watercolor-winter-snow-scene-png-image-6478606{
	background-image:url("img/pngtree-watercolor-winter-snow-scene-png-image_6478606.png");
	background-image: -webkit-image-set(url("img/pngtree-watercolor-winter-snow-scene-png-image_6478606.webp") 1x,
url("img/pngtree-watercolor-winter-snow-scene-png-image_6478606.webp") 2x);background-image: image-set(url("img/pngtree-watercolor-winter-snow-scene-png-image_6478606.png") 1x,
url("img/pngtree-watercolor-winter-snow-scene-png-image_6478606.png") 2x,url("img/pngtree-watercolor-winter-snow-scene-png-image_6478606.webp") 1x,
url("img/pngtree-watercolor-winter-snow-scene-png-image_6478606.webp") 2x);
}
.bg-snow{
	background-image:url("img/snow.png");
	background-image: -webkit-image-set(url("img/snow.webp") 1x,
url("img/snow.webp") 2x);background-image: image-set(url("img/snow.png") 1x,
url("img/snow.png") 2x,url("img/snow.webp") 1x,
url("img/snow.webp") 2x);
}
.bg-cane-candy{
	background-image:url("img/cane-candy.png");
	background-image: -webkit-image-set(url("img/cane-candy.webp") 1x,
url("img/cane-candy.webp") 2x);background-image: image-set(url("img/cane-candy.png") 1x,
url("img/cane-candy.png") 2x,url("img/cane-candy.webp") 1x,
url("img/cane-candy.webp") 2x);
}
.bg-Screenshot-202024-12-22-20at-2005-28-31{
	background-image:url("img/Screenshot%202024-12-22%20at%2005.28.31.png");
	background-image: -webkit-image-set(url("img/Screenshot%202024-12-22%20at%2005.28.31.webp") 1x,
url("img/Screenshot%202024-12-22%20at%2005.28.31.webp") 2x);background-image: image-set(url("img/Screenshot%202024-12-22%20at%2005.28.31.png") 1x,
url("img/Screenshot%202024-12-22%20at%2005.28.31.png") 2x,url("img/Screenshot%202024-12-22%20at%2005.28.31.webp") 1x,
url("img/Screenshot%202024-12-22%20at%2005.28.31.webp") 2x);
}


/* = Additional CSS
-------------------------------------------------------------- */
.main-title svg {
    filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.7));
}

.drink-thumb {
    filter: drop-shadow(4px 7px 3px rgba(0, 0, 0, 0.4));
}



.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-fill-mask{
		fill:rgba(0,0,0,0.70);
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.30fr 1fr 0.25fr;
	}
	.contact-description{
		font-size:15px;
	}
	.مسیریابی{
		width:270px;
		height:120px;
	}
	.btn-منو-style{
		width:56.1%;
		padding-top:12px;
		padding-bottom:12px;
		border-radius:115px 115px 115px 115px;
		border-width:0px 0px 0px 0px;
		border-color:rgba(253,253,253,0.74)!important;
		font-size:110px;
	}
	.black{
		color:var(--swatch-var-7376)!important;
	}
	.divider-margin-left{
		background-color:transparent;
	}
	.row-bloc-2-style{
		width:100%;
	}
	.منو{
		text-align:center;
		background-color:transparent;
		font-size:170px;
	}
	.subtitle{
		font-family:"Noto Sans Arabic";
		font-weight:200;
	}
	.transparent-divider{
		border-color:transparent!important;
	}
	.divider-bloc-10-background-color{
		background-color:transparent;
	}
	.divider-0-bloc-10-background-color{
		background-color:transparent;
	}
	.divider-39540-background-color{
		background-color:transparent;
	}
	.divider-5270-background-color{
		background-color:transparent;
	}
	.container-div-bloc-10-style{
		width:100%;
	}
	.container-div-bloc-2-style{
		width:100%;
	}
	.bloc-0-fill{
		fill:var(--swatch-var-5202);
	}
	.blocs-card-width{
		width:50%;
	}
	.btn-نقشهٔ-گوگل-style{
		width:78.88%;
	}
	.drink-thumb{
		border-color:var(--swatch-var-3409)!important;
		border-radius:25px 25px 25px 25px;
		padding:10px 10px 10px 10px;
		height:110px;
		width:110px;
		text-align:left;
		direction:rtl;
		position:static;
		float:none;
		overflow:visible;
	}
	.blur{
		filter:blur(5px);
	}
	.label-bloc-2-style{
		font-family:"Noto Kufi Arabic";
		font-weight:800;
		font-size:75px;
	}
	.btn-bloc-2-style{
		padding-top:16px;
		padding-bottom:16px;
		font-size:100px;
	}
	.container-div-bloc-1-style{
		min-height:55px;
	}
	.btn-button-style{
		padding-top:18px;
		padding-bottom:18px;
	}
	.share-review{
		font-size:23px;
	}
	.bloc-juice-cocktail-fill{
		fill:var(--swatch-var-528);
	}
	.bloc-hot-beverages-fill{
		fill:var(--swatch-var-528);
	}
	.bloc-cold-coffee-fill{
		fill:var(--swatch-var-5202);
	}
	.bloc-bloc-6-fill{
		fill:var(--swatch-var-5202);
	}
	.bloc-bloc-5-fill{
		fill:var(--swatch-var-528);
	}
	.bloc-bloc-8-fill{
		fill:var(--swatch-var-5202);
	}
	.row-bloc-11-style{
	}
	.menu-header{
		text-align:center;
	}
	.container-div-bloc-1-min-height{
		padding-top:100px;
	}
	.img-style{
		width:597px;
	}
	.container-div-min-height{
		width:81.89%;
	}
	.btn-back{
		padding-top:12px;
		padding-bottom:12px;
	}
	header{
	}
	.menu-page-title{
	}
	.menuheader{
	}
	.----position:-fixed{
	}
	.----top:-0{
	}
	.----left:-0{
	}
	.----width:-100{
	}
	.----z-index:-1000{
	}
	.btn-bloc-17-style{
		width:100%;
		padding-top:28px;
		padding-bottom:28px;
	}
	.p-73-style{
		font-size:28px;
	}
	.container-div-bloc-17-min-height{
		min-height:103px;
		width:100%;
	}
	.container-div-0-min-height{
		min-height:92px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.divider-style{
		height:6px;
		border-color:transparent!important;
		color:transparent!important;
		background-color:transparent;
	}
	.pluscode{
		border-radius:10px 10px 10px 10px;
		background-color:#FFFFFF;
	}
	.bloc-fill{
		fill:var(--swatch-var-4856);
	}
	
}

@media (max-width: 767px){
	.primary-divider{
		margin-bottom:30px;
	}
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.35fr 1fr 0.25fr;
		row-gap:16px;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	.مسیریابی{
		width:250px;
	}
	.divider-margin-left{
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	.row-bloc-2-style{
		width:29.42%;
	}
	.btn-منو-style{
		padding-top:2px;
		padding-bottom:2px;
		width:70.76%;
		border-style:solid;
		border-width:0px 0px 0px 0px;
		border-color:rgba(245,244,244,0.71)!important;
		font-size:100px;
	}
	.منو{
		font-size:170px;
		width:225%;
	}
	.divider-0-background-color{
		background-color:transparent;
	}
	.divider-background-color{
		background-color:transparent;
	}
	.subtitle{
		font-weight:200;
		text-align:center;
	}
	.blocs-card-width{
		width:50%;
	}
	.drink-thumb{
		background-color:transparent;
		width:100px;
		height:100px;
	}
	.container-div-bloc-10-style{
		width:100%;
		min-height:150px;
	}
	.container-div-style{
		min-height:427px;
	}
	.container-div-min-height{
		min-height:399px;
		width:74.86%;
	}
	.row-bloc-11-style{
		width:91.25%;
		padding-bottom:0px;
	}
	.row-17-style{
		width:22.35%;
	}
	.btn-نقشهٔ-گوگل-style{
		width:96.28%;
	}
	.img-banana-milksha-style{
		opacity:1.0;
		height:80px;
		width:80px;
	}
	.img-green-t-style{
		width:90px;
	}
	.label-بازگشت-style{
		width:81.54%;
		margin-top:20px;
		margin-left:10px;
		font-size:20px;
	}
	.btn-2-padding-top{
		padding-top:0px;
		padding-bottom:0px;
		font-size:0px;
		width:100%;
		background-color:transparent;
	}
	.return-button{
		color:rgba(254,251,251,0.68)!important;
		background-color:transparent;
		font-size:80px;
	}
	.row-bloc-2-style:hover{
		background-color:transparent;
	}
	.return-button:hover{
		background-color:transparent;
	}
	.return-button-column{
	}
	.return-button-column:hover{
		background-color:transparent;
	}
	.link-0-style{
		width:100%;
		padding-top:0px;
		padding-bottom:0px;
	}
	.navbar-logo{
		font-family:"Noto Kufi Arabic";
		font-weight:900;
		text-align:center;
		font-size:30px;
		color:#000000!important;
	}
	.menu-head{
		font-family:"Noto Kufi Arabic";
		font-weight:900;
		font-size:40px;
		color:#F4F4F4!important;
	}
	.label-bloc-2-style{
		width:100%;
	}
	.btn-bloc-2-style{
		background-color:transparent;
		border-width:0px 0px 0px 0px;
		margin-top:0px;
		padding:17px 0px 14px 0px;
		font-size:15px;
		width:100%;
		text-align:center;
	}
	.btn-bloc-2-style:hover{
		background-color:transparent;
	}
	.btn-bloc-2-style:active{
		background-color:transparent;
	}
	.btn-bloc-2-style:focus{
		background-color:transparent;
	}
	.btn-bloc-2-style:visited{
		background-color:transparent;
	}
	.container-div-bloc-1-style{
		min-height:55px;
		padding-bottom:20px;
		opacity:1.0;
	}
	.share-review{
		font-weight:normal;
		width:100%;
		font-size:23px;
	}
	.btn-button-style{
		font-weight:normal;
		padding-top:14px;
		padding-bottom:14px;
		font-style:italic;
	}
	.neshan{
	}
	.review-discount-head{
		font-size:30px;
	}
	.bloc-cold-coffee-fill{
		fill:rgba(243,255,255,0.85);
	}
	.h3-style{
		font-weight:normal;
		font-family:"Noto Kufi Arabic";
	}
	.dumb-down{
	}
	.img-cheese-fri-style{
		border-radius:0px 0px 0px 0px;
	}
	.img-style{
		width:398px;
	}
	.img-cappucci-style{
		width:100px;
	}
	.container-div-0-style{
		min-height:110px;
	}
	.img-mocha-coffe-style{
		width:100px;
	}
	.h1-style{
		line-height:40px;
	}
	.menu-page-title{
		padding-top:20px;
	}
	.btn-back{
		font-size:15px;
	}
	.h3-یلداتون-مبارک-style{
		font-size:70px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.75fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:20px;
		margin-top:10px;
		text-decoration:none;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		height:100px;
		width:100px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
	}
	.logo-style{
	}
	.hero-sub-heading{
		font-size:18px;
	}
	.hero-fill-mask{
		fill:rgba(0,0,0,0.80);
	}
	.مسیریابی{
		width:200px;
		height:100px;
		font-size:20px;
		text-align:center;
		text-transform:none;
		padding-top:34px;
		font-weight:700;
	}
	.cap-heading{
	}
	.divider-bloc-11-background-color{
		background-color:transparent;
	}
	.divider-range-background-color{
		background-color:transparent;
	}
	.container-div-bloc-1-style{
		width:100%;
		min-height:75px;
		padding-bottom:0px;
	}
	.container-div-bloc-10-style{
		width:100%;
		min-height:146px;
	}
	.all-rights-reserved{
		font-size:9px;
	}
	.btn-منو-style{
		padding-top:12px;
		padding-bottom:12px;
		border-radius:65px 65px 65px 65px;
		opacity:1;
		width:78.29%;
		font-size:50px;
	}
	.منو{
		font-size:66px;
	}
	.subtitle{
		font-size:20px;
		width:100%;
		font-family:"Noto Sans Arabic";
		text-align:center;
		font-weight:300;
		color:#E9E5E5!important;
	}
	.blocs-card-width{
		width:100%;
	}
	.primary-divider{
		background-color:var(--swatch-var-6829);
		margin-bottom:50px;
	}
	.row-bloc-11-style{
		width:95.73%;
	}
	.link-style{
		width:100%;
	}
	.btn-style{
		width:100%;
		text-align:center;
		writing-mode:horizontal-tb;
		text-transform:none;
		font-weight:600;
	}
	.btn-padding-top{
		padding-bottom:0px;
		padding-top:34px;
	}
	.btn-نقشهٔ-گوگل-style{
		width:100%;
	}
	.row-bloc-10-style{
		width:93.59%;
	}
	.گوگل{
		font-size:30px;
		font-weight:800;
	}
	.navbar-logo{
		font-size:18px;
	}
	.return-button{
		font-size:40px;
	}
	.menu-head{
		font-size:20px;
	}
	.label-bloc-2-style{
		width:100%;
	}
	.btn-bloc-2-style{
		width:6.25%;
	}
	.share-review{
		font-size:17px;
	}
	.review-discount-head{
		font-size:23px;
	}
	.h3-style{
		font-weight:normal;
		font-family:"Noto Kufi Arabic";
		font-size:26px;
		line-height:30px;
	}
	.mehdi-and-saeed{
		padding-top:30px;
	}
	.menu-header{
		font-size:30px;
		color:var(--swatch-var-2941)!important;
	}
	.bloc-0-fill{
		fill:var(--swatch-var-2803);
	}
	.container-div-bloc-1-min-height{
		padding-top:30px;
	}
	.container-div-0-style{
		min-height:93px;
	}
	.img-cappucci-style{
		width:100px;
	}
	.menu-page-title{
	}
	.h1-style{
		line-height:30px;
		font-size:17px;
	}
	.btn-back{
		font-size:16px;
		text-align:center;
		width:100%;
		padding-top:12px;
		padding-bottom:12px;
		margin:0px 0px 0px 0px;
	}
	.mb-5{
	}
	.p-73-style{
		font-size:20px;
	}
	.h3-یلداتون-مبارک-style{
		font-size:40px;
	}
	
}

