@keyframes animatebg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.green-text {
  color: #66BA00;
}

.modal-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 1000;
}

#lb-bkg{
  height: 100px;
  width: 100%;
  position: relative;
  height: 34vw;
  background: url(https://s3.amazonaws.com/content.cdrfg.com/lightbox/lwr/feb-march-hungerchallenge-2024/images/hunger-challenge-bg.jpg) top center no-repeat;
  background-size: cover;
  cursor: pointer;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  padding: 0.8vw 1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  /* padding-top: 1.5vw; */
}

.gt-image {
  width: 50%;
}

.btn-click {
  width: 62%;
}

.modal-box{
  display: none;
}

.lb-overlay {
  font-family: "GothamHTF", sans-serif;
  width: 25vw;
  box-sizing: border-box;
  margin: 0 auto;
  border: 2px solid black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 10000;
  position: fixed;
  
}

.lb-sub-header {
  background-color: #194169;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}

.btn-orange {
  color: white;
  text-transform: uppercase;
  background-color: #FF6B00;
  font-size: 1.2vw;
  padding: 0.5vw 1vw;
  font-weight: 600;
  margin-top: 21vw;
}

#lb-bkg h3 {
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 1.8vw;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

#lb-bkg p {
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 1.1vw;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.7vw;
  line-height: 1.9vw;
}

#lb-bkg .orange-bold {
  margin: 0;
  font-size: 1.8vw;
  color: #FF6B00;
  font-weight: 600;
  line-height: 1.9vw;
}

.lb-sub-header p{
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-size: 28px;
}

.image-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7vw 0;
}

.image-logo img {
  width: 40%;
}

.lb-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lb-container .lb-sub-text,
.lb-container .lb-radio,
.lb-container .lb-link {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

#custom-amount-wrapper {
  display: inline-block;
}

#lb-campaign-link {
  background-color: #ff6B00;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}

.lb-container .lb-sub-text {
  color: #194169;
  font-size: 23px;
  font-weight: bold;
  margin-top: 2vh;
}

.lb-container .lb-radio-box {
  margin: 0 0.5vw;
}

.lb-container .lb-radio {
  margin: 20px 0;
}

.lb-container .lb-link {
  margin-bottom: 20px;
}

.lb-close-btn {
  position: absolute;
  top: -1vw;
  right: -1vw;
  z-index: 1;
  height: 2vw;
  width: 2vw;
}

.lb-close-btn img {
  width: 100%;
}

@media only screen and (max-width: 728px) {
  #lb-bkg{
    /* height: 25vh; */
    animation: animatebg 50s linear infinite alternate;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .btn-orange {
    color: white;
    text-transform: uppercase;
    background-color: #FF6B00;
    font-size: 2.8vw;
    padding: 1.2vw 2.8vw;
    font-weight: 600;
    margin-top: 45vw;
  }

  .lb-overlay {
    width: 55vw;
  }

  .lb-container .lb-radio {
    margin: 2vh 0;
  }

  #lb-bkg{
    background-size: cover;
    background-position: center;
    height: 73vw;
    padding-top: 1vw;
  }

  #lb-bkg h3 {
    font-size: 3.8vw;
    margin-top: 1vw;
    line-height: 4.4vw;
  }

  #lb-bkg p {
    font-size: 4vw;
    line-height: 4.4vw;
    /* margin: 0 0 1.3vw 0; */
  }

  #lb-bkg .orange-bold {
    margin: 0;
    font-size: 4vw;
    color: #FF6B00;
    line-height: 4.4vw;
    /* margin-top: 2.5vw; */
  }
  

  .image-logo {
    padding: 1.7vw 0;
  }

  .lb-sub-header {
    height: 10%;
    padding: 2vw;
  }

  .lb-sub-header p{
    padding: 0;
    margin: 0;
    font-weight: 900;
    font-size: 4vw;
  }

  .lb-container {
    min-height: 40%;
  }

  .lb-container .lb-sub-text {
    font-size: 4.6vw;
  }

  .lb-container .lb-last-box {
    width: 100%;
  }

  .lb-close-btn {
    top: -3vw;
    right: -3vw;
  }

  .lb-close-btn {
    position: absolute;
    top: -3vw;
    right: -3vw;
    z-index: 1;
    height: 6vw;
    width: 6vw;
  }

  #lb-campaign-link {
    padding: 2vh 3vw;
    font-size: 15px;
  }

  .lb-container .lb-link {
    margin-bottom: 2vh;
  }

}

/* @media only screen and (min-device-width: 480px) and (max-device-width: 820px) and (orientation: landscape) {
  #lb-bkg{
    height: 30vh;
    background-position-y: 19%;
  }
} */
