/*----------------------------------
    LARGE LAYOUT: 1920px
-----------------------------------*/

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

/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

/*----------------------------------
    SMALL DESKTOP LAYOUT: <1420px
-----------------------------------*/
@media only screen and (min-width: 1201px) and (max-width: 1419px) {
    .welcome-text h1 {
        font-size: 54px;
    }

    .home-button a {
        padding: 14px 30px;
    }

    .about-custom-flex {
        gap: 18px;
    }

    .about-custom-flex .item {
        flex: 1 1 150px;
    }

    .faqs-mockup-2 {
        right: 10px;
    }

    .faqs-mockup-2 img {
        max-width: 130px;
        height: auto;
    }

    .owl-item.active.center .single-screen img {
        transform: scale(1.15);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .area-title h2,
    .area-content h3 {
        font-size: 38px;
    }

    .faqs-mockup-1 img {
        max-width: 86%;
    }

    .screenshot-area .owl-nav {
        bottom: -30px;
        left: 0;
        position: absolute;
    }

    .single-fun-fact h3 {
        font-size: 62px;
    }

    .single-price {
        padding: 40px 20px;
    }

    .price-thumb-hidding {
        padding-left: 100px;
    }

    .price-thumb-hidding img {
        width: 80px;
    }
}

/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .video-promo-area .area-content {
        padding: 0;
    }

    /* Welcome (hero): ensure right image shows and stacks nicely */
    .welcome-area {
        align-items: stretch;
        height: auto;
    }

    .hero-shot-wrap {
        margin-top: 28px;
        text-align: center;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .hero-shot-wrap img.hero-shot {
        display: inline-block;
        max-width: 100%;
        height: auto;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .screenshot-slider,
    .features-slider {
        width: 100%;
    }

    .padding50 {
        padding: 30px;
    }

    /* Pricing cards: 2-up + full-width last card */
    .home-three .pricing-area .tab-pane > .row > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-three .pricing-area .tab-pane > .row > [class*="col-"]:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cbt-footer-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .cbt-footer-right {
        max-width: none;
        text-align: left;
    }

    .about-custom-flex {
        justify-content: center;
    }

    .about-custom-flex .item {
        flex: 1 1 150px;
    }

    .area-title h2,
    .area-content h3 {
        font-size: 38px;
    }

    .single-fun-fact h3 {
        font-size: 52px;
    }
    .team-slider-two .owl-nav{
        display: none;
    }
}

/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/
@media only screen and (max-width: 767px) {

    .area-content h3,
    .area-title h2 {
        font-size: 24px;
    }

    .video-promo-area .area-content {
        padding: 0;
    }

    /* Welcome (hero): show image under text */
    .welcome-area {
        align-items: stretch;
        height: auto;
    }

    .hero-shot-wrap {
        margin-top: 22px;
        text-align: center;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .hero-shot-wrap img.hero-shot {
        display: inline-block;
        max-width: 100%;
        height: auto;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .screenshot-slider,
    .features-slider {
        width: 100%;
    }

    .padding50 {
        padding: 22px;
    }

    /* Pricing cards: 1-up */
    .home-three .pricing-area .tab-pane > .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-three .pricing-area .single-price {
        padding: 34px 22px;
    }

    .home-three .pricing-area .price-thumb-hidding {
        height: auto;
        padding-left: 92px;
    }

    .home-three .pricing-area .price-thumb-hidding img {
        width: 64px;
    }

    .about-custom-flex {
        gap: 16px;
        justify-content: center;
    }

    .about-custom-flex .item {
        flex: 1 1 140px;
    }

    .single-screenshot img {
        margin: 0 auto;
        max-height: 450px;
        max-width: 100%;
        text-align: center;
    }

    .screenshot-slider .owl-dots,
    .features-slider .owl-dots {
        margin-top: 0;
    }

    .single-fun-fact h3 {
        font-size: 38px;
    }
    .team-slider-two .owl-nav{
        display: none;
    }
}

/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .area-content h3,
    .area-title h2 {
        font-size: 32px;
    }
}

/*----------------------------------
    HERO IMAGE FIX: <= 991px
-----------------------------------*/
@media only screen and (max-width: 991px) {
    .hero-shot-wrap {
        display: none !important;
        margin-top: 24px;
        position: relative;
        text-align: center;
        z-index: 9;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .hero-shot-wrap img.hero-shot {
        display: none !important;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        visibility: visible !important;
        opacity: 1 !important;
    }
}
