@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --main-color: #ffffff;
    --back-color: #121212;
    --border: 0.1vw solid rgba(255, 255, 255 , 0.5)
}
body{
    background-color:#6e6e6e;
}
*{font-family: "roboto", sans-serif;
margin:0 ;
padding: 0;
box-sizing: border-box;
outline: none;
border: none;
text-decoration: none;
text-transform: capitalize;
transition: 0.2s ease;
}
/*! base html codes */
html{
font-size: 62.5%;
overflow-x: hidden;
scroll-padding-top: 9rem;
scroll-behavior: smooth;
}

section{
    padding: 10%;
}
.btnwp {
  position: fixed;
  right: 0.1vw;
  bottom: 1vw;
  display: inline-block;
  padding: 1.2vw 0.5vw;
  transition: 0.5s;
  letter-spacing: 0.1vw;
  border-radius: 30vw;
  background-color: #03e9f4;
}
.btnwp:hover {
  background: #03e9f4;
  color: #ffffff;
  box-shadow: 0 0 3vw #03e9f4, 0 0 2.5vw #03e9f4, 0 0 5vw #03e9f4,
    0 0 20vw #03e9f4;
  font-size: 1.5vw;
}
.btnwp:nth-child(1) {
  filter: hue-rotate(270deg);
}
.btnwp:nth-child(2) {
  filter: hue-rotate(110deg);
}
.btnwp span {
  position: absolute;
  display: block;
}
.btn {
margin-top: 0.1vw;
display: inline-block;
padding: 1.5vw 3vw;
border-radius: 3vw;
font-size: 1vw;
color: white;
background-color: rgb(110, 110, 110);
cursor: pointer;
box-shadow: 0px 0px 1.7vw -0.2vw rgba(0,0,0,0.75);

}
.btn:hover {
  background: #5c5c5c;
  color: #ffffff;
  box-shadow: 0 0 1vw #5c5c5c, 0 0 1.5vw #5c5c5c, 0 0 2.5vw #5c5c5c,
    0 0 20vw #5c5c5c;
  font-size: 1.5vw;
}
/*!header start*/
.header .logo img{
    height: 6vw;
}
.header {
background-color:transparent;
background: url(images/1000.png) no-repeat;
background-size: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 0%;
margin: 2vw 0%;
box-shadow: 0px 0px 1.7vw -0.2vw rgba(0,0,0,0.75);
position: sticky;
top: 0;
z-index: 1000;
}
nav{
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
}
.header .navbar a{
margin: 0 1vw;
font-size: 1.5vw;
color: #121212;
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
}
.header .navbar .active,
.header .navbar a:hover{
text-shadow: 0.1vw 0.1vw #ffffff;
font-size: 2vw;
}
.header .buttons button{
cursor: pointer;
font-size: 2.0vw;
margin: 1.5vw;
background-color: transparent;
color: rgb(110, 110, 110);
}
.header .buttons button i{
    color: rgb(110, 110, 110);
}
.header .buttons button i:hover{
font-size: 3.0vw;
color: white;
}
.header .logo{
display: inline-block;
margin-left: 2vw;
margin-top: 0.5vw;
bottom: 0;

}
.home .baslik{
text-align: center;
color: #000000;
font-size: 3vw;
background-color: #ffffff;
border-radius: 3vw;
margin-bottom: 2vw;
margin-top: -5vw;
box-shadow: 0px 0px 1.7vw -0.2vw rgba(0,0,0,0.75);
}
.home .box-container{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25vw, 25vw));
gap: 1vw;
align-items: center;
}
.home .box-container .box {
padding: 1vw;
background-color: white;
border-radius: 3vw;
flex-direction: column;
justify-content: space-between;
font-size: 1.6vw;
text-align: center;
}
.home .box-container .box img{
width: 100%;
height: 20vw;
object-fit: cover;
border-radius: 3vw;
}
.home .box-container .box a{
margin-top: 2vw;
}
.wp a{
    font-size: 1.5vw;
    color: #ffffff;
    font-weight:1000;
z-index: 2;
}
.wp a i{
    font-size: 2vw;
    color: rgb(255, 255, 255);
    
}

