/* Genel Stiller */
:root{
  --zemin_renk:rgba(9,11,16,1);
}

body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    background-color: rgba(9,11,16,1);
}
  
h1,h2,h3,h4,h5,h6,p,a,ul,li{
  text-decoration: none;
  list-style-type: none;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

p{
  line-height: 2;
  font-size: 16px;
  letter-spacing: 2px;
}


  

content{
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 50px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.content{
  width: 1400px;
  float: left;
  position: relative;
  margin-left: calc(50% - 700px);
}


.top_kayan_yazi{
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #ff090e;
  z-index: 910;
}

.top_kayan_yazi .ky_yazi {
  line-height: 30px;
  position: absolute;
  white-space: nowrap;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
}


.tuning_kayan_yazi{
  width: 100%;
  height: 30px;
  position: relative;
  float: left;
  z-index: 910;
  overflow-x:hidden;
  margin-top: 20px;
}

.tuning_kayan_yazi .ky_yazi {
  line-height: 30px;
  position: absolute;
  white-space: nowrap;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
}


 


header{
  width: 100%;
  height: 100px;
  float: left;
  position: fixed;
  left: 0px;
  z-index: 900;    
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:  all 300ms;
  padding: 0px 20px;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    rgba(9, 11, 16, 1) 0%,    /* Üstte %30 opacity */
    rgba(9, 11, 16, 0.6) 50%,   /* 40% noktasında hala %30 opacity */
    rgba(9, 11, 16, 0) 100%     /* Alt kısımda opacity 0 */
  );

}

.duyuru_aktif{ top: 30px; }


header.header2{
  background: linear-gradient(
    to bottom,
    rgba(9, 11, 16, 1) 0%,    /* Üstte %30 opacity */
    rgba(9, 11, 16, 1) 80%,   /* 40% noktasında hala %30 opacity */
    rgba(9, 11, 16, 0) 100%     /* Alt kısımda opacity 0 */
  );
}


header .logo{
  width: 300px;
  height: 70px;
  float: left;
  position: relative;
}

header .logo img{
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  object-fit: contain;
  object-position:left;
}

header .randevu_al_but{
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #ff090e;
  color: #fff;
  float: left;
  position: relative;
  float: right;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

header .hdr_telefom{
  letter-spacing: 1px;
  color: #fff;
  float: left;
  position: relative;
  float: right;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 40px;
}

header .hdr_telefom::before{
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 5px;
  float: left;
  position: relative;
  background-color: #fff;
  mask: url(../images/phone_icon.svg) no-repeat center / contain; 
  -webkit-mask: url(../images/phone_icon.svg) no-repeat center / contain; 
}


header .hdr_sag{
  float: right;
  position: relative;
  display: flex;
  align-items: center;
}

header .hdr_sag .hdr_iltsm{
  float: left;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
  margin-right: 0px;
}




  .burger-menu {
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    right: 0px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    z-index: 15;
    transition: all 300ms;
    background-color: transparent;
  }
  
  .burger-menu.hidden { right: -200px; }

.menu{
    position: fixed;
    left: 0;
    width: 100%;
    height: 65vh;
    margin-top: 35vh;
    top:100%;
    transition: all 300ms;
    z-index: 990;
    background-color: rgba(9,11,16,1);
}


.menu.open{ top: 0px; }
  

.menu_zemin{
    width: calc(100% - 150px);
    height: 150px;
    float: left;
    position: relative;
    background-color: rgba(9,11,16,1);
    border-top-left-radius: 50px;
    margin-top: -150px;
} 

.menu_zemin:before{
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: rgba(9,11,16,1);
    mask: url(../images/header_mask.svg) no-repeat center / contain;
    -webkit-mask: url(../images/header_mask.svg) no-repeat center / contain;
    right: -150px;
}

  /* Menü Kapatma Butonu */
  .menu-close {
    position: absolute;
    top: -140px;
    width: 74px;
    height: 74px;
    background-color: rgba(9,11,16,1);
    border: none;
    color: #fff;
    font-size: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 300ms;
    transition-delay: 200ms; /* Geçişin başlaması için 200ms gecikme */
    right: -150px;
  }
  
  .menu-close.show {right: 10px;}

  /* Menü İçeriği */
  .menu ul {
    width: 100%;
    height: calc(100% + 150px);
    margin-top: -150px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: center;
  }
  
  .menu ul li {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  
  .menu ul li a {
    text-decoration: none;
    line-height: 1.4;
    padding: 10px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
  }
  
  .menu ul li a:hover {
    color: #ccc;
  }
  

  footer{
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../images/footer_zmn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 100px;
    padding: 100px 0px;
  }

  
  footer:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(
      to bottom,
      rgba(9, 11, 16, 1) 0%,
      rgba(9, 11, 16, 0.8) 20%,
      rgba(9, 11, 16, 0.8) 80%,
      rgba(9, 11, 16, 1) 100%
    );
    z-index: 2;
  }

  footer .ftr_cont{
    width: 1600px;
    left: calc(50% - 800px);
    float: left;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer .ftrstunlar{
    width: calc(100% - 350px);
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  footer .fstun{
    width: 230px;
    float: left;
    position: relative;
  }

  footer .fstun .title{
    width: 100%;
    float: left;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;
  }

  footer .fstun .str{
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #fff;
  }

  footer .ftriletisim{
    width: 300px;
    float: left;
    position: relative;
    margin-left: 50px;
  }

  footer .ftriletisim .str{
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #fff;
  }

  footer .ftriletisim .str .icon{
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
  }

  footer .ftriletisim .str .icon::before{
      content: '';
      width: 100%;
      height: 100%;
      position: relative;
      float: left;
      background-color: #fff; 
      transition: all 300ms;
  }

  
  footer .ftriletisim .str .ftr_tel::before{
    mask: url(../images/icon_phone.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/icon_phone.svg) no-repeat center / contain; 
  }

  footer .ftriletisim .str .ftr_adres::before{
    mask: url(../images/icon_pin.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/icon_pin.svg) no-repeat center / contain; 
  }

  footer .ftriletisim .str .ftr_mail::before{
    mask: url(../images/icon_mail.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/icon_mail.svg) no-repeat center / contain; 
  }

 
  footer .ftriletisim .str p{
    width: calc(100% - 40px);
    float: left;
    position: relative;
    margin-left: 12px;
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 1px;
  }


  

  .blur_cnt{ filter: blur(5px); }


  .mt_100{ margin-top: 100px;}
  .mb_100{ margin-bottom: 100px;}

  .test_img{
    width: 100%;
    float: left;
    position: relative;
  }
  
  
.banner{
  width: 100%;
  padding-top: 35%;
  float: left;
  position: relative;
}

.banner h1{
  width: 100%;
  line-height: 1.4;
  position: absolute;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 5px;
  color: #fff;
  z-index: 5;
  text-align: center;
  top: calc(50% + 50px);
  transform: translateY(-50%);
}

.banner img{
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  object-fit: cover;
  z-index: 1;
}

.banner:before{
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(9, 11, 16, 0.4) 0%,    /* Üstte %30 opacity */
    rgba(9, 11, 16, 0.6) 30%,   /* 40% noktasında hala %30 opacity */
    rgba(9, 11, 16, 1) 100%     /* Alt kısımda opacity 0 */
  );
}










.iletisim_form_col .gonder_but{
  float: left;
  position: relative;
  line-height: 1;
  letter-spacing: 1.5px;
  font-size: 14px;
  background-color: #ff090e;
  color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
  transition: all 250ms;
  margin-top: 10px;
  cursor: pointer;
}

html#sag .iletisim_form_col .gonder_but{ float: right;}
.iletisim_form_col .gonder_but:hover{ transform: scale(1.1); }
.iletisim_form_col .gonder_but:active{ transform: scale(1); }

.iletisim_form_col .input_col input:focus, .iletisim_form_col .input_col select:focus, .iletisim_form_col .input_col textarea:focus{ border-color: #3d3d3d;}

.iletisim_form_col .gonder_but_disable{
  float: left;
  position: relative;
  line-height: 1;
  letter-spacing: 1.5px;
  font-size: 14px;
  background-color:  #ddd;
  color: #1d1d1d;
  border-radius: 8px;
  padding: 15px 30px;
  transition: all 250ms;
  margin-top: 10px;
}

html#sag .iletisim_form_col .gonder_but_disable{float: right;}



.mesaj_snc{
  max-width: 300px;
  float: left;
  position: fixed;
  background-color: rgba(95,141,78,0.95);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  border:1px solid #1b6400;
  padding: 35px 20px 20px 20px;
  z-index: 999;
  box-shadow: -3px 3px 20px rgb(0,0,0,0.5);
  display: none;
}

.mesaj_snc.hata{ background-color: rgba(220, 53, 53,0.95); border-color: #a30000;}

.mesaj_snc p{
  width: 100%;
  float: left;
  position: relative;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-size: 14px;
  color:#fff;
  text-align: center;
}

.mesaj_snc span{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.mesaj_snc span:before{ content:''; width: 16px; height: 16px; margin: 7px; float: left; position: relative; background-color: #fff; mask: url(../images/x.svg) no-repeat center / contain; -webkit-mask: url(../images/x.svg) no-repeat center / contain; }










.blog_bar{
	width: calc(100% - 0px);
	float: left;
	position: relative;
	margin:10px 0px;
}


.blog_bar .blog_zaman{
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
  color: #fff;
}

.blog_bar .blog_zaman:before{
	content:'';
	display: inline-block; 
	width:17px; 
	height:17px; 
	margin-right: 7px;
	background-color: #fff; 
	position: relative; 
	mask: url(../images/date.svg) no-repeat center / contain; 
	-webkit-mask: url(../images/date.svg) no-repeat center / contain; 
}

.blog_baslik{
	width: calc(100% - 0px);
	line-height: 1.4;
	font-weight: bold;
	float: left;
	position: relative;
	font-size: 45px;
	color:#fff;
	margin:20px 0px;
}

.blog_icerik{
	width: calc(100% - 0px);
	line-height: 1.5;
	float: left;
	position: relative;
	letter-spacing: 1.5px;
	margin-top:10px;
  color: #fff;
}

.blog_resimler{
	width: calc(100% - 0px);
	float: left;
	position: relative;
	margin:10px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
}

.blog_resimler .blog_img{
	width: calc(33.3% - 13px);
	float: left;
	position: relative;
	margin: 10px 0px;
}

.blog_resimler .blog_img .img{
	width: calc(100% - 0px);
	float: left;
	position: relative;
	padding-top:60%;
}

.blog_resimler .blog_img .img img{
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	float: left;
	top:0px;
	left: 0px;
	position: absolute;
	object-fit: cover;
}















.sonuc_popup{
	min-width: 250px;
	max-width: calc(100% - 60px);
	padding: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	border:1px solid;
	position: fixed;
	display: flex;
	align-items: center;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.4;
	border-radius: 10px;
	text-transform: capitalize;
}

.sonuc_popup p{
	width: calc(100% - 36px);
	float: left;
	position: relative;
  color: #333C48;
}

.darkmode .sonuc_popup p{ color: #111111;}

.sonuc_popup:before{
	content: '';
	width: 26px;
	height: 26px;
	position: relative;
	margin-right: 10px;
}

.sonuc_popup.success{ background-color: #d6f0dd; border-color: #3ebd61; color: #333C48!important; }
.sonuc_popup.success:before{ background-color: #3ebd61; mask: url(../images/success_icon.svg) no-repeat center / contain; -webkit-mask: url(../images/success_icon.svg) no-repeat center / contain; }

.sonuc_popup.warning{ background-color: #f1d1cb; border-color: #ec4d2b; color: #333C48!important; }
.sonuc_popup.warning:before{ background-color: #ec4d2b; mask: url(../images/warning_icon.svg) no-repeat center / contain; -webkit-mask: url(../images/warning_icon.svg) no-repeat center / contain; }

.sonuc_popup.info{ background-color: #c3d9f0; border-color: #006ce3; color: #333C48!important; }
.sonuc_popup.info:before{ background-color: #006ce3; mask: url(../images/info_icon.svg) no-repeat center / contain; -webkit-mask: url(../images/info_icon.svg) no-repeat center / contain; }








@media screen and (max-width: 1680px), screen and (max-device-width: 1680px) {
  footer .ftr_cont{
    width: calc(100% - 40px);
    left: 20px;
  }

}

@media screen and (max-width: 1440px), screen and (max-device-width: 1440px) {

  .content{
    width: 1200px;
    margin-left: calc(50% - 600px);
  }

    
  .menu ul li a {
    padding: 5px;
    font-size: 42px;
  }
  
  footer .fstun { width:200px;}
}




@media screen and (max-width: 1366px), screen and (max-device-width: 1366px) {

  .banner h1{
    font-size: 65px;
    letter-spacing: 5px;
    top: calc(50% + 50px);
  }
  
  footer .ftrstunlar{ width: calc(100% - 300px); }
  footer .ftriletisim { width: 270px; margin-left: 30px;}
  footer .ftriletisim .str p{ font-size: 14px; }
  footer .fstun { width:170px;}
}




@media screen and (max-width: 1280px), screen and (max-device-width: 1280px) {

  .content{
    width: 1000px;
    margin-left: calc(50% - 500px);
  }
  
  
  
}




@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {

  content{ padding: 0px 20px; }
  
  .content{
    width: 100%;
    margin-left: 0px;
  }

  .banner{ padding-top: 45%; }

  .banner h1{
    font-size: 55px;
    letter-spacing: 5px;
    top: calc(50% + 50px);
  }
 
  .menu ul li a {
    padding: 5px;
    font-size: 38px;
  }
  
  
  footer .fstun { width:calc(50% - 30px); margin: 35px 0px;}

}





@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
  header{ height: 74px; }

  header .hdr_sag .hdr_iltsm {
    flex-direction: column-reverse;
    margin-right: 20px;
  }

  header .hdr_telefom{
    font-size: 15px;
    margin-bottom: 6px;
    margin-right: 0px;
  }

  header .hdr_telefom::before{ width: 22px; height: 22px; }

  header .logo{
    width: 200px;
    height: 45px;
  }

  .banner h1{
    font-size: 45px;
    letter-spacing: 5px;
    top: calc(50% + 50px);
  }
   
  .menu ul li a {
    padding: 5px;
    font-size: 30px;
  }
  
  footer .ftrstunlar{ width: calc(100% - 0px); }
  footer .ftriletisim { width: 100%; margin-left: 0px; margin-top: 40px;} 

}





@media screen and (max-width: 640px), screen and (max-device-width: 640px) {

  .banner{ padding-top: 55%; }

}




@media screen and (max-width: 533px), screen and (max-device-width: 533px) {

  header{ padding: 0px 10px;}

  header .logo{
    width: 180px;
    height: 40px;
  }

  header .randevu_al_but{
    font-size: 10px;
    padding: 10px;
  }

  header .hdr_telefom{font-size: 13px; margin-bottom: 5px;}
  header .hdr_telefom::before{ width: 20px; height: 20px; }

  .burger-menu{
    width: 32px;
    height: 32px;
    font-size: 32px;
  }

  .banner{ padding-top: 60%; }

  .banner h1{
    font-size: 35px;
    letter-spacing: 5px;
    top: calc(50% + 50px);
  }
   
  .menu ul li a {
    padding: 5px;
    font-size: 30px;
  }
  
}




@media screen and (max-width: 460px), screen and (max-device-width: 460px) {

  header .logo{ width: 150px; }
  header .hdr_sag .hdr_iltsm{ margin-right: 15px;}

  .banner{ padding-top: 80%; }

  .banner h1{
    font-size: 30px;
    letter-spacing: 5px;
    top: calc(50% + 50px);
  }
  
  
  footer .fstun { width:calc(100% - 0px); margin: 20px 0px;}
}







@media screen and (max-height: 500px), screen and (max-device-height: 500px) {
  .menu ul li a{ font-size: 20px; }

  .menu_zemin{
    width: calc(100% - 100px);
    height: 100px;
    border-top-left-radius: 50px;
    margin-top: -100px;
  }

  .menu_zemin:before {
    width: 100px;
    height: 100px;
    right: -100px;
  }

  .menu-close {
    top: -90px;
    width: 50px;
    height: 50px;
    font-size: 35px;
  }

  .menu ul{
    height: calc(100% + 100px);
      margin-top: -100px;
  }
  
}

