@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;
  max-width: 100%;
  position: center;
  margin-top: -12.4vw;
}

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;
}
/*!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 end*/
.header .logo{
display: inline-block;
margin-left: 2vw;
margin-top: 0.5vw;
bottom: 0;
}
.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;
}
    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;
      width: 100%;
      padding: 12px;
      background: #007bff;
      color: #fff;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
      text-decoration: none;
    }
    .btnn:hover {
      background: #0056b3;
    }
    .altresim img{
   margin-left: 25vw;
   margin-top: 3vw;
      align-items: center;
      text-align: center;
      width: 30vw;
      margin-bottom: -5vw;
    }
    form{
      position: absolute;
      margin-top: 25vw;
      margin-bottom: 10vw;
      top: 1vw;
      bottom: 50vw;
      left: 50%;
      transform: translate(-50%,-50%);
      display: flex;
      flex-direction: column;
      min-width: 50vh;
      height: 60vh;
      padding: 10px;
      font-weight: bold;
      background: rgba(0,0,0,0.3);
      font-weight: bold;
      font-size: 1vw;
      overflow: hidden;
    }
     form input{
      padding: 0.5vw;
      outline: none;
      border: none;
      cursor: pointer;
      height: 80%;
      width: 100%;
      font-size: 1.1vw;
      background: none;
      border-bottom: 1px solid white;
      color:white;
    }
    .underline{
      position: absolute;
      width: 100%;
      height: 2px;
      left: -110%;
      top: 10%;
      margin-top: -15px;
      background: white;
      transition: 0.5s ease;
    }
    .form textarea{
      min-height:60vw;
      width: 20vw;
    margin-top: 1vw;
margin-bottom: 3vw;
    height: 60vw;
    outline: none;
    padding: 0.5rem;
    cursor: pointer;
    font-weight: bold;
    font-size: 1vw;
    border: 1vw solid #6e6e6e;
    border-radius: 5vw;
    background: none;
    color: white;
  }
  label{
    position:relative;
    height: 60px;
    width: 100%;
    padding: 0.2vw;
    margin-top: 1px;
    margin-bottom: 10px;
  }
  label span{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5vw;
    z-index:14;
    pointer-events: none;
    color: white;
    transition: 0.5s ease;
  }
  .gonde{
      margin-top: 1vw;
  }
.gonder{
  margin-left: 40%;
  margin-top: 10px;
  padding: 0.8vw;
  height: 50px;
  background: rgba(0,0,0,0.5);
  color: white;
  font-weight: bold;
  font-size: 1.2vw;
  border: none;
  transition: bacground 0.5s ease;
}
.gonder:hover{
  background-color: rgba(0,0,0,0.8);
}
input:focus + span div, 
input:valid + span div{
  left: 0;
  top: 102%;
 
}
input:focus + span, 
input:valid + span{
  transform: translateY(-1.4vw);
}

.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;
}