@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Cairo', sans-serif;
    background-color: transparent;
    transition: 500ms;
    /* overflow: hidden; */
}


:root {
    --color01: #FBE11B;
    --color02: #5C28D9;
}

.padding-t-b {
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
    text-decoration: none;
}


/* Header */
header .navbar {
    padding: 0;
}

header figure {
    margin: 0;
    /* width: 80px; */
    height: auto;
}

header figure img {
    width: 100%;
    height: 100%;
}

header {
    padding: 10px 0px;
}

header .nav-links ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}



html[dir='rtl'] header .nav-links ul li:not(:last-child) {
    margin-left: 20px;
}

html[dir='ltr'] header .nav-links ul li:not(:last-child) {
    margin-right: 20px;
}

header .nav-links ul li a {
    color: #000;
    font-size: 20px;
    position: relative;
}

header li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: var(--color01);
    left: 0;
    transition: 300ms ease-in-out;
    transform: scale(0);
    transform-origin: right;

}

header li a:hover::after {
    transform: none;
}

header .search a {
    color: #000;
    border: 1px solid #152235;
    border-radius: 50px;
    padding: 10px 40px;
    margin-left: 30px;
    font-size: 16px;
    transition: 300ms;
}

#search-icon {
    color: #000;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

header .search a:hover {
    color: #fff;
    background-color: #000;
}

header .search i {
    font-size: 25px;
}

#btn-mobile {
    display: none;
}

#nav-content {
    display: contents;
}

#nav-content .logo-mobile {
    display: none;
}

#search-mobile {
    display: none !important;
}



/* Intro */
.intro {
    background-image: url(../images/intro_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
    position: relative;
}

.intro .swiper {
    height: 100%;
}

.intro .row {
    height: 100%;
}

.intro .container {
    height: 100%;
}

.intro .col-md-12 {
    display: flex;
    text-align: center;
    height: 100%;
    align-items: center;
}

html[dir='rtl'] .intro .col-md-12 {
    justify-content: flex-start;
}

html[dir='ltr'] .intro .col-md-12 {
    justify-content: flex-end;
}

.intro h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.intro p {
    width: 595px;
    font-size: 20px;
    margin-bottom: 80px;
}

.intro .content a {
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 10px 40px;
}

.intro .content  .second-btn{
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}

.intro .swiper-pagination-bullet {
    background-color: #000 !important;
    width: 10px;
    height: 10px;
}

.intro .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
}

.intro .swiper-pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 35px;
}

/* Section-01 */
.section-01 {
    padding: 50px 0px;
}

.section-01 .head {
    margin-bottom: 110px;
}

.section-01 .head h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-01 .head p {
    width: 738px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    color: #717171;
}

.section-01 .item {
    border: 2px solid #EAEAEA;
    border-radius: 15px;
    padding: 25px;
    height: 285px;
    transition: 300ms;
}

.section-01 .item h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-01 .item figure {
    margin-bottom: 25px;
}

.section-01 .item p {
    font-size: 16px;
    max-height: 4.5em;
    overflow: hidden;
}

.section-01 .item figure {
    width: 60px;
    height: 30%;
    margin-left: auto;
}

.section-01 .item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-01 .item:hover {
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--color01);
}

/* Section-02 */
.section-02 {
    padding: 50px 0px;
    background-color: #F7F7F7;
}

.section-02 figure {
    width: 100%;
    height: auto;
    margin: 0;
}

.section-02 figure img {
    width: 100%;
    height: 100%;
}


.section-02 h1 {
    padding-right: 20px;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: bold;
}

.section-02 p {
    font-size: 25px;
    max-height: 4.5em;
    overflow: hidden;
    margin: 0;
}

/* Section-03 */
.section-03 {
    padding: 50px 0px
}

.section-03 figure {
    width: 100%;
    height: auto;
    margin: 0;
}

.section-03 figure img {
    width: 100%;
    height: 100%;
}

html[dir='rtl'] .section-03 .sec03-btn .a-s {
    margin-left: 15px;
}

html[dir='ltr'] .section-03 .sec03-btn .a-s {
    margin-right: 15px;
}

.section-03 h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 35px;
}

