@font-face {
    font-family: "Avenir Arabic";
    src: url(../fonts/AvenirArabic-Heavy.woff2) format("woff2"), url(../fonts/AvenirArabic-Heavy.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir Arabic";
    src: url(../fonts/AvenirArabic-Book.woff2) format("woff2"), url(../fonts/AvenirArabic-Book.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir Arabic";
    src: url(../fonts/AvenirArabic-Black.woff2) format("woff2"), url(../fonts/AvenirArabic-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir Arabic";
    src: url(../fonts/AvenirArabic-Medium.woff2) format("woff2"), url(../fonts/AvenirArabic-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir Arabic";
    src: url(../fonts/AvenirArabic-Light.woff2) format("woff2"), url(../fonts/AvenirArabic-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400
}

body {
    overflow-x: hidden;
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    scroll-behavior: smooth;
    margin: 0;
    background: #fff
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button {
    outline: none
}

.padding-0 {
    padding: 0 !important
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none !important
}

.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto
}

header {
    padding: 30px 0;
    margin-bottom: 40px
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrap .logo {
    height: 27px
}

.header-wrap .menu {
    margin-right: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrap .menu a {
    color: #034C53;
    font-size: 14px;
    font-weight: 900;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 30px
}

.header-wrap .menu a:last-child {
    margin: 0
}

.header-wrap .menu a.active,
.header-wrap .menu a:hover {
    color: #F38C79
}

.top-gradient-bg {
    width: calc(100% - 32px);
    margin: 16px;
    border-radius: 42px;
    background: linear-gradient(45deg, rgba(0, 130, 255, .5), transparent, transparent)
}

.top-gradient-bg .page-title {
    padding-bottom: 48px;
    margin: 0
}

.main-wrap .img-wrapper {
    margin-top: 20px;
    margin-right: auto;
    width: 514px;
    max-width: 100%
}

.main-wrap .img-wrapper .home-img {
    width: 100%
}

.main-section {
    margin-bottom: 80px;
    padding-bottom: 70px
}

.features-section {
    margin-bottom: 50px
}

.section-title {
    color: #000;
    font-size: 36px;
    line-height: 136%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 900
}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 36px 30px;
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC1B400), to(#ffc1b4dc));
    background: linear-gradient(#FFC1B400, #ffc1b4dc)
}

.feature-item svg {
    margin-bottom: 8px
}

.feature-item h3 {
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 24px
}

.feature-item p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #666
}

.create-link-section {
    margin-bottom: 80px;
    padding: 0 48px
}

.create-link-section .section-wrap {
    border-radius: 36px;
    background: #FCEEE1;
    padding-top: 70px
}

.create-link-form {
    width: 480px;
    max-width: 100%
}

.create-link-form .section-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 12px
}

.create-link-form p {
    color: #72767E;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 32px
}

.form-group {
    margin-bottom: 24px;
    position: relative
}

.form-group label {
    color: #000;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 8px;
    display: block
}

.form-input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #EEF5F4;
    padding: 0 16px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Avenir Arabic", sans-serif
}

.form-input::-webkit-input-placeholder {
    color: #72767E;
    opacity: 1
}

.form-input::-moz-placeholder {
    color: #72767E;
    opacity: 1
}

.form-input:-ms-input-placeholder {
    color: #72767E;
    opacity: 1
}

.form-input::-ms-input-placeholder {
    color: #72767E;
    opacity: 1
}

.form-input::placeholder {
    color: #72767E;
    opacity: 1
}

.form-input::-ms-input-placeholder {
    color: #72767E
}

textarea.form-input {
    padding: 12px 16px;
    height: 100px;
    resize: none
}

.form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-submit button {
    outline: none;
    border: none;
    height: 48px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    background: #007074;
    cursor: pointer;
    font-family: "Avenir Arabic", sans-serif
}

.form-submit button svg {
    margin-right: 16px
}

.form-submit button:hover {
    background: #034C53
}

.form-submit .view-link {
    margin-right: 16px;
    outline: none;
    height: 48px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #034C53 !important;
    font-size: 16px;
    font-weight: 900;
    background: #fff;
    cursor: pointer;
    font-family: "Avenir Arabic", sans-serif;
    border: 1px solid #034C53
}

.form-submit .view-link svg {
    margin-right: 16px
}

.form-submit .view-link path {
    -webkit-transition: all .3s;
    transition: all .3s
}

.form-submit .view-link:hover {
    color: #fff !important;
    background: #003537;
    border-color: #003537
}

.form-submit .view-link:hover path {
    fill: #fff
}

.iti {
    width: 100%
}

.iti__selected-flag {
    outline: none !important;
    background: none !important;
    height: 48px;
    width: 118px;
    direction: ltr;
    border-right: 1px solid #DFE3E8;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.iti__arrow {
    display: none !important
}

.iti__country {
    padding: 5px 10px;
    outline: 0;
    font-size: 13px;
    direction: ltr
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    padding-left: 134px !important;
    text-align: left;
    direction: ltr
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 8px;
    color: #000;
    font-size: 14px;
    font-weight: 800
}

.iti__country-list .mCSB_container {
    margin: 0 !important;
    margin-right: 15px !important
}

.iti__country-list {
    left: 1px;
    width: 315px;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: inherit;
    border-color: #ebebeb;
    direction: ltr !important;
    z-index: 999;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
    border: none;
    background: #fff;
    overflow-y: auto
}

.whats-number-wrap {
    position: relative
}

svg.mobile-arrow {
    position: absolute;
    left: 85px;
    margin-top: 1px;
    top: 14px;
    z-index: 1
}

.whats-number.error {
    border: 1px solid red
}

#error-msg {
    color: red;
    padding: 8px 16px 0
}

.faq-wrap {
    width: 790px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 17px
}

.faq-item {
    padding: 8px 0;
    border-bottom: 1px solid #E7EAEF
}

.faq-item .head {
    cursor: pointer;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
    font-size: 14px;
    font-weight: 800
}

.faq-item .head:hover {
    color: #007074
}

.faq-item .head .title {
    margin-left: 10px;
    font-weight: 800
}

.faq-item .head .icon {
    margin-right: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 5px
}

.faq-item .head .icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.faq-item .head .icon .minus {
    opacity: 0;
    visibility: hidden
}

.faq-item .content {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    display: none;
    font-weight: 800
}

.faq-item.active .head {
    color: #007074
}

.faq-item.active .icon {
    background: rgba(0, 130, 255, .4)
}

.faq-item.active .icon .plus {
    opacity: 0;
    visibility: hidden
}

.faq-item.active .icon .minus {
    opacity: 1;
    visibility: visible
}

.faq-item.active .icon .minus path {
    fill: #007074
}

.prev-links-section {
    margin-bottom: 90px
}

.prev-links-wrap {
    padding: 30px;
    border-radius: 30px;
    border: 2px solid #F3F5F8
}

footer {
    padding: 16px;
    margin-top: 32px
}

.footer-wrap {
    padding: 48px 0;
    background: #F3F5F8;
    border-radius: 16px
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrapper .f-menu {
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrapper .f-menu a {
    color: #034C53;
    font-size: 14px;
    font-weight: 800;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 12px
}

.footer-wrapper .f-menu a:hover {
    color: #007074
}

.footer-wrapper .copyrights {
    color: #034C53;
    font-size: 14px;
    font-weight: 800
}

.popup-item {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    overflow-y: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.popup-item .popup-content {
    width: 584px;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    border-radius: 16px;
    padding: 24px
}

.popup-item .popup-content .close-popup {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 5
}

.popup-item .popup-content .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.popup-item .popup-content .head .icon {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 12px;
    background: #F2F6F9
}

.popup-item .popup-content .head .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup-item .popup-content .head .text h3 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 180%
}

.popup-item .popup-content .head .text p {
    margin: 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%
}

.share-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.share-btns a {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EEF5F4;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 8px
}

.share-btns a:hover {
    background: rgba(0, 212, 156, .6)
}

.popup-group {
    margin-bottom: 30px
}

.popup-group .title {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px
}

.popup-group:last-child {
    margin: 0
}

.prev-link-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #F3F5F8
}

.prev-link-item label {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
    display: block
}

.copy-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.copy-link-wrap input {
    color: #000;
    background: #EEF5F4;
    font-size: 14px;
    font-weight: 800
}

.copy-link-wrap .btns {
    margin-right: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.copy-link-wrap a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s
}

.copy-link-wrap a svg {
    margin-left: 8px
}

.copy-link-wrap a.copy-link {
    background: #007074;
    color: #fff
}

.copy-link-wrap a.copy-link:hover {
    background: #034C53
}

.copy-link-wrap a.share {
    color: #034C53;
    border: 1px solid #034C53
}

.copy-link-wrap a.share path {
    -webkit-transition: all .3s;
    transition: all .3s
}

.copy-link-wrap a.share:hover {
    background: #034C53;
    color: #fff
}

.copy-link-wrap a.share:hover path {
    fill: #fff
}

.popup-item .copy-link-wrap a {
    padding: 0 16px
}

.toast-msg {
    position: fixed;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: 30px;
    padding: 6px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #007074;
    border-radius: 50px;
    z-index: 9999
}

.whatsapp-box {
    margin: 16px 0;
    width: 100%;
    margin-bottom: 32px
}

.whatsapp-box-wrap {
    background: #00D49C;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px
}

.whatsapp-box-wrap .title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 800
}

.whatsapp-box-wrap a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
    padding: 0 24px;
    color: #0C3A33 !important;
    font-size: 14px;
    font-weight: 900;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 8px
}

.whatsapp-box-wrap a path {
    -webkit-transition: all .3s;
    transition: all .3s
}

.whatsapp-box-wrap a svg {
    margin-right: 8px
}

.whatsapp-box-wrap a:hover {
    background: #000;
    color: #fff !important
}

.whatsapp-box-wrap a:hover path {
    fill: #fff
}

.ad-wrap {
    margin-bottom: 30px
}

.ad-wrap img {
    width: 100%
}

.fixed-link.sticky {
    margin: 14px 0 -16px
}

.text-wrapper {
    border-radius: 16px;
    background: #fff;
    padding: 48px;
    border: 2px solid #EEF5F4
}

.text-wrapper .section-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px;
    font-weight: 800
}

.text-wrapper p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.text-wrapper .content {
    margin-bottom: 24px
}

.text-wrapper .content a {
    color: #3057F9;
    text-decoration: underline !important
}

.text-wrapper .content p {
    margin-bottom: 16px
}

.text-wrapper .content p:last-child {
    margin: 0
}

.cta-section {
    margin-bottom: 60px
}

.qr-wrap .title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.qr-wrap .title:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    height: 1px;
    background: #E7EAEF
}

