
* {
  margin: 0;
  padding: 0;
  font-family: 'Arvo';
  font-family: 'Cairo';

}

:root {
  --main-color: #3df1e2;
  --main-color-alt: #00cc99;
  --main-transition: 0.3s;
  --main-padding-top: 100px;
  --main-padding-bottom: 100px;
  --section-background: #eceafe;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: #120f40;
}

img {
  max-width: 100%;
}

.mainHeader {
  background: #120f40;

}

.mainHeader .logo {
  width: 150px;
}

.mainHeader .navbar .navbar-nav>li {
  position: relative;
}

.mainHeader .navbar .navbar-nav>li:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom: 0;
  background-color:  rgb(35, 160, 118);
  transition: all ease-in-out .2s;
}

.mainHeader .navbar .navbar-nav>li:hover:after {
  width: 100%;
  left: 0;
}


.mainHeader .navbar .navbar-nav>li>a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 15px;
  margin-left: 10px;
}

.mainHeader .navbar .navbar-nav>li>a:hover{
  color: rgb(35, 160, 118) ;
}

.mainHeader .navbar .dropdown:hover>.dropdown-menu {
  display: block;
  background: #101130;
}

.mainHeader .navbar .dropdown:hover>.dropdown-menu>li {
  position: relative;
}

.mainHeader .navbar .dropdown:hover>.dropdown-menu>li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  transition: all ease-in-out .2s;
}

.mainHeader .navbar .dropdown:hover>.dropdown-menu>li:hover:before {
  background-color: rgb(35, 160, 118);
  height: 100%;
}

.mainHeader .navbar .dropdown:hover>.dropdown-menu a {
  color: #fff;
}

.mainHeader .navbar .dropdown:hover>.dropdown-menu a:hover{
  color: rgb(35, 160, 118);
}


.mainHeader .navbar .dropdown-item:focus,
.mainHeader .navbar .dropdown-item:hover {
  background: transparent;

}

.mainHeader .navbar .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;


  
}






/* تنسيقات الكلمة بردو  */
.banner-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* تنسيقات وحجم واتجاه كلمة ارراي  */
.banner-text .text-area {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  direction: ltr;
}
/* دي الحركة بتاعة كله ارراي */
.text-area span {
  display: inline-block;
  color: #111161;
  /* background: linear-gradient(45deg, #0b6f5d, #4294b0, #132e81); */
  opacity: 0;
  transform: translate(0, -100px) rotate(360deg) scale(0);
  animation: animate 5s forwards;
  margin: 10px;
}

.text-area span:nth-of-type(2) {
  animation-delay: .1s;
}

.text-area span:nth-of-type(3) {
  animation-delay: .2s;
}

.text-area span:nth-of-type(4) {
  animation-delay: .3s;
}

.text-area span:nth-of-type(5) {
  animation-delay: .4s;
}







.primaryColor {
  color: #301017;
}

.secondryColor {
  color: rgb(var(--bs-info-rgb));
  
}

.greyBackground {
  background-color: #fafafa;
}

/* خاص ب السيشن بتاع ارراي */
.main {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(82, 112, 129);
}

.mainSlider {
  height: calc(100vh - 90px);
  overflow: hidden;
  position: relative;
}

.mainSlider .slide-item {
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 90px);
}



@media (max-width: 768px) {
  .mainSlider {
      height: calc(100vh - 60px); /* تقليل ارتفاع السلايدر للهواتف */
  }

  .mainSlider .slide-item {
      height: calc(100vh - 60px); /* تقليل ارتفاع العناصر داخل السلايدر */
      background-size: contain; /* تغيير طريقة عرض الصورة لتناسب الشاشة */
  }
}

  .mainSlider .slide-item {
      height: 90vh; /* تعيين ارتفاع السلايدر إلى نصف ارتفاع الشاشة */
      width: 100%; /* تعيين عرض الصورة إلى 100% لتناسب الشاشة */
      background-size: cover; /* استخدام cover لتغطية كامل العنصر مع الحفاظ على النسبة */
      background-position: center; /* محاذاة الصورة في المنتصف */
  }






 .landing .go-down i {
  animation: bouncing 1.5s infinite;
}

.landing .go-down {
  color: rgb(var(--bs-info-rgb));
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--main-transition);
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #F1FAEE;
  font-size: 4rem;
} 

.centerVerticallyFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.positionRelative {
  position: relative;
}

.centerVerticallyPo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.roller {
  height: 4.125rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #1D3557;
} 


 #spare-time {
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 1rem;
  margin-top: 0;
  color: #A8DADC;

}

.roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;
}

@keyframes slide {
  0% {
    top: 0;
  }

  25% {
    top: -4rem;
  }

  50% {
    top: -8rem;
  }

  72.5% {
    top: -12.25rem;
  }
} 
 
.card-img-top {
  height: 295px;
}

@media screen and (max-width: 600px) {
  h1 {
    text-align: center;
    text-transform: uppercase;
    color: #F1FAEE;
    font-size: 2.125rem;
  }

  .roller {
    height: 2.6rem;
    line-height: 2.125rem;
  }

  #spare-time {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }

  .roller #rolltext {
    animation: slide-mob 5s infinite;
  }

  @keyframes slide-mob {
    0% {
      top: 0;
    }

    25% {
      top: -2.125rem;
    }

    50% {
      top: -4.25rem;
    }

    72.5% {
      top: -6.375rem;
    }
  }
}