.section-03 p {
    font-size: 25px;
    margin-bottom: 60px;
    color: #717171;
}

.section-03 small {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    color: #5B5B5B;
}

/* Section-04 */
.section-04 {
    padding: 50px 0px;
    background-image: url(../images/section_04_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.section-04 .head h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #fff;
}

.section-04 .head p {
    width: 875px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    color: #fff;
}

.section-04 a {
    color: #000;
    border-radius: 50px;
    background-color: #FFEB11;
    padding: 10px 40px;
    color: #152235;
}


/* Section-05 */
.section-05 {
    padding: 50px 0;
    background-color: #F7F7F7;
}

.section-05 .head {
    margin-bottom: 110px;
}

.section-05 .head h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-05 .head p {
    width: 738px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    color: #8E8E8E;
}

.section-05 .content .item figure {
    width: 100%;
    height: auto;
}

.section-05 .content .item figure img {
    width: 100%;
    height: 100%;
}

.section-05 .swiper-pagination-bullet {
    background-color: #000 !important;
    width: 10px;
    height: 10px;
}

.section-05 .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
}

.section-05 .swiper-pagination-sec-05 {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 35px;
}

.section-05 figure {
    width: 100%;
    height: auto;
    margin: 15px;
}

.section-05 figure img {
    width: 100%;
    height: 100%;
}

/* Section-06 */
.section-06 {
    padding: 50px 0px;

}

.section-06 figure {
    width: 100%;
    height: auto;
    margin: 0;
}

.section-06 figure img {
    width: 100%;
    height: 100%;
}

.section-06 h1 {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: bold;
}

.section-06 p {
    font-size: 25px;
    max-height: 7.5em;
    overflow: hidden;
    margin: 0;
    color: #8E8E8E;
}

/* Section-07 */
.section-07 {
    padding: 50px 0;
    background-color: #F7F7F7;
}

.section-07 input[type="text"] {
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
}

.section-07 textarea {
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    padding: 10px;
    min-height: 110px;
    margin-bottom: 70px;
}

.section-07 button[type="submit"] {
    border-radius: 50px;
    border: 0;
    background-color: var(--color01);
    padding: 10px 70px;
    display: flex;

}

html[dir='rtl'] .section-07 button[type="submit"] {
    margin-right: auto;
}

html[dir='ltr'] .section-07 button[type="submit"] {
    margin-left: auto;
}

.section-07 h1 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 400;
}


.section-07 p {
    font-size: 24px;
    margin-bottom: 100px;
    color: #2C2E30;
}

.section-07 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2C2E30;
}

.section-07 small {
    font-size: 24px;
    display: block;
    margin-bottom: 35px;
    color: #2C2E30;
}

/* Footer */
footer {
    background-color: #152235;
    padding: 15px 0px;
}

.footer p {
    margin: 0;
    color: #fff;

}

html[dir='rtl'] .footer a:not(:first-child) {
    margin-right: 15px;
}

html[dir='ltr'] .footer a:not(:first-child) {
    margin-left: 15px;
}

.footer i {
    font-size: 25px;
    background-color: #fff;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #152235;
    transition: 300ms;
}

.footer i:hover {
    background-color: var(--color01);
}

footer figure {
    margin: 0;
    width: 80px;
    height: auto;
}

footer figure img {
    width: 100%;
    height: 100%;
}



