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

#titleDiv {
    display: inline-block;
    margin-bottom: 2px;
    direction: rtl;
}

#selectedTitle {
    padding: 0 5px 0 0px;
}

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 510px;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    border: none;
    padding: 0!important;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    height: 50px;
    margin-top: -25px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    padding: 4px 7px;
    cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #a81218;
    /* color:#FFF; */
    /* text-decoration:none; */
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1; border-radius: 8px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 3px;
    margin: 5px 2px;
    background: #dedadd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 200ms;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c5161d;
}

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

.header .container img {
    height: auto;
    object-fit: contain;
    max-width: 190px;
    width: 100%;
    margin: 0;
}

.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 {
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.logo ul {
    padding: 0;
    margin: 0;
    max-width: 370px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo ul li {
    list-style: none;
    display: inline-block;
}

.share {
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.header {
    padding-top: 15px;
    margin-bottom: 8px;
    position: relative;
}

.lang {
    cursor: pointer;
}

.header .container .lang a, .header .container .share a {
    width: 45px;
    height: 45px;
    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");
    background-repeat: no-repeat;
    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/bg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.hide_inside {
    visibility: hidden;
    height: 20px;
    display: none;
}

/*
    Main Slider
*/
.main_slider {
    min-height: 550px;
}

.main_slider .item {
    transition: width 0.4s;
    transform: scale(.9);
    transition: .4s ease all;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
}

.main_slider .owl-item.center .item {
    opacity: 1;
    transform: scale(1);
}

.main_slider .owl-carousel .owl-item {
    margin: 0;
    width: 350px !important;
}

.main_slider .item h3 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 5px;
}

.donation_count svg {
    width: 17px;
    height: 17px;
}

.sdjue_dde {
    position: absolute;
    bottom: 0;
    height: 115px;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 0 10px;
    box-sizing: border-box;
}

.donation_count {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    font-size: 23px;
    justify-content: center;
    margin: 0 auto;
    font-weight: 100;
    color: #facfcf;
}

.bg_c {
    position: absolute;
    height: 200px;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.55;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgba(0,0,0,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
}

.main_slider .owl-nav button {
    outline: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c5161d;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: absolute;
    transition: all 200ms;
}

.main_slider .owl-nav button span {
    height: 100%;
    line-height: 42px;
}

.main_slider .owl-nav button.owl-prev {
    left: 0;
}

.main_slider .owl-nav button.owl-next {
    right: 0;
}

.owl-dots button {
    background: transparent;
}

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

/*
    Main Title
*/
.ha_main_title {
    color: #c5161d;
    position: relative;
    margin-bottom: 30px;
    padding: 8px 0;
    font-size: 20px;
}

.ha_subtitle {
    color: #c5161d;
    position: relative;
    margin-top: 0px;
    padding: 8px 0;
    font-size: 32px;
}

.ha_done {
    color: #c5161d;
    position: relative;
    margin: 25px 0px;
    padding: 8px 0;
    font-size: 32px;
}

.doneImage {
    height: 100%;
    width: 100%;
    max-width: 250px;
}

p#thanksForDonating {
    margin: 0px;
}

/*
    Page Title
*/

span#selectedDesc {
    color: #a81218;
    font-size: 25px;
    display: block;
    font-weight: 100;
    margin-bottom: 10px;
}

.s_title {
    margin: 20px 0 10px;
}

.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: #161515;
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 0;
    display: inline-block;
}

.s_title span {
    color: #C5161D;
    font-size: 24px;
    display: block;
    font-weight: 500;
}

.s_amount span {
    color: #C5161D;
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin: 10px 0px;
}

/*
    Amount
*/
.pass-quantity input.form-control {
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 30px;
    outline: 0;
    max-width: 120px;
    font-weight: 400;
    background: transparent;
}

/* 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;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
    max-width: 240px;
    border-radius: 15px;
    box-shadow: 0 15px 65px -13px rgb(0 0 0 / 16%);
}

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

/* 
    Payment Options
*/
ul.sd_paym {
    padding: 0;
    max-width: 550px;
    margin: 0 auto;
}

ul.sd_paym li {
    list-style: none;
    font-size: 23px;
    margin: 8px 0;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    background: #EFF2F7;
    width: 100%;
    color: #434343;
    transition: all 200ms;
}

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-right: 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: 35px 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(0 0 0 / 70%);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    transition: transition: all 200ms;
    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: 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;
}