.qr-wrap .title span {
    padding: 0 25px;
    background: #fff;
    position: relative;
    z-index: 1
}

.qr-wrap .qr-img {
    margin: 0 auto;
    width: 328px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    background: #F2F6F9;
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qr-wrap .qr-img img {
    max-width: 100%;
    margin-bottom: 40px
}

.qr-wrap .qr-img a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #007074;
    border-radius: 8px
}

.qr-wrap .qr-img a:hover {
    background: #034C53
}

.cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 36px 30px;
    border-radius: 24px;
    background: url(../images/cta-bg.svg) no-repeat right bottom #034C53
}

.cta-wrap .text {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.cta-wrap .text img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cta-wrap .text .title {
    color: #fff;
    line-height: 136%;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 900
}

.cta-wrap .text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

.cta-wrap a {
    margin-right: auto;
    height: 44px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #007074 !important;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 800;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cta-wrap a:hover {
    background: #007074;
    color: #fff !important
}

.about-page-wrap {
    width: 790px;
    max-width: 100%;
    margin: 0 auto
}

.redirect-box {
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    border: 2px solid #F3F5F8;
    margin-bottom: 30px
}

.redirect-box .text {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    margin-bottom: 24px
}

.redirect-box .text span {
    color: #007074
}

.redirect-box a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
    gap: 8px;
    background: #007074;
    color: #fff
}

