.donate-us .backgroundImage {
  background-position: center;
  background-size: cover;
  width: 100%;
  color: white;
  border-radius: 15px;
}
.donate-us .greenCover {
  width: 100%;
  border-radius: 15px;
  flex-direction: space-between;
}
.donate-us .form {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.donate-us .form .heading {
  margin-bottom: 20px;
}
.donate-us .form .text {
  margin-top: 10px;
}
.donate-us .form input {
  margin-top: 10px;
}
.donate-us .form .button {
  width: 90px;
  padding: 3px 0px;
  text-align: center;
  border-radius: 20px;
  background-color: #EEC24B;
}
@media only screen and (min-width: 1024px) {
  .donate-us .backgroundImage {
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .donate-us .greenCover {
    height: 100%;
    width: 100%;
    border-radius: 25px;
    flex-direction: space-between;
  }
  .donate-us .form {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    color: white;
    display: flex;
    justify-content: space-between;
    width: 85%;
  }
  .donate-us .form .left {
    width: 37%;
  }
  .donate-us .form .left .heading {
    font-size: 30px;
  }
  .donate-us .form .left .text {
    margin-top: 20px;
  }
  .donate-us .form .right {
    width: 55%;
    position: relative;
    padding-top: 45px;
  }
  .donate-us .form .right input {
    margin-top: 20px;
    width: 100%;
  }
}

.video .relative {
  position: relative;
  cursor: pointer;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.video .lazy-image {
  width: 100% !important;
  height: 100% !important;
}
.video .title {
  position: absolute;
  pointer-events: none;
  width: 100%;
  top: 45px;
  left: 0;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-weight: bold;
  display: none;
}
.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .video .title {
    display: block;
  }
  .video .play {
    width: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .cause-single .givers {
    width: 340px !important;
    padding-top: 0;
  }
}
.cause-single .danger-badge {
  display: block;
  padding: 0 6px;
  font-size: 12px;
  background: red;
  color: white;
  margin-left: 10px;
  border-radius: 6px;
  height: 24px;
  line-height: 24px;
}
.cause-single .danger-badge.grey {
  background: lightgray;
  color: black;
}
.cause-single .total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #0CB2A2;
}
.cause-single .about-samaritan {
  flex-wrap: wrap;
}
.cause-single .doc {
  color: black;
  text-decoration: underline;
  word-wrap: break-word;
}
.cause-single .doc:hover {
  opacity: 0.5;
}
.cause-single .givers {
  max-width: 100%;
  padding-top: 10px;
}
.cause-single .givers ol {
  max-height: 320px;
  overflow: auto;
}
.cause-single .givers ol::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.cause-single .givers ol::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
}
.cause-single .givers ol::-webkit-scrollbar-thumb {
  background: transparent;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  border-radius: 12px;
}
.cause-single .givers ol:hover::-webkit-scrollbar-thumb {
  background: #0CB2A2;
}
.cause-single .nameAndSums {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 560px) {
  .cause-single .about-samaritan {
    flex-wrap: nowrap;
  }
  .cause-single .samaritan-info {
    margin: 0 20px;
  }
}
.cause-single .name {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 244px;
  overflow: hidden;
  padding-right: 6px;
}
.cause-single .sum {
  padding-left: 6px;
}
.cause-single .sum,
.cause-single .name {
  white-space: nowrap;
  background: #F3F3F3;
  position: relative;
  z-index: 1;
}
.cause-single .dots {
  width: calc(100% - 10px);
  display: block;
  border-bottom: 2px dotted black;
  position: absolute;
  bottom: 6px;
  left: 0;
  margin: 0 8px;
  width: 100%;
}
.cause-single .content-section {
  margin-bottom: 40px;
}
.cause-single .content-section h3 {
  margin-bottom: 20px;
}
.cause-single .content-section:last-of-type {
  margin-bottom: 0;
}
.cause-single .relative {
  position: relative;
}
.cause-single .percents {
  position: absolute;
  top: -4px;
  font-size: 17px;
  color: #EEC24B;
  font-weight: bold;
  transform: translate(-100%, -100%);
}
.cause-single .intro-section .flex {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cause-single .intro-section .rectangle1 {
  width: 100%;
}
.cause-single .intro-section .rectangle2 {
  width: 100%;
  position: relative;
}
.cause-single .intro-section .rectangle2 .overflow-hidden {
  border-radius: 32px;
  transform: translateZ(0);
}
.cause-single .intro-section .peopleInNeed {
  color: rgba(0, 178, 162, 0.69);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border: solid rgba(0, 178, 162, 0.69) 2px;
  border-radius: 25px;
  font-size: 15px;
  margin: 20px 5px 0px 0px;
  padding: 0px 18px;
}
.cause-single .intro-section .h1 {
  width: 100%;
  text-align: left;
}
.cause-single .intro-section .p {
  width: 100%;
  margin-top: 20px;
}
.cause-single .intro-section .photo {
  width: 100%;
  border-radius: 15px;
  box-shadow: 5px 3px 10px 4px rgba(116, 116, 116, 0.178);
  margin-top: 50px;
}
.cause-single .intro-section .rectangleX {
  background-color: #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 5px 0;
  border: 1px solid #838383;
  width: calc(25% - 10px);
  opacity: 0.6;
}
.cause-single .intro-section .rectangleX:hover {
  cursor: pointer;
  opacity: 0.8;
}
.cause-single .intro-section .rectangleX.active {
  pointer-events: none;
  opacity: 1;
  border-color: #EEC24B;
}
.cause-single .intro-section .wrapRectangles {
  margin: -10px -5px 0;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% + 10px);
  width: calc(100% + 10px);
}
.cause-single .intro-section font-weight .peopleInNeed {
  color: rgba(0, 178, 162, 0.69);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border: solid rgba(0, 178, 162, 0.69) 2px;
  border-radius: 25px;
  font-size: 15px;
  margin-top: 20px;
  padding: 0px 18px;
}
.cause-single .intro-section .buttons {
  text-align: right;
}
.cause-single .intro-section .buttonForGiving {
  display: none;
}
.cause-single .intro-section .money {
  font-size: 14px;
  margin-top: 15px;
}
.cause-single .intro-section .money .green {
  font-size: 15px;
  font-weight: bold;
}
.cause-single .intro-section .longRectangle {
  width: 100%;
  height: 16px;
  background-color: #E5E5E5;
  border-radius: 50px;
  overflow: hidden;
}
.cause-single .intro-section .yellowRac {
  height: 100%;
  min-width: 4%;
  background-color: #EEC24B;
  border-radius: 50px;
}
.cause-single .intro-section .carousel-grid {
  display: flex;
}
.cause-single .intro-section .carousel-grid .col {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cause-single .intro-section .buttonMobile {
  background-color: #EEC24B;
  border: none;
  color: white;
  padding: 5px 21px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 25px;
}
.cause-single .intro-section .givingButtonForMobile {
  text-align: center;
}
.cause-single .intro-section .green {
  color: rgba(0, 178, 162, 0.69);
}
@media only screen and (min-width: 1024px) {
  .cause-single .intro-section .flex {
    display: flex;
    flex-direction: row;
  }
  .cause-single .intro-section .rectangle1 {
    margin: 0px 30px 0px 0;
  }
  .cause-single .intro-section .rectangle2 {
    margin: 0px 0 0px 50px;
    align-items: right;
    min-width: 40%;
    max-width: 40%;
  }
  .cause-single .intro-section .h1 {
    width: 100%;
    color: black;
    font-size: 10px;
    font-weight: bold;
  }
  .cause-single .intro-section .p {
    margin-top: 35px;
    font-style: normal;
    font-size: 14px;
    padding-right: 50px;
  }
  .cause-single .intro-section .longRecForMobile {
    display: none;
  }
  .cause-single .intro-section .peopleInNeed {
    color: rgba(0, 178, 162, 0.69);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border: solid rgba(0, 178, 162, 0.69) 2px;
    border-radius: 25px;
    font-size: 15px;
    margin: 20px 5px 0px 0px;
    padding: 0px 18px;
  }
  .cause-single .intro-section .buttonForGiving {
    background-color: #EEC24B;
    border: none;
    color: white;
    padding: 5px 21px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 25px;
  }
  .cause-single .intro-section .yellowButton {
    text-align: center;
  }
  .cause-single .intro-section .givingButtonForMobile {
    display: none;
  }
  .cause-single .intro-section .photo {
    width: 100%;
    border-radius: 15px;
    box-shadow: 5px 3px 10px 4px rgba(116, 116, 116, 0.178);
    text-align: right;
    display: block;
  }
  .cause-single .intro-section .wrapRectangles {
    display: flex;
  }
  .cause-single .intro-section .rectangleX {
    width: calc(20% - 10px);
  }
  .cause-single .intro-section .DareniMobile {
    display: none;
  }
  .cause-single .intro-section .buttons {
    text-align: left;
  }
  .cause-single .intro-section .green {
    color: rgba(0, 178, 162, 0.69);
  }
}
.cause-single .info-section .text {
  margin-bottom: 6px;
}
.cause-single .info-section .allGivers {
  font-size: 11px;
  margin-top: 20px;
  color: #0CB2A2;
}
.cause-single .info-section .newFlex {
  margin-left: 15px;
}
.cause-single .info-section .rac {
  background-color: #484848;
  width: 10px;
  height: 20px;
}
.cause-single .info-section .green {
  color: #0CB2A2;
}
.cause-single .info-section .buttons {
  display: flex;
  text-align: center;
  align-items: stretch;
  justify-content: center;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
.cause-single .info-section .buttons .btn-fb {
  background-color: #4267B2;
  border-color: #4267B2;
}
.cause-single .info-section .buttons .btn-fb img {
  margin-right: 5px;
}
.cause-single .info-section .givingButton {
  color: white;
  margin-top: 30px;
  border-radius: 30px;
  padding: 7px 0px;
  background-color: #EEC24B;
  width: 160px;
}
.cause-single .info-section .shareButton {
  width: 160px;
  color: #235A9B;
  margin-top: 13px;
  border-radius: 30px;
  padding: 7px 0px;
  border: 1px solid #235A9B;
}
.cause-single .info-section .blueFlex {
  display: flex;
  justify-content: space-around;
}
.cause-single .info-section .blueFlex {
  font-size: 18px;
}
.cause-single .info-section .FBrac {
  width: 30px;
  height: 30px;
  background-color: #235A9B;
  border-radius: 50%;
}
.cause-single .info-section .b {
  font-size: 18px;
}
.cause-single .info-section .button {
  font-size: 11px;
  color: white;
  margin: 40px 0px 12px 10px;
  border-radius: 30px;
  padding: 2px 11px 1px 11px;
  background-color: #EEC24B;
}
.cause-single .info-section .a {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .cause-single .info-section .newFlex {
    display: none;
  }
  .cause-single .info-section .aboutTheCampaign {
    display: none;
  }
  .cause-single .info-section .box-img {
    margin-top: 0px;
  }
  .cause-single .info-section .readTheWholeStory {
    display: none;
  }
  .cause-single .info-section .items-container {
    display: flex;
    justify-content: space-between;
  }
  .cause-single .info-section .term {
    font-size: 15px;
  }
  .cause-single .info-section .clock {
    color: #000;
  }
  .cause-single .info-section .clock-wrapper {
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cause-single .info-section .Zoya {
    font-size: 11px;
    margin-top: 17px;
  }
  .cause-single .info-section .dec {
    font-size: 11px;
    margin-top: 17px;
  }
  .cause-single .info-section .Svetlozara {
    font-size: 11px;
    margin-top: 17px;
  }
  .cause-single .info-section .ha {
    width: 90%;
    align-items: center;
  }
  .cause-single .info-section .stuf {
    text-align: left;
    align-items: left;
  }
  .cause-single .info-section .textX {
    width: 100%;
    text-align: left;
    color: black;
    margin-top: 20px;
  }
  .cause-single .info-section h1 {
    text-align: center;
  }
  .cause-single .info-section .buttons {
    flex-direction: row;
    width: 33%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .cause-single .info-section .givingButton {
    color: white;
    margin-top: 0px;
    border-radius: 30px;
    padding: 5px 0px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
  .cause-single .info-section .shareButton {
    color: #235A9B;
    margin-top: 0px;
    border-radius: 30px;
    padding: 5px 0px;
    width: 120px;
    border: 1px solid #235A9B;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
  .cause-single .info-section .allGivers {
    margin-top: 30px;
    font-size: 15px;
    text-align: right;
  }
  .cause-single .info-section .b {
    font-size: 15px;
  }
  .cause-single .info-section .FBrac {
    width: 20px;
    height: 20px;
    background-color: #235A9B;
    border-radius: 50%;
  }
  .cause-single .info-section .blueFlex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .cause-single .info-section .first {
    text-align: left;
  }
  .cause-single .info-section .text {
    color: black;
    margin-top: 1px;
  }
  .cause-single .info-section .nameAndSums {
    color: black;
  }
  .cause-single .info-section .button {
    font-size: 13px;
    padding: 3px 17px 2px 17px;
  }
}
.cause-single .updates-section .news {
  color: #0CB2A2;
  text-align: center;
}
.cause-single .updates-section .grid {
  display: flex;
}
.cause-single .updates-section .heading {
  padding-top: 10px;
}
.cause-single .updates-section .date {
  font-size: 12px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.cause-single .updates-section .update {
  min-width: 260px;
  margin-left: 20px;
  opacity: 0.4;
  transform: scale(1, 0.98);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cause-single .updates-section .update.slide-on-focus {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.cause-single .updates-section .image img {
  border-radius: 32px;
}
@media only screen and (min-width: 1024px) {
  .cause-single .updates-section .grid {
    display: block;
  }
  .cause-single .updates-section .heading {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
  }
  .cause-single .updates-section .content {
    padding-right: 40px;
    margin-right: auto;
  }
  .cause-single .updates-section .update {
    display: flex;
    flex-direction: row-reverse;
    opacity: 1;
    transform: scale(1);
    transition: none;
    margin: 0;
    padding-bottom: 45px;
    margin-bottom: 35px;
    border-bottom: 1px solid lightgrey;
  }
  .cause-single .updates-section .update:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
  }
  .cause-single .updates-section .date {
    margin-bottom: 15px;
  }
  .cause-single .updates-section .image {
    min-width: 400px;
    max-width: 400px;
  }
  .cause-single .updates-section .image.big-margin {
    margin-top: 70px;
  }
}
