/*
* Typography
*/
.custom-font-secondary {
	font-family: "Poppins", Arial, sans-serif !important;
}

h1, h2, h3 {
	font-family: "Poppins", Arial, sans-serif;
}

.custom-big-font-size-1 {
	font-size: 56px;
	font-size: 2rem;
}

@media (min-width: 576px) {
	.custom-big-font-size-1 {
		font-size: 3.5rem;
	}
}

/*
* Spacement
*/
@media (min-width: 992px) {
	.custom-negative-margin-top-1 {
		margin-top: -360px;
	}
}

@media (max-width: 575px) {
	.pl-xs-1 {
		padding-left: .25rem !important;
	}
	.header-logo a img{
		height: 75px;
	}
}

/*
* Border
*/
.custom-border-radius-1 {
	border-radius: 7px !important;
}

/*
* Buttons
*/
.custom-btn-style-1 {
	position: relative;
	border-radius: 7px;
	padding: 10px 20px;
	transition: ease transform 300ms;
}

.custom-btn-style-1 > span {
	position: relative;
	z-index: 1;
}

.custom-btn-style-1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	opacity: 0.4;
	border-radius: inherit;
	transform: translate3d(5px, 5px, 0);
	transition: ease transform 300ms;
	z-index: 0;
}

.custom-btn-style-1:hover {
	transform: translate3d(2.5px, 2.5px, 0);
}

.custom-btn-style-1:hover:before {
	transform: translate3d(0, 0, 0);
}

/*
* Overlay
*/
.overlay:before {
	background: #2C2C2C;
}

/*
* Custom Line
*/
.custom-line {
	width: 50px;
	border-bottom: 2px solid var(--grey-500);
}

/*
* Custom Divider Size
*/
.custom-divider-size-1 {
	height: 3px;
}

/*
* Header
*/
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 14px;
	}
}

/*
* Testimonials
*/
.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after {
	font-family: "Lora", sans-serif;
	font-weight: bold;
	font-size: 40px;
	font-size: 2.5rem;
	color: #212121;
	top: 10px;
}

.custom-testimonial-style-1.testimonial-with-quotes.custom-testimonial-style-1-quote-big blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes.custom-testimonial-style-1-quote-big blockquote:after {
	font-size: 64px;
	font-size: 4rem;
	top: -6px;
}

/*
* Custom Menu Item
*/
.custom-menu-item .custom-menu-item-details {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-title {
	position: relative;
	padding-bottom: 10px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price {
	position: relative;
	top: -5px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong {
	font-size: 20.8px;
	font-size: 1.3rem;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span {
	font-size: 0.6em;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-line {
	position: absolute;
	width: 100%;
	bottom: 0;
	border-bottom: dashed 1px #777;
}

.custom-menu-item .custom-menu-item-desc {
	position: relative;
	margin-top: 5px;
}

.custom-menu-item + .custom-menu-item {
	margin-top: 25px;
}

/*
* Blog Post Date
*/
.custom-date-style-1 {
	position: relative;
	border-radius: 7px;
	transition: ease transform 300ms;
}

.custom-date-style-1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: inherit;
	opacity: 0.7;
	transform: translate3d(5px, 5px, 0);
	transition: ease transform 300ms;
	z-index: 0;
}

.custom-date-style-1 > span > span {
	font-size: 0.5em;
	letter-spacing: 3px;
}

/*
* Custom Link Effects
*/
.custom-link-hover-effects:hover .custom-date-style-1 {
	transform: translate3d(2.5px, 2.5px, 0);
}

.custom-link-hover-effects:hover .custom-date-style-1:before {
	transform: translate3d(0, 0, 0);
}

/*
* Breadcrumb
*/
.breadcrumb > li + li:before {
	opacity: 0.8;
	font-size: 0.8em;
	padding: 0 13px 0 7px;
}

/*
* Footer
*/
#footer {
	background: #2c2c2c;
}

#footer p, #footer span, #footer li, #footer a:not(.btn):not(.no-footer-css) {
	color: #969696;
}

#footer .footer-copyright {
	background: #2c2c2c;
}

/* Skin */
/*
* Custom Line
*/
.custom-line {
	border-bottom-color: var(--primary);
}

/*restaurant css*/

.icon-hover-right:hover i.fas,
.icon-hover-right:hover i.fab,
.icon-hover-right:hover i.far{
	margin-right: 5px;
	margin-left: 5px;
	transform: scale(1.2);
}
.modal-dialog{
	top: 25vh;
}
.justify-content-space-between{
	justify-content: space-between;
}
.main .container-fluid{
	width: 95%;
}
.text-right{
	text-align: right;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
	background: #888; 
}
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
.footer-list{
	display: flex;
	flex-flow: column;

	align-content: center;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.custom-page-header {
		padding: 35px 0;
	}
}
.snc{
	font-size: 25px;

}
.baskan-social li a{
	width: 40px;
	height: 40px;
	line-height: 20px !important;
}
.baskan-social li a:hover i{
	color: #fff;
}
.custom-form-style-1 .form-control{
	background: #e5e3df !important;
}
.custom-form-style-1 .form-control::placeholder{
	color: #aaa;
}
.fab.fa-twitter{
	font-family:sans-serif;
}
.fab.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}



