body{
    background-color: #dbdbdd;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
header{
    width: 100%;
    height: 100px;
    background-color: white;
}
#logo{
    margin-left: 40px;
}
/* arama kutusu */
#box {
    max-width: 200px;
    position: relative;
    margin-top: -90px;
    margin-left: 900px;
}
#box:hover{
   opacity: 0.7;
}
 
#box .fa-search {
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 10px;
    color:rgb(0, 0, 0); 
}
 
#search {
    width: 100px;
    box-sizing: border-box;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 50px;
    font-size:10px;
    padding: 10px 10px 10px 10px;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
 
#search:focus {
    width: 100%;
}
#logolar{
    margin-left: 1150px;
    margin-top: -30px;
    float: left;
}
/* arama kutusu bitişi */
/* menü başlangıç */
nav{
    display: inline-block;
    width: calc(100% - 50px);
    text-align: right;
}
nav ul{
    list-style-type: none;
    margin-top: 10px;
    margin: auto;
}
nav ul li{
    display: inline-block;
    margin: 5px 10px;
}
nav ul li a{
    text-decoration: none;
    color: black;
    padding: 0px 0px;
    font-size: 19px;
}
nav ul li a:hover{
 margin-top:5px;
  border-top:5px solid #F06;
  color:#F06;
}
/* menü bitiş */
/* kaydırmalı resim başlangıcı */
#slider {
    font: 19px sans-serif;
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
  }

  #kontrol {
    position: absolute;
    float: left;
    bottom: 300px;
  }
  #kontrol2 {
    position: absolute;
    right: 0px;
    bottom: 300px;
  }

  #kontrol a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-decoration: none;
  }
  #kontrol2 a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-decoration: none;
  }
  #kontrol:hover{
    opacity: 0.5;
  }
  #kontrol2:hover{
    opacity: 0.5;
  }
#ortaalan{
margin-top: 100px;
    width: 100%px;
    height: 350px;
 
}
/* kaydırmalı resim son */
/* kkendinden bahset başlangıç */
#baslik{
     padding-left: 150px;
      padding-top: 50px;
     font-size: 22px;
}
#resim{
  margin-top: -300px;
    margin-left: 600px;
}
#buton1{
    
    background-color : white;
    border: 3px solid black;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
     border-radius: 40px;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    margin-right: 300px;
}
#buton1:hover{
       background-color: gray;
       color: white;
}
#agiz{
    font-size: 17px;
}
#video{
    border-radius: 60px; 
    margin-top: 40px;
   margin-left: 260px;
   margin-bottom: 60px;
}
/*kart*/
.section2{
    display: flex;
    justify-content: space-around;
    margin: 200px 0px;
   
}
#kart{
    width: 20%;
    box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.4);
    border-radius: 6px; 
     margin-top: 600px;
}
#kart:hover{
   opacity: 0.7;
}
#kutu{
    padding: 5px 20px;
}
#kutu p{
    margin: 15px 0px;
}
#res{
    border-radius: 6px 6px 0px 0px;
    width: 100%;
}

p{
    font-size: 19px;
}
footer{
    width: 100%;
    height: 400px;
    background-color: rgb(39, 39, 39);
    color: #ffff;
    font-size: 20px;
    padding: 20px 0px;
    float: left;
}
#adres{
    margin-left: 60px;
    font-size: 16px;
    float: left;
}
#link{
  
    margin-left: 200px;
    float: left;
    font-size: 15;
}
#harita{
   float: left;
   margin-left: 200px;
}
/*hakkımızda kısmı */
#cizgi{
    border-bottom: 1px solid black;
}
#uzunresim{
    width: 100%;
    height: 200px;
}
/* dik menü*/
.dikey{
    float: left;
    margin-top: 30px;
    margin: 70px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
  text-decoration: wavy;
 
}
.dikey li{
    margin-top: 5px;
}
.dikey li a{
    text-decoration: none;
    color: black;
    background-color: white;
    display: block;
    font-size: 25px;
    width: 200px;
    padding: 10px 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
   
}
.dikey li a:hover{
    color: white;
    background-color:black;
    transition: 0.2s;
}
.yatay{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
  text-decoration: wavy;
}
.yatay li{
    float: left;
    margin-top: 40px;

}
.yatay li a{
    text-decoration: none;
    color: black;
    background-color: white;
    display: block;
    font-size: 25px;
    width: 200px;
    padding: 10px 10px;
    border-radius: 100px;
}
    .yatay li a:hover{
        color: white;
        background-color:black;
        transition: 0.2s;}

#hikaye{
    margin-top: 50px;
    float: left;
    width: 800px;
    height: 400px;
}
#katagori{
    text-decoration: overline;
    font-size: 20px;
  
    margin-top: 20px;
    margin-left: 100px;
}
  /*katogoreo*/
#kart2{
    margin-left: 400px;
    width: 60%;
   height: 300px;
    box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.4);
    border-radius: 6px; 
    
}
#kart2:hover{
   opacity: 0.7;
}
#kutu2{
   margin: 0px;
}
#kutu2 p{
    margin: 15px 0px;
}
#kart2{
    width: 60%;
    box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.4);
    border-radius: 6px; 
   
}
#kart2:hover{
   opacity: 0.7;
}
#kutu2{
    padding: 5px 20px;
}
#kutu2 p{

    margin: 15px 0px;
}
 
#res2{
    border-radius: 50px;
    padding: 5px;
    float: left;
    width: 40%;
    height: 300px;
}
#harita1{
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    border-radius: 50px;
    border: 2px solid;
}

/*iletişim safa text*/
.cont-right form input, textarea, button{

    width: 30%;
    margin: 1rem 0;
    background-color: transparent;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    outline: none;
    border: 1px solid black;
    color: black; 
    transition: all 0.4s ease;
    margin-left: 30px;
    border-radius: 50px;
    margin-bottom: 30px;
}
.cont-right form button{
    background-color: #dbdbdd;
    color: black;
    cursor: pointer;
}
.cont-right form button:hover{
    background-color: #dbdbdd;
    color: black;
}
.cont-right form input:hover, textarea:hover{
    color: black;
    background-color: #dbdbdd;
}
.cont-right form input:focus, textarea:focus{
    color: black;
    background-color: #dbdbdd ;
}


 
  