
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .5);
}
.navbar .nav-link,
.navbar .navbar-brand,
.navbar .dropdown-toggle {
  color: #fff !important;
  position: relative;


}
.dropdown-item:hover{
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}
.navbar-nav .nav-link.active {
    color: #0078ff !important; /* اللون الأزرق */
   
}
.navbar-nav .nav-link:focus {
    color: #0078ff !important;
}
.navbar-brand{
    font-size: 35px;
    font-weight: 500;
    padding-left: 15px;
}
.navbar{
    z-index: 10;
}
.navbar.scrolled {
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.navbar-nav{

    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand,
.navbar.scrolled .dropdown-toggle {
  background-color: #000000 !important;
}

.navbar-toggler i {
  color: #fff;
}

.navbar.scrolled .navbar-toggler i {
  background-color: #000;
}
.link-active {
    color: #0078ff !important;
    background-color: transparent !important;
}
.About-me{
      padding-top: 70px;
}
.About-me .shadow1 {
  
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(0, 0, 0, .3);
}
.services{
padding-top: 75px;
/* padding-bottom: 70px; */
}
.services .item{
    border-radius: 20px;
}
.services .item span {
    display: inline-block;
    border-radius: 50%;
    border: 9px solid #0078ff;
    margin-bottom: 1rem;
    transition: background-color .5s;
}


.box-service:hover .icon-circle {
  background: #0d6efd;
  border: 9px solid rgba(221, 221, 248, 0.967);
}

.box-service:hover .icon-circle i {
  color: #fff;
}

.numbers{
    
    position: relative;
    background-image: url(./imges/post-3.jpg);
    background-size: cover;
    background-position: center center;
    padding: 8rem 0;
    color: #fff;
    
    /* z-index: 10; */
}
.numbers .overlay {
    background-color: #0078ff;
    opacity: .7;
}
.numbers .icon-circle{
 
    border-radius: 50%;
    border: 8px solid #cde1f8;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
  
    
}
.details-h5{
    font-size: 35px;
    margin-top: 20px;
    
}      
.details-p{
    font-size: 18px;
}       
.portfolio .por-item:hover img {
    transform: scale(1.3) ;
    transition: .5s ease;
}

#carouselExampleIndicators
{
    padding-top: 50px;
    padding-bottom: 120px;
}

.carousel-indicators {
    bottom: -20px;
   margin-bottom: 8rem;
}
.carousel-indicators button {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
.carousel-indicators .active {
    background-color: #fff !important; /* لون أبيض صريح */
    opacity: 1;
}
.slider,.contact{
    background-image: url(./imges/overlay-bg.jpg);
     background-attachment:fixed;
     background-position: center;
     background-size: cover;
     padding: 8rem 0 0;
}
.contact{
    min-height: 100vh; /* طول الشاشة بالكامل */
    width: 100%;
    padding: 80px 0;
}
.slider .overlay {
    background-color: #0078ff;
    opacity: .7;
}

.contact .overlay{
    background-color: #0078ff;
    opacity: .7;
}




.contact .btn{
    background-color:#0078ff;
    padding: 10px 15px ;
    border-radius:30px;
    font-size: 20px;
}
.form-control {
    border-radius: 0%;
    font-size: 1.3rem;
}
.name img{
    width: 30px;
    height: 30px;
    border-radius:50%;
    margin-right:8px
}

.time i {
        margin-right:8px

}

.personal-info{
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-button{
    font-size: 13px;
    margin: 0;
    padding: 6px 16px;
    text-transform: uppercase;
}
.work-info h3:hover{
color: #0078ff;
cursor: pointer;
}
.work-info a:hover{
color: #0078ff !important;
cursor: pointer;
}

.card-btn{
    bottom: -17px;
    right: 50%;
    transform: translateX(50%);
}
.line-contact ,.line-about{
    width: 100px;
    height: 4px;
    background-color:#0078ff;
    position:absolute;
    bottom:20px;
}
.line-about{
    width: 100px;
    height: 4px;
    background-color:#0078ff;
    position:absolute; 
     bottom:-4px;
}
.line-touch{
     width: 100px;
    height: 4px;
    background-color:#0078ff;
    position:absolute;
    bottom:-2px;
}

.contact-icons{
    color: rgb(31, 31, 31);
    display: flex;
    gap: 10px;
    
}
.contact-icons div{
border: 4px solid #0078ff;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items:center;
}

.contact-icons div:hover{
 background: #0d6efd;
color: #fff;

  border: 4px solid rgba(196, 196, 249, 0.967);
}

  