.footer {
    background-color: #202020;
    color: #ffffff;
    padding: 30px 0;
    padding-bottom: 70px;
    margin-top: 30px;
    text-align: center;
}

.container {
    max-width: 1170px;
    margin-left:30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-col {
    flex: 1 0 20%; /* Adjust width for different screen sizes */
    padding: 0 15px;
    text-align: left;
    margin-bottom: 30px;
}

.footer-col h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 35px;
    color: #ffffff;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    width: 50px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #bbbbbb;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.social-links a:hover {
    background-color: #f1c40f;
    color: #202020;
}

/* Responsive design */
@media (max-width: 767px) {
    .footer-col {
        flex: 1 0 30%; /* Two columns per row on smaller screens */
        
    }
    .footer
    {
        height: 420px;
        margin-bottom: 20px;
    }
    .innn
    {
        display: none;
    }
    .social-links a
    {
        margin-right: 30px;
    }
    
}
.end {
    padding: 20px 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 100px;
    margin-bottom: 5px;
    background:#202020;
    margin-top: 10px;
}

.last-text p {
    color: white;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 30px;

}
.top i {
    padding: 10px;
    border-radius: 8px;
    font-size: 20px;
    color:white;
    font-weight: bolder;
    background-color: #6A52CC;
    margin-bottom: 20px;
}
.top i:hover
{
    background-color: #f1c40f;
    color: #333;
}
