@font-face {
  font-family: yekan;
  src: url(fonts/ArbFONTS-Yekan-Bakh-EN-04-Regular.ttf);
}

@font-face {
  font-family: Dana-DemiBold;
  src: url(fonts/Dana-DemiBold.ttf);
}

@font-face {
  font-family: Dana-Medium;
  src: url(fonts/Dana-Medium.ttf);
}

body {
  background-color: #191c20;
  direction: rtl;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* start header */

.header .nav .nav_ul {
  display: flex;
  padding-top: 123px;
}
@media (max-width: 767px) {
  .header .nav .nav_ul {
    display: none;
  }
}
.header .nav .nav_ul li {
  margin-left: 69px;
}

.header .nav .nav_ul li a {
  color: #fff;
  font-size: 18px;
  font-family: Dana-Medium;
}

.header .nav {
  position: relative;
}

.header .nav .container img {
  position: absolute;
  top: 0;
  left: 0;
}

.header .h_features {
  text-align: center;
  padding-top: 108.3px;
  /*padding-bottom: 221px;*/
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .header .nav .container img {
    width: 208.5px;
    height: 96.78px;
  }
  .header .h_features {
    padding-bottom: 84px;
  }
}

.header .h_features .logo .lg {
  margin-bottom: 68.3px;
  width: 210.31px;
  height: 84.67px;
}

.header .h_features .h_f_desc {
  margin-bottom: 82.2px;
}

.header .h_features .h_f_desc .desc {
  color: #e5cf1a;
  font-size: 27px;
  margin-top: 10.2px;
  margin-bottom: 12.7px;
  font-family: Dana-Medium;
}

.header .h_features .h_f_aboutus {
  color: #fff;
}

.header .h_features .h_f_aboutus h2 {
  margin-bottom: 25px;
  font-size: 27px;
  font-family: Dana-Medium;
}

.header .h_features .h_f_aboutus .paragraphs {
  margin-bottom: 65px;
  width: 883px !important;
  display: inline-block;
}

.header .h_features .h_f_aboutus p {
  font-size: 18px;
  font-family: yekan;
  text-align: right !important;
}

.header .h_features .h_f_aboutus p:not(:last-child) {
  margin-bottom: 20px;
}

.en-desc {
  direction: ltr !important;
  margin-bottom: 65px;
  width: 883px !important;
  text-align: left !important;
  display: inline-block;
  font-size: 18px;
  font-family: yekan;
}

@media (max-width: 991px) {
  .en-desc,
  .header .h_features .h_f_aboutus .paragraphs {
    width: 100% !important;
    display: block;
  }
}

.header .h_features .h_f_aboutus .h_f_aboutus_imgs img {
  display: inline-block;
}

.header .h_features .h_f_aboutus .h_f_aboutus_imgs img:not(:last-child) {
  margin-left: 75.4px;
}

@media (max-width: 767px) {
  .header .h_features .h_f_aboutus .h_f_aboutus_imgs img {
    width: 91px;
    height: 21px;
  }
  .header .h_features .h_f_aboutus .h_f_aboutus_imgs img:not(:last-child) {
    margin-left: 13.7px;
  }
}

/* end header */

/* start contact us */
.contact_us {
  padding-top: 100px;
  /*padding-bottom: 323px;*/
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .contact_us {
    padding-top: 0;
    text-align: center;
    padding-bottom: 114px;
  }
}
.contact_us .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}
.contact_us .cu_map iframe {
  width: 100%;
  height: 100%;
}
.contact_us .cu_desc .h_f {
  font-size: 32px;
  font-family: Dana-DemiBold;
  color: #e5cf1a;
  margin: -16px 38px 37px 0;
}
.contact_us_mobile {
  display: none;
}
@media (max-width: 767px) {
  .contact_us_desktop {
    display: none;
  }
  .contact_us .cu_desc .h_f {
    margin-top: 0;
  }
}

.contact_us .cu_desc .s_p,
.contact_us .cu_desc .p_s_n,
.contact_us .cu_desc .email {
  color: #fff;
  margin-right: 71px !important;
  font-family: Dana-DemiBold;
}
@media (max-width: 767px) {
  .contact_us .cu_desc .s_p,
  .contact_us .cu_desc .p_s_n,
  .contact_us .cu_desc .email,
  .contact_us .cu_desc .h_f {
    margin-right: 0 !important;
  }
}
.contact_us .cu_desc .s_p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 10px;
}
.contact_us .cu_desc .p_s_n {
  font-size: 21px;
  margin-bottom: 50px;
}
.contact_us .cu_desc .p_s_n span:first-child {
  margin-left: 20px;
}
.contact_us .cu_desc .email {
  margin-bottom: 33px;
  font-size: 21px;
}
@media (max-width: 767px) {
  .contact_us_mobile {
    display: block;
  }
  .contact_us_mobile .container {
    display: block;
  }
  .contact_us_mobile .cu_desc_one .h_f {
    font-size: 25px;
    font-family: Dana-Medium;
    color: #e5cf1a;
    margin-bottom: 19px;
  }
  .contact_us_mobile .cu_desc_one .s_p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    width: 307px;
    display: inline-block;
    text-align: center;
    font-family: yekan;
    margin-bottom: 10px;
  }
  .contact_us_mobile .cu_desc_one .p_s_n {
    margin-bottom: 43px;
    line-height: 35px;
  }
  .contact_us_mobile .cu_desc_one .p_s_n span {
    display: block;
    font-size: 27px;
    font-family: Dana-DemiBold;
    color: #fff;
  }
  .contact_us_mobile .cu_desc_one .email {
    color: #fff;
    font-family: Dana-DemiBold;
    font-size: 20px;
    margin-bottom: 80px;
  }
  .contact_us_mobile .cu_map {
    height: 217px;
    margin-bottom: 42px;
  }
  .contact_us_mobile .cu_map iframe {
    border-radius: 15px;
  }
}
/* end contact us */

/* start footer */
.footer {
  /*padding-bottom: 190px;*/
  padding-bottom: 100px;
  overflow: hidden;
  font-family: Dana-DemiBold;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 114px;
  }
  .footer .ft_all,
  .footer .ft_logos .ft_logos_icons {
    text-align: center;
    display: block !important;
  }
  .footer .ft_all ul {
    display: grid !important;
  }
}

.footer .ft_logos .ft_logos_icons {
  margin-top: 61.4px;
  display: flex;
}

.footer .ft_logos .ft_logos_icons a:not(:last-child) {
  margin-left: 10px;
}

.footer .ft_all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer ul li:not(:last-child) {
  margin-bottom: 22px;
}

.footer .ft_lsOne li a,
.footer .ft_lsTwo li a {
  color: #fff;
  font-size: 18px;
}

/* end footer */

/* start footer copyright */

.ft_copyright {
  display: flex;
}

.ft_copyright img {
  margin-left: 140px;
  margin-right: 16.2px;
}

@media (max-width: 767px) {
  .ft_copyright img {
    margin-left: 0 !important;
  }
}
.ft_copyright .ft_cp_desc {
  padding: 28px 0 0 0;
}

.ft_copyright .ft_cp_desc p:first-child {
  margin-bottom: 2px;
}

.ft_copyright .ft_cp_desc p {
  font-size: 12px;
  color: #fff;
  font-family: Dana-Medium;
}

/* end footer copright */

/* start grid system */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Small */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
/* Medium */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
/* Large */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* end grid system */
