@charset "utf-8";
body{
	margin:0;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #ECECEC;
	overflow-x: hidden;
	position: relative;
}
nav{
	width: 100%;
	height: 30px;
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content:center;
	justify-content: space-around;
	position: fixed;
	z-index: 2000;
}

.bar-sol{
}
.bar-sol p{
	text-decoration: none;
	color:white;
	font-size:12px;
}
.bar-sag{
	height: 30px;
	display:flex;
	align-items: center;
	justify-content: center;
	
}
.bar-sag p{
	text-decoration: none;
	color:white;
	font-size:12px;
}
.bar-sag a{
	text-decoration: none;
	color:white;
	font-size:12px;
}
.bar-alt{
	display: flex;
	padding-top: 30px;
	width: 100%;
	height: 70px;
	background-color:#fff;
	align-items: center;
	justify-content: space-around;
	position: fixed;
	z-index: 1000;
}

.logo{
	
}

.bar-alt-sag{
	 display: flex;
    align-items: center;
}
.menu-item {
    margin-left: 25px;
    position: relative; 
}

.menu-item a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

.menu-item dropdown {
    position: relative;
    margin-left: 25px;
}

.dropbtn {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.dropdown-icerik {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #EAEAEA;
    min-width: 180px;
    border:3px  #aaaaaa solid ;
	border-radius: 10px;
    z-index: 1000;
	
}

.dropdown-icerik a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
	color: #ACACAC;
}
.dropdown-icerik a:hover{
	color: #573B2D;
}

.menu-item:hover .dropdown-icerik {
    display: block;
}

.footer{
	bottom:0;
	width:100%;
}

.ust-footer{
	height:320px;
	display:flex;
	justify-content:space-around;
	align-items:center;
	background-color:#B6B6B6;
}

.ustsol-footer{
	
}
.ustsag-footer{
	
}
.alt-footer{
	width: 100%;
	height:50px;
	background-color: #8D8D8D;
	bottom:0;
	justify-content: center;
	display: flex;
	
}
.box{
	width:200px;
	height:30px;
	border-radius: 5px;
}
.gonder{
	width:100px;
	height:30px;
	border-radius: 5px;
	background-color:#6C757D;
	
}
.banner{
	width: 100%;
	height: 700px;
}

.cards{
    display: flex;
	justify-content: center;
    gap: 30px;
    padding: 60px 40px;
}

.card{
    width: 500px;
	height: 350px;
    background-color:#CFD5B6;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
	position: relative;
	overflow: hidden;

}

.card:hover{
    transform: translateY(-10px);

}

.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card:hover img{
    filter: brightness(70%);
}

.card h3{
    padding: 15px;
    margin: 0;
    font-size: 20px;
	color: #D5AC6A;
}

.card p{
    padding: 0 15px;
    font-size: 14px;
    color: #DCDCDC;
}

.card a{
	width:370px;
    display: block;
    margin: 15px;
    padding: 10px;
    text-align: center;
    background-color:#573B2D;
    color: #000;
    text-decoration: none;
    border-radius: 8px;
	align-items: center;

}

.card-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.65);
    color: #AD5237;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.card:hover .card-text{
	transform: translateY(0);
	opacity: 1;
}

.card a:hover{
    background-color:  #D5AC6A	;
}

.intro{
    padding: 60px 100px;
	text-align:justify;
}

