.saj-banner-box {
    background-image: url(../img/saj/banner.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
}

.saj-banner-content-box {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.saj-banner-content-box h2 {
    font-family: "Manrope", sans-serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.saj-banner-content-box p {
    color: #FFF;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.saj-banner-logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.saj-1st-img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}

.saj-head {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 59px;
    letter-spacing: -0.45px;
}

.saj-sub-head {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.saj-text {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.18px;
}

.section-bg {
    position: absolute;
    bottom: -50%;
    right: 0;
    z-index: -1px;
}

.position-r {
    position: relative;
    z-index: 100px !important;
}

.img-2-box {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.img-2-box img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    transition: transform 1s;
}

.img-2-box:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.img-2-box .con {
    position: relative;
    width: 100%;
}

.img-2-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000075;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.img-2-box .con:hover .overlay {
    height: 100%;
}

.img-2-box .text {
    color: white;
    position: absolute;
    top: 50%;
    left: 51%;
    width: 93%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.img-2-box .text h5 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 26.881px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.img-2-box .text p {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: 0.18px;
}

.cart-head {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 26.881px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

.img-2-box:hover .cart-head {
    opacity: 0;
}

.bg-3rd {
    position: absolute;
    left: 0px;
    top: -65%;
    z-index: -1;
}

.saj-contact {
    border-radius: 20px;
    background: #0F0F0F;
    padding: 40px 20px;
    width: 50%;
}

.saj-contact h6 {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.saj-textarea {
    width: 100%;
    color: #FFF;
    font-variant-numeric: oldstyle-nums proportional-nums;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    opacity: 0.9;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    margin-top: 20px;
    background-color: transparent;
}

@media only screen and (max-width: 1400px) {
    .bg-3rd {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .saj-banner-content-box h2 {
        font-size: 60px;
    }

    .saj-banner-content-box p {
        font-size: 30px;
    }

    .saj-head {
        font-size: 40px;
        line-height: normal;
    }

    .saj-contact {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .saj-banner-content-box h2 {
        font-size: 50px;
    }

    .saj-banner-content-box p {
        font-size: 26px;
    }

    .saj-head {
        font-size: 35px;
    }

    .saj-contact {
        width: 70%;
    }

}

@media only screen and (max-width: 600px) {
    .saj-banner-content-box h2 {
        font-size: 30px;
    }

    .saj-banner-content-box p {
        font-size: 20px;
    }

    .saj-head {
        font-size: 30px;
    }

    .saj-head {
        font-size: 28px;
    }

    .saj-sub-head {
        font-size: 23px;
    }

    .saj-text {
        font-size: 17px;
    }

    .saj-contact {
        width: 90%;
    }
}