/* من نحن */




.containerre {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #c6f8ed69;
  color: #131212;
  direction: rtl;
  text-align: right;
  position: relative;
  box-sizing: border-box;
}

header {
  margin-bottom: 20px;
}

.company-name {
  color: #1e8269;
  font-weight: bold;
}

.logo {
  width: 150px;
}

.text-contente h1 {
  font-size: 2em;
  margin-top: 10px;
}

.main-contente {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(202, 243, 236, 0.9);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-contente {
  width: 60%;
}

.text-contente h2 {
  color: #000000;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.text-contente p {
  line-height: 1.6;
  font-size: 1.2em;
  color: #000000;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #00bfa5;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #009b85;
}

.image-contente {
  position: relative;
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.illustration {
  width: 100%;
  height: auto;
}

/* Media Queries for responsiveness */

/* تعديل للأجهزة اللوحية */
@media (max-width: 768px) {
  .main-contente {
    flex-direction: column;
    padding: 15px;
  }
  
  .text-contente {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .text-contente h1 {
    font-size: 1.8em;
  }
  
  .text-contente h2 {
    font-size: 1.5em;
  }
  
  .text-contente p {
    font-size: 1em;
  }
  
  .image-contente {
    width: 100%;
  }
  
  .cta-button {
    width: 100%;
    text-align: center;
  }
}

/* تعديل للهواتف المحمولة */
@media (max-width: 600px) {
  .main-contente {
    flex-direction: column;
    padding: 10px;
  }
  
  .text-contente {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .text-contente h1 {
    font-size: 1.5em;
  }
  
  .text-contente h2 {
    font-size: 1.2em;
  }
  
  .text-contente p {
    font-size: 0.9em;
  }
  
  .image-contente {
    width: 100%;
  }
  
  .cta-button {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  
  .logo {
    width: 120px;
  }
}














/*end من نحن */
/*start تصميم المواقع */
.hero {
  width: 100vw;
  height: 100vh;
  text-align: center;
  color: #CCC;
  position: relative;
  text-transform: uppercase;
  font-family: cairo;

}

.hero-one {
  top: 0;
  left: 0;
  position: absolute;
  width: 60%;
  background-color: black;
  height: 100vh;
  clip-path: polygon(0 0, 60vw 0, 40vw 100vh, 0 100vh);
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../img/comp.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-title {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}

.header-primary {
  font-size: 2em;
  display: block;
  font-weight: 700;
}

:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}



.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

h1:first-of-type {
  font-weight: var(--weight1);
  color: var(--varyDarkBlue);

}

h1:last-of-type {
  color: var(--varyDarkBlue);
}

@media (max-width: 400px) {
  h1 {
    font-size: 1.5rem;
  }
}

.header {
  text-align: center;
  line-height: 0.8;
  margin-bottom: 50px;
  margin-top: 100px;
}

.header p {
  margin: 0 auto;
  line-height: 2;
  color: var(--grayishBlue);
}


.box p {
  color: var(--grayishBlue);
}

.box {
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 30px;
  margin: 20px;
}



@media (max-width: 450px) {
  .box {
    height: 200px;
  }
}

@media (max-width: 950px) and (min-width: 450px) {
  .box {
    text-align: center;
    height: 180px;
  }
}

.cyan {
  border-top: 3px solid var(--cyan);
}

.red {
  border-top: 3px solid var(--red);
}

.blue {
  border-top: 3px solid var(--blue);
}

.orange {
  border-top: 3px solid var(--orange);
}

h2 {
  color: var(--varyDarkBlue);
  font-weight: var(--weight3);
}


@media (min-width: 950px) {
  .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .row2-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box-down {
    position: relative;
    top: 150px;
  }

  .box {
    width: 20%;

  }

  .header p {
    width: 30%;
  }

}

/*end تصميم المواقع */


/* مميزات تطوير المواقع */
.containerr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background-color: rgba(202, 243, 236, 0.9);
  color: rgb(43, 135, 100);
  direction: rtl; /* عكس اتجاه النص */
  text-align: right; /* محاذاة النص لليمين */
}

/* للهواتف المحمولة */
@media (max-width: 600px) {
  .containerr {
    flex-direction: column;
    padding: 20px;
  }
}

.logo {
  flex: 1.5;
  text-align: center;
  position: relative;
}

#companyLogo {
  width: 350px;
  height: 150px;
  animation: moveLogo 4s infinite; /* تطبيق الحركة */
}

/* حجم الشعار للأجهزة اللوحية */
@media (max-width: 768px) {
  #companyLogo {
    width: 250px;
    height: 100px;
  }
}

/* حجم الشعار للهواتف المحمولة */
@media (max-width: 600px) {
  #companyLogo {
    width: 150px;
    height: 75px;
  }
}

@keyframes moveLogo {
  0% {
    transform: translateX(0); /* البداية من المركز */
  }
  50% {
    transform: translateX(20%); /* الانتقال إلى أقصى اليمين */
  }
  100% {
    transform: translateX(0); /* العودة إلى المركز */
  }
}

.features .text {
  flex: 2;
  padding: 20px;
}

/* تعديل عرض النص للأجهزة اللوحية */
@media (max-width: 768px) {
  .features .text {
    padding: 10px;
  }
}

/* تعديل عرض النص للهواتف المحمولة */
@media (max-width: 600px) {
  .features .text {
    padding: 5px;
    text-align: center; /* النص يكون في المنتصف للشاشات الصغيرة */
  }
}

.features .text h2 {
  color: #1f3476;
}

.text ul {
  list-style-type: none;
  padding: 0;
}

.text ul li {
  position: relative;
  padding-right: 25px; /* محاذاة النقاط لليمين */
  margin-bottom: 10px;
  font-size: 18px;
}

/* تعديل حجم الخط للهواتف المحمولة */
@media (max-width: 600px) {
  .text ul li {
    font-size: 16px;
    padding-right: 15px;
  }
}

.text ul li::before {
  content: '✔';
  position: absolute;
  right: 0; /* عرض علامة الصح على اليمين */
  color: #1f3476;
  font-size: 20px;
}

.counterr {
  margin-top: 20px;
  text-align: center;
}

.counterr h3 {
  margin: 0;
  font-size: 20px;
  color: #1f3476;
}

/* تعديل حجم النص للهواتف المحمولة */
@media (max-width: 600px) {
  .counterr h3 {
    font-size: 18px;
  }
}

.counterr span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #1f3476;
  margin-top: 10px;
}

