/* 

Stacked Template

https://templatemo.com/tm-505-stacked

*/

body {
	font-family: 'Roboto', sans-serif;
}

p {
	font-size: 13px;
	line-height: 26px;
}

a {
	color: #ff6;
}

a:hover {
	color: #0CF;
}


ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-media-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: scale(1.2);
}


/* Resim için stil */
.image-container {
  margin-top: 20px; /* Üst tarafa biraz boşluk ekliyoruz */
  text-align: center; /* Resmi ortalıyoruz */
}




.home-heading {
    background-color:black;  /* Yeni header rengi */
    padding: 10px 20px 10px 20px;  /* Üst, sağ, alt, sol iç boşluk (yazıyı yukarı alacağız) */
    text-align: center;  /* Yazıyı yatayda ortalar */
    margin-top: 0;  /* Container'ın üst kısmında boşluk yok */

     font-family: 'Gloria Hallelujah', cursive; /* Gloria Hallelujah yazı tipi */
}

.home-heading h1 {
    color: white;  /* Başlık rengi */
    margin: 0;  /* Başlık etrafındaki varsayılan boşluğu sıfırlıyoruz */
    line-height: 1.2;  /* Başlık arasındaki boşlukları küçültür */
    margin-top: -2em;
    padding-bottom: 2em;
}

.call-button-container {
            display: flex; /* Yan yana hizalama için flexbox kullan */
            gap: 20px; /* Butonlar arasındaki mesafe */

        }

        .call-button {
            text-decoration: none;
        }

.call-button button {
    background-color: black; /* Siyah renk */
    color: white; /* Yazı rengi */
    border: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 
        0 0 5px #00ff00,  /* Neon yeşil efekt */
        0 0 10px #00ff00, 
        0 0 20px #00ff00, 
        0 0 30px #00ff00;
}

.call-button button:hover {
    transform: scale(1.1); /* Hover durumunda buton biraz büyür */
    box-shadow: 
        0 0 10px #00ff00, /* Neon gölge artırılır */
        0 0 20px #00ff00, 
        0 0 40px #00ff00, 
        0 0 50px #00ff00;
}






.call-us-button {
  text-align: center;
  margin-top: -2em;
}

.call-us-button .btn {
  font-size: 28px;
  padding: 5px 30px;
  background-color: black; /* Arka plan siyah */
  color: white; /* Yazı rengi beyaz */
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 1em;
  box-shadow: 
    0 0 5px #ff0000,   /* Kırmızı neon gölge */
    0 0 10px #ff0000, 
    0 0 20px #ff0000, 
    0 0 30px #ff0000; /* Neon yoğunluğu */
}

.call-us-button .btn:hover {
  transform: scale(1.1); /* Hover durumunda buton büyür */
  box-shadow: 
    0 0 10px #ff0000,  /* Neon daha parlak */
    0 0 20px #ff0000, 
    0 0 40px #ff0000, 
    0 0 50px #ff0000; 
}

.call-us-button .btn:active {
  box-shadow: 
    0 0 10px #0000ff,  /* Mavi neon gölge */
    0 0 20px #0000ff, 
    0 0 40px #0000ff, 
    0 0 50px #0000ff; 
  transform: scale(1); /* Tıklanınca eski boyut */
}




