.text-header {
    padding-right: 20px;
}

.text-header h2 {
    font-size: 70px;
    font-weight: 400;
    line-height: 91.14px;
    color: #070708;
}

.text-header p {
    font-weight: 500;
    font-size: 26px;
    line-height: 33.85px;
    color: #4585FF !important;
    margin-bottom: 3%;
}

.app-status-published {
    width: 95px;
    height: 31px;
    background-color: #D5E3FF;
    color: #4585FF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: center;
    padding-top: 6px;
    margin-left: 3rem;
    margin-top: 1rem;

}

.app-status-unpublished {
    width: 95px;
    height: 31px;
    background-color: #EFEFEF;
    color: #999;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: center;
    padding-top: 6px;
    margin-left: 3rem;
    margin-top: 1rem;
}

.app-icon {
    width: 299.92px;
    height: 300px;
    border-radius: 25px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 2px #0C0C0D14;
}

.download-btn .btn-download {
    width: 13.75rem;
    height: 3.438rem;
    border-radius: 50px;
    background-color: #4585FF;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.04px;
    letter-spacing: -0.04em;
    padding: 14px 39px;
}

.download-btn .btn-download:hover {
    transform: scale(1.05);
}

.download-btn a {
    display: flex;
    text-align: center;
    margin-left: 0px;
    color: #000;
    text-decoration: none;
}

.download-btn a svg {
    margin-right: 5px;
}

.notes h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 47.57px;
    color: #070708;
    position: relative;
}

.notes h1::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 23px;
    border-radius: 5px;
    background-color: #4585FF;
}

.notes span {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #393745;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.swiper {
    width: 100%;
    height: 519px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    cursor: pointer;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #070708;
}

.img-logo {
    max-width: 99%;
    top: 280px;
    left: 1040px;
    padding: 2px 2.92px 3px 2px;
    gap: 0px;
    opacity: 0px;
    box-shadow: 0px 0px 4px 2px #0C0C0D14;
    border-radius: 25px;
    background: var(--Color-5, #FFFFFF);
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next {
    right: -26px;
}

.swiper-button-prev {
    left: -26px;
}

.swiper-button-next::after,
.swiper-button-prev::after {

    font-size: 30px;
}

.rating {
    font-size: 20px;
    font-weight: 700;
    line-height: 26.04px;
    letter-spacing: -0.04em;
    color: #070708;
}



.share-save:hover {
    color: blue;
}

.text-header h2 {
    font-size: 4.375rem;
    /* Responsive size */
}
.text-header {
    padding-right: 20px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.download-btn {
    display: flex;
    flex-wrap: wrap;
}

.download-btn a {
    margin-bottom: 11px;
    /* Margin for smaller screens */
}

.img-logo {
    width: 100%;
    height: auto;
}

@media only screen and (max-width:360px) {}

@media only screen and (min-width:360px) and (max-width:530px) {
    .breadcrumb-item {
        font-size: 14px;
        font-weight: 300;
        line-height: 15px;
    }

    .app-status-published {
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .text-header p {
        margin-bottom: 10%;
    }

    .share-save {
        margin-top: 10%;
    }
}

@media only screen and (min-width:531px) and (max-width:805px) {
    .app-status-published {
        margin-left: 1rem !important;
        margin-top: 1rem !important;
    }
}

@media only screen and (min-width:806) and (max-width:991.99px) {}