/* تعديل حجم الرقم للهواتف المحمولة */
@media (max-width: 600px) {
  .counterr span {
    font-size: 30px;
  }
}




/* نهاية تطوير المواقع */


/*start mobile app */
/* Panels. */
.splitview {
  position: relative;
  width: 100%;
  min-height: 45vw;
  overflow: hidden;
  direction: ltr;
}

.panel {
  position: absolute;
  width: 100vw;
  min-height: 45vw;
  overflow: hidden;
}

.panel .content {
  position: absolute;
  width: 100vw;
  min-height: 45vw;
  color: #FFF;
}

.panel .description {
  width: 25%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.panel img {
  box-shadow: 0 0 20px 20px rgba(248, 244, 246, 0.808);
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.bottom {
  background-color: rgb(177, 35, 153);
  z-index: 1;
}

.bottom .description {
  right: 5%;
}

.top {
  background-color: rgb(77, 69, 173);
  z-index: 2;
  width: 50vw;

  /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

.top .description {
  left: 5%;
}

/* Handle. */
.handle {
  height: 100%;
  position: absolute;
  display: block;
  background-color: rgb(253, 171, 0);
  width: 5px;
  top: 0;
  left: 50%;
  z-index: 3;
}

/* Skewed. */
.skewed .handle {
  top: 50%;
  transform: rotate(30deg) translateY(-50%);
  height: 200%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}

.skewed .top {
  transform: skew(-30deg);
  margin-left: -1000px;
  width: calc(50vw + 1000px);
}

.skewed .top .content {
  transform: skew(30deg);
  margin-left: 1000px;
}

.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px
}

.main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px
}

.main-timeline .timeline:hover .icon:before {
  left: 3px
}

.main-timeline .timeline:hover .icon:after {
  left: -3px
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative
}

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #232323;
  left: -6px
}

.main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
  left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #4d5caf;
  line-height: 36px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right
}

.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0
}

.main-timeline .description {
  margin-bottom: 0
}

.description {
  font-weight: 700;
  color: rgb(255, 255, 255)
}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right
}

@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
    margin-top: 35px
  }

  .main-timeline .date-content:before {
    width: 22.5%
  }

  .main-timeline .timeline-content {
    padding: 10px 0 10px 30px
  }

  .main-timeline .title {
    font-size: 17px
  }

  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 10px 30px 10px 0
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    margin: 0;
    left: 7px
  }

  .main-timeline .timeline {
    margin-bottom: 20px
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0
  }

  .main-timeline .icon {
    margin: auto 0
  }

  .main-timeline .date-content {
    width: 95%;
    float: right;
    margin-top: 0
  }

  .main-timeline .date-content:before {
    display: none
  }

  .main-timeline .date-outer {
    width: 110px;
    height: 110px
  }

  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
    width: 110px;
    height: 110px
  }

  .main-timeline .date {
    top: 30%
  }

  .main-timeline .year {
    font-size: 24px
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0
  }

  .main-timeline .title {
    margin-bottom: 10px
  }
}

:root {
  --bg-color: #D8D8D8;
}

.header2 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100vw;

  color: #000;
  background-color: var(--bg-color);
  font-family: 'Maitree', serif;
}

h1 {
  font-size: 3em;
  font-weight: normal;
}

/* title styles */
.home-title span {
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 1.2;
}

.home-title span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: a-ltr-after 2s cubic-bezier(.77, 0, .18, 1) forwards;
  transform: translateX(-101%);
}

.home-title span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  animation: a-ltr-before 2s cubic-bezier(.77, 0, .18, 1) forwards;
  transform: translateX(0);
}

.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after {
  animation-delay: 1s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after {
  animation-delay: 1.5s;
}

@keyframes a-ltr-after {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(101%)
  }
}

@keyframes a-ltr-before {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(200%)
  }
}

/*end mobile app */

.mainMap,
.fixHeaderSpacing {
  margin-top: 90px;
}

.dirLtr {
  direction: ltr;
  display: inline-block;
}

.dirLtrFullWidth {
  direction: ltr;
  display: inline-block;
  width: 100%;
}

