/*
  Main Style File
  Abdulrhman Ahmed
  11.3.2022
*/
/*! 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;
}

/* 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;
}

/*
  Start Edit Here
*/
@font-face {
    font-family: 'erc';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/GE_SS_Two_Light.woff2') format('woff2');
}

@font-face {
    font-family: 'erc';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/GE_SS_Two_Medium.woff2') format('woff2');
}

:root {
    --sitefont: "erc", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --primary-color: #c4161c;
    --secondary-color: #4C4C4C;
    --white: #fff;
    --cardShadowLarge: rgb(0 0 0 / 10%) 0px 4px 12px;
    --hoverTransition: 300ms cubic-bezier(.215, .61, .355, 1);
    --sectionpadding: 40px 0 45px 0;
}

body {
    font-family: var(--sitefont);
    margin: 0;
    padding: 0;
    color: #333232;
    font-weight: 100;
    cursor: default;
    max-width: 670px;
    margin: 0 auto;
    direction: rtl;
    position: relative;
    background-color: #ffffff;
    background-image: url(../img/g44.svg);
    background-size: 110%;
    background-position: top center;
    background-repeat: no-repeat;
}

header .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.right_hcont {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.container {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

header {
    padding: 15px 0 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.pg_title h2 {
    color: #c4161c;
    font-weight: 100;
    font-size: 32px;
}

.sec_tit {
    margin-bottom: 35px;
}

.sec_tit h2 {
    font-size: 20px;
    font-weight: 100;
    color: #171718;
    margin: 0;
}

.sec_tit.wit_link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#back_main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #171718;
}

#back_main span {
    font-size: 17px;
    padding-top: 2px;
}

#back_main svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.right_hcont .sd {
    margin-left: 8px;
}

.right_hcont .sd a {
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #4C4C4C;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
}

.right_hcont .sd a.lng {
    line-height: 1px;
}

span.cart_items {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #c4161c;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    font-size: 14px;
}

.right_hcont .sd a svg {
    width: 17px;
    height: 17px;
}

.logo a {
    display: block;
}

.logo a img {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.left_hcont {
    overflow: hidden;
}

.pg_title {
    margin: 0px 0 10px;
}

section.yat_typs {
    border-top: 0;
}

/*
  Section Select Type
*/
ul.s_list {
    padding: 0 0 10px 0;
    margin: 0;
    /* scroll-snap-type: y mandatory; */
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

ul.s_list {
    gap: 10px 10px;
    display: grid;
    grid: auto/repeat(4,1fr);
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin: auto;
    justify-items: stretch;
    max-width: 738px;
    overflow: scroll;
    max-height: 55vh;
}

ul.s_list li {
    list-style: none;
    display: inline-block;
    /* scroll-snap-align: center; */
    margin: 0;
}

ul.s_list li:last-child {
    margin: 0;
}

ul.s_list li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 200px;
    outline: none;
}

ul.s_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

ul.s_list li a span {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

.fir_pe:after {
    content: " ";
    display: block;
    opacity: 0.9;
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8127626050420168) 0%, rgba(0, 0, 0, 0) 55%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8127626050420168) 0%, rgba(0, 0, 0, 0) 55%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8127626050420168) 0%, rgba(0, 0, 0, 0) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

section {
    padding: var(--sectionpadding);
    border-top: 15px solid #f9f9f9;
    position: relative;
}

.inactive {
    cursor: no-drop;
    pointer-events: none;
    cursor: no-drop;
    opacity: 0.5;
}

ul.s_list li a.cho_se:after {
    content: " ";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 20px;
    top: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg id='icons8_ok' transform='translate(-4 -4)'%3E%3Cpath id='Path_173' data-name='Path 173' d='M14,9A5,5,0,1,1,9,4,5,5,0,0,1,14,9Z' fill='%23fff'/%3E%3Cpath id='Path_174' data-name='Path 174' d='M18.082,14.6l-3.388,3.419-1.4-1.408-.7.7,2.092,2.113,4.085-4.124Z' transform='translate(-6.438 -7.966)' fill='%232d78db'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0);
    transition: var(--hoverTransition);
}

ul.s_list li.selected a:after {
    transform: scale(1.2);
}

ul.s_list li.selected a:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(255 255 255 / 28%);
    /* z-index: 1; */
}

/* 
  Section Location
*/
select.select-issue {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: 0;
    color: #6a6a6a;
}

