* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: 'Tajawal', sans-serif;
}
/* 
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: inherit;
  word-break: break-word;
  vertical-align: middle;
  direction: rtl;
  text-decoration: none;

} */


section{
  padding: 50px 0;
}

/* sec1 */

.HERO {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 760px;
  padding-top: 140px;
  margin-top: 0px;
  background: url('../img/download.webp');
}
.HERO-concept {
  padding: 40px 51px;
  border-radius: 25px;
  max-width: 100%;
  margin: 0 auto;
}
/* .container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
  user-select: none;
} */
.HERO--text {
  display: flex;
  align-items: revert;
  position: relative;
  z-index: 4;
}
.t-cover {
  max-width: 50%;
  position: relative;
  z-index: 6;
}
.HERO--text h1 {
  color: #363636;
  font-family: "changa", sans-serif;
  font-size: 46px;
  margin-bottom: 10px;
}
.t-cover > p {
  font-size: 20px;
}
.search-section {
  margin: 40px 0px;
  margin-bottom: 40px;
}
.btn-search {
  background: #ffffff;
  padding: 10px 30px 10px 10px;
  box-shadow: 0px 0px 30px 0px rgb(98 91 229 / 15%);
  border-radius: 5px;
  margin-bottom: 30px;
}
.btn-search form {
  display: flex;
  position: relative;
}

