.c-img {
    width: 100%;
    object-fit: cover;
}


/* .footer-dark {
    background-color: black;
    color: white;
}

.footer-dark a {
    color: white;
} */

.foot{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    ion-icon {
        font-size: 24px;
      }
}


.top-40 {
    top: 40% !important;
}

.top-30 {
    top: 30% !important;
}

.link a {
    position: relative;
    color: #fff;
    text-decoration: none;
}
  
.link a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s;
}
  
.link a:hover::after{
    transform-origin: left;    
    transform: scaleX(1);
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
}