@media(max-width:992px) {

    #nav-content figure {
        margin-bottom: 20px;
    }

    #nav-content .logo-mobile {
        display: flex;
    }

    #search-mobile {
        display: flex !important;
        margin-top: 15px;
    }

    #search-main {
        display: none !important;
    }

    header .nav-links ul {
        flex-direction: column;
    }

    header .nav-links ul li {
        margin: 0;
        margin-bottom: 10px;
    }

    html[dir='rtl'] header .search a {
        margin-left: 25px;
    }

    html[dir='ltr'] header .search a {
        margin-left: 0;
    }

    header figure {
        margin: 0;
        width: 65px;
        height: auto;
    }

    header .search a {
        margin-left: 25px;
    }

    #nav-content {
        display: flex;
        margin: 0;
        position: fixed;
        height: 100vh;
        background-color: #fff;
        width: 250px;
        top: 0;
        right: 0;
        flex-direction: column;
        box-shadow: 1px 1px 9px rgb(0 0 0 / 15%);
        padding: 10px 15px;
        opacity: 0;
        transition: 300ms;
        visibility: hidden;
        z-index: 999;
    }

    html[dir='rtl'] #nav-content {
        transform: translateX(250px);
        right: 0;
    }

    html[dir='ltr'] #nav-content {
        transform: translateX(-250px);
        left: 0;
    }

    html[dir='ltr'] #nav-content.active {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    html[dir='rtl'] #nav-content.active {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    #btn-mobile {
        display: flex;
        position: relative;
        width: 32px;
        height: 32px;
        cursor: pointer;
        font-size: 40px;
        color: var(--color01);
    }

    html[dir='rtl'] #btn-mobile {
        margin-right: auto;
    }

    html[dir='ltr'] #btn-mobile {
        margin-left: auto;
    }

    #bg-mobile {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 0;
        transition: 0.3s;
        visibility: hidden;
        left: 0;
        top: 0;
        z-index: 11;
    }

    #bg-mobile.active {
        opacity: 0.5;
        visibility: visible;
    }

    .section-04 .head p {
        width: auto;
    }

    .section-05 .head p {
        width: auto;
    }

    .section-01 .head p {
        width: auto;
    }

    .section-01 .item {
        margin-bottom: 30px;
    }

    .intro p {
        width: auto;
    }

    footer figure {
        width: 65px;
    }
}

@media(max-width:768px) {
    .section-03 .col-md-6:last-child {
        order: -1;
    }

    .section-07 .col-md-7 {
        order: -1;
    }

    .section-07 p {
        margin-bottom: 50px;
    }

    .section-07 form {
        margin-top: 25px;
    }


    .footer i {
        width: 32px;
        height: 32px;
        font-size: 17px;
    }

    footer figure {
        margin: 0;
        width: 65px;
        height: auto;
    }

    footer figure a img {
        width: 100%;
        height: 100%;
    }

    .footer p {
        font-size: 13px;
    }

    footer {
        padding: 5px 0px;
    }

}

@media(max-width:576px) {

    header figure {
        width: 65px;
        height: auto;
        margin: 0;
    }

    header figure img {
        width: 100%;
        height: 100%;
    }

    header {
        padding: 10px 0px;
    }

    .footer a:not(:first-child) {
        margin-right: 5px;
    }

    .footer i {
        width: 17px;
        height: 17px;
        border-radius: 5px;
        font-size: 12px;
    }

    footer figure {
        width: 65px;
    }

    .footer p {
        font-size: 10px;
    }

    .intro .swiper-pagination {
        bottom: 35px;
    }

    .section-01 .head {
        margin-bottom: 50px;
    }

    .section-05 figure {
        width: 100%;
        height: 600px;
        margin: 0px;
    }

    .section-05 .swiper-pagination-sec-05 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .section-01 .item {
        text-align: center;
    }

    .section-01 .item figure {
        margin-left: auto;
        margin-right: auto;
    }

    .section-01 .head h1 {
        font-size: 40px;
    }

    .section-01 .head p {
        font-size: 18px;
    }

    .section-02 .row {
        text-align: center;
    }

    .section-02 h1 {
        padding: 0;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .section-02 p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .section-03 .row {
        text-align: center;
    }

    .section-03 h1 {
        font-size: 40px;
    }

    .section-03 p {
        font-size: 18px;
    }

    .section-04 .head h1 {
        font-size: 40px;
    }

    .section-04 .head p {
        font-size: 18px;
    }

    .section-05 .head h1 {
        font-size: 40px;
    }

    .section-05 .head p {
        font-size: 18px;
    }

    .section-06 .row {
        text-align: center;
    }

    .section-06 h1 {
        font-size: 40px;
    }

    .section-06 p {
        font-size: 18px;
    }

    .section-07 h1 {
        text-align: center;
        font-size: 40px;
    }

    .section-07 p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 25px;
    }

    .section-07 h3 {
        font-size: 16px;
    }

    .section-07 small {
        font-size: 16px;
    }
}