/*@font-face {*/
/*    font-family: 'Futura';*/
/*    src: url('../fonts/en/Futura-Medium-BT.ttf') format('truetype'); !* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ *!*/
/*}*/
/*body {*/
/*    font-family: "Futura", sans-serif !important;*/
/*}*/
:root {
  --primary: #a0bd3f;
  --grey: #878789;
  --black: black;
  --lgrey: #f1f1f1;
  --dgreen: #4e6552;
  --lgreen: #ebf0d5;
  --textgreen: #334030;
  --bigTitles: 4.9vw;
  --titles: 35px;
  --num: 23px;
  --sub-titles: 22px;
  --para: 20.4px;
  --para2: 25px;
  --sm2: 17px;
  --sm: 12px;
}
@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("../fonts/ar/BAHIJ_THESANSARABIC-EXTRALIGHT-1.TTF")
    format("truetype"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  font-family: "Bahij TheSansArabic", sans-serif !important;
}
.line-red {
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-left: -30px;
  margin-right: 14px;
  background: var(--primary);
}
.home_features {
  overflow: hidden;
}
.home_features .home_animation {
  position: relative;
  margin-right: 5px;
}
@media (min-width: 400px) {
  .home_features .home_animation {
    margin-right: 40px;
    width: 78%;
  }
}
.home_features .home_animation .main {
  width: 100%;
}
.home_features .home_animation .top {
  position: absolute;
  z-index: 2;
}
.home_features .home_animation .right {
  position: absolute;
  z-index: 2;
}
.home_features .home_animation .bottom {
  position: absolute;
  z-index: 2;
}
.home_features .home_animation.v1 .top {
  top: -24%;
  left: 18%;
  width: 29%;
  box-shadow: 6px 6px 45px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .home_features .home_animation.v1 .top {
    top: -13%;
    width: 23%;
  }
}
.home_features .home_animation.v1 .bottom {
  right: 5%;
  bottom: -19%;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
  width: 60%;
}
@media (min-width: 992px) {
  .home_features .home_animation.v1 .bottom {
    width: 64%;
  }
}
.home_features .home_animation.v1 .icons_wr {
  top: 8%;
  right: -15px;
}
@media (min-width: 400px) {
  .home_features .home_animation.v1 .icons_wr {
    right: -40px;
  }
}
@media (min-width: 992px) {
  .home_features .home_animation.v1 .icons_wr {
    right: -55px;
  }
}
@media (min-width: 1100px) {
  .home_features .home_animation.v1 .icons_wr {
    right: -85px;
  }
}
.home_features
  .home_animation.v1
  .icons_wr
  .icon_item:nth-child(1)
  .icon_item_img {
    background: var(--dgreen);
  }
.home_features .home_animation.v1 .icons_wr .icon_item  .icon_item_img {
  background: var(--dgreen);
}
.home_features
  .home_animation.v1
  .icons_wr
  .icon_item:nth-child(2)
  .icon_item_img {
    background: var(--dgreen);
  }
.home_features
  .home_animation.v1
  .icons_wr
  .icon_item:nth-child(3)
  .icon_item_img {
    background: var(--dgreen);
  }