.dropdown-mega-content .social-icons li a{
	padding: 10px 0 !important;
	line-height: 0;
	background: var(--primary) !important;
	color: #fff !important;
}
.dropdown-mega-content .social-icons {
	position: absolute;
	background: #ffffff99;
	border-radius: 85px;
	bottom: 40px;
	padding: 10px;
	box-shadow: 0 5px 13px #0000002e;
	right: 40px;
}
.dropdown-mega-content .social-icons li a i.fa-twitter{
	line-height: 10px;
}


.box-shadow{
	box-shadow: 0 30px 90px #bbbbbb9c;
	background: #fff;
}
.overflow-y-hidden{
	overflow-y: hidden !important;
}
.popup{

	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background-color: rgba(22,22,22,0.5);
	z-index: 100000;

}
.popup .title{
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	padding:20px; 
}
.popup .popup-body{
	width: 756px;
	height: 550px;
	position: relative;
	margin: 0 auto;
	top: 10%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
	box-shadow:0 0 10px rgba(0,0,0,0.4);

	background-size: cover;
}


@media(max-width: 757px){
	.popup .popup-body{
		width: 95%;
		min-height: 260px;
		height: auto;


	}
	.popup .popup-body .desc p{
		overflow-y: auto;
		max-height: 120px;

	}
}
.popup .popup-body .desc p{
	color: #fff;
}
.popup .close{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.5em;
	color: #fff;
	text-shadow: 0 1px 0 #343a40;
}

