:root {
    --main-color: #448893;
    --main-color: #448893;
    --main-color: #029E90;
    /*--main-color: yellow;*/
    --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');
}

* {
    box-sizing: border-box;
}
body {
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    overflow-x: hidden;
    margin: 0 auto;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}


/* Start Landing Page */
.landing-page {
    /*min-height: 100vh;*/
    height: 65vh;
    background-image: url('../images/60.jpg');
    /*background-repeat: no-repeat;*/
    background-size: cover; /* Mobile Screen  */
    background-size: contain; /* Large Screen   */
    position: relative;
}
.landing-page .overlay {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.landing-page .container {
    position: relative;
    z-index: 1000;
}


.intoduction {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #FFF;
    text-align: center;
    width: 65%;
    display: flex; /* وضع العناصر في نفس السطر */
    justify-content: space-between; /* توزيع المساحة بالتساوي بين العناصر */
    align-items: center; /* محاذاة العناصر في منتصف المحور الرأسي */
    gap: 100px;
}

.intoduction-text {
    width: 50%;
    /*background-color: red;*/
    /*text-align: left; */
}

.intoduction-img {
   width: 50%;
}

.intoduction-text h1 {
    font-size: 50px;
    font-family: var(--FontBold);
    font-weight: bold;
    margin: 0 0 12px;
    color: #fef8bc;
}

.intoduction-text p {
    text-align: justify-all;
}


@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: 14px;
    font-weight: 600;
    margin: 0;
}



.features-area {
    /*width: 100%;*/
    /*height: 400px;*/
    /*background-color: silver;*/
    margin-top: -35px;
    margin-bottom: 100px;
}

.features-area .features-card {
    height: 180px;
    /*width: 50%;*/
    /*background-color: red;*/
    margin: 0 auto;
    background: none repeat scroll 0 0 #fff;
    border-radius: 24px;
    box-shadow: 0 0 8px 0 #c4c4c4;
    padding: 30px 80px;
}

.features-area .features-card .features-img { 
    padding: 5px 25px;
}

.features-area .features-card .features-img img { 
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
}

.features-area .features-card .features-title { 

}

.features-area .features-card .features-title span { 
    font-size: 22px;
    font-family: var(--FontBold);
    font-weight: bold;
    color: var(--main-color);
}


/* Start Services Area  */

.services-area {
    /*height: 500px;*/
    padding: 50px 160px;
    /*background-color: silver;*/
}

.services-area .services-title {
    text-align: center;
    padding: 15px;
}

.services-area hr {
    height: 3px;
    background-color: var(--main-color);
    /*color: #343056;*/
    /*background-color: black;*/
    width: 44%;
    margin: 0 auto;
}

.services-area .services-title span {
    font-size: 26px;
    font-family: var(--FontBold);
    font-weight: bold;
    color: var(--main-color);
}

.services-area .services-content {
    padding: 3px 160px;
    text-align: justify;
}

.services-area .services-content span {
    font-size: 16px;
    color: var(--main-color);   

}

.steps-container {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    margin: 0 auto;
    padding: 20px 160px;
    /*background-color: red;*/
}

.arrow {
    position: absolute; /* تغيير من relative إلى absolute */
    width: 100px;
    height: 2px;
    background-color: var(--main-color);
    /* إلغاء هوامش الحافة */
    top: 50%;
    transform: translateY(-50%);
}

.step {
    display: flex;
    align-items: center;
    position: relative;
    /* التأكد من أن العناصر داخل الخط تكون محاذاة بشكل صحيح */
}

.step .circle + .arrow {
    /* إذا كنت بحاجة إلى إضافة هوامش لجعل الخط أكبر قليلاً */
    /*margin-left: 15px;*/
    margin-right: 15px;
}

.step:last-child .arrow {
    display: none;
}

