
body {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    align-items: end;
}


.logo{
    
    display: flex;
    height: 100px;
    width: 100%;
    background-color: black;
 

}

    .logo ul{
        display: flex;
        list-style-type: none;
        margin-left: 40%;
        width: auto;
        height: 100px;
        position: absolute;
    
    
    }

    .logo a{
        font-family: fantasy;
        color:white;
        text-decoration: none;
        padding:16px 30px;
        font-size: 25px;
        text-shadow: 2px 4px 2px rgba(104, 103, 102, 0.6) ;
    }


    .navbar{
      background-color: rgba(150,150,150,0.5);
      top:50px;
      right:10px;
      display:none;
      align-items: center;
      position: fixed;
      text-align: right;
      font-family: fantasy;
    }


    .logo i{
      position: absolute;
      right: 10px;
      top:15px;
      color: white;
      display: block;
      font-size: 30px;
      width: 30px;
      height: 30px;
      align-content: center ;
    }
  
    .logo i:hover {
      background-color: gray;
      color: white;
    }
 

.logo::after{
    content:"";
    position:absolute;
    width:80%;
    height: 2px;
    top:7%;
    left:10%;
    right:15%;
    margin-left:-25px;
    padding:0 10px;
    font-size:12px;
    color:#999;
    text-align:center;
    background:#fff;
}
.button {
  background-color: #fff;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
}
.button:hover {
  color: #222;
}

button:focus {
  outline: none;
}
.iletisim{
  border-radius: 20px;
  margin-right: 100px;
  width: 400px;
  height: 500px;
  margin-top: 30vh;
  display:flex;
  flex-direction: column;
  background-color: #222;
  align-items: center;
}

.message{

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.message textarea{
  font-size: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  border-radius: 10px;
  height: 250px;
  width: 350px;
}
.message input{

  width: 60px;
  height: 30px;;
}
.button{
  display:none;
}

.inf{
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-content: space-between;
}
input[type=submit] {
  border-radius: 4px;
  background-color: #04AA6D;
  border: none;
  color: white;
  margin: 4px 4px;
  cursor: pointer;
  text-align: center;
  width: 100px;
  height: 30px;
  font-size: 20px;
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
input[type=text] {
  border-radius: 4px;
  border: none;
  color: white;
  margin: 4px;
  width: 300px;
  height: 30px;
  font-size: 18px;
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
input[type=email] {
  border-radius: 4px;
  border: none;
  color: white;
  margin: 4px ;
  width: 300px;
  height: 30px;
  font-size: 18px;
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.container{
  display: flex;
  margin-right: 300px;
}

.slider{
  border-radius: 20px;
  margin-right: 100px;
  width: 800px;
  height: 600px;
  margin-top: 30vh;
  display:flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}


.imagecon {
  position: relative;
  width: 400px;
  height: 200px;
  margin-bottom: 150px;
  transform-style: preserve-3d;
  transform: perspective(800px) rotateY(0deg);
  transition: transform 0.7s;
}
.imagecon h1{
  font-family: fantasy;
  color: goldenrod;
  margin-top: 130px;
  font-size: 50px;


}
.imagecon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(300px);
}

.imagecon span img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.btn-container{
  display: none;
}
.footer{
  display:flex;
  flex-direction: column;
  border-radius: 150px 150px 0px 0px;
  width: 100%;
  height: 300px;
  background-color:rgb(34, 34, 34);
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: white;
  align-content: center;
  text-align: center;
  text-justify:distribute;
  font-family:fantasy;
}
.footerbox{
  font-family:fantasy;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:200px;
  font-family:fantasy;
}
.footermenu{
 font-family:fantasy;
  display: flex;
  flex-direction: row;
  margin-left:100px;
  color:white;
}
.footerbox ul{
    font-family:fantasy;
}

.footerdisplay{
  margin-top:50px;
  align-content: center;
  
}
@media(max-width:1100px )  {
    body{
      align-items: center;
    }
    .logo ul{
      display: none;
    }

    .logo a{
      display: block;
      padding:8px;
    }

    .navbar{
      display: none;
    }

    .button{
      display: block;
    }

    .logo::after{
      display: none;
    } 

    .iletisim{
      margin-top: 80px;
      border-radius: 0;
      margin-right: 10px;
    }
    .footer{
      display:flex;
      flex-direction: column;
      border-radius: 0px 0px 0px 0px;
      width: 100%;
      height: auto;
      background-color:rgb(34, 34, 34);
      font-size: 18px;
      margin-top: 10px;
      padding: 0;
      color: white;
      align-content: center;
      text-align: center;
      text-justify:distribute;
    }
    .footerbox{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap:2px;

    }
    .footerbox a{
      color:white;
    }

    .footerbox ul{
      font-family: fantasy;
      text-align: justify;
      list-style: none;
    }
    
    .footerdisplay{
      font-family: fantasy;
      margin-bottom: 50px;
    }

    }