.redirect-box a:hover {
    background: #034C53
}

.text-page-wrap {
    width: 790px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    border: 2px solid #EEF5F4;
    border-radius: 16px
}

.text-page-wrap p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.text-page-wrap .content a {
    color: #3057F9;
    text-decoration: underline !important
}

.text-page-wrap .content p {
    margin-top: 0;
    margin-bottom: 16px
}

.text-page-wrap .content p:last-child {
    margin: 0
}

.fixed-link {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -100;
    width: 1200px;
    max-width: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    left: auto;
    bottom: 0;
    -webkit-box-shadow: 0 -5px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .05);
    padding: 12px 16px;
    border-radius: 16px 16px 0 0;
    margin-bottom: -60px;
    background: #fff
}

.fixed-link.no-bg {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fixed-link a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    background: #0C3A33;
    border-radius: 8px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.fixed-link a svg {
    margin-right: 16px
}

.fixed-link a:hover {
    background: #00D49C
}

.fixed-link.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    z-index: 999
}

.fixed-link.sticky {
    position: initial;
    -webkit-transition: none;
    transition: none;
    padding: 16px 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transform: none;
    transform: none
}

@-webkit-keyframes illusLevitation {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0);
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0)
    }

    to {
        -webkit-transform: translate3d(10px, 10px, 0) rotate3d(1.2, 1.2, 1.2, 5deg);
        transform: translate3d(10px, 10px, 0) rotate3d(1.2, 1.2, 1.2, 5deg)
    }
}

@keyframes illusLevitation {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0);
        transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0)
    }

    to {
        -webkit-transform: translate3d(10px, 10px, 0) rotate3d(1.2, 1.2, 1.2, 5deg);
        transform: translate3d(10px, 10px, 0) rotate3d(1.2, 1.2, 1.2, 5deg)
    }
}

@-webkit-keyframes illusLevitationHorizontalLight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-10px, -10px, 0) rotate3d(1.2, 1.2, 1.2, -5deg);
        transform: translate3d(-10px, -10px, 0) rotate3d(1.2, 1.2, 1.2, -5deg)
    }
}

