
footer h3 {
    color: white;
    letter-spacing: .5px;
}


footer .form-control {
    padding: 10px;
    border: none;
}

footer input.form-control, footer input.form-control:focus {
    background: rgba(255, 143, 0, 0.4);
}

footer input.form-control:focus {
    box-shadow: var(--shadow-orange-600);
}

footer input.form-control::placeholder {
    color: white;
}


footer .big-logo {
    width: min(90%, 200px);
}




.footer-sec {
    padding: 50px 20px;
    background: linear-gradient(180.04deg, #00897A 2.41%, #00231F 99.97%);
}

.foot-div {
    margin-top: 20px;
}

.foot-div p {
    color: white;
    
}

.foot-div p a{
    color: white;
}
.foot-div p a:hover{
    opacity: 0.75;
}


.footer-sec2 {
    padding: 20px;
    background: linear-gradient(180.04deg, #00897A 2.41%, #00231F 99.97%);
}

