@import url(https://fonts.googleapis.com/css2?family=Almarai&display=swap);

body:after,
body:before {
    position: fixed;
    transform: scale(1);
    display: block;
    left: 0;
    top: 0
}

code,
mark {
    background-color: rgba(144, 144, 144, .25)
}

a,
mark,
strong {
    color: inherit
}

#wrapper,
body {
    min-height: var(--viewport-height)
}

body.is-instant #main,
body.is-instant #main>.inner>*,
body.is-instant #main>.inner>section>*,
body.is-instant:after {
    transition: none !important
}

#main>.inner>*,
.container.style1.columns>.wrapper>.inner>*>*,
.container.style1.default>.wrapper>.inner>* {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing)
}

#main,
.container>.wrapper>.inner {
    text-align: var(--alignment);
    max-width: 100%
}

.container.style1.columns>.wrapper>.inner>div:first-child>.full,
.container.style1.columns>.wrapper>.inner>div:last-child>.full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * .5) + .4725px - 1.5px)
}

#main>.inner>.full:first-child,
.container.style1.columns>.wrapper>.inner>div>.full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important
}

#main>.inner>.full:last-child,
.container.style1.columns>.wrapper>.inner>div>.full:last-child,
.container.style1.default>.wrapper>.inner>.full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important
}

.timer ul,
ol,
ul {
    list-style: none
}

#main,
#main>.inner,
.buttons li,
.buttons li a,
.container>.wrapper,
.container>.wrapper>.inner,
.image,
.image .frame,
.image .frame img,
.timer ul {
    max-width: 100%
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.image.full .frame,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    -webkit-text-size-adjust: none;
    line-height: 1;
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

#main .container.full:last-child>.wrapper,
#main .container.full:last-child>.wrapper>.inner,
#main>.inner>.full:last-child,
.container.style1.default>.wrapper>.inner>.full:last-child,
.image.full:last-child .frame {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

input[type=email],
input[type=text],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

*,
:after,
:before {
    box-sizing: border-box
}

body:before {
    content: '';
    background-attachment: scroll;
    height: var(--background-height);
    pointer-events: none;
    width: 100vw;
    z-index: 0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%2214.01%25%22%20fill%3D%22rgba(255,0,46,0.11)%22%20%2F%3E%3C%2Fsvg%3E'), url('https://cdn.jsdelivr.net/gh/Khaled-AlSafi/assets@master/DZ/crd-v1/background.jpg');
    background-size: 52px, cover;
    background-position: center, center;
    background-repeat: repeat, no-repeat;
    background-color: #fa0211
}

body:after {
    background-color: #fdfdfd;
    content: '';
    height: 100%;
    opacity: 0;
    transition: opacity .25s ease-in-out, visibility .25s;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

body.is-loading:after {
    opacity: 1;
    visibility: visible
}

:root {
    --background-height: 100vh;
    --site-language-alignment: left;
    --site-language-direction: ltr;
    --site-language-flex-alignment: flex-start;
    --viewport-height: 100vh
}

html {
    font-size: 17pt
}

u {
    text-decoration: underline
}

strong {
    font-weight: bolder
}

em {
    font-style: italic
}

code {
    border-radius: .25em;
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-size: .9em;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 .25em;
    padding: .25em .5em;
    text-indent: 0
}

sub,
sup {
    font-size: smaller
}

s {
    text-decoration: line-through
}

sub {
    vertical-align: sub
}

sup {
    vertical-align: super
}

a {
    text-decoration: underline;
    transition: color .25s
}

#wrapper {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 4rem
}

#main,
#main>.inner,
.icc-credits span a,
.timer ul li {
    position: relative;
    z-index: 1
}

#main {
    --alignment: center;
    --flex-alignment: center;
    --border-radius-tl: 3rem;
    --border-radius-tr: 3rem;
    --border-radius-br: 3rem;
    --border-radius-bl: 3rem;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    background-color: #fff;
    background-image: url('');
    background-size: 512px;
    background-position: center;
    background-repeat: repeat;
    border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
    transition: opacity .25s, transform .25s
}

#main>.inner {
    --border-radius-tl: calc(3rem - 3px);
    --border-radius-tr: calc(3rem - 3px);
    --border-radius-br: calc(3rem - 3px);
    --border-radius-bl: calc(3rem - 3px);
    --padding-horizontal: 4rem;
    --padding-vertical: 4rem;
    --spacing: 1.5rem;
    --width: 30rem;
    border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
    width: var(--width);
    padding: var(--padding-vertical) var(--padding-horizontal)
}

#main>.inner>:first-child,
.container.style1.columns>.wrapper>.inner>*>:first-child,
.container.style1.default>.wrapper>.inner>:first-child,
.container.style1:not(:first-child) {
    margin-top: 0 !important
}

#main>.inner>:last-child,
.container.style1.columns>.wrapper>.inner>*>:last-child,
.container.style1.default>.wrapper>.inner>:last-child,
.container.style1:not(:last-child) {
    margin-bottom: 0 !important
}

#main>.inner>.full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: calc(100% + calc(var(--padding-horizontal) * 2) + .4725px);
    width: calc(100% + calc(var(--padding-horizontal) * 2) + .4725px)
}

#main>.inner>.full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

#main>.inner>.full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    right: auto
}

body.is-loading #main {
    opacity: 0;
    transform: translateY(.375rem)
}

body.is-instant:after {
    display: none !important
}

.image {
    display: block;
    line-height: 0;
    position: relative
}

.image .frame {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 100%
}

.image .frame img {
    border-radius: 0 !important;
    vertical-align: top;
    width: inherit
}

#main .container.full:first-child>.wrapper,
#main .container.full:first-child>.wrapper>.inner,
.image.full:first-child .frame {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.image.style1 .frame {
    width: 6.875rem;
    border-radius: 100%;
    transition: none
}

.image.style1 .frame img {
    transition: none
}

h1,
h2,
h3,
p {
    direction: var(--site-language-direction);
    position: relative
}

h1 span.p,
h2 span.p,
h3 span.p,
p span.p {
    display: block;
    position: relative
}

h1 a,
h1 code,
h1 mark,
h1 span[style],
h1 strong,
h2 a,
h2 code,
h2 mark,
h2 span[style],
h2 strong,
h3 a,
h3 code,
h3 mark,
h3 span[style],
h3 strong,
p a,
p code,
p mark,
p span[style],
p strong {
    -webkit-text-fill-color: currentcolor
}

h1.style1,
h2.style1,
h3.style1,
p.style1 {
    color: #4a4d54;
    font-family: Cairo, sans-serif;
    letter-spacing: -.05rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.25;
    font-weight: 700
}

h1.style1 a,
h2.style1 a,
h3.style1 a,
p.style1 a {
    color: #fff;
    text-decoration: underline
}

.buttons li a,
.icc-credits span,
.icc-credits span a,
.modal-content ul li a,
h1.style1 a:hover,
h2.style1 a:hover,
h3.style1 a:hover,
p.style1 a:hover {
    text-decoration: none
}

h1.style1 span.p:nth-child(n+2),
h2.style1 span.p:nth-child(n+2),
h3.style1 span.p:nth-child(n+2),
p.style1 span.p:nth-child(n+2) {
    margin-top: 1rem
}

.container,
.timer ul li.number .item {
    position: relative
}

.container>.wrapper,
.container>.wrapper>.inner {
    vertical-align: top;
    position: relative;
    border-radius: inherit
}

.container.style1 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: rgba(74, 77, 84, .11);
    border-style: none;
    border-bottom-width: 3px
}

.container.style1>.wrapper>.inner {
    --gutters: 8rem;
    --padding-horizontal: 5rem;
    --padding-vertical: 0rem;
    padding: var(--padding-vertical) var(--padding-horizontal)
}

.container.style1>.wrapper {
    max-width: var(--width);
    width: 100%
}

.container.style1.columns>.wrapper>.inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start
}

.container.style1.columns>.wrapper>.inner>* {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters)
}

.container.style1.columns>.wrapper>.inner>:first-child {
    margin-left: calc(var(--gutters) * -1)
}

.container.style1.columns>.wrapper>.inner>:before {
    border-left: 3px dashed rgba(74, 77, 84, .11);
    content: '';
    display: block;
    margin-left: calc((var(--gutters) * -.5) - 1.5px);
    position: absolute;
    width: 0;
    height: 100%;
    top: 0
}

.container.style1.columns>.wrapper>.inner>:first-child:before {
    display: none
}

.container.style1.default>.wrapper>.inner>.full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + .4725px)
}

.container.style1.default>.wrapper>.inner>.full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.container.style1.columns>.wrapper>.inner>div>.full {
    margin-left: calc((var(--gutters) * -.5) + 1.5px);
    max-width: none !important;
    width: calc(100% + var(--gutters) + .4725px - 3px)
}

.container.style1.columns>.wrapper>.inner>div:first-child>.full {
    margin-left: calc(var(--padding-horizontal) * -1)
}

.container.style1.columns>.wrapper>.inner>div:first-child,
.container.style1.columns>.wrapper>.inner>div:first-child>.full:first-child {
    border-top-left-radius: inherit
}

.container.style1.columns>.wrapper>.inner>div:last-child,
.container.style1.columns>.wrapper>.inner>div:last-child>.full:first-child {
    border-top-right-radius: inherit
}

.container.style1.columns>.wrapper>.inner>.full {
    align-self: stretch
}

.container.style1.columns>.wrapper>.inner>.full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit
}

.container.style1.columns>.wrapper>.inner>.full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit
}

.container.style1.columns>.wrapper>.inner>.full>.full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2))
}

.container.style1.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%
}

.buttons {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0
}

.buttons li a {
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

#buttons01,
#buttons02,
#buttons03,
#buttons04 {
    justify-content: center;
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap
}

#buttons01 li a,
#buttons02 li a,
#buttons03 li a,
#buttons04 li a {
    display: inline-block;
    width: 19.25rem;
    height: 3.375rem;
    line-height: 3.375rem;
    padding: 0 .5rem;
    vertical-align: middle;
    font-family: Inter, sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    border-radius: 2.5rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .25s, background-color .25s, border-color .25s
}

#buttons01 .button {
    background-color: #f00;
    color: #fff
}

#buttons02 .button {
    background-color: #69bf57;
    color: #fff
}

#buttons03 .button {
    background-color: #d33238;
    color: #fff
}

#buttons04 .button {
    background-color: #2c5eaa;
    color: #fff
}





.timer {
    cursor: default;
    line-height: 1
}

.timer ul {
    display: inline-flex;
    flex-direction: row
}

.timer ul li.delimiter {
    flex: 0 1 auto
}

.timer ul li.delimiter .symbol {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.timer ul li.number {
    flex: 1;
    min-width: 2rem
}

.timer ul li.number .item .digit {
    display: block;
    position: relative;
    white-space: nowrap
}

.timer ul li.number .item .digit .component {
    display: inline-block;
    width: 50%
}

.timer ul li.number .item .digit.count2 .component {
    width: 50%
}

.timer ul li.number .item .digit.count3 .component {
    width: 33.3333%
}

.timer ul li.number .item .digit.count4 .component {
    width: 25%
}

.timer ul li.number .item .digit.count5 .component {
    width: 20%
}

.timer ul li.number .item .label {
    display: block;
    white-space: nowrap
}

.icc-credits span,
.icc-credits span a,
.timer ul li.number .item .label>* {
    display: inline-block
}

.timer ul li.number .item .label .full {
    width: 5em
}

.timer ul li.number .item .label .abbreviated {
    width: 3em
}

.timer ul li.number .item .label .initialed {
    width: 1em
}

#timer01 ul {
    width: 30rem
}

#timer01 ul li.delimiter {
    width: 2.5rem;
    min-width: 1rem
}

#timer01 ul li.delimiter .symbol {
    color: #4a4d54
}

#timer01 ul li.number .item .digit {
    font-family: Outfit, sans-serif;
    font-weight: 600;
    color: #4a4d54;
    line-height: 1em;
    text-align: inherit
}

#timer01 ul li.number .item .label>* {
    margin-top: calc(.5rem + .25em)
}

