@media (min-width: 1500px) {
    .container {
        max-width: 1320px;
    }
    .feature-two-item span {
        font-size: 20px;
    }
    .hero-content h1 {
        font-size: 85px;
    }
}


/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 55px;
    }
    .hero-images,
    .footer-shapes {
        display: none;
    }
    .section-title .headline {
        font-size: 200px;
        transform: translate(-50%, 0);
    }
    .feature-item h4 {
        font-size: 22px;
    }
    
}

@media (min-width: 992px) {
    .container-850 {
        max-width: 880px;
    }
}


/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 50px;
    }
    .section-title h2 {
        font-size: 40px;
    }
    .section-title .headline {
        font-size: 150px;
    }
    

}


/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 45px;
    }
    .section-title h2 {
        font-size: 35px;
    }
    .feature-two-item {
        max-width: 180px;
        margin-bottom: 15px;
    }
    .feature-two-item span {
        font-size: 16px;
    }
    .feature-two-item img {
        max-width: 50px;
        margin-right: 15px;
    }
    .section-title .headline {
        font-size: 130px;
    }
    .footer-content h4,
    .section-title .sub-title {
        font-size: 22px;
    }
    .feature-item h4 {
        font-size: 20px;
    }
    
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: 35px;
        line-height: 1.3;
    }
    .hero-images {
        margin-top: 50px;
    }
    .footer-top h3,
    .section-title h2,
    .coming-soon-text {
        font-size: 30px;
    }
    .footer-top {
        padding-left: 35px;
        padding-right: 35px;
    }
    .section-title .headline {
        font-size: 100px;
        transform: translate(-50%, 20%);
    }
    .footer-content h4,
    .home-tab li button,
    .section-title .sub-title,
    .features-plugin-content p {
        font-size: 20px;
    }

}

@media (max-width: 400px) {
    .hero-content h1 {
        font-size: 30px;
    }
    .footer-top h3,
    .coming-soon-text,
    .section-title h2 {
        font-size: 25px;
    }
    .single-hp-item h4 {
        margin-top: -10px;
        font-size: 20px;
    }
    .theme-btn, a.theme-btn {
        padding: 8px 25px;
    }
    .page-item .image {
        padding: 20px;
    }
    .page-item h4 {
        font-size: 22px;
    }
    .section-title .headline {
        font-size: 70px;
        transform: translate(-50%, 40%);
    }
    .footer-content h4,
    .home-tab li button,
    .features-plugin-content p,
    .section-title .sub-title {
        font-size: 18px;
    }
    
}

