@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{margin: 0;padding: 0; text-decoration: none;}

.logo{
  width: 100%;
  height: 100px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;

}

.logo > img:hover{
  filter: blur(1px);
  transform: scale(1.1);
  transition: 2s;
}

.line{
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 100px;
  margin-bottom: 70px;
}

.subtxt{
  display: flex;
  justify-content: center;
  align-items: center;
}

.butt{
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 25px;
  margin-bottom: 80px;
}

.main{
 width: 100%;
 height: 800px;
 display: flex;
 justify-content: center;
 align-items: center;
}

nav{
  width: 96%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

nav ul{
  width: 600px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul li{
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu1{width: 150px;}
.menu2{width: 150px;}
.menu3{width: 150px;}
.menu4{width: 150px;}

nav ul li a{
  color: #3B1F13;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

nav ul li a:hover{
  color: #A37F5F;
  letter-spacing: 2px;
  font-size: 1.5em;
  transition: 1s;
}

.biography{
  width: 100%;
  height: 453px;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 100px;
}

.work{
  width: 100%;
  height: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap{
  width: 700px;
  height: 365px;
  display: flex;
  justify-content:space-between;
}

.card:hover{
  filter: blur(1px);
  transform: scale(1.1);
  transition: 2s;
}

.visitor{
  width: 100%;
  height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer{
  width: 100%;
  height: 50px;
  background-color: white;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #3B1F13;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
}
