.donar-section {
  background-color: #fff;
  padding: 40px 0px;
  margin-bottom: 44px;
}
.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  color: #ffff;
}
.inp {
  width: 350px;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

label {
  position: absolute;
  left: 20px;
  color: #fff;
  height: 20px;
  transform: translateY(2.5px);
  padding-left: 5px;
  cursor: text;
  padding-right: 5px;
  transition: 0.2s;
  font-family: Arial, Helvetica, sans-serif;
}

input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  outline: none;
  transition: 0.4s;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

input:focus {
  border: 2px solid #1f1fff;
  box-shadow: #6767ff 0px 1px 1px, #6767ff 0px 0px 0px 1px;
}

input:focus + label {
  left: 20px;
  transform: translateY(-22px);
  font-size: 12px;
  background-color: #24242c;
}
.up {
  left: 20px;
  transform: translateY(-22px);
  font-size: 12px;
  background-color: #24242c;
}
.button-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #d72801;
  border-radius: 25px;
  font-family: SourceSansPro-SemiBold;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -moz-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(106, 20, 28, 0.5);
  -o-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  margin-bottom: 20px;
}
.button-round-bg-1 {
  background-color: #10b48e !important;
}
.button-round-bg-2 {
  background-color: #a6331a !important;
}
.login-block-card {
  background: #a6331a;
  border-radius: 10px;
  box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgb(166, 52, 32), 0 10px 20px rgb(167, 53, 36);
  padding: 10px;
}
.reg-input {
  background-color: #a6331a;
  color: #fff;
  padding: 11px;
  height: 44px;
  border: 1px solid #fff;
}
/*========= CARD ============*/
.card-container {
  background-color: #9b171a;
  border-radius: 30px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
  color: #b3b8cd;
  padding-top: 30px;
  position: relative;
  width: 350px;
  max-width: 100%;
  text-align: center;
  /* margin-top: 10px; */
  margin-bottom: 20px;
}

.card-container .pro {
  color: #231e39;
  background-color: #febb0b;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.card-container .round {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 7px;
  width: 127px;
  height: 128px;
}
.card-container p {
  color: #000;
}
.buttons {
  text-align: center;
  margin-top: 20px;
}
button.primary {
  background-color: #0faa3b;
  border: 1px solid #0faa3b;
  border-radius: 10px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10px 25px;
  margin-bottom: 10px;
}

button.primary.ghost {
  background-color: #9b171a;
  color: #fff;
  border: 1px solid #9b171a;
}
.primary-info {
  background-color: #fff;
  text-align: left;
  padding: 15px;
  margin-top: 30px;
  text-align: center;
  border-radius: 27px;
}
.primary-info h3 {
  color: #9b171a;
  font-size: 30px;
}
.primary-info h6 {
  font-size: 15px;
  color: #6d6a6a;
}
.primary-info h5 {
  font-size: 17px !important;
  color: #6d6a6a;
}
.skills {
  background-color: #fff;
  text-align: left;
  padding: 15px;
  margin-top: 30px;
}

.skills ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.skills ul li {
  border: 1px solid #2d2747;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0 7px 7px 0;
  padding: 7px;
}

