body{
    background-color: lightcyan;
    font-family: sans-serif;
}
.container{
    width: 1000px;
    height: 1500px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}
.logo{
    width: 200px;
    height: 200px;
    /* background-color: black; */
    margin:10px;
    float:left;
    background-image: url('../images/logo.png');
}
.banner{
    width: 770px;
    height: 200px;
    float:left;
    margin:10px 10px 10px 0;
}
.banner h2{
    color:rgb(69 62 178);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 80px 0 0 100px;
    font-size: 38px;
    letter-spacing: 3px;
    font-weight: normal;
    text-shadow: 4px 4px 8px darkolivegreen;

}
.yataymenu{
    width: 980px;
    height: 40px;
    margin:0 10px 10px 10px;
    padding-bottom: 3px;
    /* background-color: blueviolet; */
    clear:both;
}
.yataymenu ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.yataymenu ul li{
    float: left;
}
.yataymenu ul li a{
    font-family: sans-serif;
    font-size: 18px;
    border: solid 1px rgb(42, 10, 68);
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    color: rgb(42, 10, 68);
    display: block;
    width: 190px;
    height: 40px;
    
    
    transition: all .5s ease-in-out;
}
.yataymenu ul li a:hover{
    background-color: rgb(68, 194, 244);
    color: white;
    transition: all .5s ease-in-out;
}.slider{
    width: 600px;
    height: 400px;
    float: left;
    margin: 0 10px 10px 10px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.slides{
    width: 2940px;
    height: 400px;
    display: flex;
    animation: kaydir 12s infinite ease-in-out;
}

.slide{
    width: 980px;
    height: 400px;
    position: relative;
}

.slide img{
    width: 980px;
    height: 400px;
    object-fit: cover;
}

.caption{
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 15px 20px;
    border-radius: 6px;
}

.caption h3{
    margin: 0;
    font-size: 22px;
}

.caption p{
    margin-top: 5px;
    font-size: 14px;
}

@keyframes kaydir{
    0%   { transform: translateX(0); }
    30%  { transform: translateX(0); }

    35%  { transform: translateX(-980px); }
    65%  { transform: translateX(-980px); }

    70%  { transform: translateX(-1960px); }
    100% { transform: translateX(-1960px); }
}

.icerik{
    width: 350px;
    height:195px;
    background-color: beige;
    margin:0 10px 10px 0;
    float:left;

}
.haber{
    width: 235px;
    height: 250px;
    background-color: aqua;
    margin: 0 5px 5px 5px;
    float: left;    
    border-top-left-radius: 6px ;
    border-top-right-radius: 6px;
}
.haber img:hover{
    opacity: 0.5;/*saydamlık*/
    cursor: pointer;/*mouse*/
    transition: 0.5s;/*sürec*/
    transition-property: all;
    transition-duration: 0.5s;/*sürec*/
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    /*ms o moz ms = microfort edge o = opera moz = firefox*/
    transition-delay: 0.2s;/*gecikmeli*/
}
.haber img{
    width: 235px;/*genişlik*/
    height: 200px;/*yükseklik*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition-duration: 0.5s;/*sürec*/
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    /*ms o moz ms = microfort edge o = opera moz = firefox*/
    transition-delay: 0.2s;/*gecikmeli*/
}
.haber h4{
    font-family: sans-serif;
    font-size: 19px;
    margin-top: 6px;
    color: rgb(48, 25, 74);
    margin-bottom: 0;
}
.haber p{
    color: tomato;
    margin-top: 1px;
}
.footer{
    height: auto;
    padding-bottom: 30px;
}

.footer-icerik{
    width: 300px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}

.footer ul{
    list-style: none;
}
.footer img{
    width: 200px;
    height: 150px;  
    float: left;
    margin: 10px;
    cursor: pointer;
}
.footer p{
    margin-left: 15px;
    margin-top: 80px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: darkslategray;
}
.footer .sosyal{
    width: 50px;
    height: 50px;
    border: solid 1px rgb(0, 0, 0);
    float: left;
    margin-left: 20px;
    margin-top: 60px;
    border-radius: 50%;
    cursor:pointer;
}
.footer .sosyal i{
    font-size: 30px;
    text-align: center;
    margin-left: 6px;
    margin-top: 10px;
}
.footer .sosyal i:hover{
    opacity: 0.5;
}
.footer hr{
    clear: both;
    margin-top: 8px;
}
.footer_links{
    width: 200px;
    height: auto;
    float: left;
    margin-left: 50px;
    margin-top: 40px;
    
}
.footer_links a{
    text-decoration: none;
    color: darkslategray;
}
.footer_iletisim{
    width: 200px;
    height: auto;
    float: left;
    margin-left: 50px;
    margin-top: 40px;
}
.yukari-cik {
    position: fixed; /* Sayfa kaydırılsa bile sabit durur */
    bottom: 20px; /* Aşağıdan 20px yukarıda */
    right: 20px; /* Sağdan 20px içeride */
    background-color: #3f51b5; /* Site ana rengin */
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Yuvarlak olsun */
    text-align: center;
    line-height: 50px; /* İkonu ortala */
    font-size: 24px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.yukari-cik:hover {
    background-color: orange; /* Üzerine gelince renk değişsin */
    transform: translateY(-5px); /* Hafifçe yukarı zıplasın */
}
.footer .footer-icerik a{
    width: 250px;
    height: 30px;
    font-size: 14px;
    text-decoration: solid;
    padding: 8px;
    color: black;
    margin-left: 10px;
    margin-bottom: 10px;
}
.footer-icerik h2{
    font-size: 18px;
    margin-bottom: 10px;
    color: black;
}

.footer-icerik ul li a{
    border: none;
    display: block;
    padding: 6px 0;
    color: darkslategray;
    font-size: 15px;
}

.footer-icerik ul li a:hover{
    text-decoration: underline;
}

.footer .footer-icerik a:hover{
    font-size: 16px;
    border-bottom-left-radius:20% ;
    border-bottom: solid 1px black ;
    border-left: solid 1px black;
    transition-duration: 0.5s;/*sürec*/
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    /*ms o moz ms = microfort edge o = opera moz = firefox*/
    transition-delay: 0.1s;/*gecikmeli*/

}
.footer-icerik p{
    margin-top: 10px;
    line-height: 22px;
}

.galeri-orta{
    width: 980px;
    height: 680px;
    background-color: rgb(216, 216, 216);

    margin: 0 10px 10px 10px;
}
.galeri-orta .kutu1{
    width: 225px;
    height: 280px;
    float: left;
    margin: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 4px 4px 10px rgb(0, 0, 0);
    border-radius: 8px;
}
.galeri-orta .kutu1 img{
    width: 225px;
    height: 280px;
    border-radius: 8px;
}
.galeri-orta .kutu1:hover{
    transform: translate(4px,10px) ;
    cursor: pointer;
    background-color: rgb(135, 135, 135);
    scale: calc(1.2);
    opacity: 0.8;/*saydamlık*/
    transition: all .5s ease-in-out;
    box-shadow: -4px -4px 8px rgb(255, 255, 255);
}
.galeri-orta .harita{
    width: 635px;
    height: 670px;
    float: left;
    margin: 5px;
    background-color: rgb(117, 36, 36);
}
.galeri-orta .form-iletisim{
    width: 320px;
    height: 670px;
    float: left;
    margin: 5px;
    background-color: rgb(36, 117, 54);
}
.form-iletisim h3{
    text-align: center;
    font-family: sans-serif;
    color: white;
    font-weight: normal;
}
.form-iletisim input[type="text"]{
    padding: 10px;
    margin-left: 10px;
    border: none;
    border-radius: 6px;
    width: 280px;
    margin-bottom: 20px;
}
.form-iletisim textarea{
    padding: 10px;
    margin-left: 10px;
    border: none;
    border-radius: 6px;
    width: 280px;
    height: 150px;
    margin-bottom: 20px;
    resize: none;
}
.form-iletisim input[type="submit"]{
    width: 100px;
    height: 40px;
    margin-left: 120px;
    border: none;
    border-radius: 6px;
    background-color: rgb(0, 123, 255);
    color: white;
    cursor: pointer;
}
.form-iletisim input[type=text]:focus{
    outline: none;
    box-shadow: 1px 2px 5px rgb(0, 123, 255);
    transition: all .5s ease-in-out;
}

.form-iletisim input[type="submit"]:hover{
    background-color: rgb(0, 90, 190);
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    cursor:crosshair;
}
.galeri-orta table{
    width: 97%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(200, 200, 200);
    border-collapse: collapse;
    text-align: justify;
    font-size: 14px;
}
.galeri-orta table th{
    border: solid 1px black;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
    background-color:rgb(136, 136, 136) ;
} 
.galeri-orta table td{
    border: solid 1px black;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
}
.galeri-orta caption{
    margin-top: 10px;
    font-size: 24px;
    font-family: sans-serif;
    margin-bottom: 10px;
}
tr:nth-child(even) {
    background-color: rgb(218, 218, 218);
}.hakkimizda-orta{
    width: 980px;
    min-height: 600px;
    margin: 10px;
    padding: 20px;
    background-color: #f5f5f5;
    clear: both;
}
.hakkimizda-orta h1{
    font-family: sans-serif;
    color: rgb(42, 10, 68);
    margin-bottom: 5px;
    transition: letter-spacing 0.3s ease;
}
.hakkimizda-orta h1:hover{
    letter-spacing: 2px;
}
.alt-yazi{
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}
.hakkimizda-metin{
    background-color: white;
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    margin-bottom: 30px;
}
.hakkimizda-metin p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.mv-kutular{
    margin-top: 20px;
}
.mv-kutu{
    width: 450px;
    float: left;
    background-color: white;
    margin-right: 20px;
    padding: 20px;
    border-left: 5px solid rgb(69, 62, 178);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    border-radius: 6px;
    transition: all 0.4s ease;
}
.mv-kutu h3{
    margin-top: 0;
    color: rgb(69, 62, 178);
    font-family: sans-serif;
}
.mv-kutu p{
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
}
.mv-kutu:hover{
    transform: scale(1.05);
    box-shadow: 0px 12px 28px rgba(0,0,0,0.35);
    cursor: pointer;
}




















.galeri-orta .kutu2{
    width: 200px;
    height: 200px;
    float: left;
    margin: 10px;
    background-color: red;
}

.galeri-orta .kutu2:hover{
    transform: scale(0.5) translateX(30px);
    cursor: pointer;
    background-color: rgb(117, 223, 202);
    ;
    transition-duration: 0.5s;/*sürec*/
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    /*ms o moz ms = microfort edge o = opera moz = firefox*/
    transition-delay: 0.1s;/*gecikmeli*/
}
.galeri-orta .kutu3{
    width: 200px;
    height: 200px;
    float: left;
    margin: 10px;
    background-color: rgb(102, 0, 255);
    
    transition: transform 0.5s ease;
}
.galeri-orta .kutu3:hover{
    transform: rotatex(30deg); /**/ 
    cursor: pointer;
    
    background-color: rgb(255, 0, 170);
    transition-duration: 0.5s;/*sürec*/
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    /*ms o moz ms = microfort edge o = opera moz = firefox*/
    transition-delay: 0.1s;/*gecikmeli*/
}
.galeri-orta .kutu4{
    width: 200px;
    height: 200px;
    float: left;
    margin: 10px;
    background-color: rgb(0, 255, 170);
}
.galeri-orta .kutu4:hover{
    transform: rotateY(180deg);
    cursor: pointer;
    background-color: rgb(255, 153, 0);
    transition-duration: 0.5s;/*sürec*/
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    /*ms o moz ms = microfort edge o = opera moz = firefox*/
    transition-delay: 0.1s;/*gecikmeli*/
}
