

/* section-1 */
.section-1 {
  margin-top: 6rem;
}
.section-1 .h4-1 {
  color: var(--main-color);
}
.section-1 .p-7 {
    font-size: 16px;
    color: #545454c9;
    font-weight: 500; 
}
.section-1 .Ahmed {
  width: 30rem;
  height: 27rem;
}
/* section-1 */
.section-1 .mybox button{
  border: none;
  outline: none;
  color: #13325b;
  font-size: 16px;
  background-color: transparent;
  font-weight: bold;
}
.mybox1 {
  display: none;
}
/*main-title*/
h4.main-title {
    border: 1px solid black;
    width: fit-content;
    z-index: 1;
}

h4.main-title::before,
h4.main-title::after {
    content: "";
    background-color: #2196f3;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

h4.main-title::before {
    left: -18%;
}

h4.main-title::after {
    right: -18%;
}

h4.main-title:hover:before {
    animation: left-to-right 0.7s linear forwards;
}

@keyframes left-to-right {
    50% {
        left: 0;
        height: 12px;
        width: 12px;
    }

    100% {
        left: 0;
        height: 100%;
        width: 50%;
        border-radius: 0;
        z-index: -1;
    }
}

h4.main-title:hover {
    color: white;
    border: 1px white solid;
    transition-delay: 0.7s;
}

h4.main-title:hover::after {
    animation: right-to-left 0.7s linear forwards;
}

@keyframes right-to-left {
    50% {
        right: 0;
        height: 12px;
        width: 12px;
    }

    100% {
        right: 0;
        height: 100%;
        width: 50%;
        border-radius: 0;
        z-index: -1;
    }
}

/*main-title*/

/* section-9 */
.section-9 .h4-1{
  border-bottom: 4px solid;
  width: fit-content;
  padding-bottom: 6px;
}
/* to first slider */

.section-9 .carousel-indicators {
  direction: ltr;
  bottom: -55px !important;
}

.section-9 .carousel-control-next-icon,
.section-9 .carousel-control-prev-icon {
  background-color: var(--main-color);
}

.section-9 .carousel-indicators [data-bs-target] {
  background-color: var(--main-color);
}

.section-9 .d-block.w-100 {
  height: 25rem;
    width: 37rem !important;
    margin: auto;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
.section-9  .d-block.w-100 {
    width: 30rem !important;
    height: 20rem;
  }
}

@media (max-width: 767.98px) {
.section-9  .d-block.w-100 {
    width: 25rem !important;
    height: 18rem !important;
  }
}

@media (max-width: 575.98px) {
.section-9  .d-block.w-100 {
    width: 18rem !important;
    height: 12rem !important;
  }
  .section-9 .carousel-control-next, .section-9 .carousel-control-prev{
    width: 10% !important;
  }
}
/* to first slider */
/* section-9 */

/* Communication */
.Communication .fb-img img {
    position: fixed;
    bottom: 70px;
    left: 35px;
    width: 40px;
    z-index: 100000;
  }
  .Communication .what-img img {
    position: fixed;
    bottom: 20px;
    left: 35px;
    width: 40px;
    z-index: 100000;
  } /* Communication */
