.section-product-image {
    display: block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, #00D1FF 0%, #166FFF 100%);
}

.section-product-image .retail-product-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    justify-content: center;
    align-items: center;
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 30px;
    position: absolute;
    bottom: 15%;
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-title {
    display: block;
    font-size: 51px;
    font-weight: bold;
    font-family: "SF Pro Display", sans-serif;
    text-transform: uppercase;
    z-index: 1;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 420px) {
    .section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
    }
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-video-play {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 650px) {
    .section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-video-play {
        margin-bottom: 0;
    }
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-video-play__image {
    margin-right: 10px;
    cursor: pointer;
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-video-play__image img {
    width: 70px;
}

@media (max-width: 650px) {
    .section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-video-play__image img {
        width: 50px;
    }
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-video-play__text {
    font-family: "SF Pro Display", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #F5F6FB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: left;
    max-width: 500px;
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-video-play__text.small-text {
    text-transform: none;
}

@media (max-width: 768px) {
    .section-product-image .retail-product-wrapper .mart-product-text-wrapper .mart-product-video-play__text {
        position: relative;
        font-size: 14px;
        line-height: 1.5;
        max-width: 277px;
    }
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .versions-buttons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 40px;
    z-index: 1;
}

@media (max-width: 420px) {
    .section-product-image .retail-product-wrapper .mart-product-text-wrapper .versions-buttons-wrapper {
        gap: 20px;
    }
}

@media (min-width: 768px) and (max-width: 890px) {
    .section-product-image .retail-product-wrapper .mart-product-text-wrapper .versions-buttons-wrapper {
        gap: 5px;
    }
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .versions-buttons-wrapper .version-btn {
    transition: all 0.3s;
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .versions-buttons-wrapper .version-btn img {
    width: 100%;
    min-width: 90px;
}

.section-product-image .retail-product-wrapper .mart-product-text-wrapper .versions-buttons-wrapper .version-btn:hover {
    cursor: pointer;
    opacity: 0.7;
}

.section-product-image .retail-product-wrapper .down-arrow {
    background: transparent;
    border: none;
    outline: none;
    position: relative;
    /* bottom: -1%; */
    text-align: end;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

.section-product-image .retail-product-wrapper .down-arrow .down-arrow-image {
    width: 150px;
    height: 150px;
}

/* @media (max-height: 400px) {
    .section-product-image .retail-product-wrapper .down-arrow {
        display: none;
    }
} */
.section-product-image .retail-product-wrapper .down-arrow {
    z-index: 9;
}

@media (max-width: 768px) {
    .section-product-image .retail-product-wrapper .down-arrow {
        bottom: 25%;
    }

    .section-product-image .retail-product-wrapper .down-arrow .down-arrow-image {
        width: 100px;
        height: 100px;
    }
}

@media (max-height: 500px) and (max-width: 768px) {
    .section-product-image .retail-product-wrapper .down-arrow .down-arrow-image {
        width: 90px;
        height: 90px;
    }
}

.devices_image {
    position: relative;
    margin-top: 25px;
}

.down_section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download_buttons {
    z-index: 10;
    display: flex;
    gap: 20px;
}

.download_buttons svg {
    height: auto;
    max-height: 64px;
    width: auto;
    max-width: 216px;
}

.bottom_shadow {
    z-index: 5;
    position: absolute;
    bottom: 0;
    background-size: contain;
    width: 100%;
    height: 33%;
    background: linear-gradient(180deg, rgba(0, 209, 255, 0.00) 0%, #00D1FF 62.58%, #00D1FF 100%);
}

.top_logo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}

.top_logo img {
    height: 116px;
    margin-right: -5px;
}

.iq_name {
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.50);
    font-family: "SF Pro Display", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.under_line {
    width: 100%;
    height: 2px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
    filter: blur(0.5px);
}

.dot {
    color: #FFF;
    font-family: "SF Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 8px;
}

.text_container {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.text_container p {
    margin-bottom: unset;
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display", sans-serif;
    font-size: 30px;
    font-style: normal;
    line-height: normal;
}

.text_container p:first-of-type {
    font-weight: 700;
    text-transform: uppercase;
}

.text_container p:last-of-type {
    font-weight: 400;
}

@media (max-width: 768px) {

    .text_container {
        margin-top: 0;
    }

    .top_logo img {
        height: 80px;
    }

    .iq_name {
        font-size: 30px;
    }

    .dot {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .section-product-image .retail-product-wrapper {
        justify-content: space-between;
    }

    .text_container p {
        margin: 0 15px;
        font-size: 15px;
    }

    .download_buttons {
        gap: 10px;
        margin: 0 20px;
    }

    .download_buttons svg {
        max-width: 100%;
    }

    .devices_image {
        margin-top: 0;
        max-width: 100%;
        /* margin: 0 5%; */
    }
}

@media (max-width: 1279px) {
    .d_images {
        display: none;
    }
}

.d_images>* {
    position: absolute;
}

.d_images .d_image_1 {
    top: 30px;
    left: 30px;
    width: 271px;
    height: 258.5px;
}

.d_images .d_image_2 {
    left: 10px;
    bottom: 0px;
    z-index: 20;
    width: 339px;
    height: 395px;
}

.d_images .d_image_3 {
    top: 70px;
    right: 95px;
}

.d_images .d_image_4 {
    top: 0;
    right: 0;
}

.d_images .d_image_5 {
    top: 450px;
    left: 160px;
    width: 127px;
}

.d_images .d_image_6 {
    top: 398px;
    right: 116px;
    width: 185px;
}

.d_images .d_image_7 {
    z-index: 20;
    right: 50px;
    bottom: 50px;
    width: 259px;
}

.iq-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.iq-title .iq-logo > img {
    height: 68px;
    margin: 0 -5px -5px 0;
}

.iq-title > .iq-logo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
    font-family: "SF Pro Display", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom: unset;
    color: var(--accent-color);
}

.add_bg .benefits-item {
    margin-bottom: unset;
    height: unset;
}

.slider-targets-navigation.pag_mart {
    display: none;
    padding-top: 50px;
}

.slider-targets-navigation {
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.slider-targets-pagination.swiper-pagination {
    opacity: 1 !important;
}

.slider-targets-buttons.swiper-button-prev.pag_mart, .slider-targets-buttons.swiper-button-next.pag_mart {
    color: #00D0B3 !important;
    position: relative;
    width: 1em;
    height: 1em;
}

.swiper-pagination.pag_mart > .swiper-pagination-bullet, .swiper-pagination.pag_mart > .swiper-pagination-bullet-active {
    background: #00D0B3 !important;
}
