@charset "utf-8";

* {
  margin: 0;
  padding: 0 auto;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.clone-img {
  max-width: 100%;
  height: auto;
}

.clone-h1,
.clone-h2,
.clone-h3,
.clone-p {
  font-family: 'Roboto', sans-serif;
  color: var(--text-primary);
  margin: 0px;
}

.clone-h1 {
  font-size: 32px;
  font-weight: 700;
}

.clone-h2 {
  font-size: 22px;
  font-weight: 700;
}

.clone-h3 {
  font-size: 16px;
  font-weight: 700;
}

.clone-h3 {
  font-size: 16px;
  font-weight: 700;
}



.clone-d-none {
  display: none !important;
}

.clone-template i {
  font-size: 22px;
  background-color: #e6f6ef;
  padding: 9px;
  border-radius: 50%;
  color: var(--text-green);
}

.clone-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.clone-description {
  width: 70%;
}

.clone-description img {
  width: 100%;
}

.clone-price {
  background-color: #fff;
  width: 40%;
  padding: 0px 20px;
  margin-top: 95px;
  position: sticky;
  top: 2rem;
}
.clone-price-wrapper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  padding: 20px 25px;
}

.clone-price-wrapper h2 span {
  font-size: 16px !important ; 
  font-weight: 400;
  color: #8c8c8c;
}

.clone-share-button {
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #ffde9e),
    to(#fcb957)
  );
  border: none;
  padding: 13px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px 0px;
  border-radius: 3px;
}

.clone-share-button:hover {
  cursor: pointer;
  background: none;
  background-color: #fee2ac;
}

.clone-donate-button {
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(35.42%, #fdb933),
    color-stop(139.58%, #f58131)
  );
  border: none;
  padding: 13px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px 0px;
  border-radius: 3px;
}

.clone-donate-button:hover {
  cursor: pointer;
  background: linear-gradient(180deg, #fdb933 35.42%, #f58131 139.58%);
}

.clone-donate-wrapper {
  padding: 10px 0px;
}

.clone-donate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px;
}

.clone-donate-info {
  font-size: 16px;
  padding: 0px 12px;
}

.clone-donate-info p {
  margin: 5px 0px;
}

.clone-donate-icon {
  padding: 0px 0px;
}

.clone-donation-end h3 {
  margin: 15px 0px;
}

.clone-donation-end p {
  line-height: 1.7;
}

.clone-donation-end a {
  color: var(--text-primary);
}

.clone-donation-end a:hover {
  color: var(--text-green);
}

.clone-progress-bar {
  margin: 10px 0px;
  width: 100%;
  background-color: #e6f6ef;
  height: 5px;
}

.clone-progress-bar {
  width: 20%;
  background-color: #008748;
  height: 5px;
}
.clone-description h1 {
  padding: 30px 0px;
}

.clone-container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.clone-header-tagline {
  padding: 20px 0px;
  display: flex;
  align-items: center;
}

.clone-header-tagline p {
  padding-left: 16px;
}

.clone-description-tagline {
  padding: 15px 0px;
  display: flex;
  align-items: center;
}

.clone-description-tagline a {
  padding-left: 15px;
  color: var(--text-primary);
}

.clone-description-tagline i {
  font-size: 25px;
  color: var(--text-primary);
  padding: 0px;
  background-color: transparent;
}

.clone-payment-action{
  padding: 20px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #cacaca;

}

.clone-end a{
  color: var(--text-primary);
}

.clone-payment-action i{
  padding: 0px 20px !important;
  font-size: 32px !important;
}

.donation-payment-method h3{
  margin: 30px 0px;
}


.clone-tag-icon {
  margin-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-green);
}

.clone-tag-icon:hover a,
.clone-tag-icon:hover i {
  color: var(--text-green);
}

.clone-description-text {
  padding-right: 20px;
  margin: 30px 0px;
  line-height: 1.5;
}

.clone-advertise {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 30px;
  margin: 40px 0px;
}

.clone-icon {
  width: 20%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 20px;
}

.clone-text {
  padding: 0px 20px;
  width: 80%;
}

.clone-text p {
  padding: 10px 0px;
}

.clone-button {
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  background-color: rgb(253, 183, 47);
  border: none;
  padding: 13px 0px;
  margin: 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 10px 0px;
  border-radius: 3px;
}

.clone-button:hover {
  cursor: pointer;
  background-color: rgb(254, 226, 172);
}

.clone-profile-wrapper {
  padding: 20px 0px;
}

.clone-profile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0px;
}

.clone-profile-info {
  font-size: 0.875rem;
  padding: 0px 12px;
}

.clone-profile-info p {
  margin: 5px 0px;
}

.clone-profile-icon {
  padding: 0px 12px;
}

