/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {
    .custom-container {
        max-width: 1500px;
    }

    .banner-content .overlay-title {
        font-size: 160px;
    }

    .banner-img img:nth-child(2) {
        width: 580px;
    }

    .banner-img img:nth-child(4),
    .banner-img img:nth-child(1) {
        width: 350px;
    }

    .banner-shape img {
        top: 19%;
    }



}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {

    .banner-img img:nth-child(2) {
        width: 520px;
    }

    .banner-content .overlay-title {
        font-size: 135px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

    .section-title .title {
        font-size: 36px;
    }

    .features-item-two {
        padding: 15px 15px;
    }

    .features-item-two .content .title {
        font-size: 16px;
    }

    .footer-content .title {
        font-size: 40px;
    }

    .banner-content .title {
        font-size: 40px;
    }

    .banner-shape-2,
    .banner-shape-1,
    .features-icon-1,
    .features-icon-4,
    .features-icon-2,
    .features-icon-3 {
        display: none;
    }

    img.position-absolute.banner-icon-1 {
        right: 100px;
    }

    img.position-absolute.banner-icon-2 {
        right: 80px;
    }

    img.position-absolute.banner-icon-3 {
        left: 100px;
        bottom: 773px;
    }

    .counter-item p {
        font-size: 16px;
    }

    .counter-item .count {
        font-size: 50px;
    }

    .ai-feature-card .img {
        width: 70px;
        min-width: 70px;
    }

    .ai-feature-card p {
        font-size: 23px;
    }

    .feature-card-wrap {
        grid-template-columns: auto auto auto;
        gap: 20px;
    }

    .builder-title {
        margin-left: 0;
    }

    .ai-features-wrapper {
        margin-left: 0;
    }

}



/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {

    .menu-area {
        padding: 10px 0;
    }

    .menu-nav {
        justify-content: space-between;
    }

    .header-action {
        margin-right: 40px;
    }

    .menu-outer .navbar-wrap {
        display: block !important;
    }

    .menu-area .mobile-nav-toggler {
        display: block;
    }

    .banner-shape img {
        top: 25%;
        width: 150px;
    }

    .banner-content .overlay-title {
        font-size: 80px;
        bottom: -5px;
    }

    .sticky-menu.menu-area {
        padding: 12px 0;
    }

    .features-area .section-title {
        text-align: center;
    }

    .features-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .elementor-img {
        margin-bottom: 50px;
    }

    .gallery-img img {
        width: 100%;
    }

    .footer-bg {
        padding: 100px 0;
    }

    .feature_card h2 {
        font-size: 30px;
    }

    .features-item-two .icon {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-shape-1,
    .banner-shape-2,
    .banner-icon-3,
    .banner-icon-2,
    .banner-icon-1,
    .features-icon-1,
    .features-icon-4,
    .features-icon-2,
    .features-icon-3 {
        display: none;
    }

    .logo {
        max-width: 134px;
    }

    .feature-card-wrap {
        grid-template-columns: auto auto;
    }

    .menu-area .mobile-nav-toggler {
        margin-top: 10px;
    }

}



/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    .custom-container {
        max-width: 100%;
    }

    .transparent-header {
        top: 0;
    }

    .banner-counter-wrap {
        margin-bottom: 25px;
        flex-wrap: wrap;
        gap: 30px;
    }

    .banner-img {
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .elementor-img .img-shape {
        display: none;
    }

    .banner-content .overlay-title {
        display: none;
    }

    .banner-content .title {
        font-size: 38px;
    }

    .banner-shape img {
        display: none;
    }

    .section-title .title {
        font-size: 34px;
    }

    .demo-img img {
        width: 100%;
    }

    .demo-bg {
        padding: 100px 0 60px;
    }

    .features-area {
        padding: 100px 0 70px;
    }

    .elementor-area {
        padding: 100px 0;
    }

    .gallery-img img {
        min-height: 250px;
        object-fit: cover;
        border-radius: 10px;
    }

    .gallery-area {
        padding: 100px 0 70px;
    }

    .inner-demo-bg {
        padding: 100px 0 70px;
    }

    .features-area-two {
        padding: 100px 0 70px;
    }

    .footer-content .title {
        font-size: 38px;
    }

    .scroll-top {
        right: 15px;
    }

    .features-img img {
        height: 250px;
    }

    .feature-card-wrap {
        grid-template-columns: auto;
    }

    .feature-card-wrap div.mt-5 {
        margin-top: 0 !important;
    }

    .feature_card h2 {
        font-size: 20px;
    }

    .dashboard-card-item h2 {
        font-size: 24px;
    }

}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {

    .banner-content .title {
        font-size: 40px;
    }

    .features-img img {
        height: auto;
    }


}