@charset "utf-8";
/* CSS Document */
* {padding: 0;
margin: 0;
border: none;
text-decoration: none;
list-style: none;
}
.sablon{ width:100%; height:auto; margin:10}
.logo{ width:40; height:40px; float:left; margin:5px 5px 5px 5px  }
.banner{ width:87%; height:80px; float:left; margin:0 0 0 10px; background:#F5F5F5; color:#fff;  */ font:bold 15px; text-align:center; padding:0px 0 0 0 }

.sosyal{ width:36;height:36px; float:right; margin:0 0 0 0; background:#99FF99;}
.orta1{ width:15%; height:2000px; float:left; background:#fff; }
.orta12{ width:70%; height:2000px; float:left; margin:0 0 0 0; background:#fff; }
.orta123{ width:15%; height:2000px; float:left; background:#fff; }
.orta2{ width:15%; height:100px; float:left; margin:0 0 0 10px; background:#fff; }
.alt{ width:100%; height:40px; float:left; margin:0 0 0 0; background:#f5f5f5;}
 
.tanitim{ width:60%; height:600px; text-align:center; float:center; margin:0 0 0 0; background:#FFF;}
.calima{ width:100%; height:100%; text-align:center; float:center; margin:0 0 0 0; background:#FFF;}

.yazi{font-family: "Font Awesome 5 Free"; font-weight: 500; font-size: 16px}
     
.menu {
    background: #7bed9f;
   
    width: 100%;
	float: inherit;
    margin-bottom: 20px;
	text-decoration: none
}

.menu > ul {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 10px;
}

.menu > ul > li {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

.menu > ul > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    color: #333;
    border-radius: 40px;
}

.menu > ul > li[data-dropdown] > a::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    color: #999;
    transition: 300ms all;
    display: inline-block;
}

.menu ul .dropdown {
    position: absolute;
    top: 60px;
    left: 50%;
    padding-top: 10px;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 300ms all;
}

.menu ul .dropdown::before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #f5f5f5;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -12px;
}

.menu ul .dropdown ul {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 7px 0;
}

.menu ul .dropdown ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 34px;
    color: #555;
}

.menu ul .dropdown ul li {
    position: relative;
    padding: 0 7px;
}

.menu ul .dropdown ul li:hover > a {
    background: #fff;
    color: #000;
}

.menu > ul > li:hover > a::after {
    transform: rotate(180deg);
}

.menu > ul > li:hover > a {
    background: #fff;
}

.menu > ul > li:hover > a + .dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.menu ul .dropdown .dropdown {
    left: 190px;
    top: 0;
    padding-left: 20px;
    margin-left: 0;
    padding-top: 0;
}

.menu ul .dropdown ul li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.menu ul .dropdown .dropdown::before {
    border-bottom-color: transparent;
    border-right-color: #f5f5f5;
    top: 10px;
    left: 4px;
    margin-left: 0;
}

.menu ul .dropdown li[data-dropdown] > a::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    color: #999;
    display: inline-block;
    transition: 300ms all;
}

.menu ul .dropdown li[data-dropdown]:hover > a::after {
    transform: rotate(-180deg);
}
/* Masaüstü için varsayılan ayarların olduğunu varsayıyoruz */

/* Tablet ve Telefonlar için (768px ve altı) */
@media (max-width: 768px) {
    .container {
        width: 95%; /* Kenarlardan çok az boşluk bırakır */
        padding: 10px;
    }

    /* Form elemanlarını tam genişlik yapıyoruz */
    input[type="text"], input[type="password"], button {
        width: 100%;
        margin-bottom: 15px;
    }

    /* Menülerin alt alta gelmesi için */
    .menu {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}
img {
    max-width: 100%;
    height: auto;
}