:root {
    --main-color: #448893;
    --main-color: #448893;
    --main-color: #029E90;
    --main-color: #E91E63 !important;
    /*--main-color: #ddc410 !important;*/
    /*--main-color: #FF9800 !important;*/
    --main-color: #3a4b75 !important;
    --Second-Color: #0d7abb;
    --Colors-Grey-60: rgba(153, 153, 153, 1);
    --Colors-Grey-40: #666666;
    --Card-Background: #F5F6F8;
    --Second-Color: #75DFFF;
    --DeepBlack :#050505;
    --FontBold: 'Tajawal-BoldBold';
    --FontMedium: 'Tajawal-Medium';
    --FontRegular: 'Tajawal-Regular';
    --EmMessiriBold: 'ElMessiriBold';
    --AmiriBold: 'AmiriBold';
}


@font-face {
    font-family: Tajawal-BoldBold;
    src: url('../fonts/tajawal/Tajawal-Bold.ttf');
}

@font-face {
    font-family: Tajawal-Medium;
    src: url('../fonts/tajawal/Tajawal-Medium.ttf');
}

@font-face {
    font-family: Tajawal-Regular;
    src: url('../fonts/tajawal/Tajawal-Regular.ttf');
}

@font-face {
    font-family: ElMessiriBold;
    src: url('../fonts/elmessiri/ttf/ElMessiri-Bold.ttf');
}

@font-face {
    font-family: AmiriBold;
    src: url('../fonts/Amiri-Bold.ttf');
}



/* Start Landing Page */
.landing-page {
    min-height: 85vh;
    /*height: 80vh;*/
    background-image: url('../images/60.jpg');
    background-size: cover;
    position: relative;
}

.landing-page .overlay {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    width: 90%;
    height: 85vh;
    left: 0;
    top: 0;
    z-index: 1;
}

.landing-page .container {
    position: relative;
    z-index: 1000;
}

.intoduction-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #FFF;
    /*color: red;*/
    text-align: center;
    width: 95%;
}

.carousel-item {
    position: relative;
    width: 100%;
    /*min-width: 100vh;*/
    height: 85vh; 
    overflow: hidden;
    text-align: right;
}

.carousel-item img,
.carousel-item video {
    /*width: 100%;*/
    /*width: 100vh;*/
    /*min-width: 100vh;*/
    height: 100%;
    /*object-fit: contain; */
    /*display: block;*/
    object-fit: cover;
}




.intoduction-text h1 {
    font-size: 34px;
    margin: 0 0 12px;
}

@media(max-width:575px) {
    .intoduction-text h1{
        font-size: 26px;
    }
}

.intoduction-text h1 span {
    color: var(--main-color)
}
.intoduction-text p {
    line-height: 1.6;
    font-size: 22px;
    margin: 0 auto;
    width: 65%;
}

.intro-area {
    width: 100%;
    /*height: 100vh;*/
    margin: 15px 0px 0px 0px;
    padding: 50px;
    /*background-color: silver;*/
    background-color: #f9f9f9;
}
.vistion-area {
    margin-bottom: 30px;
}
.mission-area {
    margin: 20px 0px;
}
.intro-area .intro-box {
    min-height: 390px;
    background-color:#09A9F4 ;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    /*background-color: red;*/
}

.intro-area .intro-box .intro-title {
    font-size: 24px;
    font-weight: bold;
    font-family: var(--FontBold);
    color: #448893;
}

.intro-area .intro-box .intro-title span {

}

.intro-area .intro-box .intro-content {
    font-size: 24px;
    font-weight: 200;
    /*padding: 10px;*/
    text-align: justify;
    /*margin: 25px 0px;*/
}

.intro-area .our-goals {
    line-height: 1.6;
} 
.intro-area .our-goals ul {
    list-style-type: none;
}

.intro-area .our-goals li span {

}

.intro-area .intro-box .intro-content span {

}

/* Start Department Area */
.departments-area {
    padding: 20px;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.departments-area a {
    text-decoration: none;
}

.departments-area .departments-title {
    text-align: center;
    margin-bottom: 50px;
    font-family: var(--FontBold);
}

.departments-area .departments-title span {
    font-size: 60px;
    font-weight: bold;
    color: #448893;
}

.department-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*margin-bottom: 20px;*/
    margin-top: 10px;
    /*border-radius: 0px 200px 150px 0px;*/
    /*border-radius: 0px 150px 0px 150px;*/
}

.department-card .department-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.department-card .department-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 5px;*/
    /*border-radius: 0px 150px 0px 150px;*/
}

.department-card .department-content {
    margin-bottom: 30px;
    border-bottom: 3px solid #ddd;
}
.department-card .department-name {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #448893;
    text-transform: uppercase;
    /*border-top: 3px solid #ddd;*/
    margin-top: 20px; 
    font-family: var(--FontMedium);
}
/* End Department Area */

