* {
  font-family: YekanRegular;
}

.c-with-me-title {
  text-align: center;
  font-family: YekanBold;
  font-size: 34pt;
  margin: 0px;
}

.c-with-me-desc {
  text-align: center;
}

input {
  margin-bottom: 10px;
}

.btn {
  font-size: 14pt;
  border: none;
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 25px;
  background: #000000;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  width: 200px;
  border:2px solid #000;

}

.btn:hover {
  background-color: #ccc4c400;
  color:#000;
}

.img-sec {
  width: 40px;
  display: block;
  margin: 15px auto;
}

.sec-21 {
  direction: ltr !important;
}

form {
  border-radius: 25px;
  border: 1px solid #9592924a;
  padding: 25px;
  text-align:right;
}

.sec-1 {
  display: inline-block;
  width: 45%;
}

.sec-2 {
  display: inline-block;
  width: 20%;
  border-radius: 25px;
}

@media only screen and (max-width: 850px) {
  .sec-1 {
    display: block;
    width: 100%;
  }

  .sec-2 {
    display: block;
    width: 96%;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #9592924a;
    padding: 10px 0px;
  }

  .sec-21 {
    display: inline-block;
    border-radius: 25px;
    margin: 10px 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 580px) {
  .sec-21 {
    font-size: 9pt;
    margin: 10px;
  }

  .img-sec {
    width: 30px;
  }

  .c-with-me-desc {
    font-size: 9pt;
  }
}

@media only screen and (max-width: 420px) {
  .sec-21 {
    display: inline-block;
    border-radius: 25px;
    margin: 5px;
    text-align: center;
    font-size: 7pt;
  }

  .img-sec {
    width: 20px;
  }
}