@media (min-width: 1600px) {
    .header .container-fluid {
        padding: 0 12rem;
    }
}

@media (max-width: 1600px) {
    .swiper-slide.swiper-slide-active .portfolio-item {
        margin: 40px;
    }
}

@media (max-width: 1500px) {
    .hero-shape1 {
        transform: rotate(-10deg);
        top: -15%;
        right: -7%;
    }

    .banner-3 {
        padding: 220px 0 310px;
    }
}

@media (max-width: 1200px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }
}

@media (max-width: 992px) {

    .navbar-collapse,
    .navbar-toggler {
        background: var(--themeht-white-color);
    }

    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 44px;
        line-height: 54px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .par-3 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .header .themeht-btn {
        display: none;
    }

    .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar-toggler {
        height: 50px;
        width: 50px;
        padding: 0;
        border-radius: 10px;
        margin-left: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .ht-toggler svg {
        width: 40px;
        height: 40px;
        display: inline-block;
    }

    .ht-toggler .line {
        fill: none;
        stroke: var(--themeht-primary-color);
        stroke-width: 6;
        transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ht-toggler .line1,
    .ht-toggler .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .ht-toggler .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 3;
    }

    .ht-toggler[aria-expanded="true"] .line1,
    .ht-toggler[aria-expanded="true"] .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }

    .ht-toggler[aria-expanded="true"] .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 3;
    }

    .navbar-collapse {
        max-height: 400px;
        left: 0;
        padding: 20px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        top: 18px;
    }

    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        color: var(--themeht-text-color);
    }

    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link:focus,
    .navbar-nav .nav-link.show {
        border-bottom: 1px solid var(--themeht-border-light-color);
        color: var(--themeht-primary-color);
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: var(--themeht-text-color);
        display: block;
    }

    .page-title {
        padding: 160px 0;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .header-right {
        margin-left: 20px;
    }

    .timeline::before {
        display: none;
    }

    .banner-2 {
        padding: 200px 0 120px;
    }

}

@media (max-width: 767px) {

    .theme-title h2,
    h2 {
        font-size: 32px;
        line-height: 44px;
        margin-top: 30px;
    }

    .hidden-xs {
        display: none;
    }

    .banner-2 {
        padding: 130px 0 100px;
    }

    .img-dashboard {
        position: relative !important;
        height: 560px !important;
    }

    .home-video {
        position: relative !important;
        bottom: -30px !important;
        width: 100% !important;
        height: 280px !important;
    }

    .timeline-dot {
        display: none;
    }

    h4 {
        margin-top: 20px;
    }

    .img-curve {
        margin-top: 20px;
    }

    .lead {
        font-size: 18px;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .p-7,
    .p-11 {
        padding: 0px !important;
    }

    .ai-powered,
    .affordable {
        padding: 25px !important;
    }

    .feature-list li.w50 {
        width: 100% !important;
    }

    .text-end {
        text-align: left !important;
    }

    .footer-social {
        margin-top: 30px;
    }

    section {
        padding: 40px 0;
    }

    footer {
        padding-bottom: 0px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1180px !important;
    }
}