
/* Base styles for the anchor tag */
body{
    font-family: "Alexandria", sans-serif;

}
a {
    text-decoration: none;
    color: rgb(253 253 253);
}

a:hover {
    text-decoration: none; /* Ensure no underline or other decoration on hover */
}
p,h5{
    font-size: larger;
}

.realstate_web_photo{
    width: 295px;
    margin-left: 7px;
}

.realstate_web_photo2{
    width: 295px;
    margin-left: 7px;
}

.realstate_web_photo3{
    width: 295px;
    margin-left: 7px;

}
.articles{
    border-radius: 3px;
    outline: none;
    background-color: aliceblue;
    color: rgb(41, 41, 208);
    border: 1px solid rgb(15, 15, 195);
    left: 127px;
    /* bottom: 40px; */
    position: relative;
  transition: 0.5s;
}
.articles:hover{
    /* width: 62px; */
    border-radius: 3px;
    outline: none;
    background-color: rgb(8, 20, 123);
    color: rgb(227, 227, 233);
    border: 1px solid rgb(15, 15, 195);
    /* left: 124px; */
    /* bottom: 40px; */
    position: relative;
}
.work{
    width: 62px;
    border-radius: 3px;
    outline: none;
    background-color: aliceblue;
    color: rgb(41, 41, 208);
    border: 1px solid rgb(15, 15, 195);
    left: 124px;
    /* bottom: 40px; */
    transition: 0.5s;
    position: relative;

}
.work:hover{
    width: 62px;
    border-radius: 3px;
    outline: none;
    background-color: rgb(8, 20, 123);
    color: rgb(227, 227, 233);
    border: 1px solid rgb(15, 15, 195);
    left: 124px;
    /* bottom: 40px; */
    position: relative;

}
.clients{
    width: 62px;
    border-radius: 3px;
    outline: none;
    background-color: aliceblue;
    color: rgb(41, 41, 208);
    border: 1px solid rgb(15, 15, 195);
    left: -81px;
    /* bottom: 40px; */
    transition: 0.5s;
    position: relative;
    padding: 1px;

}
.clients:hover{
    
    width: 62px;
    border-radius: 3px;
    outline: none;
    background-color: rgb(8, 20, 123);
    color: rgb(227, 227, 233);
    border: 1px solid rgb(15, 15, 195);
    position: relative;
}
#languageToggle {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
}

#languageToggle:hover {
    background-color: #0056b3;
}
p{
    margin-top: 11px;
    margin-bottom: 1rem;
    max-width: 305px;
    margin-left: 13px;
}

h6   {
 text-transform: uppercase;
font-weight: bold;
font-size: 18px;
margin-left: 8px;
}
.like_img{
    width: 50px;
    left: -14px;
    position: relative;
}
.top_btn{
    display: block;
    position: fixed;
    bottom: 5px;
    z-index: 10000;
    outline: none;
    right: 3px;
    border-radius: 3px;
    padding: 5px;
    border: none;
    background: #090320ec;
    color: white;

 }
.top_btn:focus {
    outline: none;
  }
  .top_img{
    width: 20px;
    
}
  .smart_land_btn{
    /* width: 111px; */
    font-size: x-large;
    height: 53px;
    
    color: rgb(255, 255, 255);

    padding: 10px;
    padding-bottom: 50px;
    border-radius: 4px;
    background: #1747bd;
    outline: none;
    /* border: 1px solid #0f1214; */
  }
  
  @media screen and (min-width: 1024px) {
    .smart_land_btn {
        position: relative;
        left: 170px;
        
    }
   
}

  .container_social_media {
    background: #0f2480;
    padding: 50px;
    height: 150px;    display: flex;
    justify-content: center; /* لجعل العناصر في المنتصف */
    gap: 10px; /* مسافة بين العناصر */
    flex-wrap: wrap; /* للسماح للعناصر بالانتقال إلى سطر جديد إذا لم يكن هناك مساحة كافية */
}

