
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,200;1,600&display=swap');
body{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
.m {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.g{
  background: rgba(0,0,0,0.2);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.90) 100%);
  position:absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.i {
  position: absolute;
  left: 55px;
  bottom: 55px;
  z-index:2;
}
.z {
  display: flex;
  justify-content: center;
  padding: 6px 6px;
  background: rgba(39, 39, 39, 0.6);
  border-radius: 100px;
  align-items: center;
}
.e {
  background: rgba(41, 41, 41, 0.52);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
.e svg {
  stroke: #fff;
  width: 16px;
  stroke-width: 3px;
}
.l {
  color: #fff;
  margin: 0 17px;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}
.c {
  position: absolute;
  padding: 0 55px;
  top: 30px;
  border-radius: 100px;
  z-index: 2;
  color: #fff;

}
.a {
  margin-top: 20px;
  font-weight: 300;
  font-style: italic;
}
e {
    background: #c1969466;
}