.home_features
  .home_animation.v1
  .icons_wr
  .icon_item:nth-child(3)
  .icon_item_img
  picture {
  left: 5px;
  right: 3px;
  top: 3px;
  bottom: 5px;
}
@media (min-width: 992px) {
  .home_features
    .home_animation.v1
    .icons_wr
    .icon_item:nth-child(3)
    .icon_item_img
    picture {
    left: 12px;
    right: 3px;
    top: 6px;
    bottom: 13px;
  }
}
.home_features .home_animation.v2 .top {
  top: -25%;
  left: 20%;
  width: 56%;
  height: 40%;
}
.home_features .home_animation.v2 .top picture {
  filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.2));
}
.home_features .home_animation.v2 .top picture img {
  object-position: left bottom;
}
.home_features .home_animation.v2 .top video {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 25%;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.home_features .home_animation.v2 .bottom {
  left: 45%;
  bottom: -15%;
  border-radius: 5px;
  filter: drop-shadow(2.67px 2.67px 30.038px rgba(0, 0, 0, 0.2));
  width: 23%;
}
@media (min-width: 992px) {
  .home_features .home_animation.v2 .bottom {
    width: 20%;
  }
}
.home_features .home_animation.v2 .bottom .animated_number_wr {
  font-family: Inter, serif;
  position: absolute;
  top: 38%;
  left: 8%;
}
@media (min-width: 992px) {
  .home_features .home_animation.v2 .bottom .animated_number_wr {
    font-size: 14px;
  }
}
.home_features .home_animation.v2 .icons_wr {
  top: 18%;
  right: -15px;
}
@media (min-width: 400px) {
  .home_features .home_animation.v2 .icons_wr {
    right: -40px;
  }
}
@media (min-width: 992px) {
  .home_features .home_animation.v2 .icons_wr {
    right: -55px;
  }
}
@media (min-width: 1100px) {
  .home_features .home_animation.v2 .icons_wr {
    right: -85px;
  }
}
.home_features
  .home_animation.v2
  .icons_wr
  .icon_item:nth-child(1)
  .icon_item_img {
  background: #4805ce;
}
.home_features
  .home_animation.v2
  .icons_wr
  .icon_item:nth-child(2)
  .icon_item_img {
  background: #7654ff;
}
.home_features
  .home_animation.v2
  .icons_wr
  .icon_item:nth-child(3)
  .icon_item_img {
  background: #883fff;
}
.home_features .home_animation.v3 .top {
  top: -67px;
  left: 12%;
  width: 45%;
  height: 25%;
}
.home_features .home_animation.v3 .top picture {
  filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.2));
}
.home_features .home_animation.v3 .top picture img {
  object-position: left bottom;
}
.home_features .home_animation.v3 .animated_number_wr {
  font-family: Poppins, serif;
  position: absolute;
  top: 44%;
  z-index: 5;
}
.home_features .home_animation.v3 .animated_number_wr:nth-child(1) {
  left: 35%;
}
.home_features .home_animation.v3 .animated_number_wr:nth-child(2) {
  left: 75%;
}
.home_features .home_animation.v3 .icons_wr {
  bottom: -99px;
  right: -15px;
}
@media (min-width: 400px) {
  .home_features .home_animation.v3 .icons_wr {
    right: -40px;
  }
}
@media (min-width: 992px) {
  .home_features .home_animation.v3 .icons_wr {
    right: -55px;
  }
}
@media (min-width: 1100px) {
  .home_features .home_animation.v3 .icons_wr {
    right: -85px;
  }
}
.home_features .home_animation.v3 .icons_wr .icon_item .icon_item_img {
  background: var(--dgreen);
}
.home_features .home_animation .block {
  color: #fdfdfd;
  text-align: center;
}
.home_features .home_animation .icons_wr {
  position: absolute;
  z-index: 1;
}
.home_features .home_animation .icons_wr .icon_item {
  display: flex;
  align-items: center;
  width: 99px;
  height: 31px;
}
@media (min-width: 992px) {
  .home_features .home_animation .icons_wr .icon_item {
    width: 190px;
    height: 51px;
  }
}
.home_features .home_animation .icons_wr .icon_item .icon_item_img {
  height: 100%;
  width: 0;
  display: block;
  transition: all ease 1.5s;
  transform: translate(-37px, 0);
  border-radius: 3px 0 0 3px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.home_features .home_animation .icons_wr .icon_item .icon_item_img picture {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
@media (min-width: 992px) {
  .home_features .home_animation .icons_wr .icon_item .icon_item_img {
    transform: translate(-51px, 0);
  }
  .home_features .home_animation .icons_wr .icon_item .icon_item_img picture {
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
  }
}
.home_features .home_animation .icons_wr .icon_item .icon_item_img.animated {
  transform: translate(0, 0);
  width: 37px;
  opacity: 1;
}
@media (min-width: 992px) {
  .home_features .home_animation .icons_wr .icon_item .icon_item_img.animated {
    width: 51px;
  }
}
.home_features .home_animation .icons_wr .icon_item:nth-last-child(n + 2) {
  margin-bottom: 5px;
}
.home_features .home_animation .icons_wr .icon_item .icon_item_txt {
  border-radius: 0 3px 3px 0;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  background: var(--lgreen);
  backdrop-filter: blur(9.1946964264px);
  box-shadow: 0 2px 31px 0 rgba(0, 0, 0, 0.32);
  transform: translate(-37px, 0);
  position: relative;
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5px;
  z-index: 5;
  transition: all ease 1.5s;
  opacity: 0;
}
@media (min-width: 992px) {
  .home_features .home_animation .icons_wr .icon_item .icon_item_txt {
    padding-left: 15px;
    font-size: 14px;
    transform: translate(-51px, 0);
  }
}
.home_features .home_animation .icons_wr .icon_item .icon_item_txt.animated {
  transform: translate(0, 0);
  opacity: 1;
  width: 62px;
}
@media (min-width: 992px) {
  .home_features .home_animation .icons_wr .icon_item .icon_item_txt.animated {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .home_features .home_animation .icons_wr .icon_item .icon_item_txt.animated {
    width: 137px;
  }
}

.home_features .slide .img_wrap {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 40px;
}
@media (min-width: 480px) {
  .home_features .slide .img_wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .home_features .slide .img_wrap {
    padding: 0 40px 0 0;
    margin-top: 0;
  }
}
@media (max-width: 1500px) {
  .home_features .slide .img_wrap video {
    max-width: 100%;
  }
}
.home_features .slide .img_wrap picture img {
  width: 100%;
}

/*home animations for desktop start*/
@media (min-width: 992px) {
  body.home {
    overflow: unset;
  }

  .home_features .position-sticky {
    position: relative;
  }
  .img_wrap {
    opacity: 1;
    transition: all ease 1s;
    position: absolute;
    top: 95px;
    left: 15px;
  }
  .img_wrap.animated.active {
    opacity: 1;
    transition: all ease 1s;
  }
}

.contain_image > img {
  -o-object-fit: contain;
  object-fit: contain;
}
.contain_image > img,
.cover_image > img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  padding: 9px;
}
.float {
  position: fixed;
  width: 2rem;
  height: auto;
  top: 15rem;
  left: 0;
  background-color: #25d366;
  color: #fff;
  border-radius: 5px 0 0 5px;
  text-align: center;
  font-size: 27px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 223;
}
.float:hover {
  background-color: var(--dgreen);
  color: #fff !important;
}
.my-float {
  margin-top: 14px;
}
.float span {
  font-size: 19px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
.numbers {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -44px;
  font-size: 73px;
  margin-left: 9px;
  font-weight: bolder;
  color: var(--primary);
}
/* ..................new................ */
.banner-heading {
  font-size: 44pt !important;
}
@media (max-width: 1200px) {
  .banner-heading {
    font-size: 40pt !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .banner-heading {
    font-size: 29pt !important;
  }
}
@media (max-width: 992px) {
  .banner-heading {
    font-size: 29pt !important;
  }
}
@media (max-width: 768px) {
  .banner-heading {
    font-size: 25pt !important;
    line-height: 2!important;
  }
}
 