/* الدائرة */
.circle {
    width: 150px;
    height: 150px;
    border: solid 1px var(--main-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
}

.steps-container .circle span {
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: white;
}

/* السهم */
.arrow {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: var(--main-color);
    /*margin-right: 15px;*/
    margin-left: 15px;
}


.step:last-child .arrow {
    display: none;
}

.steps-texts {
        /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between; */
    /*margin: 0 auto;*/
    padding: 20px 160px;
}

.steps-texts .step-title {

}

.steps-texts .step-title span {
    font-size: 26px;
    font-family: var(--FontBold);
    font-weight: bold;
    color: var(--main-color);
}

.steps-texts .step-content {
    text-align: justify;
}

.steps-texts .step-content span {
    
}

/* End Services Area  */


/* Start Our Us Area  */

.our-us-area {
    /*height: 600px;*/
    margin: 30px 0px;
    padding: 20px 160px;
    /*background-color: silver;*/
}

.our-us-area .our-vision .our-vision-card {
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: row; /* تغيير الاتجاه لجعل العناصر بجانب بعضها البعض */
  /*justify-content: space-between; */
  padding-top: 50px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: justify;
  /*padding-left: 60px;*/
  /*padding-right: 60px;*/
  padding: 20px 60px;
  background-color: var(--main-color);
}

.our-us-area .our-vision .our-vision-card .our-vision-img {
  margin-left: 20px; /* إضافة مسافة بين النص والصورة */
}



.our-us-area .our-vision .our-vision-card .our-vision-texts {
    width: 60%;
}

.our-us-area .our-vision .our-vision-card .our-vision-texts span {
    color: white;
}

.our-us-area .our-vision .our-vision-card .our-vision-texts .our-vision-title {

}

.our-us-area .our-vision .our-vision-card .our-vision-texts .our-vision-title span {
    font-size: 26px;
    font-family: var(--FontBold);
    font-weight: bold;
    color: #fef8bc;
}

.our-us-area .our-vision .our-vision-card .our-vision-texts .our-vision-content {
    padding: 30px 5px;
    /*width: 450px;*/
}

.our-us-area .our-vision .our-vision-card .our-vision-texts .our-vision-content span {
    font-size: 18px;
    text-align: justify;
    line-height: 2;
}

.our-us-area .our-vision .our-vision-card  .our-vision-img {

}

.our-us-area .our-vision .our-vision-card  .our-vision-img img {
    width: 200px;
    height: 300px;
}

/* End Our Us Area */


/* Start Ready Area */

.ready-area {
    /*background-color: #f9f9f9;*/
    font-family: var(--FontRegular);
}

.ready-area .ready-img {

}

.ready-area .ready-img img {
    
}

.ready-area .ready-title {
    padding: 30px 10px;
}

.ready-area .ready-title span {
    font-size: 20px;
    font-family: var(--FontMedium);
    font-weight: bold;
    color: var(--main-color);
}

.ready-area .ready-title hr {
    height: 3px;
    background-color: var(--main-color);
    /*color: #343056;*/
    /*background-color: black;*/
    width: 200px;
    margin: 0 auto;
}

.ready-area .ready-btn .btn {
    background-color: var(--main-color);
    min-width: 200px;
    min-height: 30px;
    color: white;
    border-radius: 15px;
}

.ready-area .ready-btn span {
    font-size: 25px;
    font-family: var(--FontBold);
    font-weight: bold;  
    letter-spacing: 1;
}

/* End Ready Area */

/* Start Contact Us  */
.contact-us {
    /*height: 600px;*/
    background-color: var(--main-color);
    padding: 100px;
    margin: 30px 0px;
}

.contact-us .contact-us-texts {

}

.contact-us .contact-us-btn {
    margin-top: 10px;
    text-align: center;
}

.contact-us .contact-us-texts .contact-us-title {
    padding: 30px 0px;
}

.contact-us .contact-us-texts .contact-us-title span {
    font-size: 35px;
    font-family: var(--FontBold);
    font-weight: bold;  
    letter-spacing: 1;
    color: #fef8bc;
}

.contact-us .contact-us-texts .contact-us-content {

}

.contact-us .contact-us-texts .contact-us-content span {
    font-size: 30px;
    letter-spacing: 1;
    color: white;   
}

.contact-us .contact-us-img {

}

.contact-us .contact-us-img img {
    
}

/* End Contact Us  */

/* Start Comments */

.comments {
    height: 300px;
    display: none;
}

/* End Comments */


.header-area {
    position: relative;
    z-index: 2;
    color: #FFF;
    display: flex;
    padding: 10px;
}
.header-area .logo {
    width: 300px;
    padding: 15px;
    font-weight: bold;
}

.header-area .links-container {
    width: 100%;
    text-align: right;
}

.header-area .links {
    list-style: none;
    padding-left: 0;
}
.header-area .links li {
    display: inline-block;
    margin-left: 10px;
}
.header-area .links li a {
    color: #FFF;
    text-decoration: none;
    transition: .3s;
}
.header-area .links li a:hover,
.header-area .links li a.active {
    color: var(--main-color);
}

.header-area .toggle-menu {
    background: none;
    border: none;
    width: 40px;
    cursor: pointer;
    margin-top: 15px;
    display: none;
    position: relative;
}

.header-area .toggle-menu.menu-active::before {
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    bottom: -15px;
    left: 10px;

}

.header-area .toggle-menu:focus {
    outline: none;
}

.header-area .toggle-menu span{
    display: block;
    background-color: #FFF;
    height: 4px;
    margin-bottom: 4px;
}

/* Start Landing Page */
.introduction-area {
    margin-top: 50px;
    min-height: 85vh;
    /*min-height: 100vh;*/
    /*min-height: 100%;*/
    position: relative;
}

.introduction-area .overlay {
    /*background-color: rgba(0, 0, 0, .7);*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.introduction-area .intro-container {
    margin-top: 70px;
    position: relative;
    z-index: 999;
}

.introduction-area .carousel-inner .carousel-img img {
    min-height: 85vh;
    max-height: 85vh;
    min-width:100%;
}

.introduction-area .carousel-control-prev,
.introduction-area .carousel-control-next {
    opacity: 0.9;
    background-color: var(--main-color);
    width: 30px;
    height: 30px;
    margin-top: 20%;
}

.introduction-area .carousel-control-prev {
    margin-left: 5px;
}

.introduction-area .carousel-control-next {
    margin-right: 5px;
}
.carousel-caption {
    /*background-color: red;*/
    /*height: 45;*/
  /*margin-top: 50px;*/
  bottom: 1% ;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin: 0px;*/
  right: 3%;
  left: 3%;
  text-align: right;

}
.carousel-caption span {
    font-family: var(--FontBold);
    font-size: 22px;
    /*margin-top: 50px;*/
    font-weight: bold;
    /*text-align: center;*/
    color: var(--main-color);
    color: white;
    /*color: black;*/
    text-align: right;
    /*min-width: 100vh;*/
}
/* End Introdiction */




@media (max-width: 991px) {
    .header-area .links {
        display: none;
    }
    .header-area .links.open {
        background-color: #FFF;
        padding: 10px;
        display: block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        border-radius: 4px;
        text-align: left;
    }
    
    .header-area .links.open li {
        display: block;
        margin: 10px;
    }
    
    .header-area .links.open li a {
        color: var(--main-color);
        font-weight: bold;
    }
    .header-area .toggle-menu {
        display: inline-block;
    }
}

/* End  Landing Page  */

/* Start Modal Form Area  */

.forms-section {
    /*background-color: red;
    padding-right: 80px;
    padding-left: 80px;
    margin-top: 80px;*/

}

.modal {
    /*background-color: green;*/
    /*top: 10;*/
    /*left: 10%;*/
    /*right: 10%;*/
    /*width: 80%;*/
    min-height: 100%;
    margin: 0 auto;
    /*overflow-x: scroll;*/
    /*overflow-y: auto;*/
}

#PropertyModel {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 90%;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
}

