@media screen and (max-width: 1199px) {
    h1 {
        font-size: 64px;
    }
    .about-section-container {
        border-radius: 0;
    }
    section.hero-section::after {
        right: 0;
    }
}
@media screen and (max-width: 991px) {
    .container {
        padding: 0 12px;
    }
    .topbar {
        display: none !important;
    }
	main {
		margin-top: 66px;
	}
    body.active-menu a.site-logo img.white {
        display: block;
    }
    body.active-menu a.site-logo img.primary {
        display: none;
    }
    .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        z-index: 9;
    }
    button.hamburger-btn {
        border: none;
        background-color: transparent;
        padding: 4px 0;
        width: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 5px;
    }
    button.hamburger-btn > span {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        height: 5px;
        background-color: var(--accent-color);
        border-radius: 3px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    body.active-menu button.hamburger-btn > span:first-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 10px;
        background-color: var(--white);
    }
    body.active-menu button.hamburger-btn > span:nth-child(2) {
        opacity: 0;
    }
    body.active-menu button.hamburger-btn > span:last-child {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: -10px;
        background-color: var(--white);
    }
    nav.navbar {
        background-color: var(--accent-color);
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 12px;
        display: block;
        text-align: center;
        z-index: 5;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    nav.navbar > ul {
        padding-top: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
    }
    nav.navbar > ul > li > a {
        color: var(--white);
        padding: 4px;
    }
    .navbar-right {
        padding: 24px 0;
    }
    .navbar-right > a {
        border-color: var(--white);
    }
    .navbar-right > a.primary-btn:hover {
        background: transparent;
        color: var(--white);
        border-color: var(--white);
    }
    .footer-content .large-text {
        font-size: 48px;
    }
    .featured-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    ul.featured-nav {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .featured-gutter {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 48px
    }
    .gutter-32 {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px
    }
    .gutter-32.gy-5 {
        --bs-gutter-y: 3rem;
    }
    .joinig-content {
        gap: 48px;
    }
    section.about-banner-section {
        padding: 0 0 48px;
    }
    .about-section-container {
        border-radius: 0;
    }
    .about-banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-banner-text {
        text-align: center;
    }
    .about-banner-text .button-group {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .wide-content img {
        margin-bottom: 24px;
    }
    .services-items {
        gap: 24px;
    }
}
@media screen and (max-width: 782px) {
	body.admin-bar .header {
		top: 46px;
	}
	body.admin-bar main {
		margin-top: 66px;
	}
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h5, .single-featured-content a {
        font-size: 20px;
    }
    section.wind-section, section.hero-section, .featured-tab {
        padding: 48px 0;
    }
    .footer-content .large-text {
        font-size: 36px;
        margin-bottom: 48px;
    }
    .hero-img {
        border-radius: 16px;
    }
    .joinig-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 48px 0;
        gap: 24px;
    }
    .about-box-content {
        width: 185px;
        height: 185px;
        padding: 24px;
        bottom: -24px;
    }
    .benefits-content h2 {
        margin-bottom: 32px;
    }
    .partner-text-content {
        text-align: center;
    }
    .partner-text-content .button-group {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .services-banner-content img {
        border-radius: 24px;
    }
    .services-box {
        padding: 16px;
        right: 16px;
        left: 16px;
        top: 16px;
    }
    .services-box h5 {
        font-size: 16px;
    }
    .drawing-content {
        padding: 24px 16px;
    }
    .drawing-content-box {
        width: 180px;
        height: 180px;
        right: 0;
    }
    .contact-content:after {
        width: calc(100% + 24px);
        left: -12px;
        height: calc(100% - 10%);
        top: 5.5%;
    }
    .contact-content {
        padding-top: 0;
    }
    .projects-details-content img {
        border-radius: 16px;
    }
}
@media screen and (min-width: 768px) {
    .single-service-item {
        padding: 32px;
    }
}
@media screen and (min-width: 992px) {
    nav.navbar {
        padding: 0 0 0 96px;
    }
    nav.navbar > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        gap: 16px;
    }
    nav.navbar > ul > li > a {
        padding: 3px 8px;
        text-transform: uppercase;
        color: var(--mid-contrast);
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }
    nav.navbar > ul > li > a:hover, nav.navbar > ul > li.current-menu-item a {
        border-bottom: 1px solid #9CB0C4;
        text-shadow: 0 0 var(--high-contrast);
    }
    .drawing-img img {
        margin-bottom: 40px;
    }
}