body {
  background-color: #0B0B0B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.main-container::-webkit-scrollbar {
  display: none;
}

#mobile {
  width: 370px;
  height: 574.538px;
}

.main-container {
  overflow-x: hidden;
}

.bg-image img {
  width: auto;
  height: 574.538px;
  margin-top: 0;
  /*     animation: fadeinDown ease-out .3s;
      animation-delay: 3s;
      visibility: hidden;
      animation-fill-mode: forwards; */
}

#web {
  display: none;
}

.bottom-container-1 img {
  width: 369.431px;
  height: 358.466px;
  /*         animation: fadeinUp ease-out .3s;   
          animation-delay: 3.2s;  
          visibility: hidden;
          animation-fill-mode: forwards;   */
}

.bottom-container-2 img {
  width: 370px;
  height: 353px;
  /*        animation: bottomCards ease-out .3s;
         animation-delay: 3.4s;
         visibility: hidden;
         animation-fill-mode: forwards; */
}

.bottom-container-3 img {
  width: 371.462px;
  height: 358.88;
  margin-bottom: 1%;
  /*     animation: bottomCards ease-out .3s;
      animation-delay: 3.6s;
      visibility: hidden;
      animation-fill-mode: forwards; */
}

@keyframes fadeinDown {
  from {
    visibility: visible;
    opacity: 0;
    /*         transform: translateY(-5%) scale(0.95); */
  }
  to {
    visibility: visible;
    opacity: 1;
    /*         transform: translateY(0%) scale(1); */
  }
}
@keyframes fadeinUp {
  from {
    visibility: visible;
    opacity: 0;
    /*         transform: translateY(5%) scale(0.9); */
  }
  to {
    visibility: visible;
    opacity: 1;
    /*         transform: translateY(0%) scale(1); */
  }
}
@keyframes bottomCards {
  from {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
/* desktop */
@media screen and (min-width: 1680px) {
  .main-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    height: 370px;
  }
  .bg-image img {
    width: auto;
    height: 370px;
  }
  .bottom-container-1 {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .bottom-container-1 img {
    width: auto;
    height: 370px;
  }
  .bottom-container-2 img {
    width: auto;
    height: 370px;
  }
  .bottom-container-3 img {
    width: auto;
    height: 370px;
    margin: 0;
  }
  #web {
    display: block;
  }
  #mobile {
    display: none;
  }
}
/* laptop */
@media screen and (min-width: 1024px) {
  body {
    overflow-y: hidden;
  }
  .main-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: auto;
    height: 400px;
    margin: auto;
    overflow-y: hidden;
  }
  .main-container::-webkit-scrollbar {
    display: none;
  }
  .bg-image img {
    width: auto;
    height: 370px;
  }
  .bottom-container-1 {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .bottom-container-1 img {
    width: auto;
    height: 370px;
  }
  .bottom-container-2 img {
    width: auto;
    height: 370px;
  }
  .bottom-container-3 img {
    width: auto;
    height: 370px;
    margin: 0;
  }
  #web {
    display: block;
  }
  #mobile {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */