*{
    padding: 0;
    margin: 0;
}
.home{
background-color:black;
width:1921px;
height:579px
}
.bars{
color: white;
}
.j{
    padding-left: 40px;
    text-align: center;
}
.bu{
    text-align: center;
    background-color: green;
    border:solid black;
    cursor: pointer;
    width: 200px;
    background-size:  fit-content;
    height:50px;
    font-size: larger;
    justify-content: center;
    align-items: center;
}
.bu:hover{
    transform: translateY(-7px);
    background-color: #00bfa6;
}
.logo{
    padding-left: 100px;
    padding-right: 500px;
}
.im{
    position: relative;
    top:30px;
    width: 200px;
}
hr{
    margin-top: 40px;
}
.heading{
    color: white;
    text-align: center;
   font-size: 100px;
}
  #kl{
    padding-top: 40px;
}
#gh{
    color: greenyellow;
}
.df{
    color: white;
    text-align: center;
    font-size: large;
}
.icon{
    font-size: large;
}
.custom-button{
    display: flex;
    align-items: center;
    background-color: #fff; 
    border: none;
    border-radius: 50px; 
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
    position: relative;
   margin :0 auto;
    
}
 .text {
    margin-right: 10px;
    color: #000;
    font-size: 20px;
}
.rt{
    text-align: center;
    position: absolute;
    margin: 50px;
    align-items: center;
    padding-left: 40%;
}

.custom-button .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000; 
    color: #fff; 
    border-radius: 50%; 
    width: 24px;
    height: 24px;
}
.custom-button:hover{
    transform: translateX(10px);
    background-color: #218838;
}
#qw{
    padding-left: 20%;
    padding-top: 5%;
    font-size: 45px;
}
.tgh{
    padding-left:20% ;
    font-size: 17px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border: solid black;
    border-radius: 15px;
    text-decoration: none;

}

.button:hover {
    background-color: #218838;
}
.bmw{
   font-size: large;
   background-color: yellowgreen;
   margin-left: 10px;
   padding: 7px;
   border-radius: 50%;
}
.rty{
    margin-left:20%;
    margin-top:25px;
    display: flex;
    gap:20px;
}
.rtx{
    margin-left:20%;
    margin-top:25px;
    display: flex;
    gap:20px;
}
.foot{
    margin-top: 30px;
    background-color: #000;
    height: 300px;
}
.foot .op{
align-items: center;
text-align: center;
color: #fff;
}
#fgh{
    margin:25px;
    padding-top: 10px;
}
#wdf{
    margin: 35px;
}




.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    padding-left: 20%; 
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

.card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
    text-align: center;
}

.card-title {
    font-size: 2.2em;
    margin: 10px 0;
    text-align: center;
}

.card-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #00bfa6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.card-button:hover {
    background-color: #009c85;
}
#im{
    height: 30px;
    width: 20px;
}
.hjk{
    display: flex;
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
    align-items: center;
    font-size: large;
}
#sghj{
    padding-left: 17px;
}
.border{
    border: solid black;
    border-radius: 5%;
    height:460px;
    width: 300px;
    gap: 20px;
    
}
@media(min-width:600px){
    .all{
        background-size: cover;
    }
    .home{
        background-size: cover;
    }
    
}
@media(max-width:1620px){
    .container{
        background-color: #00bfa6;
        display: flex;
        flex-wrap: wrap;
       
    }
    .im{
        width: 150px;
        margin: 0px;
        padding: 0px;
    }
    .bu{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #b{
        margin-top: 25px;
    }
    .heading{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .home{
        height: 950px;
    }
    .df{
        display: flex;
        flex-wrap: wrap;
    }
}
@media(max-width:830px){
    .df{
       
        font-size: small;
    }
}