
.footer_logo img {
    width: 200px;
    height: 70px;
}

/* ********   Footer Section  ************/

.footer_div {
    padding: 30px 0px;
    width: 100%;
    height: 10%;
    /* background-color: #f3d1a0; */
    display: flex;
    align-items: start;
    justify-content: center;
    /* justify-items:center ; */
    color: #ffffff;
    gap: 6%;
    font-size: 15px;
    font-weight: 500;
}
.main_link,.newsletter{
    padding: 40px 0px;
}

.main_link h3,
.newsletter h3 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;


}

.main_link ul li{
    list-style: none;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
}

.main_link ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;

}

.main_link ul li a:hover,
.support_link ul li a:hover {
    color: #fdae04;
    transition: 0.3s;
}

/* ************ input field *************/
*/ .social-media {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    font-size: 1em;
    margin-top: 20px;
    /* color: #ffffff; */

}

.social-media span i {
    font-size: 20px;
    
}

.newsletter .input-container {
    width: 100%;
    max-width: 600px;
    border-radius: 5px;
}

.input-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 14px;
}

.input-container input:focus {
    border-color: #19191a;
    outline: none;
}

.Copyright {
    display: flex;
    justify-content: space-around;
    align-items: end;
    font-size: 14px;
    font-weight: 400;
    color: rgb(248, 248, 248);
    margin-top: 30px;
    padding: 12px;

}

.cards {
    display: flex;
    align-items:center;
    gap: 50px;
}