.intro h1{
    font-size: 60px;
    margin-bottom: 40px;
	text-align: center;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.intro h2{
    font-size: 40px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
.intro h3{
    font-size: 30px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.intro p{
    max-width: 100%;
    font-size: 18px;
    color: #555;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.stats{
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 60px;
    background-color:#8D8D8D;
    color: #000;
}

.stats div{
    text-align: center;
}

.stats strong{
    font-size: 36px;
    display: block;
}

.egitim-yazisi{
  max-width: 520px;
  line-height: 1.7;
  text-align: justify;
}

.ders-icerik{
    width: 1100px;
    margin: 10px auto;
    padding: 40px 70px;
    background-color: #DFDFDF;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.ders-icerik h2{
    font-size: 40px;
    margin-bottom: 20px;
    font-family: Baskerville, "Palatino Linotype", Palatino, serif;
}

.ders-icerik h4{
    font-size: 20px;
    margin-bottom: 20px;
    font-family: Baskerville, "Palatino Linotype", Palatino, serif;
}

.ders-icerik h5{
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Baskerville, "Palatino Linotype", Palatino, serif;
}

.ders-icerik ul{
    display: grid;
    gap: 18px;
}

.ders-icerik li{
	list-style: disc;
    font-size: 17px;
    color: #333;
    padding-left: 8px;
    position: relative;
}

.ders-icerik li::before{
    position: absolute;
    left: 0;
    top: 0;
    color: #573B2D;
    font-size: 22px;
}


.egitmenler h2{
    font-size: 40px;
    margin-bottom: 50px;
    font-family: Baskerville, "Palatino Linotype", Palatino, serif;
}

.egitmen-kartlar{
    display: flex;
    justify-content: center;
    gap: 40px;
}

.egitmen-kart{
    width: 320px;
    background-color: #DFDFDF;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.egitmen-kart:hover{
    transform: translateY(-10px);
}

.egitmen-kart img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.egitmen-bilgi{
    padding: 20px;
}

.egitmen-bilgi h3{
    margin: 0;
    font-size: 22px;
    color: #573B2D;
}

.egitmen-bilgi h4{
    margin: 8px 0;
    font-size: 16px;
    color: #8D8D8D;
}

.egitmen-bilgi p{
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.uygulama-etkilesim h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-family: Baskerville, "Palatino Linotype", Palatino, serif;
}

.uygulama-kutular{
    display: flex;
    justify-content: center;
    gap: 40px;
}

.uygulama-kutu{
    width: 320px;
    padding: 30px;
	margin: 20px;
    background-color: #e7e7e7;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}

.uygulama-kutu:hover{
    transform: translateY(-8px);
}

.uygulama-kutu h3{
    font-size: 24px;
    margin-bottom: 15px;
    color: #573B2D;
    font-family: Baskerville, "Palatino Linotype", Palatino, serif;
}

.uygulama-kutu p{
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}


.video-card {
  background-color:#CFCFCF;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  overflow: hidden;
  padding: 15px;
  flex-direction: column;
}

.video-card:hover {
    transform: scale(1.02);
    transition: transform 0.4s ease;
}

.video-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.video-card h3 {
  font-size: 20px;
  margin: 15px 0 10px 0;
}

.video-card p {
  font-size: 14px;
  margin-bottom: 15px;
}

.video-card a {
  display: block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color:#AF670F;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.video-card a:hover {
  background-color: #D5AC6A ;
}

.blog-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    display: grid;
    gap: 40px;
}

.blog-kart {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.blog-kart:hover {
    transform: translateY(-4px);
}

.blog-kart img {
    width: 220px;
    object-fit: cover;
}

.blog-icerik {
    padding: 20px;
}

.blog-icerik h3 {
    margin: 8px 0;
    font-size: 20px;
    color: #222;
}

.blog-icerik p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.blog-icerik .tarih {
    font-size: 12px;
    color: #999;
}

.etiket {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 14px;
    display: inline-block;
    margin-bottom: 6px;
}

.etiket.kultur {
    background: #e6d5c8;
    color: #5a3e2b;
}

.etiket.etkinlik {
    background: #d2e6df;
    color: #2f5f4f;
}

.btn-blog {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    text-decoration: none;
    color: #6b4a3a;
    border-bottom: 2px solid #6b4a3a;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

.btn-blog:hover {
    color: #000;
    border-color: #000;
}

.blog-sidebar {
    background: #fafafa;
    padding: 24px;
    border-radius: 16px;
    height: fit-content;
}

.blog-sidebar h4 {
    margin-bottom: 12px;
    font-size: 18px;
    color: #222;
}

.blog-sidebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.blog-sidebar li {
    margin-bottom: 10px;
}

.blog-sidebar a {
    text-decoration: none;
    font-size: 14px;
    color: #555;
}

.blog-sidebar a:hover {
    color: #000;
}



.video-single {
  max-width: 900px;
  margin: 30px auto;
  padding: 0 20px;
}

.video-single video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.video-info {
  background: white;
  padding: 20px;
  margin-top: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.video-info h2 {
  color: #464646;
  margin-top: 0;
}

.video-info h3 {
  margin-top: 15px;
  color: #333;
}

.video-info p {
  margin: 5px 0;
}

.video-info ul {
  margin: 10px 0 10px 20px;
  padding: 0;
  color: #555;
}
.ders-icerik-flex {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #DFDFDF;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.ders-icerik-img img {
    width: 500px; 
    border-radius: 15px;
    object-fit: cover;
}

.ders-icerik-text {
    flex: 1; 
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}


.ortaKisim{
	width: 90%;
    margin: 0 auto;
}

.onay{
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.onay img{
	width: 100px;
	height: 100px;
}

.onay h1{
	color:#39B54A;
}