/*
  Cart Page
*/
.cart_empty {
    height: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dki_mg {
    margin-bottom: 20px;
}

.jid_f p {
    margin-bottom: 0;
    line-height: 23px;
    color: #969696;
}

.dki_mg svg {
    width: 200px;
    height: 100px;
}

.hamla_cart_blocks {
    margin-top: 40px;
}

.hamla_cart_blocks .block_sec {
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.hamla_cart_blocks .block_sec .remove_d {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    cursor: pointer;
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23C4161C' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16' /%3E%3C/svg%3E");
}

.hamla_cart_blocks .block_sec .remove_d:hover {
    opacity: 0.7;
}

.hamla_cart_blocks .block_sec .pass-quantity {
    margin: 10px 0 0 0;
    box-shadow: none;
    border: 1px solid #efefef;
    padding: 0;
    width: 140px;
    display: flex;
    justify-content: space-between;
}

.hamla_cart_blocks .block_sec .sikoe_e {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hamla_cart_blocks .block_sec span.minus, span.plus {
    width: 38px;
    height: 40px;
    background-size: 83px;
    background-repeat: no-repeat;
}

.hamla_cart_blocks .block_sec .pass-quantity input.form-control {
    max-width: 57px;
    font-size: 18px;
}

.location_se .sd img {
    width: 120px;
    height: 85px;
    object-fit: contain;
}

.location_se>div span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
}

.d_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #dfdfdf;
    padding: 18px 0;
    opacity: 0.4;
}

.s_ti h3 {
    margin: 0;
    font-weight: 100;
    font-size: 16px;
}

.co_st p {
    margin: 0;
    font-size: 17px;
}

.totals-value {
    margin: 0 7px;
}

a.pay_now {
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    background: #c5161d;
    color: #fff;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    border-radius: 6px;
    margin: 30px auto 0;
    transition: var(--hoverTransition);
    position: relative;
}

a.pay_now:hover {
    background-color: #dd4950
}

a.pay_now.disabled {
    pointer-events: none;
    cursor: no-drop;
    background: #c1c1c1;
    opacity: 0.4;
    color: #303030;
}

a.pay_now.disabled span.hearts {
    display: none;
}

/*
    Modal
*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    transition: var(--hoverTransition);
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.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: var(--hoverTransition);
}

.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: 22px;
    font-weight: 100;
}

.ijks_hed {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.s_lnks {
    width: 35px;
    height: 35px;
    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-reverse;
    justify-content: center;
    flex-wrap: wrap;
}

.body_sha ul li {
    list-style: none;
    display: inline-flex;
    margin: 12px;
}

.body_sha ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
    color: var(--secondary-color);
}

.body_sha ul li a svg {
    width: 28px;
    height: 28px;
}

.body_sha ul li a span {
    display: block;
    transition: var(--hoverTransition);
}

.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: 30px 0 30px 0;
}

.or_shlink {
    font-size: 14px;
    margin: 45px 0 35px;
}

.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: 17px;
    font-weight: 100;
}

.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: 15px;
    outline: none;
    direction: ltr;
    text-align: left;
}

.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_share_popup.warehaly {
    visibility: visible;
    opacity: 1;
}

.hamla_share_popup {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: var(--hoverTransition);
}

.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/project/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;
}

/*
  Countries Section
*/
ul.countries_list {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px 13px;
}

ul.countries_list li {
    list-style: none;
    scroll-snap-align: start;
}

ul.countries_list a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #303030;
    text-decoration: none;
    font-size: 16px;
    padding: 0 10px;
    border: 0.5px solid #E5E5E5;
    margin: 0;
    border-radius: 8px;
    height: 50px;
    transition: var(--hoverTransition);
}

ul.countries_list li.selected a, ul.countries_list li a:hover {
    border-color: #8dafdd;
}

ul.countries_list li.selected a, ul.countries_list a:hover {
    color: #2861ac;
    background: #d2e3fa;
}

ul.countries_list a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

ul.countries_list {
    scroll-snap-type: x mandatory;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
}

ul.countries_list a span {
    display: block;
    width: 100%;
    padding-right: 8px;
    text-align: right;
}

/*
    Payment Modal
*/
.apple_pay a, .def_pam a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.def_pam {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin: 5px 0;
    border-radius: 6px;
    float: left;
    width: 100%;
}

.apple_pay {
    background: #282A2B;
    margin: 0 0 5px 0;
    border-radius: 6px;
}

.sdkji_ef a {
    text-decoration: none;
    color: #fff;
    direction: rtl;
}

.sdkji_ef .def_pam a {
    color: #282a2b;
}

.sdkji_ef a span {
    font-size: 16px;
    font-weight: 400;
}

.sdkji_ef a img {
    margin-right: 8px;
}

.payment_se {
    display: flex;
    width: 100%;
}

.mobi_fastpay {
    width: 100%;
}

