* {
  box-sizing: border-box;
}

:root {
  --color: rgba(120, 64, 98, 1);
}

body {
  margin: 0;
  font-size: 14px;
  font-family: trebuchetms, arial;
}

@font-face {
  font-family: icomoon;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/icomoon/icoMoon.eot?) format("eot"),
    url(../fonts/icomoon/icoMoon.woff2) format("woff2"),
    url(../fonts/icomoon/icoMoon.woff) format("woff"),
    url(../fonts/icomoon/icoMoon.ttf) format("truetype"),
    url(../fonts/icomoon/icoMoon.svg#icoMoon) format("svg");
}

@font-face {
  font-family: trebuchetms;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/trebuchet/TrebuchetMS.eot?) format("eot"),
    url(../fonts/trebuchet/TrebuchetMS.woff2) format("woff2"),
    url(../fonts/trebuchet/TrebuchetMS.woff) format("woff"),
    url(../fonts/trebuchet/TrebuchetMS.ttf) format("truetype"),
    url(../fonts/trebuchet/TrebuchetMS.svg#TrebuchetMS) format("svg");
}

@font-face {
  font-family: nexa;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/nexa/NexaLight.eot?) format("eot"),
    url(../fonts/nexa/NexaLight.woff2) format("woff2"),
    url(../fonts/nexa/NexaLight.woff) format("woff"),
    url(../fonts/nexa/NexaLight.ttf) format("truetype"),
    url(../fonts/nexa/NexaLight.svg#Nexa) format("svg");
}

@font-face {
  font-family: nexa;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/nexa/NexaBold.eot?) format("eot"),
    url(../fonts/nexa/NexaBold.woff2) format("woff2"),
    url(../fonts/nexa/NexaBold.woff) format("woff"),
    url(../fonts/nexa/NexaBold.ttf) format("truetype"),
    url(../fonts/nexa/NexaBold.svg#Nexa) format("svg");
}

@font-face {
  font-family: frutigeraarabic;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/frutigerarabic/FrutigerLTArabic-45Light.eot?) format("eot"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-45Light.woff2) format("woff2"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-45Light.woff) format("woff"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-45Light.ttf) format("truetype"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-45Light.svg#frutigeraArabic) format("svg");
}

@font-face {
  font-family: frutigeraarabic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/frutigerarabic/FrutigerLTArabic-55Roman.eot?) format("eot"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-55Roman.woff2) format("woff2"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-55Roman.woff) format("woff"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-55Roman.ttf) format("truetype"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-55Roman.svg#frutigeraArabic) format("svg");
}

@font-face {
  font-family: frutigeraarabic;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/frutigerarabic/FrutigerLTArabic-65Bold.eot?) format("eot"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-65Bold.woff2) format("woff2"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-65Bold.woff) format("woff"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-65Bold.ttf) format("truetype"),
    url(../fonts/frutigerarabic/FrutigerLTArabic-65Bold.svg#frutigeraArabic) format("svg");
}

a {
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none;
}

button {
  cursor: pointer;
}

p {
  font-size: 14px;
  line-height: 22px;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

.fancybox-button svg path {
  fill: var(--color);
}

.fancybox-slide--html .fancybox-close-small {
  padding: 4px;
  right: 10px;
  top: 10px;
}

.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.main-title {
  /* font-size: 24px; */
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 auto 80px auto;
  text-align: left;
  width: fit-content;
}

.home-section {
  padding-top: 80px;
}

.donation {
  max-width: 840px;
  margin: auto;
}

.donation_title {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.donation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.donation-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 14px;
  min-height: 120px;
  background: rgb(121 73 106);
  transition: background 0.3s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.donation-list a:hover {
  background: #ffc000;
  border-color: #ffc000;
}

.donation-list span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1.5;
  transition: color 0.3s ease-in-out;
}

.donation_btn {
  display: inline-block;
  width: 280px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 85px;
  background: var(--color);
  transition: background 0.35s ease-in-out;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.donation_btn:hover {
  background: #ffc000;
}

.donation_share {
  display: flex;
  row-gap: 20px;
  align-items: center;
  padding: 21px 38px;
  width: fit-content;
  margin: 39px auto 0 auto;
  border: 1px solid var(--color);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: none;
}

.donation_share_title {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: var(--color);
  text-transform: uppercase;
}

.donation_share_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 13px;
  margin-left: 39px;
}

.donation_share_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color);
  transition: background 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.donation_share_list a:hover {
  background: #ffc000;
  border-color: #ffc000;
}

.donation_share_list a:hover img {
  filter: brightness(20);
}

.iacad-logo {
  margin: 129px auto 20px auto;
}

/* ------------------------------------------ */

.popup-style,
.popup-style2 {
  width: 100%;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.popup-style {
  padding: 40px;
}

.popup-style2 {
  padding: 50px;
}

.select-amount {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5;
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

.amout-option {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  margin: 0 -1.5%;
}

.amout-option li {
  margin: 0 1.5%;
  width: 30.33%;
}

.amout-option li label {
  height: 54px;
  line-height: 64px;
  background: #f6eff3;
  text-align: center;
  border: 1px solid #784062;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  display: block;
  cursor: pointer;
}

.amout-option span:not(.aed) {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--color);
}

.amout-option .aed {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  margin-left: -5px;
  transform: rotate(270deg);
}

.amout-option .active {
  background: #ffc000;
  border-color: #ffc000;
}

.amout-option li label input[type="radio"] {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

.or-text {
  font-size: 18px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0;
  margin: 25px auto;
}

.or-text span {
  display: inline-block;
  padding: 0 15px;
  background: #ffffff;
}

.or-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #ffc000;
  z-index: -1;
}

/* ------------------------------------------ */
.another-amount li {
  width: 100%;
}

.another-amount li:first-child input {
  border: 1px solid #ddd6db;
  margin-top: 9px;
  padding: 0 12px;
  height: 34px;
}

.another-amount li:first-child {
  margin-bottom: 20px;
}

.another-amount p {
  font-weight: bold;
  color: var(--color);
  margin-bottom: 12px;
}

.another-amount li label {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color);
}

.another-amount li:not(:first-child) label {
  margin-top: 10px;
}

.another-amount li input {
  border: none;
  width: 100%;
  border-bottom: 1px solid #ddd6db;
  height: 28px;
  padding-left: 0;
  color: #6d6d6d;
  /* text-transform: uppercase; */
}

.another_amount_submit {
  border: none;
  display: flex;
  align-items: center;
  padding: 10px 28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  gap: 5px;
  margin: 27px auto 0 auto;
  background: var(--color);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}



.popup-style2 .donation_inside {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.donation_inside_left {
  width: 60%;
}

body:not(.rtl) .donation_inside_left {
  padding-right: 10px;
}

.donation_inside_left>span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color);
  margin-bottom: 10px;
  display: block;
}

.donation-logos {
  margin-bottom: 20px;
}

.donation_inside_right {
  width: 40%;
  text-align: center;
}

.donation_inside_right img:not(:first-child) {
  margin-top: 16px;
}

.donation-content-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.51px;
  letter-spacing: 0.02em;
  color: var(--color);
  margin-bottom: 13px;
  display: block;
}

.donation-content li {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.51px;
  letter-spacing: 0.02em;
}

.donation-content li span {
  opacity: 0.7;
}

/* .donation-content li:not(:first-child) {
  margin-top: 14px;
} */

.another-amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.another-amount .style-big {
  width: 70%;
}

.another-amount .style-small {
  width: 25%;
}

.cheque-payment-inside h4 {
  font-size: 24px;
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 10px;
  width: fit-content;
  font-weight: 300;
}

