@font-face {
  font-family: "Holimount";
  src: url("../../font/Holimount.otf");
}
h2.title,
.Signature h5 {
  color: #474747;
  font-size: 3.3rem;
  font-family: "AkrobatBlack";
  text-transform: uppercase;
}

h2.title:not(.thanks_title) {
  font-size: 2rem;
  padding-bottom: 30px;
}

p {
  font-size: 1.1rem;
  color: #464646;
  font-family: "AkrobatLight";
  line-height: 1.2;
}

.clouds.left {
  left: -400px;
  top: -85px;
  height: 1000px;
  width: 1500px;
  background-image: url("../../svg/missionClouds.svg");
}

.clouds.right {
  right: -300px;
  bottom: -131px;
  height: 1000px;
  width: 1500px;
  background-image: url("../../svg/missionClouds.svg");
}

@media all and (min-width: 992px) {
  #donations {
    padding-bottom: 165px;
  }
}
#donations .row_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 10px;
}
@media all and (min-width: 992px) {
  #donations .row_grid {
    grid-template-rows: auto 1fr;
  }
}
@media all and (max-width: 1199px) {
  #donations .row_grid {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media all and (max-width: 991px) {
  #donations .row_grid {
    grid-template-columns: 1fr;
  }
}
#donations .content_left {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#donations .content_left .top_cont {
  padding-bottom: 20px;
  border-bottom: 1px solid #9cbe12;
}
#donations .content_left .top_cont h2.title {
  margin-bottom: 30px;
}
#donations .content_left .top_cont h2.title svg {
  height: 80px;
  margin-right: 10px;
}
#donations .content_left .center_cont {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media all and (min-width: 992px) {
  #donations .content_left .center_cont {
    border-bottom: 1px solid #9cbe12;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
#donations .content_left .center_cont .my_input {
  width: 100%;
}
#donations .content_left .center_cont .my_input .form-grope {
  margin-bottom: 20px;
}
@media all and (min-width: 575px) {
  #donations .content_left .center_cont .my_input .form-grope {
    margin-top: 40px;
  }
}
#donations .content_left .center_cont .my_input label {
  color: #0e5524;
  font-size: 1.1rem;
  opacity: 1;
}
#donations .content_left .center_cont .my_input .egp {
  position: relative;
}
#donations .content_left .center_cont .my_input .egp::after {
  content: "egp";
  text-transform: uppercase;
  position: absolute;
  top: 49%;
  right: 36px;
  color: #595959;
  font-size: 1.5rem;
}
@media all and (max-width: 991px) {
  #donations .content_left .center_cont .my_input {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #donations .content_left .center_cont .my_input .form-grope {
    min-width: 230px;
    flex: 1;
  }
}
@media all and (max-width: 991px) {
  #donations .content_left .center_cont .radio {
    flex: 1px;
    min-width: 230px;
  }
}
#donations .bottom_cont {
  padding-bottom: 40px;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  #donations .bottom_cont {
    padding-top: 20px;
  }
}
#donations .bottom_cont h3 {
  font-family: "AkrobatBold";
  font-size: 1.1rem;
  color: #0e5524;
  margin-bottom: 20px;
}
#donations .bottom_cont img {
  height: 60px;
  mix-blend-mode: multiply;
}
#donations .bottom_cont p {
  margin-top: 25px;
  font-size: 0.92rem;
}
#donations .content_right {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  background-color: #9cbe12;
  padding: 75px 60px;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
