/*
    Main Style File
    Abdulrhman Ahmed
    18.05.2024
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    touch-action: manipulation;
    background: #f9f9f9;
    cursor: default;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

body.modal_on {
    overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

.center {
    text-align: center;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
*/
.hide, [hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

p {
    margin: 15px 0;
}

div {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

#main_page_content, #payment_page_content {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    position: relative;
}

.container {
    padding: 0 15px;
}






/*
  Start Edit Here
*/
@font-face {
    font-family: 'somar';
    src: url('../fonts/SomarLight.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'somar';
    src: url('../fonts/SomarMedium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'somar', Arial;
}


/*
    Header
*/
.header .container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    position: relative;
    padding: 0 18px;
}

.header .container img {
    /* width: 100%; */
    height: auto;
    object-fit: contain;
}

ercLogoli::marker {
    display: none;
}

.logo ul {
    padding: 0;
    margin: 0;
    max-width: 350px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo ul li {
    list-style: none;
    display: inline-block;
}

.share {
    right: 25px;
    bottom: 25px;
}

.logo ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo ul li {
    list-style: none;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
}

.header {
    padding-top: 15px;
    margin-bottom: 12px;
    position: relative;
}

.header .container .lang a, .header .container .share a {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.985' height='31.983' viewBox='0 0 31.985 31.983'%3E%3Cpath data-name='Path 3787' d='M247.992,48c12.127,0,15.992,3.865,15.992,15.992s-3.866,15.992-15.992,15.992S232,76.118,232,63.992,235.866,48,247.992,48Z' transform='translate(-232 -48)' fill='%237A1E45'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.header .container .share a svg {
    width: 19px;
    height: 19px;
}

.sha_bg {
    width: 100%;
    height: 500px;
    background: url(../img/art-background-template.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
}





/*
    Main Title
*/
.ha_main_title {
    color: #241D1D;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.hea_content {
    margin-bottom: 10px;
}

.ha_main_title h1 {
    font-size: 50px;
    color: #7A1E45;
}

/*
    Page Title
*/
.s_title {
    margin: 0px 0 25px;
}

.s_title p {
    margin: 30px auto 25px;
    max-width: 97%;
    font-size: 22px;
    color: #5e5e5e;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 30px;
}

.s_title h2 {
    color: #C5161D;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 4px;
}

.s_title span {
    color: #C5161D;
    font-size: 24px;
}

/*
    Amount
*/
.pass_quantity input.form-control {
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 27px;
    outline: 0;
    max-width: 80px;
    font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input.form-control::-webkit-outer-spin-button, input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.form-control[type=number] {
    -moz-appearance: textfield;
}

.pass_quantity {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 160px;
    height: 55px;
    justify-content: center;
}

span.minus, span.plus {
    width: 45px;
    height: 45px;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><path d="M17 25h16M67 25h16M75 17v16" fill="none" stroke="rgb(59,69,66)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round" /></svg>') no-repeat 0 0;
    background-size: 5.6rem 2.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border-radius: 50%;
    cursor: pointer;
}

span.plus {
    background-position: -44px;
}

.kjsd_ssde {
    width: 100%;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 7px 0 16px;
    background: #FFFFFF;
    border: 0.5px solid #E5E5E5;
    box-shadow: 0px 4px 3.5px rgba(0, 0, 0, 0.0588235);
    border-radius: 8px;
    gap: 15px;
}

.currency_an_amount {
    margin: 0 auto 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 550px;
    gap: 5px;
}

.currency select {
    width: 100%;
    border: 0px solid #E5E5E5;
    outline: 0;
    font-size: 23px;
}

.currency {
    width: 100%;
    direction: rtl;
    padding-right: 16px;
    border-right: 1px solid #E5E5E5;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lkier_acou {
    color: #C5161D;
    font-size: 19.5px;
    font-weight: 400;
}

.terms_con_tra a {
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    color: #858585;
}

.exc_am {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 6px;
}

.terms_con_tra a svg {
    width: 14px;
    height: 14px;
}



/* 
    Payment Options
*/
ul.sd_paym {
    padding: 0;
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

ul.sd_paym li {
    list-style: none;
    font-size: 23px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    background: #EFF2F7;
    width: 100%;
    color: #434343;
    transition: all 200ms;
    height: 50px;
}

ul.sd_paym li.apple_pay {
    background: #1D1D1D;
    color: #fff;
    flex-direction: row;
}

ul.sd_paym li.apple_pay svg {
    width: 45px;
    height: auto;
    margin-right: 8px;
    margin-left: 0;
}

ul.sd_paym li svg {
    width: 22px;
    height: 23px;
    margin-left: 7px;
}

ul.sd_paym li:hover {
    background: #e2e8f0
}

ul.sd_paym li.apple_pay:hover {
    background: #1D1D1D;
}

ul.sd_paym li.samsung_pay svg {
    margin-right: 8px;
    margin-left: 0;
}

ul.sd_paym li.samsung_pay {
    flex-flow: wrap;
}

.payment_method {
    margin: 30px 0 70px 0;
}

/*
    Modal
*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgb(34 48 55 / 75%);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    transition: transition: all 200ms;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.overlay.is-on {
    opacity: 1;
    visibility: visible;
}

.overlay.is-on .content {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.overlay .content {
    background: #fff;
    width: 100%;
    max-width: 600px;
    height: fit-content;
    border-radius: 15px;
    padding: 20px;
    overflow-x: hidden;
    transform: translate3d(0, -90px, 0);
    visibility: hidden;
    transition: transition: all 200ms;
    ; }

.close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.close:hover svg path {
    fill: #303030;
}

.ijks_hed h3 {
    margin: 0;
    font-size: 28px;
}

.ijks_hed {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.s_lnks {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    padding: 20px;
    box-sizing: content-box;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.body_sha ul li:first-child {
    margin-left: 0;
}

.body_sha ul li:last-child {
    margin-right: 0;
}

.body_sha ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.body_sha ul li {
    list-style: none;
    display: inline-flex;
    margin: 10px;
}

.body_sha ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
    font-size: 19px;
    color: #4a596a;
}

.body_sha ul li a svg {
    width: 28px;
    height: 28px;
}

.body_sha ul li a span {
    display: block;
}

.body_sha ul li a svg path, .ikod_sd button#copy svg path {
    fill: #4a596a !important;
    transition: 0.3s ease-in-out;
}

.body_sha {
    margin: 20px 0 20px 0;
}

.or_shlink {
    font-size: 14px;
    margin: 25px 0 25px;
}

.close svg {
    width: 25px;
    height: 25px;
    z-index: 9;
}

.close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: 0;
    border-radius: 50%;
    transition: all 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background: #f8f8f8;
}

.close:hover:after {
    width: 45px;
    height: 45px;
}

.or_shlink h3 {
    margin: 0;
    font-size: 21px;
}

.hala_link {
    position: relative;
    height: 50px;
}

input#data {
    border: none;
    background: #f6f6f6;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    box-sizing: border-box;
    height: 50px;
    font-size: 23px;
    outline: none;
    direction: ltr;
    text-align: left;
    font-weight: 100;
    color: #282525;
}

.ikod_sd button#copy {
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    border: 0;
    background: #f6f6f6;
    cursor: pointer;
    width: 60px;
    height: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 10px;
}

.ikod_sd button#copy svg {
    width: 22px;
    height: 22px;
}

.body_sha ul li a:hover span {
    color: #C5161D;
}

.body_sha ul li a:hover svg path {
    fill: #C5161D !important;
}

.hamla_boxcontent_popup .overlay .content:before {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 400px;
    content: " ";
    z-index: -1;
    background: url(../img/header_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    background-position: center center;
}

.hamla_boxcontent_popup .overlay .content {
    position: relative;
}

.ont_con ul {
    padding: 16px 0;
    gap: 10px 12px;
    display: grid;
    grid: auto/repeat(2, 1fr);
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin: 20px auto 0;
    justify-items: stretch;
    direction: rtl;
}

.ont_con ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    padding: 12px 12px;
    background: #fff;
    border-radius: 6px;
    font-size: 17px;
}

.ont_con h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 100;
    color: #C5161D;
    text-align: center;
}

.ont_con {
    padding-top: 40px;
}

.share {
    position: fixed;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

img {}




/*
    Payment Page
*/
.header.white_nb a.shre_li {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.985' height='28.985' viewBox='0 0 28.985 28.985'%3E%3Cpath id='Path_3787' data-name='Path 3787' d='M246.492,48c10.989,0,14.492,3.5,14.492,14.492s-3.5,14.492-14.492,14.492S232,73.482,232,62.492,235.5,48,246.492,48Z' transform='translate(-232 -48)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.header.white_nb {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.header.white_nb a.ch_ng {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.985' height='28.985' viewBox='0 0 28.985 28.985'%3E%3Cpath id='Path_3787' data-name='Path 3787' d='M246.492,48c10.989,0,14.492,3.5,14.492,14.492s-3.5,14.492-14.492,14.492S232,73.482,232,62.492,235.5,48,246.492,48Z' transform='translate(-232 -48)' fill='%23fff'/%3E%3C/svg%3E%0A");
    color: #C5161D;
}

#payment_page_content {
    position: relative;
}

.ski_img {
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 0 0 80px 80px;
    overflow: hidden;
}

.ski_img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ski_img:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b0708+0,c5161d+100 */
    background: #2b0708;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2b0708 0%, #c5161d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2b0708 0%,#c5161d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2b0708 0%,#c5161d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b0708', endColorstr='#c5161d',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    ; }

.ski_img h3 {
    color: #fff;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 40px;
    z-index: 1;
}

/*
    Payment Sections
*/
.page_tit h3 {
    color: #434343;
    font-size: 30px;
}

.page_tit {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.ret_back {
    color: #c5161d;
    font-size: 23px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;
    transition: all 200ms;
}

.ret_back:hover svg {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.ret_back svg {
    width: 14px;
    height: 14px;
    border: 1px solid #F4F4F4;
    padding: 12px;
    border-radius: 13px;
    margin-right: 10px;
    transition: all 200ms;
}

.payment_details {
    padding-bottom: 60px;
}

.dona_details, .card_details {
    /* padding: 16px 0; */
}

.se_tit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: #C5161D;
    margin-bottom: 20px;
}

.skd_svg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.985' height='31.983' viewBox='0 0 31.985 31.983'%3E%3Cpath id='Path_3787' data-name='Path 3787' d='M247.992,48c12.127,0,15.992,3.865,15.992,15.992s-3.866,15.992-15.992,15.992S232,76.118,232,63.992,235.866,48,247.992,48Z' transform='translate(-232 -48)' fill='%23c5161d'/%3E%3C/svg%3E%0A");
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 8px;
}

.skd_svg svg {
    width: 18px;
    height: 18px;
}

.form-group label, .form-group p {
    display: block;
    direction: rtl;
    font-size: 22px;
    font-weight: 100;
    text-align: right;
    margin-bottom: 10px;
}

.form-group input[type="text"], .form-group input[type="number"], .form-group input[type="password"], .form-group input[type="tel"] {
    width: 100%;
    border: 1px solid #E5E5E5;
    height: 45px;
    outline: 0;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: right;
    font-size: 21px;
}

.form-group input[type="tel"] {
    text-align: left;
}

.form-group {
    margin: 0 0 18px 0;
}

.number.form-group.field-amount_65 {
    position: relative;
}

.number.form-group.field-amount_65 span.dirham {
    position: absolute;
    bottom: 11px;
    left: 15px;
    font-weight: 400;
    font-size: 21px;
    color: #a6a6a6;
}

.form-group span {
    color: red;
    margin-right: 3px;
}

.form-group span.iti__country-name {
    color: #000
}

.payment_details .container {
    padding: 0 25px;
}

.skie_fli {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.skie_fli label {
    width: 48%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-align: center;
    height: 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
}

label.zakatcontainerCheckbox.chosen, label.sadaqahcontainerCheckbox.chosen {
    border-color: #f53d4f;
    background: #d82f32;
}

.skie_fli label input {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.skie_fli label p.text-muted {
    display: block;
    margin: 0;
}

label.zakatcontainerCheckbox.chosen p,
label.sadaqahcontainerCheckbox.chosen p {
    color: #fff
}

.skie_fli p {
    font-weight: 400;
    font-size: 23px;
    color: #303030;
}

.field-gift_s23 .checkbox {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.field-gift_s23 .checkbox label {
    margin: 0 10px 0px 0;
}

.field-gift_s23 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.field-gift_s23 svg {
    width: 19px;
    height: 19px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sdoi_dwes_gro {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px;
}

.sdoi_dwes_gro select {
    width: 100%;
    border: 1px solid #E5E5E5;
    outline: 0;
    padding: 0 15px;
    border-radius: 8px;
    height: 45px;
    display: block;
    direction: rtl;
    font-size: 20px;
}

.skie_lforo select option {
    font-weight: 100;
    font-size: 16px;
}

.sdoi_dwes_gro .form-group {
    width: 31%;
}

.payButton {
    background: #DB312D;
    color: #fff;
    outline: 0;
    border: 0;
    width: 100%;
    display: flex;
    border-radius: 8px;
    height: 45px;
    transition: all 200ms;
    text-decoration: none;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 23px;
}

.payButton:hover {
    background: #bf231f;
}

#processPayment svg {
    width: 26px;
    height: 26px;
}

.card_details {
    margin-top: 35px;
}

.donatorDetails {
    padding-bottom: 60px;
}



/*
    Bank Transfer
*/
.asdlkio_det img {
    width: 100%;
    max-width: 230px;
    max-height: 55px;
}

.asdkji_pgl {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 5px;
}

.asdkji_pgl div {
    font-size: 28px;
    font-weight: 100;
}

.asdkji_pgl button {
    border: 0;
    background: transparent;
    width: 40px;
    height: 27px;
    margin-left: 7px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.asdkji_pgl button svg {
    width: 20px;
    height: 20px;
}

.asdkji_pgl button:hover {
    opacity: 0.6;
}

.okldp_eb {
    width: 100%;
    padding: 50px 0 50px 0;
}

.asdlkio_det {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    padding: 30px 0;
    border-bottom: 1px dashed #eee;
}

.asdlkio_det:first-child {
    margin-top: 0;
    padding-top: 0;
}

.asdlkio_det:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.bank_transfers {
    padding-bottom: 40px;
}

/*
    SMS
*/
.sms_option_wra {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0 60px;
}

.s_item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 6px 0;
    background: #f3f4f5;
    padding: 12px 20px;
    border-radius: 6px;
}

.amount_box {
    font-size: 25px;
}

.img_box img {
    width: 100%;
    object-fit: contain;
}

.link_box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.img_box {
    display: block;
    width: 45px;
    height: 45px;
}

a.link_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #515050;
    text-decoration: none;
    margin-right: 10px;
    font-size: 19px;
    transition: all 200ms;
}

a.link_:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*
    Footer
*/
footer.footer {
    background-image: url("../img/footer_b.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 20px;
}




/*
    Update
*/
.pg_cont_se {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    z-index: 99;
    position: relative;
    padding: 0 18px 10px 18px;
}

.img_bl {
    height: 38vh;
    overflow: hidden;
    border-radius: 8px;
}

.img_bl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sing_block {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sing_block:hover {
    transform: scale(0.98);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bo_details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 50px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 4px;
    font-size: 19px;
    color: #fff;
    justify-content: flex-start;
    background: #000000;
    background: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    align-items: flex-end;
}

/*img.girl, img.boy {
    display: none;
}*/

.avat_r.boy img.boy {
    display: block;
}

.avat_r.girl img.girl {
    display: block;
}

h3.chil_nme {
    line-height: 20px;
    font-size: 24px;
    color: #e5b4c9;
}

.avat_r img {
    width: 38px;
    height: 38px;
}

.age_de {
    font-size: 20px;
}

.dte_nm {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.coun_ry {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7a1e45;
    font-size: 20px;
    line-height: 16px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6px;
    padding: 3px 8px 7px 13px;
    background: #ffffff;
    border-radius: 30px;
}










/*
    Social Media
*/
.social_links ul, .mobile_app ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-flex;
    gap: 8px;
}

.social_links ul li, .mobile_app ul li {
    list-style: none;
    display: inline-block;
}

.social_links ul li a {
    display: block;
    width: 42px;
    height: 42px;
}

.social_links ul li a img {
    width: 100%;
    height: auto;
}

/*
    Mobile App
*/
.mobile_app ul li a img {
    width: 100%;
    height: 100%;
}

.mobile_app ul li a {
    display: block;
    height: 55px;
    width: 170px;
}

.mobile_app {
    margin: 15px 0 10px;
}

.copyrights {
    font-size: 19px;
    font-weight: 400;
    direction: rtl;
}


.item.completed:before,
.sing_block.completed:before {
    content: " ";
    width: 200px;
    height: 200px;
    display: block;
    background-image: url("../img/done.png");
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.7;
}

.sing_block.completed:before {
    content: " ";
    width: 150px;
    height: 150px;
    top: 50%;
    margin-top: -80px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}




/*
    Responsive
*/
@media(max-width: 480px) {
    .ski_img h3 {
        font-size: 30px ;
        bottom: 30px;
    }

    .payment_details .container {
        padding: 0 16px
    }

    .owl-theme .owl-nav {
        display: none;
    }

    .s_title h2 {
        font-size: 28px;
        margin: 0;
    }

    span.minus, span.plus {
        width: 45px;
        height: 38px;
    }

    span.minus {
        background-position: 1px -3px;
    }

    ul.sd_paym li {
        font-size: 22px;
    }

    .mobile_app ul li a {
        height: 52px;
        width: 160px;
    }
}


@media(max-width: 408px) {
    .header .container img {
        width: 130px;
        height: 64px;
        /* margin-right: 7px; */
    }

    .ski_img {
        border-radius: 0 0 60px 60px;
        height: 280px;
    }

    .header .container .lang a, .header .container .share a {
        width: 40px;
        height: 40px;
    }

    .s_title h2 {
        font-size: 26px;
        line-height: inherit;
    }

    .s_title span {
        font-size: 21px;
    }

    ul.sd_paym li {
        font-size: 21px;
    }

    ul.sd_paym li svg {
    }

    .social_links ul li a {
        width: 40px;
        height: 40px;
    }

    .mobile_app ul li a {
        width: 125px;
        height: 41px;
    }

    .copyrights {
        font-size: 18px;
        line-height: inherit;
    }

    footer.footer {
        padding-bottom: 25px;
    }

    .payment_method {
        margin: 35px 0 50px 0;
    }

    ul.sd_paym li {
        padding: 12px 0;
    }
    
    .header {
        margin-bottom: 5px;
    }
    
    .ha_main_title {
        margin-bottom: 15px;
    }

    .pg_cont_se {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 18px;
    }

    .bo_details {
        padding: 50px 20px 20px 20px;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .avat_r img {
        width: 45px;
        height: 45px;
    }
    
    .age_de {
        font-size: 21px;
    }
    
    h3.chil_nme {
        font-size: 24px;
    }
}
