@font-face {
    font-family: 'Al-Jazeera-Arabic';
    src: URL('/fonts/landing-page/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Al-Jazeera-Arabic';
    src: URL('/fonts/landing-page/Al-Jazeera-Arabic-Regular.ttf') format('truetype');
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* width */

::-webkit-scrollbar {
    width: 13px;
}


/* Track */

::-webkit-scrollbar-track {
    background-color: #E2E2E2;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #444444;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #223A8E;
}

p {
    margin-bottom: 0;
}

body {
    font-family: 'Al-Jazeera-Arabic';
    background-image: url('/images/landing-page/body-bg.jpg');
    background-repeat: no-repeat;
}

.container {
    max-width: 1847px;
    width: 100%;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}


/*Start Hero Sect*/

.hero-sect {
    padding-top: 40px;
    padding-bottom: 60px;
}

.hero-sect .image {
    position: relative;
    height: 861.7869px;
    overflow: hidden;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.hero-sect .image::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-sect .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-sect .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: 1406.0596px;
    max-width: 100%;
}

.hero-sect .text h2 {
    color: #fff;
    font-size: 63px;
    margin: 0 auto 15px;
}

.hero-sect .text p {
    font-size: 35px;
    line-height: 1.8;
    color: #fff;
    margin: 0 auto 15px;
}

.hero-sect .text p:last-child {
    width: 1019px;
    max-width: 100%;
}

.hero-sect .text .logo {
    max-width: 500px;
}

.hero-sect .lang {
    position: absolute;
    top: 40px;
    right: 20px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(219, 219, 219, 0.37);
    z-index: 3;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    font-size: 20px;
}

.hero-sect .wrapper {
    position: absolute;
    top: 40px;
    left: 20px;
    background-color: rgba(219, 219, 219, 0.37);
    z-index: 6;
    width: 281px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 5px 10px;
    gap: 10px;
}

.hero-sect .wrapper .clcok {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    padding-right: 20px;
}

.hero-sect .wrapper .clcok::after {
    width: 4px;
    height: 70%;
    background-color: #dddddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    content: '';
}

.hero-sect .wrapper .clcok p {
    color: #223A8E;
    font-size: 35px;
    font-weight: bold;
}

.hero-sect .wrapper .clcok img.icon {
    max-width: 20px;
}

.hero-sect .wrapper .clcok span {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4px;
    margin-left: 10px;
}

.hero-sect .wrapper .weather {
    flex-grow: 1;
}

.hero-sect .wrapper .weather img.icon {
    width: 50px;
}

.hero-sect .wrapper .weather span {
    font-size: 18px;
    color: #444444;
}

.hero-sect .wrapper .weather .degree-symbol {
    position: relative;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.hero-sect .wrapper .weather .degree-symbol::after {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background-color: transparent;
    width: 7px;
    height: 7px;
    border: 3px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-left: 17px;
}

.hero-sect .apps {
    max-width: 1350px;
    margin: -100px auto 0;
    z-index: 7;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.hero-sect .apps h3 {
    flex-grow: 1;
    width: 100%;
    font-size: 46px;
    color: #223A8E;
    margin-bottom: 20px;
}

.hero-sect .apps a {
    display: inline-block;
    width: 500px;
    margin: 0 10px;
}

.hero-sect .apps a img {
    width: 100%;
}


/*End Hero Sect*/


/*Start Contact Us Sect*/

.contact-us {
    padding-bottom: 80px;
}

.contact-us .container {
    max-width: 1642px;
}

.contact-us .images {
    width: 100%;
    max-width: 1447px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}

.contact-us .images .img {
    width: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    height: 600px;
    max-height: 100%;
}

.contact-us .images .img img {
    width: 100%;
    height: 100%;
}

.contact-us .desc p,
.contact-us .desc h3 {
    font-size: 43px;
    color: #444444;
    font-weight: bold;
    position: relative;
}

.contact-us .desc h3::after {
    position: absolute;
    right: -40px;
    top: 20px;
    width: 27px;
    height: 27px;
    background-color: #223A8E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: '';
}

.contact-us .desc p {
    margin: 20px 0 50px;
}

.contact-us .heading-text {
    background-color: #223A8E;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    max-width: 1190px;
    margin: 30px auto;
    text-align: center;
}

.contact-us .heading-text h3 {
    font-size: 57px;
    font-weight: bold;
    color: #fff;
}

.contact-us .card-custom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
}

.contact-us .card-custom .image {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-us .card-custom .image img {
    width: 100%;
}

.contact-us .card-custom .image::after {
    position: absolute;
    width: 100%;
    height: 160px;
    background-color: #223A8E;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
}

.contact-us .card-custom h3 {
    background-color: #0F7FB7;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
}

.contact-us .title {
    font-size: 44px;
    color: #444444;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 60px;
}


/*End Contact Us Sect*/


/*Strat banner Sect*/

.banner {
    background-image: url('/images/landing-page/banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 656px;
    position: relative;
}

.banner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background-color: rgba(34, 57, 142, 0.567);
}


/*End banner Sect*/


/*Strat sections Sect*/

.sections .box {
    background-color: #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px;
    border-radius: 57px;
    -webkit-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    overflow: hidden;
    margin-bottom: 40px;
}

.sections .box:nth-child(even) {
    flex-direction: row-reverse;
}

.sections .box .image {
    width: 460px;
    padding: 10px;
    background-color: #223A8E;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    max-height: 100%;
    align-self: stretch;
}

.sections .box .image img {
    width: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}

.sections .box .content {
    width: calc(100% - 500px);
}

.sections .box h3 {
    color: #223A8E;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sections .box h3 i {
    width: 40px;
    display: inline-block;
}

.sections .box p {
    font-size: 38px;
    line-height: 1.5;
}


/*End sections Sect*/


/*Start Footer */

footer {
    background-color: #223A8E;
    padding: 50px 0 60px;
}

footer .logo {
    max-width: 200px;
    margin: 0 auto 20px;
}

footer .content {
    text-align: center;
    position: relative;
}

footer .content::after,
footer .content::before {
    position: absolute;
    content: '';
    top: 50%;
    background-color: #fff;
    height: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 5px;
}

footer .content::after {
    left: -20px;
}

footer .content::before {
    right: -20px;
}

footer .content p {
    color: #fff;
    font-size: 25px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .content p:last-of-type {
    color: #FBE108;
}

footer .map {
    width: 270px;
    margin: 0 auto;
}

footer .map img {
    max-width: 100%;
}

footer .links {
    margin-top: 80px;
}

footer .links ul li a img {
    width: 40px;
}

footer .links ul h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

footer .links .logo-text {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

footer .links .logo-text img {
    width: 100%;
}


/*End Footer */


/*Start Responsive */

@media (max-width:1800px) {
    .hero-sect .image {
        height: 700px;
    }
    .hero-sect .text {
        width: 1200px;
    }
    .hero-sect .text h2 {
        font-size: 50px;
    }
    .hero-sect .text p {
        font-size: 30px;
    }
    .hero-sect .apps {
        margin-top: -50px;
    }
    .contact-us .desc p,
    .contact-us .desc h3 {
        font-size: 35px;
    }
    .contact-us .desc h3::after {
        top: 15px;
        width: 23px;
        height: 23px;
    }
    .contact-us .heading-text h3 {
        font-size: 45px;
    }
    .contact-us .heading-text {
        max-width: 960px;
    }
    .sections .box p {
        font-size: 33px;
    }
    .sections .box .image {
        width: 420px;
    }
}

@media (max-width:1660px) {
    .hero-sect .image {
        height: 500px;
    }
    .hero-sect .text {
        width: 1000px;
    }
    .hero-sect .text .logo {
        max-width: 300px;
    }
    .hero-sect .text h2 {
        font-size: 40px;
    }
    .hero-sect .text p {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .hero-sect .apps {
        max-width: 1000px;
    }
    .hero-sect .apps a {
        width: 300px;
    }
    .container,
    .contact-us .container {
        max-width: 1350px;
    }
    .contact-us .heading-text {
        max-width: 800px;
    }
    .contact-us .card-custom .image {
        width: 300px;
    }
    .contact-us .card-custom .image::after {
        height: 100px;
    }
    .contact-us .title {
        padding-bottom: 30px;
        font-size: 38px;
    }
    .contact-us .images .img {
        height: 450px;
    }
    .sections .box .content {
        width: calc(100% - 350px);
    }
    .contact-us .heading-text h3,
    .hero-sect .apps h3,
    .sections .box h3 {
        font-size: 38px;
    }
    .contact-us .desc p,
    .contact-us .desc h3,
    .sections .box p {
        font-size: 25px;
    }
    .contact-us .desc h3::after {
        top: 10px;
        width: 18px;
        height: 18px;
        right: -30px;
    }
    .sections .box .image {
        width: 330px;
    }
}

@media (max-width:1450px) {}

@media (max-width:1350px) {
    .container,
    .contact-us .container {
        max-width: 960px;
    }
    .hero-sect .text .logo {
        max-width: 200px;
    }
    .hero-sect .apps {
        max-width: 800px;
    }
    .hero-sect .wrapper {
        width: 245px;
    }
    .hero-sect .wrapper .weather .degree-symbol,
    .hero-sect .wrapper .clcok p,
    .hero-sect .text p {
        font-size: 20px;
    }
    .hero-sect .wrapper .clcok span {
        font-size: 16px;
    }
    footer .map {
        width: 211px;
        margin: 50px auto 0;
    }
    footer .content p {
        font-size: 20px;
    }
}

@media (max-width:1025px) {}

@media (max-width:993px) {
    .banner {
        margin-bottom: 30px;
    }
    .sections .box {
        flex-direction: column !important;
    }
    .sections .box .image,
    .sections .box .content {
        width: 100%;
    }
    footer .map {
        margin-bottom: 30px;
    }
    footer .content::after,
    footer .content::before {
        display: none;
    }
}

@media (max-width:769px) {}

@media (max-width:575px) {
    .hero-sect .apps h3,
    .sections .box h3 {
        font-size: 27px;
    }
    .hero-sect .lang {
        top: 15px;
        right: 15px;
        font-size: 15px;
    }
    .hero-sect .wrapper {
        top: 15px;
        left: 15px;
        width: 170px;
    }
    .hero-sect .wrapper .weather span {
        font-size: 14px;
    }
    .hero-sect .wrapper .weather img.icon {
        width: 20px;
    }
    .hero-sect .wrapper .clcok img.icon {
        width: 15px;
    }
    .hero-sect .wrapper .clcok span {
        font-size: 10px;
        margin-left: 5px;
    }
    .hero-sect .text h2 {
        font-size: 30px;
    }
    .hero-sect .wrapper .weather .degree-symbol,
    .hero-sect .wrapper .clcok p,
    .hero-sect .text p {
        font-size: 13px;
    }
    .hero-sect .apps {
        max-width: 100%;
    }
    .hero-sect .apps a {
        width: 200px;
    }
    .contact-us {
        padding-bottom: 20px;
    }
    .contact-us .images {
        flex-direction: column;
    }
    .contact-us .desc p,
    .contact-us .desc h3,
    .sections .box p {
        font-size: 20px;
    }
    .contact-us .desc p {
        margin-bottom: 20px;
    }
    .contact-us .desc h3 {
        padding-right: 15px;
    }
    .contact-us .desc h3::after {
        right: 0;
        width: 10px;
        height: 10px;
    }
    .contact-us .heading-text h3 {
        font-size: 20px;
    }
    .contact-us .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sections .box {
        padding: 20px;
        gap: 15px;
    }
    .sections .box h3 i {
        width: 20px;
    }
    .contact-us .card-custom h3 {
        font-size: 25px;
    }
    footer .content ul {
        flex-direction: column;
    }
}

@media (max-width:400px) {
    .hero-sect .text {
        margin-top: 15px;
        padding: 0 10px;
    }
    .hero-sect .apps h3,
    .sections .box h3 {
        font-size: 22px;
    }
    .contact-us .desc p,
    .contact-us .desc h3,
    .sections .box p {
        font-size: 18px;
    }
}


/*End responsive */