:root{
    --main-color : #00A576;
    --bacground-qaybo : #F6F9FE;
    --Font-color :  #707070;
    --fonts : #FFFFFF;
    --ciwaano : #000000;
}

@font-face {
  font-family: "nooca_farta";
  src: url(/Fonts/noto-naskh-arabic-v18-arabic-regular.ttf);
}

html{
  scroll-behavior: smooth;
}


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.haye,
.xajiye{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}



.home_page{
  width: 100%;
  height: 100%;
  background-image: url(/images/welcome-bg.jpg);
  background-size: cover;
}


/*-------------------b navbarka sare --------------------*/
header{
  width: 100%;
  height: 85px;
  background-color: #00A576;
  position: relative;
}

header .haye{
  height: 100%;
}



header.active{
  z-index: 50;
  background-color: var(--fonts);
  transition: 0.4s all ease-in-out;
  top: 0;
  position: fixed;
  animation-name: shaqo;
  box-shadow: 1px 7px 7px 1px #70707026;
  animation-duration: 0.30s;

}

@keyframes shaqo{
  from{
    opacity: 0;
  }

  to{
    opacity: 1;
  }

}

header .navbar_deskop{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;

}

header .logo{
  width: 10%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
}

header .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo a img {
  width: 90px;
  height: 90px;
}

header .nav_links{
  width: 85%;
  height: 70px;
  z-index: 101 !important;
}

header .nav_links > ul{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
}

header .nav_links > ul > li {
  width: 15%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

header .nav_links > ul > li > a {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  color: var(--fonts);
  font-family: "nooca_farta";
  text-decoration: none;
  font-size: 18px;
}

header .nav_links > ul  > li > a ion-icon.icon_a{
  font-size: 22px;
  color: var(--fonts);
  transition: all 0.5s ease-in-out;
}

header .nav_links > ul > li > a ion-icon.icon_a:hover{
  transform: rotate(150deg);
}

header .nav_links > ul > li > a ion-icon{
  font-size: 14px;
  transition: all 0.4s;
}



/*------------------- dropdawn nav_bar ------------------------*/
.over_nav{
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  visibility: hidden;
}

.over_nav.active{
  visibility: visible;
}
.nav_drop,
.nav_drop2{
  width: 240px;
  height: 335px;
  background-color: var(--fonts);
  position: absolute;
  top: 72px;
  left: 38%;
  right: 0;
  bottom: 0;
  z-index: 101;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transform: translate(0px,20px);
  transition: 0.4s all ease-in-out;
  border-bottom: solid 2px var(--main-color);
}

.nav_drop2{
  top: 74px;
  height: 150px;
  z-index: 105;
  left: 70%;
}

.nav_drop.active{
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  transform: translate(0px,0px);
}

.nav_drop2.active{
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  transform: translate(0px,0px);
}


@keyframes drop_animate{
  form{
    opacity: 0;
    transform: translate(0px,20px);
  }

  to{
    opacity: 1;
    transform: translate(0px,0px);
  }
}

.nav_drop::after,.nav_drop2::after{
  content: "";
  top: -29px;
  left: 10px;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid 15px transparent;
  border-top-color: transparent;
  border-bottom-color: var(--fonts);
  border-left-color: transparent;
  border-right-color: transparent;
}

.nav_drop2::after{
  top: -27px;
  left: 102px;
  right: 0;
  bottom: 0;
}

.nav_drop ul,
.nav_drop2 ul{
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.nav_drop ul li,.nav_drop2 ul li {
  width: 95%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  margin-top: 2%;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.nav_drop ul li:hover,.nav_drop2 ul li:hover{
  background-color: var(--main-color);

}

.nav_drop ul li:hover a,.nav_drop2 ul li:hover a{
  color: var(--fonts);
  font-weight: normal;
}

.nav_drop ul li:hover a span,.nav_drop2 ul li:hover a span{
  background-color: var(--ciwaano);
}

.nav_drop ul li a,.nav_drop2 ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap row;
  padding-left: 5%;
  font-size: 17px;
  color: var(--ciwaano);
  font-family: "nooca_farta";
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
}

.nav_drop ul li a,.nav_drop2 ul li a ion-icon{
  padding-right: 3%;
}


.nav_drop ul li a span,.nav_drop2 ul li a span{
  position: absolute;
  top: 13px;
  right: 12%;
  bottom: 0;
  background-color: #E7035B;
  width: 60px;
  height: 25px;
  border-radius: 15px;
  color: var(--fonts);
  font-size: 13px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  text-transform: capitalize;
}


/*------------------------section bluuga --------------------*/

/*----miobile nav -------------*/
.over_nav_mobilbe{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fffffffa;
  z-index: 99;
  visibility: hidden;
  transform: translate(-1012px,0px);
  transition: all 0.4s linear;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: wrap column;
}

.over_nav_mobilbe .nav_ofarite{
  width: 75%;
  height: 100vh;
  background-color: var(--fonts);
  box-shadow:-7px 1px 12px 8px #70707038;
  overflow: hidden;
  overflow-y: auto;
}

.over_nav_mobilbe .nav_ofarite .nav{
  width: 100%;
  background-color: var(--fonts);
  z-index: 20;
  overflow: hidden;
  padding-bottom: 15%;
}

.over_nav_mobilbe .nav .close{
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: wrap column;
  align-self: center;
}

.over_nav_mobilbe .nav .close ion-icon.close_nav{
  padding-right: 10%;
  color: var(--Font-color);
  font-size: 1.50em;
  cursor: pointer;
}

.over_nav_mobilbe .nav  ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: wrap column;
}

.over_nav_mobilbe .nav ul li {
  width: 80%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: wrap column;
  margin-top: 2%;
  border-bottom: solid 1px #70707057;
  position: relative;
}
.over_nav_mobilbe .nav ul li a{
  text-decoration: none;
  color: var(--Font-color);
  font-size: 19px;
  font-family: "nooca_farta";
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: nowrap row;
}

.over_nav_mobilbe .nav  ul .inside_nav{
  width: 100%;
  height: 0%;
  background-color: #ddddddfa;
  display: none;
  position: relative;
}

.over_nav_mobilbe .nav  ul .inside_nav.active{
  display: block;
}

.over_nav_mobilbe .nav  ul .inside_nav.ar_sidde.active{
  display: block;
}

.over_nav_mobilbe .nav  ul .inside_nav.active ul li a span{
  position: absolute;
  top: 13px;
  right: 12%;
  bottom: 0;
  background-color: #E7035B;
  width: 60px;
  height: 25px;
  border-radius: 15px;
  color: var(--fonts);
  font-size: 13px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  text-transform: capitalize;
}

.over_nav_mobilbe.active{
  visibility: visible;
  transform: translate(0px,0px);
}
.nav_mobile{
  width: 80%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-end;
  flex-flow: wrap column;
}

.toggle_nav{
  width: 20%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  font-size: 3.50em;
  color: var(--fonts);
}

.toggle_nav ion-icon{
  cursor: pointer;
}


/* .nav_arrow:hover .nav_arrow_icon{
  transform: rotate(270deg);
} */

.home_page .welcoming{
  width: 100%;
  height: 100%;
  background-color: #00A576;
  position: relative;
}
.home_page .welcoming .haye .qaybo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-flow: wrap row;
  z-index: 2;
}
.home_page .welcoming .haye .qaybo .qayb{
  width: calc(100% / 2);
  height: 700px;
}

