.btn1,.btn2 {
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-items: center;
    text-decoration: none; 
    display: inline-block;  
    text-align : center;
    align-items: center;
}

.btn1 {
    background-color: transparent;
    border: 1.5px solid white;
}
.btn2{
    border: none;
    background-color: #f3687f;

}
.btn1:hover{
    background-color: #ff8097;
}
.btn2:hover {
    background-color: #d95771;
}

.footer-btn {
    display: flex;
    gap: 12px;
}

.footer {
    position: relative;
    width: 100vw;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color:#1d1213;
    color:white;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}
.footer-text {
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    gap: 80px;
}

.footer .footer1 {
    position: relative;
    width: 100%; 
    display: block;
    object-fit: cover;
    z-index: 1;
    height: auto;
    min-height: 160px;
}

.footer .footer2 {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: auto;
    max-width: 20%; 
    height: auto;
}
.footer p{
    font-size: 22px;
    font-weight: 400;
}
.footerb1{
    display: flex;
    gap: 10px;
    align-items:center!important;

}
.footerb1 img{
    width: auto;
    height:25px;
}
.footerb{
    display: flex;
    gap: 80px;
    justify-content:center;

} 
.footer hr {
    width: 100%;
    border-color: white;
    margin: 1rem 0;
}
@media (max-width: 992px) {
    .footer-text{
    padding: 0px 20px;
    }
    .footer h3{
    font-size: 19px;
    }
    .footer p{
    font-size: 16px;
    }
}
@media (max-width: 768px) {
    .footerb1 {
        flex-wrap: wrap;
        justify-content: center;
        }

    .footerb1 img {
        width: 25px;
        height: 25px;
        }
    .footer .footer2 {
        top: 2%;   
        max-width: 25%; 
        }
    .footer-text {
        gap: 40px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        }
    }
@media (max-width: 420px) {
    .footer-text{ padding-left: 0.75rem; padding-right:0.75rem; gap:16px; }
    .footer p{ font-size:14px; }
    .footer h3{ font-size:16px; }
    .footer .footer2 { top:3%; max-width:35%; }
    .footerb{ flex-direction:column; gap:12px; align-items:center; }
}
@media (max-width: 535px) {
    .footer .footer2 {
    max-width: 30%;
    }
    .footer-text {
    gap: 20px;
    }
}