/* ----- LYON ARABIC FONT IMPORT ----- */

@font-face {
    font-family: "LyonArabicText";
    src: url("~/content/fonts/LyonArabicText-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ----- LAMA SANS FONT IMPORT ----- */
@font-face {
    font-family: "LamaSans";
    src: url("~/content/fonts/LamaSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.m_fontSize18.proj_Text {
    padding: 0px 18px;
}

/* ---------- RESPONSIVE ---------- */


@media (min-width: 768px) {
    .presets-desktop {
        display: flex !important;
    }
    .presets-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
   .presets {
    justify-content: space-around;
    margin-top: 5px !important;
   }
    
    .presets-desktop {
        display: none !important;
    }

    .presets-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
footer.footer-bar {
    margin-top: 70px;
    background: var(--accent);
}

/* ========== FOR MOBILE SCREEN========== */


@media (max-width: 767px) {
    body {
        padding: 18px 12px;
    }

    .hero {
        min-height: 260px;
    }

    .hero .hero-image {
        min-height: 260px;
        background-position: 50% 30%;
    }

    .donation-panel {
        grid-template-columns: 1fr;
        border-radius: 8px;
        border: 1px solid var(--accent);
        gap: 0px;
        background: var(--card-bg);
    }


      .amount-box {
        padding: 14px !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        align-items: center !important;
        border: none !important;
        background: transparent !important;
        padding-bottom: 24px !important;
    }

    .progress-card {
        border: none !important;
        background: transparent !important;
        padding-bottom: 0px !important;
    }

    .amount-box .amount {
        font-size: 30px;
        width: 33%;
    }

    .amount-box .label,
    .currency {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

     .progress-bar-wrap {
        flex-direction: row;
        align-items: center !important;
        gap: 10px !important;
        margin: 20px 0px 0px 0px !important;
    }

    .percent-badge {
        align-self: flex-start;
    }
    .section-sep {
        gap: 15px !important;
    }
			header.site-header {
    margin: 0px !important;
}
.lang-btn {
    margin-top: 0px !important;
}
main {
    padding: 7px;
}
section.image-main {
    min-height: auto !important;
	width: auto !important;
}
    .m_fontSize18 {
        font-size: 13px !important;
    }
	section.donation-panel {
    grid-template-columns: 1fr !important;
}
    .value-item .label {
        font-size: 12px !important;
    }
	.value-item.value-border {
    display: none;
}
	    .amount-box .currency {
        font-size: 10px !important;
    }
	    .amount-box .label {
        font-size: 11px !important;
    }
	
/* 	.presets.presets-desktop {
    margin-top: 20px !important;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 1fr;
} */
.btn.lang-btn {
    width: 100px;
    height: 30px !important;
    max-height: 30px !important;
    line-height: 1;
    font-size: 10px !important;
}

}

@media (max-width:500px) {
    .hero {
        min-height: 220px;
    }

    .pay-button {
        padding: 12px;
        font-size: 15px;
    }

    .section-sep {
        gap: 5px;
    }

    .section-sep h2 {
        font-size: 19px;
    }

    .progress-card,
    .amount-box {
        padding: 10px !important;
    }
	.input_area{
		margin-top: 0px !important
	}

    main {
        padding: 16px;
    }

     .amount-box .amount {
        font-size: 21px !important;
        width: 50% !important;
        margin: 0 10px;
    }

     .amount-box .currency {
        font-size: 10px !important;
    }

       .amount-box .label {
        font-size: 11px !important;
    }

    .value-border {
        height: 40px;
    }

        .preset-btn .currency-aed {
        font-size: 12px !important;
    }
    .value-item {
        padding-right: 4px !important;
    }
    .value-item .label {
        font-size: 12px;
    }

    .value-item .val {
        font-size: 12px !important;
    }
	.amountTextBoxContainer {
    margin-top: 20px !important;
	        margin-bottom: 0px !important;

}
.progress-bar-wrap{
	padding: 0px !important;
	background-color: unset !important;
}
}

@media (max-width: 430px) {
    .hero .hero-image {
        min-height: 100px;
    }
    

.payment-cta {
    margin: 30px 0;
}

footer.footer-bar {
    margin-top: 40px;
}
        .thin-rule {
            
        margin-bottom:20px;
        }
		
		header.site-header {
    margin: 0px !important;
}
.lang-btn {
    margin-top: 0px !important;
}
main {
    padding: 6px !important;
}
section.image-main {
    min-height: auto !important;
	width: auto !important;
}
    .m_fontSize18 {
        font-size: 13px !important;
    }
	section.donation-panel {
    grid-template-columns: 1fr !important;
}
.preset-btn:first-child {
    border-right: none !important;
}
main {
    background: #fff;
    border: none !important;
}
.input-main {
    padding: 8px 0px !important;
    border-radius: 4px;
}
.proj_Text{
	width: 100%;
    text-align: center;
}
.preset-btn{
	border-right: none !important;
	padding: 0px !important;
}
a.sms-label{
	    font-weight: 800 !important;
	font-size: 12px !important;
}
 .value-item{
	 border-right: 3px solid var(--muted) !important;
 }
.progress-head {
	gap: 2px !important;
}
.donation-desc p {
    margin: 0px;
}
.section-sep{
	margin-bottom: 0px !important;
}
 .percent-badge {
	     font-size: 16px !important;

 }
 .input_area {
	     height: 36px !important;
 }
}







a.sms-label{
	color: unset !important;
}

.amount-box .amount {
    font-size: 28px !important;
    font-weight: bold !important;   
    font-family: "Montserrat", sans-serif !important;
}
.proj_Text{
    font-size: 16px !important;
    font-weight: 600;
}
main {
    background: #fff;
    padding: 16px !important;
    border: 1px solid var(--accent) !important;
    border-radius: 8px !important;
}
.preset-btn {
    padding-left: 0px !important;
}
a.sms-label {
   
    font-family: "Montserrat", sans-serif !important;
}

.input_area{
	background: linear-gradient(to top, #e3e3e4, #fafafa);
    border: 1px solid #3a8dde73;
    padding: 6px;
    margin-top: 20px;
    line-height: 1 !important;
    width: 100% !important;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
input#searchTxt {
    background: unset;
	    text-align: unset;
}
.payment-button {
    background: linear-gradient(to bottom, #39caf0, #5065fc) !important;
	    border: none !important;
}


.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    direction: rtl;
}


.footer-text {
    margin: 0;
    color: #fff;
    font-family: "LyonArabicText";
    font-size: 16px;
    white-space: nowrap;
}


.footer-icons {
    display: flex;
    align-items: center;
    gap: 24px;

}

.footer-icons a {
    text-decoration: none;
    place-items: center;
}


.footer-icons img {
    max-width: 70px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 16px;
}


@media (max-width: 768px) {
    .footer-inner {
        padding: 18px 20px;
        flex-direction: row;
        gap: 10px;
    }

    .footer-icons {
        justify-content: center;
    }

    .footer-text {
        font-size: 14px;
    }
}

.footer-label {
    display: block !important;
    margin-top: 10px;
    font-size: 12px;
    color: #fff !important;
    font-family: "LyonArabicText";
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

@media (max-width: 767px) {


    .footer-bar {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

}
