
body {
  margin: 0;
  padding: 0;
  background-color: #edb0ed; 
  display: flex;
  justify-content: center; 
}


.content {
  width: 80%; 
  max-width: 1000px;
  background-color: #de3eb3; 
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}


.header {
  text-align: center;
  margin-bottom: 10px;
}

.header h1 {
  font-size: 60px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color:white;
}


.motto {
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}


.motto::before {
  content: "";
  flex-shrink: 0;
  width: 50px;
  height: 2px;
  background-color: #93ed2c;
  border-radius: 1px;
}


.motto::after {
  content: "";
  flex-shrink: 0;
  width: 50px; 
  height: 2px;
  background-color: #93ed2c;
  border-radius: 1px;
}


.navbar {
  display: flex;
  justify-content: center;   
  gap: 30px;
  font-size: 17px;
  border-top: 1px solid #93ed2c;    
  border-bottom: 1px solid #93ed2c; 
  padding: 10px 0;               
}

.navbar a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s;
}

.navbar a:hover {
  color: #f2f93b;
}


.topbar {
  background-color: #93ed2c;    
  color: white;
  display: flex;
  justify-content: flex-end;  
  gap: 18px;
  padding: 3px 20px;
  font-size: 20px;
  border-radius: 0px 0px 10 0; 
}
.topbar a {
  color: rgb(58, 17, 205);  
  text-decoration: none;
  transition: color 0.3s;
}
.topbar a:hover {
  color: #771510;
}


.navbar {
  width: 100%;
  background-color: #de3eb3;  
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 18px;
  border-top: 2px solid #93ed2c;
  border-bottom: 2px solid #93ed2c;
  padding: 15px 0;
}

.navbar a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.navbar a:hover {
  color: #f2f93b;
}


.about-page {
  margin: 0;
  padding: 0;
  background-color: #edb0ed; 
  font-family: Arial, sans-serif;
}


.about-content {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
  color: #333;
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;     
  text-align: justify;  
}

.about-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #de3eb3; 
}


.profile-image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid #de3eb3;
}

p.i {
  text-indent: 30px;
}
p.o {
  text-indent: 30px;
}

.container {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}


.container {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}


.sidebar {
  width: 30%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-size: 15px;
  color: #333;
}


.main-content {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


.game-section {
  margin: 50px auto;
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 800px;
}

.game-section h2 {
  color: #de3eb3;
  margin-bottom: 15px;
  font-size: 28px;
}

.game-section p {
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
}
/* 2026 Hedeflerim alanı */
.goals-section {
  color:#ffffff;
  margin: 50px auto;             
  background-color: #8b462d;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(234, 234, 235, 0.1);
  max-width: 1000px;            
}


.goals-content {
  color:#ffffff;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: center;       
  flex-wrap: wrap;              
}

.goals-left {
  flex: 1;
  display: flex;
  justify-content: center;       
}

.goals-image {
  width: 100%;
  max-width: 350px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.goals-right {
  flex: 2;
}
/* Footer */
.footer {
  margin-top: 50px;
  background-color: #000;   
  color: white;
  text-align: center;
  padding: 20px 10px;
  
}

.footer p {
  margin: 0;
  font-size: 14px;
}

.footer-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-icons a {
  color: white;
  font-size: 20px;
  transition: color 0.3s;
}

.footer-icons a:hover {
  color:#93ed2c ; 
}
.footer-menu {
  margin: 15px 0;
}

.footer-menu a {
  margin: 0 10px;
  color: #fff; 
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu a:hover {
  color: #f2f93b; 
}
.footer-menu {
  margin: 15px 0;
  display: flex;
  justify-content: center; 
  gap: 25px; 
}

.footer-menu a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 5px; 
  transition: color 0.3s;
}

.footer-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; 
  background-color: #93ed2c; 
  transform: scaleX(0); 
  transition: transform 0.3s ease;
}

.footer-menu a:hover::after {
  transform: scaleX(1); 
}

.footer-menu a:hover {
  color: #f2f93b; 
}
.footer-menu a[href="hakkımda.html"] {
  margin-left: 30px; 
  position: relative;
}
.footer-menu a[href="hakkımda.html"]::after {
  content: "";
  display: block;
  width: 100%;         
  height: 2px;         
  background: #93ed2c; 
  margin-top: 5px;
}

.anonim-container {
  max-width: 600px;
  margin: 80px auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
}

.anonim-container h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}

.anonim-desc {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.anonim-form textarea {
  width: 80%;              
  max-width: 500px;        
  margin: 0 auto;          
  display: block;         
  height: 150px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: none;
  outline: none;
}


.anonim-form button {
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 16px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.anonim-form button:hover {
  background: #555;
}


.about-page .footer {
  width: 100%;         
  max-width: 100%;      
  margin: 0;           
  padding: 30px 20px;
  box-sizing: border-box;
}
.about-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
}

.about-content {
  flex: 1;             
}

.about-page .footer {
  margin-top: auto;    
}
.anonim-page .footer {
  width: 100%;          
  max-width: 100%;     
  margin: 0;            
  padding: 30px 20px;
  box-sizing: border-box;
}
.anonim-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
}

.anonim-content {
  flex: 1;            
}

.anonim-page .footer {
  margin-top: auto;    
}

.footer-submenu a {
  font-family: 'Poppins', sans-serif; 
  font-weight: 300;  
  font-style: normal; 
  color: rgb(188, 179, 179);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s;
}

.footer-submenu a:hover {
  color: #ffcc00;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .goals-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .goals-left, .goals-right {
    width: 100%;
  }
}
