/* ------------------------------------------------
  Project:   Loptus - Digital Marketing Agency Responsive HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */


/* ------------------------
    Responsive Css
------------------------*/

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2, .h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .hero-title {
        font-size: 100px;
        line-height: 80px;
    }

        .hero-title span {
            font-size: 70px;
        }


    /*Header*/
    .logo img {
        height: 80px;
    }

    #header-wrap.fixed-header .logo img {
        height: 100px;
    }

    .navbar-nav .nav-link {
        padding: 8px 5px !important;
    }

    /*counter*/
    .counter {
        padding-left: 75px;
    }

        .counter i {
            font-size: 60px;
            line-height: 60px;
        }

        .counter span {
            font-size: 40px;
            line-height: 40px;
        }

        .counter h5 {
            font-size: 18px;
            margin: 0;
        }

    /*Sidebar*/
    .sidebar-links li a {
        font-size: 14px;
    }

    /*Social Icons*/
    .social-icons li {
        margin: 0 4px 0 0;
    }

        .social-icons li a {
            height: 35px;
            line-height: 35px;
            width: 35px;
        }

    /*Price Table*/
    .price-table.style-2 .price-list ul li {
        font-size: 14px;
    }

    /*Featured*/
    .featured-item.style-2 {
        padding: 50px 20px;
    }

    /*Footer*/
    .ht-theme-info {
        padding: 30px;
    }

    .boxed-view {
        padding: 20px 30px 30px;
    }

    .insideText {
        font-size: 150px;
        line-height: 150px;
    }
}


