@font-face {
    font-family: iransans;
    src: url('iransans2.woff2');
}
.logo{
    margin: auto;
    width: 200px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    direction: rtl;
    position: absolute;
    top: 20px;
    font-size: 45px;
    color: #c57903;
    font-weight: bold;
    z-index: -1;
    font-family: "Playfair Display", serif;
}
.in1{
  line-height: 40px;
  border: 1px solid #c57903;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.123);
  width: 70%;
  font-family: iransans;
  padding: 15px ;
  font-size: 18px;
  color: #000000;
  direction: rtl;
}
.in1:focus-visible{
    outline: #c57903 auto 1px;
}
.todo1{
    background-color: #e18f136e;
    width: 90%;
    padding: 15px ;
    border-radius: 15px;
    margin: auto;
    cursor: pointer;
    margin-bottom: 15px;
}
.close{
    border: none;
    background-color: transparent;
    float: left;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    color: #c57903;
}
.time1{
    border: none;
    background-color: transparent;
    float: left;
    font-size: 14px;
    line-height: 31px;
    cursor: pointer;
    color: #c57903; 
}
.footer{
    height: 100px; margin: auto;border-radius: 12px; overflow: hidden; direction: rtl;
    position: absolute;
    bottom : 0px;
    font-size: 10px;
    color: #3f4577; 
    z-index: -1;
}
.addbtn{
    background: white;
    color: #d3a35d;
    border: 1px solid #c57903;;
    padding: 15px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 500;
    width: 20%;
    line-height: 40px;
    font-family: "Playfair Display", serif;
}
body{
    background: linear-gradient(315deg, #d3a35d 0%, #e29727 100%);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: iransans;
}
.soal{
    width:500px;
    max-width: 90%;
    background-color: white;
    margin: auto;
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px #0000002e;
    overflow: hidden;
    direction: rtl;
}
.soal2{
    padding: 25px 25px 25px 25px; 
}
.soal3{
    width: 100%;
    text-align: right;
    padding-top: 45px;
    font-size: 18px;
}
.dokme1{
    width: 100%;
    border: none;
    height: 68px;
    bottom: 0;
    font-size: 20px;
    background-color: #8e44ad;
    color: white;
    transition: 0.4s;
    font-family: iransans;
}
.dokme1:hover{
    background-color: #671b88;
    cursor: pointer;
}