*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;

}
.navbar{
    background-color: #5b065e;
    top: 0;
    justify-content: space-between;
    padding: 10px 2%;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100vw;
    align-items: center;
    box-shadow: -11px 7px 20px 0px #00000094;
    
}
.logo{
    width: 80px;
}
.sup{
    padding: 12px;
    border-radius: 30px;
    background-color: rgb(66, 5, 85);
    color: white;
    cursor: pointer;

}
.hero{
    background-image:url(../image/photo_2025-07-31_16-46-16.jpg);
    width: 100%;
    background-position:top center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
#h21{
    color: white;
    font-weight: bold;
    font-size: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    min-width: 350px;
    margin-left: 10%;
}
#h22,#h23,#h24{
    color: #5b065e ;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    padding: 50px 0 50px 0 ;
}
.card {
    width: 350px;
}
.d-card{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 70px;
}
.contact-us{
    background-color: #c4aad7;
}
#h23{
    color: white;
}
.num-ins{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
#tt{
    color: white;
    font-size: 15px;
    font-weight: bold;
    background-color: #5b065e;
    padding: 30px 40px;
    width: 350px;
    border-radius: 50px;
    min-width: 350px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
#tt:hover{
    background-color: rgb(128, 7, 134);
}
.sup:hover{
    background-color: rgb(128, 7, 134);
}
a{
    text-decoration: none;
}
#icon{
    font-size: 35px;
    margin-right: 8px;align-items: center;
}
.im-app{
    width: 35%;
    min-width: 350px;
}
.d-down{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 70px;
    gap: 15px;
    flex-wrap: wrap;
}
.app-down{
    font-size: 35px;
    padding: 50px;
    background-color: #5b065e;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
}
.app-down:hover{
    background-color: rgb(128, 7, 134);
    transform: scale(1.1);
    animation: none;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}
.foot1{
    background-color: #620665;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 25px 0;
}
.foot1 a{
    color: white;
    min-width: 350px;
}
.footp{
    background-color: #48054a;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
}