body {
    font-family: Arial, sans-serif;
    overflow-x: hidden; 
    overflow-y: auto; 
  }
  
.social-media {
  display: flex;
}

.social-media a {
  margin-left: 10px; 
}

#mail-link {
  margin-right: 20px; 
}

.social-media {
  margin-right: 20px; 
  text-align: right; 

}

.social-media a {
  margin-left: 15px;
}

.logo {
    max-width: 40%; 
    margin-left: 100px;
}



  section {
    padding: 20px 0;
  }


.kutu {
  width: calc(16.666% - 20px); 
  height: 100px; 
  margin-right: 20px; 
  margin-bottom: 20px; 
  background-color: #ffffff; 
  box-sizing: border-box;
  border: 1px solid #000000; 
  text-align: center; 
  line-height: 100px; 
  float: left; 
}

.kutu:last-child {
  margin-right: 0; 
}

.kutu img {
  max-width: 80px; 
  max-height: 80px; 
  vertical-align: middle; 
}

h2 {
    font-size: 24px;
    color: #333; 
}

p {
    font-size: 16px;
    color: #000000; 
    line-height: 1.6;
    
}


  .contact-info {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
  }
  
  .info-item {
    flex: 1;
    margin: 0 10px;
  }
  
  .info-box {
    background-color: black;
    color: white;
    padding: 30px;
    border-radius: 5px;
  }



  
  #yukari i {
    font-size: 20px;
  }






* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



#yukari {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
}



.header {
  position: relative;
  transition: top 0.4s; 
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 200px; 
}


nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav ul li {
  display: inline;
  margin-right: 55px;
}


nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

nav ul li a:hover {
  color: #ffffff;
}





.language {
  text-align: center;
  margin-bottom: 20px;
}

.select-language {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
  background-color: #f8f9fa;
  outline: none;
  cursor: pointer;
}








.ustmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0; 
  padding: 10px; 
}

.sosyalmedya,
.dilsecenekleri {
  text-align: left;
}

.sosyalmedya a {
  margin-right: 10px; 
}

.iletisim {
  text-align: right;
}

.dilsecenekleri ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dilsecenekleri ul li {
  display: inline;
  margin-right: 10px; 
}

.dilsecenekleri ul li:last-child {
  margin-right: 0; 
}








.new-menu-content {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.new-menu-content img {
  margin-right: 670px;
  width: 130px;
}

.new-menu-content ul li a {
  display: inline;
  font-size: 18px;
  margin-left: 3px;
}

.hide-menu {
  top: -100px; 
}

.new-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000; 
  opacity: 0; 
  transition: opacity 0.3s ease; 
}

.new-menu li {
  display: inline;
  margin-left: 55px;
}

.new-menu li:first-child {
  margin-left: 0;
}

.new-menu li a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}

.new-menu li a:hover {
  color: #000000;
}

.new-menu.show {
  opacity: 1; 
}


.slide h1 {
  text-align: center;
}






.dilsecenekleri ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dilsecenekleri ul li {
  display: inline-block;
  margin-right: 10px; 
}

.dilsecenekleri ul li:last-child {
  margin-right: 0; 
}

.dilsecenekleri ul li a {
  text-decoration: none;
  color: #333; 
  padding: 5px 10px; 
  border: 1px solid #ccc; 
  border-radius: 5px; 
}

.dilsecenekleri ul li a:hover {
  background-color: rgb(0, 255, 255); 
}



.reference-slider:hover .slide {
  transform: translateX(calc(-100% / 6)); 
}



.footer {
  background-color: #f8f9fa; 
  width: 100%;
  padding: 50px 0; 
  text-align: center; 
  margin-top: 40px;
}

.container-alt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.logo {
  width: 10%;
}
.menus {
  display: flex;
  flex-direction: column;
  margin-right: 250px;
  margin-left: 250px;

}
.menus-alt {
  display: flex;
}
.menus a {
  text-decoration: none;
  color: #333;
  margin-right: 20px;
}
.footer-right h2 {
  margin-bottom: 10px; 
}

.name {
  margin-top: 20px; 
  font-size: 14px; 
  color: #6c757d; 
  font-size: 10px;
  margin: 0; 
   margin-left: 150px;
}


.new-footer {
  display: flex;
  justify-content: space-between;
}


.icons {
  display: flex;
  margin-right: 150px;
}

.icons a {
  margin-left: 10px; 
}





.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px; 
  margin-right: 40px;
  margin-left: 40px;
}

.box {
  width: 360px;  
  height: 520px;
  margin: 10px; 
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 50px;
}

img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

h2 {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
}

p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.contact-button {
      width: 100%;

  margin-top: 30px;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 100px;
}

.contact-button button {
  padding: 10px 20px;
  background-color: #0078D4;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;

}

.contact-button button:hover {
  background-color: #005A9E;
}


.container .box button{
  width: 100%;
display: flex;

}















































