/* Regular */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo/static/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo/static/Cairo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo/static/Cairo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* SemiBold */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo/static/Cairo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo/static/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* ExtraBold */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo/static/Cairo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo/static/Cairo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*-----------------
    # Typography
-----------------*/
body {
    font-family: 'Cairo', sans-serif !important;
}

* {
    font-family: 'Cairo', sans-serif !important;
}

.lang_switcher a {
    font-weight: 550;
}


.back-to-top *,
.fab,
i {
    font-family: "fontawesome" !important;
}

.sec_padding {
    text-align: left;
}

.title, .title2 {
    text-align: left;
    font-size: 35px;
}

.title::after, .title2::after {
    left: 4px;
    height: 10px;
}

nav .navbar-nav {
    text-align: left !important;
}

nav .navbar-nav li a {
    font-weight: 500;
}

#our-universality {
    direction: ltr !important;
}

#universalityDetailsModal .info {
    text-align: left;
}

.modal-header .btn-close {
    margin: calc(.5 * var(--bs-modal-header-padding-y)) calc(.5 * var(--bs-modal-header-padding-x)) calc(.5 * var(--bs-modal-header-padding-y)) auto;
}

.about-us .info {
    font-size: 25px;
}

.testimonials .item {
    text-align: left;
}

.testimonials .item>p {
    text-align: left;
}

.testimonials .item .client {
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}

.testimonials .item .client .testimonial_img {
    margin-right: 10px;
}

.why-aloo .title::after {
    left: 10px !important;
    width: 92%;
}

.feature .icon {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

.statistics .title {
    line-height: 1.3;
}

.statistics .title::after {
    top: 25%;
}

.footer-area .footer-top h2.title {
    font-size: 40px;
    text-align: center;
}

.social_networks .contact_icon {
    margin-left: 0;
    margin-right: 5px;
}

.footer-area .menu_list {
    text-align: left;
}

.footer-area .about_us_widget {
    text-align: left;
}

.card select {
    background-image: linear-gradient(-45deg, transparent 50%, gray 50%), linear-gradient(-135deg, gray 50%, transparent 50%), linear-gradient(to left, #ccc, #ccc);
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 20px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.card select:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to left, #ccc, #ccc);
    background-position:
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

.next-prev{
    direction: rtl;
}

/* Responsive */
@media screen and (max-width:767px) {
    nav {
        background-color: #FFF;
    }

    nav .navbar-nav li {
        padding: 10px;
        font-size: 18px;
    }

    .d-s-none {
        display: none;
    }

    .d-l-none {
        display: block;
        margin-top: 15px;
    }
}

@media screen and (max-width:600px) {
    header .right-side h1 {
        font-size: 22px;
        width: 95%;
    }

    header .right-side .aloo::after {
        height: 10px;
    }

    header .right-side {
        padding: 70px 0;
    }

    header .right-side .btn-enjoy {
        width: 90%;
    }

    .col-md-6 {
        margin-bottom: 30px;
    }

    .testimonials .testimonial_title {
        font-size: 25px;
        width: 90%;
        margin: 0 auto 50px auto;
    }

    .testimonials {
        padding-top: 50px;
    }

    .footer-area .footer-top h2.title {
        font-size: 30px;
    }

    .footer-area .footer-middle .social_networks {
        float: left;
    }


    .title::after {
        height: 10px;
    }

    .statistics .title::after {
        width: 27%;
    }

    .title, .title2 {
        font-size: 35px;
        text-align: left !important;
        font-weight: 500;
    }

    .footer-top .title p,
    .statistics .title {
        font-size: 30px;
        font-weight: 400;
    }

    .about-us .title::after {
        bottom: 20px;
    }

    .about-us .row,
    .statistics .row {
        flex-direction: column-reverse;
    }

    .statistics .title::after {
        top: 19%;
    }

    .footer-area .footer-top h2.title p {
        font-size: 23px;
        font-weight: 450;
        text-align: center;
    }
}

header{
    direction: rtl;
}

.font70{
    font-size: 60px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    #header_caption {
        font-size: 20px;
    }
    .font70 {
        font-size: 50px;
    }
}