.cheque-payment-inside:not(:first-child) {
  /* margin-top: 50px; */
  margin-top: 15px;
}

.cheque-payment-inside :last-child {
  margin-bottom: 0;
}

.cheque-payment-inside li span {
  line-height: 1.6;
  display: block;
}

.cheque-payment-inside p {
  unicode-bidi: plaintext;
}

.cheque-payment-inside p,
.cheque-payment-inside li {
  color: #6d6d6d;
  font-weight: 300;
  /* font-size: 17px; */
}

.cheque-payment-inside li {
  width: 100%;
  position: relative;
}

body:not(.rtl) .cheque-payment-inside li {

  padding-right: 15px;
}


.bank-transfer h4 {
  margin-bottom: 30px;
  color: var(--color);
  text-transform: uppercase;
  font-size: 24px;
}

.bank-transfer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 37px;
  row-gap: 65px;
}

.bank-transfer-list span {
  display: block;
}

.bank-transfer-list .title {
  color: var(--color);
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color);
}

.bank-transfer-list .sub_title {
  width: 100%;
  font-size: 16px;
  color: #6d6d6d;
  position: relative;
  padding-right: 20px;
  background: url(../images/copy.png) no-repeat right center;
}

.new-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  row-gap: 12px;
  line-height: 1;
  justify-content: center;
}

body:not(.rtl) .new-links li:not(:first-child) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid var(--color);
}

.new-links a {
  font-size: 18px;
  text-transform: uppercase;
}

.new-links a:hover {
  color: var(--color);
}

.input-group {
  display: flex;
}

.input-group .form-control {
  border: none;
  width: calc(100% - 12px);
  padding-right: 10px;
  color: #6d6d6d;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.input-group textarea.form-control {
  resize: none;
  height: fit-content;
  overflow: hidden;
}

.input-group .btn {
  background: url(../images/copy.svg) no-repeat;
  width: 12px;
  height: 14px;
  border: none;
}

.site-banner {
  margin-top: 100px;
}

.cheque-payment {
  position: relative;
}

#copy-popup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  background: var(--color);
  text-align: center;
  /* opacity:0;
  visibility: hidden; */
}

/* -----------------------------responsive------------------------------ */

.container {
  padding: 0 15px;
  max-width: 100% !important;
}

.fancybox-slide--html {
  background-color: rgba(0, 0, 0, 0.726) !important;
}

.cheque-payment-inside textarea {
  display: none;
}

.donor_popup.popup-style,
.thank_popup.popup-style {
  color: #000000;
  min-height: 200px;
  align-content: center;
}

.donor_popup.popup-style p {
  color: #69425b;
  font-weight: 700;
}

.fancybox-container h4 {
  color: #69425b;
  font-size: 1.5em;
  line-height: 1.208em;
  font-family: nexa, arial;
}

.rtl #sms .donation-content ul li a span {
  unicode-bidi: plaintext;
}


@media (max-width: 1600px) {
  #sms .donation-content ul li {
    width: 205px;
  }
}

@media (max-width: 1200px) {
  .main-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 40px auto;
  }

  .donation_title {
    font-size: 18px;
  }

  /* .text-center .main-title {
    text-align: center;
  } */
}

@media (max-width: 860px) {
  .donation-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .home-section {
    padding-top: 60px;
  }

  .popup-style,
  .popup-style2 {
    padding: 40px;
    border-radius: 30px;
  }

  .desk-banner-image {
    display: none;
  }
}

@media (min-width: 861px) {
  .mobile-banner-image {
    display: none;
  }
}

