html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

@font-face {
    font-family: 'Noorehira';
    src: url('./fonts/noorehira.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('./fonts/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

.navbar {
    height: 70px;
    background-color: #3BC1CF;
    position: fixed;
    width: 100%;
    top: 20px;
    z-index: 10;
}

.navbar.sticky {
    top: 0;
}

.nav-item {
    position: relative;
    display: inline-block;
    text-align: center;
}

.nav-icon {
    display: none;
}

.nav-item.active .nav-icon {
    display: block;
    position: absolute;
    left: 10px;
}

.inner-navbar {
    width: 80%;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.links {
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    align-items: center;
    justify-content: space-between;
    color: #F5F5F5;
    font-size: 18px;

}

.links p {
    cursor: pointer;
    font-family: 'Abhaya Libre';
}

.links a {
    text-decoration: none;
    color: inherit;
}

.hero-section {
    height: 812px;
    background-image: url("./images/bg-hero.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Noorehira';
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.info-hero-section {
    width: 35%;
    padding-right: 100px;
}

.info-hero-section P:first-child {
    font-size: 60px;
    color: #3BC1CF;
    text-align: right;
    margin-right: 120px;
}

.info-hero-section P:nth-child(2) {
    font-size: 51px;
    color: #B7872D;
    margin-top: -80px;
    text-align: right;
}

.info-hero-section P:nth-child(3) {
    font-size: 51px;
    color: #B7872D;
    margin-top: -40px;
    text-align: right;
}

.info-hero-section P:nth-child(4) {
    font-size: 20px;
    color: #49B5BF;
    text-align: right;
    font-family: 'Abhaya Libre';
    line-height: 1.5;
}

.buttons-hero {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 40px;
    font-family: 'Abhaya Libre';
}

.buttons-hero button {
    padding: 12px 45px;
    font-family: 'Abhaya Libre';
    border-radius: 50px;
    color: #F5F5F5;
    background-color: #49B5BF;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

.icons-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
    padding-left: 160px;
}

.our-vision {
    background-color: #3BC1CF;
    padding: 10px;
}

.inner-our-vision {
    padding: 20px 0px;
    border: 3px solid #FFFFFF;
}

.info-our-vision {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.div-info-our-vision {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.div-info-our-vision p:first-child {
    font-size: 60px;
    font-family: 'Noorehira';
    color: #FFFFFF;
    margin-top: -30px;
}

.div-info-our-vision p:nth-child(2) {
    font-size: 20px;
    font-family: 'Abhaya Libre';
    color: #FFFFFF;
    text-align: right;
    line-height: 1.5;
}

.div-info-our-vision button {
    padding: 10px 50px;
    background-color: white;
    color: #3BC1CF;
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 40px;
}

.our-services {
    text-align: right;
}

.inner-our-services {
    width: 85%;
    margin: 40px auto;
}

.title-sevices {
    font-size: 60px;
    color: #B7872D;
    font-family: 'Noorehira';
}

.desc-services {
    color: #49B5BF;
    font-size: 20px;
    font-family: 'Abhaya Libre';
    direction: rtl;
}

.all-services {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    direction: rtl;
    align-items: stretch;
}

.one-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 350px;
    margin-bottom: 20px;
    font-family: 'Abhaya Libre';
    border-radius: 5px;
}

.title-one-service {
    color: #D1B575;
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
}

.desc-one-service {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #7A7A7A;
    min-height: 40px;
}

.img-service {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(109, 109, 109, 0.2), 0 4px 8px 0 rgba(109, 109, 109, 0.19);
}

.icons-one-service {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.div-why {
    width: 75%;
    position: absolute;
    bottom: -30px;
    margin: 30px auto;
    display: flex;
    gap: 30px;
    left: 50%;
    /* نضعه بالنصف */
    transform: translateX(-50%);
}

.info-div-why {
    text-align: center;
    margin-top: 30px;
}

.title-why {
    font-family: 'Noorehira';
    font-size: 60px;
    color: white;
}

.desc-why {
    font-family: 'Abhaya Libre';
    font-size: 20px;
    color: white;
}

.our-letter {
    height: 730px;
    background-image: url("./images/bg-letter.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.info-our-letter {
    width: 30%;
    margin-left: 180px;
    text-align: center;
    padding-top: 120px;
    direction: rtl;
}

.info-our-letter p:first-child {
    font-size: 60px;
    color: #B7872D;
    font-family: 'Noorehira';
}

.info-our-letter p:nth-child(2) {
    font-size: 20px;
    color: #3BC1CF;
    font-family: 'Abhaya Libre';
    line-height: 1.5;
    text-align: right;
}

.info-our-letter button {
    padding: 10px 50px;
    border-radius: 50px;
    border: none;
    outline: none;
    background-color: #3BC1CF;
    color: #F1F2F2;
    font-size: 16px;
    cursor: pointer;
    margin-top: 40px;
    font-weight: 700;
}

.our-mark {
    background-color: #B7872D;
    height: 350px;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.our-mark img {
    margin-top: -110px;
}

.our-mark p {
    font-family: 'Noorehira';
    font-size: 60px;
    color: white;
    margin-top: -40px;
}

.future {
    height: 930px;
    background-image: url("./images/bg-future.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    direction: rtl;
}

.all-future {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* عرض 3 أعمدة بالضبط */
    gap: 30px;
    width: 80%;
    /* تجعل الغريد بعرض العناصر فقط */
    margin: -100px auto 0 auto;
    /* يوسّط العنصر أفقياً */
}

.one-future {
    box-shadow: 0px 3.44px 85.89px 8.59px #0000001A;
    background-color: white;
    border-radius: 25px;
}

.one-future img {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.info-one-future {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.info-one-future p:first-child {
    font-size: 20px;
    color: #B7872D;
    font-family: 'Abhaya Libre';
    min-height: 45px;
}

.info-one-future p:nth-child(2) {
    font-size: 18px;
    color: #000000B2;
    font-family: 'Abhaya Libre';
    margin-top: 10px;
    line-height: 1.7;
    margin-bottom: 30px;
    min-height: 90px;
}

.info-one-future button {
    background-color: #B7872D;
    font-size: 19px;
    color: white;
    border-radius: 20px;
    padding: 10px 40px;
    border: none;
    outline: none;
    margin-bottom: -40px;
}

.info-future {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.info-future p:first-child {
    font-family: 'Noorehira';
    font-size: 60px;
    color: #3BC1CF;
    margin-top: 30px;
}

.info-future p:nth-child(2) {
    font-family: 'Abhaya Libre';
    font-size: 30px;
    width: 60%;
    color: #3BC1CF;
    margin-top: 20px;
}

.info-future button {
    padding: 10px 50px;
    border-radius: 50px;
    border: none;
    outline: none;
    background-color: #3BC1CF;
    color: #F1F2F2;
    font-size: 16px;
    cursor: pointer;
    margin-top: 60px;
    font-weight: 700;
}

.statistics {
    width: 100%;
    background-color: #B7872D;
    padding: 20px 0px;
    direction: rtl;
}

.inner-statistics {
    width: 80%;
    border: 1px solid white;
    margin: 20px auto;
    padding: 20px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-between;
}

.one-statistics {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.one-statistics-num {
    font-size: 35px;
    color: white;
    margin-top: 10px;
    text-align: right;
}

.one-statistics-desc {
    font-size: 17px;
    color: white;
    font-family: 'Abhaya Libre';
    margin-top: 5px;
}

.footer {
    background-color: #3BC1CF;
    direction: rtl;
    padding: 180px 0px 0px 0px;
}

.inner-footer {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
}

.right-inner-footer {
    width: 65%;
}

.top-right-inner-footer {
    display: flex;
    align-items: flex-start;
    gap: 150px;
    border-bottom: 1px solid #727272;
    padding-bottom: 10px;
}

.one-card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.in-one-card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.in-one-card-footer p {
    font-family: sans-serif;
}

.title-card-footer {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Abhaya Libre';
    margin-bottom: 15px;
}

.service-footer p {
    margin-bottom: 15px;
    font-family: 'Abhaya Libre';
    font-size: 18px;
    cursor: pointer;
}

.bottom-right-inner-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.dirct-call {
    display: flex;
    gap: 20px;
}

.title-dirct-call {
    text-align: left;
    color: white;
    font-size: 18px;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.num-dirct-call {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.icons-footer {
    display: flex;
    align-content: center;
    gap: 15px;
}

.icons-footer img {
    cursor: pointer;
}

.left-inner-footer {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
}

.left-inner-footer img {
    width: 139px;
    height: 111px;
    margin-bottom: 90px;
}

.form-footer {
    background-color: #FFFFFF26;
    padding: 30px;
    border-radius: 15px;
    direction: ltr;
}

.form-footer p {
    color: white;
    font-family: sans-serif;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.div-input-footer {
    background-color: black;

    border-radius: 10px;
    display: flex;
}

.div-input-footer input {
    height: 100%;
    padding: 15px;
    border: none;
    outline: none;
    background-color: transparent;
    width: 80%;
}

.div-input-footer button {
    background-color: #B7872D;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 5px;
    padding: 0px 20px;
}

.copy-right {
    background-color: #FFFFFF26;
    padding: 25px 50px;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: sans-serif;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: white;
}

.privacy {
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy p {
    cursor: pointer;
}

.slides-wrapper {
    overflow: hidden;
    position: relative;
}

.slides-container {
    display: flex;
    transition: transform 0.3s ease;
    touch-action: pan-y;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slider-circles {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 80px;
}

.circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d9d9d9;
    cursor: pointer;
}

.circle.active {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}



@media screen and (max-width: 1320px) {
    .all-services {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1290px) {
    .info-our-letter {
        width: 40%;
        margin-left: 50px;
        padding-top: 20px;
    }

    .future {
        height: auto;
    }

    .info-future button {
        margin-bottom: 40px;
    }

    .inner-statistics {
        gap: 30px;
    }

    .inner-footer {
        flex-direction: column-reverse;
    }

    .footer {
        padding: 30px 0px 0px 0px;
    }

    .left-inner-footer {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .left-inner-footer img {
        margin-bottom: 20px;
    }

    .right-inner-footer {
        width: 100%;
    }

}

@media screen and (max-width: 1259px) {
    .info-hero-section {
        width: 45%;
        padding-right: 50px;
    }

    .icons-hero {
        padding-left: 130px
    }

    .inner-our-vision {
        height: 280px !important;
    }

    .info-div-why {
        margin-top: -50px !important;
    }

    .info-div-why svg {
        margin-top: 10px !important;
    }

    .div-why {
        width: 95%;
        bottom: -20px;
    }

    .div-why img {
        height: 250px;
    }
}

@media screen and (max-width: 1216px) {
    .all-future {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 982px) {
    .all-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .links {
        gap: 30px;
    }

    .info-hero-section p:first-child {
        font-size: 52px;
    }

    .info-hero-section p:nth-child(2) {
        font-size: 44px;
    }

    .info-hero-section p:nth-child(3) {
        font-size: 44px;
    }

    .buttons-hero {
        gap: 10px;
    }

    .buttons-hero button {
        white-space: nowrap;
    }

    .icons-hero {
        padding-left: 40px
    }
}

@media screen and (max-width: 851px) {
    .copy-right {
        flex-direction: column;
    }

    .privacy {
        margin-top: 20px;
    }

    .top-right-inner-footer {
        gap: 50px;
    }

    .info-our-letter {
        width: 95%;
        margin-left: 0px;
        padding-top: 50px;
        margin: auto;
        text-align: center;
    }

    .info-our-letter p:first-child {
        color: #f7d594;
    }

    .info-our-letter p:nth-child(2) {
        /* color: #78eef9; */
        color: white;
        text-align: center;
    }

    .our-letter {
        height: auto;
        padding-bottom: 30px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)), url("./images/bg-letter-1.png");
    }

    .info-our-vision img {
        width: 200px;
    }

    .div-info-our-vision p:first-child {
        font-size: 42px;
    }

    .div-info-our-vision p:nth-child(2) {
        text-align: center;
    }

    .div-info-our-vision {
        width: 80%;
    }

    .div-info-our-vision button {
        margin-top: 10px;
    }

    .hero-section {
        height: 714px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./images/bg-hero-1.png");
    }

    .icons-hero {
        padding-left: 0px
    }

    .info-hero-section p:first-child {
        font-size: 42px;
        margin-right: 0px;
        color: #78eef9;
    }

    .info-hero-section p:nth-child(2) {
        font-size: 34px;
        margin-top: -60px;
        color: #f7d594;
    }

    .info-hero-section p:nth-child(3) {
        font-size: 34px;
        margin-top: -30px;
        color: #f7d594;
    }

    .info-hero-section P:nth-child(4) {
        color: #78eef9;
        text-align: center;
    }

    .info-hero-section {
        width: 95%;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
    }

    .info-hero-section div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .info-hero-section div:first-child p {
        text-align: center;
    }
}

@media screen and (max-width: 851px) {
    .all-future {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 687px) {
    .top-right-inner-footer {
        flex-wrap: wrap;
        gap: 20px;
    }

    .dirct-call {
        margin-bottom: 20px;
    }

    .inner-statistics {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    .inner-footer {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 663px) {
    .all-services {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 580px) {
    .bottom-right-inner-footer {
        flex-direction: column;
    }

    body {
        padding: 0;
        margin: 0;
        overflow-x: hidden !important;
    }

    .our-mark p {
        font-size: 38px;
        margin-top: -10px;
    }

    .info-future p:first-child {
        line-height: 1;
        font-size: 42px;
        margin-top: 10px;
    }

    .info-future button {
        margin-top: 30px;
    }

    .all-future {
        gap: 50px;
    }

    .info-future p:nth-child(2) {
        width: 90%;
        font-size: 22px;
        margin-top: 30px;
    }

    .title-sevices {
        font-size: 42px;
    }

    .inner-our-services {
        margin: 10px auto;
    }

    .links {
        gap: 10px;
    }

    .links p {
        font-size: 16px;
    }

    .info-our-vision {
        flex-direction: column;
    }

    .div-info-our-vision {
        width: 95%;
    }

    .info-our-vision img {
        width: 150px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 740px) {
    .inner-our-vision {
        height: auto !important;
    }

    .inner-our-vision_1 {
        height: 250px !important;
        position: relative;
    }

    .slider-circles {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .info-div-why {
        margin-top: -100px !important;
    }

    .div-why {
        width: 95%;
        bottom: -20px;
    }

    .div-why img {
        height: 150px;
    }

    .title-why {
        font-size: 42px;
    }

    .desc-why {
        font-size: 19px;
    }
}

@media screen and (max-width: 531px) {
    .buttons-hero button {
        padding: 12px 25px;
    }

    .div-why img {
        display: none;
    }

    .info-div-why {
        margin-top: -280px !important;
    }
}

@media screen and (max-width: 510px) {
    .info-our-letter {
        padding-top: 0px;
    }

    .info-our-letter p:first-child {
        font-size: 42px;
    }

    .info-our-letter p:nth-child(2) {
        font-size: 21px;

    }

    .copy-right p {
        font-size: 14px;
    }

    .links p {
        font-size: 14px;
    }

    .inner-navbar img {
        height: 40px;
    }
}