body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
   overflow-y: auto; 
  }






@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;700;800&display=swap");

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

footer {
  width: 100%;
  background-color: #000000;
}

input,
a,
button,
li {
  all: unset;
  font: inherit;
}
a,
button {
  cursor: pointer;
}

footer {
  padding: 3.5rem clamp(3rem, 6vw, 14rem);
}
.footer-wrapper {
  max-width: 90rem;
  margin: 0 auto;
}

.footer-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

.footer-subscribe {
  max-width: clamp(20rem, 33vw, 33rem);
}
.footer-subscribe > h2 {
  font-size: clamp(1.5rem, 2.3vw, 2.25rem);
  color: white;
}
.input-box {
  display: flex;
  max-width: 100%;
  padding-block: 1rem;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-top: 3rem;
  color: white;
}
.input-box > input {
  flex-grow: 1;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(3rem, 4vw, 7rem);
}
.footer-nav > div > h3 {
  font-size: 1rem;
}
.footer-nav > div > ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}
.footer-nav > div li {
  font-size: 1.125rem;
  font-weight: 700;
  transition: opacity 200ms ease;
}
.footer-nav > div li:hover {
  opacity: 0.5;
}

.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin-top: 5rem;
}
.footer-copyright p{
  color: white;

  
}
@media (width <= 53rem) {
  .footer-subscribe {
    max-width: 100%;
  }
}

.footer-nav h3{
  color: white;
}

.menu-toggle,.logo{
  margin-top: 10px;
}
    

.menu-toggle {
  display: none;
}

.menu .submenu{
  display: none;

}
.hamburger {
  width: 30px;
  height: 20px; 
  position: relative; 
  cursor: pointer;
}

.line {
  width: 100%;
  height: 3px; 
  background-color: #ffffff;
  position: absolute; 
  transition: transform 0.3s ease; 
}

.line1 {
  top: 0; 
}

.line2 {
  top: 50%; 
  transform: translateY(-50%);
}

.line3 {
  bottom: 0; 
}

.hamburger.active .line1 {
  transform: rotate(-45deg) translate(-5px, 5px); 
}

.hamburger.active .line2 {
  opacity: 0; 
}

.hamburger.active .line3 {
  transform: rotate(45deg) translate(-5px, -5px); 
}

@media (max-width: 768px) {
  .content {
    padding: 0 20px;
  }

  .menu-toggle {
  display: block;
}

.close-menu {
  display: none;
}

.menu {
  display: none;
  position: absolute;
  top: 0; /* Menüyü üstten başlat */
  left: -100%; /* Menüyü sayfanın dışına yerleştir */
  width: 200px; /* Menü genişliği */
  background-color: #ffffff;
  text-align: left; /* Metni sola hizala */
  transition: left 0.10s ease; /* Geçiş efekti ekle */
  height: 600px;
  
}

.menu.active {
  display: block;
  left: 0; /* Menüyü sol kenara yerleştir */
}

.menu li {
  padding: 10px 0;
}

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

.submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
 color: black;
}

.submenu.active {
  display: block;
}

.submenu li {
  padding: 10px;
}

.submenu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
}




.section {
  margin-bottom: 40px;
}
.section h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.section p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.section a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}
.section a:hover {
  text-decoration: underline;
}
.horizontal-separator {
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}

.close-menu {
display: none;
}

.menu-toggle.active .close-menu {
display: block;
}

.close-menu {
width: 30px;
height: 20px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}

.menu{

margin-right: 80px;
font-family:unset;
font-weight:lighter;
padding: 50px; 
}

.menu li {
position: relative;
display: inline-block;
}

.menu .submenu {
display:none;
position: absolute;
left: 0;
background-color: white; 
padding: 10px; 
border-radius: 10px; 
width: 400px;

}

.submenu a:hover,.submenu2 a:hover  {
color: #007bff; 
}
.menu .submenu2 {
display:none;
position: absolute;
left: 0;
background-color: white; 
padding: 10px; 
border-radius: 10px; 
}

.menu li:hover .submenu, .menu .submenu:hover {
display: block;
}

.submenu li a{
color: black;
}

.submenu li {
text-align: center;
}



.menu li:hover .submenu2, .menu .submenu2:hover {
display: block;
}

.submenu2 li a{
color: black;
}

.submenu2 li {
text-align: center;
}




.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; 
}

.background-image {
  background-color: #2089ac;
  height: 160px; 
  

}

.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: 100px; 
}


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;
}


.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; 
}


.contact-button {
  width: 100%;

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

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

}

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

}

.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;
}



