.body {
    position: relative;

}

/* hero background image */
.bgimage {
    height: 100vh;
    background: url('images/backgorund.jpg');
    background-size: cover;
    position: relative;
}

/* text css above hero image*/
.hero_title , .hero_title-en {
    font-size: 3.5rem;
}

.hero_desc {
    font-size: 2rem;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/*Down-button*/
.Down-button {
    margin: 2vh;
    margin-top: 4vh;
}

/* about section image css */
.imageAboutPage {
    width: 100%;
}

/* services section css */

.navbarScroll {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-repeat: repeat;
    background-attachment: fixed;
  }
  

.servicesText {
    height: 280px;
    cursor: pointer;
}

.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}




/*Anasayfa butonlar*/
.btn.btn-dark.btn-lg{
    transition: 0.4s;
}

#giris-ikon{
    color:#fafafa;
    font-size: 44px;
    margin: 1.5vh;
}
#giris-ikon:hover{
    color: #0077B5;
    transition: 0.4s;

}
#github{
    color:#fafafa;
    font-size: 44px;
    margin: 1.5vh;

}
#github:hover{
    color: #6A737D;
    transition: 0.4s;
}

.servicesText:hover {
    border: 1px solid #008000;
}

/*Projeler*/


/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}

/* social media icons styling */
.social-icons {
    font-size: 36px;
    cursor: pointer;
}

/* footer styling */
#footer {
    background-color: #000000;
    text-align: center;
}

/* spacing on all sections */
body{
  font-family: 'Roboto Condensed', sans-serif;
}

#services,
#home #contact {
    margin-top: 4rem;
    padding-top: 4rem;
}
#portfolio{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#contact {
    padding-bottom: 4rem;
}
.pr{
    margin-bottom: 3rem;
}

.ct{
    margin-top: 0rem;
}
#st{
   align-items: center;
}
/*Sertifika*/
#section5{
    background-color: #eee;
}
.card{
   padding: 0;
   margin-bottom:2vh ;
   border: none;
   border-radius: 10px;
   transition: 0.2s;

}
.card:hover{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.459);
    border: none;
}
  
  #out2 {
    animation: rotate16 7s ease-in-out infinite alternate;
    transform-origin: center;
  }
  
  #out3 {
    animation: rotate16 3s ease-in-out infinite alternate;
    transform-origin: center;
    stroke: #ff0;
  }
  
  #inner3,
  #inner1 {
    animation: rotate16 4s ease-in-out infinite alternate;
    transform-origin: center;
  }
  
  #center1 {
    fill: #ff0;
    animation: rotate16 2s ease-in-out infinite alternate;
    transform-origin: center;
  }
  
  @keyframes rotate16 {
    to {
      transform: rotate(360deg);
    }
  }

  @media screen and (min-width:1199px){
    div.col-sm-3{
        
        max-width: 212px;
    }
    #need-center{
        max-width: 1116px;
    }
  }

#titles{
    font-size: 25px;
}
/*---------------------Toggle Button-----------------------------------*/
 /* Toggle buttonun stilini belirle */
 .switch {
  margin-left:5px ;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Checkbox elementini gizle */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Span elementini slider olarak kullan */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

/* Checkbox seçiliyse, sliderın rengini ve konumunu değiştir */
input:checked + .slider {
  background-color: #41f321;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Sliderı yuvarlak yap */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#EN{
  background-color: transparent; 
  border: 1px solid #ce1f1f;
  color: #ce1f1f; 
  padding: 10px 20px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  font-size: 16px; 
  margin: 4px 2px; 
  cursor: pointer; 
  border-radius: 4px; 
}

#TR{
  background-color: transparent; 
  border: 1px solid #ce1f1f; 
  color: #ce1f1f; /* Metin rengi */
  padding: 10px 20px; /* Dolgu alanı */
  text-align: center; 
  text-decoration: none; 
  display: inline-block; /* Blok olmayan öğe */
  font-size: 16px; /* Metin boyutu */
  margin: 4px 2px; 
  cursor: pointer; 
  border-radius: 4px; 
}
#TR:hover ,#EN:hover{
  background-color: #ce1f1f; /* Üzerine gelindiğindeki arka plan rengi */
  transition: 0.4s;
  color: white; /* Üzerine gelindiğindeki metin rengi */
}
.mark{
  background-color: #ce1f1f;
}
#skillstitle, #abouttitle, #Projects, #Certificates{
  color: #ce1f1f;
  font-weight: 500;
}