.home_page .welcoming .haye .qaybo .qayb.qoraal{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka h2 {
  color: var(--fonts);
  font-size: 3.50rem;
  font-weight: bold;
  margin-bottom: 3%;
  margin-top: 13%;
  font-family: "nooca_farta";
}

.home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka p{
  color: var(--fonts);
  font-family: "nooca_farta";
  font-size: 20px;
  line-height: 30px;

}

.home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka .stroes{
  width: 95%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  margin: 10% 0;
}
.home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka .stroes .store{
  width: calc(100% / 2);
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap row;
}

.home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka .stroes .store img{
  width: 80%;
  height: auto;
}

.home_page .welcoming .haye .qaybo .qayb.qayba_sawirka{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap column;
  overflow: hidden;
}


.home_page .welcoming .haye .qaybo .qayb.qayba_sawirka img {
  width: 55%;
  height: 85%;
  z-index: 10;
  margin-top: 8%;
}
.s_m{
  transform: translate(150%,0px);
  opacity: 0;
}

.s_m.active{
  transform: translate(0px,0px);
  opacity: 1;
  animation-name: dhaqaaq_img;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.wave{
  width: 100%;
  height: 260px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/images/www.svg);
  background-size: cover;
  z-index: 0;
}

@keyframes dhaqaaq_img {
  from{    
    transform: translate(150%,0px);
    opacity: 0;
  }  

  to{
    transform: translate(0px,0px);
    opacity: 1;
  }
}
/*-------------------dh navbarka sare --------------------*/

.tibs{
  width: 100%;
  height: 100%;
  margin-bottom: 3%;
  margin-top: 3%;
  z-index: 10;
  margin: 10% 0;
}

.tibs .site_tips{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(1,1fr);
  column-gap: 5%;
}

.tibs .site_tips .tip{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  border-right: 2px #7070704f solid;
}

.tibs .site_tips .tip h2{
  color: var(--main-color);
  font-size: 48px;
  font-weight: bolder;
  font-family: "nooca_farta";
}

.tibs .site_tips .tip p{
  font-size: 17px;
  color: var(--ciwaano);
  font-family: "nooca_farta";
}

/*----------------- bilowga adeegyo app -------------*/
.adeegyo{
  width: 100%;
  height: 100%;
  margin-top: 3%;
  margin-bottom: 3%;
  position: relative;
  margin: 14% 0px;
}

.adeegyo .dhamaan_adeegyo{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;

}

.adeegyo .dhamaan_adeegyo .ciwaa_asal{
  width: 20%;
  height: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  font-family: "nooca_farta";
  box-shadow: 0px 0px 3px 3px #70707012;
  padding: 1%;
  border-radius: 85px;
  font-size: 12px;
}

.adeegyo .dhamaan_adeegyo .ciwaa_asal h2 span{
  color: var(--main-color);
  text-transform: capitalize;
}

.adeegyo .dhamaan_adeegyo .qoraal{
  width: 50%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.adeegyo .dhamaan_adeegyo .qoraal_in h2{
  margin-top: 2%;
  font-family: "nooca_farta";
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.adeegyo .dhamaan_adeegyo .qoraal_in h2::before{
  content: "";
  width: 9%;
  height: 4%;
  top: 111%;
  left: 47%;
  right: 0;
  bottom: 0;
  background-color: var(--main-color);
  position: absolute;
}

.adeegyo .dhamaan_adeegyo .qoraal_in p{
  font-size: 19px;
  font-weight: normal;
  font-family: "nooca_farta";
  padding: 3%;
  text-align: center;
  color: var(--Font-color);
  line-height: 30px;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka{
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
  overflow: hidden;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app{
  width: calc(90% / 3);
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  box-shadow: 0px 0px 7px 7px #70707012;
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 5%;
  margin-top: 5%;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app:nth-child(1){
  transform: translate(-486px, 0px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}


.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app:nth-child(2){
  transform: translate(0px, 332px);
  transition: all 0.80s ease-in-out;
  opacity: 0;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app:nth-child(3){
  transform: translate(485px, 0px);
  transition: all 0.80s ease-in-out;
  opacity: 0;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app.active{
  transform: translate(0px, 0px);
  opacity: 1;
  transition: all 0.80s ease-in-out;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app:hover{
  transform: translate(0px, -15px);
  transition: all 0.4s;
  box-shadow:   0px 0px 8px 9px #70707012;

}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app .q_icon{
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  font-size: 4rem;
  font-weight: normal;
  margin: 5% 0;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app:nth-child(1) .q_icon ion-icon{
  color: #0a82f3;
}
.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app:nth-child(2) .q_icon ion-icon{
  color: #e7035b;
}
.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app:nth-child(3) .q_icon ion-icon{
  color: var(--main-color);
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app .qoraal{
  width: 85%;
  height:  70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap column;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app .qoraal p{
  font-size: 18px;
  color: var(--Font-color);
  padding: 3% 1%;
  text-align: center;
  font-family: "nooca_farta";
  line-height: 30px;
}

.adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app .qoraal h2{
  font-size: 20px;
  font-weight: bolder;
  color: var(--ciwaano);
  font-family: "nooca_farta";
  text-transform: capitalize;
}


/*--------------------mobile_itames sction ------------------------*/
.mobile_itames{
  width: 100%;
  height: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  background-color: #F6F9FE;
}

.mobile_itames .laba_qaybood{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  margin-bottom: 5%;
}

.mobile_itames .laba_qaybood .qayb.qodobo{
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
}

.mobile_itames .laba_qaybood .qayb.qodobo h2{
  display: block;
  font-size: 2.50em;
  font-family: "nooca_farta";
  padding: 1%;
  margin-left: 3%;
  font-weight: bold;
  text-transform: capitalize;
}

.mobile_itames .laba_qaybood .qayb.qodobo .qodob{
  width: 100%;
  height: calc(40% / 4);
  /* background-color: #0a82f3; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
}

.mobile_itames .laba_qaybood .qayb.qodobo .qodob .icon_qo{
  width: 10%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  font-size: 2em;
  color: var(--main-color);
  background-color: var(--fonts);
  border-radius: 5px;
  box-shadow: 1px 1px 8px 0px #7070704a;
  /* border-bottom: solid 2px var(--main-color); */
}

.mobile_itames .laba_qaybood .qayb.qodobo .qodob .qoraal_qo{
  width: 80%;
  height: 100%;
  padding: 3%;
}

.mobile_itames .laba_qaybood .qayb.qodobo .qodob .qoraal_qo p{
  color: var(--Font-color);
  font-family: "nooca_farta";
  font-size: 17px;
  line-height: 30px;
  text-transform: capitalize;
}
.mobile_itames .laba_qaybood .qayb.qodobo button{
  width: 30%;
  height: 55px;
  background-color: var(--main-color);
  color: var(--fonts);
  align-self: flex-start;
  border: none;
  outline-style: none;
  font-size: 19px;
  font-family: "nooca_farta";
  margin-left: 2%;
  margin: 10% 0;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  text-transform: capitalize;
  transition: all 0.4s;
}

.mobile_itames .laba_qaybood .qayb.qodobo button:hover{
  background-color: var(--fonts);
  border: solid 1px var(--main-color);
  color: var(--main-color);

}
.mobile_itames .laba_qaybood .qayb.sawirka{
  width: 40%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.mobile_itames .laba_qaybood .qayb.sawirka img {
  width: 73%;
  height: 69%;
}


/*--------------------qayba labaad ------------------------*/
.mobile_itames.labaad{
  background-color: var(--fonts);
}

.mobile_itames.labaad .laba_qaybood{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
}

.mobile_itames.labaad .laba_qaybood .qayb.qodobo{
  width: 50%;
  height: 100%;
}

.mobile_itames.labaad  .laba_qaybood .qayb.sawirka img {
  width: 96%;
  height: 59%;
}



.mobile_itames.labaad .laba_qaybood .qayb.sawirka{
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.mobile_itames.labaad .laba_qaybood .qayb.qodobo .qodob .icon_qo{
  width: 5%;
  height: 60%;
  font-size: 1.50em;
  font-weight: bolder;
  color: var(--main-color);
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px #7070704a;
  /* border-bottom: solid 2px var(--main-color); */
}

.mobile_itames.labaad  .laba_qaybood .qayb.qodobo .qodob{
  height: calc(50% / 5);
}

.mobile_itames.labaad .laba_qaybood .qayb.qodobo .qodob .qoraal_qo{
  width: 90%;
  height: 100%;
  padding: 3%;
}

.mobile_itames.labaad .laba_qaybood .qayb.qodobo .qodob .qoraal_qo.gaar{
  align-self: flex-start;
}

.mobile_itames.labaad  .laba_qaybood .qayb.qodobo .icons_tab_mobile{
  width: 50%;
  height: 55px;
  align-self: flex-start;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
  margin: 10% 0;

}

.mobile_itames.labaad  .laba_qaybood .qayb.qodobo .icons_tab_mobile div {
  width: calc(80% / 3);
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 8px 0px #7070704a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}
.mobile_itames.labaad  .laba_qaybood .qayb.qodobo .icons_tab_mobile div ion-icon{
  font-size: 2em;
  color: var(--main-color);

}

.mobile_itames.labaad .laba_qaybood .qayb.qodobo h2{
  font-size: 3em;
  line-height: 65px;

}

/*-----------------------------------qayb buluuga--------------------------*/
.blue_qayb{
  width: 100%;
  height: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  background-color: var(--main-color);
}

.blue_qayb .haye_labaad{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.blue_qayb .haye_labaad .qaybta_qor{
  width: 40%;
  width: 100%;
} 

.blue_qayb .haye_labaad .qaybta_qor h2 {
  padding: 4%;
  font-size: 3em;
  font-family: "nooca_farta";
  color: var(--fonts);
  text-align: center;

}

.blue_qayb .haye_labaad .qaybta_qor p{
  padding: 0% 15%;
  font-size: 19px;
  font-family: "nooca_farta";
  color: var(--fonts);
  line-height: 32px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blue_qayb .haye_labaad .cards{
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
}

.blue_qayb .haye_labaad .cards .card{
  width: calc(95% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  color: var(--fonts);
  margin: 8% 0;
}

.blue_qayb .haye_labaad .cards .card .sawir{
  width: 80%;
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  object-fit: cover;
}

.blue_qayb .haye_labaad .cards .card .sawir img{
  width: 22%;
  height: 60%;

}

.blue_qayb .haye_labaad .cards .card .qoraalo{
  width: 100%;
  height: 65%;
}
.blue_qayb .haye_labaad .cards .card .qoraalo h2{
  font-size: 20px;
  font-family: "nooca_farta";
  margin-top: 2%;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}

.blue_qayb .haye_labaad .cards .card .qoraalo p{
  font-size: 18px;
  font-family: "nooca_farta";
  text-align: center;
  padding: 2% 6%;
  line-height: 32px;
}



/*---------------------------qaybta_dhaqaaqa --------------------------*/
.qaybta_dhaqaaqa{
  width: 100%;
  height: 100%;
  background-color: var(--fonts);
  margin-top: 3%;
  margin-bottom: 3%;
}

.qaybta_dhaqaaqa .haye_hoose{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}


.qaybta_dhaqaaqa .haye_hoose .ciwaan_height{
  width: 20%;
  height: 4%;
  box-shadow: 0px 0px 4px 0px #70707047;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.qaybta_dhaqaaqa .haye_hoose .ciwaan_height h2{
  font-size: 18px;
  font-family: "nooca_farta";

}
.qaybta_dhaqaaqa .haye_hoose .ciwaan_height h2 > span{
  color: var(--main-color);
}

.qaybta_dhaqaaqa .haye_hoose .qo_ciwaan_wayn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  width: 100%;
  height: 24%;
}

.qaybta_dhaqaaqa .haye_hoose .qo_ciwaan_wayn h2{
  font-size: 3em;
  color: var(--ciwaano);
  font-family: "nooca_farta";
  font-weight: bold;
  padding: 2% 1%;
  position: relative;
}
.qaybta_dhaqaaqa .haye_hoose .qo_ciwaan_wayn h2::after{
  content: "";
  width: 15%;
  height: 2px;
  background-color: var(--main-color);
  bottom: 9px;
  left: 40%;
  position: absolute;
}

.qaybta_dhaqaaqa .haye_hoose .qo_ciwaan_wayn p{
  font-size: 18px;
  color: var(--Font-color);
  font-family: "nooca_farta";
  font-weight: bold;
  padding: 1% 18%;
  text-align: center;
}

.qaybta_dhaqaaqa .haye_hoose .slide_sawiro{
  width: 100%;
  height: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  margin-top: 5%;
  overflow: hidden;

}

.sslide{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  transform: translate(0px, 0px);
  transition: all 0.5s ease-in-out;
}

.sslide.active_salide{
  transform: translate(-297px, 0px);
}

.qaybta_dhaqaaqa .haye_hoose .slide_sawiro .slide{
  width: 260px;
  height: 100%;
  background-color: var(--main-color);
  margin-left: 15px;
  overflow: hidden;
  margin-bottom: 5%;
}

.qaybta_dhaqaaqa .haye_hoose .slide_sawiro .slide img {
  width: 100%;
  height: 100%;
}

/*--------------------------- nalaga yidhi --------------*/
.nalaga_yidhi{
  width: 100%;
  height: 100%;
  position: relative;
  margin: 3% 0;

}

.nalaga_yidhi .haye_hoose{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}


.nalaga_yidhi .haye_hoose .ciwaan_height{
  width: 20%;
  height: 35px;
  box-shadow: 0px 0px 4px 0px #70707047;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  margin-top: 3%;
  margin-bottom: 3%;
}
.nalaga_yidhi .haye_hoose .ciwaan_height h2{
  font-size: 18px;
  font-family: "nooca_farta";

}
.nalaga_yidhi .haye_hoose .ciwaan_height h2 > span{
  color: var(--main-color);
}

.nalaga_yidhi .haye_hoose .qo_ciwaan_wayn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  width: 100%;
  height: 25%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.nalaga_yidhi .haye_hoose .qo_ciwaan_wayn h2{
  font-size: 3em;
  color: var(--ciwaano);
  font-family: "nooca_farta";
  font-weight: bold;
  padding: 2% 1%;
  position: relative;
  text-align: center;
}
.nalaga_yidhi .haye_hoose .qo_ciwaan_wayn h2::after{
  content: "";
  width: 15%;
  height: 2px;
  background-color: var(--main-color);
  bottom: 9px;
  left: 40%;
  position: absolute;
}

.nalaga_yidhi .haye_hoose .qo_ciwaan_wayn p{
  font-size: 18px;
  color: var(--Font-color);
  font-family: "nooca_farta";
  font-weight: normal;
  line-height: 32px;
  padding: 1% 18%;
  text-align: center;
}

.nalaga_yidhi .haye_hoose .macaamiil{
  width: 100%;
  height: 50%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 3%;
}



.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof{
  height: 350px;
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  border-radius: 5px;
  border: solid 1px var(--bacground-qaybo);
  box-shadow: 0px 0px 8px 0px #70707054;
  transition: all 0.4s ease-in-out;
  transform: translate(0%,0%);
}
.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof:hover{
  box-shadow: 0px 0px 15px 0px #70707054;
  transform: translate(0%,-7%);
}
.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .xidigo_anqout{
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .xidigo_anqout .xidigo{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .xidigo_anqout .xidigo ion-icon{
  font-size: 25px;
  color: #e9a003;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .xidigo_anqout .qout{
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  overflow: hidden;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .xidigo_anqout .qout img {
  width: 46%;
  height: 93%;
  align-self: flex-end;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .hadalka{
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}
.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .hadalka h2{
  color: var(--main-color);
  font-size: 18px;
  align-self: flex-start;
  font-family: "nooca_farta";
  text-transform: capitalize;
  margin: 2% 7%;
  font-weight: bold;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .hadalka p{
  color: var(--Font-color);
  font-size: 17px;
  align-self: center;
  font-family: "nooca_farta";
  text-transform: capitalize;
  margin: 1% 5%;
  line-height: 30px;
}
.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo{
  width: 100%;
  height: 25%;
  background-color: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  position: relative;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo::before{
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: -42px;
  left: 55px;
  border: solid 22px #000000;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color:#ececec;

}



.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .sawir{
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .sawir .img{
  width: 60%;
  height: 85%;
  border-radius: 50%;
  overflow: hidden;
  border: solid 4px #733ae52f;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .sawir .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .shaqo_and_name{
  width: 55%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .shaqo_and_name h2{
  color: var(--main-color);
  font-size: 21px;
  align-self: center;
  font-family: "nooca_farta";
  text-transform: capitalize;
  margin: 2% 2%;
}

.nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .shaqo_and_name p{
  margin: 2% 2%;
  align-self: center;
  font-family: "nooca_farta";
  text-transform: capitalize;
  color: var(--Font-color);
  font-size: 15px;
  align-self: center;
}


/*--------------------------team----------------------------*/
.team{
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 3%;
  margin-bottom: 3%;
}

.team .haye_kel{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.team .haye_kel.qo_ciwaan_wayn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  width: 100%;
  height: 25%;
  margin-top: 4%;
  margin-bottom: 4%;
}

.team .haye_kel .qo_ciwaan_wayn h2{
  font-size: 3em;
  color: var(--ciwaano);
  font-family: "nooca_farta";
  font-weight: bold;
  padding: 2% 1%;
  position: relative;
  text-align: center;
}
.team .haye_kel .qo_ciwaan_wayn h2::after{
  content: "";
  width: 15%;
  height: 2px;
  background-color: var(--main-color);
  bottom: 9px;
  left: 40%;
  position: absolute;
}

.team .haye_kel .qo_ciwaan_wayn p{
  font-size: 18px;
  color: var(--Font-color);
  font-family: "nooca_farta";
  font-weight: normal;
  line-height: 32px;
  padding: 1% 18%;
  text-align: center;
}

.team .haye_kel .dad{
  width: 100%;
  height: 65%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
}

.team .haye_kel .dad .qof{
  width: calc(90% / 4);
  height: 250px;
  background-color: var(--bacground-qaybo);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  overflow: clip;
  position: relative;
  border: solid 0px #733ae53d;
  margin-top: 5%;
  margin-bottom: 5%;
}

.team .haye_kel .dad .qof .elps{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  border-radius: 50%;
  bottom: 0px;
  border: solid 3px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--fonts);
  font-size: 23px;
  z-index: 3;
  display: none;

}
.team .haye_kel .dad .qof img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.team .haye_kel .dad .qof .macluumaad{
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}



.team .haye_kel .dad .qof .macluumaad .job_and_name{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  width: 100%;
  height: 27%;
}

.team .haye_kel .dad .qof:hover .macluumaad {
  transform: scale(1);
}

.team .haye_kel .dad .qof .macluumaad .job_and_name h2{
  font-size: 22px;
  color: var(--fonts);
  font-family: "nooca_farta";
  font-weight: bold;
  line-height: 32px;
  padding: 0% 0%;
  text-transform: capitalize;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.team .haye_kel .dad .qof .macluumaad .job_and_name p{
  font-size: 15px;
  color: var(--fonts);
  font-family: "nooca_farta";
  font-weight: bold;
  line-height: 32px;
  padding: 2% 0%;
  text-transform: capitalize;
}

.team .haye_kel .dad .qof .macluumaad .socila_icons{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
  height: 20%;
}
.team .haye_kel .dad .qof .macluumaad ul {
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.team .haye_kel .dad .qof .macluumaad ul li {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}

.team .haye_kel .dad .qof .macluumaad ul li:hover{
  transform: scale(1.3);
}

.team .haye_kel .dad .qof .macluumaad ul li a{
  height: fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  color: var(--fonts);
  font-size: 20px;
}

/*---------------------------subscribe----------------------------*/
.subscribe{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--bacground-qaybo);
}

.subscribe .subs{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap column;
  
}

.subscribe .subs .ciwaan_height{
  width: 15%;
  height: 30%;
  box-shadow: 0px 0px 4px 0px #70707047;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  margin: 4% 0px;
}

.subscribe .subs .ciwaan_height h2{
  font-size: 18px;
  font-family: "nooca_farta";

}
.subscribe .subs .ciwaan_height h2 > span{
  color: var(--main-color);
}

.subscribe .subs .qo_ciwaan_wayn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap row;
  width: 100%;
  height: 24%;
}

.subscribe .subs .qo_ciwaan_wayn h2{
  font-size: 3em;
  color: var(--ciwaano);
  font-family: "nooca_farta";
  font-weight: bold;
  padding: 2% 1%;
  position: relative;
  text-align: center;
}
.subscribe .subs .qo_ciwaan_wayn h2::after{
  content: "";
  width: 15%;
  height: 2px;
  background-color: var(--main-color);
  bottom: 9px;
  left: 40%;
  position: absolute;
}

.subscribe .subs .qo_ciwaan_wayn p{
  font-size: 18px;
  color: var(--Font-color);
  font-family: "nooca_farta";
  font-weight: normal;
  line-height: 32px;
  padding: 1% 18%;
  text-align: center;
}

.subscribe .labaqaybood{
  width: 100%;
  height: 50%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 5%;
  margin: 10% 0;
}

.subscribe .labaqaybood .qaybta_bidix{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.subscribe .labaqaybood .qaybta_bidix .qoraal{
  width: 100%;
  height: 30%;
}

.subscribe .labaqaybood .qaybta_bidix .qoraal p{
  font-size: 18px;
  font-family: "nooca_farta";
  color: var(--Font-color);
  line-height: 32px;

}

.subscribe .labaqaybood .qaybta_bidix .icons_and_adress{
  width: 100%;
  height: 70%;
  display: grid;
  grid-template-rows: repeat(3,1fr);
  grid-template-columns: repeat(1,1fr);
  row-gap: 2%;
}

.subscribe .labaqaybood .qaybta_bidix .icons_and_adress div{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: wrap row;
  border-radius: 5px;
}

.subscribe .labaqaybood .qaybta_bidix .icons_and_adress div ion-icon{
  color: var(--fonts);
  font-size: 25px;
  align-self: center;
}
.subscribe .labaqaybood .qaybta_bidix .icons_and_adress div .icon{
  width: 10%;
  height: 55%;
  background-color: var(--main-color);
}

.subscribe .labaqaybood .qaybta_bidix .icons_and_adress div .faah{
  width: 70%;
  height: 100%;
}

.subscribe .labaqaybood .qaybta_bidix .icons_and_adress div .faah p {
  font-size: 18px;
  color: var(--Font-color);
  line-height: 30px;
  font-family: "nooca_farta";
}

.subscribe .labaqaybood .qaybta_bidix .icons_and_adress div .faah p a{
  color: var(--main-color);
}

.subscribe a{
  text-decoration: none;
}

.subscribe .labaqaybood .qaybta_midig{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;

}

.subscribe .labaqaybood .qaybta_midig form{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

.subscribe .labaqaybood .qaybta_midig input,textarea,button{
  width: 85%;
  height: 50px;
  outline: none;
  border: none;
  margin-bottom: 3%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  font-family: "nooca_farta";
  color: var(--main-color);
  caret-color: var(--main-color);
  text-transform: capitalize;
  border-radius: 4px;
  box-shadow: 0px 0px 9px 2px #a9a7a71f;
}
.subscribe .labaqaybood .qaybta_midig textarea{
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
}

.subscribe .labaqaybood .qaybta_midig button{
  cursor: pointer;
  background-color: var(--main-color);
  width: 75%;
  color: var(--fonts);
  transition: all 0.3s ease-in-out;
}
.subscribe .labaqaybood .qaybta_midig button:hover{
  border: solid 1px var(--main-color);
  background-color: var(--fonts);
  color: var(--main-color);
  font-weight: bold;
}

footer{
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 3%;
}

footer .footer01{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 7%;
}

footer .footer01 div{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: wrap column;
  height: 250px;
}
footer .footer01 div.macluumaad .mac{
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

footer .footer01 div.macluumaad .mac .sawir_logo_footer{
  height: 35%;
  width: 100%;
}

footer .footer01 div.macluumaad .mac .qoraal_footer{
  height: 60%;
  width: 100%;
}
footer .footer01 div.macluumaad img {
  width: 50px;
  height: 50px;
  align-self: flex-start;
}
footer .footer01 div.macluumaad p{
  font-size: 18px;
  color: var(--Font-color);
  line-height: 30px;
  font-family: "nooca_farta";
  padding: 2% 3%;
}

footer .footer01 div.macluumaad .socila_icons{
  width: 100%;
  height: 30%;
}

footer .footer01 div.macluumaad .socila_icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap row;
}

footer .footer01 div.macluumaad .socila_icons ul li {
  width: 30px;
  height: 30px;
  margin-left: 5%;
}

footer .footer01 div.macluumaad .socila_icons ul li a{
  text-decoration: none;
  font-size: 2em;
  color: var(--main-color);
  width: fit-content;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

footer .footer01 div.macluumaad .socila_icons ul li:hover a{
  transform: scale(1.50);
}

footer .footer01 div.links h2,div.download h2{
  font-size: 25px;
  color: var(--ciwaano);
  font-family: "nooca_farta";
  text-transform: capitalize;
  margin-bottom: 0%;
  text-transform: capitalize;
}

footer .footer01 div.links ul {
  width: 100%;
  height: 80%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
}

footer .footer01 div.links ul li {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: wrap column;
}

footer .footer01 div.links ul li a{
  width: fit-content;
  height: fit-content;
  text-decoration: none;
  font-size: 19px;
  color: var(--Font-color);
  width: fit-content;
  transform: scale(1);
  font-family: "nooca_farta";
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}

footer .footer01 div.download .stros{
  width: 100%;
  height: 65%;
}

footer .footer01 div.download .stros div{
  width: 100%;
  height: 50%;
}




footer  .footer2{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  background-color: var(--bacground-qaybo);
}

footer  .footer2 p{
  font-size: 15px;
  color: var(--main-color);
  font-family: "nooca_farta";
  font-weight: bold;
}



/*-------khaas-----------------*/
.drop_down_nav{
  width: 250px;
  height: 300px;
  background-color: var(--fonts);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap column;
  position: absolute;
  top: 80%;
  right: 39%;
}

.drop_down_nav::before{
  content: "";
  width: 20px;
  background-color: var(--fonts);
  height: 20px;
  top: -5%;
  left: 9px;
  right: 0;
  bottom: auto;
  position: absolute;
}
/*---- media hore--------*/

/*---// Large devices (shaashado desktop, 992px and up)----*/
@media (min-width: 1024px) {
  .haye {
    max-width: 1135px;
  }

  .drop2 .nav_drop2::after {
    left: 29%;
  }
}


@media (max-width: 992px) {
  .haye {
    max-width: 690px;
  }

  .drop2 .nav_drop2::after {
    left: 39%;
  }

  .home_page .welcoming .haye .qaybo .qayb{
    width: calc(100% / 2);
    height: 785px;
  }
  .home_page .welcoming .haye .qaybo{
    margin-bottom: 12%;
  }
  .home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka h2{
    font-size: 3.50rem;
  }
  .adeegyo .dhamaan_adeegyo .ciwaa_asal{
    width: 30%;
  }

  .adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app{
    width: calc(91% / 2);
  }

  .mobile_itames .laba_qaybood .qayb.qodobo{
    width: 95%;
    margin-bottom: 5%;
  }

  .mobile_itames .laba_qaybood .qayb.sawirka {
    width: 95%;
    margin-bottom: 5%;
  }

  .mobile_itames.labaad .laba_qaybood .qayb.sawirka{
    width: 95%;
  }

  .mobile_itames.labaad .laba_qaybood .qayb.qodobo {
    width: 95%;
    height: 100%;
  }

  .qaybta_dhaqaaqa .haye_hoose .ciwaan_height{
    width: 30%;
    height: 43px;
    margin-top: 5%;
  }

  .nalaga_yidhi .haye_hoose .macaamiil{
    grid-template-columns: repeat(2,1fr);
  }

  .nalaga_yidhi .haye_hoose .ciwaan_height {
    width: 37%;
    height: 40px;
  }

  .team .haye_kel .dad .qof{
    width: calc(90% / 2);
  }

  .subscribe .labaqaybood {
    grid-template-columns: repeat(1,1fr);
    column-gap: 5%;
    margin-bottom: 5%;
  }

  .subscribe .labaqaybood .qaybta_midig form{
    margin-top: 8%;
  }

  .subscribe .labaqaybood .qaybta_bidix{
    margin-top: 5%;
  }

  footer .footer01{
    grid-template-columns: repeat(2,1fr);
  }

  header .nav_links{
    display: none;
  }

  .nav_mobile{
    display: flex;
  }

  .home_page .welcoming .haye .qaybo .qayb.qayba_sawirka img{
    width: 95%;
    height: 82%;
  }

  .home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka .stroes{
    width: 100%;
    height: 16%;
  }

  .blue_qayb .haye_labaad .cards{
    column-gap: 5%;
    margin-bottom: 30%;
  }

  .mobile_itames.labaad .laba_qaybood{
    align-items: center;
    flex-flow: wrap column-reverse;
  }

  .blue_qayb .haye_labaad .cards .card{
    width: calc(95% / 2);
  }

  .subscribe .labaqaybood .qaybta_bidix .icons_and_adress div .icon {
    width: 10%;
    height: 86%;
  }

  .nalaga_yidhi .haye_hoose .qo_ciwaan_wayn h2{
    font-size: 2.50em;
  }
}

/*---// Medium devices (tablets, 768px and up) ----*/
@media (max-width: 767px) {
  .haye {
    max-width: 720px;
  }
  .home_page .welcoming .haye .qaybo .qayb {
    width: calc(74% / 1);
  }

  .home_page .welcoming .haye .qaybo{
    flex-flow: wrap column;
  }

  .adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app {
    width: calc(70% / 1);
  }

  .nalaga_yidhi .haye_hoose .macaamiil{
    grid-template-columns: repeat(1,1fr);
  }

  .nalaga_yidhi .haye_hoose .macaamiil{
    width: 70%;
    margin-top: 5%;
  }

  .blue_qayb .haye_labaad .cards .card{
    width: calc(95% / 2);
  }

  .nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .shaqo_and_name{
    align-items: center;
    flex-flow: wrap row;
    width: 65%;
  }


}

/*---Small devices (landscape phones, 576px and up)----*/
@media (max-width: 576px) {
  .haye {
    max-width: 540px;
  }

  .adeegyo .dhamaan_adeegyo .ciwaa_asal {
    width: 55%;
    margin-bottom: 12%;
    margin-top: 10%;
  }

  .qaybta_dhaqaaqa .haye_hoose .ciwaan_height {
    width: 50%;
    height: 43px;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .qaybta_dhaqaaqa .haye_hoose .qo_ciwaan_wayn h2{
    text-align: center;
  }

  footer .footer01{
    grid-template-columns: repeat(1,1fr);
  }

  .subscribe .labaqaybood .qaybta_bidix .qoraal p{
    margin-bottom: 18%;
  }

  .tibs .site_tips{
    grid-template-columns: repeat(2,1fr);
   
  }
  .tibs .site_tips .tip{
    margin-top: 5%;
    margin-bottom: 16%;
  }

  .mobile_itames .laba_qaybood .qayb.qodobo h2{
    font-size: 2.5em;
  }

  .nalaga_yidhi .haye_hoose .macaamiil {
    width: 90%;
    margin-top: 5%;
  }

  .team .haye_kel .dad{
    grid-template-columns: repeat(1,1fr);
  }

  .blue_qayb .haye_labaad .cards .card{
    width: calc(85% / 1);
  }

  .mobile_itames .laba_qaybood .qayb.qodobo button{
    width: 55%;
  }

  .team .haye_kel .dad .qof {
    width: calc(70% / 1);
  }

  .home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka h2 {
    font-size: 1.5rem;
  }

  .mobile_itames .laba_qaybood .qayb.qodobo h2{
    font-size: 1.5em;
    text-align: center;
  }

  .adeegyo .dhamaan_adeegyo .qoraal_in h2{
    font-size: 1rem;
  }

  .mobile_itames.labaad .laba_qaybood .qayb.qodobo h2 {
    font-size: 2em;
    line-height: 58px;
  }

  .blue_qayb .haye_labaad .qaybta_qor h2{
    font-size: 2.30em;
  }

  .qaybta_dhaqaaqa .haye_hoose .qo_ciwaan_wayn h2 {
    font-size: 2em;
  }

  .home_page .welcoming .haye .qaybo .qayb {
    width: calc(85% / 1);
  }

  .tibs .site_tips{
    margin-bottom: 26%;
    margin-top: 14%;
  }

  .adeegyo .dhamaan_adeegyo{
    margin-bottom: 33%;
    margin-top: 22%;
  }

  .mobile_itames .laba_qaybood{
    margin-bottom: 32%;
  }

  .mobile_itames .laba_qaybood .qayb.qodobo{
    margin-bottom: 27%;
  }

  .mobile_itames .laba_qaybood .qayb.qodobo .qodob .icon_qo {
    width: 16%;
  }

  .subscribe .subs .qo_ciwaan_wayn p{
    padding: 1% 10%;
  }

  .subscribe .subs{
    margin-bottom: 11%;
    margin-top: 22%;
  }

  .subscribe .labaqaybood .qaybta_midig button{
    margin: 10% 0;
  }

  .team .haye_kel .qo_ciwaan_wayn h2{
    font-size: 2em;
  }

  .subscribe .labaqaybood .qaybta_bidix .icons_and_adress div .icon {
    width: 18%;
    height: 67%;
  }

  .subscribe .labaqaybood .qaybta_midig input, textarea, button{
    width: 95%;
  }

  .mobile_itames.labaad .laba_qaybood .qayb.qodobo .icons_tab_mobile{
    width: 100%;
    height: 73px;
  }

  .home_page .welcoming .haye .qaybo .qayb{
    width: calc(95% / 1);
  }
}

@media (max-width: 380px) {
  .nalaga_yidhi .haye_hoose .macaamiil{
    width: 100%;
  }

  .home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka h2{
    font-size: 1.5rem;
  }

  .home_page .welcoming .haye .qaybo .qayb.qayba_sawirka img{
    width: 100%;
    height: 79%;
  }

  .adeegyo .dhamaan_adeegyo .qaybha_appka .qayb_app{
    width: 96%;
  }

  .team .haye_kel .dad .qof {
    width: calc(90% / 1);
  }

  .adeegyo .dhamaan_adeegyo .ciwaa_asal {
    width: 63%;
  }

  .qaybta_dhaqaaqa .haye_hoose .ciwaan_height{
    width: 65%;
    height: 43px;
    margin-top: 15%;
    margin-bottom: 10%;
  }

  .nalaga_yidhi .haye_hoose .ciwaan_height{
    width: 67%;
    height: 40px;
    margin-top: 15%;
    margin-bottom: 10%;
  }

  .home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka .stroes .store img {
    width: 93%;
    height: 43%;
  }

  .nalaga_yidhi .haye_hoose .qo_ciwaan_wayn h2{
    font-size: 2em;
  }
  .nalaga_yidhi .haye_hoose .qo_ciwaan_wayn h2::after{
    bottom: -1px;
    left: 40%;
  }

  .team .haye_kel .qo_ciwaan_wayn h2{
    font-size: 2em;
  }

  .team .haye_kel .qo_ciwaan_wayn h2::after{
    bottom: 0px;
  }

  .nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .hadalka p{
    margin: 1% 2%;
  }

  .nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .shaqo_and_name h2{
    font-size: 19px;
  }
  .mobile_itames .laba_qaybood .qayb.qodobo h2{
    font-size: 1.5em;
    text-align: center;
  }

  .mobile_itames.labaad .laba_qaybood .qayb.qodobo h2 {
    font-size: 2em;
    line-height: 58px;
  }

  .blue_qayb .haye_labaad .qaybta_qor h2{
    font-size: 2em;
  }

  .qaybta_dhaqaaqa .haye_hoose .qo_ciwaan_wayn h2 {
    font-size: 2em;
  }
  .team .haye_kel .qo_ciwaan_wayn p{
    padding: 1% 11%;
  }

  .nalaga_yidhi .haye_hoose .macaamiil .macmiil_qof .sawir_iyo_shaqo .shaqo_and_name{
    flex-flow: wrap row;
    width: 65%;
  }

  .subscribe .subs .qo_ciwaan_wayn p{
    padding: 1% 6%;
  }

  .subscribe .subs .qo_ciwaan_wayn h2{
    font-size: 2em;
  }

  .home_page .welcoming .haye .qaybo .qayb.qayba_qoraalka h2{
    font-size: 2rem;
  }

  .home_page .welcoming .haye .qaybo .qayb{
    width: calc(100% / 1);
  }
}
.filter-white{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(3deg) brightness(108%) contrast(101%);
}