/* header [start] */
header {
  background-color: #0f0f18;
  width: 100%;
  height: 190px;
  padding: 40px 0;
}
header > div {
  margin: auto;
  max-width: 1240px;
  min-width: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header > div > div {
  display: flex;
}
header > div > div:first-of-type{
  gap: 10px;  
}
header > div > div:first-of-type button{
  background-color: var(--blue-color);
  height:40px;
  width: 100px;
}
header > div > div:first-of-type a{
  height: 40px;
  background-color: var(--sec-color);
  width: 40px;
  border-radius: 13px;
}
header > div > div:first-of-type input {
  background-color: var(--sec-color);
  outline: none;
  border: none;
  border-radius: 10px;
  color: var(--normal-text-color);
  padding: 0 10px;
  direction: rtl;
  width: 190px;
}
header > div > div:last-of-type{
  flex-direction: column;
  align-items: end;
}
header > div > div:last-of-type h1{
  font-size: 23px;
  font-weight: 600;
}
header > div > div:last-of-type p{
  font-size: 12px;
  font-weight: 500;
}
#header-continer{
  display: flex;
  flex-direction: column;
}
#personal-description-sec{
  direction: rtl;
  background-color: var(--sec-color);
  margin: -110px auto;
  width: 1289px;
  display: flex;
  padding: 25px 0;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
}
#personal-description-sec>div:first-of-type{
  display: flex;
  margin-right: 25px;
}
#personal-description-sec>div:first-of-type>img{
  width: 160px;
  border-radius: 10px;
}
#personal-description-sec>div:first-of-type>div{
  display: flex;
  margin-right: 10px;
  flex-direction: column;
  gap: 10px;
}
#personal-description-sec>div:first-of-type>div>a{
  color: var(--normal-text-color);
  font-size: 19.5px;
  font-weight: 600;
}
#personal-description-sec>div:first-of-type>div a:hover{
  color: var(--blue-color);
}
#personal-description-sec>div:first-of-type>div>div{
  display: flex;
  gap: 15px;
}
#personal-description-sec>div:first-of-type>div>div a{
  color: #474761;
  font-size: 14px;
}
#personal-description-sec>div:first-of-type>div>div:last-of-type{
  display: flex;
  gap: 20px;
}
#personal-description-sec>div:first-of-type>div>div:last-of-type>div{
  border: 1px dashed var(--gray-300-color);
  padding: 13px;
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 51px;
  border-radius: 10px;
}
#personal-description-sec>div:first-of-type>div>div:last-of-type p{
  padding: 0;
  margin: 0;
  color: #474761;
}
#personal-description-sec>div:last-of-type{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#personal-description-sec>div:last-of-type>div:first-of-type{
  display: flex;
  gap: 10px;
  margin-right: 150px;
}
#personal-description-sec>div:last-of-type>div:first-of-type a:last-of-type{
  width: 25px;
}
#personal-description-sec>div:last-of-type>div:first-of-type a{
  background-color: #2B2B40;
  color: var(--p-text-color);
  padding: 8px;
  border-radius: 10px;
  font-size: 15px;
}
#personal-description-sec>div:last-of-type>div:first-of-type button{
  background-color: var(--blue-color);
  padding: 0 20px;
}
#personal-description-sec>div:last-of-type>div:last-of-type{
  display: flex;
  flex-direction: column;
}
#personal-description-sec>div:last-of-type>div:last-of-type div:first-of-type{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 25px;
}
#personal-description-sec>div:last-of-type>div:last-of-type>div:first-of-type span{
  color: var(--normal-text-color);
}
#personal-description-sec>div:last-of-type>div:last-of-type>div:first-of-type p{
  font-weight: 360;
  margin-right: 30px;
}
#personal-description-sec>div:last-of-type>div:last-of-type>div:last-of-type{
  display: flex;
}
#darsad-sod{
  display: flex;
  gap: 0;
}
#darsad-sod>div{
  width: 200px;
  height: 5px;
  border-radius: 10px;
  background-color: #2B2B40;
}
#darsad-sod>div:last-of-type{
  margin-left: 25px;
}
#darsad-sod>div:first-of-type{
 position: relative;
 right: 30px;
 background-color: var(--green-color);
}
#header-continer{
  display: flex;
  flex-direction: column;
}
#header-continer>div:last-of-type{
  margin-top: 110px;
  display: flex;
  width: 1289px;
  background-color: var(--sec-color);
  direction: rtl;
  border-radius: 0 0 10px 10px;
  gap: 30px;
}
#header-continer>div:last-of-type a{
  color: var(--p-text-color);
  height: 56px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