.primary-button a {
  display: inline-block;
  background-color: #fa5252;
  color: #fff;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 12px 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.primary-button a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.heading h4 {
  margin-bottom: 60px;
  margin-top: 0px;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.nav__list {
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  height: 85vh;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav__list--active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.nav__item {
  
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.nav__link {
  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;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  font-size: 24px;
  
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}
.nav__link:hover {
  background:  #ff4d4d;
  box-shadow: 0 0 5px #ffd700, 0 0 10px #ffd700, 0 0 20px #ffd700, 0 0 30px #ffd700, 0 0 40px #ffd700, 0 0 50px #ffd700, 0 0 75px #ffd700;
}



@media (max-width: 640px) {
 
  .nav {
    width: 70px;
  }
  .nav__list {
    height: 90vh;
  }
}

.burger {
  height: 15vh;
  position: relative;
  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;
  z-index: 2;
  background: black;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 0 10px 2px rgba(0, 255, 255, 0.7), 0 0 20px 5px rgba(0, 255, 255, 0.7);
}

.burger:hover {
  background: gold;
  box-shadow: 0 0 15px 5px rgba(255, 165, 0, 0.8), 0 0 25px 8px rgba(255, 165, 0, 0.8);
}

.burger__patty {
  position: relative;
  height: 2px;
  width: 40px;
  background: white;
}
.burger__patty:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: white;
}
.burger__patty:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: white;
}
.burger__patty, .burger__patty:before, .burger__patty:after {
  will-change: transform;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.burger--active .burger__patty {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.burger--active .burger__patty:before {
  -webkit-transform: rotate(-45deg) translate(-7px, -7px) scaleX(0.7);
          transform: rotate(-45deg) translate(-7px, -7px) scaleX(0.7);
}
.burger--active .burger__patty:after {
  -webkit-transform: rotate(45deg) translate(-7px, 7px) scaleX(0.7);
          transform: rotate(45deg) translate(-7px, 7px) scaleX(0.7);
}
@media (max-width: 640px) {

  .burger {
    height: 10vh;
  }
  .burger__patty {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .burger--active .burger__patty {
    -webkit-transform: scale(0.8) rotate(90deg);
            transform: scale(0.8) rotate(90deg);
  }
}

.panel {
  margin: 0;	
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.panel p:last-child {
  margin-bottom: 0;
}
.panel__block {
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0 25px 0;
}

.b-blue {
  margin-bottom: -2px;
  background:black;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.b-red {
 background:black;

  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
  margin-top: -2px;
}

.b-green {
  margin-top: -2px;
 background:black ;

  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.b-yellow {
  margin-top: -1px;
 background:black;

  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
}



/*
========================
------ HOME STYLE ------
========================
*/

.home-content {
	height: 90vh;
	background-color:black;
	padding: 0px 60px;
	position: relative;
	margin: 10vh auto 0 auto;
}

.home-content h1 {
  padding-top: 70px;
  font-size: 32px;
  text-transform: uppercase;

  font-weight: 300;



  color: black; /* Yazı rengi beyaz */
  text-align: center; /* Ortalanmış yazı */
  text-transform: uppercase; /* Büyük harf yapma */
  letter-spacing: 3px; /* Harfler arasına boşluk ekledim */
  text-shadow: 
    0 0 5px #ff0044,  /* Kırmızı parlama efekti */
    0 0 10px #ff0044, /* Kırmızı parlama efekti */
    0 0 20px #ff0044, /* Kırmızı parlama efekti */
    0 0 30px #ff0044, /* Kırmızı parlama efekti */
    0 0 40px #ff0044, /* Kırmızı parlama efekti */
    0 0 50px #ff0044, /* Kırmızı parlama efekti */
    0 0 75px #ff0044; /* Kırmızı parlama efekti */
}


.home-content h1 em {
	margin-right: 20px;
	font-size: 80px;
	font-style: normal;
	font-weight: 800;
  color: white;
}

.home-content .home-box-content {
  margin-top: 15px;
  background-color: black;
  position: relative;
  padding: 30px;
  display: inline-block;

  /* Neon gölge efekti */
  box-shadow: 
    0 0 5px #00ffff,  /* Hafif parlama */
    0 0 10px #00ffff, 
    0 0 15px #00ffff, 
    0 0 20px #00ffff, 
    0 0 25px #00ffff; /* Daha güçlü parlama */
}

.home-box-content{
  height: 28em;
    width: 45em;
}

.home-content .left-text {     
	float: left;     
	width: 65%; 
}

.home-content .left-text h4 {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 22px;
	color: #fff;
	font-weight: 400;

	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid #fff;
}

.home-content .left-text h4 em {
  color: #fa5252;
  font-style: normal;

  /* Neon efekt */
  text-shadow: 
    0 0 5px #fa5252,  /* Hafif parlama */
    0 0 10px #fa5252, 
    0 0 20px #fa5252, 
    0 0 30px #fa5252, 
    0 0 40px #fa5252, 
    0 0 50px #fa5252; /* En dış katman parlama */
}

.home-content .left-text p {
  color: #fff; /* Yazı rengi beyaz */
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 30px;
  text-shadow: 
    0 0 5px #ff00ff,   /* Neon mor ışık */
    0 0 10px #ff00ff, 
    0 0 20px #ff00ff, 
    0 0 30px #ff00ff,  /* Neon parlama etkisi */
    0 0 40px #ff00ff;
}




.home-content .right-image {
	float: right;
  margin-top: -27.5em;
  margin-right: -5em;




}






/*
========================
------ ABOUT STYLE -----
========================
*/

.about-content {
  height: 100vh;
  background-color:black;
  padding: 0px 60px;
  position: relative;
  margin: 0 auto;
}

.about-content .heading {
  padding-top: 40%;
  
  /* Neon Gölge Efekti */
  text-shadow: 
    0 0 5px #ff00ff,   /* Neon mor ışık */
    0 0 10px #ff00ff, 
    0 0 20px #ff00ff, 
    0 0 30px #ff00ff,  /* Neon parlama efekti */
    0 0 40px #ff00ff;
}

.about-box-content {
  margin-left: -100px;
  margin-right: 100px;

}

.about-box-content img {
  width: 60%;
  overflow: hidden;
  position: absolute;
  margin-top: 4em;
}

.about-content .about-box-text {
  background-color: black;

  padding: 30px;
  margin-top: 60px;



}

.about-content .about-box-text h4 {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 22px;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  
  /* Neon Gölge Efekti */
  text-shadow: 
    0 0 5px #ff0000,   /* Neon kırmızı ışık */
    0 0 10px #ff0000, 
    0 0 15px #ff0000, 
    0 0 20px #ff0000,  /* Neon parlama efekti */
    0 0 30px #ff0000;
}


.about-content .about-box-text p {
  color: white;
  margin-bottom: 20px;
  font-size: 17px;

  /* Neon Kırmızı Gölge Efekti */
  text-shadow: 
    0 0 5px #ff0000,   /* Neon kırmızı ışık */
    0 0 10px #ff0000, 
    0 0 15px #ff0000, 
    0 0 20px #ff0000,  /* Neon parlama efekti */
    0 0 30px #ff0000;
}


.about-content .primary-button{
  margin-top: 20px;
  padding-bottom: -10px;
  margin-left: 6.7em;
}

.about-content .primary-button a:hover {
  background-color: transparent;
  color: #fa5252;
  border: 1px solid #fa5252;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.call-button-container2 {
            display: flex; /* Yan yana hizalama için flexbox kullan */
            gap: 20px; /* Butonlar arasındaki mesafe */

        }

        .call-button2 {
            text-decoration: none;
            margin-left: 6px;
        }

.call-button2 button {
    background-color: black; /* Butonun içi siyah */
    color: white; /* Yazı rengi beyaz */
    border: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    
    /* Yazılara kırmızı neon */
    text-shadow: 0 0 5px #fa5252, 0 0 10px #fa5252, 0 0 15px #fa5252;
    
    /* Butonun dışına neon gölge efekti */
    box-shadow: 0 0 10px #fa5252, 0 0 20px #fa5252, 0 0 30px #fa5252;
}

.call-button2 button:hover {
    background-color: black; /* İç renk siyah kalacak */
    color: white; /* Yazılar beyaz kalacak */
    
    /* Hover durumunda dışarıdaki neon renginin değişmesi */
    box-shadow: 0 0 10px #00aaff, 0 0 20px #00aaff, 0 0 30px #00aaff; /* Mavi neon gölge */
    text-shadow: 0 0 5px #00aaff, 0 0 10px #00aaff, 0 0 15px #00aaff; /* Mavi neon yazılar */
}

.call-button2 button:active {
    background-color: #fa5252; /* Buton tıklanınca kırmızı */
    box-shadow: 0 0 10px #fa5252, 0 0 20px #fa5252, 0 0 30px #fa5252; /* Kırmızı neon dış gölge */
    text-shadow: 0 0 5px #fa5252, 0 0 10px #fa5252, 0 0 15px #fa5252; /* Kırmızı neon yazılar */
}


   

/*
========================
---- PROJECTS STYLE ----
========================
*/

.projects-content {
  height: 100vh;
  background-color:black;
  padding: 0px 60px;
  position: relative;
  margin: 0 auto;
}

.projects-content .heading {
  padding-top: 30%;

   /* Neon Gölge Efekti */
  text-shadow: 
    0 0 5px #ff00ff,   /* Neon mor ışık */
    0 0 10px #ff00ff, 
    0 0 20px #ff00ff, 
    0 0 30px #ff00ff,  /* Neon parlama efekti */
    0 0 40px #ff00ff;
}

.project-item {
  width: 100%;
}

.project-item img {
  width: 100%;
}

.projects-content .owl-carousel {
  margin: 0 -30%;
  width: 160%;
}

.projects-content .text-content {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  padding: 25px 30px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}

.projects-content .text-content h4 {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 22px;
  color: #121212;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;


}

.projects-content .primary-button a:hover {
  background-color: transparent;
  color: #fa5252;
  border: 1px solid #fa5252;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}




/*
========================
---- CONTACT STYLE -----
========================
*/

.contact-content {
  height: 100vh;
  background-color:black;
  padding: 0px 60px;
  position: relative;
  margin: 0 auto;
}

.contact-content .heading {
  padding-top: 35%;

   /* Neon Gölge Efekti */
  text-shadow: 
    0 0 5px #ff00ff,   /* Neon mor ışık */
    0 0 10px #ff00ff, 
    0 0 20px #ff00ff, 
    0 0 30px #ff00ff,  /* Neon parlama efekti */
    0 0 40px #ff00ff;
}
/* Resim için stil */
/* Resim için stil */
.image-container {
  margin-top: 5em; /* Üst tarafa biraz boşluk ekliyoruz */
  text-align: center; /* Resmi ortalıyoruz */

}

.contact-image {

  width: 50%; /* Resmin genişliği */
  height: 20em; /* Yüksekliği orantılı şekilde ayarlıyoruz */
  border-radius: 8px; /* Kenarları yuvarlatıyoruz */
  box-shadow: 0 0 10px #ff0044, 0 0 20px #ff0044, 0 0 30px #ff0044, 0 0 40px #ff0044; /* Neon kırmızı dış gölge */
  transition: all 0.3s ease; /* Geçiş efekti */
}

.contact-image:hover {
  box-shadow: 0 0 20px #ff0044, 0 0 30px #ff0044, 0 0 40px #ff0044, 0 0 60px #ff0044; /* Hover durumunda parlama artar */
}

.contact-box {
  padding: 20px;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Yüksekliği artırdık */
}

/* Yeşil kutu */
.green-box {
    background-color: black; /* Kutu içi siyah */
    color: white; /* Yazı rengi beyaz */
    border-radius: 5px;
    padding: 20px;
    transition: all 0.3s ease;
    
    /* Yazılara yeşil neon efekti */
    text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 15px #00ff00;
    box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00; /* Yeşil neon dış gölge */
}





/* Mavi kutu */
.blue-box {
    background-color: black; /* Kutu içi siyah */
    color: white; /* Yazı rengi beyaz */
    border-radius: 5px;
    padding: 20px;
    transition: all 0.3s ease;
    
    /* Yazılara mavi neon efekti */
    text-shadow: 0 0 5px #1e90ff, 0 0 10px #1e90ff, 0 0 15px #1e90ff;
    box-shadow: 0 0 10px #1e90ff, 0 0 20px #1e90ff, 0 0 30px #1e90ff; /* Mavi neon dış gölge */
}



/* Yazı stilini belirlemek */
.contact-text {
    font-size: 20px;
    color: white; /* Yazı rengi beyaz */
    text-shadow: 0 0 5px #ff0044, 0 0 10px #ff0044, 0 0 15px #ff0044; /* Varsayılan kırmızı neon */
}



.neon-text {
  font-size: 24px;
  font-weight: 700;
  color: #00bfff; /* Neon mavi */
  margin-top: 2em;
  letter-spacing: 2px;
  text-shadow: 
    0 0 5px #00bfff,
    0 0 10px #00bfff,
    0 0 20px #00bfff,
    0 0 30px #00bfff,
    0 0 40px #00bfff,
    0 0 50px #00bfff;
}



.contact-content .more-info {
  background-color: #fff;
  padding: 30px;
  margin-top: 50px;
  position: absolute;
  margin-left: -30px;
  margin-right: -100px;
}

.footer {
 text-align: center;
}

.footer p {
  font-size: 18px;
  color: #ff0044; /* Neon kırmızı */
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 
    0 0 5px #ff0044,
    0 0 10px #ff0044,
    0 0 20px #ff0044,
    0 0 30px #ff0044,
    0 0 40px #ff0044,
    0 0 50px #ff0044;
}

.footer p em {
  font-style: normal;
  font-weight: 400;
}

.footer a {
	color: #ff6;
}


/*
========================================
---------- RESPONSIVE STYLE ------------
========================================
*/
@media (max-width: 768px) and (orientation: landscape) {
  .about-content .about-box-text {
    background-color: #fff;
    padding: 30px;
    margin-top: -30px;
    margin-left: 15px;
    margin-right: 15px;


  }
    .contact-image {
display: none;
}
  .about-box-content img {
  display: none;

 }

 .about-content .primary-button {
 display: none;
  }


 }

@media (max-width: 768px){
  .heading h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .social-media-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999999999;
}

.social-icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: scale(1.2);
}
.contact-content .contact-box {
  padding: 10px;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Yüksekliği artırdık */
}

/* Yeşil kutu */
.contact-content .green-box {
    background-color: black; /* Kutu içi siyah */
    color: white; /* Yazı rengi beyaz */
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    
    /* Yazılara yeşil neon efekti */
    text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 15px #00ff00;
    box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00; /* Yeşil neon dış gölge */
}





/* Mavi kutu */
.contact-content .blue-box {
    background-color: black; /* Kutu içi siyah */
    color: white; /* Yazı rengi beyaz */
    border-radius: 5px;
    padding: 10px;
    margin-top: 2em;

    transition: all 0.3s ease;
    
    /* Yazılara mavi neon efekti */
    text-shadow: 0 0 5px #1e90ff, 0 0 10px #1e90ff, 0 0 15px #1e90ff;
    box-shadow: 0 0 10px #1e90ff, 0 0 20px #1e90ff, 0 0 30px #1e90ff; /* Mavi neon dış gölge */
}



/* Yazı stilini belirlemek */
.contact-content .contact-text {
    font-size: 20px;
    color: white; /* Yazı rengi beyaz */
    text-shadow: 0 0 5px #ff0044, 0 0 10px #ff0044, 0 0 15px #ff0044; /* Varsayılan kırmızı neon */
}

.footer p {
  font-size: 13px;
  color: #ff0044; /* Neon kırmızı */
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 
    0 0 5px #ff0044,
    0 0 10px #ff0044,
    0 0 20px #ff0044,
    0 0 30px #ff0044,
    0 0 40px #ff0044,
    0 0 50px #ff0044;
}

.call-button button {
    background-color: black; /* Siyah renk */
    color: white; /* Yazı rengi */
    border: none;
    padding: 10px 10px;
    text-align: center;
    font-size: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 
        0 0 5px #00ff00,  /* Neon yeşil efekt */
        0 0 10px #00ff00, 
        0 0 20px #00ff00, 
        0 0 30px #00ff00;
}

.call-button button:hover {
    transform: scale(1.1); /* Hover durumunda buton biraz büyür */
    box-shadow: 
        0 0 10px #00ff00, /* Neon gölge artırılır */
        0 0 20px #00ff00, 
        0 0 40px #00ff00, 
        0 0 50px #00ff00;
}

.image-container {
  margin-top: 5em; /* Üst tarafa biraz boşluk ekliyoruz */
  text-align: center; /* Resmi ortalıyoruz */

}

.contact-image {

  width: 50%; /* Resmin genişliği */
  height: 10em; /* Yüksekliği orantılı şekilde ayarlıyoruz */
  border-radius: 8px; /* Kenarları yuvarlatıyoruz */
  box-shadow: 0 0 10px #ff0044, 0 0 20px #ff0044, 0 0 30px #ff0044, 0 0 40px #ff0044; /* Neon kırmızı dış gölge */
  transition: all 0.3s ease; /* Geçiş efekti */
}

.contact-image:hover {
  box-shadow: 0 0 20px #ff0044, 0 0 30px #ff0044, 0 0 40px #ff0044, 0 0 60px #ff0044; /* Hover durumunda parlama artar */
}
  .right-image{
    display: none;
  }

.home-content .home-box-content {
  margin-top: 15px;
  background-color: black;
  position: relative;
  padding: 30px;
  display: inline-block;

  /* Neon gölge efekti */
  box-shadow: 
    0 0 5px #00ffff,  /* Hafif parlama */
    0 0 10px #00ffff, 
    0 0 15px #00ffff, 
    0 0 20px #00ffff, 
    0 0 25px #00ffff; /* Daha güçlü parlama */
}

  .home-box-content{
  height: 26em;
    width: 20em;
}

.about-box-content img {
  width: 20%;
  overflow: hidden;
  position: absolute;
  margin-top: -1em;
  z-index: 9999;

}

.green-box {
  background-color: #4CAF50; /* Yeşil kutu rengi */

}

.blue-box {
  background-color: #2196F3; /* Mavi kutu rengi */
  margin-top: 15px;
}

 .call-button2 {
            text-decoration: none;
        }
     .call-button2 button {
            background-color: black; /* Yeşil renk */
            color: white; /* Yazı rengi */
            border: none;
            padding:0;
            text-align: center;
            font-size: 15px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }


  

        .about-content .primary-button{
  margin-top: 20px;
  padding-bottom: -10px;
  margin-left: 5px;
}

  
        .call-button-container
        {
          margin-left: 10px;
        }


  .home-content .left-text p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 20px;
  
}
  .home-content {
    text-align: center;
    margin: 0 auto;
    height: auto;
    padding: 0px 30px;
    width: 100vw;
  }
  .home-content .home-box-content {
    right: 0;
    margin-bottom: 30px;
  }
  .home-content h1 {
    margin-bottom: 0px;
    padding-top: 60px;
    font-size: 22px;
  }
  .home-content h1 em {
    font-size: 36px;
  }
  .home-content .left-text {     
    float: none;     
    width: auto; 
  }
  .home-content .right-image {
    text-align: center;
    float: none;
    margin-top: 30px;

  }

  .about-content {
    height: 100vh;
    text-align: center;
    padding: 0px 30px;
    width: 100vw;
  }
  .about-content .heading {
    padding-top: 10%;
  }
  .about-box-content {
    margin-left: 0px;
    margin-right: 0px;

  }
  .about-box-text {
    margin-bottom: 30px;

  }
  .about-box-content img {
    position: relative;
  }
  .about-content .about-box-text {
    background-color: black;
    padding: 30px;
    margin-top: -30px;
    margin-left: 15px;
    margin-right: 15px;


  }
  .projects-content {
    width: 100vh;
    height: 100vh;
    padding: 0px 30px;
  }
  .project-item  {
    padding: 0px 120px;
  }
  .project-item img {
    max-width: 100%;
  }
  .projects-content .heading {
    padding-top: 25%;
  }
  .projects-content .owl-carousel {
    margin: 0;
    width: 100%;
  }
  .projects-content .text-content {
    display: none;
  }
  .contact-content .more-info {
    padding: 30px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    margin-bottom: 60px;
  }
 
  .contact-content {
    height: auto;
    width: 100vw;
    padding: 0px 30px;
  }
  .contact-content .heading {
    padding-top: 15%;
  }
}




/*
========================================
----------- LIGHT BOX STYLE ------------
========================================
*/


/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}







.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

  .owl-theme .owl-dots {
    text-align: center;
  }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 30px 5px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .active span {
  width: 10px;
  height: 10px;
  background: #fa5252;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-carousel .owl-nav {
  display: none;
}