#timer01 ul li.number .item .label {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #4a4d54
}

.icc-credits {
    display: block;
    opacity: 1 !important;
    position: relative;
    transition-delay: 0s !important
}

.icc-credits span {
    border-radius: 24px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    width: auto
}

.icc-credits span a {
    padding: .5em .375em;
    transition: color .25s, transform .25s
}

.icc-credits span a:before {
    content: '( ';
    opacity: 1;
    transition: opacity .25s
}

.icc-credits span a:after {
    content: ' )';
    opacity: 1;
    transition: opacity .25s
}

.icc-credits span::after {
    background-image: linear-gradient(30deg, #a464a1 15%, #3b5dad 85%);
    border-radius: inherit;
    box-shadow: 0 .25em 1.25em 0 rgba(0, 0, 0, .25);
    content: '';
    display: block;
    height: calc(100% + 2px);
    left: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -1px;
    transition: opacity .25s, box-shadow .25s, transform .25s;
    width: calc(100% + 2px)
}

.icc-credits span:hover {
    text-transform: none !important
}

.icc-credits span:hover a {
    color: #fff !important;
    transform: scale(1.1) translateY(-.05rem)
}

.icc-credits span:hover a:after,
.icc-credits span:hover a:before {
    opacity: 0
}

.icc-credits span:hover::after {
    opacity: 1;
    transform: scale(1.1) translateY(-.05rem)
}

#credits span {
    color: rgba(74, 77, 84, .498);
    margin-top: 1.5rem !important;
    text-transform: lowercase
}

@media (max-width:1680px) {
    html {
        font-size: 12pt
    }
}

@media (max-width:1280px) {
    html {
        font-size: 12pt
    }
}

@media (max-width:980px) {
    html {
        font-size: 11pt
    }
}

@media (max-width:736px) {
    html {
        font-size: 12pt
    }

    #wrapper {
        padding: 2rem
    }

    #main>.inner {
        --padding-horizontal: 2rem;
        --padding-vertical: 3.5rem;
        --spacing: 1.5rem
    }

    .image.style1 .frame {
        width: 6.875rem
    }

    h1.style1,
    h2.style1,
    h3.style1,
    p.style1 {
        letter-spacing: -.04375rem;
        width: 100%;
        font-size: 1.125em;
        line-height: 1.25
    }

    .container.style1:not(:first-child) {
        margin-top: 0 !important
    }

    .container.style1:not(:last-child) {
        margin-bottom: 0 !important
    }

    .container.style1>.wrapper>.inner {
        --gutters: 6rem;
        --padding-horizontal: 2rem;
        --padding-vertical: 0rem
    }

    .container.style1.columns>.wrapper>.inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important
    }

    .container.style1.columns>.wrapper>.inner>span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden
    }

    .container.style1.columns>.wrapper>.inner>:first-child:before,
    .container.style1.columns>.wrapper>.inner>span:first-child+div:before {
        display: none !important
    }

    .container.style1.columns>.wrapper>.inner>:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important
    }

    .container.style1.columns>.wrapper>.inner>* {
        padding: calc(var(--gutters) * .5) 0 !important
    }

    .container.style1.columns>.wrapper>.inner>:before {
        border-top: 3px dashed rgba(74, 77, 84, .11) !important;
        height: 0 !important;
        margin-left: 0 !important;
        top: auto !important;
        margin-top: calc((var(--gutters) * -.5) - 1.5px) !important;
        left: 0 !important;
        width: 100% !important
    }

    .container.style1.columns>.wrapper>.inner>:last-child {
        padding-bottom: 0 !important
    }

    .container.style1.columns>.wrapper>.inner>:last-child:before {
        display: block !important
    }

    .container.style1.columns>.wrapper>.inner>div:first-of-type>.full,
    .container.style1.columns>.wrapper>.inner>div:last-of-type>.full,
    .container.style1.columns>.wrapper>.inner>div>.full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + .4725px)
    }

    .container.style1.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: calc((var(--gutters) * -.5) + 1.5px) !important
    }

    .container.style1.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: calc((var(--gutters) * -.5) + 1.5px) !important
    }

    .container.style1.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important
    }

    .container.style1.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important
    }

    .container.style1.columns>.wrapper>.inner>div:first-of-type,
    .container.style1.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .container.style1.columns>.wrapper>.inner>div:last-of-type,
    .container.style1.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
    }

    .container.style1.columns>.wrapper>.inner>div:first-of-type,
    .container.style1.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
        border-bottom-left-radius: 0 !important
    }

    .container.style1.columns>.wrapper>.inner>div:last-of-type,
    .container.style1.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
        border-top-right-radius: 0 !important
    }

    .container.style1.columns>.wrapper>.inner>.full>.full:first-child:last-child {
        height: auto
    }

    .container.style1.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
        height: auto;
        position: relative;
        width: auto
    }

    #buttons01 li a,
    #buttons02 li a,
    #buttons03 li a,
    #buttons04 li a {
        letter-spacing: 0;
        font-size: 1.125em
    }
}

