@media only screen and (min-width: 641px) {

}

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

}

.app-containers {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.app-logo-name {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.app-button {
    flex: 1;
    width: 20%;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.2s ease;
}

.app-title {
    margin-left: 17px;
    font-size: 2em;
    font-weight: bold;
    color: #d93017;
}

.circle-wrapper {
    height: 50px;
}

.centered-image {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.centered-image:hover {
    transform: scale(1.1);
}

.phone_platform {
    width: 100%;
    margin-left: 30px;
    margin-top: 30px;
}

.phone_platform_en {
    margin-bottom: 30px;
}

.app-button:hover {
    transform: scale(1.05);
}

.app_slogan {
    text-align: left;
    font-size: 2.8em;
    color: black;
    margin-top: 40px;
    font-weight: bold;
}

.app_slogan_en {
    text-align: left;
    font-size: 1.7em;
    margin-top: 20px;
    color: black;
    font-weight: bold;
}

.app-icon {
    width: 80%;
    object-fit: contain;
    margin-bottom: 28px;
}

.app-text {
    font-size: 14px;
    color: #333;
}

.features-inner {
    margin-left: 50px;
}

.download-one,
.download-two {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.download-two {
    margin-top: 40px;
}

.download-two-title {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: large;
}

.app-download-btn {
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 227 / 69;
}

.app-download-btn-ios {
    background-image: url(../download/img/ios.png);
    aspect-ratio: 227/69;
}

.app-download-btn-android {
    background-image: url(../download/img/android.png);
    aspect-ratio: 227/69;
}

.app-download-btn-harmony {
    background-image: url(../download/img/harmony.png);
    aspect-ratio: 227/69;
}

.app-download-btn-ios,
.app-download-btn-android,
.app-download-btn-harmony,
.app-download-btn-ios-en,
.app-download-btn-android-en,
.app-download-btn-google-en {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.app-download-btn-ios-en {
    background-image: url(../download/img/ios_en.png);
    aspect-ratio: 240/69;
}

.app-download-btn-android-en {
    background-image: url(../download/img/android_en.png);
    aspect-ratio: 240/69;
}

.app-download-btn-google-en {
    background-image: url(../download/img/google.png);
    aspect-ratio: 240/69;
}

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

.app_slogan_title{
    font-size: large;
}

.m_solgen {
    background-image: url(../download/img/m_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*border-radius: 5px;*/
}

.app_download_harmony {
    background-image: url(../download/img/m_harmony.png);
}

.app_download_ios {
    background-image: url(../download/img/m_ios.png);
}

.app_download_android {
    background-image: url(../download/img/m_android.png);
}

.app_download_footer {
    background-image: url(../download/img/m_bg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 40px;
    z-index: -100;
}

.app_download_p {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: lightgrey 0 0 10px;
}