.popup .popup-body .desc{
	position: absolute;
	bottom: 0;
	padding: 15px;
	min-height: 140px;
	min-width: 100%;
	color: #fff !important;
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
	background: linear-gradient(0deg, rgb(13 45 71), rgb(13 45 71 / 38%));
}
.shine {
	position: relative;
	overflow: hidden;
}
.shine::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	content: "";
	display: block;
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}
.shine:hover::before, .shine:focus::before {
	-webkit-animation: shine 0.85s;
	animation: shine 0.85s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.dropdown-menu.open {  
	opacity: 1 !important;
	top: auto !important;
	transform: translate3d(0, 0, 0) !important;
}
/*Mobil menü*/
.nav-mobile__sticky-wrapper { position: fixed; right: 0; bottom: 0; left: 0; z-index: 3000; display: none; }

@media (max-width: 991px) { .nav-mobile__sticky-wrapper { display: block; } }

.nav-mobile__sticky-headings { position: absolute; right: 0; bottom: 0; left: 0; background-color: #fff; -webkit-box-shadow: 0 -10px 30px rgba(94, 120, 143, 0.2); box-shadow: 0 -10px 30px rgba(94, 120, 143, 0.2); z-index: 10; }

.nav-mobile__sticky-headings ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding-left: 0px}

@media (min-width: 480px) and (max-width: 991px) { .nav-mobile__sticky-headings ul { max-width: 600px; margin-left: auto; margin-right: auto; } }

.nav-mobile__sticky-headings ul li { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; position: relative; }

.nav-mobile__sticky-headings ul li.is-current a:not(.ui-item-search) .icon, .nav-mobile__sticky-headings ul li.is-current a:not(.ui-item-search) .heading, .nav-mobile__sticky-headings ul li.is-current button:not(.ui-item-search) .icon, .nav-mobile__sticky-headings ul li.is-current button:not(.ui-item-search) .heading { color: #fe7e00; }

.nav-mobile__sticky-headings ul li a, .nav-mobile__sticky-headings ul li button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.nav-mobile__sticky-headings ul li a:not(.ui-item-search), .nav-mobile__sticky-headings ul li button:not(.ui-item-search) { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 60px; }

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .icon, .nav-mobile__sticky-headings ul li button:not(.ui-item-search) .icon { color: #5e788f; opacity: .4; font-size: 20px; }

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .heading, .nav-mobile__sticky-headings ul li button:not(.ui-item-search) .heading { font-size: 11px; line-height: 1.2; margin-top: 5px; font-weight: 700; color: #000; }

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .figure img, .nav-mobile__sticky-headings ul li button:not(.ui-item-search) .figure img { width: 40px; }

.nav-mobile__sticky-headings ul li a.ui-item-search, .nav-mobile__sticky-headings ul li button.ui-item-search { width: 60px; height: 60px; margin-left: auto; margin-right: auto; margin-top: -13px; background-color: var(--primary); border-radius: 50%; border: 4px solid #fff; -webkit-box-shadow: 0 0 5px rgba(94, 120, 143, 0.2); box-shadow: 0 0 5px rgba(94, 120, 143, 0.2); }

.nav-mobile__sticky-headings ul li a.ui-item-search .icon, .nav-mobile__sticky-headings ul li button.ui-item-search .icon { color: #fff; font-size: 24px; }

.nav-mobile__sticky-container { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(2, 47, 57, 0.8); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.nav-mobile__sticky-container:not(.is-visible) { opacity: 0; visibility: hidden; }

.nav-mobile__sticky-content { position: absolute; right: 0; bottom: 60px; left: 0; height: 80%; background-color: #fff; border-top-left-radius: 15px; border-top-right-radius: 15px; will-change: transform; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

@media (min-width: 480px) and (max-width: 991px) { .nav-mobile__sticky-content { max-width: 600px; margin-left: auto; margin-right: auto; } }

.nav-mobile__sticky-content:not(.is-visible) { opacity: 0; visibility: hidden; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); will-change: transform; }

.nav-mobile__sticky-content .activities > ul { position: relative; }

.nav-mobile__sticky-content .activities > ul::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; background-color: #fff; z-index: 1; height: 25px; }

.nav-mobile__sticky-content .card-state { padding-bottom: 20px; }

.nav-mobile__sticky-list ul { row-gap: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (max-width: 479px) { .nav-mobile__sticky-list ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media (min-width: 480px) and (max-width: 991px) { .nav-mobile__sticky-list ul { margin-left: -5px; margin-right: -5px; } }

@media (min-width: 480px) and (max-width: 991px) { .nav-mobile__sticky-list ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-left: 5px; padding-right: 5px; } }

.nav-mobile__sticky-list ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 15px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border: 1px solid rgba(94, 120, 143, 0.2); }

.nav-mobile__sticky-list ul li a .icon { height: 57px; width: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-right: 1px solid rgba(94, 120, 143, 0.1); font-size: 20px; font-weight: 900; letter-spacing: -1.5px; padding-left: 4px; color: rgba(94, 120, 143, 0.3); }

.nav-mobile__sticky-list ul li a .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 12px; padding-right: 15px; }

.nav-mobile__sticky-list ul li a .desc .title { line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: auto; color: #5e788f; font-weight: 800; font-size: 13px; letter-spacing: -0.3px; line-height: 1.4; }

.nav-mobile__content-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 75px; padding-left: 20px; padding-right: 20px; }

.nav-mobile__content-header .heading { color: rgba(122, 147, 169, 0.2); font-size: 28px; font-family: "Bebas Neue", cursive; line-height: 1; }

.nav-mobile__content-header .close { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.nav-mobile__content-header .close .icon { color: rgba(122, 147, 169, 0.65); font-size: 24px; }

.nav-mobile__content-wrapper { height: calc(100% - 70px); overflow-y: auto; scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1); scrollbar-width: thin; padding-left: 20px; padding-right: 20px; padding-bottom: 40px; }

.nav-mobile__content-wrapper::-webkit-scrollbar-track { background-color: rgba(254, 126, 0, 0.1); }

.nav-mobile__content-wrapper::-webkit-scrollbar { width: 5px; }

.nav-mobile__content-wrapper::-webkit-scrollbar-thumb { background-color: #fe7e00; }

.nav-mobile__content-wrapper .list-nav { overflow-x: auto; margin-right: -20px; }

.nav-mobile__content-wrapper .list-nav ul li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.nav-mobile__content-wrapper .list-nav ul li:not(:last-child) { margin-right: 10px; }

.nav-mobile__content-wrapper .list-nav ul li a { background-color: rgba(219, 226, 231, 0.5); }



.card-img-top.border-radius-1.card-img{
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.img-rounded{
	border-radius: 25px;
}

.paket-servis{
	bottom: 110px;
	right: 0px;
	
	position: fixed;
	display: flex;
	z-index: 9999;

}
.ps-img-holder{
	background: var(--primary);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-right: -30px;
	position: relative;
	border-left: 2px solid #fff;
}
.txt-holder{
	background: var(--primary);
	display: flex;
	flex-flow: column;
	color: #fff;
	text-align: center;
	padding: 5px 15px 0 43px;
}
.txt-holder > span:first-child{
	font-weight: 900;
	font-size: 18px;
	margin-bottom: -8px;
	margin-top: 3px;
}
.txt-holder *{
	display: block;
	
}
.txt-holder button{
	border:0;
	background: none;
	color: #fff;
	font-size: 14px !important;
}