/* Basic styling for the body */


@font-face {
    font-family: "Dubai-Regular";
    src: url(fonts/Dubai-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Dubai-Medium";
    src: url(fonts/Dubai-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Dubai-Bold";
    src: url(fonts/Dubai-Bold.ttf);
    font-display: swap;
}

body {
    font-family: "Dubai-Medium", sans-serif;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-size: 28px;
    text-align: center;
    background-color: #FEFDFF;
}

.default-header .container {
    padding: 0;
    max-width: calc(100% - 64px);
}

/* Container styling for privacy policy content */
.body-items {
    margin: auto;
    box-sizing: border-box;
    text-align: right;
}

.title {
    text-align: center;
    margin-top: 60px;
}

.email {
    font-size: 24px;
    color: #1A0DAB;
    width: 100%;
    font-weight: 700;
    font-family: "Dubai-Bold", sans-serif;
}

.majarra_platform_desktop {
    display: block;
}

.majarra_platform_mobile {
    display: none;
}

/* Desktop styling */
@media (min-width: 768px) {
    .body-items {
        width: 1140px; /* 3/4 of the page width */
    }
}

@media (max-width: 1450px) {
    body {
        font-size: 24px;
    }

}

.marginTop {
    margin-top: 67px;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@media (max-width: 991px) {
    .main-menu li a {
        font-size: 80%;
        padding: 5px 10px;
    }

    .main-menu li {
        margin: 0 4px;
    }

    .default-header .auth-buttons li a {
        padding: 4px 10px;
        font-size: 68%;
    }

    .default-header .auth-buttons li a.signup-button {
        padding: 6px 1.8rem;
        font-size: 72%;
    }
}

@media (max-width: 575px) {
    .company-img img {
        max-width: 60px;
        max-height: 30px;
    }

    .main-menu li a {
        font-size: 64%;
        padding: 3px 8px;
    }

    .default-header .auth-buttons li a {
        font-size: 60%;
        padding: 2px 7px;
    }

    .default-header .auth-buttons li a.signup-button {
        padding: 4px 1.2rem;
        font-size: 68%;
    }

    .yellow-subscribe-button {
        padding: 3px 0.5rem;
        font-size: 64%;
    }

    .home-section .container {
        padding: 0 10px;
    }
}

.auth-buttons li {
    display: inline-block;
    vertical-align: middle;
}

.auth-buttons .open-menu-btn {
    display: none;
}

.default-header {
    width: 100%;
    padding: 3px 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(30px);
    transition: linear 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 24px 0 rgba(27, 27, 28, 0.12);
    border-bottom: 1px solid rgba(232, 233, 234, 1);
}

.default-header .container {
    padding: 0;
    max-width: calc(100% - 64px) !important;
}

.default-header .auth-buttons li a.yellow-signup-button {
    display: block;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Dubai-Medium", serif;
    font-size: 72%;
    padding: 5px 0.8rem;
    background: #FFED13;
    color: #1B1B1C;
}

.auth-buttons li:first-child {
    margin-left: 7px;
}

.yellow-subscribe-button {
    background: #FFED13;
    color: #1B1B1C;
    font-family: Dubai-Medium, serif;
    font-size: 72%;
    padding: 5px 0.8rem;
    border-radius: 8px;
    margin-left: 20px;
}


.company-img img {
    max-width: 76px;
    max-height: 38px;
    border-radius: 8px;
    width: auto;
    height: auto;
}

.company-img p {
    font-size: 72%;
    margin: 0 0 0 10px;
}

.logo-link {
    display: inline-block;
    width: 23%;
    min-width: 30px;
}

.logo-link img {
    width: 100%;
}

.home-section .container {
    padding: 0;
}

img.infoGraph {
    max-width: 87.85%;
    margin-right: auto;
    display: block;
}

.default-header.gray-bg {
    background: rgba(250, 247, 252, 0.95);
}

.default-header.fixed.gray-bg {
    background: rgba(255, 255, 255, 0.85);
}

.logo-link img {
    width: 100%;
}

.occasion-logo {
    margin-right: 1em;
    margin-left: 1em;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.main-menu li a {
    display: block;
    color: #595A5B;
    font-size: 72%;
    padding: 8px 15px;
    position: relative;
    font-family: "Dubai-Medium", serif;
}

.main-menu li a.active {
    color: #1B1B1C;
    font-family: 'Dubai-Bold', serif;
}

.default-header .auth-buttons li a {
    display: block;
    color: #1B1B1C;
    cursor: pointer;
    margin-right: 10px;
    font-size: 72%;
    padding: 5px 15px;
    position: relative;
    font-family: "Dubai-Medium", serif;
}

.default-header .auth-buttons li a.signup-button {
    padding: 8px 2.4rem;
    display: block;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Dubai-Medium", serif;
    font-size: 80%;
    background: transparent linear-gradient(249deg, #7e47a8 0%, #5a13a0 98%, #5a13a0 100%) 0% 0% no-repeat padding-box;
    transition: background ease-in-out 0.3s;
}

.default-header .auth-buttons li.open-menu-button {
    display: none;
}

.open-menu-button .close-menu {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 99;
    /* display: none; */
}

@media (max-width: 768px) {

    .majarra_platform_desktop {
        display: none;
    }

    .majarra_platform_mobile {
        display: block;
    }
    .platforms-list {
        width: 95%;
        left: unset;
        right: 175px !important;
        top: calc(100% + 5px);
        text-align: justify;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-right: 0;
        padding: 4px 10px;
    }
    .platform-logo, .platforms-list .platform-logo:first-child {
        margin: 0;
        padding: 4px 10px;
        flex: 0 0 33.3333%;
    }



    .default-header {
        padding: 7px 0;
    }



    .row.flex.items-center {
        height: 37px;

    }

    .default-header .container {
        max-width: calc(100% - 30px) !important;
    }

    .default-header .auth-buttons li a.login-button {
        display: none;
    }

    .default-header .auth-buttons li.open-menu-button {
        padding: 0;
        display: inline-block;
        height: 32px;
    }

    .default-header .auth-buttons li.open-menu-button img {
        width: 32px;
    }

    .auth-section {
        position: absolute;
        left: 0;
    }

    .auth-buttons li.open-menu-button a {
        padding-left: 0 !important;
        padding-right: 5px !important;
        padding-bottom: 0;
        padding-top: 0;
        display: inline-block;
    }
}

@media (max-width: 479px) {
    /* Styles for mobile devices */
    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 72% !important;
    }

    /* Styles for tablets */
    .logo-link img {
        max-width: 40px;
        min-width: 38px;
    }

    .auth-buttons li a {
        font-size: 72% !important;
    }
}

@media (min-width: 480px) and (max-width: 600px) {

    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 70%;
    }

    /* Styles for tablets */
    .logo-link img {
        max-width: 38px;
    }

    .auth-buttons li a {
        font-size: 70% !important;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    /* Styles for small desktops */
    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 72%;
    }

    .default-navbar .container, .nav-bar.default .container {
        margin-top: 0;
    }

    .default-header {
        backdrop-filter: unset;
    }

    .default-header .container {
        padding: 0;
        max-width: calc(100% - 64px);
    }

}

@media (min-width: 1200px) and (max-width: 1599px) {
    /* Styles for large desktops */
    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 72%;
    }
}

@media (min-width: 768px) {
    .mobile-hide {
        display: none;
    }
}

.auth-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.auth-buttons li {
    display: inline-block;
    vertical-align: middle;
}

.default-header .auth-buttons li a.yellow-signup-button {
    display: block;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Dubai-Medium", serif;
    font-size: 72%;
    padding: 5px 0.8rem;
    background: #FFED13;
    color: #1B1B1C;
}

.default-header .auth-buttons li a, .default-header .auth-buttons li span {
    display: block;
    color: #1B1B1C;
    cursor: pointer;
    margin-right: 10px;
    font-size: 72%;
    padding: 5px 15px;
    position: relative;
    font-family: "Dubai-Medium", serif;
}

.default-header .auth-buttons li.open-menu-button {
    display: none;
}

.open-menu-button .close-menu {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 99;
}

@media (max-width: 768px) {
    .default-header .auth-buttons li span.login-button {
        display: none;
    }

    .default-header .auth-buttons li.open-menu-button {
        padding: 0;
        display: inline-block;
        height: 32px;
    }

    .default-header .auth-buttons li.open-menu-button img {
        width: 32px;
    }

    .auth-section {
        position: absolute;
        left: 0;
    }

    .auth-buttons li.open-menu-button a {
        padding-left: 0 !important;
        padding-right: 5px !important;
        padding-bottom: 0;
        padding-top: 0;
        display: inline-block;
    }
}

@media (max-width: 479px) {
    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 72% !important;
    }

    .auth-buttons li a {
        font-size: 72% !important;
    }

    .open-menu-button span {
        padding: 0 !important;
    }
}

@media (min-width: 480px) and (max-width: 600px) {
    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 70%;
    }

    .auth-buttons li a {
        font-size: 70% !important;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 72%;
    }

    .default-header {
        backdrop-filter: unset;
    }
}