@media (max-width:480px) {
    #wrapper {
        padding: 1rem
    }

    #main>.inner {
        --spacing: 1.3125rem
    }

    #buttons01,
    #buttons02,
    #buttons03,
    #buttons04 {
        flex-direction: column;
        flex-wrap: nowrap
    }

    #buttons01 li a,
    #buttons02 li a,
    #buttons03 li a,
    #buttons04 li a {
        max-width: 32rem;
        width: 100%
    }

    #timer01 ul li.delimiter {
        width: 1.5625rem
    }

    #timer01 ul li.number .item .label>* {
        margin-top: calc(.5rem + .25em)
    }
}

@media (max-width:360px) {
    #wrapper {
        padding: .5rem
    }

    #main>.inner {
        --padding-horizontal: 1.5rem;
        --padding-vertical: 2.625rem;
        --spacing: 1.125rem
    }

    h1.style1,
    h2.style1,
    h3.style1,
    p.style1 {
        font-size: 1.125em
    }

    .container.style1>.wrapper>.inner {
        --gutters: 4.5rem;
        --padding-horizontal: 1.5rem;
        --padding-vertical: 0rem
    }

    #buttons01,
    #buttons02,
    #buttons03,
    #buttons04 {
        gap: 1.125rem
    }
}

.modal-content p,
.modal-content ul a {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700
}

.modal {
    display: none;
    width: 100%;
    backdrop-filter: blur(10px);
    height: 100vh;
    position: fixed;
    z-index: 99;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.modal-content {
    background: #fff;
    width: 80%;
    max-width: 550px;
    min-height: 350px;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 1px 1px 40px -15px #000;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-content p {
    font-family: system-ui
}

.modal-content ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style-type: decimal;
    margin: 20px 13% 0
}

.modal-content ul li,
.steps ul li {
    margin: 10px 0;
    width: 70%
}

.modal-content ul a {
    padding: 15px;
    background: #ffca2b;
    color: #000;
    border-radius: 50px;
    display: block
}

.modal-content ul li a {
    font-family: system-ui
}

.steps li {
    font-size: 1.1em;
    width: 100% !important;
    font-weight: 600
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3) translate3d(0, 0, 0)
    }

    50% {
        opacity: .9;
        transform: scale(1.1)
    }

    80% {
        opacity: 1;
        transform: scale(.89)
    }

    100% {
        opacity: 1;
        transform: scale(1) translate3d(0, 0, 0)
    }
}

@keyframes pulse {
    25% {
        transform: scale(.9)
    }

    75% {
        transform: scale(1)
    }
}

.btn {
    width: 250px;
    background-color: red;
    font-size: 22px;
    color: #fff;
    padding: 10px;
    margin: 25px 0;
    border-radius: 7px;
    box-shadow: 0 0 5px #000;
    animation: .5s ease-in infinite pulse;
    z-index: 99 !important;
    text-align: center
}

.modal-content h3 {
    font-size: 2em;
    font-weight: 700;
    margin: 10px 10px 20px;
    border: 3px dashed;
    padding: 10px 15px;
    border-radius: 12px
}

* {
    font-family: Almarai, sans-serif !important
}