.coolBox {
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 30px;
  margin: 20px;
  border-top: 3px solid #101130;
}

.coolBox h3 {
  text-transform: uppercase;
  color: #192216;
  font-size: 1.125rem;
}

.contactUsBox .form-group {
  margin-bottom: 20px;
}


.sec-heading {
  font-size: 60px;
}

#services {
  padding: 90px 0;
}

.single-box {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.single-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.2);
}

.img-area {
  overflow: hidden;
  padding: 15px 0 15px;
  height: 210px;
}

.img-area img {
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 230px;
}

.move-animation {
  position: relative;
  -webkit-animation: move-animation 1s ease-in-out infinite;
  animation: move-animation 1s ease-in-out infinite;
}

.info-area {
  padding: 0 20px 25px;
}

.info-area .desc {
  height: 130px;
}

.animatingTitle {
  text-transform: uppercase;
  margin: 20px auto 20px;
  border: 2px solid rgb(24, 48, 171);
  padding: 10px 20px;
  font-size: 30px;
  width: fit-content;
  position: relative;
  z-index: 1;
  transition: var(--main-transition);
}

.animatingTitle:before,
.animatingTitle:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--main-color);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.animatingTitle::before {
  left: -30px;
}

.animatingTitle::after {
  right: -30px;
}

.animatingTitle:hover {
  border: 2px solid white;
  transition-delay: 0.5s;
}

.animatingTitle:hover:before {
  z-index: -1;
  animation: left-move 0.5s linear forwards;
}

.animatingTitle:hover:after {
  z-index: -1;
  animation: right-move 0.5s linear forwards;
}

.features {
  background-color: rgb(255, 255, 255);
}

.features .box {
  text-align: center;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 0 20px 0;
  background: #fff;
}

.features .box .img-holder {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.features .box .img-holder::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
}

.features .box .img-holder::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0px 0px 170px 500px;
  border-color: transparent transparent white transparent;
  transition: var(--main-transition);
}

.features .box:hover .img-holder::after {
  border-width: 170px 500px 170px 0;
}

.features .box h2 {
  position: relative;
  font-size: 30px;
  margin: auto;
  width: fit-content;
  margin-top: 20px;
}

.features .box h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 15px;
  height: 5px;
  width: calc(100% - 30px);
  background-color: rgb(var(--bs-info-rgb));
}

.features .box p {
  line-height: 2;
  margin: 20px 0;
  padding: 25px;
  color: #777;
  height: 130px;
}

.whyUs {
  background-image: url(../img/in.gif);
  background-size: cover;
  height: calc(100vh - 90px);
  position: relative;
  background-position: center;
  padding: 35px 0;
}
/* 
.single-team {
  position: relative;
  width: auto;
  height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}

.single-team:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #29998a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .35s ease 0s;
}

.single-team .content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
}

.single-team .content:after,
.single-team .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .7s ease 0s;
}

.single-team .content:before {
  border-bottom: 10px double rgba(255, 255, 255, .5);
  border-top: 10px double rgba(255, 255, 255, .5);
  transform: scale(0, 1);
  transform-origin: 0 0 0;
}

.single-team .content:after {
  border-left: 10px double rgba(255, 255, 255, .5);
  border-right: 10px double rgba(255, 255, 255, .5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
}

.single-team h3 {
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  margin: 160px 0;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform .5s ease 0s;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
}

.single-team:hover h3 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.single-team h3 span {
  font-size: 18px;
  display: block;
  letter-spacing: 1px;
  opacity: .5;
}

.single-team:hover:before {
  opacity: 1;
}

.single-team:hover .content:after,
.single-team:hover .content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: .15s;
}

.single-team:hover .content:after,
.single-team:hover .content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: .15s;
}

.sectionPadding {
  padding: 30px 0;
} */
/* بدايه الفوتر */
.footer {
  background-color: #120f40;
  padding-top: 70px;
}

.footer h3 {
  color: white;
  font-size: 50px;
  margin: 0 0 20px;
}

.footer .social {
  display: flex;
  padding: 0;
}

.footer .social li {
  margin: 0 5px;
}

.footer .social li a {
  background-color: #313131;
  color: #b9b9b9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: var(--main-transition);
}

.footer .social .facebook:hover {
  background-color: #1877f2;
}

.footer .social .twitter:hover {
  background-color: #1da1f2;
}

.footer .social .youtube:hover {
  background-color: #ff0000;
}

.footer .text {
  line-height: 2;
  color: #b9b9b9;
}

.footer .line {
  display: flex;
  align-items: center;
  color: #b9b9b9;
  margin-bottom: 30px;
}

.footer .line .info {
  line-height: 1.7;
  font-size: 23px;
  flex: 1;
  text-align: right;
  padding-right: 20px;
}

.footer .line i {
  font-size: 25px;
  color: rgb(var(--bs-info-rgb));
  margin-right: 10px;
}

.footer .copyright {
  padding: 25px 0;
  text-align: center;
  color: white;
  margin: 50px 0 0;
  border-top: 1px solid #444;
}

@keyframes bouncing {

  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40%,
  60% {
    transform: translateY(-15px);
  }
}

@keyframes left-move {
  50% {
    left: 0;
    width: 12px;
    height: 12px;
  }

  100% {
    left: 0;
    border-radius: 0;
    width: 50%;
    height: 100%;
  }
}