.more_padet {
    text-align: center;
    font-size: 16px;
    position: relative;
    padding: 25px 0;
}

.skie_lforo input[type=number], .skie_lforo input[type=text], .skie_lforo input[type=password], .skie_lforo input[type=email], .skie_lforo select, .skie_lforo input[type=phone], input#total_numbers_input {
    width: 100%;
    border: 1px solid #E5E5E5;
    outline: 0;
    padding: 0 15px;
    border-radius: 6px;
    height: 45px;
    display: block;
    font-size: 16px;
    font-weight: 100;
    box-sizing: border-box;
}

.skie_lforo p {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

label.containerCheckbox p {
    margin: 0
}

.skie_lforo .form-group {
    margin: 0 0 25px 0;
    text-align: right;
}

input#userName {
    text-align: right;
}

.se_hea_d {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    direction: rtl;
}

.se_hea_d svg {
    width: 28px;
    height: 28px;
}

.sdoi_dwes_gro {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.sdoi_dwes_gro select {
    width: 100%;
    border: 1px solid #E5E5E5;
    outline: 0;
    padding: 0 15px;
    border-radius: 8px;
    height: 45px;
    display: block;
    direction: rtl;
}

.skie_lforo select option {
    font-weight: 100;
    font-size: 16px;
}

.sdoi_dwes_gro .form-group {
    width: 31%;
}

.ksajdi_de {
    color: #444444;
    position: relative;
}

.hglki {
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
}

.hglki:before {
    width: 40px;
    height: 40px;
    content: " ";
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -20px;
    border-radius: 50%;
}

.ksajdi_de>span {
    display: block;
    z-index: 1;
    position: relative;
    font-weight: 100;
    font-size: 21px;
}

.asdoi_pd ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.asdoi_pd ul li {
    list-style: none;
    margin: 0 7px;
}

.asdoi_pd ul li a, .asdoi_pd ul li a img {
    display: block;
    height: 55px;
    width: 55px;
}

.skdji_loe, .mod_cosm_ain.hide {
    display: none;
}

.skdji_loe.active-banks, .skdji_loe.active {
    display: block;
}

.ujie_wor .modal_header {
    display: none;
}

.ujie_wor a.close-modal {
    display: none;
}

.ujie_wor .modal-content {
    padding: 30px;
}

.asdkji_pgl button svg {
    width: 20px;
    height: 20px;
}

.asdkji_pgl button:hover {
    opacity: 0.6;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.containerCheckbox {
    display: block;
    position: relative;
    padding-right: 32px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 5px;
    width: 5px;
    visibility: hidden;
    display: none;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
    right: 0;
    top: -2px;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 8px;
    top: 4.5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.card_modal_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.sdolpe_pd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.back_tk {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    cursor: pointer;
}

.he_tilo h3 {
    margin: 0;
}

.skie_lforo {
    padding: 10px 0 12px;
}

#processPayment {
    background: #DB312D;
    color: #fff;
    outline: 0;
    border: 0;
    width: 100%;
    font-size: 18px;
    display: flex;
    border-radius: 8px;
    height: 45px;
    transition: var(--hoverTransition);
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
}

#processPayment:hover {
    background: #bf231f;
}

#processPayment svg.h-5.w-5 {
    width: 26px;
    height: 26px;
    margin-left: 8px;
}

button#lepay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.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: 20px;
    padding-top: 5px;
}

.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: 40px 0 30px 0;
}

.asdlkio_det {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.asdlkio_det:first-child {
    margin-top: 0;
    padding-top: 0;
}

.asdlkio_det:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

input#mobileThanks, input#donatorPhoneField, input#giftedPhoneField {
    border: 1px solid #E5E5E5;
    height: 50px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    padding: 0 15px;
    border-radius: 6px;
    height: 46px;
}

input#mobileThanks:focus-visible input#donatorPhoneField:focus-visible {
    outline: none;
}

.iti__selected-flag {
    display: flex;
    flex-direction: row;
}

.donation_type {
    padding: 5px 0 40px 0;
}

.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: 42px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    padding-top: 3px;
}

label.zakatcontainerCheckbox.chosen, label.sadaqahcontainerCheckbox.chosen {
    border-color: #a6c5ee;
    background: #f4f9ff;
}

