@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/TheSansArabic-Plain.ttf') format('truetype');
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative
}

.content,
.headerContent,
.bodyContent5,
.input-group button:hover {
    background-color: #272D5B;
}

.navbar {
    background-color: transparent;
}

.content {
    height: 75px;
}

.content img {
    position: absolute;
    top: 5px;
    right: 5px;
}

.navList {
    position: absolute;
    right: 50px;
}

.offcanvasNav {
    display: none;
}

.collapseNav {
    display: block;
    width: 100%;
    height: 75px;
    z-index: 2;
}

.collapseNav a:hover {
    border-bottom: 1px solid orange;
    transition: 0.5s;
}

.signup,
.homepage,
.signin,
.headerContent h1,
.headerContent button,
.bodyContent1 p,
.bodyContent1 .float-end,
.bodyContent2 p,
.bodyContent2 .desc,
.bodyContent3 p,
.bodyContent4 p,
.bodyContent5 p,
.bodyContent6 h2,
.bodyContent6 span,
.info,
.carousel .num,
.footer .col2 a,
.footer h6 {
    font-weight: 600;
    line-height: normal;
    font-family: Bahij TheSansArabic;
}

.signup,
.homepage,
.signin:hover,
.bodyContent b,
.bodyContent2 h1,
.bodyContent4 h1,
.bodyContent6 span,
.carousel .num {
    color: #FDA231;
}

.signup,
.homepage {
    text-align: center;
    font-size: 14px;
    border: 2px solid;
    border-radius: 30px;
}

.signup:hover,
.homepage:hover {
    background-color: #FDA231;
    color: white;
}

.signin {
    color: #F7F7F7;
    text-align: center;
    font-size: 14px;
    background-color: #FDA231;
    border-radius: 20px;
    margin-left: 10px;
}

.signin:hover {
    background-color: transparent;
    border: 2px solid #FDA231;
}

.headerContent h1 {
    font-size: 48px;
}

.headerContent p {
    font-family: Bahij TheSansArabic;
    font-size: 22px;
    font-weight: 500;
    line-height: 43px;
}

.headerContent button {
    width: 216px;
    height: 48px;
    padding: 5px 15px;
    font-size: 18px;
}

.col2 {
    height: fit-content;
    width: fit-content;
    margin: auto;
}

.bodyContent1,
.bodyContent3 {
    background-color: #CAE4D9;
}

.bodyContent1 b,
.bodyContent2 h1,
.bodyContent3 h1,
.bodyContent4 h1 {
    font-family: Bahij TheSansArabic;
    font-weight: 900;
    line-height: 120%;
}

.bodyContent1 b {
    color: #5763CE;
    font-size: 56px;
}

.bodyContent1 p,
.bodyContent1 .float-end,
.bodyContent1 div,
.bodyContent2 p,
.bodyContent2 .desc,
.bodyContent3 p,
.bodyContent4 p,
.bodyContent6 h2,
.bodyContent6 p,
.footer .col2 a,
.footer h6 {
    color: #272D5B;
}

.bodyContent p {
    color: #272D5B;
    text-align: center;
    font-family: Bahij TheSansArabic;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin: 25px 20px;
}