.dalga {
  position: absolute;
  bottom: 0;
  height: 20vw;
  width: 100%;
  background:url(images/2000.png) repeat-x;
  background-size: 110vw 20vw;
  animation: animate 10s linear infinite;
}
@keyframes  animate {
  0% {
    background-position-x: 0;
    background-position-x: -25vw;
  }
}
.dalga:nth-child(1) {
  opacity: 0.9;
}
.dalga:nth-child(2) {
  opacity: 0.5;
  animation-delay: 0.1s;
  animation-direction: reverse;
}
.dalga:nth-child(3) {
  opacity: 0.7;
  animation-delay: 3s;
}


.home .resim{
  margin-top: -10vw;
  margin-bottom: 10vw;
}
.yazi P{
    color: #ffffff;
  width: 100%;
  text-align: center;
font-size: 1.5vW;
}
.yazi a{
    color: #ffffff;
  width: 100%;
  text-align: center;
font-size: 1.5vW;
}
.form-container {
  margin-left: 35vw;
  margin-bottom: 3vw;
      align-items: center;
      background: #fff;
      padding: 1vw 1.5vw;
      border-radius: 1vw;
      box-shadow: 0 4vw 12vw rgba(0,0,0,0.1);
      text-align: center;
      width: 30vw;
    }
    .form-container h2 {
      margin-top: -3vw;
      margin-bottom: 3vw;
      color: #ffffff;
    }
    input[type="tel"] {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
      margin-bottom: 15px;
      outline: none;
    }
    input[type="tel"]:focus {
      border-color: #007bff;
    }
    .btnn {
   display: inline-block;
    text-align: center;
    width: 100%;
    padding: 12px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    }
    .btnn:hover {
      background: #0056b3;
    }
    .altresim img{
   margin-left: 25vw;
   margin-top: 3vw;
      align-items: center;
      text-align: center;
      width: 30vw;
      margin-bottom: -5vw;
    }
.footeri {
  position: relative;
  height: 20vw;
  color:#ffffff;
  justify-content: space-between;
  position: sticky;
  text-align:center;
  margin-top: 30vw;
  margin-bottom:0;
  z-index: 0;
}
.footeri ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footeri li {
  padding:0 10px;
}

.footeri ul a {
  color:inherit;
  text-decoration:solid;
  opacity:0.8;
  
}

.footeri ul a:hover {
  cursor: pointer;
font-size: 2.0vw;
margin: 1.5vw;
background-color: transparent;
color: rgb(110, 110, 110);
}

.footeri .social {
  text-align:center;
  padding-bottom:25px;
}

.footeri .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footeri .social > a:hover {
cursor: pointer;
font-size: 2.0vw;
margin: 1.5vw;
background-color: transparent;
color: rgb(110, 110, 110);
}

.footeri .copyright {
  justify-content: space-between;
  position: sticky;
  margin-top:2vw;
  text-align:center;
  font-size:1vw;
  color:#ffffff;
  margin-bottom:0;
  z-index: 0;
}
.footeri .copyright a{

  justify-content: space-between;
  position: sticky;
  margin-top:2vw;
  text-align:center;
  font-size:1vw;
  color:#ffffff;
  margin-bottom:0;
  z-index: 0;
}
}
/* Genel görsel uyum */
img {
  max-width: 100%;
  height: auto;
}

/* Tablet ve mobil için düzenlemeler */
@media (max-width: 991px) {
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-align: center;
  }

  .logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 10px;
  }

  .navbar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10px;
  }

  .navbar a {
    font-size: 1.1rem;
    text-decoration: none;
  }

  .buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .baslik h1 {
    font-size: 2rem;
    text-align: center;
    margin: 15px 0;
  }

  .content p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 15px;
    text-align: justify;
  }

  .form-container {
    padding: 15px;
    margin: 20px 0;
  }

  .form-container input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .btnn {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 12px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }

  .wp {
    text-align: center;
    margin: 20px 0;
  }



  .social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
  }
}