* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
    /* background-image: url('../img/doodle.png'); */
    background-size: 24%;
    background-color: #ffb200;
    background-color: #ffda8426;
    font-family: 'Tajawal', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h1 {
    font-size: 42px;
    color: #1A1A1A;
    font-weight: 600;
}

html {
    scroll-padding-top: 50px;
}

.page-nav {
    background-image: url('../img/bg-circle.png'), url('../img/bg-triangle.png'), linear-gradient(to bottom, #ffe29b, #ffeec7, #ffe6ac, #ffd46f);
    background-position: left 0px top 0px, right 0px top 50%, center top;
    background-repeat: no-repeat;
    padding: 100px 10px;
    text-align: center;
}

.page-nav h1 {
    color: #1A1A1A;
    font-weight: 600;
}


input:focus,
textarea:focus {
    border-color: #dee2e6;
    box-shadow: none !important;
}




/* header  */
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: .2s;
    background-color: #fff4d9;
}

header.white {
    background-color: #fff4d9;
    box-shadow: 0 7px 15px rgb(25 25 25 / 10%);
}

header .pc {
    padding: 15px 0px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    transition: .2s;
}

header.white .pc {
    padding: 10px 0px;
}

header .logo img {
    width: 100px;
    transition: .2s;
}

header.white .logo img {
    width: 100px;
}


header .nav ul {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    gap: 30px;
    transition: 0s;
}

header .nav ul li a {
    color: #1A1A1A;
    font-weight: 500;
}


header .apply-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

header .apply-btn a.app-btn {
    color: #fff;
    background-color: #1A1A1A;
    border: 1px solid #1A1A1A;
    padding: 8px 15px;
    border-radius: 20px;
}

header .apply-btn a.flag img {
    width: 22px;
    height: 15px;
    margin: 0px 10px;
}

/* mobile  */
header.mob {
    display: none;
}

header .mobile {
    background-color: #fff;
}

header .mobile .main {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .mobile .logo img {
    width: 70px;
}

header .mobile .icon-flag {
    display: flex;
    align-items: center;
}

header .mobile a.flag img {
    width: 22px;
    height: 14px;
    margin: -3px 10px 0px 20px;
}

header .mobile .nav {
    display: none;
    width: 95%;
    margin: auto;
    border-top: 1px solid #ded8d8;
}

header .mobile .nav ul {
    padding: 10px 0px;
    width: 100%;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px;
    background-color: #fff;
}





/* ***************************************  BANNER   *************************************** */
.banner {
    position: relative;
}

.banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    direction: rtl;
}

.banner .text .head {
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 1.1;
    font-weight: 700;
}

.banner .text .head span {
    display: block;
}

.banner .text .sub-head {
    font-size: 27px;
    color: #fff;
    font-weight: 500;
}

/* btns  */
.banner .text .btns a {
    background-color: #ffb200;
    border: 1px solid #ffb200;
    border-radius: 6px;
    color: #fff;
    padding: 15px 45px;
    margin-right: 10px;
    display: inline-block;
    transition: .3s;
}

.banner .text .btns a:hover {
    background-color: #fff;
    border: 1px solid #ffb200;
    color: #ffb200;
}

.banner .text .btns a:last-child {
    background-color: #fff;
    border: 1px solid #ffb200;
    color: #ffb200;
}

.banner .text .btns a:last-child:hover {
    background-color: #ffb200;
    border: 1px solid #fff;
    color: #fff;
}



/*   BANNER  OLD  */
.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper.mobile {
    display: none;
}

.banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.banner .swiper-slide .bnr-img {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .bnr-img::after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #0000005a, #0000005a);
}

.banner .swiper-slide .bnr-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(.8);
}

.banner .swiper-slide .content {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.banner .swiper-slide .content h1 {
    font-size: 55px;
    margin-bottom: 30px;
}

.banner .swiper-slide .content p {
    font-size: 20px;
    margin-bottom: 40px;
}

.banner .swiper-slide .content h1,
.banner .swiper-slide .content p {
    color: #fff;
}

.banner .swiper-slide .content a {
    font-size: 18px;
    padding: 10px 18px;
    color: #fff;
    border: 2px solid #fff;

}



.swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px !important;
    opacity: 1;
    height: 15px;
    width: 15px;
}