.bodyContent1 div {
    font-family: Bahij TheSansArabic;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.bodyContent1 p {
    font-size: 22px;
}

.bodyContent1 .float-end {
    font-size: 20px;
}

.bodyContent2 h1,
.bodyContent4 h1 {
    text-align: center;
    font-size: 56px;
}

.bodyContent2 p {
    text-align: center;
    font-size: 18px;
}

.bodyContent2 b {
    color: #272D5B;
    font-family: Bahij TheSansArabic;
    font-size: 24px;
}

.bodyContent2 .desc {
    text-align: center;
    font-size: 22px;
}

.bodyContent3 h1 {
    color: #189660;
    font-size: 56px;
}

.bodyContent3 p {
    font-size: 22px;
}

.bodyContent4 p {
    font-size: 24px;
}

.bodyContent5 p {
    font-size: 32px;
}

.bodyContent5 button {
    display: block;
    margin: auto;
    padding: 10px 50px;
}

.bodyContent6 {
    background-color: #FFEFCE;
}

.bodyContent6 h2 {
    text-align: center;
    font-size: 48px;
}

.bodyContent6 p {
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    font-family: Bahij TheSansArabic;
}

.bodyContent6 span {
    text-align: center;
    font-size: 19px;
}

.carousel {
    background: #272D5B;
    position: relative;
    height: 685px;
}

.avatar {
    display: flex;
    width: 124px;
    height: 124px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.info {
    border-radius: 20px;
    position: absolute;
    left: 220px;
    right: 220px;
    top: 120px;
    background-color: #272D5B;
    z-index: 1;
}

.carousel .row {
    width: 50%;
    margin: auto;
    align-items: center;
}

.carousel .num {
    text-align: center;
    font-size: 48px;
    margin-bottom: -10px;
}

.carousel-control-next {
    background-color: white;
    opacity: 1;
    height: 50px;
    top: 50%;
    width: 50px;
    right: 50px;
    border-radius: 30px;
}

.carousel-control-prev {
    background-color: white;
    opacity: 1;
    height: 50px;
    top: 50%;
    width: 50px;
    left: 50px;
    border-radius: 30px;
}

.points1 {
    position: absolute;
    right: 130px;
    top: 50px;
}

.points2 {
    position: absolute;
    top: 510px;
    left: 147px;
}

.footer {
    background: #F7F7F7;
}

.footer .col1 {
    padding: 50px;
}

.footer .col2 {
    padding: 40px 0px;
    width: 100%;
}

.footer .col2 a {
    text-align: right;
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
}

.footer .col3 {
    padding: 50px 0px 30px 0px;
}

.footer .col3 img {
    margin: auto;
    display: block;
}

.footer h6 {
    text-align: right;
    font-size: 16px;
}

.input-group {
    border-radius: 40px;
    border: 1px solid #C9C9C9;
    background: #FFF;
}

.input-group input {
    border-radius: 40px;
    border: none;
    text-align: end;
}

.input-group button {
    margin: 3px;
    border-radius: 40px;
    background: #FDA231;
    color: white;
}

.social {
    width: 150px;
    margin: 20px auto;
}

.parenthese1 {
    width: 281px;
    height: 281px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    border-radius: 281px;
    border: 3px dashed #FDA231;
    position: absolute;
    top: -150px;
    left: -190px;
}

.parenthese2 {
    width: 210px;
    height: 250px;
    transform: rotate(90.431deg);
    flex-shrink: 0;
    border-radius: 281px;
    border: 3px dashed #5763CE;
    position: absolute;
    right: -160px;
    top: -120px;
}

.aboutUs h1 {
    color: #272D5B;
    text-align: right;
    font-family: Bahij TheSansArabic;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}

.aboutUs p {
    color: #272D5B;
    text-align: right;
    font-family: Bahij TheSansArabic;
    font-size: 19px;
    font-weight: 500;
    line-height: 40px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #FDA231;
}

.breadcrumb {
    text-align: right;
    font-family: Bahij TheSansArabic;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.breadcrumb a {
    color: #C9C9C9;
}

.contactUs {
    width: 80%;
    margin: 30px auto;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    color: #5763CE;
    text-align: center;
    font-family: Bahij TheSansArabic;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.nav-underline .nav-link {
    color: #C9C9C9;
    text-align: center;
    font-family: Bahij TheSansArabic;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.contactUs .tab-content {
    border-radius: 20px;
    border: 1px solid #C9C9C9;
    background: #FFF;
    width: 107%;
    margin: auto;
}

.titleContactUs {
    color: #272D5B;
    text-align: right;
    font-family: Bahij TheSansArabic;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.contactUs .col-form-label {
    color: #272D5B;
    text-align: right;
    font-family: Bahij TheSansArabic;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.tab-pane input {
    border-radius: 30px;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    position: absolute;
    left: 15px;
}

.subContent {
    border: 1px solid lightgray;
    width: 65%;
    margin: 100px auto;
    border-radius: 30px;
    padding: 30px;
}

.subContent h3 {
    color: #272D5B;
    text-align: right;
    font-family: Bahij TheSansArabic;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}

.pack1 {
    border-radius: 20px;
    border: 1px solid #E9E9E9;
    background: #C9C9C9;
    text-align: center;
    width: 100%;
    margin: auto;
}

.pack1 .title {
    margin-right: 25px;
    color: #272D5B;
    text-align: right;
    font-family: Bahij TheSansArabic;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
}

.pack2 {
    border-radius: 20px;
    border: 1px solid #E9E9E9;
    background: #189660;
    text-align: center;
    width: 100%;
    margin: auto;
}

.pack2 h1 {
    margin-right: 25px;
}

.pack3 {
    border-radius: 20px;
    border: 1px solid #E9E9E9;
    background: #5763CE;
    text-align: center;
    width: 100%;
    margin: auto;
}

.pack3 h1 {
    margin-right: 25px;
}

.accordion-button:not(.collapsed) {
    color: initial;
    background-color: transparent;
}

.accordion-body {
    color: #272D5B;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bahij TheSansArabic;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.5px;
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .bodyContent5 .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 80% !important;
    }

    .bodyContent5 .row .part1:nth-of-type(1) {
        order: 2;
    }

    .bodyContent5 .row .part2:nth-of-type(2) {
        order: 1;
    }

    .info {
        left: 0px;
        right: 0px;
    }

    .points1 {
        right: 1px;
    }

    .carousel .row {
        width: 100%;
    }

    .footer .col2 {
        margin-top: 0px;
        padding: 0;
    }

    .footer .col1 {
        padding: 20px;
    }

    .offcanvasNav {
        display: block;
        background-color: #272D5B !important;
        height: 80px;
        display: flex;
    }

    .offcanvasNav a {
        color: #272D5B;
    }

    .offcanvas.offcanvas-end {
        width: 250px;
    }

    .collapseNav {
        display: none;
    }

    .col2 {
        margin-top: 70px;
        text-align: center !important;
    }

    .parenthese1 {
        width: 185px;
        height: 260px;
        top: -130px;
    }

    .aboutUs {
        padding: 10px !important;
        margin: 10px !important;
    }

    .aboutUs img {
        margin-top: 30px;
    }

    .subContent {
        width: 95%;
        margin: 100px 10px 10px 10px;
    }
}
