/* styles.css */

/* Reset some default styles */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

/* Global Styles */
body {
    font-family: Calibri, tahoma; 
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    color: #000;
    padding: 20px 0;
}

.logo img {
    width: 200px;
    height: auto;
    margin-right: 20px;
}

.about-container img {
    width: 1900;
    height: auto;
 display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 600px; /* İsteğe bağlı, metni yatayda sınırlamak için */
  
    margin-top: 40px; /* Yukarıya boşluk ekleyebilirsiniz */
}
/* Diğer stil tanımlamaları burada yer alır */

.inner-list {
    padding-left: 40px;
}

.inner-list li {
    list-style-type: disc;
}
.text-container h1 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
	text-align: center;
	    margin-top: 20px; /* Yukarıya boşluk ekleyebilirsiniz */

}


.about-text p {
    font-size: 20px;
    line-height: 1.6;
	display: flex;
    justify-content: left;
	align-items: center;
	margin: 0 auto;
	text-align: left;
	max-width: 1000px;
	margin-top: 20px; /* Yukarı boşluk ekleyebilirsiniz */
}

    .sub-menu-links {
        display: none;
    }

    .sub-menu:hover .sub-menu-links {
        display: block;
    }

footer {
    margin-top: 300px; /* Yukarıya boşluk ekleyebilirsiniz */
}

.slogan {
    flex: 1;
    font-family: "Georgia", serif;
    font-style: italic;
    text-align: left;
    font-size: 22px;
    color: #888;
}

.top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #f5f5f5;
    height: 40px;
    padding: 0 20px;
}

.language-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.language-links li {
    margin-right: 10px;
}

.language-links a {
    text-decoration: none;
    color: #000;
}

.navbar {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-right: 20px;
    position: relative;
}

.nav-links a {
    color: #000;
    text-decoration: none;
}

/* Sub Menu Styles */
.sub-menu {
    position: relative;
    cursor: pointer;
}

.sub-menu-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    width: 200px;
}

.sub-menu:hover .sub-menu-links {
    display: block;
}

.sub-menu-links li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.sub-menu-links a {
    text-decoration: none;
    color: #000;
}

/* slider */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1900px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.mySlides {
  display: none;
}
.mySlides.fade:first-child {
  display: block;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 70px;
  padding: 8px 12px;
  position: absolute;
  bottom: 250px;
  width: 100%;
  text-align: left;
	 margin-left: 150px;

}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.special-image {
    display: flex;
    justify-content: center;
}
.special-image img {
    width: 800px; /* Daha geniş bir genişlik değeri */
    height: auto; /* Otomatik yükseklik ayarı */
    margin-top: 50px;
}

.special-image2 img {
    width: 1200px; /* Daha geniş bir genişlik değeri */
    height: auto; /* Otomatik yükseklik ayarı */
    margin-top: 50px;
}

.special-image3 img {
    width: 500px; /* Daha geniş bir genişlik değeri */
    height: auto; /* Otomatik yükseklik ayarı */
    margin-top: 40px;
}
.special-image4  {
	
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* veya row, içeriğe göre tercih edilen yönde */
    margin-top: 50px;
}

.special-image4 img {
    width: 1200px;
    height: auto;
}

.image-container img {
    max-width: 100%;
    height: auto;
    width: 500px;
	margin-top: 30px;
}
.text3 {
    font-size: 30px;
	font-family: "Georgia", serif;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
    color: #888;
    position: absolute;
    bottom: -600px;
}






.text2 {
  color: #f2f2f2;
  font-size: 70px;
  padding: 8px 12px;
  position: absolute;
  bottom: 350px;
  width: 100%;
  text-align: center;

}

.text-container {
  display: flex;
  justify-content: center;
  align-items: center;
	
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Board Styles */
.board-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px; /* Yukarı boşluk ekleyebilirsiniz */
    padding: 0 20px;
}

.board-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
	margin: 20px auto;
}

.board-image {
    height: auto;
    margin-bottom: 20px;
}

.board-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 900px; /* İsteğe bağlı, metni yatayda sınırlamak için */
	margin: 20px auto;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}


@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Diğer stil tanımlamaları burada yer alır */

/* event*/

.news-events {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.event {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.event-details {
    flex: 1;
    font-size: 18px;
}

.event-date {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.event-image {
    display: block;
    max-width: 500px;
    height: auto;
    margin-top: 20px;
}

.section-title {
    text-align: center;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
}


/* Footer Styles */
.site-footer {
    background-color: #222;
    color: #fff;
    padding: 40px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.footer-menu ul {
    list-style: none;
    display: flex;
}

.footer-menu li {
    margin-right: 20px;
}

.footer-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
/* Contact Section Styles */
.contact-section {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.contact-form {
    flex: 1;
    padding-right: 20px;
}

.contact-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.contact-info {
    flex: 1;
    padding-left: 20px;
}

.contact-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

/* Footer Styles */
.site-footer {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.site-footer p {
    margin: 0;
}
/* Masaüstü ekranlar için stil ayarı */
@media (min-width: 1025px) {
    /* Stil değişiklikleri burada */
}
/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
    }

    .contact-form,
    .contact-info {
        padding: 20px;
    }
}
/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-menu ul {
        flex-direction: column;
    }

    .footer-menu li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* Footer Styles */
footer {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: center;
    }

    .nav-links {
        text-align: center;
        margin-top: 10px;
        margin-right: 0;
    }

    .nav-links li {
        display: block;
        margin: 10px 0;
    }
}
