body{
    display:flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.header{
    margin-top: 0;
    background-image: url(deneme.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:0px 70% ;
    width: 100%;
    height: 400px;
}

.den{
    text-align: center;
    margin-top: 5%;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-shadow: 8px 4px 4px rgba(104, 103, 102, 0.6) ;
    text-transform: uppercase;
    cursor:pointer;
    transition: 0s;

}

.header ul{
    display: flex;
    list-style-type: none;
    margin-left: 50%;
    margin-top: 1vh;
    width: auto;
    height: 50px;
    
}

.header a{
    text-transform: uppercase;
    font-family: fantasy;
    color:white;
    text-decoration: none;
    padding:7px 15px;
    transition: all .3s ease-in-out;
    font-size: 20px;
    text-shadow: 2px 4px 2px rgba(104, 103, 102, 0.6) ;
}

.aboutus{
    display: flex;
    flex-direction: column;
    width: auto;
    height: 800px;
    margin-left: 100px;
    margin-right: 150px;
    align-items: center;

}
.aboutus h1{
    font-family: fantasy;
    text-transform: uppercase;
  
}


.para{
    display: flex;
    margin-left:225px;
    margin-right: 375px;
}
.aboutus p{
    color:black;
    top:600px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 25%;
    margin-right: 25%;
    text-align: justify;
    line-height: 2em;
}

.aboutus h3{

    color:black;
    top:600px;
    font-family:fantasy;
    margin-left: 25%;
    margin-right: 25%;
    text-align: justify;
    line-height: 2em;
    text-decoration:underline;
    font-size: 20px;
    padding: 0;
}

.aboutus h4{
    margin-top: -20px;
    margin-bottom: 50px;
    margin-left: 25%;
    margin-right: 25%;
    font-weight: 100;

}
.navbar{
    background-color: rgba(150,150,150,0.5);
    top:50px;
    right:10px;
    display:none;
    align-items: center;
    position: fixed;
    text-align: right;
  }

  .logo a{
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  .butto{
    display:none;
  }

  .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;
  }

  .footer{
    display: flex;
    width: 100%;
    height: 50px;
    background-color:rgb(0, 0, 0);
    font-size: 18px;
    margin-top: 400px;
    color:white;
    align-content:center;
    text-align: center;
    text-justify:distribute;
  }
  .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-top: 300px;
    padding: 0;
    color: white;
    align-content: center;
    text-align: center;
    text-justify:distribute;
  }
  .footerbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:200px;
  }
  .footermenu{
    display: flex;
    flex-direction: row;
    margin-left:100px;
    color:white;
  }
  .footer a{
    color:white;
  }
  .footerdisplay{
    margin-top:50px;
    align-content: center;
    
  }
@media( max-width:1200px){

    .footer{
      margin-top: 0px;
      border-radius: 0;
      height: auto;
    }

    .footerbox{
      flex-direction: column;
      
    }

    .footerbox h4{
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .den{
      margin-top: 80px;
    }

    .footer ul{
      font-family: fantasy;
      list-style: none;
      text-align: justify;
    }

    .butto{
        display: block;
    }
    .header ul{
        display:none;
    }

    .aboutus{
        margin:0px;
        background-color: grey;
        height: auto;
    }

    .aboutus p{
      margin: 15px;
      line-height: 1rem;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      font-size: 18px;
    }


    .para{
        flex-direction: column;
        margin-left:0;
        margin-right:0;
    }
    
    .buttons{
        margin-top:220px;
      }
      .leftbutton{
        left:0;
        margin: 0;
      }
    
      .footerbox{
        gap:1px;
      }
}