.clone-contact-button {
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  background-color: transparent;
  border: none;
  padding: 8px 20px;
  margin: 5px 0px;
  margin: 10px 0px;
  border-radius: 3px;
  color: var(--text-green);
  border: 1px solid var(--text-green);
}

.clone-contact-button:hover {
  background-color: #e6f6ef;
  cursor: pointer;
}

.clone-progress-1 {
  width: 70%;
  height: 15px;
  background-color: #cacaca;
  display: block;
  margin: 7px 0px;
}

.clone-progress-2 {
  width: 40%;
  height: 15px;
  background-color: #d1d1d1;
  display: block;
  margin: 7px 0px;
}

.clone-line {
  width: 80%;
  height: 0.5px;
  background-color: #c2c2c2;
}

.clone-comment {
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0.1))
  );
}

.clone-flag {
  margin: 10px 0px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.clone-flag i {
  background-color: transparent;
  color: var(--text-primary);
}

.clone-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.clone-review-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 10px;
}

.clone-review-item p {
  font-size: 0.875rem;
}
.clone-review-item a {
  margin: 5px 0px;
  font-size: 0.875rem;
  color: var(--text-primary);
}

.clone-review-item a:hover {
  color: var(--text-green);
}

.clone-review-item i {
  font-size: 55px;
  padding: 0px 15px;
  color: var(--text-primary);
  background-color: transparent;
}

.clone-review-item h3 {
  margin: 5px 0px;
}

.clone-reviews-wrapper {
  margin: 70px 0px;
}

.clone-price-wrapper {
  width: 100%;
  height: auto;
}

