* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav.navbar ul li a.active,
nav.navbar ul li a:hover {
    color: var(--yallow-color) !important;
}
/* css svg */
nav.navbar span.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.navbar svg.bi.bi-list {
  width: 25px;
  height: 25px;
  stroke: #13325b !important;
}
/* css svg */

/* section-1 */
.section-1 {
    background-color: #13325b;
    color: white;
}

.section-1 .box {
    width: 85%;
    margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
    .section-1 .box {
        width: 100%;
        margin-bottom: 4rem;
    }
}

.section-1 .box .h3-1 {
    color: var(--yallow-color);
}

.section-1 .box .p-7 {
    color: #e8e8e8c7;
    font-weight: bold;
    font-size: 15px;
}

video {
    border-radius: 10px;
}
/* video */
.play-btn {
  width: 68px;
  height: 48px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 14px;
  position: relative;
}

.play-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%); /* مهم */
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
/* video */

/* section-1 */

/* section-8 */
.section-8 {
    margin-top: 6rem;
}

@media (max-width: 767.98px) {
    .section-8 .colom-reverse {
        flex-direction: column-reverse;
    }
}

.section-8 .h4-1 {
    color: var(--main-color);
}

.section-8 .p-7 {
    font-size: 16px;
    color: #545454c9;
    font-weight: 500;
}

.section-8 .mybox button{
    border: none;
    outline: none;
    color: #13325b;
    font-size: 16px;
    background-color: transparent;
    font-weight: bold;
}

.section-8 .Ahmed {
    width: 100%;
}
/* section-8 */

/* section-6 */
.section-6 {
    background-color: #f7f8fa;
    margin-top: 6rem !important;
}

.section-6 h6.text-center.fw-bold.h6-1 {
    font-size: 17px;
}

.section-6 .input-1 {
    box-shadow: none;
}

.section-6 .input-1::placeholder {
    font-size: 13px;
}

.section-6 .input-1:focus {
    border-color: var(--main-color);
}

.section-6 input.a-1 {
    text-decoration: none;
    width: 10rem;
    border-radius: 2rem;
    color: var(--main-color);
    border-color: var(--main-color);
    font-size: 13px;
    box-shadow: none !important;
}

.section-6 input.a-1:hover {
    color: white;
    background-color: var(--main-color);
}

@media (max-width: 767.98px) {
    .section-6 textarea.form-control.input-1.mt-4 {
        width: 95%;
        margin: auto;
    }
}

/* section-6*/

@media (max-width: 575.98px) {
    .Communication .fb-img img {
        left: 10px;
    }

    .Communication .what-img img {
        left: 10px;
    }
}

/* Communication */

/* section 11 */
.section-11 .a-1 {
    width: 12rem;
    background-color: var(--main-color);
    font-size: 18px;
    border-radius: 13px;
    transition: 0.5s ease-in-out;
}

.section-11 .a-1:hover {
    background-color: var(--second-main-color);
}

.section-11 .p-7{
    font-size: 16px;
    color: #545454c9;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .section-11 .a-1 {
        margin-top: 1rem !important;
    }

    .section-11 .course-img {
        width: 20rem;
    }

    .section-11 .image {
        text-align: center;
    }

   
    .section-11 .row.align-items-center.two {
        flex-direction: column-reverse;
    }
}

/* section 11 */
.head-title {
    font-size: 24px;
    font-weight: 600;
}