@font-face {
  font-family: 'CaslonBT-Bold';
  src: url('../font/Caslon/CaslonBT-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/Caslon/CaslonBT-Bold.woff') format('woff'), url('../font/Caslon/CaslonBT-Bold.ttf')  format('truetype'), url('../font/Caslon/CaslonBT-Bold.svg#CaslonBT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../font/proxima/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/proxima/ProximaNova-Bold.otf')  format('opentype'),
	     url('../font/proxima/ProximaNova-Bold.woff') format('woff'), url('../font/proxima/ProximaNova-Bold.ttf')  format('truetype'), url('../font/proxima/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeoSansPro-Regular';
  src: url('../font/neo/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../font/neo/NeoSansPro-Regular.woff') format('woff'), url('../font/neo/NeoSansPro-Regular.ttf')  format('truetype'), url('../font/neo/NeoSansPro-Regular.svg#NeoSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
  box-sizing: border-box;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.header{
z-index:1000;
position:absolute;
background-color:#FFF;
height:120px;
border-bottom:10px solid #fdc400;
width:100%;
}

.logo{
width:150px;
margin:0 auto;
padding-top:36px;
}

.dil{
width:150px;
margin:0 auto;
padding-top:36px;
}

@media screen and (max-width: 699px) 
{
.dil_tr{
position:absolute;
left:5px;
margin-top:-57px;
padding:6px 6px 0px 6px;
width:40px;
text-align:center;
background-color:#fdc400;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.dil_en{
position:absolute;
left:55px;
margin-top:-57px;
padding:6px 6px 0px 6px;
width:40px;
text-align:center;
background-color:#fdc400;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.arama{
position:absolute;
right:70px;
margin-top:-51px;
padding:6px;
width:50px;
}	
.arama_text{
	border:none;
	border:1px solid #dadada;
	padding:5px 0px 5px 35px;
	width:70px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.arama_mercek{
	position:absolute;
	margin-top:7px;
	margin-left:10px;
}

.menu{
position:absolute;
right:0px;
margin-top:-50px;
padding:6px;
text-align:center;
}
.footer{
z-index:1000;
position:absolute;
width:100%;
text-align:center;
bottom:20px;
color:#FFF;
font-size:12px;
}
.footer2{
z-index:1000;
width:100%;
text-align:center;
padding-top:20px;
padding-bottom:20px;
color:#575756;
float:left;
font-size:12px;
}
.slide-1 {
    background: #bb8f40;
	background-repeat:no-repeat;
	background-position:center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0px;
	padding:0px;
	font-family: 'CaslonBT-Bold' !important;
	font-size:40px;
	text-align:center;
	color:#FFF;
}
.menu2{
display:none;
}
.menu3{
font-family: 'ProximaNova-Bold' !important;
z-index:1000;
width:100%;
margin:0 auto;
padding-top:175px;
background-color:#dadada;
text-align:center;
font-weight:bold;
padding-bottom:10px;
font-size:13px;
}
.menu4{
position:absolute;
right:0px;
margin-top:-50px;
padding:6px;
text-align:center;
}
}
@media screen and (min-width: 700px)
{
.dil_tr{
position:absolute;
left:50px;
margin-top:-57px;
padding:6px 6px 0px 6px;
width:40px;
text-align:center;
background-color:#fdc400;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.dil_en{
position:absolute;
left:100px;
margin-top:-57px;
padding:6px 6px 0px 6px;
width:40px;
text-align:center;
background-color:#fdc400;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.arama{
position:absolute;
right:260px;
margin-top:-51px;
padding:6px;
width:50px;
}
.arama_text{
	border:none;
	border:1px solid #dadada;
	padding:5px 0px 5px 35px;
	width:180px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.arama_mercek{
	position:absolute;
	margin-top:7px;
	margin-left:10px;
}

.menu{
position:absolute;
right:50px;
margin-top:-50px;
padding:6px;
text-align:center;
}
.footer{
z-index:1000;
position:absolute;
width:100%;
text-align:center;
bottom:20px;
color:#FFF;
font-size:17px;
}
.footer2{
z-index:1000;
width:100%;
text-align:center;
padding-top:20px;
padding-bottom:20px;
color:#575756;
float:left;
font-size:17px;
}
.slide-1 {
    background: #bb8f40;
	background-repeat:no-repeat;
	background-position:center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0px;
	padding:0px;
	font-family: 'CaslonBT-Bold' !important;
	font-size:60px;
	text-align:center;
	color:#FFF;
}
.menu2{
font-family: 'ProximaNova-Bold' !important;
z-index:1000;
width:100%;
margin:0 auto;
padding-top:200px;
background-color:#dadada;
text-align:center;
font-weight:bold;
padding-bottom:10px;
font-size:16px;
text-transform:uppercase;
}
.arabosluk{
	padding:0px 5px;
}
.menu3{
display:none;
}
.menu4{
display:none;
}
}






/* unvisited link */
.link:link {color: #9d9d9c; text-decoration: none;}
.link:visited {color: #9d9d9c; text-decoration: none;}
.link:hover {color: #fdc400; text-decoration: none;}
.link:active {color: #9d9d9c; text-decoration: none;}

.link2:link {color: #575756; text-decoration: none;}
.link2:visited {color: #575756; text-decoration: none;}
.link2:hover {color: #fdc400; text-decoration: none;}
.link2:active {color: #575756; text-decoration: none;}

.link3:link {color: #fff; text-decoration: none;}
.link3:visited {color: #fff; text-decoration: none;}
.link3:hover {color: #fdc400; text-decoration: none;}
.link3:active {color: #fdc400; text-decoration: none;}

.link4:link {color: #fdc400; text-decoration: none;}
.link4:visited {color: #fdc400; text-decoration: none;}
.link4:hover {color: #fff; text-decoration: none;}
.link4:active {color: #fff; text-decoration: none;}


.footer_link:link {color: #fff; text-decoration: none;}
.footer_link:visited {color: #fff; text-decoration: none;}
.footer_link:hover {color: #fff; text-decoration: underline;}
.footer_link:active {color: #fff; text-decoration: none;}

.footer_link2:link {color: #575756; text-decoration: none;}
.footer_link2:visited {color: #575756; text-decoration: none;}
.footer_link2:hover {color: #575756; text-decoration: underline;}
.footer_link2:active {color: #575756; text-decoration: none;}

.beyaz_link:link {color: #fff; text-decoration: none;}
.beyaz_link:visited {color: #fff; text-decoration: none;}
.beyaz_link:hover {color: #fff; text-decoration: none;}
.beyaz_link:active {color: #fff; text-decoration: none;}


.menualt1{
font-family: 'ProximaNova-Bold' !important;
z-index:1000;
width:100%;
background-color:#100b0c;
text-align:center;
padding:20px 0px;
color:#fecc00;
font-weight:bold;
text-transform:uppercase;
}
.menualt1hizala{
	width:100%;
	max-width:760px;
	margin:0px auto;
	padding-bottom:19px;
}

.menuhizasol{float:left;}
.menuhizasag{float:right;}


.menu_alt_cizgi{
	background-image:url(../images/cizgi.png);
background-repeat:no-repeat;
background-position:top center;
height:38px;
margin-top:-10px;
}

.desen{
position:absolute;
background-image:url(../images/desen.png);
background-repeat:no-repeat;
background-position:top center;
width:122px;
height:44px;
margin-top:25px;
margin-left:-40px;
}



.menualt2{
z-index:1000;
width:100%;
background-image:url(../images/menu_aktif.png);
background-repeat:no-repeat;
background-position:top center;
height:38px;
margin-top:-10px;
}

.ortaalan{
font-family: 'NeoSansPro-Regular' !important;
z-index:1000;
width:100%;
max-width:1045px;
margin:0 auto;
padding-top:50px;
padding-bottom:50px;
color:#575756;
height:auto;
}



.urun{
float:left;
margin-right:97px;
margin-bottom:100px;
width:250px;
}
.resim{text-align:center;}
.cizgi{border-top:4px solid #fdc400;}
.detay{
	position:absolute;
	background-color:#575756;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color:#FFF;
	width:250px;
	padding:5px 5px 3px 5px;
	}
.sol{
font-family: 'ProximaNova-Bold' !important;
float:left;
width:45%;
font-size:15px;
font-weight:bold;
text-align:center;
background-color:#fdc400;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
padding:10px 0px;
}
.sag{
font-family: 'NeoSansPro-Regular' !important;
float:left;
width:53%;
font-size:14px;
text-align:center;
padding:10px 0px;
background-image:url(../images/ok.png);
background-repeat:no-repeat;
background-position:right center;
}

.detay2{
	position:absolute;
	background-color:#575756;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color:#FFF;
	width:100px;
	padding:5px;
	margin-left:65px;
	}
.sol2{
float:left;
width:50%;
font-size:15px;
font-weight:bold;
text-align:center;
background-color:#fdc400;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.sag2{
float:left;
width:50%;
font-size:14px;
text-align:center;
}

.ozellik{
	float:left;
	width:100%;
	max-width:300px;
	margin-top:100px;
	margin-right:50px;
	}

.teknik{
	float:left;
	width:100%;
	max-width:690px;
	margin-top:100px;
	}

.ayrinti{
	float:left;
	width:100%;
	max-width:300px;
	margin-top:80px;
	margin-right:50px;
	}

.sertifika{
	float:left;
	width:100%;
	max-width:300px;
	margin-top:80px;
	margin-right:50px;
	}

.benzer{
	float:left;
	width:100%;
	max-width:340px;
	margin-top:80px;
	}

.tablobaslik{
	font-weight:bold;
	border-bottom:1px solid #575756;
	padding:5px 0px;
}
.tablodetay{
	border-left:1px solid #575756;
	border-bottom:1px solid #575756;
	padding-left:10px;
}

.tablobaslik2{
	font-weight:bold;
	padding:5px 0px;
}
.tablodetay2{
	border-left:1px solid #575756;
	padding-left:10px;
}

.tablobaslik3{
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #575756;
	padding:5px 0px;
	font-size:13px;
}
.tablodetay3{
	border-top:1px solid #575756;
	text-align:center;
	padding:3px 0px;
}
.ilk{
	border-top:0px solid #575756;
	text-align:center;
}



.iletisim1{
	width: 100%;
    height: 49px;
    margin: 2px 0px;
    display: block;
    padding-left: 10px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    border: 0px solid #ffffff;
    background-color: #ffffff;
}

.iletisim2{
	width: 100%;
    height: 150px;
    margin: 2px 0px;
    display: block;
    padding-left: 10px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    border: 0px solid #ffffff;
    background-color: #ffffff;
}

.iletisimbaslik{
    font-family: 'ProximaNova-Bold' !important;
    font-size: 18px;
    font-weight: bold;
    color:#FFF;
	/*text-shadow: 1px 1px 1px black;*/
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
}

.buton{
	width: 88px;
    height: 27px;
    margin: 2px 0px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	border:none;
	color:#FFF;
}


.referans_resim{
	filter: grayscale(100%);
}
.referans_resim:hover{filter: grayscale(0%);}













/* Navigation */
.navigation {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.navigation-left {
  margin-left: -33px;
}

.navigation-left a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333745;
  font-size: 12px;
  font-weight: bold;
  width: 107px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  transition: all .2s;
}

.navigation-left a:hover,
.navigation-left a:focus {
  border-color: rgb(234, 46, 73);
  background-color: rgba(44, 45, 47, 0);
}

.navigation-center {
  margin-right: 85px;
}

.navigation-right {
  display: flex;
  align-items: center;
}

.login-btn {
  background-color: #b8b8b9;
  width: 97px;
  height: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  color: #333745;
  text-transform: uppercase;
  margin-left: 20px;
  transition: all .2s;
  cursor: pointer;
}
.login-btn:hover {
  transform: scale(1.06);
}

/* Slider wrapper*/
.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Slider */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Slides Background Color */


.burdan_devam_edin {
    position:absolute;
	margin-top:120px;
	
	font-family: 'NeoSansPro-Regular';
	font-size:17px;
	
	text-align:left;
	color:#FFF;
	border:4px solid #FFF;
	padding:5px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor:pointer;
}

.burdan_devam_edin:hover {
    position:absolute;
	margin-top:120px;
	background-color:#fdc400;
	font-family: 'NeoSansPro-Regular';
	font-size:17px;
	
	text-align:left;
	color:#FFF;
	border:4px solid #fdc400;
	padding:5px 40px 5px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor:pointer;
	background-image:url(../images/ok3.png);
	background-repeat:no-repeat;
	background-position:center right;
}




.slider {
  display: flex;
  /*justify-content: flex-start;*/
}
.slider-content {
  width: 635px;
  padding-left: 100px;
}


/* Slider Inner Slide Effect */
.slider h2 {
  color: #333333;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  margin-top: 0;
  letter-spacing: 2px;
}

.slider h4 {
  font-size: 22px;
  font-family: "Oswald";
  color: rgba(51, 51, 51, 0.349);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slider > img {
  position: absolute;
  right: 10%;
  bottom: 0;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slide-1 > img {
  right: 0;
}

.buy-now-btn {
  background-color: #ea2e49;
  width: 220px;
  height: 50px;
  border-radius: 30px;
  border: none;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}

.buy-now-btn:hover {
  box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);
}

.buy-now-btn:after {
  content: 'Buy Now';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 35px;
  top: 18px;
}

.slider .buy-now-btn:focus,
.navigation .login-btn:focus {
  outline: none;
}

/* Animations */
.slider h2 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.slider h4 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; /* Safari */
  transition-delay: 1.4s;
}
.slider > img {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.2s; /* Safari */
  transition-delay: 1.2s;
}

/* Number Pagination */
.number-pagination {
  position: absolute;
  bottom: 30px;
  right: 100px;
  font-family: "Oswald";
  font-weight: bold;
}

.number-pagination span {
  font-size: 30px;
  color: #ea2e49;
  letter-spacing: 4px;
}

.number-pagination span:after {
  content: "/4";
  font-size: 16px;
  color: #fff;
}

/* Slider Pagger */
.slider-pagination {
  position: absolute;
  top: 50%;
  /*width: 575px;*/
  width:20px;
  right: 20px;
  z-index: 1000;
  /*display: flex;*/
  align-items: center;
}
.slider-pagination label {
  width: 14px;
  height: 14px;
  	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
  display: inline-block;
  border: 2px solid #fff;
  background: transparent;
  margin: 0 10px;
  cursor: pointer;
}

/* Slider Pagger Event */
.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: #fff;

}

/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.slide-radio1:checked ~ .slide-1 h2,
.slide-radio2:checked ~ .slide-2 h2,
.slide-radio3:checked ~ .slide-3 h2,
.slide-radio4:checked ~ .slide-4 h2,
.slide-radio1:checked ~ .slide-1 h4,
.slide-radio2:checked ~ .slide-2 h4,
.slide-radio3:checked ~ .slide-3 h4,
.slide-radio4:checked ~ .slide-4 h4,
.slide-radio1:checked ~ .slide-1 > img,
.slide-radio2:checked ~ .slide-2 > img,
.slide-radio3:checked ~ .slide-3 > img,
.slide-radio4:checked ~ .slide-4 > img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .slider h2 {
    font-size: 20px;
  }
  .slider h4 {
    font-size: 16px;
  }

  .slider-content {
    padding: 0 2%
  }

  .navigation {
    padding: 0 2%;
  }

  .navigation-left {
    display: none;
  }

  .number-pagination {
    right: 2%;
  }
  .slider-pagination {
    left: 2%;
  }

  .slider .buy-now-btn {
    padding: 0 15px;
    width: 175px;
    height: 42px;
  }

  .slider .buy-now-btn:after {
    top: 15px;
  }

  .slider > img {
    right: 2%;
  }

  .slide-1 > img {
    right: -110px;
  }
}
