@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: "Tajawal", sans-serif;
}
body{
    background: linear-gradient(45deg, #240165, #05001c);
    height: 100vh;
}
.d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.city-Date-name{
    border-bottom: 1px solid #5200e1;
    margin: 0px 40px;
}
.city-name{
    font-size: 60px;
    color: #fff;

    padding-bottom: 20px;
}
.city-name h1 , .card-header h1{
    font-weight: 400;
}
.date{
    font-size: 30px;
    font-weight: 300;
}

.prayer-time{
    justify-content: space-between;
    height: 250px;

    margin: 20px 40px;
}
.card{
    background-color: #fff;
    width: 13%;
    height: 70%;
    font-size: 20px;

    box-shadow: 0px 10px 5px rgb(0 0 0 / 30%);
}
.card-header{
    background: linear-gradient(45deg, #5709ee, #7a37bf);
    height: 22%;

    font-size: 14px;
    color: #fff;
    text-align: center;
}
.card-time{
    height: 75%;
}

.change-city-select select{
    width: 15%;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 4px;

    border-radius: 20px;
    background-color: #fff;
    color: #05001c;
}