.thanks-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;
}

.thanks-close:hover svg path {
    fill: #303030;
}

.thanks-close svg {
    width: 25px;
    height: 25px;
    z-index: 9;
}

.thanks-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;
}

.thanks-close:hover:after {
    width: 45px;
    height: 45px;
}

.ijks_hed h3 {
    margin: 0;
    font-size: 32px;
}

.ijks_hed {
    display: flex;
    flex-direction: row-reverse;
    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;
    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;
    font-size: 20px;
    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: 25px 0 30px 0;
}

.or_shlink {
    font-size: 14px;
    margin: 35px 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: 20px;
}

.hala_link {
    position: relative;
    height: 50px;
}

.shli {
    cursor: pointer;
}

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

/*
    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 140px 140px;
    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/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgba(0,0,0,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
}

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

.desc_amount {
    margin-bottom: 20px;
}

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

.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,*/
.sms_payment, .bank_transfers {
    padding-top: 25px;
}

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

.dona_details {
    padding-top: 30px;
}

.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: 21px;
    font-weight: 100;
    text-align: right;
    margin-bottom: 10px;
}

.form-group input[type="text"], .form-group input[type="number"], .form-group input[type="tel"], .form-group input[type="password"] {
    width: 100%;
    border: 1px solid #E5E5E5;
    height: 45px;
    outline: 0;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: right;
    font-size: 21px;
}

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

.iti__country-list span {
    color: #434141;
    font-size: 20px;
}

.iti__selected-flag {
    font-size: 20px;
}

.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: #a6c5ee;
    background: #f4f9ff;
}

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

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

.skie_fli p {
    font-weight: 400;
    font-size: 22px;
    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;
}

.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;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 60px;
    font-size: 23px;
}

#processPayment {
    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;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
    font-size: 23px;
}

#processPayment:hover {
    background: #bf231f;
}

#processPayment svg {
    width: 26px;
    height: 26px;
    margin-left: 3px;
}

.card_details {
    margin-bottom: 60px;
}

.payButton svg {
    width: 25px;
    height: 25px;
    margin-left: 4px;
}

/*
    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;
    padding-top: 0;
}

/*
    SMS
*/
.sms_option_wra {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0 40px;
}

.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;
    direction: rtl;
}

.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);
}

#showthankyou {
    text-align: center;
}

p#p1 {
    font-size: 35px;
    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 {
    font-size: 20px;
    margin-top: 10px;
}

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

/*
    Footer
*/
footer.footer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='428' height='146.299' viewBox='0 0 428 146.299'%3E%3Cpath id='Path_3798' data-name='Path 3798' d='M0,0,14.267,1.928C28.533,4,57.067,7.64,85.6,21.355c28.533,13.569,57.067,36.852,85.6,44.6,28.533,7.894,57.067-.109,85.6-11.641,28.533-11.75,57.067-27.03,85.6-32.959,28.533-5.712,57.067-2.074,71.333,0L428,23.283V146.3H0Z' fill='%23f3f4f5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 0px;
    padding-bottom: 35px;
}

/*
    Social Media
*/
.social_links ul, .mobile_app ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-flex;
}

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

.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: 60px;
    width: 186px;
}

.mobile_app {
    margin: 30px 0 12px;
}

.copyrights {
    font-size: 22px;
    font-weight: 100;
    direction: rtl;
}

/* Progress Bar */