@keyframes right-move {
  50% {
    right: 0;
    width: 12px;
    height: 12px;
  }

  100% {
    right: 0;
    border-radius: 0;
    width: 50%;
    height: 100%;
  }
}

@keyframes animate {
  30% {
    transform: translate(0, -50px) rotate(180deg) scale(1);
  }

  60% {
    transform: translate(0, 20px) scale(.8) rotate(0deg);
  }

  100% {
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

.navbar-toggler {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .banner-text {
    width: 100%;
    top: 40%;
  }

  .banner-text .text-area {
    font-size: 60px;
  }

  .mainSlider .slide-item h1 {
    font-size: 30px;
  }

  .centerVerticallyPo {
    position: relative;
  }

  .features .box {
    margin: 10px 0;
  }

  .box {
    height: auto;
  }

  .single-team {
    margin: 20px 5px;
    box-shadow: unset;
  }

  .hero-one {
    width: 100%;
    clip-path: polygon(0 0, 110vw 0, 28vw 100vh, 0 100vh);
  }

  .header-title {
    bottom: 60px;
    right: 0;
    width: 50%;
    font-size: 30px;
    top: auto;
    left: auto;
    transform: unset;
  }

  .row-padding {
    padding: 15px;
  }

  .splitview .text-light,
  .splitview .text-dark {
    font-size: 20px;
  }

  .splitview .rightContent p {
    display: none;
  }

  .panel img {
    box-shadow: 0 0 16px 10px rgba(248, 244, 246, 0.808);
  }

  .itContent .card {
    margin: 20px 0;
  }
}






/* الفيديو بداية*/
.video-sectiona {
  position: relative;
  max-width: 100%;
  text-align: center;
  color: rgb(254, 251, 251);
}

.video-sectiona video {
  width: 100%;
  height: auto;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 38, 78, 0.566); /* تأثير شفاف */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.video-overlay h1 {
  font-size: 48px;
  margin: 0;
  color: rgb(248, 239, 239);
}

.video-overlay p {
  font-size: 18px;
  max-width: 700px;
  padding: 10px;
}

/* تعديل العناصر للأجهزة اللوحية */
@media (max-width: 768px) {
  .video-overlay h1 {
    font-size: 36px;
  }

  .video-overlay p {
    font-size: 16px;
    padding: 8px;
  }
}

/* تعديل العناصر للهواتف المحمولة */
@media (max-width: 600px) {
  .video-overlay h1 {
    font-size: 28px;
  }

  .video-overlay p {
    font-size: 14px;
    padding: 5px;
  }

  .video-overlay {
    padding: 20px;
    justify-content: flex-start; /* يمكن تعديل الوضع ليكون أقرب إلى أعلى الشاشة */
  }
}





/* خدماتنا الجديد القولاب اللي بتلف */
.services-section {
  text-align: center;
  padding: 50px;
  background-color: #fff;
}

.services-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

/* إعدادات الحاوية */
.services-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

/* إعدادات المربعات */
.service-box {
  width: 200px;
  height: 250px;
  perspective: 1000px; /* يجعل التأثير الثلاثي الأبعاد مرئياً */
  cursor: pointer;
}

.service-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.service-box:hover .service-inner {
  transform: rotateY(180deg); /* يدور الواجهة عند التحويم */
}

.service-front, .service-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}

/* الوجه الأمامي */
.service-front {
  background-color: #8cdfd2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* الأيقونة */
.service-icon {
  font-size: 50px;
  color: #007bff;
  margin-bottom: 15px;
}

/* العنوان */
.service-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

/* الوجه الخلفي */
.service-back {
  background-color: #8cdfd2;
  color: #fff;
  transform: rotateY(180deg); /* يخفي الواجهة الخلفية */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* إعدادات لاستجابة الأجهزة */
@media (max-width: 1024px) {
  .services-container {
    gap: 20px;
  }

  .service-box {
    width: 180px;
    height: 230px;
  }

  .service-title {
    font-size: 18px;
  }
}

/* إعدادات الأجهزة اللوحية */
@media (max-width: 768px) {
  .services-container {
    flex-direction: column;
    align-items: center;
  }

  .service-box {
    width: 250px;
    height: 300px;
  }

  .service-icon {
    font-size: 40px;
  }

  .service-title {
    font-size: 22px;
  }
}

/* إعدادات الهواتف المحمولة */
@media (max-width: 600px) {
  .services-section h1 {
    font-size: 28px;
  }

  .service-box {
    width: 200px;
    height: 250px;
  }

  .service-icon {
    font-size: 30px;
  }

  .service-title {
    font-size: 18px;
  }

  .service-front, .service-back {
    padding: 15px;
  }
}













/* .fixed-tabs-Whats {
  position: fixed;
  left: 0px;
  bottom: 145px;
  z-index: 100;
}

.send-whatsphone {
  background: #128C7E;
  height: 60px;
  width: 70px;
  border-radius: 0 30px 30px 0;
  transition: 0.7s ease;
}

.send-whatsphone:hover {
  width: 160px;
  transition: 0.7s ease;
}

.send-whatsphone-icone {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAC9FBMVEUAAADv7+/g4ODd3d3k5OTa2tr9/f3+/v7s7Ozm5ubX19fa2tra2tr09PT4+Pjz8/Pq6uru7u7s7Ozj4+Pj4+Pj4+Ph4eHh4eHX19f09PT7+/vt7e3////7+/vw8PDt7e3s7Oz7+/vr6+vm5ubj4+PW1tbg4ODd3d3a2trc3Nze3t7x8fHx8fH4+Pjy8vLt7e3q6ur9/f34+Pjn5+fu7u7l5eXl5eX6+vro6Ojb29vf39/29vb19fXh4eGWlpb6+vr6+vrz8/P+/v719fX9/f3+/v7z8/P29vb9/f37+/vm5ubq6urm5ubX19fh4eH6+vr+/v7Nzc3l5eX5+fnf39/V1dXv7+/IyMjr6+u7u7v4+Pi2trb///9DxVMtuEI/w1FFx1VNy1swukU3vkpW0WNBxFIzu0cvuUNSzl9LyVpKyVkst0Eqt0BPzF0+wk9V0GFTzmBRzV5IyFdUz2FMyltHx1c9wU88wU79/v01vUgptj86wE05v0w2vUlZ0mQotT5Bx1EktDv7/vz4+Pgxu0UmtTwdsjT8/Pzb895W0WJR0F06wksxvkQvvEIpuD3m9+g3wEk1wEcruj/5/fnt+u/r+e3M79G56sCu5bZOzltIy1ZGylU+xU48w00iszgfszYasDH7+/vf9uGV4Z1t0Xpl1XBRxWNKy1gsu0Dz/PT09PTx8fHo+Ovj9+bh9eTf9OLP8dPE7Mqn5q6C1o6C2oxp13Rn0HRd0WlMzFo6vE8ktjr2/ffx+/LU89fI7c3F78nB68ex57iq57Gn4rCe4aea3qSO2JqN3ZZ91Ip51YV824R00YFx2XtgynBdzWtZxmpaymlPyF9IxllAwVIyuEb6/fr6+vrn+OnZ9dzW8trC78a96MS26Lyw5bii4que5KWX3aGU2p+R2pyJ2ZSF2JCF24+G34521INw031rzXlkzHRiz3Bj029dzGxKw1xKzVg7vk88wE47xEw1ukqw6rWb3KaM2JiH25F324BxzYBGvlkRrSr4hFN5AAAAXHRSTlMA9DkpGwT8+MVoMBAK+eTQuI+BfnJcVUoW/ujl4Nm9r6alnJuOSkZANCMI+Ofm2djXzsTDuaGVjIqAZVszMS/48fDs6dva2s/Ds6Shj4iHgXRwYmBgX0JBPy4jI2o55OUAAAVZSURBVEjHtZZ1QFNBGMDHxO7u7u7u7m59xkDFzelsN0AcrGDN6AYVEFERFQXs7u7u7q5/fN/3gse2B/qHv3929933e3e7u3f3BP+BgtMmjak7pGaNGgPbDu3cvUeVf1Abj25bmOBSre54178yi3dvJycc6de5R/7jrVCT4KFQ3WJ5u1PacbL9dqek7A7iBPqUK8GvlijLDnjz/nWnzmRkJGac+fHsy40UJjyYt3PXWnTKnlunfPR6vSyARCbT6wMS76+lmwqPc+5OHUAgwYcSI/RzfLjIIgKebaX1rs7cXqUI5FbGe9kcnzm58QmI0K8LJpCyTtzqVLfHyV6dInufuJ+yR9q7VWpgfG1i8jIZDwEREdsoe6ydTM3V3l2Zy/JgfuQ6atYm53LLU/36ZC7Ok/lR9zGxVHGO2wS3suVN8vx8WBJ5CO169oMOOhO1BBBFRUUlL+FhYTIuWaGGrFsRN9Y25UIgcte2sDunIhfyEPkmBJKLFGRehtJQvSHJFIlEpLsZ9tiuZJFzFiqpSWO6rowd71BCm1i0l6CGIeJBnIlbtQMt14GKf5R4OQk8F9gikiznQfkUEuRCdAv0hspTpZhEIsbH4kDEPEgkmyGhHMpFoXhdvFRConxB0OxXSviIPgIJrZqBXBuKYdFLgegd7EnwesZSHpQ7cbUKwJnVH4ono1cAINMcj1nBw+zlmyChEvzlQtDPubmzgejnrLwTIs75FAYJnUi5ESzUJvEMDM+4GEy7Rz7N5sXwHfcJM1+hMTMorAcpNwwCfMSsh5TSpNwFCgetdNyAcUJ+zpCX/BpyapJyPSjcC5xLY9iH9iEI8BHz9iqZ0pLZX0cDZ9EYzu3BlXoROHcWH4YLQXAHMfI9I9tiPE4AlkvWPOSrtFwfUsONixhWWtPRDp1lZWOGVYu4WN/icULK5WCp9gWuWsngfuk62gdWBdIR6yUvI7QzBOIWG8ScBJa53qtYjDv90N560eQFddPzkNAn3qacDNN2ZqmEOjiCkhReOZhOEIjlpNHo7WW8GAIH65OPJnemHTdDGVKeXhJK603eHDY8llN6+iuF+eNN+hV/fNkdW90vW2ArwDvZrBXO2AZ3LrbtYAOhpw/gLydJfQEqCY0FJGXxSnVXcOXVtpO7CQfCKNn2AColXUGulIDjtq3Ohfmsv4P8wAwtinlpOYdYlRY4tR7zFFxW2z4c8bOT12+AFttpKOuKCpAu+P9emhXzuCjczEl3cunhHhBXq3FILq70ZVMVZ8ZDzVExTWpLOsoO3u+wGuVsXGQ5e0vXxq4fadzsULtJNW7nD98MDgoK2XdW46EmQ9LLm3C62I8TYV+o3812c4KHOdvtw7t3WVIzVmdK07Hj+gIWvG9OZ3s4Z6bU7LmALsceJYAWrqxbDG7YkCzpzHyJ246uqpvd1X47Nl9VqqU2va4MLbLH/kPtgnzQ+B6To9ymCudTtSVMQVKsVCrVxGm1GqlTPLVXwgnEpQmn44b4zsz0JcXPr74dy4r39XRgjTb2ZRrlNm/k8DVz9/ea84/CYA0tx67Ex2nWcND4xsedTSfofisLuBTB+Tqc8yJs+ZqkiY+P80VitfGxn08w76W8emOOiZeVA3L/8J+/rpCj9VyQdf5haDATV7VvKsjFRMI5fiFp/v5plhTOI5s3sP/grscRdKqq1wge5BvLCB2+0EsxjaqSRTpVEnZ0UTlTdRuLVBQ4UIwSU1uPqFiAmoMKbVJV9qZLx8oFBY5UIBKqVh9eVMhpK1G5fHuX1I2qBJ0u4Zoq1aV1/Qk4T44MK1O0Z3HHsGvPRt26NmgwqkIlYdNmgv/AHwgll5kWhiGeAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  width: 160px;
  background-size: 44px;
  background-position: 105px 8px;
  padding: 7px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.send-whatsphone-icone .text {
  margin-right: 30px;
}




.fixed-tabs-mail {
  position: fixed;
  left: 0px;
  bottom: 70px;
  z-index: 100;
}

.send-mail {
  background: #b71823;
  height: 60px;
  width: 70px;
  border-radius: 0 30px 30px 0;
  transition: 0.7s ease;
}

.send-mail:hover {
  width: 160px;
  transition: 0.7s ease;
}

.send-mail-icone {
  background-image: url('../img/email.png');
  background-repeat: no-repeat;
  width: 160px;
  background-size: 44px;
  background-position: 105px 8px;
  padding: 7px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.send-mail-icone .text {
  margin-right: 30px;
}

 */



/* ايقونات الاتصال الشريط الجانبي */
 .fixed-tabs-mail, .fixed-tabs-phone, .fixed-tabs-whatsapp, .fixed-tabs-location {
  position: fixed;
  left: 0px;
  z-index: 100;
}

.fixed-tabs-phone {
  bottom: 105px;
}

.fixed-tabs-mail {
  bottom: 50px;
}

.fixed-tabs-whatsapp {
  bottom: 160px;
}

.fixed-tabs-location {
  bottom: 215px;
}

/* Media Queries للهواتف */
@media (max-width: 768px) {
  .fixed-tabs-phone {
    bottom: 85px; /* ضبط الموضع للهواتف */
  }

  .fixed-tabs-mail {
    bottom: 40px; /* ضبط الموضع للهواتف */
  }

  .fixed-tabs-whatsapp {
    bottom: 130px; /* ضبط الموضع للهواتف */
  }

  .fixed-tabs-location {
    bottom: 175px; /* ضبط الموضع للهواتف */
  }

  /* تغيير حجم الأيقونات للنمط الصغير */
  .fixed-tabs-mail, .fixed-tabs-phone, .fixed-tabs-whatsapp, .fixed-tabs-location {
    width: 50px; /* عرض أصغر للأيقونات */
    height: 50px; /* ارتفاع أصغر للأيقونات */
    font-size: 18px; /* حجم نص أصغر */
  }
}



/* اللون المخصص لكل أيقونة */
.send-mail {
  background: #d14836; /* لون الأحمر الداكن للبريد الإلكتروني */
  height: 50px;
  width: 60px;
  border-radius: 0 30px 30px 0;
  transition: 0.7s ease;
}

.send-contact {
  background: #4285f4; /* لون الأزرق للاتصال */
  height: 50px;
  width: 60px;
  border-radius: 0 30px 30px 0;
  transition: 0.7s ease;
}

.send-whatsapp {
  background: #25d366; /* لون الأخضر للواتساب */
  height: 50px;
  width: 60px;
  border-radius: 0 30px 30px 0;
  transition: 0.7s ease;
}

.send-location {
  background: #126d45; /* لون الأصفر للموقع */
  height: 50px;
  width: 60px;
  border-radius: 0 30px 30px 0;
  transition: 0.7s ease;
}

.send-mail:hover, .send-contact:hover, .send-whatsapp:hover, .send-location:hover {
  width: 160px;
  transition: 0.7s ease;
}



/* Media Queries للهواتف */
@media (max-width: 768px) {
  .send-mail, .send-contact, .send-whatsapp, .send-location {
    height: 40px; /* تقليل الارتفاع للأزرار */
    width: 50px; /* تقليل العرض للأزرار */
    border-radius: 0 20px 20px 0; /* تقليل زوايا الأزرار */
  }

  .send-mail:hover, .send-contact:hover, .send-whatsapp:hover, .send-location:hover {
    width: 120px; /* عرض الأزرار عند التمرير على الهواتف */
  }
}



/* الأيقونات */
.send-mail-icone, .send-contact-icone, .send-whatsapp-icone, .send-location-icone {
  background-repeat: no-repeat;
  width: 160px;
  background-size: 38px;
  background-position: 105px 8px;
  padding: 7px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration:  none;/* إزالة أي خط تحت النص */
}


/* Media Queries للهواتف */
@media (max-width: 768px) {
  .send-mail-icone, .send-contact-icone, .send-whatsapp-icone, .send-location-icone {
    width: 120px; /* عرض أصغر للأيقونات */
    background-size: 30px; /* حجم الأيقونة أصغر */
    background-position: 80px 5px; /* تعديل موضع الأيقونة */
    padding: 5px; /* تقليل الحشوة */
    font-size: 14px; /* حجم نص أصغر */
  }
}




.send-mail-icone {
  background-image: url('../img/email\ \(1\).png');
}

.send-contact-icone {
  background-image: url('../img/phone-call\ \(1\).png');
}

.send-whatsapp-icone {
  background-image: url('../img/whatsapp.png');
}

.send-location-icone {
  background-image: url('../img/pin-map.png');
}

.send-mail-icone .text, .send-contact-icone .text, .send-whatsapp-icone .text, .send-location-icone .text {
  margin-right: 30px;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.send-mail:hover .text, .send-contact:hover .text, .send-whatsapp:hover .text, .send-location:hover .text {
  opacity: 1;
}



/*OUR WORK  */

/*** Screenshot ***/
.screenshot-carousel {
  position: relative;
  width: 253px;
  height: 500px;
  padding: 15px;
  margin-right: 30px;
}

.screenshot-carousel::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/screenshot-frame.png) center center no-repeat;
  background-size: 253px 500px;
  z-index: 1;
}

.screenshot-carousel .owl-item img {
  position: relative;
  width: 223px;
  height: 470px;
}

.screenshot-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.screenshot-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  width: 15px;
  height: 15px;
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
  border-radius: 15px;
  transition: .5s;
}

.screenshot-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
  background: #FFFFFF;
  border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
  box-shadow: 0 0 10px var(--dark);
}