.container_social_media a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_social_media img {
    transition: transform 0.3s; /* تأثير التحويل عند التحويم */
}

.container_social_media img:hover {
    transform: scale(1.1); /* تكبير الصورة عند التحويم */
}
.facebook_icon_edit{
    width: 30px;
    height: 30px;
    
    /* background-color: #24afe2; */
}
.youtube{
    width: 30px;
    height: 30px;
    /* background: #0f2480; */
    
    /* background-color: #24afe2; */
}
.twitter{
    width: 30px;
    height: 30px;
    background-color: #a6aaac;
}


.abservation{
    cursor: pointer;
    padding: 10px;
}
.setting_vedio{
    width: 30px;
    height: 30px;

}


.setting_img_btn{
    width: 30px;
    height: 30px;
    right:  50px;
    top: 20px;


}

.setting_btn{
    outline: none;
    border: none;
    right: -1px;
    background-color: transparent;

}
.setting_btn:focus{
    outline: none;
    border: none;
}
/* Navbar background color */
.nav_container{
    justify-content: center;
      }

.navbar {
    /* background-color: #d5dfe195 !important; */
    position: fixed;
    font-size: x-large;
    width: 100%;
    transition: 0.8s;
    justify-content: center ; 
    /* height: 70px;  */
    padding: 20px;
    margin-left: 30px;
    top: 7px;
  /* box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.775); */
      
        }
  .img_logo{
    width: 30px;
    height: 79px;
    border-radius: 100%;
    left: 40px;
    position: fixed;
    top: 10px;
  }
  
  /* Navbar brand text color and font weight */
  .navbar-brand {

    color: #1e1414;
    font-weight: bold;
    font-size: x-large;
    margin-left: 20px;
    /* top: 3px; */
    align-items: center;

    position: relative;
  }
  
  /* Navbar link color */
  .navbar-nav .nav-link {
    color: #131a7e;
    align-items: center;

  }
  
  /* Navbar link hover effect */
  .navbar-nav .nav-link:hover {
    color: #000000;
    background: #1747bd;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-radius: 5%;


  }
  
  /* Navbar toggler icon color inversion */
  .navbar-toggler-icon {
    filter: invert(1);
  }
  
  /* Dropdown menu background color */
  .dropdown-menu {
    background-color: #ffffff;
    border: none;
  }
  
  /* Dropdown item color */
  .dropdown-menu .dropdown-item {
    color: #1747bd;
  }
  
  /* Dropdown item hover effect */
  .dropdown-menu .dropdown-item:hover {
    background-color: #1747bd;
    color: #ffffff;
  }

  @media screen and (min-width: 767px) {
    .navbar {
       
        margin-right: 5px;
        position: relative;  

        
    }
    .img_logo{
       display: none;
    }

}
.col-md-3{
    background: #042567;
    padding: 50px;
    border-radius: 3px;
    top: -13px;
}
.social_box22{
    left: 150px;
    position: relative;
    padding: 20px;
    height: 46px;
    top: 130px;
}
.cantact_me{
    top: 376px;
    z-index: 1000;
    position: fixed;
    max-width: 490px;
    gap: 10px;
}

#h2_heading_container{
    background: #083da6;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    color: white;

}
.p_heading_container{
    text-align: center;
    left: 750px;
    position: relative;
    color: white;
}
.send_form_btn{
    outline: none;
    background: #3765c1;
    padding: 5px;
    text-align: center;
    left: 35px;
    position: relative;
    top: 20px;
    width: 134px;
    border: none;
    border-radius: 5px;
    color: white;
}
.info_contact{
    top: 70px;
    position: relative;
    height: 400px;
}
/* .img_bg{
    background-image: url(https://www.pinterest.com/pin/77546424825472770/);
    width: 100%;
    height: 100px;
} */