@media (max-width: 992px) {
    h1, .h1 {
        font-size: 44px;
        line-height: 54px;
    }

    h2, .h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3, .h3 {
        font-size: 26px;
        line-height: 36px;
    }


    /*Header*/
    #header-wrap {
        padding: 15px 0;
    }

    .navbar-toggler {
        background: #ff7810;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
        margin-right: 15px;
        -webkit-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
        -moz-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
        box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
    }

    .navbar-nav li ul::before {
        display: none;
    }

    .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px 20px !important;
        font-size: 15px;
        color: #ffffff !important;
        border-radius: 0;
    }

        .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link:focus,
        #header-wrap.fixed-header .navbar-nav .nav-link:hover, #header-wrap.fixed-header .navbar-nav .nav-link.active {
            background: #ff7810;
            color: #ffffff !important;
        }

        .navbar-nav .nav-link::before, .nav-item.dropdown .dropdown-menu::after {
            display: none;
        }

    .navbar-collapse {
        background: #141414;
        max-height: 400px;
        overflow: auto;
        border: medium none;
        left: 0;
        position: absolute;
        z-index: 99;
        top: 50px;
        width: 100%;
    }

    .navbar-toggler span {
        width: 80%;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #ffffff;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        border: none;
        top: 50%;
        left: 0;
        margin: -0.5em 0.5em 0 0;
        border-radius: .25rem;
        padding: 0;
        width: 2em;
        height: 1.4em;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: center;
    }

    .navbar-nav .dropdown-toggle::after {
        content: '+';
    }

    .navbar-nav .dropdown.show > .dropdown-toggle::after {
        content: '-';
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        line-height: 1.4em;
        border: none;
    }

    /*Banner*/
    .banner {
        height: auto !important;
        padding: 130px 0 100px !important;
        min-height: inherit;
    }

        .banner.banner-3 {
            padding: 100px 0 !important;
        }

        .banner .align-center {
            position: inherit;
            transform: inherit;
            padding-top: 0 !important
        }

    .hero-bg {
        left: -100%;
        position: absolute;
        top: -5%;
    }

    .page-title {
        padding: 160px 0;
    }

    /*Side Image*/
    .side-image {
        display: none;
    }

    .img-side.img-right {
        left: auto;
        position: relative !important;
        right: 0;
    }

    .img-side.img-left {
        left: 0;
        position: relative !important;
        right: auto;
    }

    .image-column {
        left: 0;
        position: inherit;
        top: inherit;
        transform: inherit;
    }

    /*Iframe*/
    .iframe-h-2, .md-iframe {
        height: 300px !important;
    }

    /*Masonry*/
    .grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick {
        width: 50%;
    }

    /*Footer*/
    .secondary-footer {
        font-size: 14px;
    }

    .insideText {
        font-size: 100px;
        line-height: 100px;
    }

    .error-page h1 {
        font-size: 200px;
        line-height: 150px;
    }

    .hero-text-content {
        font-size: 40px !important;
        line-height: 0.9;
    }

    .hero-main-container {
        margin-top: -2rem !important;
    }

    .navbar-actions {
        margin-bottom: 12px;
    }

    .our-customers {
        max-width: 20% !important;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2, .h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-title h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 34px;
        line-height: 34px;
    }

    .hero-title {
        font-size: 80px;
        line-height: 60px;
    }

        .hero-title span {
            font-size: 50px;
        }


    /*Banner*/
    .sm-bg-cover {
        background-size: cover;
    }

    /*Portfolio*/
    .portfolio-filter button + button {
        margin-left: 10px;
    }

    .grid.columns-2 .grid-item, .masonry.columns-2 .masonry-brick,
    .grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick {
        width: 100%;
    }

    /*Countdown*/
    .countdown > li {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }

        .countdown > li span {
            font-size: 40px;
            line-height: 40px;
        }

        .countdown > li p {
            font-size: 16px;
        }

    /*Iframe*/
    .iframe-h {
        height: 300px !important;
    }

    .html5-video video {
        width: auto;
    }

    .video-img1 {
        height: 300px !important;
    }

    /*Step*/
    .work-process-inner .work-img {
        height: 200px;
        line-height: 200px;
        width: 180px;
        margin: 30px 0
    }

        .work-process-inner .work-img img {
            width: 50%;
        }

    .step-num {
        font-size: 24px;
        height: 70px;
        line-height: 65px;
        right: -35px;
        top: -35px;
        width: 70px;
    }

    /*Testimonial*/
    .testimonial-content {
        padding: 20px;
    }

        .testimonial-content p {
            font-size: 16px;
        }

    .testimonial .testimonial-quote {
        font-size: 50px;
        height: 100px;
        line-height: 100px;
        width: 100px;
    }

    .testimonial::before {
        border-right: 50px solid transparent;
        border-top: 50px solid #ff7810;
        bottom: 0;
    }

    /*Tab*/
    .tab .nav-tabs .nav-link {
        font-size: 18px;
        margin-right: 15px;
        padding: 10px 30px;
    }

    .tab.style-2 .nav-tabs .nav-link {
        padding: 20px 10px;
        font-size: 16px;
    }

    .tab.style-2 .tab-content {
        padding: 30px;
    }

    /*Clients*/
    .clients-logo {
        width: calc(100% / 2);
        padding: 20px;
    }

    /*Subscribe*/
    .subscribe-form {
        width: 100%;
    }

    /*Price Table*/
    .price-value h2 {
        font-size: 34px;
        line-height: 30px;
        margin-top: 30px;
    }

    .insideText {
        font-size: 80px;
        line-height: 80px;
    }

    .boxed-view {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h3, .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4, .h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .page-title h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .hero-title {
        font-size: 60px;
        line-height: 50px;
    }

        .hero-title span {
            font-size: 40px;
        }

    /*header*/
    #header-wrap {
        padding: 0px 0 15px;
    }

        #header-wrap.fixed-header {
            padding: 15px 0;
        }

    .right-nav {
        position: absolute;
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }

    .play-btn span {
        display: none;
    }

    #ht-main-nav {
        width: 100%;
    }

    .navbar-toggler {
        margin-right: 0;
    }

    #header-wrap.fixed-header .right-nav {
        display: none !important;
    }

    /*Banner*/
    .fullscreen-banner p br {
        display: none;
    }

    .breadcrumb-item {
        line-height: 30px;
    }

    .page-title {
        padding: 160px 0 110px;
    }

    .page-title-pattern {
        bottom: -2px;
    }

    /*Button*/
    .btn {
        padding: 10px 20px;
    }

        .btn + .btn {
            margin-right: 5px;
        }

    /*Pattern*/
    .info-img::before {
        height: 200px;
    }

    /*Project*/
    .portfolio-filter {
        width: 100%;
    }

        .portfolio-filter button {
            margin: 0 auto 10px !important;
            float: none;
            display: block;
        }

            .portfolio-filter button + button {
                margin-left: 0;
            }

    .portfolio-title {
        padding: 0 1rem;
        top: 1.6rem;
    }

    .popup-img {
        bottom: 1.5rem;
        right: 1rem;
    }

    .popup-link {
        bottom: 1.5rem;
        left: 1rem;
    }

    /*Countdown*/
    .countdown {
        margin: 30px 0;
    }

        .countdown > li {
            padding: 0 10px;
        }

            .countdown > li span {
                font-size: 30px;
                line-height: 30px;
            }

            .countdown > li p {
                font-size: 13px;
                line-height: 24px;
            }

    /*Blog*/
    .post-queto .item {
        font-size: 15px;
        padding: 70px 20px 20px;
    }

        .post-queto .item span {
            top: 20px;
            transform: inherit;
        }

    /*Testimonial*/
    .testimonial {
        margin: 50px 0;
        padding-bottom: 20px;
        padding-left: 20px;
    }

        .testimonial::before {
            left: 0;
        }

    .testimonial-content {
        padding: 40px 20px 20px;
    }

        .testimonial-content p {
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 20px;
        }

    .testimonial .testimonial-img img {
        height: 80px;
        width: 80px;
    }

    .testimonial .testimonial-quote {
        font-size: 35px;
        height: 70px;
        line-height: 70px;
        width: 70px;
        bottom: 20px;
    }

    /*Step*/
    .work-process-inner .work-img {
        height: 170px;
        line-height: 170px;
        margin: 25px 0;
        width: 150px;
    }

    .step-num {
        font-size: 20px;
        height: 60px;
        line-height: 55px;
        right: -30px;
        top: -30px;
        width: 60px;
    }

    /*Subscribe*/
    #mc-form .btn {
        width: 100%;
        border-radius: 5px;
        position: inherit;
        top: inherit;
    }

    /*Featured*/
    .featured-item.style-2, .featured-item.style-3 {
        padding: 50px 20px;
    }

        .featured-item.style-3 .featured-icon {
            margin-bottom: 20px;
            left: inherit;
            position: inherit;
            top: inherit;
            transform: inherit;
        }

    /*Tab*/
    .tab.style-2 .nav-tabs .nav-link {
        width: 100%;
    }

    .custom-li li {
        width: 100%;
    }

    .insideText {
        font-size: 60px;
        line-height: 60px;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        font-size: 30px;
        margin: 0 5px;
        padding: 6px 40px !important;
    }

    .error-page h1 {
        font-size: 120px;
        line-height: 80px;
    }
}


