.section-product-image {
    display: block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(191deg, #38D8BC 0%, #38D8BC 61.98%, #00BDFF 100%);
}

.section-product-image .mart-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 .mart-product-wrapper.app-mobile {
  background-image: url("/images/iq-school/school-bg-app.jpg");
}
.section-product-image .mart-product-wrapper.app-mobile .mart-product-text-wrapper {
  bottom: 55%;
} */
.section-product-image .mart-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 .mart-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 .mart-product-wrapper .mart-product-text-wrapper .mart-product-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
    }
}

.section-product-image .mart-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 .mart-product-wrapper .mart-product-text-wrapper .mart-product-video-play {
        margin-bottom: 0;
    }
}

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

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

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

.section-product-image .mart-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 .mart-product-wrapper .mart-product-text-wrapper .mart-product-video-play__text.small-text {
    text-transform: none;
}

@media (max-width: 768px) {
    .section-product-image .mart-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 .mart-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 .mart-product-wrapper .mart-product-text-wrapper .versions-buttons-wrapper {
        gap: 20px;
    }
}

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

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

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

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

.section-product-image .mart-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 .mart-product-wrapper .down-arrow .down-arrow-image {
    width: 180px;
    height: 180px;
}

@media (max-height: 400px) {
    .section-product-image .mart-product-wrapper .down-arrow {
        display: none;
    }
}

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

    .section-product-image .mart-product-wrapper .down-arrow .down-arrow-image {
        width: 120px;
        height: 120px;
    }
}

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

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

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

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

.bottom_shadow {
    z-index: 5;
    position: absolute;
    bottom: 0;
    background-size: contain;
    width: 100%;
    height: 33%;
    background: linear-gradient(180deg, rgba(56, 216, 188, 0.00) 0%, #38D8BC 62.52%, #00BDFF 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_container p:last-of-type {
    font-weight: 400;
}

@media (max-width: 768px) {

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

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

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

    .devices_image {
        max-width: 150%;
        margin-left: -25vw;
        margin-top: 10vh;
    }

}


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

.d_images>* {
    position: absolute;
}

.d_images .d_image_1 {
    bottom: -10px;
    left: -10px;
    z-index: 20;
}

.d_images .d_image_2 {
    mix-blend-mode: color-dodge;
    top: 0;
    right: 0;
}

.d_images .d_image_3 {
    top: 119px;
    right: 104px;
}

.d_image_4 {
    left: 0;
    top: 0;
}

.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;
}


@media (min-width: 992px) {
    .ddd_icon1 {
        left: -70px;
        top: 15px;
    }
    .ddd_icon2 {
        right: -50px;
        top: -60px;
    }

    .ddd_icon3 {
        right: -50px;
        top: -60px;
    }

}

@media (max-width: 992px) {
    .add_bg {
        gap: 30px;
    }

    .benefits__icon {
        width: 40px;
        height: 40px;
    }

    .benefits__text strong {
        font-size: 20px;
    }

    .benefits__text p {
        font-size: 12px;
    }

    .ddd_icon1 {
        left: -35px;
        top: 20px;
    }
}

@media (max-width: 1280px) {
    .ddd_icon2 {
        right: -50px;
    }

    .ddd_icon3 {
        right: -50px;
    }
    .slider-targets-navigation.pag_mart {
        display: flex !important;
    }
}


.add_bg {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 30px;
    gap: 30px;
    padding-top: 35%;
    height: 100%;
}
.iq-title.retail {
    --accent-color: #0066FF;
}

.iq-title.mart {
    --accent-color: #00D0B3;
}

.iq-title.force {
    --accent-color: #7960F0;
}

.ddd_icon1 {
    position: absolute;
    width: 40%;
}

.ddd_icon2 {
    z-index: -1;
}

.ddd_icon2, .ddd_icon3 {
    position: absolute;
    width: 40%;
}

.card-retail__space {
    height: 47%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    border-radius: 0 0 8px 8px;
}

.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;
}