.youtube{
    left: 50px;
    position: relative;
    left:-550px;
    top:275px;
}
.tw{
    left:-565px;
    top:275px;
    position: relative;
}
.linkedin{
    left: -10px;
    position: relative;
    left:-559px;
    top:275px;
}
.fb{
    left: 15px;
    position: relative;
    left:-570px;
    top:275px;
}
.by_me{
    width: 100%;
    height: 200px;
    color: #007bff;
    background: #ece9e9;
}
.by_me_p{
    font-size: x-large;
    bottom: 40px;
    position: relative;
}
.important_skills{
    left: 20px;
    width: 100px;
}

/* 777777777777777777777777777777777777777777777777 */

.container1 {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #1747bd;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-item i {
    margin-right: 10px;
    color: #1747bd;
}

.social-media {
    margin-bottom: 20px;
}

.social-media ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.social-media ul li {
    display: inline-block;
    margin: 0 10px;
}

.social-media ul li a {
    color: #1747bd;
    font-size: 20px;
}

.contact-form {
    margin-bottom: 20px;
}

.contact-form h3 {
    color: #1747bd;
    text-align: center;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    background-color: #1747bd;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #1747bd;
}

.images {
    margin-top: 20px;
}

.image-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.images img {
    width: calc(33.333% - 10px);
    margin-bottom: 10px;
    border-radius: 5px;
}
h3{
    text-align: center;
}