/* Start Properties Area  */

    /* Start Properites Area  */

    .operation-text {
        font-size: 15px;
        font-weight: bold;
    }
    .sale {
        color: #4CAF50;
    }
    .rent {
        color: #FF9800;
    }
    .show-details-btn {
        width: 100%;
        height: 45px;
        margin: 0 auto;
        border-radius: 12px;
        background-color: var(--main-color);;
        text-align: center;
        text-decoration: none;
        color: white;
        font-size: 20px;
        font-weight: bold;
        padding: 8px 0px;
    }

/* End Properties Area  */


/* End Properties Area  */


/* Start Type Area  */

.type-area {
  padding: 40px 15px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.flex-item {
  width: calc(50% - 10px); /* هاتف: عنصرين */
  border-radius: 8px;
}

@media (min-width: 768px) {
  .flex-item {
    width: calc(33.333% - 13.33px); /* تابلت */
  }
}

@media (min-width: 992px) {
  .flex-item {
    width: calc(25% - 15px); /* شاشات كبيرة */
  }
}

.property-card {
    /*border-color: red;*/
}

.type-card {
  border-radius: 15px;
  color: white;
  text-align: center;
  padding: 25px 15px 30px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.type-card::after {
  content: "";
  position: absolute;
  bottom: 20px; /* غيّره حسب رغبتك */
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}


.type-card:hover {
  transform: translateY(-5px);
}

.type-icon {
  font-size: 35px;
  margin-bottom: 10px;
}

.type-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.type-count {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
  display: block;
}

/* خلفيات مميزة لكل نوع */
.bg-apartments   { background-color: #007B8F; }
.bg-villa        { background-color: #5A3E85; }
.bg-land         { background-color: #4CAF50; }
.bg-building     { background-color: #1F3C88; }
.bg-shop         { background-color: #E67E22; }
.bg-warehouse    { background-color: #B03A2E; }
.bg-other        { background-color: #7F8C8D; }



/* End Type Area  */








/* Start Categories Area  */

.category-area {
    /*width: 80%;*/
    margin: 0 auto;
    padding: 70px;
    /*background-color: #f9f9f9;*/
}

.category-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*margin-bottom: 20px;*/
    margin-top: 10px;
    /*border-radius: 0px 200px 150px 0px;*/
    /*border-radius: 0px 150px 0px 150px;*/
    /*border-radius: 0px 90px 0px 90px;*/
}

.flex-item a {
    text-decoration: none;
}

.category-card .category-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.category-card .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 5px;*/
    /*border-radius: 0px 150px 0px 150px;*/
}

.category-card .category-content {
    margin-bottom: 30px;
    border-bottom: 3px solid #ddd;
}
.category-card .category-name {
    text-align: center;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #448893;
    text-transform: uppercase;
    /*border-top: 3px solid #ddd;*/
    margin-top: 20px; 
    font-family: var(--FontMedium);
    margin: 0px 65px;
}


.d-flex {
    display: flex;
}

.flex-container {
    /*background-color: red;*/
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.text-section {
    flex-grow: 1;
}

.icon-section {
    flex-shrink: 0;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    flex: 1 1 calc(100% / 6); /* 6 عناصر في الشاشة الكبيرة */
    padding: 10px;
}

@media (max-width: 768px) {
    .flex-item {
        flex: 1 1 calc(100% / 2); /* عنصران في الشاشة الصغيرة */
    }
}



/* End Categories Area  */


/* End  Landing Page  */

/* Start Partners Area  */

#Partners {
  padding: 5px 0;
  background-color: #fff;
  overflow: hidden; /* لإخفاء العناصر الخارجة عن الإطار */
}

.partner-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partner-track {
  display: flex;
  gap: 50px;
  animation: slide 25s linear infinite; /* مدة الحركة */
}

.partner-track img {
  width: 150px;
  /*height: auto;*/
  height: 150px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  /*object-fit: contain;*/
  /*transition: transform 0.3s ease-in-out;*/
}

.partner-track img:hover {
  transform: scale(1.2); /* تكبير الشعار عند التمرير */
}

@keyframes slide {
  0% {
    transform: translateX(100%); /* بدء الحركة خارج الشاشة */
  }
  10% {
    transform: translateX(0); /* عرض الشعارات بالكامل */
  }
  90% {
    transform: translateX(-100%); /* اختفاء الصورة الأخيرة */
  }
  100% {
    transform: translateX(-100%); /* نهاية الحركة */
  }
}

    
/* End Partners Area */

/* Start Clients Area  */
.clients-area {
    background-color: #f8f9fa;
    margin: 60px 0;
    padding: 20px;
}

.client-card {
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.client-logo {
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.client-logo:hover {
    transform: scale(1.2); /* تكبير الشعار عند التمرير */
}

.client-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    transition: color 0.3s ease-in-out;
}

.client-name span:hover {
    color: #007bff; /* تغيير لون النص عند التمرير */
}

/* End Clients Aera */

/* Start Show Department Area  */
.department-area {
    padding: 50px ;
}
.department-area .department-title {
    text-align: center;
    margin-top: 30px;
}

.department-area .department-title span {
    font-size: 40px;
    font-weight: bold;
    font-family: var(--FontBold);
    color: var(--main-color);
}

.department-area .department-details {
    margin: 30px 0px;
    padding: 15px;
}

.department-area .department-goals {
    background-color: #f8f9fa;
    height: 100%;
    /*margin-bottom: -60px;*/
    border-radius: 6px;
    /*border: solid 3px var(--main-color);*/
}

.department-area .department-goals ul span {
    font-size: 24px;
    font-family: var(--FontRegular);
}


.service-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*margin-bottom: 20px;*/
    margin-top: 10px;
    /*border-radius: 0px 200px 150px 0px;*/
    /*border-radius: 0px 150px 0px 150px;*/
}

.service-card .service-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.service-card .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 5px;*/
    /*border-radius: 0px 150px 0px 150px;*/
}

.service-card .service-content {
    margin-bottom: 30px;
    border-bottom: 3px solid #ddd;
}
.service-card .service-name {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #448893;
    text-transform: uppercase;
    /*border-top: 3px solid #ddd;*/
    margin-top: 20px; 
    font-family: var(--FontMedium);
}

.service-description {
    text-align: justify;
    height: 50px;
    /*background-color: red;*/
    width: cal(100% - 150px);
}

.service-description span {
    
}

/* End Show Department Area */


/* Start Creation Area  */
.creation-area {
    background-color: #f9f9f9;
    /*width: 100%;*/
    /*height: 100vh;*/
    min-height: 600px;
    padding: 100px;
}





/* End Creation Area  */



/* Start View Category  */

.view_category-area {
    margin: 80px;
}

.view_category-area .category-title {
    font-size: 24px;
    font-weight: bold;
}

.department-contents {

}

.department-contents ul {
    list-style-type: none;
}

.department-name span {
    font-size: 24px;
    font-weight: bold;
}

.link-content {
    margin: 1px 30px;
}

.department-contents a {
    text-decoration: none;
}

.department-contents {
    
}


/* Start Links Area  */


.category-title {
    display: flex;  
    align-items: center; 
    gap: 10px; 
    text-align: center;
    margin-top: 30px;
}

.category-title  span {
    font-size: 40px;
    font-weight: bold;
    font-family: var(--FontBold);
    color: var(--main-color);
}

.view-category-image {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.view-category-image img {
    width: 80px; 
    height: 80px;
    border-radius: 50%;
    object-fit: cover; 
}

.department {
    display: flex;
    /*align-items: center;*/
    justify-content: flex-start;
    overflow: hidden;
}

.department .department-image {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 10;
}

.department-image img {
    width: 80px; 
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.fa-plus,
.fa-minus {
    font-size: 30px;
    font-weight: bold;
    color: var(--main-color);
}


.definitionions-texts {
    /*background-color: red;*/
}

.definitionions-texts .definitionions-title {
    /*background-color: red;*/
    font-size: 28px;
    font-weight: bold;
    color: var(--main-color);
    font-family: var(--main-color);
    margin: 30px 0px;
}

.definitionions-content a {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: var(--main-color);
}

.definitionions-content {
    margin-bottom: 20px;  
}

.links-area {
    /*padding: 10px;*/
    /*height: 40px;*/
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding: 8px 18px 8px 0px;
      gap: 8px;
      /*width: 538px;*/
      width: 90%;
      height: 91px;
      margin: 0 auto;
      margin-top: 20px;
      background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
      box-shadow: 88px 237px 101px rgba(0, 0, 0, 0.01), 49px 133px 85px rgba(0, 0, 0, 0.05), 22px 59px 63px rgba(0, 0, 0, 0.09), 5px 15px 35px rgba(0, 0, 0, 0.1);
      border-radius: 16px;
      /*display: inline-block;*/
}

.link-area {
    display: flex;
    align-items: center;
    gap: 10px; /* يضبط المسافة بين الصورة والنص */
    text-decoration: none; /* يزيل التسطير عن الرابط */
}

.link-title span {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    white-space: nowrap; /* يمنع كسر النص */
}


.link-image {
    width: 65px;
    height: 65px;
}

.link-image img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}


/* End Links Area  */



/* End View Category  */

/* Start Show Creations Page */
.show-creations {
    min-height: 80vh;
    width: 80%;
    margin: 0 auto;
    padding: 100px;
    /*background-color: silver;*/
    background-color: rgba(255 255 255 / 80%);
}

.creators-name .creator {
    font-size: 22px;
    font-weight: bold;
    /*margin-top: 100px;*/
    /*background-color: red;*/

}

.show-creations .creators-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8px 18px;
    width: 90%;
    min-height: 90px;
    margin: 0 auto;
    margin-top: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
    box-shadow: 88px 237px 101px rgba(0, 0, 0, 0.01), 49px 133px 85px rgba(0, 0, 0, 0.05), 22px 59px 63px rgba(0, 0, 0, 0.09), 5px 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    /*background-color: red;*/
    position: relative;
}

.show-creations .fa-eye {
    /*margin-bottom: -20px;*/
    /*color: red;*/
}

.show-creations .creators-name ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 0px;
    width: 100%;
}

.creation-content .creation {
    padding: 1px 20px;
}
.creation-content .creation span {
    font-size: 18px;
    font-weight: bold;   
}


/*  End Show Creations Page */


.statistics-area {
    /*padding: 80px 10px4;*/
    /*background-color: #f9f9f9;*/
    margin-bottom: 70px;
    /*background-color: var(--main-color);*/
    background-color: #f9f9f9;
    padding: 70px 10px;
}

.stats-box {
            text-align: center;
            padding: 30px;
            background: #f8f9fa;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .stats-box i {
            font-size: 40px;
            color: var(--main-color);
            margin-bottom: 15px;
        }
        .counter {
            font-size: 32px;
            font-weight: bold;
            color: #333;
        }
        .stats-title {
            font-size: 18px;
            color: #666;
            color: black;
            font-family: var(--FontBold);
        }





/* Start Features */
.features {
    /*padding-top: 30px;*/
    padding-bottom: 5px;
    /*background-color: var(--section-background);*/
        /*background-color: #f9f9f9;*/
}

.features .container {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
    gap: 20px;
}

    .features .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto; 
    gap: 20px; 
}

.features .feat {
    flex: 1;
    text-align: center;
    min-width: 250px; 
}


.features .feat {
    padding: 20px;
    text-align: center;
}

.features .feat i {
    color: var(--main-color);
}

.features .feat h3 {
    font-weight: bold;
    margin: 10px 0;
    color: var(--main-color);
    font-family: var(--FontBold);
}

.features .feat p {
    line-height: 1.8;
    color: #777;
    font-size: 17px;
}
/* End Features */


/* Start Show Area  */
.show-area {
    padding: 100px;
}

.show-area .first {

}

.show-area .show-img {

}

.show-area .show-img img {
    width: 100%;
    height: 100%;
    /*width: 250px;*/
    /*height: 300px;*/
}

.show-area .second {

}

.show-area .show-txt {
    font-size: 20px;
    font-family: var(--FontRegular);
    text-align: justify;
    margin-top: -10px;
}

.show-area .show-txt  .show-txt-title span {
    font-size: 26px;
    font-family: var(--FontBold);
    color: var(--main-color);   
}

.show-area .show-txt  .show-txt-content {
    line-height: 2;
}

.show-area .show-txt  .show-txt-content span {
    /*letter-spacing: 2.6;*/
    /*line-height: 5;*/
}

.second .show-video {
    /*width: 30%;*/
    /*min-height: 1000px;*/
}

.second .show-video video {
    width: 500px;
    height: 380px;
}
    
/* End Show Area  */


/*  Start Main Title Area */
.main-title-area {
    padding: 60px 60px 0px;
    margin-bottom: 10px;
}

.main-title-area .main-title,
.main-title-area .sub-title {
    text-align: center;
}

.main-title-area .main-title span {
    font-size: 80px;
    font-weight: bold;
    font-family: var(--FontBold);
    color: var(--main-color);
}

.main-title-area .sub-title span {
    font-size: 44px;
    font-weight: bold;
    font-family: var(--FontBold);
    color: var(--main-color);
}



/* End Main Title Area  */


/* Start Creatrors Area  */
.crators-area {
    padding: 60px;
    margin: 0 auto;
    /*background-color: red;*/
}
.crators-area a {
    text-decoration: none;
}

.crators-area .crators-img {
    /*width: 100vh;*/
    height: 200px;

}
.crators-area .crators-img img {
    /*width: 100vh;*/
    width: 100%;
    height: 200px;
}
.crators-area .crators-title {
    padding: 40px 40px 10px;
}

.crators-area .crators-title span {
    font-size: 40px;
    font-weight: bold;
    font-family: var(--FontBold);
    color: var(--main-color);
}


/* End Creators Area  */


