@font-face {
  font-family: 'Righteous-Regular';
  src: url('../font/Righteous-Regular.eot');
  src: url('../font/Righteous-Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/Righteous-Regular.svg#Righteous-Regular') format('svg'),
       url('../font/Righteous-Regular.ttf') format('truetype'),
       url('../font/Righteous-Regular.woff') format('woff'),
       url('../font/Righteous-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Further-Regular';
  src: url('../font/Further-Regular.svg#Further-Regular') format('svg'),
       url('../font/Further-Regular.ttf') format('truetype'),
       url('../font/Further-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Further';
  src: url('../font/Further.eot');
  src: url('../font/Further.eot?#iefix') format('embedded-opentype'),
       url('../font/Further.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Postillon';
  src: url('../font/Postillon.eot');
  src: url('../font/Postillon.eot?#iefix') format('embedded-opentype'),
       url('../font/Postillon.svg#Postillon') format('svg'),
       url('../font/Postillon.ttf') format('truetype'),
       url('../font/Postillon.woff') format('woff'),
       url('../font/Postillon.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MadeleinaSans';
  src: url('../font/MadeleinaSans.eot');
  src: url('../font/MadeleinaSans.eot?#iefix') format('embedded-opentype'),
       url('../font/MadeleinaSans.svg#MadeleinaSans') format('svg'),
       url('../font/MadeleinaSans.ttf') format('truetype'),
       url('../font/MadeleinaSans.woff') format('woff'),
       url('../font/MadeleinaSans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bahamas Bold';
  src: url('../font/Bahamas Bold.eot');
  src: url('../font/Bahamas Bold.eot?#iefix') format('embedded-opentype'),
       url('../font/Bahamas Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BahamasBold';
  src: url('../font/BahamasBold.svg#BahamasBold') format('svg'),
       url('../font/BahamasBold.ttf') format('truetype'),
       url('../font/BahamasBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NADALL';
  src: url('../font/NADALL.eot');
  src: url('../font/NADALL.eot?#iefix') format('embedded-opentype'),
       url('../font/NADALL.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nadall';
  src: url('../font/Nadall.svg#Nadall') format('svg'),
       url('../font/Nadall.ttf') format('truetype'),
       url('../font/Nadall.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Quizma-LightDemo';
  src: url('../font/Quizma-LightDemo.eot');
  src: url('../font/Quizma-LightDemo.eot?#iefix') format('embedded-opentype'),
       url('../font/Quizma-LightDemo.svg#Quizma-LightDemo') format('svg'),
       url('../font/Quizma-LightDemo.ttf') format('truetype'),
       url('../font/Quizma-LightDemo.woff') format('woff'),
       url('../font/Quizma-LightDemo.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body{
	overflow-x: hidden;
}
html{
	scroll-behavior: smooth;
}
.web{
	 font-family: 'Quizma-LightDemo';
	 text-decoration: none;
	 color: white;
}
.san{
	font-family: 'Nadall';
	text-decoration: none;
	color: white;
}
.logo{
	width: 150px;
	float: right;
	margin-top: 18px;
}
.sanatu{
	font-size: 25px;
}
.webtsr{
	line-height: 5px;
}

.sl-wrapper .sl-close{
	top: 20%;
}
.black{
	background: black
}
.red{
	background: red
}
.blue{
	background: blue

}
.green{
	background: green
}
.yellow{
	background: yellow
}
.h400{
	height: 400px;
}
.h200{
	height: 200px;
}


body{
	overflow-x: hidden;
	font-family: Rodger-Regular;
    letter-spacing: 0.6px;
}

.menu-genel{
	min-height: 70px;
	margin-top: 50px;
	width: 100%;
	position: absolute;
	z-index: 999999999;
}
.menu-logo-genel{
	float: left;
	margin-left: 4vw;
}
.menu{
	float: right;
	vertical-align: text-bottom;
	font-family: Righteous-Regular;
}
.menu > ul{
	margin: 0;
	padding:0;
	margin-top: 20px;
} 
.menu > ul > li{
	list-style-type: none;
	float: left;
	position: relative;
	overflow: hidden;
	transition: 0.4s;
}
.menu > ul > li:hover{
	overflow: visible;
} 
.menu > ul > li > a{
	display: block;
	text-decoration: none;
	color:white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.4vw;
	letter-spacing: 1px;
	height: 50px;
	line-height:50px;
	transition: 0.4s;

}
.menu > ul > li > a:hover{
	color: #f1b93d;
}
.alt-menu > ul{
	margin: 0;
	padding: 0;
	position: absolute;
	min-width: 250px;
}
.alt-menu > ul > li {
	list-style-type: none;
}
.alt-menu > ul > li > a{
	display:block;
	min-width: 150px;
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
.menu-tel{
	border:solid 1px white;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 70px;
	border:solid 1px #ffffff36;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-right: solid 0px transparent;
	transition: 0.4;
	background: #f1b93d;
	color: black;
}
.menu-tel:hover{
	transition: 0.4;
	background: black;

}
.menu > ul > .menu-tel > a{
	color:black;
}
.menu > ul > .menu-tel > a:hover{
	color:#f1b93d;
	border-color: black;
}

.menu-button{
	height: 50px;
	width: 40px;
	position: fixed;
	right: 0;
	margin-right: 15px;
	z-index: 999999999999999;
	margin-top: 10px;
	cursor: pointer;
	padding-left:5px;
	display: none;
}
.menu-button::after{
	content: 'MENÜ';
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	right: 50px;
	font-size: 15px;
	line-height: 50px;
	color: white;
	font-weight: bold;
	transition: 0.3s;
	font-family:Righteous-Regular;
}
.mbtn{
	display: block;
	height: 3px;
	width: 20px;
	margin-top: 10px;
	background:white;
	float: left;
	margin-left: -5px;
	transition: 0.3s;
}
.sol{
	transform:rotate(30deg);
}
.sag{
	
	transform:rotate(-30deg);
}
.img-s{
	display: block;
	background-size: cover;
}
.carousel-item{
	
}
.d-block {
}
.carousel-indicators{
	margin-bottom: 90px;
}
.carousel-indicators li{
	height: 5px;
	width: 15px;
	border-radius: 20px;
	border:none;
	margin-left: 10px;
	margin-right: 10px;
}
.slider-ok{
	height: 50px;
	width: 50px;
	position: absolute;
	top:20px;
	line-height: 50px;
	text-align: right;
	font-size: 37px;
	color: white;
	transform:rotate(90deg);
	cursor: pointer;
}

.i-hkmz-genel{
	background-image: url('../images/hakkimizda-BG.jpg');
	min-height: 400px;
	padding-bottom: 30px;
	padding-top: 30px;

}
.i-hkmz-img{
	background-image: url('../images/burger-icon.png');
	background-size: 20vw;
	background-repeat: no-repeat;
	background-position:left 20px bottom 10px;
	height: 350px;
}
.i-hkmz-trh{
	font-size: 10vw;
	line-height: 350px;
	font-family: Further-Regular;
	transform:rotate(-90deg);
	color: #f2ba3d;
	text-shadow:
   -3px -3px 0 #000,  
    3px -3px 0 #000,
    -3px 3px 0 #000,
     3px 3px 0 #000;
    opacity: 0.8;
    position: relative;
    background-image: url('../images/burger-icon-isik.png');
	background-repeat: no-repeat;
	background-size:14vw;
	background-position: left 50px bottom 50px;
}
.i-hkmz-baslik > h1{
	font-family: Postillon;
	font-size: 5vw;
	color: #eaeaea;
	text-shadow:
    -0.2vw -0.2vw 0 #000,  
     0.2vw -0.2vw 0 #000,
    -0.2vw 0.2vw 0 #000,
     0.2vw 0.2vw 0 #000;
}
.i-hkmz-metin{
	font-family: MadeleinaSans;
	font-size:1.7vw;
	font-weight: bold;
	opacity: 0.9;
	padding-left: 2vw;
	padding-right: 10vw;
}
.i-hkmz-btn > a{
	text-decoration: none;
	font-size: 3vw;
	color: black;
	display: inline;
	border:solid 2px black;
	padding-left: 20px;
	padding-top: 5px;
	border-radius: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	width: 100px;
	transition: 0.3s;
}
.i-hkmz-btn a:hover{
	background: #f1b93d;
}
.urun-genel{
	min-height: 500px;
	border-top:solid 20px #f1b93d;
	padding-top: 100px;
	position: relative;
}
.urun{
	margin-top: 50px;
}
.urun-baslik > h5{
	font-family: Bahamas Bold;
	font-size: 30px;
	color: #f1b93d;
}
.urun-metin{
	font-size: 24px;
	font-family: MadeleinaSans;
}
.urun-menu-button{
	height: 100px;
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
}
.urun-menu-button:hover span{
	width: 100%;
}
.urun-menu-button > a{
	height: 100%;
	width: 50%;
	float: left;
	display: block;
	line-height:50px;
	font-family: Righteous-Regular;
	font-size: 25px;
	text-decoration: none;
	color:black;
}
.urun-menu-button > a > span{
	display: block;
	height: 1px;
	background: #f1b93d;
	transition: 0.3s;
}
.sp1, .sp2{
	float: right;
	margin-top: 30px;
}
.sp1{
	width: 75%;
}
.sp2{
	width: 35%;
}
.galeri-link-img{
	position: relative;
}
.galeri-link-img > a{
	display: block;
	height: 80%;
	width: 80%;
	position: absolute;
	top: 0;
	margin-left:7.5%;
	margin-top:7.5%;
	font-size: 4vw;
	text-align: center;
	padding-top: 5vw;
	text-decoration: none;
	color: white;
	border:dashed 8px white;
	font-family: Righteous-Regular;
}
.galeri-img{
	height: 258px;
	width: 205px
}
.padd-top img{
	padding-top: 10px;
}
.padd-bottom img{
	padding-bottom: 10px;
}
.galeri-genel{
	width: 100%;
	border-top: dashed 5px #f1b93d;
	padding-top: 100px;
	margin-top: 20px;
}
.galeri-title a{
	display: block;
	text-decoration: none;
	color:black;
	font-size: 23px;
	margin-top: 100px;
	font-family:Righteous-Regular;
}
.footer-adres{
	font-family:Righteous-Regular;
	font-size:22px;
	padding-bottom: 20px;
	word-wrap:break-word;
	color: white;
}
.footer-bottom{
	border-top: dashed 3px #f1b93d;
	margin-top: 20px;
	min-height: 50px;
	padding-bottom: 80px;
}
.footer-bottom-tm{
	margin-top: 50px;
	font-family: MadeleinaSans;
	font-size: 25px;
}

footer{
	min-height: 500px;
	background-image:url('../images/footer-bottom-bg-ayvaz-burger.jpg');
	background-size: cover;
	font-family:Righteous-Regular;
	color:white;
	padding-top: 100px;
	margin-top:100px;
	position: relative;
}
footer:after{
	content: '';
	height: 300px;
	width: 300px;
	position: absolute;
	bottom: 0;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position:left 0px bottom ;
}
.carousel-inner{
	max-height: 100vh;
}
.carousel-inner:after{
	content: '';
	display: block;
	height: 321px;
	width: 695px;
	margin-left: -348px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	background-position: center;
	background-image: url('../images/slider-text.png');
	left: 50%;
	top: 30%;
}
.menu-head{
	height: 28vw;
	background-attachment: fixed;
	background-size: 100vw;
	background-repeat: no-repeat;
}
.extra-title{
	font-family: Bahamas Bold;
	font-size: 40px;
	color: black;
	text-align: center;
	border-bottom: solid 2px black;
}
.extra-genel{
	border:dashed 5px #f1b93d;
	 
}
.hakkimizda-genel{
	margin-top: 50px;
	padding-left: 10vw;
	padding-right: 10vw;
}
.hakkimizda-baslik{
	font-size: 40px;
	font-family: Bahamas Bold;
	color: #f1b93d;
	text-align: left;
	border-bottom: dotted 1px #f1b93d; 
}
.hakkimizda-metin{
	font-family: MadeleinaSans;
	font-size:20px;
	font-weight: bold;
	opacity: 0.9;
	padding-top: 50px;
}
.iletisim-text{
	font-family: MadeleinaSans;
	opacity: 0.9;
	font-size: 20px;
	margin-top: 20px;
}
.iletisim-form-genel{
	-webkit-box-shadow: 0px 17px 17px -12px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 17px 17px -12px rgba(0,0,0,0.2);
	box-shadow: 0px 17px 17px -12px rgba(0,0,0,0.2);
}
/*
font-family: 'Righteous-Regular';
 font-family: 'Further-Regular';
 font-family: 'Further';
 font-family: 'Postillon';
 font-family: 'MadeleinaSans';
*/