#PropertyModel .modal-dialog {
    max-width: 90%;
}

#PropertyModel .modal-content {
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#PropertyModel .modal-body {
    overflow-y: auto;
    max-height: 70vh;
    padding: 1rem;
}


.register-modal {
    margin-top: 80px;
    border: 0;
    /*max-width: 840px;*/
    width: 100%;
}

.modal-dialog {
    width: 100%;
   }

.modal-content {
    padding: 10px;
    border: 1px solid var(--main-color);
    margin-bottom: 50px;
}

.modal-header {
    /*background-color: red;*/
    /*display: block;*/
}

.modal-title {
    text-align: center;
    display: block;
}

.modal-title span {
    display: block;
    text-align: center;
}

.modal-main-title span {
    font-size: 22px;
    font-family: var(--FontBold);
}

.modal-sub-title span {
    display: inline-block;
    font-size: 15px;
}

.modal-sub-title span.login {
    color: var(--main-color);
    cursor: pointer;
}

.socialite-login-area {
    width: 100%;
    margin: 0 auto;
    /*background-color: red;*/
    text-align: center;
    margin-bottom: 15px;
}

.socialite-login-area .google-login,
.socialite-login-area .facebook-login {
    margin-top: 5px;
}

.socialite-login-area .google-login {
    display: inline-block;
}

.socialite-login-area .facebook-login {
    display: inline-block;
}

.socialite-login-area .btn {
    width: 400px;
    margin: 0 auto;
}


.registration-input {
    font-family: var(--FontBold);
    animation-durationcolor: #333745;
    width: 100%;
    border: 1px solid var(--main-color);
    outline: none;
    padding: 0.89rem;
    padding-left: 0.89rem;
    max-height: 40px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    padding: 5px 8px;
    border-radius: 6px;
    margin-bottom: 12px;
    color: #4c4b45;
}

.btn {
    min-width: 150px;
    border: 1px solid var(--main-color);
    /*background-color: white;*/

  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
  font-size: 16px;
  font-weight: 600;
  margin-right: 1px;
  margin-left: 1px;

}

.close-btn {
    color: red;
    border: 1px solid red;
}



/* End Modal Form Area  */


 /* Start Grid System */

@media (min-width: 576px) { /* Small Devices =>  Landscape Phones  */
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) { /* Medium Devices =>  Taplets  */
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) { /* Desktops Devices =>  PCs , Laptops  */
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) { /* Largs  Screens*/
    .container {
        max-width: 1140px;
    }
}


  /* End   Grid System */

  input[type="number"] {
    -moz-appearance: textfield;
}
