@font-face {
  font-family: "GeMedium";
  src: url("../Fonts/GE_SS_TWO_MEDIUM.OTF");
}
@font-face {
  font-family: "GeBold";
  src: url("../Fonts/GE_SS_TWO_BOLD.OTF");
}
@font-face {
  font-family: "GeLight";
  src: url("../Fonts/GE_SS_TWO_LIGHT.OTF");
}
@font-face {
  font-family: "LatoBold";
  src: url("../Fonts/LATO-BOLD.TTF");
}
body{
  direction: rtl;
  overflow-x: hidden;
  font-family: GeLight;
}
.weekly-news{
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  box-shadow: inset 0px -63px 46px -3px #fff, inset 0px 20px 128px -10px #fff
}
.weekly-news h1,.weekly-news h2,.weekly-news h3{
  font-family: GeBold;
}
.weekly-news h1{
  color: #d21d44;
  text-align: center;
    margin: auto;
    font-size: 50px;
    padding-top: 40px;
    font-weight: bolder;
    line-height: 1;
}
.weekly-news .project{
  background: #d21d44;
  width: 340px;
  right: 0%;
  position: relative;
    margin-top: 10px;
    text-align: center;
    padding: 10px 0;
    border-radius: 130px 0 0 0;
}
.weekly-news .project p,.weekly-news .project h2{
  color: #fff
}
.weekly-news .project p{
  margin: 0;
  font-size: 19px;
}
 .weekly-news .project h2{
  margin: 0;
  font-size: 30px;
}
.weekly-news .mohtade{
  position: relative;
  margin: 50px auto;
  text-align: center
}
.weekly-news .mohtade .mohtade-circle{
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.56);
  border: 20px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: auto;
  box-shadow: inset 0px 10px 0px 0px #d21d44, 0px 14px 0px -5px #d21d44
}
.weekly-news .mohtade .mohtade-circle h2{
  color: #d21d44;
  font-size: 10rem;
  font-family: LatoBold;
  line-height: 1.6;
    font-weight: 800;
}

.weekly-news .mohtade .mohtade-title{
  background: #fff;
  color: #d21d44;
  border-bottom: 5px solid #d21d44;
  font-family: GeLight;
  font-size: 26px;
  position: absolute;
  bottom: -4px;
  right: 39%;
  width: 304px;
    border-radius: 33px 0;

}
.weekly-news .dateTime{
  left: auto;
  right: calc(100% - 336px);;
  border-radius: 0 0 130px 0;
  width: 336px;
  height: auto;
}
.weekly-news .dateTime p{
  font-size: 20px;
  line-height: 1
}
.weekly-news .logo-footer{
  text-align: center;
  position: relative;
  top: 66px;
  margin-bottom: 22px

}
.logo-footer img{
  width: 150px
}

.slim-navbar .sub-item .sub-with-sub::after,
.slim-navbar .nav-item.with-sub > a::after{
  content: '\f124';
  font-family: "Ionicons";
  font-size: 10px;
  top: 9px;
  right: 20px;
  color: #adb5bd;
}
.weekly-news .slim-navbar{
  width: 500px;
  float: left;
  padding: 0


}
.weekly-news .slim-navbar .nav-link span:not(.square-8){
  margin: 0 10px;
}
.main-nav .logo{
  float: right;
  margin-right: 30px;
  max-height : 170px;
}
.weekly-news .main-nav {
  padding-top: 15px
}
.weekly-news .slim-navbar{
  width: 100%;
  float: left;
  padding: 0;
  border: 0;
  background: none
}
.slim-navbar .nav{
  background: none
}
@media(max-width: 767px) {
  .main-nav .logo{
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .weekly-news .main-nav .col-md-8{
    text-align: center
  }
  .weekly-news .slim-navbar .nav-link span:not(.square-8){
    display: block
  }
  .weekly-news .slim-navbar{
    width: 100%;
    margin-top: 0px;
    float: none;
}
  .weekly-news h1{
    margin-top: 2vh;
  }
  .weekly-news .project{
    width: 247px;
    margin-top: 47px;
  }
  .weekly-news .project h2{
    font-size: 21px;
  }
  .weekly-news .project p{
    font-size: 16px;
  }
  .weekly-news .mohtade{
    margin: 34px auto;
  }
  .weekly-news .mohtade .mohtade-circle{
    width: 160px;
    height: 160px;
  }
  .weekly-news .mohtade .mohtade-circle h2{
    font-size: 4rem;
    line-height: 1.8;
  }
  .weekly-news .mohtade .mohtade-title{
    bottom: 0px;
    right: 15%;
    width: 254px;
    font-size: 26px;
  }
  .weekly-news .dateTime{
    width: 290px;
    right: calc(100% - 290px);
  }
}
@media (min-width: 767px) and (max-width: 991px)  {
.weekly-news .slim-navbar .nav-link span:not(.square-8){
  display: block
}
.weekly-news .slim-navbar{
  width: 100%;
  margin-top: 0px;
  float: none;
  }
}