@media screen and (min-width: 768px)and (max-width: 1500px) {
    
    body {
      overflow-x: hidden; 
      overflow-y: auto; /* Dikey kaydırmayı etkinleştirir */
    }
  
    .containerr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      .boxx {
        margin: 10px;
        display: flex;
        align-items: center; 
      }
      .separator {
        width: 300px;
        border-bottom: 1px solid #ccc;
        height: 1px;
      }
  
  
    .ustmenu {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
  
    .sosyalmedya {
      margin-bottom: 10px; 
    }
  
    .contact-info p {
      margin-bottom: 10px; 
    }
    
  
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
  
    .overlay-content h1 {
      font-size: 36px;
    }
  
    .overlay-content p {
      font-size: 18px;
    }
  
    .overlay-content button {
      background-color: #4CAF50;
      color: white;
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      font-size: 18px;
    }
  
    .overlay-content button:hover {
      background-color: #45a049;
    }
  
    .sosyalmedya, .contact-info, .dilsecenekleri {
      text-align: center;
    }
  
    .contact-info p {
      margin: 5px 0;
    }
  
    
  
    .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;
    }
  
    #header-video {
      width: 100%;
      height: 750px;
    }
  
    .video-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: auto;
    }

    .menus-alt {
      margin-bottom: 20px;
    }
  
    .menus {
      text-align: left;
    }
  
    .menus a {
      font-size: 15px;
      text-align: center;
      margin-bottom: 6px;
      flex-wrap: wrap;
      white-space: nowrap;
      margin-top: 10px;
    }
  
    .footer img {
      width: 40%;
      margin-left: 10px;
      margin-top: 10px;
    }
  
    .sosyalmedya,
    .dilsecenekleri {
      display: none;
    }
  
    .logo {
      text-align: left;
      margin-left: 20px;
    }
  
    .container {
      display: block;
    }
  
    .contact-container {
      flex-direction: column-reverse;
    }
  
    .form-container {
      width: 100%;
    }
  
    .contact-adres {
      width: 100%;
    }
  
    .map-container {
      display: none;
    }
  
    .new-menu-content{
      display: none;
  
    }
  
  }


  @media (max-width: 768px) {
  
    .content {
      padding: 0 20px;
    }
  
    .menu-toggle {
      display: block;
    }
  
    .close-menu {
      display: none;
    }
  
   
  .menu {
    display: none;
    position: absolute;
    top: 0; /* Menüyü üstten başlat */
    left: -100%; /* Menüyü sayfanın dışına yerleştir */
    width: 200px; /* Menü genişliği */
    background-color: #ffffff;
    text-align: left; /* Metni sola hizala */
    transition: left 0.10s ease; /* Geçiş efekti ekle */
    height: 600px;
    
  }
  
  .menu.active {
    display: block;
    left: 0; /* Menüyü sol kenara yerleştir */
  }
  
  .menu li {
    padding: 10px 0;
  }
  
  .menu li a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
  }
  
  
    .submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      background-color: #333;
    }
  
    .submenu.active {
      display: block;
    }
  
    .submenu li {
      padding: 10px;
    }
  
    .submenu li a {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
    }
  }



     
  .dikdortgenler {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;

}
    .dikdortgen {
      margin-bottom: 20px; /* Dikdörtgenler arasına 20 piksel boşluk ekledim */
    position: relative;
    width: 100%; /* Yatay genişlik oranını değiştirdim */
    max-width: 1200px; /* Maksimum genişlik belirledim */
    height: 400px; /* Yükseklik otomatik ayarlandı */
    border: 2px solid #9a9a9a;
    border-radius: 23px;
    box-shadow: 0 0 10px rgb(0, 0, 0); 
}

.dikdortgen img {
    position: absolute;
    top: 20px;
    right: 20px; /* Sağ üst köşeye yerleştirdim */
    max-height: 90%; /* Maksimum yükseklik belirledim */
    border-radius: 23px;
    max-width: 50%;
    
}

.dikdortgen p {
    font-size: 18px;
    margin: 45px;
    margin-left: 30px; 
    width: calc(50% - 60px); /* Metin bölümünün genişliğini düzenledim */
}

.dikdortgen button {
    margin-left: 30px;
    margin-top: 50px;
}
.dikdortgen h2{
  margin: 10px;

  margin-left: 130px;
}



.dikdortgen button {
    color: #ffffff; 
    background-color: #007bff; 
    border: 1px solid #007bff; 
    padding: 10px 20px; 
    font-size: 16px; 
    border-radius: 5px;
    cursor: pointer; 
    transition: background-color 0.3s, color 0.3s; 

}

.dikdortgen button:hover {
    background-color: #0056b3;
    color: #ffffff; 
}

/* Mobil tasarım için ayarlar */
@media only screen and (max-width: 768px) {
  .dikdortgen {
    height: auto; 
    padding: 20px; 
  }
  
  .dikdortgen img {
    position: static;
    max-width: 100%; 
    max-height: 300px; 
    margin: 0 auto 20px; 
    top: auto;
    right: auto;
  }
  
  .dikdortgen p {
    width: auto; 
    margin-left: 0; 
  }
  
  .dikdortgen h2 {
    margin-left: 0; 
    text-align: center; 
  }
  
  .dikdortgen button {
    margin: 0 auto; 
    display: block; 
  }
}





    /* CSS still here */
  /* CSS */
.contact-services {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup {
    display: none;
    position: fixed;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 20px;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}

.popup h3 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
}

.popup label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.popup input[type="email"],
.popup input[type="text"],
.popup select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

.popup button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup button:hover {
    background-color: #0056b3;
}


@media screen and (max-width: 768px) {
  
  .content {
    padding: 0 20px;
  }

  .menu-toggle {
  display: block;
}

.menu {
  display: none;
  position: absolute;
  top: 0;
  left: -100%;
  width: 200px;
  background-color: #ffffff;
  text-align: left;
  transition: left 0.10s ease;
  height: 180px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.menu.active {
  display: block;
  left: 0;
}

.menu li {
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  width: calc(100% - 1px); 
}


.menu li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  display: block;
}

.menu .submenu{
  display: none;
}


.sosyalmedya,.dilsecenekleri {
display: none;}

.contact-info p {
  font-size: 13px
}
}




.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); 
}


