
.logo-img{
    max-height: 80px;
}

.slider-img{
    max-height: 550px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
@media screen and (max-width: 600px) {
    .slider-img{
        max-height: 400px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    
}

.bg-img1{
    background-image: url(../images/img/Copper.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.201);
    background-blend-mode: multiply;
}

.footer{
    background-color: #dbf2ff;
}

.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.626);
    background-blend-mode: multiply;
}

.text-primary, .text-reset:hover, .dropdown-item:focus, .dropdown-item:hover {
    background: -webkit-linear-gradient(#0046b7, #0098fe, #0046b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}   