/* =========================
   Global Styles (Outside Media Queries)
   ========================= */

.hero-area-slids {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.single-slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slider-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/* =========================
   Media Queries
   ========================= */

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* Add styles here if needed */
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar.navbar-expand-lg.fixed-top {
        position: static;
        background-color: #000;
    }
    button.navbar-toggler {
        color: #fff;
    }
    .navbar-nav {
        background-color: #333;
        margin-top: 30px;
    }
    .nav-item {
        border-bottom: 1px solid;
    }
    nav .main-menu .navbar-nav .nav-item .nav-link {
        padding: 15px 15px;
    }
    .hero-content h2 {
        font-size: 70px;
    }
    .about-content {
        margin-top: 30px;
    }
    .service-area::before {
        height: 100%;
    }
    .faq-content {
        margin-top: 15px;
    }
    .cta-button {
        text-align: left;
        margin-top: 15px;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 24px;
    }
    .navbar.navbar-expand-lg.fixed-top {
        position: static;
        background-color: #000;
    }
    button.navbar-toggler {
        color: #fff;
    }
    .navbar-nav {
        background-color: #333;
        margin-top: 30px;
    }
    .nav-item {
        border-bottom: 1px solid;
    }
    nav .main-menu .navbar-nav .nav-item .nav-link {
        padding: 15px 15px;
    }
    .hero-aria,
    .hero-area-slids,
    .single-slider {
        height: 440px;
    }
    .hero-content h2 {
        font-size: 30px;
    }
    .hero-content h3 {
        font-size: 15px;
        margin: 15px 0;
    }
    .hero-aria::after {
        width: 80%;
    }
    .hero-content {
        max-width: 70%;
    }
    .single-featured-item-wrap h3 {
        font-size: 20px;
    }
    .featured-icon {
        font-size: 40px;
    }
    .work-list ul li {
        margin-bottom: 5px;
    }
    .portfolio-hover h4 {
        font-size: 18px;
    }
    .about-content {
        margin-top: 30px;
    }
    .about-content h2 {
        font-size: 24px;
    }
    .about-content h4 {
        font-size: 16px;
    }
    .service-area::before {
        height: 100%;
    }
    .single-service h2 {
        font-size: 24px;
    }
    .service-icon {
        font-size: 45px;
    }
    .faq-content {
        margin-top: 15px;
    }
    .single-faq h4 {
        padding-right: 60px;
        font-size: 16px;
    }
    h4.blog-title {
        font-size: 16px;
    }
    .cta-button {
        text-align: left;
        margin-top: 15px;
    }
    .single-why-me h4 {
        font-size: 20px;
    }
    .why-me-right .why-me-icon,
    .why-me-left .why-me-icon {
        position: relative;
        height: 100px;
    }
    .single-why-me.why-me-right,
    .single-why-me {
        padding: 0;
        text-align: center;
    }
    .single-team {
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .single-price-box {
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .contact-form {
        padding: 15px;
    }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .navbar.navbar-expand-lg.fixed-top {
        position: static;
        background-color: #000;
    }
    button.navbar-toggler {
        color: #fff;
    }
    .navbar-nav {
        background-color: #333;
        margin-top: 30px;
    }
    .nav-item {
        border-bottom: 1px solid;
    }
    nav .main-menu .navbar-nav .nav-item .nav-link {
        padding: 15px 15px;
    }
    .hero-content h2 {
        font-size: 50px;
    }
    .hero-content h3 {
        font-size: 20px;
        margin: 15px 0;
    }
    .hero-aria::after {
        width: 70%;
    }
    .hero-content {
        max-width: 65%;
    }
    .work-list ul li {
        margin-bottom: 5px;
    }
    .about-content {
        margin-top: 30px;
    }
    .service-area::before {
        height: 100%;
    }
    .faq-content {
        margin-top: 15px;
    }
    .cta-button {
        text-align: left;
        margin-top: 15px;
    }
    .single-team {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .single-price-box {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .contact-form {
        padding: 30px;
    }
}