/* our work */
/*** Screenshot ***/
.screenshot-carousel {
  position: relative;
  width: 253px;
  height: 500px;
  padding: 15px;
  margin-right: 30px;
  margin-top:20px;

} 
 


.screenshot-carousel::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/screenshot-frame.png) center center no-repeat;
  background-size: 253px 500px;
  z-index: 1;
  
}
 
/* .col-lg-8 {
  background-color: #e7f1f0;
} */

.mb-3{
  color: #009b85;
}
.screenshot-carousel .owl-item img {
  position: relative;
  width: 223px;
  height: 470px;

 
}

.screenshot-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.screenshot-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  width: 15px;
  height: 15px;
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
  border-radius: 15px;
  transition: .5s;

}

.screenshot-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
  background: #FFFFFF;
  border-radius: 5px;
 
}

.screenshot-carousel .owl-dot.active {
  box-shadow: 0 0 10px var(--dark);
 
}

/* .btn-primary-gradient{
  border-radius:5px ;
  background-color: #86e4c7;

} */


.portfolio-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.portfolio-section h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
  font-weight: bold;
  color: #333;
}

.project-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  flex-direction: row-reverse; /* عكس اتجاه النص والصورة */
}


.project-image img {
  width: 200px;
  height: auto;
  border-radius: 10px;
}




