.div1{
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    font-family: Calibri;
}

#cadr-1{
    display: inline-block;
    background-image: linear-gradient(280deg, rgba(200, 0, 0, 0.9), rgba(150, 0, 0, 0.9));
    padding: 0px 0px 10px 0px;
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.5s ease;
}

#cadr-1:hover{
    background-image: linear-gradient(80deg, rgba(200, 0, 0, 1), rgba(150, 0, 0, 1));
    transform: scale(1.05);
    transition: all 0.5s ease;
}

h2.b-header{
    margin: 30px 30px 0px 0px;
}

h3.b-header{
    margin: 10px 30px 0px 0px;
}

#cadr-2{
    display: inline-block;
    background-image: linear-gradient(280deg, rgba(200, 0, 0, 0.9), rgba(150, 0, 0, 0.9));
    padding: 0px 0px 10px 0px;
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.5s ease;
}

#cadr-2:hover{
    background-image: linear-gradient(80deg, rgba(200, 0, 0, 1), rgba(150, 0, 0, 1));
    transform: scale(1.05);
    transition: all 0.5s ease;
}

#cadrs{
    display: inline-block;
    margin-top: 0%;
    background-color: rgb(255, 44, 44);
    border-radius: 100px;
    padding: 10px 27px;
    overflow: hidden;
}

#cadr-3{
    display: inline-block;
    background-image: linear-gradient(280deg, rgba(200, 0, 0, 0.9), rgba(150, 0, 0, 0.9));
    padding: 0px 0px 10px 0px;
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.5s ease;
}

#cadr-3:hover{
    background-image: linear-gradient(80deg, rgba(200, 0, 0, 1), rgba(150, 0, 0, 1));
    transform: scale(1.05);
    transition: all 0.5s ease;
}
/* ertebat */
textarea {
    width: 180px;
    height: 180px;
    border-radius: 10px;
}

#ersal{
    transform: scale(1);
    transition: all 0.5s ease;

    border: solid 1px black;
    border-radius: 5px;

    display:inline-block;
    text-align: center;

    background-color: rgba(250, 250, 250, 0.199);

}

#ersal:hover{
    transform: scale(1.05);
    transition: all 0.5s ease;

    background-color: rgb(250, 250, 250);
}
/* maddahan */

.maddahan{
    transform: scale(1);
    transition: all 0.7s ease;

    display: inline-block;
}

.maddahan:hover{
    transform: scale(1.05);
    transition: all 0.7s ease;
}