@keyframes illusLevitationHorizontalLight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-10px, -10px, 0) rotate3d(1.2, 1.2, 1.2, -5deg);
        transform: translate3d(-10px, -10px, 0) rotate3d(1.2, 1.2, 1.2, -5deg)
    }
}

.main-wrap .img-wrapper .shape2,
.main-wrap .img-wrapper .shape4,
.whats-img-wrapper .shape6 {
    -webkit-animation: illusLevitation 2s ease-in-out infinite alternate;
    animation: illusLevitation 2s ease-in-out infinite alternate
}

.main-wrap .img-wrapper .shape1,
.main-wrap .img-wrapper .shape3,
.whats-img-wrapper .shape5 {
    animation: illusLevitationHorizontalLight 2s ease-in-out infinite alternate;
    -webkit-animation: illusLevitationHorizontalLight 2s ease-in-out infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.page-content {
    min-height: calc(100vh - 450px)
}

.page-content.mid-page-content {
    min-height: calc(100vh - 340px)
}

.home-page-wrapper {
    min-height: calc(100vh - 210px)
}

.iti-mobile .iti--container {
    top: 56px;
    bottom: 30px;
    left: 32px;
    right: auto;
    position: fixed;
    width: calc(100% - 64px)
}

.open-menu {
    display: none
}

.mobile-menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -100;
    background-color: rgba(0, 0, 0, .4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.mobile-menu .wrapper {
    padding: 33px 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdad3c2), to(#fefdfd));
    background: linear-gradient(#ffdad3c2, #fefdfd);
    border-radius: 24px 0 0 24px;
    width: 300px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: -300px;
    height: 100vh;
    overflow-y: auto
}

.mobile-menu .title {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.mobile-menu .m-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.mobile-menu .m-menu-item a,
.mobile-menu .m-menu-item svg,
.mobile-menu .title a,
.mobile-menu .title svg {
    width: 24px;
    height: auto;
    margin-left: 12px
}

.mobile-menu.active {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.mobile-menu.active .wrapper {
    margin-right: 0
}

.change-lang {
    margin-right: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #034C53;
    font-size: 14px;
    font-weight: 900;
    -webkit-transition: all .3s;
    transition: all .3s
}

.change-lang.active,
.change-lang:hover {
    color: #007074
}

.change-lang img {
    margin-right: 8px
}

.statistics-wrapper {
    margin-top: 32px
}

.statistics-wrapper .copy-link-wrap a {
    background: #007074;
    color: #fff
}

.statistics-wrapper .copy-link-wrap a:hover {
    background: #034C53
}

.statistics-wrapper .prev-link-item:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.link-details-wrap {
    margin-top: 16px
}

.link-details-wrap .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px
}

.link-details-wrap .link-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.link-details-wrap .link-before .title {
    color: #666;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 4px
}

.link-details-wrap .link-before a {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline !important;
    -webkit-transition: all .3s;
    transition: all .3s
}

.link-details-wrap .link-before a:hover {
    color: #007074
}

.date-select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #F3F5F8;
    border-radius: 8px;
    height: 48px;
    padding: 0 16px;
    width: 264px
}

.date-select .arrow {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.date-select input {
    font-family: "Avenir Arabic", sans-serif;
    z-index: 1;
    padding-right: 48px;
    padding-left: 44px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: none;
    border: none;
    outline: none
}

.statistics-wrap {
    margin-top: 46px
}

.date-wrapper {
    margin-bottom: 30px
}

.bg-statistics {
    padding: 24px 30px;
    border-radius: 16px;
    background: #F3F5F8
}

.map-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    color: #034C53;
    font-size: 16px;
    font-weight: 900
}

.map-head a {
    margin-right: auto;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff
}

.country-chart-wrap {
    height: 100%
}

.map-stats-item {
    margin-bottom: 16px;
    height: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.map-stats-item:last-child {
    margin: 0
}

.map-stats-item .value {
    color: #034C53;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 900
}

.map-stats-item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 16px;
    font-weight: 800;
    gap: 8px
}

.bordered-chart-wrap {
    border: 2px solid #F3F5F8;
    padding: 24px 30px;
    border-radius: 16px
}

.country-row {
    margin-bottom: 30px
}

.line-chart-wrap {
    margin-bottom: 30px
}

.line-chart-wrap .title {
    color: #034C53;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 24px
}

.doughnut-chart-item {
    margin-bottom: 16px
}

.doughnut-chart-item .title {
    color: #034C53;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 24px
}

.doughnut-chart-item canvas {
    width: 202px !important;
    margin: 0 auto 24px;
    max-width: 100%
}

.doughnut-chart-item .chart-data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px
}

.doughnut-chart-item .chart-data-item:last-child {
    margin: 0
}

.doughnut-chart-item .chart-data-item i {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.doughnut-chart-item .chart-data-item .number {
    margin-right: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}