.home-banner-image {
    /* background-image: url(./assets/img/banner/banner-img-14.png); */
    height: 85vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #232122;
    margin-top: -5px;
    /* height: auto;
    padding: 28px; */
}

.home-banner-image-overlay {
    /* background-color: rgba(0, 0, 0, 0.644); */
    height: 85vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* margin-left: -500px; */
}


.welcome-heading {
    text-align: center;
    text-shadow: 0 0 5px #232122, 0 0 15px #232122, 0 0 20px #fff, 0 0 40px #232122, 0 0 60px #232122, 0 0 10px #232122, 0 0 98px #232122;
    color: rgb(226, 226, 21);
    font-size: 60px;
    font-weight: bold;
}

.desc-heading {
    color: #232122;
    font-weight: bold;
    margin-top: 13px;
    font-size: 40px;
    background-color: #fd8623;
    width: 550px;
    text-align: center;
    padding: 10px;
}

.home-button {
    border: 2px solid #fd8623;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: #232122;
    color: #fff;
    font-weight: bold;
}

.home-button:hover {
    background-color: #fd8623;
    color: #232122;
    transition: 0.4s;
    border-right: #fd8623;
}

.cool-button {
    position: relative;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background: none;
    border: 2px solid #fd8623;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease;
    border-radius: 50px;
    margin-bottom: 10px;
}

.cool-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #fd8623;
    transition: all 0.4s ease;
    z-index: 0;
}

.cool-button:hover::before {
    left: 0;
}

.cool-button span {
    position: relative;
    z-index: 1;
}

.cool-button:hover {
    color: #232122;
}

.home-product-name{
    background-color: #fd8623;
    text-align: center;
    /* border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; */
    text-decoration: none;
    color: #232122;
}

.home-product-name:hover{
    transform: 0.5s;
    background-color: #232122;
    color: #fd8623;
}

.home-product-name-one{
    background-color: #fd8623;
    text-align: center;
    /* border-top-right-radius: 15px;
    border-top-left-radius: 15px; */
    text-decoration: none;
    color: #232122;
}

.home-product-name-one:hover{
    transform: 0.5s;
    background-color: #232122;
    color: #fd8623;
}

.cool-button-one {
    position: relative;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #232122;
    background: none;
    border: 2px solid #fd8623;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease;
    border-radius: 50px;
    margin-bottom: 10px;
}

.cool-button-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #fd8623;
    transition: all 0.4s ease;
    z-index: 0;
}

.cool-button-one:hover::before {
    left: 0;
}

.cool-button-one span {
    position: relative;
    z-index: 1;
}

.cool-button-one:hover {
    color: #232122;
}

.product-background{
    background-image: url(./assets/img/cement/2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.product-background:hover{
    background-image: url(./assets/img/cement/1.png);
    transition: 0.5s;
}

.product-background-one{
    background-image: url(./assets/img/steel/1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.product-background-one:hover{
    background-image: url(./assets/img/steel/2.png);
    transition: 0.5s;
}

.product-background-two{
    background-image: url(./assets/img/steelpipes/1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.product-background-two:hover{
    background-image: url(./assets/img/steelpipes/2.png);
    transition: 0.5s;
}

.product-background-three{
    background-image: url(./assets/img/roofingsheet/1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.product-background-three:hover{
    background-image: url(./assets/img/roofingsheet/2.png);
    transition: 0.5s;
}