.swiper-pagination-bullet-active {
    background: #ffb200;
    border: 3px solid #fff;
    opacity: 1;
}






/* ABOUT  */
.about {
    padding: 70px 10px;
    padding-bottom: 0px;
    /* margin-top: 240px; */
}


.about .image {
    text-align: center;
}

.about .image img {
    border-radius: 10px;
    box-shadow: 0px 5px 20px #67676742;
    width: 80%;
}

.about .text {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    direction: rtl;
    border-bottom: 1px solid #b9b9b9;
}

.about .lower-text {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: rtl;
}

.about .text .single-box {
    margin-bottom: 30px;
}

.about .text .single-box:last-child {
    margin-bottom: 0px;
}

.about .text h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Tajawal', sans-serif !important;
    color: #1A1A1A;
}

.about .text p {
    margin-bottom: 10px;
}

.about .text p:last-child {
    margin-bottom: 0px;
}





.about .lower-text h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Tajawal', sans-serif !important;
    color: #1A1A1A;
}

.about .lower-text p {
    margin-bottom: 10px;
}

.about .lower-text p:last-child {
    margin-bottom: 0px;
}

.about .lower-text ul {
    padding-right: 20px;
}

.about .lower-text ul li {
    list-style: disc;
}







/* how it work  */
.how-app-work-section {
    padding: 0px 0px 100px;
}

.how-app-work-section .hs-head {
    display: flex;
    justify-content: center;
    align-content: center;
}

.how-app-work-section .image {
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.how-app-work-section .image iframe {
    width: 80%;
    border-radius: 20px;
}

.how-app-work-section .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: rtl;
}

.how-app-work-section .head {
    margin-bottom: 30px;
}

.how-app-work-section .head p {
    font-size: 18px;
}

.how-app-work-section .lower p {
    font-size: 18px;
    margin-top: 20px;
}

.how-app-work-section .how-app-work-content {
    padding-top: 30px;
    padding-bottom: 45px;
    position: relative;
}

.how-app-work-section .how-app-work-content:before {
    content: '';
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #ffb30052, #ffb200, #d89800, #d897006b);
    position: absolute;
    top: 0;
    right: 22px;
}

.how-app-work-section .pager-item {
    display: block;
}

.how-app-work-section .single-how-app-work {
    padding-left: 10px;
    margin-bottom: 30px;
}

.how-app-work-section .single-how-app-work:last-child {
    margin-bottom: 0px;
}

.how-app-work-section .single-how-app-work .icon-box,
.how-app-work-section .single-how-app-work .text-box {
    display: table-cell;
    vertical-align: middle;
}

