/* 
==================================================
- Template Name: Signs
- Author: Mountain Theme 
- Description: Signs - Coming Soon HTML Template
- File Description: Responsive css file of the template
- Version: 2.0.0
==================================================
*/

/* Extra extra large */
@media screen and (max-width:1400px) {}

/* Extra large */
@media screen and (max-width:1280px) {
    .gradient-bg .hero-content .hero-head:is(.text-9xl) {
        font-size: 44px !important;
    }

    .hero-content .hero-head:is(.text-18xl) {
        font-size: 88px !important;
    }
}

@media screen and (max-width:1024px) {
    .gradient-bg .hero-content .hero-head:is(.text-9xl) {
        font-size: 38px !important;
    }

    .hero-content .hero-head:is(.text-18xl) {
        font-size: 72px !important;
    }

    .hero-content .title-2:is(.text-2xl) {
        font-size: 22px !important;
    }
}

/* Large */
@media screen and (max-width:992px) {

    /* Section Title */
    .section-title {
        margin-bottom: 48px;
    }

    /* Hero CSS */
    .hero-content .hero-head:is(.text-9xl) {
        font-size: 50px !important;
        line-height: 1.2;
    }

    .hero-content .hero-head:is(.text-18xl) {
        font-size: 64px !important;
    }

    .gradient-bg .hero-content .hero-head:is(.text-9xl) {
        font-size: 42px !important;
    }

    /* About US */
    .about-us .featured-items {
        margin-bottom: 48px;
    }
}

/* Medium */
@media screen and (max-width:767px) {
    .hamburger-menu {
        display: block;
    }

    /* Section Title */
    .section-title h3 {
        line-height: 1.3;
    }

    /* CountDown */
    .countdown .row .col::after {
        content: unset;
    }

    .countdown .row .col>div:is(.text-8xl) {
        font-size: 34px !important;
    }

    /* Header */
    #header .navbar-collapse {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #FFF;
    }

    .gradient #header .navbar-collapse {
        backdrop-filter: blur(12px) saturate(102%);
        -webkit-backdrop-filter: blur(12px) saturate(102%);
        background-color: rgba(255, 255, 255, 0.24) !important;
    }

    body.dark #header .navbar-collapse {
        background: #14151A;
    }

    #header .navbar-collapse .navbar-nav {
        padding: 15px;
    }

    .image-bg #header .navbar-collapse .nav-link {
        color: #1E1E1E;
    }

    #header .navbar-collapse .nav-link {
        height: auto;
        padding: 8px 0;
    }

    /* Hero CSS */
    #subscribe-modal .modal-body {
        padding: 34px 22px;
    }

    .hero-content .hero-head:is(.text-9xl) {
        font-size: 40px !important;
        line-height: 1.2;
        margin-bottom: 28px;
    }

    .hero-content .hero-head:is(.text-18xl) {
        font-size: 44px !important;
    }

    .gradient-bg .hero-content .hero-head:is(.text-9xl) {
        font-size: 36px !important;
    }

    .hero-content .title-2:is(.text-2xl) {
        font-size: 18px !important;
    }

    .hero-content .title-3:is(.text-4xl) {
        font-size: 24px !important;
    }

    .hero-area .hero-logo {
        margin-bottom: 32px !important;
    }

    html[dir=rtl] .hero-area .owl-nav button.owl-prev {
        left: auto;
        right: 4.6px;
    }

    .hero-area .owl-nav button.owl-prev {
        left: 4.6px;
    }

    html[dir=rtl] .hero-area .owl-nav button.owl-next {
        right: auto;
        left: 4.6px;
    }

    .hero-area .owl-nav button.owl-next {
        right: 4.6px;
    }

    /* About US */
    .our-plan .image-box .about-image-one {
        margin-top: 0;
    }

    .our-plan .image-box .about-image-tow {
        display: none;
    }

    .our-plan .image-box .play-btn {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .our-plan .check-list li {
        width: 100%;
    }

    .our-plan .button-group .button {
        padding: 15px 30px;
    }

    .gradient-bg .footer.footer-1,
    .ripples-bg-2 .footer.footer-1 {
        position: relative;
    }

    /* Contact */
    .contact-form {
        padding: 32px;
    }
}

/* Small */
@media screen and (max-width:576px) {}

/* Extra small */
@media screen and (max-width:360px) {

    /* Hero CSS */
    .hero-content .hero-head:is(.text-9xl) {
        font-size: 34px !important;
        line-height: 1.2;
    }
}