.bg-navi{
    background-color: #1E202B;
}
.bg-light-navi{
   background-color:  #2D303D;
}
.text-gray{
    color: #BFC1C8;
}
.bottom-60{
    top: 80px;
}
/*==============================================NAVBAR=================================================================*/
.navbar-brand span{
    font-size: 10px;
    position: absolute ;
    left:50%;
    bottom: 0;
}
.myNav{
    padding-block:35px ;
}
.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler:focus {
  box-shadow:none;
}
.navbar-toggler{
    border: 0;
}
.nav-item .nav-link.active{
    width: fit-content;
    border: #009AD8 solid;
    border-radius: 30px;
    padding-inline:30px ;
    color: #009AD8 !important;
    padding-block: 5px;
}
/*==============================================HOME===================================================================*/
.input-group .form-control,
.input-group .btn {
  border-radius: 50px !important; 
}

.input-group .form-control {
  background-color: #1a1b24;
  color: #fff;
  border: none;
  padding-inline: 15px;
  padding-block: 20px;
}

.input-group .form-control::placeholder {
  color: #969494;
  font-size: 14px;
}

.input-group .btn {
  background-color: #0d99ff; /* الأزرق */
  border: none;
  padding-inline: 40px;
  padding-block: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index:999;
}
 .banner{
    width: 100%;
    img{
        width: 100%;
    }
    height: 352px;
    object-fit:cover;
} 
.input-group {
    margin: 0 auto;
    width: 85%;
}
.one{
       background-color: #323544;
.details1{
    .region{
        font-size: 18px;
    }
    .degree{
        color: white;
        font-size:4.25rem;
        font-weight: 700;
    }
    .status{
        color:#009AD8;
    }
}
}
.two{
    background-color: #262936;
    .spani{
    background-color: #222530;
}
.details2{
    height: 100%;
    justify-content: center;
    .region{
        font-size: 18px;
    }
    .degree{
        color: white;
        font-size:1.5rem;
        font-weight: 700;
    }
    .status{
        color:#009AD8;
    }
}
}
.three{
    background-color: #323544;
    .spani{
    background-color:  #2D303D;
}
.details3{
    height: 100%;
    justify-content: center;
    .region{
        font-size: 18px;
    }
    .degree{
        color: white;
        font-size:1.5rem;
        font-weight: 700;
    }
    .status{
        color:#009AD8;
    }
}
}
.row.position-relative {
  top: -100px;
}

.footer .social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #1a1b24;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

.footer .social-icon:hover {
  background-color: #0d99ff;
  color: #fff;
}
.footer{
    background-color: #262936;
}
/*======================================================contact========================================================================*/
    body {
      background-color: #1E202B;
      color: #fff;
      font-family: Arial, sans-serif;
    }
    #contact{
        .mydiv{
            padding-block: 26px;
            margin-bottom: 70px;
            font-size: 14px;
        }
    .form-control {
      background: transparent;
      border-radius: 25px;
      color: #fff;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #00bfff;
      background: transparent;
      color: #fff;
    }
    .form-control::placeholder{
        color:#323544;
    }
    textarea.form-control {
      border-radius: 20px;
    }
    .btn-custom {
      background: #00bfff;
      color: #fff;
      border-radius: 25px;
      padding: 8px 25px;
      border: none;
    }
    .btn-custom:hover {
      background: #009acd;
      color: #fff;
    }
.leftt{
    background-color: #262936;
    height:350px;
    border-radius: 10px;
}
}