.how-app-work-section .single-how-app-work .icon-box .inner {
    width: 45px;
    height: 45px;
    background: #6541c1;
    background: linear-gradient(to right, #ffb200 0%, #d89800 98%);
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.how-app-work-section .single-how-app-work .icon-box .inner i {
    font-size: 18px;
    color: #fff;
}


/* textbox  */
.how-app-work-section .single-how-app-work .text-box {
    padding-right: 20px;
}



.how-app-work-section .single-how-app-work .text-box h4,
.how-app-work-section .single-how-app-work .text-box p {
    margin: 0;
}

.how-app-work-section .single-how-app-work .text-box h4 {
    font-size: 20px;
    color: #150A33;
    font-weight: 500;
}



.how-app-work-section .single-how-app-work .text-box p {
    font-size: 14px;
    line-height: 27px;
    color: #656565;
    margin-top: 10px;
}


/* middlew banner  */
.middle-banner {
    background-image: url(../img/new/aaptiv-homepage-pattern.png);
    background-position: center;
    background-size: 100%;
    background-color: #ffb200;
    padding: 100px 30px;
    border-radius: 20px;
    position: relative;
    padding-left: 400px;
    margin-bottom: 70px;
    direction: rtl;
}


.middle-banner h1 {
    color: #fff;
    font-size: 55px;
    line-height: 1;
}


.middle-banner .desc p {
    margin-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.middle-banner .desc ul {
    display: flex;
    gap: 12px;
}

.middle-banner .desc ul img {
    width: 140px;
}


.middle-banner .image img {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 400px;
}


/* what we offer */
.services {
    padding: 70px 10px;
}

.services .row>div {
    margin-bottom: 30px;
}

.services .wrapper {
    text-align: center;
    height: 100%;
    padding: 25px 50px;
    background: #fff;
    box-shadow: 0px 5px 20px #67676742;
    border-radius: 10px;
}

.services .wrapper .icon {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #ffb200;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.services .wrapper .icon i {
    font-size: 35px;
    color: #fff;
}




.services .wrapper .text .name {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}


.services .wrapper .text .desc {
    color: #919294;
    line-height: 1.6;
}

.services .wrapper .text ul {
    text-align: start;
    padding-left: 20px;
    margin: auto;
    width: 90%;
}

.services .wrapper .text ul li {
    list-style: disc;
}



/* form page  */
.form-page {
    padding: 100px 10px;
}

.form-page form {
    width: 60%;
    margin: auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 5px 20px #67676742;
    border-radius: 20px;
}

.form-page form .form-group {
    margin-bottom: 20px;
}

.form-page form .form-group label {
    margin-bottom: 3px;
    color: #1A1A1A;
}


.form-page form .form-group .sbmt-btn {
    display: inline-block;
    padding: 10px 25px;
    margin-top: 30px;
    background-color: #1A1A1A;
    color: #fff;
    border: 2px solid #1A1A1A;
    border-radius: 50px;
}

/* PRIVACY POLICY  */
.privacy-policy {
    padding: 30px 10px;
    direction: rtl;
}


.privacy-policy .desc {
    width: 70%;
    margin: auto;
}

.privacy-policy h4 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.privacy-policy p {
    margin: 10px 0;
}

.privacy-policy ul {
    padding: 0 20px;
}

.privacy-policy ul li {
    list-style-type: disc;
}


.privacy-policy .section {
    margin-bottom: 30px;
}





/* FOOTER  */
footer {
    padding: 80px 15px 0px;
    background-color: #ffb20026;
    color: #494949;
    font-size: 18px;
    direction: rtl;
}

footer h3 {
    margin-bottom: 10px;
}

footer .brand .head {
    color: #1A1A1A;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .brand p {
    font-size: 15px;
    padding-left: 100px;
}


footer .links:not(footer .links.icons) {
    width: 200px;
    margin: 0 auto;
}

footer .links.icons {
    padding-left: 80px;
}

footer .links li {
    margin-bottom: 10px;
}

footer .links li a {
    display: flex;
    align-items: center;
    gap: 8px;
}


footer a {
    color: #1A1A1A;
    transition: .3s;
}

footer a:hover {
    color: #ffb200;
}

footer img {
    width: 110px;
}

footer li {
    color: #1A1A1A;
}





footer .copytext {
    text-align: center;
    margin-top: 40px;
    padding: 25px;
    border-top: 1px solid #9c9c9c;
    color: #1A1A1A;
    direction: ltr;
}

footer .copytext p {
    font-size: 16px;
}



/* MEDIA QUERIES  */
@media (min-width:1500px) {
    .banner .content {
        max-width: 60%;
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 1050px;
    }

    .services .wrapper {
        padding: 25px;
    }
}

@media (max-width:1200px) {
    .banner .content .text h4 {
        font-size: 90px;
    }

    .middle-banner h1 {
        font-size: 50px;
    }

    footer .links.icons {
        padding-left: 20px;
    }
}

@media (max-width:991px) {
    .about .text h2 {
        font-size: 25px;
    }

    .banner .content .text h4 {
        font-size: 83px;
    }

    .banner .content .logo img {
        width: 30%;
        border-radius: 50%;
    }


    .about .about-icons {
        display: flex;
        gap: 70px;
        align-items: center;
    }

    .form-page form {
        width: 80%;
        margin: auto;
    }

    .privacy-policy .desc {
        width: 85%;
        margin: auto;
    }

    .middle-banner h1 {
        font-size: 40px;
    }

    .middle-banner .image img {
        width: 350px;
    }

    footer .brand p {
        padding-left: 50px;
    }

    footer .links:not(footer .links.icons) {
        width: 150px;
        margin: 0 auto;
    }

    p footer .links.icons {
        padding-left: 0px;
    }

    .banner .text .head {
        font-size: 35px;
        line-height: 1;
    }
}

@media (max-width:850px) {
    .banner .text {
        width: 95%;
    }

    .banner .content .text h4 {
        font-size: 75px;
    }

    header .logo img {
        width: 80px;
    }

    .banner h2 {
        font-size: 30px;
    }

    .middle-banner {
        padding: 70px 30px;
        padding-left: 350px;
    }
}

@media (max-width:850px) and (min-width:767px) {
    .middle-banner .image img {
        width: 320px;
    }

}

@media (max-width:767px) {

    header .pc {
        display: none;
    }

    header.mob {
        display: block;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .about .image {
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .about .image img {
        width: 90%;
    }

    .how-app-work-section .image {
        margin-bottom: 40px;
    }

    .banner .content {
        width: 70%;
    }

    .banner .content .text h4 {
        font-size: 53px;
    }

    .banner .content .text .date-and-btn {
        display: block;
        margin-top: 60px;
    }

    .banner .content .text p {
        margin-bottom: 60px;
    }

    .about {
        padding: 50px 10px 0px;
    }

    .services {
        padding: 50px 0px;
    }

    .services .col-md-4 {
        margin-bottom: 50px;
    }

    .services .wrapper {
        height: 100%;
    }

    /* .banner h2.head {
        margin-bottom: 30px;
    } */

    .form-page form {
        width: 98%;
        margin: auto;
    }

    .privacy-policy .desc {
        width: 98%;
        margin: auto;
    }

    .banner .text {
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0px;
    }

    .middle-banner img {
        width: 100px;
    }

    .about .text {
        padding-right: 0px;
    }

    .about .lower-text {
        padding-right: 0px;
    }

    footer .col-md-4 {
        margin-bottom: 30px;
    }

    footer .col-md-4:last-child {
        margin-bottom: 0px;
    }

    .middle-banner {
        padding: 40px 20px 200px;
    }

    .middle-banner .desc {
        margin-bottom: 80px;
        text-align: center;
    }

    .middle-banner .desc p {
        margin-top: 20px;
    }

    .middle-banner .desc ul {
        display: flex;
        gap: 12px;
        justify-content: center;
    }

    .middle-banner .image img {
        width: 300px;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
    }

    .how-app-work-section .head h2 {
        font-size: 24px;
    }

    .how-app-work-section .single-how-app-work .text-box h4 {
        font-size: 16px;
        color: #150A33;
        font-weight: 500;
    }

    .section-heading h1 {
        font-size: 35px;
    }

    .banner p {
        font-size: 18px;
    }

    footer .links:not(footer .links.icons) {
        width: unset;
    }

    footer .links.icons {
        padding-left: 0px;
    }

    .banner .text .head {
        font-size: 22px;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }

    .swiper-pagination-bullet-active {
        border: 1px solid #fff;
    }
}

@media (max-width:575px) {
    .banner .content .text h4 {
        font-size: 40px;
    }

    .banner p {
        font-size: 16px;
    }

    .banner .content .logo img {
        width: 40%;
    }

    .about .image img {
        width: 100%;
    }

    .how-app-work-section .image iframe {
        width: 100%;
    }

    .about .text p {
        font-size: 16px;
    }


    .banner h2 {
        font-size: 24px;
    }

    .banner .mobile-slider-section ul.slick-dots {
        right: -50px;
    }

    .how-app-work-section {
        padding: 0px 0px 50px;
    }

    footer .links.contact {
        margin-top: 30px;
    }

    .middle-banner h1 {
        font-size: 30px;
    }

    .middle-banner .image img {
        width: 250px;
        bottom: 50px;
    }

    footer .navs-ul {
        display: unset !important;
    }


    .how-app-work-section .single-how-app-work .icon-box .inner {
        width: 35px;
        height: 35px;
    }

    .how-app-work-section .single-how-app-work .icon-box .inner i {
        font-size: 13px;
    }

    .how-app-work-section .how-app-work-content:before {
        right: 17px;
    }

    .how-app-work-section .single-how-app-work .text-box {
        padding-left: 13px;
    }

    .banner .text .head {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .banner .text .sub-head {
        font-size: 14px;
        color: #fff;
        line-height: 1.1;
    }

    .swiper-pagination {
        display: none;
    }
}

@media (max-width:420px) {
    .services .wrapper .text ul {
        width: 100%;
    }
}