.card-footer {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.card-footer p {
  margin: 10px 0;
}

.card-footer i {
  color: red;
}

.card-footer a {
  color: #3c97bf;
  text-decoration: none;
}

/*============= Donor Banner ==============*/
.donor-banner {
  /* padding: 30px; */
  /* box-shadow: rgba(213, 220, 247, 0.59); */
  /* background-color: #fff; */
}

.section-title h2 {
  color: #1d2025;
  position: relative;
  margin: 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .section-title h2 {
    font-size: 34px;
  }
}
.section-title.title-ex1 h2 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title.title-ex1 h2 {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-title.title-ex1 h2 {
    padding-bottom: 40px;
  }
}
.section-title.title-ex1 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 110px;
  height: 1px;
  background-color: #d6dbe2;
}
@media (min-width: 768px) {
  .section-title.title-ex1 h2:before {
    bottom: 17px;
  }
}
@media (min-width: 992px) {
  .section-title.title-ex1 h2:before {
    bottom: 25px;
  }
}
.section-title.title-ex1 h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 40px;
  height: 1px;
  background-color: #0cc652;
}
@media (min-width: 768px) {
  .section-title.title-ex1 h2:after {
    bottom: 17px;
  }
}
@media (min-width: 992px) {
  .section-title.title-ex1 h2:after {
    bottom: 25px;
  }
}
.section-title.title-ex1.text-center h2:before {
  left: 50%;
  transform: translateX(-50%);
}
.section-title.title-ex1.text-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.section-title.title-ex1.text-right h2:before {
  left: auto;
  right: 0;
}
.section-title.title-ex1.text-right h2:after {
  left: auto;
  right: 0;
}
.section-title.title-ex1 p {
  font-family: 'Montserrat', sans-serif;
  color: #8b8e93;
  font-size: 14px;
  font-weight: 300;
}

.price-card {
  background: #f5f5f6;
  padding: 10px 25px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.price-card:before {
  position: absolute;
  content: '';
  top: 0;
  right: -35px;
  width: 88px;
  height: 88px;
  background: #b51117;
  opacity: 0.2;
  border-radius: 8px;
  transform: rotate(45deg);
}
.price-card:after {
  position: absolute;
  content: '';
  top: 30px;
  right: -35px;
  width: 88px;
  height: 88px;
  background: #b51117;
  opacity: 0.2;
  border-radius: 8px;
  transform: rotate(45deg);
}
.price-card h2 {
  font-size: 26px;
  font-weight: 600;
}
.price-card .btn {
  font-size: 11px;
  border-radius: 100px;
  padding: 0 25px;
  border: 0;
  color: #fff;
  float: right;
}
.price-card .btn.btn-primary {
  border: 0 !important;
}
.price-card.featured {
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.price-card:hover .btn {
  background: #0cc652;
  border-color: #0cc652;
}
p.price span {
  display: inline-block;
  padding: 45px 15px 50px;
  padding-right: 0;
  font-size: 50px;
  font-weight: 600;
  color: #0cc652;
  position: relative;
}
p.price span:before {
  position: absolute;
  content: '$';
  font-size: 16px;
  top: 25px;
  font-weight: 300;
  left: 0;
}
.pricing-offers {
  padding: 0 0 10px;
}
.pricing-offers li {
  padding: 0 0 16px;
  line-height: 18px;
  display: inline;
}
ul li {
  list-style-type: none;
}
.btn.btn-mid {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

/*======== Gallery ============*/

.gallery-title {
  font-size: 36px;
  color: #42b32f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}
.gallery-title:after {
  content: '';
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}
.filter-button {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #42b32f;
  margin-bottom: 30px;
}
.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42b32f;
}
.btn-default:active .filter-button:active {
  background-color: #42b32f;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}
.gallery-info {
  padding: 5px;
  text-align: center;
  /* background-color: #9b171a; */
  color: #fff;
}

/* ==========  Share button =========*/

.share-list {
  display: flex;
  flex-direction: row;
}

.share-list a {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 7px;
  margin: 10px;
  cursor: pointer;
  overflow: hidden;
}
.share-list a img {
  width: 100%;
  height: 100%;
  filter: invert(100%);
}

a.fb-h {
  background: #3b5998;
}

a.tw-h {
  background: #00acee;
}

a.li-h {
  background: #0077b5;
}

a.re-h {
  background: #19ca5e;
}

a.pi-h {
  background: #c8232c;
}

.share-buttons-container {
  display: flex;
  justify-content: center;
  /* align-items: center;
  background: #bcbcf2;
  width: 100%;
  height: 100vh; */
}
/* ===== share button end ======= */
@media (min-width: 360px) {
  .share-list a {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 3px;
    cursor: pointer;
    overflow: hidden;
  }
}

/* Image crop */