.skie_fli label input {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.skie_fli label p.text-muted {
    display: block;
    margin: 0;
}

/*
    Footer
*/
.sok_bg {
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
}

.social_links ul {
    padding: 0;
    margin: 0;
}

.social_links ul li {
    list-style: none;
    display: inline-block;
    margin: 0 1px;
}

.social_links ul li a {
    display: block;
    width: 38px;
    height: 38px;
}

.social_links ul li a img {
    width: 100%;
    height: auto;
}

footer {
    padding: 35px 0 30px 0;
    position: relative;
    background: #F5F5F5;
    border-top: 1px solid #E6E6E6;
    margin-top: 20px;
}

footer:after {
    content: " ";
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: repeat-x;
    background-position: center bottom;
    z-index: -1
}

.mobile_app {
    margin: 20px 0 25px;
}

.mobile_app ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.mobile_app ul li {
    display: inline-block;
    list-style: none;
    height: 55px;
    margin: 0 3px;
}

.mobile_app ul li img {
    width: 170px;
    height: 55px;
}

.copyrights {
    font-size: 15px;
    line-height: 22px;
}

.mobile_app ul li a {
    display: block;
    height: 55px;
}

.wha_fixed {
    position: absolute;
    top: -23px;
    right: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.wha_fixed a {
    display: block;
    height: 45px;
    width: 45px;
}

.wha_fixed a img {
    width: 100%;
}

/*
    Counter
*/
.pass-quantity input.form-control {
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 20px;
    outline: 0;
    max-width: 90px;
}

/* 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: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 6px 10px 6px;
    box-shadow: 0 4px 50px -10px rgb(0 0 0 / 30%);
    max-width: 200px;
    border-radius: 12px;
    margin: 0 auto 50px;
    background: #fff;
}

span.minus, span.plus {
    font-size: 33px;
    width: 45px;
    height: 45px;
    top: 0.6rem;
    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: 10px;
    cursor: pointer;
    transition: opacity 0.15s;
    opacity: 0.8;
}

span.plus:active, span.minus:active {
    background-position-y: 1px;
    box-shadow: inset 0 2px 12px -4px #c5d1d9;
}

span.plus {
    background-position: -44px;
}

/*
    Show payment section
*/
.mod_cosm_ain .payment_section_content {
    display: none;
}

.khaleha_mawgooda .payment_section_content {
    display: block !important;
}

.khaleha_mawgooda .etop_links {
    display: none;
}

.khaleha_mawgooda {
    padding-top: 25px;
}

/*
    Amounts
*/
.plans {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px 13px;
}

.plans input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .amount {
    cursor: pointer;
    display: flex;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #e1e2e7;
    border-radius: 8px;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    transition: var(--hoverTransition);
    height: 50px;
}

.plans input[type="radio"]:checked+.amount span {
    color: #2861ac;
}

.plans span {
    display: block;
    font-size: 18px;
    color: #252f42;
}

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans input[type="radio"]:checked+.amount {
    border: 1px solid #8dafdd;
    background: #d2e3fa;
}

.plans .plan input[type="radio"]:checked+.plan-content span {
    color: #4771a8;
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.inspiration a {
    color: #666;
}

@media screen and (max-width: 767px) {
    /* inspiration */ .inspiration {
        display: none;
    }
}

/*
    Select Location
*/
.select_wrap {
    width: 100%;
    margin: 0;
    position: relative;
    user-select: none;
    height: 45px;
}

.select_wrap .default_option {
    background: #fff;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 1px solid #e1e2e7;
    transition: var(--hoverTransition);
}

.select_wrap .default_option li {
    padding: 0px 20px;
    list-style: none;
}

.select_wrap .default_option:before {
    content: " ";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center center;
    transition: var(--hoverTransition);
}

.select_wrap .select_ul {
    position: absolute;
    top: 55px;
    left: 0;
    height: 40vh;
    max-height: 335px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding: 10px 0;
    z-index: 99;
    background: #ffffff;
    margin: 0;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    box-shadow: var(--cardShadowLarge);
    transform: translate3d(0px, 15px, 0);
    transition: var(--hoverTransition);
}

#paymentBreakdown {
    text-align: right;
    line-height: 20px;
    position: relative;
    background-color: #fffbee;
    color: #c0961c;
    font-size: 14px;
    padding: 11px 35px 11px 11px;
    border: 1px solid #ffe59a;
    border-radius: 8px;
    margin: 20px 15px 0 15px;
}

p#paymentBreakdown:before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.25' height='29.25' viewBox='0 0 29.25 29.25'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5c016;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-3.375 -3.375)'%3E%3Cpath class='a' d='M16.552,12.108a1.449,1.449,0,1,1,1.441,1.406A1.408,1.408,0,0,1,16.552,12.108Zm.1,2.51h2.686V24.75H16.65Z'/%3E%3Cpath class='a' d='M18,5.344A12.651,12.651,0,1,1,9.049,9.049,12.573,12.573,0,0,1,18,5.344m0-1.969A14.625,14.625,0,1,0,32.625,18,14.623,14.623,0,0,0,18,3.375Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    margin-right: 7px;
    position: absolute;
    top: 10px;
    right: 0;
}

@media(max-width: 720px) {
    .select_wrap .select_ul {
        height: 40vh;
        max-height: 340px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.select_wrap .select_ul li {
    cursor: pointer;
    list-style: none;
    text-align: right;
    padding: 0px 20px;
    position: relative;
}

.select_wrap .select_ul li a {
    color: #303030;
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
    background: #eaf1fe;
    color: #1850a3;
}

.select_wrap .option {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    height: 45px;
}

.select_wrap .option p {
    width: 100%;
    margin: 0;
}

.select_wrap.active .select_ul {
    transform: translate3d(0px, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.select_wrap.active .default_option:before {
    transform: rotateX(180deg);
}

.amount_s input {
    background: #fff;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    margin: 0;
    border: 1px solid #e1e2e7;
    height: 45px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.amount_s {
    position: relative;
}

.amount_s span {
    position: absolute;
    left: 14px;
    top: 0;
    z-index: 9;
    height: 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    color: #acacac;
}

.amount_s input:focus-visible {
    border: 1px solid #a6c5ee;
    outline: 0
}

ul.default_option:hover, .select_wrap.active ul.default_option {
    box-shadow: var(--cardShadowLarge);
}

.select_wrap .select_ul li.act:before {
    content: " ";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke='%231850a3' stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 16px;
}

.select_wrap .select_ul li.act {
    padding: 0 32px;
    background: #eaf1fe;
    color: #1850a3
}

#showthankyou {
    text-align: center;
}

p#p1 {
    font-size: 27px;
    margin-bottom: 0;
    color: #000;
    margin-top: 10px;
}

p#p1:before {
    content: " ";
    width: 190px;
    height: 120px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto 20px;
    opacity: 0.6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='239.327' height='260.872' viewBox='0 0 239.327 260.872'%3E%3Cg id='Group_683' data-name='Group 683' transform='translate(-177.565 -157.447)'%3E%3Cpath id='Path_3817' data-name='Path 3817' d='M327.777,306.551c.57,2.285-4.855,9.14-6.282,12.565-1.428,3.712-1.713,11.138-5.425,14.85-2,2.285-8,5.425-8.282,7.71-2,34.557.285,120.8.285,120.8l-30.274,0s6.282-89.1,7.14-123.086c0-3.142-4.285-2.855-6.568-12.852-.857-2.855,0-9.425-.57-12.565-.857-3.712-4.285-10.282-5.425-13.995-.57-2-2.285-7.425-.57-8.567a2.579,2.579,0,0,1,3.712,1.142c1.427,2,3.712,7.71,4.855,11.138.57,1.427,4.285,6,4.285,4.57.57-7.14-2.855-18.85-3.142-25.417,0-1.428,0-4,2.285-4.855a2.56,2.56,0,0,1,3.427,1.713c1.428,6,3.142,17.42,4.57,24.847,0,.285,1.428.285,1.428-.285.857-4.855-.57-21.99,0-27.417a3.508,3.508,0,0,1,3.712-3.142c1.427,0,2.855,1.713,3.427,4.57.857,6.282.57,18.85.857,25.417,0,.285,1.142.57,1.428.285,1.712-5.712,2.285-16.565,2.855-22.275.285-1.713,2-3.142,3.142-2.855a3.591,3.591,0,0,1,3.712,3.427c1.142,8.282-2,23.7-2,31.415,0,1.428.57,4.855,2,4.855s3.142-7.14,4.855-9.995a9.034,9.034,0,0,1,6.855-4,2.615,2.615,0,0,1,3.708,2Z' transform='translate(-37.115 -44.166)' fill='%23c4161c'/%3E%3Cpath id='Path_3818' data-name='Path 3818' d='M178.708,389.168c-.857,2,2.855,8.853,3.712,12,.857,3.427,0,9.995,2.57,13.707,1.428,2.285,6.282,6,6,8-2.855,30.844-13.422,75.681-13.422,75.681h25.99s3.712-44.552,7.71-74.542c.285-2.855,4-2,7.425-10.282,1.142-2.57,1.142-8.567,2.285-10.852,1.142-3.142,5.14-8.567,6.568-11.71.857-1.713,2.855-6.282,1.713-7.425a2.6,2.6,0,0,0-3.427.285c-1.428,1.427-4,6.282-5.712,9.14-.57,1.142-4.285,4.57-4.285,3.427.57-6.282,5.14-16.277,6.282-21.99.285-1.142.57-3.712-1.427-4.57a2.749,2.749,0,0,0-3.427,1.142c-2,5.14-5.14,15.138-7.14,21.42,0,.285-1.142,0-1.142-.285,0-4.57,3.712-19.42,3.712-24.275,0-1.142-.57-3.142-2.57-3.427-1.142-.285-2.855,1.142-3.427,3.712-1.712,5.425-3.142,16.565-4.285,22.275,0,.285-1.142.285-1.142,0-.57-5.425.285-15.137.57-20.277a3.529,3.529,0,0,0-2.285-3.142,3.451,3.451,0,0,0-3.712,2.57c-2,7.14-1.428,21.135-2.855,27.987-.285,1.142-1.142,4.285-2.285,4-1.428-.285-1.712-6.855-2.855-9.425-.57-1.713-3.142-4-5.14-4.57a2.841,2.841,0,0,0-3.993,1.432Z' transform='translate(0 -80.235)' fill='%23c4161c'/%3E%3Cpath id='Path_3819' data-name='Path 3819' d='M440.745,260.546c.857,2.57-6,11.71-7.71,15.422-1.712,4.285-3.427,13.707-7.425,18.562-3.427,4-8,4.855-8.282,7.14-2.285,39.982.57,140.508.57,140.508l-36.27,0s7.71-103.668,8.567-143.083c0-3.712-5.14-3.427-8-14.85-.857-3.427,0-11.138-.57-14.565-.857-4.57-4.285-12-5.712-16.277-.857-2-3.712-7.427-1.427-9.712,1.142-1.428,3.427-.57,4.57.857,1.713,2.285,4,8.853,6,12.565.57.857,2,3.712,3.427,5.14,1.142,1.142,2,1.142,2.285.285.57-8.282-3.712-21.99-4-29.7,0-1.713-.57-4.285,2.57-5.14a3.178,3.178,0,0,1,4.285,2c1.713,7.14,3.712,20.277,5.425,28.845,0,.285,1.712.285,1.712-.285,1.142-5.712-.285-25.7.57-31.7.285-1.428.857-4,3.712-4,2.285,0,3.712,2,4,5.425.857,7.425.857,21.99,1.142,29.7,0,.285,1.428.57,1.713.285,2-6.568,2.855-19.42,3.427-25.99a4.494,4.494,0,0,1,3.712-3.427,4.649,4.649,0,0,1,4.57,4c1.142,9.71-2.57,27.417-2.285,36.554,0,1.428.857,6,2.285,5.712,1.142-.285,3.427-8.282,5.712-11.71,1.428-2,4.285-4.855,7.14-5.14a3.382,3.382,0,0,1,4.285,2.572Z' transform='translate(-77.827 -23.863)' fill='%23c4161c'/%3E%3Cpath id='Path_3820' data-name='Path 3820' d='M465.5,350.482c-.285,2,5.425,8.282,7.14,10.852,1.713,3.142,4,9.995,7.14,13.422,2.855,2.57,6.282,2.855,6.568,4.57,6,30.272,17.42,100.816,17.42,100.816h27.417s-20.562-75.681-25.417-105.381c-.57-2.855,3.142-3.142,4-12,.285-2.57-1.427-8.282-1.142-11.138.285-3.427,1.712-9.425,2.285-12.852.285-1.712,1.712-6,0-7.71-1.142-.857-2.57-.285-3.142,1.142-1.142,1.712-1.713,7.14-2.855,9.995a16.738,16.738,0,0,1-1.713,4.285c-.57.857-1.427,1.142-1.427.57-1.428-6,.285-17.135-.285-22.847,0-1.142,0-3.142-2.285-3.712a2.29,2.29,0,0,0-2.855,2c-.57,5.425-.285,15.707-.57,22.275,0,.285-1.142.285-1.142,0-1.427-4.285-2.57-19.42-4-23.989-.285-.857-.857-2.855-3.142-2.57-1.427.285-2.285,2-2.285,4.57,0,5.712,2,16.565,2.57,22.562,0,.285-.857.57-1.142.285-2-4.855-4-14.565-5.425-19.42a3.342,3.342,0,0,0-3.142-2.285,3.709,3.709,0,0,0-2.855,3.427c.285,7.425,4.855,20.562,5.712,27.417,0,1.142,0,4.57-.857,4.57-.857-.285-3.427-6-5.425-8.282-1.142-1.428-3.427-3.142-5.712-3.142-1.145.283-3.145.57-3.43,2.568Z' transform='translate(-114.296 -61.823)' fill='%23c4161c'/%3E%3Cpath id='Path_3821' data-name='Path 3821' d='M218.942,248.271a9.665,9.665,0,0,0-12.28-4,9.986,9.986,0,0,0-5.712,9.14A9.674,9.674,0,0,0,185.243,263.7c0,.285.285.57.285.857,4.855,10.852,20.277,9.71,27.417,15.137.57-8.853,11.422-19.992,6.568-30.557-.285-.29-.285-.577-.57-.862Z' transform='translate(-2.822 -32.152)' fill='%23c4161c'/%3E%3Cpath id='Path_3822' data-name='Path 3822' d='M324.109,174.972a10.064,10.064,0,0,0-19.42,1.43,10.391,10.391,0,0,0-10.567-4,9.838,9.838,0,0,0-7.71,11.138,2.166,2.166,0,0,0,.285,1.142c2.57,12,18.562,14.28,24.56,21.42,2.57-8.853,15.993-17.992,13.137-29.987a1.723,1.723,0,0,0-.285-1.145Z' transform='translate(-43.156 -2.265)' fill='%23c4161c'/%3E%3Cpath id='Path_3823' data-name='Path 3823' d='M567.481,280.813a4.445,4.445,0,0,0-1.981-5.946,5.1,5.1,0,0,0-5.287.33,4.686,4.686,0,0,0-2.314-4.625c-1.981-1.322-4.625-.659-6.276,1.322l-.33.33c-2.973,4.957,1.981,10.9,1.651,15.2,3.635-2.314,10.9-.992,13.877-5.946.659-.332.659-.332.659-.662Z' transform='translate(-157.3 -44.026)' fill='%23c4161c'/%3E%3Cpath id='Path_3824' data-name='Path 3824' d='M505.305,188.132a11.94,11.94,0,0,0-6-14.85A11.75,11.75,0,0,0,486.171,175a12.3,12.3,0,0,0-6.568-11.422,12.079,12.079,0,0,0-15.137,4.285c-.285.285-.285.57-.57,1.142-6.282,12.852,6.568,26.845,7.14,37.7,8.853-6.282,27.7-4.855,33.984-17.707,0-.287.285-.572.285-.857Z' transform='translate(-110.973 -5)' fill='%23c4161c'/%3E%3C/g%3E%3C/svg%3E%0A");
}

p#p2 {
    margin-top: 10px;
}

#thankyouModalDialog a.btn {
    margin-top: 0;
    margin-bottom: 10px;
}

/*
    Thanks Page
*/
.asdkl_logo {
    margin-bottom: 0;
    text-align: center;
}

.asdkl_logo img {
    width: 260px;
    height: 120px;
}

.oke_bg {
    width: 100%;
}

.oke_bg img {
    width: 100%;
    object-fit: cover;
    height: 136px;
}

.sadkii_btns ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sadkii_btns ul li {
    list-style: none;
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sadkii_btns ul li a {
    max-width: 340px;
}

.sadkii_btns {
    margin-top: 50px;
}

.asdkl_logo {
    margin-bottom: 0;
    transform: translate3d(0, -60px, 0);
}

.siio_eof {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 190px;
}

.siio_eof h3 {
    font-weight: 100;
    font-size: 24px;
    margin: 0;
}

.siio_eof svg {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    animation: heartbeat 1.5s infinite;
}

.hearts i svg {
    width: 20px;
    height: 20px;
}

.hearts i svg {
    fill: #e04b4b;
}

.hearts {
    white-space: nowrap;
    display: inline-block ;
    position: absolute;
    right: 76%;
    left: 0;
    height: 20px;
    animation: 0;
}

.hearts .fa, .hearts .button--twitter:before, .hearts .button--facebook:before, .hearts .button--donate:before, .hearts .button--contact:before, .hearts .nav-toggle:after {
    position: absolute;
    left: 5%;
    bottom: 50%;
    opacity: 0;
    -webkit-animation: heart-float 3s infinite;
    -moz-animation: heart-float 3s infinite;
    -o-animation: heart-float 3s infinite;
    -ms-animation: heart-float 3s infinite;
    animation: heart-float 3s infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.hearts .fa:nth-child(2), .hearts .button--twitter:nth-child(2):before, .hearts .button--facebook:nth-child(2):before, .hearts .button--donate:nth-child(2):before, .hearts .button--contact:nth-child(2):before, .hearts .nav-toggle:nth-child(2):after {
    left: 10%;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    -ms-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.hearts .fa:nth-child(3), .hearts .button--twitter:nth-child(3):before, .hearts .button--facebook:nth-child(3):before, .hearts .button--donate:nth-child(3):before, .hearts .button--contact:nth-child(3):before, .hearts .nav-toggle:nth-child(3):after {
    left: 80%;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s
}

.hearts .fa:nth-child(5), .hearts .button--twitter:nth-child(5):before, .hearts .button--facebook:nth-child(5):before, .hearts .button--donate:nth-child(5):before, .hearts .button--contact:nth-child(5):before, .hearts .nav-toggle:nth-child(5):after {
    left: 60%;
    bottom: 80%;
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    -ms-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.hearts .fa:nth-child(4), .hearts .button--twitter:nth-child(4):before, .hearts .button--facebook:nth-child(4):before, .hearts .button--donate:nth-child(4):before, .hearts .button--contact:nth-child(4):before, .hearts .nav-toggle:nth-child(4):after {
    left: 35%;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    animation-delay: 1.5s
}

@-webkit-keyframes heart-float {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(0)
    }

    3% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(0, -3em) scale(1)
    }
}

@-moz-keyframes heart-float {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(0)
    }

    3% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(0, -3em) scale(1)
    }
}

@-o-keyframes heart-float {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(0)
    }

    3% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(0, -3em) scale(1)
    }
}

