
*{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
}
body{
   background-color: black;

   
    color: white;
}
.nav_list{
    box-shadow: 0px 0px 10px var(--clr-gray200);
    margin: 0;
    padding: 1rem;
    border-radius: var(--radius);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 19px;
}
.nav_item{
    list-style: none;
    text-decoration: none;
    margin-right: 2rem;
}
.nav_item a{
    text-decoration: none;
    color: white;
    transition: all 100ms ease-in;
}
.nav_item a:hover{
    color: orange;
}
.nav_item:first-child{
    margin-right: auto;
    margin-left: 2rem;
}
.btn{
    font-size: 1rem;
    border: none;
    outline: none;
    border-radius: var(--radius);
    padding: 0.4rem 1rem;
    cursor: pointer;
    transition: all 100ms ease-in;
}
.btn:hover{
    color: wheat;
    background-color: orange;
}
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 250ms ease-in;
    
    
  }
  .dropdown {
    position: relative;
    display: inline-block;
    
  }
  .dropdown-content {
    display: none;
    position: absolute;
    margin-left: -25px;
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 3px;
   
    margin-right: 10px;
   
    
    

  }
  .dropdown-content a {
    color: white;
    
    padding: 5px 5px;
    margin: 0px;
    text-decoration: none;
    display: block;
    
    
  }

  .dropdown a:hover{
      color: orange;
    }
  .show {
      display: block;
      
    }
  .renk:hover{
      background-color:darkorange;
      color: white;
  }
  .button1{
    width: 125px; 
    height: 40px; 
    font-size: 16px; 
    margin-top: 25px; 
    color: white; 
    background-color:transparent;
    border-color: white;
    text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  margin-left: 25px;
  }
  .button1:hover{
    color: black; 
    background-color: white; 
    border: 1;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    border-color: white;
  }
  .checked {
    color: orange;
  }
  .checked {
    color: orange;
  }
  a{
    text-decoration: none;
     }
.href:hover{
  color: aqua;

}
.filmlerkapsa{
  padding: 35px;
}
.arka{
  background-image: url(resimler/arkaplan.png);
  background-image: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.kayanresim{
 
  display: -ms-flexbox;  
  display: flex; 
 
  
}
.kayanresim:hover{
  border: white 1px solid;
  
}
.yazilar{

  margin: 5px;
  color: white;
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-right: 15px;
  margin-bottom: 15px;

}
.yazilar:hover{
  border-style: groove;
  border-color: cyan;

  border: 1px;
  border-radius: 15px;
  background-color: orange;
  padding: 5px;
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.dropdown:hover .dropdown-content {
  display: block;
}
.resim{
  width:300 ;
  height:200 ;

}
.resim:hover{
  width:350 ;
  height:250 ;

}
.bg-image {
 
  background-image: url("photographer.jpg");

  filter: blur(8px);
  -webkit-filter: blur(8px);
  

  height: 100%; 
  
 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-text {
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.4); 
  font-weight: bold;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 40px;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  
}
.hakkımda{
  font-size: 18px;
}
.hakkımdaresim{
  padding: 20px;
 border: 1px;
 border-style: hidden; 
 border-color: beige;
 width: 150px;
 height: 150px;
}
.hakkındakapsayıcı{
  margin-top: 130px;
  margin-left: 50px;
  float: left;
}
.footer{
  margin-top: 110px;
  text-align: center;
  float: left;

  margin-left: 400px;
}
.logoresim{
  width: 150px;
  height: 150px;
  margin-left: -25px;
  margin-top: -25px;
}
.logoresim:hover{
  width: 170px;
  height: 170px;
  margin-left: -30px;
  margin-top: -30px;
}
.sosyalmedya{
margin-top: 110px;
font-size: 25px;
margin-left: 1000px;


}
#hover:hover{
color: orange;
  
  }