.clone-image {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

:root {
  /* --text-primary: #333333; */
  --text-secondary: #8c8c8c;
  --text-green: #008748;
}

@font-face {
  font-family: "CircularXXWeb";
  font-style: normal;
  font-weight: 700 900;
  src: url("../Font/CircularXXWeb-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "CircularXXWeb";
  font-style: normal;
  font-weight: 400 600;
  src: url("../Font/CircularXXWeb-Regular.woff2") format("woff2");
}

.clone-d-none-desktop {
  display: none;
}

.scroll-fixed {
  overflow: hidden;
}

.clone-share-wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.clone-share-master {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clone-share-pop {
  width: 565px;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.3125rem 1rem -0.1875rem rgb(0 0 0 / 50%);
  padding: 20px 30px;
}

.clone-share-pop h1 {
  padding: 15px 0px;
}

.clone-share-pop p {
  padding: 10px 0px;
}

.clone-share-pop i {
  color: var(--text-primary);
  background-color: transparent;
  font-size: 32px;
  font-weight: lighter;
}

.clone-share-pop i:hover {
  cursor: pointer;
}

.clone-share-pop .clone-line {
  margin: 20px 0px;
}

.clone-share-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.clone-social-icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.clone-social-icon:hover {
  cursor: pointer;
}

.clone-icons {
  text-align: center;
  padding: 0px 20px;
}

.clone-input button {
  width: 20%;
  font-size: 16px;
  font-weight: 900;
  background-color: #008748;
  color: #fff;
  border: none;
  padding: 13px 0px;
  margin: 5px 0px;
  border-radius: 3px;
}

.clone-input input {
  width: 78%;
  font-size: 16px;
  font-weight: 900;
  padding: 13px 20px;
  margin: 5px 0px;
  border-radius: 3px;
  border: 1px solid #c2c2c2
}

.hide-share{
    display: none;
}




.clone-wrapper-checkout{
  margin: 40px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 100px;
}

.clone-checkout-form{
  margin: 0px 30px;
  width: 60%;
  padding: 30px 50px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.clone-checkout-header{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cacaca;
  border-radius:4px;
  width: 200px;
  padding: 2px 5px;
}

.clone-checkout-form i {
  color: var(--text-primary);
  font-size: 28px;
  background-color: transparent;
  padding: 0px;

}

.clone-checkout-summary{
  width: 30%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 30px;
}

.clone-checkout-summary h3{
  padding: 20px 0px;
}

.clone-summary-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}


.clone-checkout-thumbnail{
  margin: 30px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clone-checkout-thumbnail img{
  width: 130px;
}

.clone-checkout-thumbnail p{
  color: #333333;
  padding: 0px 15px;
}

.clone-checkout-thumbnail p b{
  color: var(--text-primary);
}


.clone-checkout-amount input{
  width: 100%;
  font-size: 45px;
  font-weight: 900;
  padding: 13px 20px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  text-align: right;
  color: var(--text-primary);
}

.clone-bg-color{
  background-color: #F8F8F8;
}


.clone-checkout-amount h3{
    padding: 10px 0px;
}


.clone-dollar-sign {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 25px;
  margin-left: 20px;

}

.clone-dollar-sign p{
  font-size: 18px;
  align-items: center;
  font-weight: 900;
}

.clone-checkout-review{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px;
  background-color: #E7F0F7;
  border-radius: 7px;
  margin: 20px 0px;
}


.clone-checkout-review h3{
  font-size: 16px;
  color: var(--text-primary);
}

.clone-checkout-review p{
  font-size: 0.875rem;
  color: var(--text-primary);
  line-height: 1.5;
  margin-top: 5px;
}

.clone-checkout-review a{
  font-size: 0.875rem;
  color: var(--text-primary);
}

.clone-checkout-review a:hover{
  color: #008748;
}

.clone-checkout-logo{
  padding: 0px 20px;
}



.clone-tip-services h3{
  font-size: 16px;
  padding: 15px 0px;
}

.clone-tip-services p{
  font-size: 0.875rem;
  color: var(--text-primary);
}


.clone-range-slider{
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.range-slider__range{
  width: 80%;
}

input[type='range'] {

  -webkit-appearance: none;
  background-color: #9ADDBE;
}

.range-slider__value{
  width: 5%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}






/* responsive media queries  */

@media screen and (max-width: 960px) {
  .clode-d-none-mobile {
    display: none;
  }

  .clode-d-hide-mobile {
    visibility: hidden;
  }

  .clone-d-none-desktop {
    display: block;
  }

  .clone-container {
    padding: 0px 90px;
  }

  .clone-main {
    flex-direction: column;
  }

  .clone-description {
    width: 100%;
  }

  .clone-price {
    width: 100%;
  }

  .clone-reviews {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 35px;
  }

  .clone-review-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 10px;
  }

  .clone-advertise {
    flex-direction: column;
    width: 100%;
  }

  .clone-icon {
    width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 20px;
  }

  .clone-text {
    padding: 0px 20px;
    width: 100%;

    margin-top: 20px;
  }

  .clone-h1 {
    font-size: 1.375rem;
    font-weight: 700;
  }

  .clone-h2 {
    font-size: 1rem;
    font-weight: 700;
  }

  .clone-h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .clone-line {
    width: 100% !important;
  }


  .clone-checkout-form{
    width: 100% !important;
    margin: 0px;
  }

  .clone-checkout-summary{
    display: none;
  }

  .clone-wrapper-checkout{
    padding: 0px;
  }

  
}



.clone-checkout-button {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  background-color: #008748;
  border: none;
  padding: 13px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 15px 0px;
  border-radius: 3px;
}

.clone-checkout-button:hover {
  background-color: #006636;
  cursor: pointer;
}




.donation-details-icon{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0px;
}

.donation-details-icon input{
  margin-left: 10px;
  transform: scale(1.5);
}

.donation-details-icon p{
  padding: 0px 15px;
}


.donation-details{
  margin: 30px 0px;
}



.clone-donate-now-button{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.clone-donate-now-button button{
  width: 150px;
}

.clone-donate-now-button p{
  margin-left: 15px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clone-end{
  font-size: 0.835rem;
  padding: 15px 0px;
  color: var(--text-primary);
}


header{
    background: linear-gradient(180deg,rgba(22, 22, 22, 0.5), rgba(0, 0, 0, 0.5)), url('/Assets/Images/header-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
@media screen and (max-width: 758px) {
  .clone-container {
    padding: 0px 30px;
  }

  .clone-icon {
    width: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 500px) {


  .clone-share-pop {
    padding: 0px 30px;
    margin: 10px 0px;
    height: 600px !important;
  }
  
  .clone-share-master {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }


  .clone-share-pop h1 {
    padding: 5px 0px;
  }
  
  .clone-share-pop p {
    padding: 5px 0px;
  }

  .clone-share-pop .clone-line {
    margin: 10px 0px;
  }
  


  .clone-checkout-form{
    padding: 30px 30px;
  }

  .clone-checkout-thumbnail{
    flex-direction: column;
  }

  .clone-checkout-thumbnail img{
    width: 100%;
  }
 
  .clone-checkout-thumbnail p{
    padding: 0px;
    margin-top: 20px;
  }

  .clone-checkout-amount input{
    font-size: 32px;
  }

  .clone-dollar-sign{
    margin-top: 11px;
  }


  .clone-icon {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 20px;
  }

  .clone-container {
    padding: 0px 15px;
  }

  .clone-icon {
    width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px;
  }

  .clone-text {
    padding: 0px 0px;
    width: 100%;

    margin-top: 20px;
  }

  .clone-description-text {
    text-align: justify;
    padding: 0px;
  }

  .clone-share-pop {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.3125rem 1rem -0.1875rem rgb(0 0 0 / 50%);
    padding: 20px 15px;
  }

  .clone-social-icon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);

  }
}







.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 15px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #006636;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #006636;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #006636;
}
.range-slider__range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: #1abc9c;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #006636;
}
.range-slider__range:active::-moz-range-thumb {
  background: #006636;
}