@font-face {
    font-family: "shabnam";
    src: url(../Fonts/Shabnam-Bold.eot),
    url(../Fonts/Shabnam-Bold.ttf),
    url(../Fonts/Shabnam-Bold.woff),
    url(../Fonts/Shabnam-Bold.woff2);
  }
  @font-face {
    font-family: "modam";
    src: url(../Fonts/Modam-Medium.eot),
    url(../Fonts/Modam-Medium.svg),
    url(../Fonts/Modam-Medium.ttf),
    url(../Fonts/Modam-Medium.woff),
    url(../Fonts/Modam-Medium.woff);
  }
  @font-face {
    font-family: "b_modam";
    font-weight: bold;
    src: url(../Fonts/Modam-ExtraBold.eot),
    url(../Fonts/Modam-ExtraBold.svg),
    url(../Fonts/Modam-ExtraBold.ttf),
    url(../Fonts/Modam-ExtraBold.woff),
    url(../Fonts/Modam-ExtraBold.woff2);
  }
  @font-face {
    font-family: "vazir";
    src: url(../Fonts/Vazir.eot),
    url(../Fonts/Vazir.ttf),
    url(../Fonts/Vazir.woff),
    url(../Fonts/Vazir.woff2);
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #C0C0C0;
    overflow-x: hidden;
}
/* location */
.location_box{
  margin: 0 auto;
  border-radius: 6px;
  align-items: center;
  justify-items: center;
  background-color: #2b6a81; 
  width: 95%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 35px;
  margin-top: 10px !important;
}
.location_box h2{
  text-align: center;
  color: rgb(223, 223, 223);
  font-family: "shabnam";
}
.iframe_location{
  width: 300px;
  height: 300px;
  margin-top: 3%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px black;
}
.col h4{
  margin-top: 10%;
  color: rgb(223, 223, 223);
  font-family: "b_modam";
}
.row{
  align-items: center !important;
  justify-items: center !important;
  width: 100% !important;
}
/* location */

/* form */
.container_contact{
  margin: 0 auto;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: #2b6a81; 
  max-width: 1100px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 35px;
}
.content_contact{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.right_content{
  width: 25% ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding-top: 15px;
}
.right_content::before{
  content: '';
  background-color: #afafb6;
  width: 2px;
  height: 120%;
  left: -15%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.left_content{
  width: 75%;
  height: 100%;
  padding-right: 50px;
}
.info_contact{
  text-align: center;
  margin-bottom: 25px;
}
.icon_conatct{
  font-size: 30px;
  color: #61A0FF;
  margin-bottom: 10px;
  text-shadow: 5px 5px 10px black;
}
.title_info_contact{
  font-size: 20px;
  font-weight: 500;
  color: rgb(223, 223, 223);
  font-family: "shabnam";
}
.text_info_contact a{
  font-size: 14px;
  display: block;
  color: white ;
  font-family: "vazir";
  text-decoration: none;
  transition: color 0.2s ease;
}
.text_info_contact a:hover{
  color: rgb(196, 196, 196) !important ;

}
.text_info_contact{
  font-size: 14px;
  display: block;
  color: white ;
  font-family: "vazir";
}
.left_content h4{
  font-family: "b_modam";
  color: white;
}
.left_content p{
  font-family: "vazir";
  color: rgb(226, 226, 226);;
}
.input_box input , .input_box textarea{
  border: none;
  background-color: #f0f1f8;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border-radius: 6px;
  font-size: 16px;
  resize: none;
  font-family: "modam";
}
.input_box{
  width: 100%;
  height: 55px;
  margin: 10px 0;
}
.left_content .textarea_box{
min-height: 110px;
}
.submit_btn{
  border: 1px solid white;
  background-color: #a91313;
  color: white;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 18px;
  font-family: "b_modam";
  margin-top: 1%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.submit_btn:hover{
  background-color: rgb(130, 10, 10);
  box-shadow: -3px 3px 10px black,
  3px 3px 10px black;
}
.input_box input:focus , .textarea{
  outline: none;
}
.phonenumber::placeholder{
text-align: right !important;
direction: rtl !important;    
}
/* form */
@media screen and (max-width: 820px) {
  .container_contact{
    width: 90%;
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .content_contact{
    flex-direction: column-reverse;
  }
  .content_contact .right_content{
    width: 100%;
    flex-direction: revert;
    flex-wrap: wrap;
  }
  .content_contact .right_content::before{
    display: none;
  }
  .content_contact .left_content{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .right_content{
    gap: 30px;
  }
}
@media screen and (max-width: 400px) {
  .iframe_location{
    width: 200px;
    height: 200px;
  }
 
}
@media screen and (max-width: 575px) {
  .submit_btn{
    width: 100%;
  }
}


.success {
  margin-top: 2%;
  font-family: "shabnam";
text-align: center;
  color: #155724;
  background-color: #d4edda;
  padding: 10px;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  margin-bottom: 20px;
}
.error {
margin-top: 2%;
font-family: "shabnam";
text-align: center;
  color: #721c24;
  background-color: #f8d7da;
  padding: 10px;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  margin-bottom: 20px;
}