@media all and (max-width: 480px) {
  #donations .content_right {
    padding: 70px 20px 25px;
  }
}
@media all and (min-width: 992px) {
  #donations .content_right {
    grid-row: span 2;
  }
}
#donations .content_right .backgrouend_svg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
}
#donations .content_right .backgrouend_svg .my_Svg {
  mix-blend-mode: multiply;
  opacity: 30%;
  position: absolute;
  transform: rotate3d(1, 0, 0, 180deg);
}
#donations .content_right .backgrouend_svg .top_s {
  right: -30px;
}
#donations .content_right .backgrouend_svg .bottom_s {
  bottom: 0;
  left: -50px;
}
#donations .content_right .textAndIcon {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  direction: ltr;
}
#donations .content_right .textAndIcon svg {
  margin-left: -140px;
  margin-top: -83px;
}
@media all and (min-width: 992px) {
  #donations .content_right .textAndIcon svg {
    width: 70%;
  }
}
@media all and (max-width: 991px) {
  #donations .content_right .textAndIcon svg {
    height: 140px;
    margin-left: -80px;
    margin-bottom: 20px;
  }
}
#donations .content_right .textAndIcon .my_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#donations .content_right .textAndIcon .my_text p {
  font-size: 3rem;
  font-family: "AkrobatLight";
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: -12px;
}
#donations .content_right .textAndIcon .my_text .big_text {
  left: -170px;
  top: -120px;
  font-size: 8.6rem;
  font-family: "AkrobatBlack";
  opacity: 10%;
}
#donations .content_right .app_all_input {
  position: relative;
  z-index: 1;
}
#donations .content_right .app_all_input .myDonation {
  display: none;
}
#donations .content_right .app_all_input .myDonation.active {
  display: block;
}
#donations .content_right .app_all_input label {
  color: #0e5524;
  opacity: 1;
}
@media all and (max-width: 991px) {
  #donations .content_right .app_all_input label {
    font-size: 1.3rem;
  }
}
#donations .content_right .app_all_input .app_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#donations .content_right .app_all_input button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
#donations .content_right .app_all_input button:hover {
  box-shadow: 0 0 10px 0px #0e5524;
}
@media all and (max-width: 575px) {
  #donations .content_right .app_all_input {
    margin-top: -50px;
  }
  #donations .content_right .app_all_input input {
    width: 100%;
  }
  #donations .content_right .app_all_input input, #donations .content_right .app_all_input button {
    border-radius: 11px;
  }
}
#donations .content_right.offline_form {
  background-color: #0e5524;
}
#donations .content_right.offline_form .cssst1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #9cbe12;
}
#donations .content_right.offline_form .app_all_input label {
  color: #9cbe12;
  color: #fff;
}
#donations .content_right.offline_form .app_all_input button {
  background-color: #9cbe12;
}
#donations .content_right.offline_form .app_all_input button:hover {
  box-shadow: 0 0 10px 0px #9cbe12;
}
@media all and (max-width: 575px) {
  #donations button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #donations input {
    padding: 15px;
    border-radius: 11px;
  }
}
#donations label {
  font-family: "AkrobatLight", "GE-Dinar-One-Medium";
}
@media all and (min-width: 992px) {
  #donations ._massage {
    margin-top: 5px;
  }
}
#donations ._massage a {
  cursor: pointer;
  color: #005283;
  font-size: 1rem;
  font-family: "AkrobatLight", "GE-Dinar-One-Medium";
}
#donations ._massage .overlay_popup_massage {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999999999;
  transform: translate(-50%, -50%) scale(0);
  transition: all ease-in-out 0.3s;
}
#donations ._massage .overlay_popup_massage .overlay_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.68);
  transform: translate(-50%, -50%) scale(0);
  transition: opacity ease-in-out 0.5s;
  opacity: 0;
}
#donations ._massage .overlay_popup_massage.active {
  transform: scale(1);
}
#donations ._massage .overlay_popup_massage.active .overlay_popup {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#donations ._massage .overlay_popup_massage .popup_massage {
  padding: 35px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all ease-in-out 0.3s;
  background-color: rgba(0, 0, 0, 0.79);
  background-color: #fff;
  color: #fff;
  box-shadow: 0 0 14px -2px rgba(153, 153, 153, 0.2588235294);
  color: #555;
  border-radius: 7px;
  width: 500px;
  height: 700px;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999999;
}
#donations ._massage .overlay_popup_massage .popup_massage .close {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 16px;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
#donations ._massage .overlay_popup_massage .popup_massage .content_massage {
  line-height: 1.3;
  height: 100%;
  overflow: auto;
}
#donations ._massage .overlay_popup_massage .popup_massage .content_massage pre {
  font-family: "GE-Dinar-One-Light", "AkrobatRegular";
  white-space: pre-line;
}
@media all and (max-width: 480px) {
  #donations ._massage .overlay_popup_massage .popup_massage {
    height: 100vh;
    width: 100vw;
  }
}
#donations ._massage .overlay_popup_massage.active .popup_massage {
  transform: translate(-50%, -50%) scale(1);
}

body[dirPage="1"] #donations .content_left .center_cont .my_input .egp::after {
  right: auto;
  left: 40px;
}

.donations_thanks {
  padding-bottom: 300px;
}
.donations_thanks .row_grid {
  display: grid;
  grid-template-columns: 1fr !important;
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}
.donations_thanks .clouds.left {
  left: -370px;
  top: -250px;
  width: 1100px;
}
.donations_thanks .clouds.right {
  right: -320px;
  bottom: -250px;
  width: 1100px;
}
.donations_thanks h2.title {
  font-size: 3.1rem;
}
.donations_thanks h2.thanks_title {
  font-size: 6rem;
}
.donations_thanks .Signature {
  margin-top: 50px;
}
.donations_thanks .Signature h5 {
  font-size: 1.5rem;
  margin-bottom: 45px;
}
.donations_thanks .Signature span {
  font-family: "Holimount";
  font-size: 4.5rem;
}
.donations_thanks .content_left .top_cont {
  border-bottom: none !important;
}

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  color: #f39300;
}
.radio input {
  margin-right: -15px;
}

.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #0e5524;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}

.radio .label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #9cbe12;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}

.radio:hover .label:after {
  transform: scale(3.6);
}

.radio .text {
  color: #f39300;
  transition: all ease-in-out 0.5s;
  z-index: -1;
  position: relative;
  text-transform: uppercase;
  font-size: 1.1rem;
}

input[type=radio]:checked + .text {
  color: #0e5524 !important;
}

input[type=radio]:checked + .text .label {
  color: #0e5524;
  border-color: #0e5524;
}

input[type=radio]:checked + .text .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.cntr {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 100%;
  text-align: center;
}

.hidden {
  visibility: hidden;
}

.credit {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  opacity: 0.6;
}

.credit img {
  width: 72px;
}

.credit:hover {
  transform: scale(0.95);
}/*# sourceMappingURL=style.css.map */