@media (max-width: 600px) {
    .images img {
        width: calc(50% - 10px);
    }
  
                        }
                        /* lllllllllllllll   pc  [[[[[[[[[ */
                        @media (min-width: 768px) {

                            .contact_photo{
                                display: none;

                            }
                            .container_why_chosse_us{
                                width: 2000px;
                                position: relative;
                                right: -130px;
                            }

                            .close_menu{
                                display: none;
                            }
                            .modern_word{
                                left:-180px;
                                position: relative;
                                display: inline-block;
                                /* margin: auto; */
                                left: -10px;
                            }
                            .why_chosse_h2{
                                
                                text-align: center;
                                position: relative;
                                right: 200px;
                            }
                            .smart_land_btn{
                                left: 400px;
                                position: relative;
                                border: none;
                                transition: 0.5s;
                            }
                            .smart_land_btn:hover{
                                border: none;
                                letter-spacing: 2px;
                                background: #1746bddf;
                                text-decoration: none;
                                color: rgb(0, 0, 0);
                                
                            }
                            .right_time_p{
                                left: 180px;
                                font-size: x-large;
                                position: relative;
                                /* display: none; */
                            }

                            .slogen-p{
                                
                                left: 200px;
                                font-size: x-large;
                                position: relative;
                                display: none;
                            }
                            .arrow_down{
                                    
                                width: 100px;
                                height: 100px;
                                position: relative;
                                left:20px;
                                top: 50px;
                                rotate: 160;


                            }
                            .logo_p{
                                right: 50px;
                                position: absolute;
                                z-index: 0;
                                font-size: 40px;
                                top: 2px;
                            }
                            .heading_container{
                                font-size: 100px;
                                position: relative;
                                font-family: system-ui;
                            }
                            .p1_heading_container{
                                right: 20px;
                                position: relative;

                                   /* max-width: 1500px; */
                                   /* width: 500px; */
                                   /* position: relative; */
                                   /* display: inline-block; */
                            }
                            .p1_heading_container22{
                                right:   1px;
                                position: absolute;
                                top: 140px;
                                font-family: system-ui;
                                font-size: x-large;
                                max-width: 400px;
                            }
                            .heading_p_phone{
                                display: none;
                            }
                            
                        .social_boxa {
                            display: flex; /* جعل العناصر مرتبة أفقيًا (جنب بعض) */
                            align-items: center; /* توسيط العناصر عموديًا */
                            position: relative;
                            right: -855px;
                            margin-bottom: 60px;
                            /* background: #000; */
                        }
                        
                        .social_boxa a {
                            margin: 0 5px; /* تباعد بين الروابط */
                        }
                        
                        .social_boxa img {
                            width: 30px; /* تحديد حجم الصور */
                            height: auto; /* السماح بتغيير الارتفاع تلقائيًا مع العرض */
                        }
                        .stay_tuned{
                            font-size: 30px;
                        }
                        .why_chosse_h2{
                        
                            right: 150px;
                            position: relative;
                        }
                        .us_section{
                            right: 10px;
                            position: relative;
                        }
                        .client_section{
                            
                        }
                        .contact_section{
                            background: #1747bd;
                            padding: 20px;
                        }
                        .h2_articles{
                            margin: 20px;
                            position: fixed;
                            top: 20px;
                        }
                        .Articles_p{
                            max-width: 1300px;
                            width: 300px;
                        }
                        .social_boxai {
                            display: flex; /* جعل العناصر مرتبة أفقيًا (جنب بعض) */              
                        }
                        
                        .social_boxai a {
                            margin-right: 5px; /* تباعد بين الروابط */
                                }
                        
                        .social_boxai img {
                            width: 25px; /* تحديد حجم الصور */
                            height: auto; /* السماح بتغيير الارتفاع تلقائيًا مع العرض */
                        }
                        .sahm{
                            width: 100px;
                            left: 100px;
                            top: 50px;
                            position: relative;
                            height: 100px;
                        }
                          .created_by{
                            /* text-align: center; */
                           margin-right: 100px;
                            position: absolute;
                          }
                          .p_safqa{
                            position: absolute;
                            margin-right: 60px;
                            max-width: 1000px;

                          }
                          .stay_tuned{
                            margin-right: 50px;
                          }
                          .h2_safqa{
                          
                            right: -20px;
                          }
                          .created_by{
                            display: none;
                          }
                        
                        
                            }

                            /*           phone           */
                            @media only screen and (max-width: 767px) {
                                .body{
                                    overflow-x: hidden;
                                }
                                .p_heading_container{
                                    text-align: center;
                                    left: 0px;
                                    position: relative;
                                    color: white;
                                }
                                .social_boxai{
                                    display: flex; /* جعل العناصر مرتبة أفقيًا (جنب بعض) */
                                    align-items: center; /* توسيط العناصر عموديًا */
                                    position: relative;
                                    left: 100px;
                                    width: 30px;
                                    height: 30px;
                                    position: absolute;
                                    margin-bottom: 60px;
                                }
                                .p_about{
                                    margin-left: 110px;
                                    
                                }
                                .dec_arti{
                                    max-width: 100px;
                                    position: absolute;
                                }
                                .maqaltna{
                                    margin-right: 40px;
                                }
                                .p_safqa{
                                    margin-left: 100px;
                                    position: relative;
                                    /* max-width: 100px; */

                                }
                                .why_chosse_h2{
                                    /* text-align: center;   */
                                    position: relative;
                                    left: -20px;
                                }
                                .heading_p_phone{
                                    max-width: 300px;
                                    text-align: center;
                                }
                                
                                .close_menu{
                                    width: 40px;
                                    right: 10px;
                                    top: 20px;
                                    height: auto;
                                    position: absolute;
                                    z-index: 100000;
                                    /* display: none; */
                                }
                                .arrow_down{
                                    display: none;
                                }
                                .logo_p{
                                    display: none;
                                }
                                
                                .smart_land_btn{
                                    border: none;
                                    position: absolute  ;
                                    top: 316px;
                                    left: 114px;
                                }
                                .slogen-p{
                                    display: none;
                                }
                                .p1_heading_container22{
                                    max-width: 400px;
                                    display: none;
                                }
                                .p1_heading_container{
                                    max-width: 100px;
                                    left: 0px;
                                    position: fixed;
                                    display: none;
                                }
                                .heading_p_phone{
                                    
                                    left: 10px;
                                    max-width: 500px;
                                    position: relative;
                                }
                                .sale_section .box{
                                    
                                    background-color: #000;
                                    
                                    
                                }
                                .h2_heading_container222{
                                    top: 5px;
                                    position: relative;
                                    right: 20px;
                                }
                                #h2_heading_container{
                                    border-radius: 20px;
                                 

                                }
                                .social_boxa {
                                    display: flex; /* جعل العناصر مرتبة أفقيًا (جنب بعض) */
                                    align-items: center; /* توسيط العناصر عموديًا */
                                    position: relative;
                                    /* right: -855px; */
                                    left: 100px;
                                    margin-bottom: 60px;
                                    
                                }
                                
                                .social_boxa a {
                                    margin: 0 5px; /* تباعد بين الروابط */
                                }
                                
                                .social_boxa img {
                                    width: 30px; /* تحديد حجم الصور */
                                    height: auto; /* السماح بتغيير الارتفاع تلقائيًا مع العرض */
                                    margin-right: 7px;

                                }
                                .sahm{
                                    display: none;
                                }
                                .box {
                                     margin: 0px; 
                                    border-radius: 1px;
                                    box-shadow: 0px 0px 1px rgba(251, 247, 247, 0.1);
                                    padding: 0px;
                                }
                                .stay_tuned{
                                    right: 20px;
                                }
                                .created_by{
                                    /* text-align: center; */
                                    width: 100%;
                                     left: 40px;
                                    position: relative;
                                    color: #000;
                                }
                                .number{
                                    color: #000;
                                }
                            }

    p, h5 {
        font-size: 20px;
    }
