.app-card {
    width: 336px;
    height: 420px;

    /* position: absolute; */
    left: 1550px;
}

.hidden {
  display: none;
}

.app-card__screen {
    display: flex;
    justify-content: center;
    margin-top: 19px;
}

.app-card__text {
    font-size: 13px;
    color: #FFF;
    text-align: center;
    margin-top: 32px;
    font-family: 'DeusEx', sans-serif;

}

.app-card__icons {
    display: flex;
    justify-content: center;
    gap: 43px;
    margin-top: 20px;
}

.app-card__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.app-card__content {
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: opacity-animation-zero-to-one 1s ease-in-out 1s forwards;
}

.app-slider {
    overflow: hidden;
    width: 336px;
}

.app-slide {
    width: 336px;
}

.app-card__slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.app-card__slider {
    width: 336px;

    height: auto;
    flex-shrink: 0;
}

.app-card__screen {
    width: 336px;
    height: 247px;
}

.app-slider-dots {
    text-align: center;
    margin-top: 10px;
}

.app-slider-dots div {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 16px;
    background: rgba(183, 183, 183, 0.2);

    cursor: pointer;
    transition: background-color 0.3s;
}

.app-slider-dots div.active {
    background-color: #272727;
    background: rgba(230, 196, 76, 0.5);
}