@keyframes heart-float {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(0)
    }

    3% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(0, -3em) scale(1)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale( .75);
    }

    20% {
        transform: scale( 1);
    }

    40% {
        transform: scale( .75);
    }

    60% {
        transform: scale( 1);
    }

    80% {
        transform: scale( .75);
    }

    100% {
        transform: scale( .75);
    }
}

/*
  Responsive
*/
@media(max-width: 772px) {
    .overlay .content {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    ul.s_list {
        overflow-x: scroll;
    }

    ul.countries_list {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    ul.countries_list {
        padding: 0 0 15px 0;
    }

    .sec_tit h2 {
        font-size: 20px;
    }

    .plans .plan .plan-details span {
        font-size: 17px;
    }

    ul.s_list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    ul.s_list li a {
        width: 180px;
        height: 200px;
        border-radius: 28px;
    }

    ul.s_list li a span {
        font-size: 17px;
    }

    .plans .plan .plan-content:hover {
        box-shadow: none;
    }
}

@media(max-width: 600px) {
    .overlay .content {
        border-radius: 0;
    }

    .hamla_blocks {
        overflow: auto;
        white-space: nowrap;
        gap: 20px 10px;
        display: grid;
        grid: auto/repeat(2, 1fr);
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        margin: auto;
        justify-items: stretch;
        max-width: 738px;
        margin-top: 50px;
    }

    .si_img {
        width: 120px;
        display: inline-block;
        float: right;
    }

    .block_sec a {
        display: block;
    }

    .sikoe_e {
        width: auto;
        display: flex;
        height: 120px;
        flex-direction: column;
        justify-content: center;
    }

    .se_content span {
        display: block;
    }

    .si_link {
        display: none;
    }

    .hamla_blocks {
        gap: 25px 35px;
        display: grid;
        grid: auto/repeat(2, 1fr);
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        margin: 35px 0 35px 0;
        justify-items: stretch;
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        padding-left: 40px;
    }

    #don_main {
        overflow: hidden;
    }

    .plans {
        display: block;
    }

    .plans .plan {
        margin: 15px 0;
        display: block;
        width: 100%;
    }

    ul.s_list li a {
        width: 170px;
        height: 190px;
    }

    ul.s_list li a span {
        font-size: 18px;
    }
}

@media(max-width: 580px) {
    ul.s_list li a {
        width: 160px;
    }
}

@media(max-width: 570px) {
    ul.countries_list a {
        width: 180px;
    }

    .amount_s {
        margin-bottom: 0;
    }
}

@media(max-width: 550px) {
    ul.s_list li a {
        width: 157px;
    }

    .body_sha ul li {
        margin: 0;
        padding: 13px 15px;
    }

    .or_shlink h3 {
        font-size: 15px;
    }

    .body_sha ul li a span {
        font-size: 15px;
    }

    .ijks_hed h3 {
        font-size: 21px;
    }

    .hamla_share_popup .overlay .content {
        padding: 30px 15px 30px 15px;
    }

    .s_lnks {
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 440px) {
    section {
        padding: 35px 0;
    }

    section {
        border-top: 10px solid #f9f9f9;
    }
}

@media(max-width: 420px) {
    ul.s_list li a {
        width: 150px;
        height: 180px;
    }

    .logo a img {
        width: 180px;
        height: 82px;
    }

    .logo a {
        height: 82px;
    }

    .pg_title h2 {
        font-size: 30px;
    }

    body {
        background-size: 220%;
    }
}

@media(max-width: 360px) {
    ul.s_list li a {
        width: 130px;
        height: 180px;
    }
}
