/*------ banner --------*/

.banner-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* padding-top: 100px; */
    background: rgba(1, 1, 1, 0.77) 0% 0% no-repeat padding-box;

    & .container {
        width: 100%;

        & .banner-content {
            max-width: 930px;
            margin: auto;
            text-align: center;
            padding-bottom: 110px;

            & .heading-60 {
                color: var(--white);
                font-weight: 600;
                line-height: 59px;
                letter-spacing: 0;
                margin-bottom: 2px;
                font-family: var(--sitefonts);
            }

            & .header-tag {
                font-size: 18px;
                font-weight: normal;
                line-height: 22px;
                margin-bottom: 29px;
                letter-spacing: 0px;
                color: #E9E9E9;
                opacity: 1;
                font-family: var(--sitefonts);
            }

        }
    }
}

.banner-overlay .heading-60 {
    line-height: 1.1;
    margin-bottom: 6px;
}

.header-tag {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--sitefonts);
}

.banner-item {
    position: relative;
    height: 100%;
    z-index: 1;

    &>img {
        width: 100%;
    }
}

.contact-form-block {
    padding: 100px 150px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;

    & .centershape {
        max-width: 543px;
        margin: 0 auto;
        height: auto;
        top: 70px;
    }
}

.contact-form-block .form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.inline-list {
    column-count: 2;
}

.hm-service-section {
    z-index: 1;
    padding-bottom: 50px;

    & .service-list-wrap:not(.slick-slider) {
        margin-bottom: 110px;

        .service-block {
            &:not(:nth-child(-n + 3)) {
                display: none;
            }
        }

        .slick-slide {
            margin: 0 20px;
        }
    }

    .heading-40 {
        margin-bottom: 40px;
    }
}

.banner-content .btnlist {
    gap: 13px;

    & .button {
        min-width: 222px;
    }
}

/* ------------------ Media Query ------------------ */

@media (max-width: 1599.98px) {
    .heading-60 {
        font-size: 54px;
    }

    .banner-overlay {
        & .container {
            & .banner-content {
                padding-bottom: 0;
            }
        }
    }
}

@media (max-width: 1439.98px) {
    .contact-form-block {
        padding: 100px 100px;
    }

    .banner-overlay {
        & .container {
            & .banner-content {
                & .heading-60 {
                    font-size: 46px;
                    line-height: 48px;
                    margin-bottom: 10px;
                }
            }
        }
    }

    .banner-overlay {
        & .container {
            & .banner-content {
                & .header-tag {
                    margin-bottom: 20px;
                }
            }
        }
    }

}

@media (max-width: 1199.98px) {
    .sec-hmbanner {
        height: 600px;

        .js-hmbanner,
        .slick-list,
        .slick-track,
        slick-slide,
        .slick-slide>div,
        .banner-item {
            height: 100%;
        }
    }

    .banner-content .btnlist {
        & .button {
            min-width: 180px;
        }
    }

    .heading-60 {
        font-size: 46px;
    }

    .banner-item {
        &>img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .banner-overlay {
        /* padding-top: 100px; */
    }

    .contact-form-block {
        padding: 60px;
    }

    .inline-list {
        column-count: 1;
    }
}

@media (max-width: 991.98px) {
    .heading-60 {
        font-size: 40px;
    }

    .contact-form-block {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .heading-60 {
        font-size: 35px;
    }

    .free-feel-contact-section {
        .contact-img {
            width: 100%;
        }
    }
}

@media (max-width: 575.98px) {
    .sec-hmbanner {
        height: 450px;
        margin-bottom: 30px;
    }

    .banner-overlay {
        padding-bottom: 25px;
        align-items: flex-end;
        padding-top: 0;

        & .container {
            & .banner-content {
                text-align: center;

                .header-tag {
                    padding-left: 0;

                    &::before {
                        content: none;
                    }
                }

                & .btnlist {
                    justify-content: center;

                    & .button {
                        min-width: 160px;
                    }
                }
            }
        }
    }

    .heading-60 {
        font-size: 24px;
    }

    .hm-service-section {
        padding-bottom: 35px;

        .heading-40 {
            margin-bottom: 30px;
        }
    }


    .banner-overlay {
        & .container {
            & .banner-content {
                & .heading-60 {
                    font-size: 34px;
                    line-height: 38px;
                    margin-bottom: 15px;
                }
            }
        }
    }


    .banner-overlay {
        padding-bottom: 0;
        align-items: center;
        padding-top: 70px;
    }
}



@media (max-width: 480px) {
    .banner-overlay {
        & .container {
            & .banner-content {
                & .heading-60 {
                    font-size: 30px;
                    line-height: 33px;
                    margin-bottom: 10px;
                }
            }
        }
    }


    .banner-content .btnlist {
        gap: 8px;
    }

    .banner-overlay {
        & .container {
            & .banner-content {
                & .header-tag {
                    font-size: 16px;
                    line-height: 22px;
                }
            }
        }
    }


    .banner-overlay {
        padding-bottom: 0;
        align-items: center;
        padding-top: 90px;
    }

}