form, input, button, textarea, select {
  border: 0;
  outline: 0;
  background: none;
}
.sfom-f {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.sfom-f i {
  font-size: 17px;
  color: #b3b3b3;
  margin-left: 10px;
}
.btn-search input {
  padding: 8px 14px;
  width: 100%;
  border: 0;
  border-radius: 6px;
  font-size: 22px;
}

form, input, button, textarea, select {
  border: 0;
  outline: 0;
  background: none;
}
.btn-search button {
  background: #275290;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 29px;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}

form, input, button, textarea, select {
  border: 0;
  outline: 0;
  background: none;
}
.btn-search button > i {
  vertical-align: middle;
  margin-left: 2px;
}
.Trythis label {
  color: #7f7f7f;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.Trythis ul {
  display: flex;
  margin: 0 -5px;
  justify-content: right;
}
.Trythis a {
  color: #275290;
  display: inline-block;
  background-color: #f3f2fc;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em;
  font-size: .867em;
  /* font-family: tajawal; */
  margin: 5px;
  transition: background-color .3s ease-in, color .3s ease-in;
}
.under-cover {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  width: calc(100% + 140px);
  position: relative;
}
.block-box {
  align-items: center;
  /* min-width: max-content; */
  flex: 1;
  box-sizing: border-box;
  position: relative;
  padding-right: 68px;
  /* margin: 0 20px; */
  line-height: 1.3;
}
.block-box i {
  position: absolute;
  z-index: 9;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 20px;
  color: #275290;
  width: 38px;
  top: 50%;
  opacity: 0.7;
  right: 6px;
}
.block-box span {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  position: relative;
  z-index: 1;
  display: flex;
}
.block-box h3 {
  font-size: 14px;
  color: #bcbbc5;
  font-weight: 400;
}

.block-box:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  z-index: -7;
  background-color: #f3f2fc !important;
}
.Hero-left {
  width: 450px;
  height: 450px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 30px;
  transform: rotate(45deg) translate(-90px, 100px);
  border: 9px solid #fff;
  box-shadow: inset 0px 0px 10px #0000000a, 0px 0px 11px 1px #211e5a21;
}
heroimg {
  width: 210%;
  display: block;
  transform: rotate(-45deg);
  background: white;
  position: absolute;
  height: 230%;
  top: -260px;
  left: 0;
}
.Hero-left img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.HERO:after {
  content: "";
  width: 100%;
  position: absolute;
  background-color: #fff;
  background-image: url(../img/download.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.block-box:hover i {
  opacity: 1;
}
@media (max-width: 768px) {
  .HERO {
      padding-top: 0px;
      min-height: auto;
      margin-top: 0;
  }
  .HERO-concept {
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
}
.HERO--text {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  flex-flow: wrap-reverse;
}
    .HERO--text:before{
        content: "";
        display: block;
        width: 60%;
        height: 410px;
        background: linear-gradient(0deg, #275290, #e68274c2);
        position: absolute;
        transform: translate(29px, -60px) rotate(0deg);
        top: -50px;
        right: 0;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
.t-cover {
  max-width: 100%;
  padding: 15px;
}
.HERO--text h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 19px;
}
.t-cover p {
  font-size: 13px;
  text-align: center;
  color: #424242;
}
.Trythis {
  display: none;
}
.under-cover {
  margin: 0;
  flex-wrap: wrap;
  width: 100%;
}
.block-box {
  min-width: calc(50% - 20px);
  margin: 10px;
  text-align: center;
}
.block-box i {
  transform: inherit;
  right: 0;
}
.t-cover p {
  font-size: 13px;
  text-align: center;
  color: #424242;
}
.Hero-left {
  width: 100%;
  transform: inherit;
  height: 270px;
  margin-bottom: 30px;
}
heroimg {
  width: 100%;
  transform: inherit;
  top: 0;
  left: 0;
  height: 100%;
  position: relative;
}
.Hero-left img {
  position: relative;
}
}
/* sec2 */

.aboutus {
  width: 100%;
  background: 0 0 !important;
  /* padding: 20px; */
  block-size: inherit;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
}
.abittext {
  float: right;
  color: #000;
  width: 60%;
}
.abtitle {
  font-size: 40px;
  color: #001837;
  padding: 10px;
  position: relative;
  margin: 20px 0px 20px 0px;
}
.abtitle:after {
  content: "";
  display: block;
  width: 150px;
  background: #275290;
  height: 4px;
}
.abittext>p {
  height: 200px;
  overflow: hidden;
  color: #000;
  line-height: 1.5;
}
.whyus {
  border-top: 1px solid #00000061;
  padding-top: 10px;
  margin-top: 10px;
}
.wyusitem {
  display: inline-block;
  width: 45%;
  padding: 12px;
  text-align: center;
  margin: 8px;
  height: 84px;
  background: #f3f5fa;
  overflow: hidden;
  border-radius: 10px;
  transition: all .3s cubic-bezier(.68,-.55,.27,1.55);
}
.wyusitem img {
  object-fit: cover;
  border-radius: 10px;
  display: inline-block;
  width: 70px;
  height: 70px;
  float: right;
}
.wyusitem p {
  display: inline-block;
  width: calc(100% - 90px);
  float: right;
  text-align: right;
  font-weight: 700;
  color: #001850;
  line-height: 4;
  height: 100%;
  margin-right: 14px;
}
.wyusitem:hover {
  transform: translate3d(0, -10px, 0);

}


.abiimge {
  width: 400px;
  height: 470px;
  box-shadow: -20px 18px 0 #275290;
  float: right;
  background-size: cover !important;
  position: relative;
  border-radius: 10px;
}
.abiimge:before {
  content: "";
  display: block;
  width: 99%;
  background: #ff000000;
  height: 93%;
  top: 10px;
  z-index: 4;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 0 10px #0000006e;
  left: 10px;
  border: 5px solid #275290;
}
.abiimge:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: linear-gradient(25deg, #142752, transparent);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
span.asdd.iq-objects-02.skrollable.skrollable-between {
  left: -10px !important;
  bottom: 140px;
  top: inherit;
  right: inherit;
  z-index: 0;
}
.iq-objects-02 {
  position: absolute;
  top: 10%;
  right: 0%;
  z-index: 0;
}

.aboutus:after {
  content: "";
  display: block;
  clear: both;
}
.abittext {
  float: left;
  color: #000;
  width: 60%;
}
@media (max-width: 1199px) {
  .aboutuscont {
      display: flex;
      flex-wrap: wrap;
  }
  .abittext {
    width: 100%;
    order: 2;
    float: none;
}
.abiimge {
  width: 97%;
  float: none;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  order: 1;
}
span.asdd.iq-objects-02.skrollable.skrollable-between {
  display: none;
}
}

@media (max-width: 768px) {
  .wyusitem {
      width: 43%;
  }
}
@media (max-width: 576px) {
  .wyusitem {
      width: 100%;
      box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  .abiimge {
      height: 200px;
  }
  .abittext>p {
    height: 405px;
   
}
}


/* sec3 */

.-hatem-SingleWidget-Section {
  display: block;
  width: 100%;
  position: relative;
}

.-hatem-SingleWidget-Section.-YC-WidgetType-category .-YC-Widgets-Inner-Row {
  padding: 0px;
  /* background: var(--background); */
}

.-YC-Widgets-Inner-Row {
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 80px 0;
}
.--category--background {
  padding: 80px 0;
  background-color: #f3f5fa;
}
.container {
  padding: 0 40px;
  max-width: 1470px;
  margin: 0 auto;
}

.-defult-widgets-felx-style-1 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
  flex-direction: column;
  align-items: center;
}
.-defult-widgets-title-style-1 {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.-YC--main--wep-title- {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sup-title-widget-defualt {
  font-weight: 600;
  font-size: 18px;
  color: #060606;
  line-height: 1.4;
  padding: 0 10px;
  position: relative;
  max-width: fit-content;
  margin-bottom: 15px;
}

.sup-title-widget-defualt:before {
  position: absolute;
  width: 15px;
}

.-after__intro-container>.-widget-after-intro-h4:before, .sup-title-widget-defualt:before {
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.-after__intro-container>.-widget-after-intro-h4:after, .-after__intro-container>.-widget-after-intro-h4:before, .sup-title-widget-defualt:after, .sup-title-widget-defualt:before {
  content: '';
  display: inline-block;
  text-align: left;
  height: 5px;
  margin-inline-start: 15px;
  border-radius: 4px;
}
.btn-ket_2:hover:after, .sup-title-widget-defualt:before {
  background-image: linear-gradient(271deg, #2f2e2e 0, #df0e32 100%);
}
.sup-title-widget-defualt:after {
  position: relative;
}

.-after__intro-container>.-widget-after-intro-h4:after, .-after__intro-container>.-widget-after-intro-h4:before, .sup-title-widget-defualt:after, .sup-title-widget-defualt:before {
  content: '';
  display: inline-block;
  text-align: left;
  height: 5px;
  margin-inline-start: 15px;
  border-radius: 4px;
}

.-widgets-h1-title {
  font-size: 40px;
  font-weight: 600;
  text-align: start;
  line-height: 1.6;
  color: #0c0c0c;
  margin-bottom: 15px;
}

.P-content {
  max-width: 600px;
  text-align: center;
  color: #444859;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.6;
}

.--YC-category-widget {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
  margin-bottom: -30px;
}
.--single--category--boxitem {
  min-width: 309px;
  flex: 1;
  max-width: 416px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  margin-bottom: 30px;
}
.YC--service-shabe-style {
  overflow: hidden;
  padding: 40px;
  position: relative;
  transition: all .3s ease;
  z-index: 2;
  height: 100%;
  border-radius: 16px;
  box-shadow: rgb(60 60 60 / 10%) 0px 4px 12px 0px;
  background: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.YC--service-shabe-style:before {
  content: '';
  position: absolute;
  width: 101px;
  height: 100px;
  bottom: -30px;
  border-radius: 50%;
  z-index: -1;
  left: -30px;
  transform: scale(1.2);
  opacity: .07;
  transition: all .3s;
  background: linear-gradient(-150deg, #3d3c3c 5%, #275290 95%) !important;
}
.Yc-service-item-style {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 25px;
}

.--YC-before-back {
  --dw: 60px;
  border-radius: 50%;
  width: var(--dw);
  height: var(--dw);
  display: flex;
  background-color: #244c86;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  position: relative;
}
.--YC-before-back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-150deg, #393737, #275290 95%);
  z-index: -1;
  border-radius: 50%;
  top: -5%;
  opacity: .3;
  left: -7%;
  transform: scale(1.1);
}

.service--item--icon i {
  font-size: 24px;
  transition: all .3s ease;
 
  color: #f7f4f4;
}
.card-number {
  position: absolute;
  left: 8%;
  top: 9%;
  font-size: 60px;
  line-height: 60px;
  opacity: .1;
  font-weight: 700;
}
.--YC-category-- {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.YC-serice-name {
  font-size: 22px;
  font-weight: 700;
  color: #060606;
  /* text-align: center; */
  transition: all .3s ease;
  line-height: 1.5;
}
.-p-category-desc p {
  font-size: 16px;
  line-height: 1.5;
  color: #5f6169;
  font-weight: 400;
  /* text-align: center; */
  transition: all 80ms ease-in-out;
}
.YC--service-shabe-style:after {
  content: '';
  /* position: absolute; */
  /* height: 100%; */
  /* width: 101%; */
  /* z-index: -1; */
  /* transition: all 0.3s ease-in-out; */
  /* top: 0; */
  /* transform-origin: top left; */
  /* left: 0; */
  /* transform: skew(128deg, 0deg); */
  /* background-image: linear-gradient(271deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%); */
}
.-defult-widgets-title--URLArea-v1 {
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  flex-direction: row;
  gap: 20px;
}
.activable {
  user-select: none;
  cursor: pointer;
}

.btn-ket_2 {
  padding: 17px 32px;
  transition: .3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 19px;
  background-color: transparent;
}
.btn-ket_1:hover:after, .btn-ket_2 {
  background-image: linear-gradient(271deg, #275290 0, #488769 100%);
}
.btn-ket_1, .btn-ket_2 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 0 rgba(0, 0, 0, .3);
  box-shadow: #e5eaef 0px 0px 0px 1px, 0px 4px 2px -3px #09234012;
  overflow: hidden;
}
.-defult-widgets-title--URLArea-v1 a i {
  margin-inline-start: 7px;
  font-weight: 400;
  font-size: 18px;
}
.btn-ket_2:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  position: absolute;
  z-index: -1;
  width: 150%;
  height: 120%;
  border-radius: 50%;
  transform-origin: center center;
}

.btn-ket_1:after, .btn-ket_2:after {
  content: "";
  transition: transform .45s cubic-bezier(.75,.1,.25,.9);
}
.btn-ket_1 {
  padding: 17px 32px;
  transition: .3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  background-color: transparent;
  background: #373636;
}
.-defult-widgets-title--URLArea-v1 a i {
  margin-inline-start: 7px;
  font-weight: 400;
  font-size: 18px;
}
.btn-ket_1:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  position: absolute;
  z-index: -1;
  width: 150%;
  height: 120%;
  border-radius: 50%;
  transform-origin: center center;
}

.btn-ket_1:after, .btn-ket_2:after {
  content: "";
  transition: transform .45s cubic-bezier(.75,.1,.25,.9);
}

.YC--service-shabe-style:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform: scale(1.3);
}
.btn-ket_2:hover {
  box-shadow: 6px 6px 25px 0 #275290;
}
.btn-ket_1:hover {
  box-shadow: #dbdce700 0px 0px 0px 1px, 0px 15px 32px -14px #09234012, 0px 4px 2px -3px #09234012;
  color: #fff;
}
.btn-ket_2:hover:after, .sup-title-widget-defualt:before {
  background-image: linear-gradient(271deg, #353333 0, #275290 100%);
}

.btn-ket_1:hover:after, .btn-ket_2:hover:after {
  transform: translate(-50%, -50%) scale(1, 3);
}
.-after__intro-container>.-widget-after-intro-h4:after, .sup-title-widget-defualt:after {
  bottom: 3px;
  width: 50px;
  background-image: linear-gradient(271deg, #373636 0, #275290 100%);
}

@media only screen and (max-width: 1280px) {
  .--single--category--boxitem {
      flex-direction: column;
  }
}
@media only screen and (max-width: 1000px) {
  .-YC-Widgets-Inner-Row {
      padding: 50px 0;
  }
  .--single--category--boxitem {
    max-width: 100%;
    min-width: 260px;
}
.YC--service-shabe-style {
  padding: 20px;
}
.YC-serice-name, .feature-title {
  font-size: 18px;
}
.-p-category-desc p {
  font-size: 13px;
}
}
@media only screen and (max-width: 850px) {
  .--single--category--boxitem {
      margin-top: 0 !important;
  }
  .-YC-seviesRequest--form-container, .Yc-service-item-style, .section-inner {
    flex-direction: column;
}
}

@media only screen and (max-width: 768px) {
  .-YC-Widgets-Inner-Row {
      padding: 30px 0 !important;
  }
  .--category--background {
    padding: 70px 0;
}
.container {
  padding-inline: 20px;
}
.-defult-widgets-felx-style-1 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.-defult-widgets-title-style-1 {
  text-align: center;
  display: flex;
}
.-Price-Head-Title, .-defult-widgets-title-style-1 {
  margin-bottom: 0;
  flex-direction: column !important;
  align-items: center !important;
  min-width: 100%;
}
.-defult-widgets-felx-style-1 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.-Price-Head-Title, .-defult-widgets-title-style-1 {
  margin-bottom: 0;
  flex-direction: column !important;
  align-items: center !important;
  min-width: 100%;
}
.-defult-widgets-title-style-1 {
  text-align: center;
  display: flex;
}
.-YC--main--wep-title- {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.Yc-service-item-style {
  flex-direction: column;
  gap: 10px;
}


}
@media only screen and (max-width: 684px) {
  .--single--category--boxitem {
      min-width: 250px;
  }
}
@media only screen and (max-width: 590px) {
  .--category--background {
      padding: 40px 0;
  }
  .-defult-widgets-felx-style-1 {
    margin-bottom: 20px;
    justify-content: center;
  }
  .-defult-widgets-title-style-1 {
    display: flex;
    margin-bottom: 5px;
}
.-defult-widgets-felx-style-1 {
  margin-bottom: 20px;
  justify-content: center;
}
.-defult-widgets-title-style-1 .-widgets-h1-title {
  font-size: 22px;
}
.-Intro-slider-inner-Info>.-p-content, .-defult-widgets-title-style-1 .P-content, .-fix-forms-field-title>h3 {
  font-size: 16px;
}
.YC--service-shabe-style {
  padding: 16px;
}
.--YC-before-back {
  --dw: 48px;
}
.service--item--icon i {
  font-size: 19px;
}
.card-number {
  font-size: 38px;
}
.YC-serice-name {
  font-size: 18px;
}
.-p-category-desc p {
  font-size: 13px;
}
.-defult-widgets-title--URLArea-v1>.--Parent-URL-BTN>a {
  font-size: 14px;
  margin-bottom: 0;
}
.-defult-widgets-title--URLArea-v1 {
  justify-content: center;
  margin-top: 14px;
}
}
@media only screen and (max-width: 450px) {
  .--single--category--boxitem {
      min-width: 100%;
  }
  .Yc-service-item-style {
    flex-direction: column;
  }
 
}













