@font-face {
    font-family: fatiii;
    src: url('font/SNAZANIN.TTF');
}
.btn-old{

      text-align: center;
      direction: rtl;
      font-size: 30px;
      font-weight: bold;

}

#ph{

    padding: 10px 25px;
    margin: 10;
    background-color: rgb(75, 112, 143);
    border: 1px solid rgb(10, 9, 9);
    font-family: fatiii;
    width: 75px;
    max-width: 100px;
    min-width: 50px;
}

.div1{
    height: 50px;
    direction: rtl;
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
    display: block;
    transition: 1s;
    border-radius: 10px;
    }
body{
    font-family: url('font/SNAZANIN.TTF');
    direction: rtl;
    background-color: #b8dce9;
  }

.dropdown{
  position: relative;
  display: inline-block;
}

.dropdown-content{
  display: none;
  position: absolute;
  background-color: rgba(96, 139, 139, 0.7);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
}

.dropdown:hover .dropdown-content{
  display: block;
}

.carousel-item{
    width: 600px;
    max-width: 700px;
    opacity: 0.7;
    transition: 1s;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px black;
    text-align: center;
}

.carousel-item:hover{
  opacity: 1;
}

.bg-body-tertiary {
    background-color: #eee1e159 !important;
    box-shadow: 0px 0px 5px 0px rgb(3, 2, 2);
}
input{
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 5px;
  border-radius: 10px;
  border: none;
  height: 40px;
}
.div_t{
  padding: 20px !important;
}