.platforms-title {
    font-size: 72%;
    font-family: 'Dubai-Medium', serif;
    color: #1B1B1C;
    margin: auto;
    text-decoration: underline;
    width: max-content;
    cursor: pointer;
    position: relative;
}

.platforms-title img {
    transition: .5s ease;
}

.platforms-title.active img {
    transform: rotate(180deg);
    -moz-filter: brightness(0) saturate(100%) invert(11%) sepia(86%) saturate(3661%) hue-rotate(244deg) brightness(101%) contrast(124%);
    -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(86%) saturate(3661%) hue-rotate(244deg) brightness(101%) contrast(124%);
    -o-filter: brightness(0) saturate(100%) invert(11%) sepia(86%) saturate(3661%) hue-rotate(244deg) brightness(101%) contrast(124%);
    filter: brightness(0) saturate(100%) invert(11%) sepia(86%) saturate(3661%) hue-rotate(244deg) brightness(101%) contrast(124%);
}


.platforms-title.active {
    color: #1A0DAB;
}


.platforms-button {
    margin-right: calc(45% - 28px);
    width: 2vw;
    height: 2vw;
    min-width: 28px;
    min-height: 28px;
    border-radius: 28px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.24);
    position: relative;
    cursor: pointer;
    transition: ease-out .3s;
    background: #fff;
}

