/* =====>=====>=====>*** Home Page Style Start Here ***<=====<=====<===== */
/* Banner Section */
.banner-bg-image {
    background-image: url(../images/home-banner-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;

}

.banner-img img {
    width: clamp(320px, 31.88vw, 612px);
    height: auto;
}

/* About Section */
.about-ds-cards.ds-row {
    --ds-col-gap: clamp(20px, 1.75vw, 27px);
    --ds-row-gap: clamp(20px, 1.75vw, 27px);
}

.about-ds-card {
    overflow: hidden;
    padding: clamp(30px, 2.75vw, 42px) clamp(16px, 1.65vw, 28px) clamp(26px, 1.95vw, 34px) clamp(16px, 1.95vw, 36px);
    min-height: 250px;
    --size: clamp(65px, 6.75vw, 100px);
}

.hero-main-title {
    font-size: var(--ds-fs-70);
    font-weight: 400;
    line-height: 1.17;
    max-width: 640px;
}

.about-ds-header-content {
    max-width: 395px;
    padding-left: 24px;
}

.about-ds-header-desc {
    width: 100%;
    max-width: 903px;
}

.about-ds-header-content:before {
    content: "";
    background: #548DB1;
    position: absolute;
    width: 5px;
    height: -webkit-fill-available;
    max-height: 100%;
    top: 0px;
    left: 0px;
}

p.ds-card-desc {
    width: calc(100% - calc(var(--size) / 2));
}

.about-ds-card .ds-card-link {
    width: var(--size);
    height: var(--size);
    line-height: 0;
    overflow: hidden;
    z-index: 1;
}

.about-ds-card .ds-card-link::after {
    content: "";
    position: absolute;
    top: calc(var(--size) / 2);
    left: calc(var(--size) / 2);
    width: clamp(18px, 1.75vw, 31px);
    height: clamp(14px, 1.45vw, 23px);
    background-image: url(../images/shape-inner-arrow.svg), url(../images/shape-inner-arrow.svg);
    background-size: contain;
    background-position: center, calc(calc(var(--size) + 10px) * -1) center;
    background-repeat: no-repeat;
    transition: all .45s ease-in-out;
}

.about-ds-card .ds-card-link:hover::after {
    background-position: calc(var(--size) + 10px) center, center;
}

.about-ds-card .ds-card-link .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .45s ease-in-out;
}

.about-ds-card .ds-card-link:hover .img-fluid {
    filter: brightness(0);
}

span.sec-sub-title:before {
    content: "";
    background: #878787;
    width: 25px;
    height: 2px;
    right: -32px;
    position: absolute;
    top: 8px;
}



.about-ds-foot-content {
    max-width: 1260px;
    margin: 100px auto 0;
}

img.img-fluid-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-card-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 420px;
    height: 240px;
    opacity: .08;
    mix-blend-mode: luminosity;
    pointer-events: none;
}


@media (max-width: 1399px) {

    .home-banner-title {
        font-size: clamp(42px, 3.65vw, var(--ds-fs-70)) !important;
        max-width: 470px;
    }

}


@media (max-width: 991px) {

    .home-banner-title {
        max-width: 100% !important;
    }

    .banner-row {
        grid-gap: 40px;
    }

    .banner-img img {
        width: 100%;
        max-width: 500px;
    }
}


@media (max-width: 767px) {
    .banner-bg-image {
        width: 100%;
        height: 100%;

    }

    .banner-row {
        width: 100%;
        height: 100%;
    }

    .about-ds-cards.ds-row {
        padding-top: 32px;
    }
}

@media (max-width: 410px) {
    .home-banner-title {
        font-size: clamp(38px, 3.65vw, var(--ds-fs-70)) !important;
    }
}

/* =====>=====>=====>*** Home Page Style End Here ***<=====<=====<===== */