.banner-wrap {
    min-height: 800px;
    /* background-size: cover;
    background-position: center; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 100px 0;
    z-index: 1;
}

.slide-section picture {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    right: 0;
    width: 100%;
    height: 100%;
}

.slide-section picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-wrap::before {
    content: "";
    position: absolute;
    background-color: rgba(22, 17, 18, 0.40);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner-content hr {
    margin-top: 0;
    margin-bottom: 36px;
    opacity: 1;
    width: 1002px;
    border-color: #fff;
}

.banner-content .h1 {
    color: #fff;
}

.banner-content p {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: #fff;
    max-width: 718px;
}

.banner-action {
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
}

.banner-action .one-dark-btn:first-child {
    margin-right: 20px;
}

.banner-logo img {
    width: 300px;
    margin-bottom: 40px;
}

.spring-section,
.one-section {
    padding: 180px 0;
}

.spring-section .h2,
.spring-section .row [class*="col-"]:last-child:has(.one-dark-btn) .spring-content {
    margin-bottom: 35px;
}

/* .spring-sub-content {
    max-width: 710px;
} */

.spring-sub-content>*:last-child,
.spring-content>*:last-child,
.one-item p,
.what-content>*:last-child {
    margin-bottom: 0;
}

.spring-sub-content p {
    /* font-size: 24px; */
    margin-bottom: 25px;
    /* font-family: 'Poppins-SemiBold'; */
}

.spring-content p,
.spring-sub-content p,
.spring-section .h2,
.one-item:hover p {
    color: #161112;
}

.spring-img {
    margin-bottom: 60px;
}

.spring-img img {
    width: 100%;
}

.one-section {
    background-color: #161112;
}

.one-section .h2 {
    color: #fff;
    margin-bottom: 60px;
}

.one-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.one-wrap .one-item:nth-child(2n - 1) {
    border-left: 1px solid #454141;
    width: 47%;
}

.one-wrap .one-item:last-child,
.one-wrap .one-item:nth-last-child(2) {
    border-bottom: 1px solid #454141;
}

.one-item {
    width: 53%;
    display: flex;
    align-items: center;
    padding: 40px;
    border-top: 1px solid #454141;
    border-right: 1px solid #454141;
    transition: all 0.3s ease;
}

.one-item:hover {
    background-color: #FACD0A;
}

.one-item p {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
    flex: 1;
    transition: all 0.3s ease;
}

.one-item span {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-right: 30px;
    border: 1px solid #fff;
    display: inline-flex;
    background-color: #161112;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 46px;
    color: #FACD0A;
    justify-content: center;
}

.one-item span:has(.icon-call-blocker) {
    font-size: 50px;
}

.one-item span:has(.icon-air) {
    font-size: 40px;
}

.one-item span:has(.icon-hvac) {
    font-size: 35px;
}

.one-item:hover span {
    border-color: #161112;
}

.what-section {
    background-color: #161112;
    padding: 180px 0;
    color: #fff;
}

.what-section img {
    width: 100%;
}

.what-content {
    margin-bottom: 50px;
    padding-right: 90px;
}

.what-content p {
    margin-bottom: 25px;
}

.what-section .h2 {
    max-width: 600px;
    margin-bottom: 30px;
}

.what-section .h3 {
    font-size: 24px !important;
    margin-bottom: 20px;
    text-transform: unset;
    font-family: 'Poppins-SemiBold';
    line-height: 1.5;
}

@media (min-width: 1800px) {
    .spring-section .row [class*="col"]:last-child {
        padding-left: 30px;
    }
}

@media (max-width: 1799px) {

    .spring-section,
    .one-section,
    .what-section {
        padding: 140px 0;
    }

    /* .spring-sub-content p */
    .one-item p {
        font-size: 22px;
    }

    .one-item {
        padding: 30px;
    }

    .one-item span {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        font-size: 40px;
    }

    .one-item span:has(.icon-call-blocker) {
        font-size: 44px;
    }

    .one-item span:has(.icon-air) {
        font-size: 34px;
    }

    .one-item span:has(.icon-hvac) {
        font-size: 28px;
    }

    .what-section .h3 {
        font-size: 22px !important;
    }

    .what-content {
        margin-bottom: 40px;
        padding-right: 70px;
    }

    .spring-img {
        margin-bottom: 40px;
    }
}

@media (max-width: 1499px) {
    .banner-wrap {
        min-height: 700px;
    }

    .banner-content hr {
        width: 800px;
    }

    .banner-action {
        margin-top: 30px;
    }

    .banner-logo img {
        width: 250px;
        margin-bottom: 30px;
    }

    .spring-section,
    .one-section,
    .what-section {
        padding: 100px 0;
    }

    .spring-section .h2 {
        margin-bottom: 20px;
    }

    .spring-section .row [class*="col-"]:last-child:has(.one-dark-btn) .spring-content,
    .banner-content hr,
    .one-section .h2 {
        margin-bottom: 30px;
    }

    .spring-sub-content p,
    .what-content p {
        margin-bottom: 20px;
    }

    /* .spring-sub-content p */
    .one-item p {
        font-size: 20px;
    }

    .what-section .h3 {
        font-size: 20px !important;
    }

    .what-content {
        padding-right: 40px;
    }

    .what-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 1399px) {
    .banner-content p {
        font-size: 18px;
        max-width: 650px;
    }

    .banner-wrap {
        min-height: 650px;
    }
}

@media (max-width: 1299px) {

    .what-content {
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .banner-wrap {
        min-height: 600px;
        padding: 80px 0;
    }

    .banner-content hr {
        width: 600px;
    }

    .spring-section,
    .one-section,
    .what-section {
        padding: 80px 0;
    }

    .spring-sub-content {
        max-width: 100%;
    }

    .spring-content {
        margin-top: 30px;
    }

    /* .spring-sub-content p */
    .one-item p {
        font-size: 18px;
    }

    .one-item {
        padding: 20px;
    }

    .what-content p {
        margin-bottom: 15px;
    }

    .what-section .h3 {
        font-size: 18px !important;
    }

    .spring-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {

    /* .spring-sub-content p */
    .one-item p,
    .banner-content p {
        font-size: 16px;
    }

    .banner-action .one-dark-btn:first-child {
        margin-right: 10px;
    }

    .what-section .row {
        flex-direction: column-reverse;
    }

    .what-section .h2 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner-wrap {
        min-height: 500px;
        padding: 50px 0;
    }

    .banner-content hr {
        width: 100%;
    }

    .banner-logo img {
        width: 200px;
        margin-bottom: 20px;
    }

    .spring-section .row [class*="col-"]:last-child:has(.one-dark-btn) .spring-content,
    .banner-content hr,
    .one-section .h2,
    .what-section .h2 {
        margin-bottom: 20px;
    }

    .banner-action {
        margin-top: 15px;
    }

    .spring-section,
    .one-section,
    .what-section {
        padding: 50px 0;
    }

    .spring-sub-content p {
        margin-bottom: 15px;
    }

    .spring-content {
        margin-top: 20px;
    }

    .one-item,
    .one-wrap .one-item:nth-child(2n - 1) {
        width: 100%;
    }

    .one-wrap .one-item:last-child {
        border-top: 0;
    }

    .one-wrap .one-item:nth-child(2n) {
        border-left: 1px solid #454141;
    }

    .what-content p,
    .spring-section .h2 {
        margin-bottom: 10px;
    }

    .what-content,
    .spring-img {
        margin-bottom: 20px;
    }

}

@media (max-width: 575px) {

    .one-item {
        padding: 12px;
    }

    .one-item span {
        width: 60px;
        height: 60px;
        margin-right: 12px;
        font-size: 30px;
    }

    .one-item span:has(.icon-call-blocker) {
        font-size: 34px;
    }

    .one-item span:has(.icon-air) {
        font-size: 24px;
    }

    .one-item span:has(.icon-hvac) {
        font-size: 20px;
    }

}

@media (max-width: 379px) {
    .banner-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-action .one-dark-btn:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
}