body {
  background-color: #2d2a2e;
  background-color: #192734;
}

.showcase {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.showcase .content {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 20px 60px;
  padding-bottom: 60px;
  z-index: 100;
}

.main {
  display: flex;
  width: 100%;
  height: 100vh;
  /* height: 100vh; */
  flex-direction: column;
  margin: auto;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
}

#logo {
  width: 600px;
  padding-top: 20px;
}

.btn {
  background-color: lightseagreen;
  border: 1px solid #00d09c;
  color: #fff;
  /* text-transform: uppercase; */
  border-radius: 5;
  transition: 0.5s;
  font-weight: 500;
}

.btn:hover {
  color: #00d09c;
  transform: scale(1.1);
}

@media (max-width: 630px) {
  #logo {
    width: 400px;
  }
}

@media (max-width: 410px) {
  #logo {
    width: 300px;
  }
}

#social-buttons {
  width: 250px;
}

#social-buttons ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#social-buttons ul li a {
  text-decoration: none;
  color: #fff;
}

#social-buttons ul li a .fab,
#social-buttons ul li a .fa-solid {
  background-color: #2f5663;
  padding: 0.7em;
  border-radius: 0.2em;
  transition: 0.5s;
}

#social-buttons ul li a .fab:hover,
#social-buttons ul li a .fa-solid:hover {
  text-decoration: none;
  color: #fff;
  background-color: #618c9b;
}

#showcase {
  position: relative;
  margin-top: 200px;
}

#showcase #websites {
  position: relative;
}

.website {
  position: relative;
}

.website:hover .website-overlay {
  position: absolute;
  background-color: rgba(29, 106, 154, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: 1s;
}

.website .website-overlay a:hover {
  transition: 1s;
  color: #fff;
  text-decoration: none;
  z-index: 11;
}

.website .website-overlay a p {
  transition: 1s;
}

.website:hover .website-overlay p {
  display: block !important;
  transition: 1s;
  color: #fff;
  z-index: 11;
}

#showcase #websites a:hover {
  opacity: 0.3;
}

#my-work {
  color: #00d09c;
  /* color: #0DCFDA; */
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1199px) {
  #showcase {
    position: absolute;
    top: 1000px;
  }
}

@media (max-width: 720px) {
  .showcase .content {
    padding: 20px 60px;
    padding-bottom: 60px;
  }
  #logo {
    width: 300px;
    padding-top: 20px;
  }
}

@media (max-width: 420px) {
  .showcase .content {
    padding: 20px 20px;
    padding-bottom: 60px;
  }
  #logo {
    width: 200px;
    padding-top: 20px;
  }
}