@media (min-width: 768px) {

  #sms .amout-option.mobile,
  .donation_inside_left span.mobile,
  .donation-content-title.mobile-view-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .donation_inside_right {
    display: none;
  }

  h3.main-title-second+.desktop,
  #sms .donation-content ul.desktop {
    display: none;
  }

  .donation-content-title:not(.mobile-view-only) {
    display: none;
  }

  .donation-content-title .mobile-view-only {
    display: block;
  }

  .donation_inside_left {
    width: 100%;
  }

  .donation-list a {
    min-height: 90px;
  }

  .site-banner {
    margin-top: 85px;
  }

  .content ul {
    padding-left: 0;
  }

  .main-title {
    margin: 0 auto 40px auto;
  }

  .main-title-second {
    font-size: 22px !important;
    letter-spacing: 0 !important;
    margin-bottom: 12px !important;
  }

  .new-links a {
    font-size: 14px;
  }

  .new-links {
    margin-top: 40px;
  }

  .main-title br {
    display: none;
  }

  .or-text {
    margin: 10px auto;
  }

  .donation_share {
    flex-direction: column;
  }

  .donation_share_list {
    margin: 0;
    column-gap: 9px;
  }

  .donation-content li {
    font-size: 15px;
  }

  .donation_inside_left>span {
    font-size: 16px;
    line-height: 19.77px;
    margin-bottom: 10px;
  }

  .donation_share {
    padding: 20px;
  }

  .another-amount li input {
    height: 25px;
  }

  .donation_btn {
    width: 240px;
    height: 48px;
    line-height: 48px;
    margin-top: 40px;
  }

  .iacad-logo {
    margin: 50px auto 20px auto;
  }

  .amout-option {
    row-gap: 10px;
    margin: 0 -1%;
  }

  .amout-option li {
    margin: 0 1%;
    width: 48%;
  }

  .another_amount_submit {
    padding: 12px 24px;
    margin: 27px auto 0 auto;
  }

  .another-amount li:not(:first-child) label {
    margin-top: 15px;
  }

  /* .donation-content li:not(:first-child) {
    margin-top: 8px;
  } */

  .input-group .form-control {
    font-size: 16px;
  }

  .donation-list-inner {
    gap: 8px;
  }

  .donation-list-img img {
    max-height: 32px;
  }
}

@media (max-width: 600px) {
  .donation-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .popup-style,
  .popup-style2 {
    padding: 30px;
    border-radius: 20px;
    max-width: 96% !important;
  }

  .fancybox-slide--html .fancybox-close-small {
    padding: 5px;
    right: 4px;
    top: 4px;
  }

  .donation_inside_left>span br {
    display: none;
  }

  .bank-transfer h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .cheque-payment-inside h4 {
    font-size: 20px;
  }

  .bank-transfer-list {
    row-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .bank-transfer-list .title {
    padding-bottom: 8px;
    margin-bottom: 5px;
    line-height: 1;
  }

  .donation_inside_right img {
    display: block;
    max-width: 120px;
  }

  .popup-style2 .donation_inside {
    row-gap: 15px;
    flex-wrap: wrap;
  }

  .donation_inside_left {
    width: 100%;
    padding: 0;
  }

  .donation_inside_right {
    width: fit-content;
  }

  .donation-list span {
    font-size: 12px;
    letter-spacing: initial;
  }

  #mobileMenuToggle {
    transform: translate(10px, -32px);
  }

  /* #sms .donation-content ul li {
    padding: 7px;
  } */

  .cheque-payment-inside:not(:first-child) {
    margin-top: 15px;
  }

  .donation_inside_right img:not(:first-child) {
    margin-top: 10px;
  }

  .another-amount li:first-child {
    margin-bottom: 10px;
  }

  .another-amount p {
    margin-bottom: 0;
  }

  .new-links li:nth-child(3) {
    border: none;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 374px) {
  p {
    font-size: 12px;
  }

  .amout-option li label {
    height: 50px;
  }

  .another_amount_submit {
    margin: 15px auto 0 auto;
  }

  .another-amount li:not(:first-child) label {
    margin-top: 7px;
  }

  .donation-list-img img {
    max-width: 100px;
  }

  .donation-list a {
    min-height: 100px;
  }
}