.footer-wrapper {
    background-image: url(../images/home/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-wrapper ul li {
    list-style: none;
    padding-top: 1rem;
}

.footer-wrapper ul li a {
    color: #000;
}

.footer-menu ul {
    padding: inherit;
}

.footer-menu p {
    padding-top: 1rem;
    max-width: 75%;
    margin: 0 auto;
    color: #fff;
    font-weight: 200;
    padding-bottom: 1rem;
    line-height: 33px;
}

.footer-menu a {
    color: #fff;
}

.footer-menu button {
    border-radius: 8px;
    border: 1px solid #303030;
    font-weight: 500;
    color:#000;
    background: transparent;
    padding: 10px 20px;
}

.social-icons {
    padding-top: 1rem;
}

.social-icons img {
    padding-right: 10px;
}

.social-icons a {
    padding-right: 10px;
    display: flex;
    align-items: center;
}

input[type="text"] {
    width: 100%;
    border: 1px solid #474747;
    border-radius: 8px;
    margin: 8px 0;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

input[type="text"]:focus {
    border-color: #1B763B;
    box-shadow: 0 0 8px 0 #1B763B;
}

.inputWithIcon input[type="text"] {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon img {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
}
.end-content{
    background-color: #1B763B;
    padding:10px;
}
.footer-menu ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-menu ul li{
    list-style: none;
    padding-right:20px;
}
.footer-text p{
    font-size: 16px;
    color:#fff;
    margin:0;
}
.footer-logo{
    max-width: 190px;
    filter: brightness(0) invert(1);
}