body {
    background-image: url(./WhatsApp\ Image\ 2025-12-09\ at\ 22.46.18_2c65fc67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-color: rgb(229, 243, 243);
   
    
   
}


.menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   

}
.bar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    gap:30px;

}
h3{
    margin-right: 720px;
}
.bx{
    font-size: 50px;
    transform: rotate(-30deg);
   }
.login{
    background-color: chocolate;
    color: white;
    border-radius: 15%;
    border-style: none;
}  
.offer
{
    margin-top: 150px;
    
   
}
span{
    background-color: brown;
    color: white;
    border-radius: 15%;
    margin: 0 20px;
    padding: 5px;

}
p{
    color: brown;
    font-weight: bold;

}
.content{
    margin-left: 25px;
}
.lead{
    color: grey;
    width: 400px;
}
.cta-row{
    display: flex;
    gap: 10%;
    
}
a{
    color: black;
}
.btn{
    background-color: rgb(0, 0, 0);
    color: white;
    border-radius: 20%;
    padding: 10px;
    margin-left: 60px;
}
li:hover{
    color:white;
    background-color: rgb(130, 235, 130);
    padding: 5px;
}
@media screen and (max-width:480px) {
    .bar{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
   body{

    background-image:
    linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4))
     url(./mobile.png);
    
    background-size: cover;
    background-position: center;
    text-align: center;
   }
   .menu{
    margin-left: 130px;
   }
   .lead{
    margin-left: 50px;
    width: 300px;
   }
   .cta-row{
    margin-left: 50px;
   }

}