/* screen - about-dropdown */

.about-dropdown {
  cursor: pointer;
  height: 1359px;
  opacity: 0;
  width: 1440px;
}

#overlay-about-dropdown {
  align-items: center;
  background-color: #ffffff00;
  justify-content: center;
}

.about-dropdown.animate-enter {
  animation: animate-enter-frames 0.20s ease 0.00s 1 normal forwards;
  opacity: 0;
}

@keyframes animate-enter-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.about-dropdown .about-dropdown-1 {
  height: 129px;
  left: 341px;
  object-fit: cover;
  position: fixed;
  top: 62px;
  width: 780px;
}

.about-dropdown .group-1 {
  align-items: center;
  background-image: url(../img/component-20---1-1x-png@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 68px;
  justify-content: flex-end;
  left: 0;
  min-width: 1440px;
  padding: 10px 5px;
  position: fixed;
  top: 0;
}

.about-dropdown .shape {
  height: 33px;
  margin-bottom: 5.0px;
  object-fit: cover;
  width: 91px;
}

.about-dropdown .about-nav {
  cursor: pointer;
  height: 20px;
  margin-bottom: 4.0px;
  margin-left: 265px;
  object-fit: cover;
  width: 54px;
}

.about-dropdown .exp-nav {
  cursor: pointer;
  height: 20px;
  margin-bottom: 4.0px;
  margin-left: 106px;
  object-fit: cover;
  width: 160px;
}

.about-dropdown .collections-nav {
  cursor: pointer;
  height: 20px;
  margin-bottom: 4.0px;
  margin-left: 120px;
  object-fit: cover;
  width: 99px;
}

.about-dropdown .projects-nav {
  cursor: pointer;
  height: 20px;
  margin-bottom: 4.0px;
  margin-left: 100px;
  object-fit: cover;
  width: 73px;
}

.about-dropdown .icons8-phone-50 {
  align-self: flex-end;
  cursor: pointer;
  height: 46px;
  margin-left: 180px;
  object-fit: cover;
  width: 50px;
}

.about-dropdown .icons8-home-50 {
  align-self: flex-start;
  cursor: pointer;
  height: 30px;
  margin-left: 9px;
  margin-top: 3px;
  object-fit: cover;
  width: 30px;
}

.about-dropdown .icons8-instagram-logo-50 {
  align-self: flex-start;
  height: 30px;
  margin-left: 9px;
  margin-top: 3px;
  object-fit: cover;
  width: 30px;
}

.about-dropdown .location-icon {
  align-self: flex-start;
  height: 34px;
  margin-left: 5px;
  margin-top: 3px;
  object-fit: cover;
  width: 35px;
}