.nav2{
text-align: center;
width: 100%;
background: #1747bd;
height: 50px;
color: white;
padding: 10px;
font-size: 50px;
top: 0;

}
.contact_photo{
    width: 100px;
    height: 100px;
    position: fixed;
    right: 70px;
    top: 200px;
    border-radius: 30px;

}

h1{
    top: -20px;
    position: relative;
}
.show {
    display: block;
    visibility: visible;
    opacity: 1;
}
.twitter{
    border-radius: 10px;
}


.btn-box{
    position: relative;
    left: 20px;
}
.modern_word{
}
.heading_container_h2{
    text-align: center;
}
.p1_heading_container{
    align-items: center;
    right: -74px ;
    position: relative;
    max-width: 500px;
    /* font-family: system-ui; */
}
#work_sec{
}
.sale_section{
    background-color: #1747bd;

}

/* .btn-box{
    display: none;
}
.btn-box1{
    display: none;
}
.btn-box3{
    display: none;
} */

.maqaltna{
    padding: 20px;
    font-size: 40px;
}
.dec_arti{
    display: inline-block;
    position: relative;
    max-width: 650px;
    /* font-size: px; */
}
.show_work{
    margin-top: 60px;
    right: 20px;
}
/* ########################################################### */
    .box {
    margin: 20px;
    padding: 15px;
    background-color: #0605055b;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(131, 107, 107, 0.1);
    /* padding: 40px; */
}
.nav-link {
    animation: fadeIn 1s ease-in-out;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .social_boxai {
    display: flex;
    justify-content: space-between; /* لجعل الأيقونات تتوزع بالتساوي في الفضاء المتاح */
  }
  
  .social_boxai a {
    display: inline-block;
    margin: 0 5px; /* هام: لإضافة بعض التباعد بين الأيقونات */
  }
  
  .social_boxai img {
    width: 30px; /* يمكنك تغيير هذا الرقم حسب الحجم الذي تريده */
    height: auto; /* يحافظ على نسب الأبعاد */
  }
  .created_by{
    /* text-align: center; */
    left: 80px;
    position: relative;
  }

/* CSS لتأثير التلاشي */
.nav-item {
    opacity: 1;
    transition: opacity 0.5s ease-out; /* يمكنك ضبط مدة التأثير */
  }
  
  .nav-item.hide {
    opacity: 0;
  }
  .about_p{
    
    font-size: 40px ;
    position: relative ;

  }