* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.vl {
  border-left: 3px dotted #dadada;
  height: 900px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top:130px;
}
body {
  background: #fff;
  color: #000;
  
  overflow-x: hidden;
    font-family: sans-serif;
  
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
   border:1px solid #000;
  background-color: black;
  color:#ffffff;
  padding:40px;
  font-size: 20px;
}


.logo {
  font-size: 40px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
}

nav a:hover {
  color: #00debf;
}

.side {
  font-weight: 300;
  color: #888;
}
.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

.left {
  position: relative;
  padding: 60px;
  filter: grayscale(100%);
}



.logo span {
  font-size: 10px;
  vertical-align: super;
}

.subtitle {
  font-size: 12px;
  color: #777;
  margin-top: 6px;
}

.name {
  font-size: 100px;
  line-height: 90px;
  font-weight: 600;
  text-transform: lowercase;
  margin-top: -80px;
  color: #000;
  
}
  .name2 {
  font-size: 100px;
  line-height: 90px;
  font-weight: 600;
  text-transform: lowercase;
  margin-top: 1px;
  color: #000;
 position: absolute;
  bottom: -70px;
  right: 250px;
  width: 300px;
}
    
.photo {
  position: absolute;
}

.photo1 {
  top: 120px;
  right: 40px;
  width: 220px;
}

.photo2 {
  bottom: -30px;
  left: 120px;
  width: 320px;

}
.photo img {
  width: 100%;
  display: block;
  object-fit: cover;
    
}


.right {
  position:relative;
 filter: grayscale(100%); 
  
}

.right .logo,
.right .subtitle {
  text-align: right;
}

.photo3 {
  position: absolute;
  top: -40px;
  right: 100px;
  width: 320px;
}

.photo4 {
  position: absolute;
  top: 140px;
  left: 60px;
  width: 290px;
}

.photo5 {
  position: absolute;
  bottom: 40px;
  right: 60px;
  width: 260px;
}

.photo3 img,
.photo4 img,
.photo5 img {
  width: 100%;
  object-fit: cover;
  display: block;
}


@media (max-width: 900px) {
  .container {
    grid-template-columns: 1fr;
}

  .left, .right {
    border: none;
    padding: 40px;
      
  }
a {text-decoration: none;
  color: white;
}
  
  .photo {
    position: relative;
    margin: 20px 0;
  }

  }
a {text-decoration: none;
  color: white;
  }