.project-details {
  flex: 1;
  margin-left: 30px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.project-details h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
  text-align: center;
}

.project-details p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #666;
}

.project-btn {
  padding: 10px 25px;
  background-color: #3498db;
  color: #fff;
  text-decoration: none;
  
  border-radius: 50px;
  font-size: 1em;
  transition: background-color 0.3s;

}

.project-btn:hover {
  background-color: #2980b9;
}

.project-card.show {
  transform: translateY(0);
  opacity: 1;
}



/* OUR WORK end */



/*--------------------------------------------------------------
# ما يميزنا Section
--------------------------------------------------------------*/
#featurres .service-item {
  background-color: var(--surface-color);
  text-align: center;
  /* border: 1px solid black(in srgb, var(--default-color), transparent 85%); */
  padding: 80px 20px;
  height: 100%;
  transition: all ease-in-out 0.3s;
  border: 1px solid rgb(48, 211, 157);
}

 .container.section-title{
  text-align: center;
  color: #08ba9f;
  font-weight: bold;
 
}
 

#featurres .service-item .icon {
  background: var(--accent-color);
  color: var(--contrast-color);
  margin: 0 auto;
  width: 64px;
  height: 100px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

#featurres .service-item .icon i {
  font-size: 80px;
  transition: ease-in-out 0.3s;
}

#featurres .service-item h3 {
  font-weight: 700;
  text-align: center;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: 0.3s;
}

#featurres .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

#featurres .service-item:hover {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}









/* تصميم النافذة */
.modal {
  display: none; /* إخفاء النافذة في البداية */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* خلفية شفافة */
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%; /* تعديل العرض */
  max-width: 500px; /* الحد الأقصى للعرض */
  margin: auto;
  position: relative;
}

.modal-image {
  width: 100%; /* عرض الصورة بالكامل داخل النافذة */
  height: auto;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #555;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}