#header-continer>div:last-of-type a:hover{
  border-bottom: 2px solid var(--blue-color);
}
#header-continer>div:last-of-type a:first-of-type{
  margin-right: 20px;
}
.left-moraajat > a > i{
  color: var(--normal-text-color);
  margin-left: 13px;
  margin-top: 10px;
}
.modal-bell{
  display: flex;
  flex-direction: column;
  z-index: 999;
  position: relative;
  right: 200px;
  top: 20px;
  width: 350px;
  height: 440px;
  background-color: var(--sec-color);
  border-radius: 15px;
  display: none;
}
.modal-bell img{
   width: 349px;
   height: 100px;
   margin-top: px;
   border-top-right-radius: 15px;
   border-top-left-radius: 15px;
}
.modal-bell span{
  position: absolute;
  top: 19px;
  right: 20px;
  color: var(--normal-text-color);
}
.modal-bell .gozaresh-morajat {
  display: inline;
  position: absolute;
  font-size: 10px;
  top: 15px;
  right: 90px;
  color: var(--normal-text-color);
}
.modal-page{
  display: flex;
  
}
.modal-page p{
  width: 50px;
  height: 15px;
  padding: 20px;
  color: var(--p-text-color);
  font-size: 13px;
  position: relative;
  bottom: 76px;
  left: 80px;
  color: var(--normal-text-color);
}
.modal-page p:hover{
  border-bottom: 1px solid var(--blue-color);
  transition-duration: 0.6s;
}
.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-content h2{
  font-size: 17px;
  font-weight: 800;
  bottom: 50px;
  position: relative;
}
.modal-content p{
  font-size: 12px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 50px;
  position: relative;
}
.modal-content button{
  bottom: 50px;
  position: relative;
}
.modal-content img{
  width:  150px;
  height: 150px;
  bottom: 30px;
  position: relative;
}
.modal-erteqa{
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
  position: relative;
  right: 80px;
  width: 1100px;
  height: 900px;
  background-color: var(--sec-color);
  margin-bottom: 20px;
  border-radius: 15px;
  visibility: hidden;
}
.modal-erteqa i{
  font-size: 23px;
  color: var(--p-text-color);
  margin-right: 980px;
  margin-top: 20px;
}
.modal-erteqa h2{
  align-items: center;
  font-weight: 900;
}
.modal-erteqa p {
  font-size: 15px;
}
.modal-erteqa p span{
  color: var(--blue-color);
}
.years-erteqa{
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--p-text-color);
  padding: 1px 25px;
  border-radius: 19px;
  
}
.years-erteqa p{
  padding: 10px;
}
.years-erteqa p:nth-child(2){
  background-color: var(--gray-300-color);
  border-radius: 10px;
}
.right-erteqa{
  display: flex;
  flex-direction: column;
  position: relative;
  left: 210px;
}

.right-erteqa div{
  display: flex;
  justify-content: space-between;
  padding: 20px 100px;
  border-style: dashed;
  border-width: 1px;
  border-radius: 10px;
  border-color: var(--p-text-color);
  padding-bottom: 12px;
  padding-top: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.right-erteqa div p:nth-child(2){
  margin-left: 150px;
  color: var(--normal-text-color);
  font-size: 19px;
  font-weight: 900;
}
.right-erteqa div p:nth-child(1){
  font-size: 17px;
  color: var(--normal-text-color);
  font-weight: 900;
}
.sefaresh-erteqa{
  background-color: var(--green-color);
  padding: 10px 20px;
  border-radius: 10px;
}
.left-erteqa{
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 700px;
  padding: 50px 10px;
  background-color: var(--gray-300-color);
  position: relative;
  right: 300px;
  bottom: 560px;
  border-radius: 15px;
}
.left-erteqa h2{
  position: relative;
  bottom: 30px;
  left: 90px;
}
.left-erteqa p{
  position: relative;
  bottom: 30px;
  text-align: right;
}
.eseraf-erteqa{
  display: flex;
  position: absolute;
  bottom: 10px;
}
.eseraf-erteqa div p{
  padding: 15px;
  margin-right: 15px;
}
.eseraf-erteqa div:nth-child(1) p{
  background-color: var(--blue-color);
  color: var(--normal-text-color);
  border-radius: 16px;
}
.eseraf-erteqa div:nth-child(2) p{
  background-color: var(--gray-300-color);
  border-radius: 15px;
}
/* header [end] */