.collec_prog {
    margin-bottom: 45px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sdkju_progress {
    height: 10px;
    width: 100%;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

/* Progress Bar */

/* Progress bar */
.progressBarValue {
    height: 6px;
    float: left;
    border-radius: 25px;
}

.pj{
      left: calc(78.5% - 1.5em);
}

.pj {FONT-VARIANT: JIS78;-webkit-transform: scaleX(-1);transform: scaleX(-1);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#015400+1,37ba00+100 */background: rgb(6 129 4); /* Old browsers */background: -moz-linear-gradient(left,  rgb(8 135 6) 1%, rgb(68 217 6) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left,  rgb(8 135 6) 1%,rgb(68 217 6) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  rgb(8 135 6) 1%,rgb(68 217 6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015400', endColorstr='#37ba00',GradientType=1 ); /* IE6-9 */height: 90%;}

.sdkju_progress {
    width: 100%;
    height: 12px!important;
    height: 6px;
    background: #E1E1E1!important;
    overflow: hidden;
    border-radius: 25px;
}

.asdkji_pricost {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 600;
}

.asdlki_contpage {
    padding: 40px 10px;
}

.lets_compleate {
    margin: 50px 0 0 0;
}

.coll_dskid span {
    display: inline-block;
    color: #292626;
}

.sldo_amo {
    position: relative;
}

.sldo_amo span.dir {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-weight: 600;
    font-size: 17px;
    opacity: 0.5;
}

.asdkji_pricost span:last-child {
    margin-left: 3px;
}

li.secondaryLogoli {
    margin: 0px 10px;
}

.permit img {
    width: 100%;
}

/*
    Responsive
*/
@media(max-width: 570px) {
    .s_title h2 {
        font-size: 35px;
        line-height: 34px;
    }

    span#selectedDesc {
        font-size: 21px;
    }
}

@media(max-width: 500px) {
    .s_title h2 {
        font-size: 31px;
        line-height: 28px;
    }

    span#selectedDesc {
        font-size: 20px;
    }
}

@media(max-width: 460px) {
    /*.header .container img {
        max-width: 190px;
        height: 64px;
        margin-right: 7px;
    }*/
}

@media(max-width: 480px) {
    .page_tit {
        margin-bottom: 15px;
        margin-top: 15px;
    }

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

    span#selectedDesc {
        font-size: 20px;
    }

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

    .ha_main_title {
        font-size: 19px;
        line-height: 39px;
    }
}

@media(max-width: 375px) {
    /*.header .container img {
        width: 140px;
        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;
    }

    .main_slider .owl-item .item {
        transform: scale(1);
        border-radius: 12px;
    }

    .owl-carousel .owl-item img {
        height: 420px;
    }

    .main_slider {
        min-height: auto;
    }

    .s_title h2 {
        font-size: 26px;
        line-height: inherit;
    }

    span#selectedDesc {
        font-size: 20px;
    }

    .s_title span {
        font-size: 21px;
    }

    .s_amount span {
        font-size: 21px;
    }

    ul.sd_paym li {
        font-size: 21px;
    }

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

    .main_slider .owl-carousel .owl-item {
        opacity: 0.3;
        transition: opacity 0.5s;
    }

    .main_slider .owl-carousel .owl-item.active.center {
        opacity: 1;
    }

    .header {
        margin-bottom: 5px;
    }

    .ha_main_title {
        margin-bottom: 0px;
    }

    .main_slider .owl-item.center .item {
        transform: scale(0.94);
    }

    .main_slider .owl-carousel .owl-item.center {
        opacity: 1;
    }

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

    span#selectedDesc {
        font-size: 20px;
        margin: 15px 0px;
    }

    .s_title span {
        font-size: 22px;
        line-height: 20px;
    }

    .s_amount span {
        font-size: 22px;
    }

    .owl-dots {
        margin: 7px 0 0 0;
    }

    .s_title {
        margin: 13px 0 0px;
    }

    #titleDiv {
        margin-bottom: 0px;
    }

    h2#selectedTitle {
        /* padding: 0; */
    }

    div#titleDiv h2 {
        font-size: 29px;
        line-height: 27px;
        padding-left: 0;
        margin: 0;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 17px;
        height: 3px;
    }
}

.select {
    width: 100%;
    border: 1px solid #E5E5E5;
    height: 45px;
    outline: 0;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: right;
    font-size: 21px;
    direction: rtl;
    font-weight: 100;
}

.select select {
    font-weight: 100;
    font-size: 21px;
}