.platforms-button.active {
    background: #946ADC;
}

.platforms-list .platform-logo:first-child {
    padding: 10px 25%;
}

.platform-logo:hover {
    background: #f5f5f5;
}

.platforms-hint {
    position: absolute;
    width: max-content;
    top: calc(100% + 15px);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
    border: 0.5px solid rgba(232, 233, 234, 1);
    border-radius: 8px;
    font-size: 57%;
    font-family: 'Dubai-Bold', serif;
    padding: 4px 8px 5px 6px;
    color: #1B1B1C;
    background: linear-gradient(0deg, #e8e9ea00, #e8e9ea7a), linear-gradient(0deg, #F8F8F9, #F8F8F9);
}

.platforms-title {
    font-size: 72%;
    font-family: 'Dubai-Medium', serif;
    color: #1B1B1C;
    margin: auto;
    text-decoration: underline;
    width: max-content;
    cursor: pointer;
    position: relative;
}

.platforms-title.active {
    color: #1A0DAB;
}

.platforms-list {
    position: absolute;
    width: 9vw;
    background: #fff;
    z-index: 1;
    right: 9%;
    top: calc(100% + 5px);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    padding: 8px;
    transform: translateX(50%);
    margin-right: 10px;
    min-width: 100px;
}

.platforms-list .platform-logo {
    padding: 10px;
}

.platform-logo {
    margin: auto;
    border-radius: 8px;
    transition: ease-out .3s;
}

.reading_text {
    font-size: 72%;
    font-family: 'Dubai-Medium', serif;
    color: #1B1B1C;
}

.reading_count {
    font-size: 95%;
    font-family: 'Dubai-Medium', serif;
    color: #1B1B1C;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}


@media (max-width: 479px) {
    /* Styles for mobile devices */
    .platforms-title {
        font-size: 72%;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 480px) and (max-width: 599px) {
    /* Styles for tablets */
    .platforms-title {
        font-size: 70%;
        margin: 0 10px 0 0;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    /* Styles for tablets */
    .platforms-title {
        font-size: 72%;
        margin-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Styles for small desktops */
    .platforms-title {
        font-size: 72%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    /* Styles for large desktops */
    .platforms-title {
        font-size: 80%;
    }
}

::-webkit-scrollbar {
    transition: linear 0.3s;
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #faf7fc !important;
}

::-webkit-scrollbar-thumb {
    background-color: #adb1b3;
    outline: none;
    border-radius: 6px;
    min-height: 100px;
    opacity: 0.8;
}

::-webkit-scrollbar:hover {
    width: 10px;
    opacity: 1;
}

.title-sec {
    text-align: center;
    color: #000;
    position: relative;
    width: fit-content;
    margin: 108px auto 30px;
    font-size: 150%;
}

.title-sec.default.dot:before {
    left: -15%;
}

.title-sec.default.dot:after {
    right: -15%;
}

.title-sec.default.dot:after, .title-sec.default.dot:before {
    content: "";
    width: 8pt;
    height: 8pt;
    background-color: #5a00a0;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4pt);
}


@media (max-width: 1600px) {
    .title-sec {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .title-sec {
        font-size: 150%;
        margin-bottom: 15px;
    }

    .title-sec {
        padding: 0 15px;
        margin-top: 15px;
        max-width: calc(100% - 30px);
    }

    .title-sec.default.dot:before {
        left: 0;
    }

    .title-sec.default.dot:after {
        right: 0;
    }

    .title-sec.default.dot:after, .title-sec.default.dot:before {
        width: 6pt;
        height: 6pt;
        top: 20px;
    }

    .body-items {
        width: 100%; /* Full width */
        padding: 0 15px;
    }

    body {
        font-size: 20px;
    }


    .email {
        font-size: 22px;
        color: #5a00a0;
        text-align: center;
        width: 100%;
        font-weight: 700;
        font-family: "Dubai-Bold", sans-serif;
    }

    .website-links li {
        font-size: 65%;
    }

    .website-links li {
        font-size: 80%;
    }

    .website-links {
        padding-bottom: 2rem;
    }

    .footer-copy-rights {
        text-align: center;
        margin-top: 15px;
    }

    .platforms-button {
        margin-right: calc(40% - 28px);
    }

    .default-header {
        padding: 10px 0;
    }

    .logo-link {
        width: 40%;
        min-width: 38px;
    }

    .logo-link img {
        max-width: 50px;
    }

    .default-header .auth-buttons li.open-menu-button {
        padding: 0;
        display: inline-block;
    }

    .default-header .auth-buttons li.open-menu-button ul a {
        padding: 5px 2rem;
        margin: 0;
        position: relative;
    }

    .yellow-subscribe-button {
        padding: 4px 0.6rem;
        font-size: 68%;
    }

    .user-mobile-menu {
        font-size: 68%;
        padding: 10px 12px;
    }

    .company-img img {
        max-width: 68px;
        max-height: 34px;
    }

    .platforms-title {
        font-size: 68%;
    }

    .platforms-list {
        width: 100%;
        max-width: 300px;
    }

    .main-menu li a {
        font-size: 68%;
        padding: 4px 10px;
    }

    .default-header .auth-buttons li a {
        font-size: 65%;
        padding: 3px 8px;
    }

    .default-header .auth-buttons li a.signup-button {
        padding: 5px 1.4rem;
        font-size: 70%;
    }

    .home-section .container {
        padding: 0 15px;
    }

    img.infoGraph {
        max-width: 85%;
    }

    /* Styles for tablets */
    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 72%;
    }

    .logo-link img {
        max-width: 50px;
    }

    .main-menu li a, .default-header .auth-buttons li a.yellow-signup-button, .default-header .auth-buttons li a {
        font-size: 72%;
    }
}

h2 {
    margin-bottom: 12px !important;
    line-height: 150%; /* 36px */
    font-size: 24px;
    font-family: "Dubai-Medium", serif;
}

p {
    font-family: "Dubai-Regular", serif;
    font-size: 18px;
    margin-bottom: 12px !important;
}

.main-footer {
    background: #faf4ff;
    border-radius: 50px 50px 0 0;
}

footer.active-banner {
    padding-bottom: 48px;
}

.website-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.website-links .col-md-6 {
    max-width: fit-content;
    width: 50%;
}

.website-links li {
    position: relative;
    font-size: 83%;
    color: #2e2e2e;
    line-height: 2;
    font-family: "Dubai-Medium", serif;
    display: flex;
}

.dots-border {
    margin-top: 30px;
}

.dots-border:first-child {
    margin-top: 0;
}

.website-links li a:hover {
    color: #5a00a0;
}

.website-links li:before {
    content: "";
    background: #faf4ff 0 0 no-repeat padding-box;
    border: 2px solid #1B1B1C;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    align-self: center;
}

.website-links li a {
    display: inline-block;
    width: 100%;
}

.website-links li:hover:before {
    border-color: #5a00a0;
}

.platforms-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.platforms-links li {
    padding-right: 0;
}

.platforms-links a {
    display: block;
    width: 80%;
}

.footer-black-logo {
    display: block;
    width: 38%;
    margin: 25px 0;
}

.footer-black-logo img {
    max-width: 100%;
    display: block;
}

a.social-media-link {

    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

a.social-media-link .icon-purple {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

/* a.social-media-link:hover img {
  opacity: 0;
} */

a.social-media-link:hover img.icon-purple {
    opacity: 1;
}

.customer-service .base-btn.btn-flat-purple {
    font-size: 80%;
    padding: 8px 1.8rem 9px 1.8rem;
    font-family: "Dubai-Bold", serif;
}

.customer-service .base-btn.btn-flat-purple:hover {
    background: #41086e;
}

.bottom-footer {
    background: #f5ecfc;
    text-align: center;
    color: #2e2e2e;
    font-family: "Dubai-Medium", serif;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.bottom-footer-container {
    background: #F5ECFC !important;

}

.footer-text {
    font-size: 70%;
    color: #1B1B1C !important;
    font-family: "Dubai-Medium", serif;
}

.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
}

.footer-payment-method {
    padding-bottom: 2px;
    margin-right: auto;
    margin-left: auto;
}

.footer-payment-method img {
    height: 26px;
    width: auto;
    margin-right: 11px !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.main-footer .dots-border:after {
    margin: 8px 0;
    width: 23px;
    height: 10px;
}

.payment-methods-inner {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.payment-methods-inner img {
    padding-top: 5px;
}

.website-links.second-list {
    padding-right: 15px;
}

footer {
    text-align: right;
}

.stores-section {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer-stores-section {
    margin-top: 30px !important;
}

.main-footer .stores-section a {

    margin-left: 12px;
    position: relative;
}

.main-footer img.store-image {
    width: auto;
    height: 44px;
}

.main-footer .stores-section a {
    max-height: 44px;
}

.apple-btn {
    margin-left: 0 !important;
}


.download-majarra .stores-section {
    margin-top: 50px;
    display: flex;
}

.download-majarra .stores-section a:first-child {
    margin-left: 18px;
}

.stores-section a {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .download-majarra .stores-section {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .download-majarra .stores-section a, .download-majarra .stores-section a img {
        height: 70px;
    }

    .download-majarra .stores-section {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .download-majarra .stores-section {
        margin-top: 25px;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }

    .platforms-mobile {
        display: flex !important;
    }

    .download-majarra .stores-section a:first-child, .download-majarra .stores-section a:last-child {
        margin-left: 7px;
    }
}

h1.dots-border {
    font-size: 120%;
    font-family: "Dubai-Bold", serif;
}

.dots-border:after {
    content: "";
    background: url("icons/under-title.svg") 0 0 no-repeat transparent;
    width: 30px;
    height: 20px;
    display: block;
    background-size: contain;
}