@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}



.container {
  max-width: 1670px;
  margin: auto;
}

.min-height {
  min-height: 120px;
}


.header-logo {
  padding-top: 30px;
}

/* Force side-by-side in landscape on small screens */
@media (orientation: landscape) and (max-width: 900px) {
  .hero-sec .row {
    align-items: center;           /* vertically center columns */
  }

  .hero-sec .back-img,
  .hero-sec .right-form {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    box-sizing: border-box;
  }

  /* Small spacing between columns */
  .hero-sec .back-img { padding-right: 12px; }
  .hero-sec .right-form { padding-left: 12px; }

  /* Make sure image fits its column */
  .hero-sec .hero-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
  }
}


.hero-sec img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile portrait (stack vertically) */
/* Mobile: stack vertically */
@media (max-width: 767.98px) {
  .back-img {
    margin-bottom: 20px;
  }
}

/* Mobile portrait */
@media (max-width: 480px) {
  .btn-blue3 {
    width: auto;
    max-width: 320px;   /* slightly wider */
    font-size: 14px;
    padding: 12px 22px;
    display: block;
    margin: 0 auto;
  }

   .hero-sec img {
    max-width: 90%;   /* reduce width */
    max-height: 250px; /* cap size */
    margin: 0 auto;
    display: block;
  }
  
}

/* Mobile landscape (tablet size and up, but before full desktop) */
@media (min-width: 768px) and (max-width: 991px) {
 .hero-sec img {
    max-width: 115%;
  }
}


/* Tablet landscape only (between 768px and 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-sec .back-img img {
    width: 105%;       /* just slightly bigger */
    max-width: none;
    margin-left: -2%;
    height: auto;
  }
}


/* Mobile landscape & small tablets */
@media (min-width: 481px) and (max-width: 768px) {

  .row1 {
    flex-direction: row;
  }

.btn-blue3 {
    width: 90%;        /* slightly wider on mobile */
    max-width: 380px;  /* not capped too tightly */
  }

   .hero-sec img {
    max-width: 60%;   /* smaller so form fits */
    max-height: 220px;
  }

}





.hero-secajoin {
  background-image: url(https://www.crowdlandia.com/images/donatecash2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95% 100%;
  color: white;
}

.btn-white {
  background-color: #5D5D5D;
  padding: 9px 25px;
  border: none;
  border-radius: 50px;
  color: white;
  margin-top: 60px;
}

.hero-sec h1 {
  color: white;
  font-size: 60px;
  width: 100%;
  font-family: "Roboto Slab", serif;
  padding-top: 8px;
}

.hero-sec h1 span {
  color: #9A9A9A;
}

.hero-secajoin h1 {
  color: white;
  font-size: 60px;
  width: 100%;
  font-family: "Roboto Slab", serif;
  padding-top: 8px;
}

.hero-secajoin h1 span {
  color: #9A9A9A;
}


.link {
  padding-top: 18px;
  width: 60%;
  margin: 0px;
}

.video-container {
  position: relative;
  width: 314px;
  height: 177px;
  margin-top: 20px;
  overflow: hidden;
  display: none;
}

.video-player {
  width: 100%;
  height: 100%;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.btn-blue {
  background-color: #4284D8;
  padding: 15px 20px;
  border: none;
  border-radius: 6px;
  color: white;
  margin-top: 48px;
  font-size: 16px;
}

.right-form {
  margin-top: 90px;
  margin-bottom: 90px;
  text-align: center;
  background-color: white;
  padding: 12px 40px 40px 40px;
  border-radius: 16px;
  color: black;
}

.right-form h4 {
  color: #4284D8;
  font-family: "Roboto Slab", serif;
  font-size: 26px;
  margin-bottom: 0px;
}

.btn-blue2 {
  background-color: #4284D8;
  padding: 12px 10px;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 16px;
}

.form {
  color: black;
  background-color: white;
  text-align: start;
}

.Username {
  padding-top: 18px;
  margin-right: 10px;
}

.Username2 {
  padding-top: 18px;
}

.row1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* vertically align form with image */
}

.light-font {
  color: #94979C;
  font-size: 12px;
}

.btn-blue3 {
  background-color: #4284D8;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  display: block;      /* full respect of width */
  margin: 0 auto;      /* centers it */
  width: 92%;          /* default wider base */
  max-width: 430px;    /* allow larger size on desktop */
  min-width: 220px;    /* ensures button not too narrow */
}


/* Hover & focus */
.btn-blue3:hover,
.btn-blue3:focus {
  background-color: #336bb8;
  transform: translateY(-2px);
}


.OR {
  color: #94979C;
  padding-top: 20px;
  padding-bottom: 18px;
  margin-bottom: 0px;
}

.section-1 {
  margin-top: 30px;
  background-color: #E8F2FF;
}

.section-1 h2 {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  color: #4284D8;
  padding-top: 30px;
  padding-bottom: 60px;
}

.img-8 {
  margin-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 70px;
}

.marquee {
  display: flex;
  block-size: var(--marquee-item-height);
  margin-block: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(to right,
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));

  margin-top: 20px;
  margin-bottom: 80px;

}

.marquee--8 {
  --marquee-item-width: 250px;
  --marquee-item-height: 160px;
  --marquee-duration: 36s;
  --marquee-items: 8;
}

.marquee__item {
  --marquee-item-offset: max(calc(var(--marquee-item-width) * var(--marquee-items)),
      calc(100% + var(--marquee-item-width)));
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}


.marquee__item:nth-child(4n) {
  border-top-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 1) {
  border-bottom-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 2) {
  border-bottom-left-radius: 1rem;
}

.marquee__item:nth-child(4n + 3) {
  border-top-left-radius: 1rem;
}

.marquee--8 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}

.marquee--8 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}

.marquee--8 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}

.marquee--8 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}

.marquee--8 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}

.marquee--8 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}

.marquee--8 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}

.marquee--8 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}



@keyframes go {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}

.text-center {

  padding-bottom: 10px;

}

.sectin-2 {
  padding-top: 100px;
}

.section-2 h2 {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  color: #4284D8;
  padding-top: 100px;
  padding-bottom: 120px;
  margin: 0px;
}

.p-10 {
  margin: 30px;
}

.box-1 {
  border: solid #EAEAEB 1px;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.box-1 img {
  position: relative;
  right: 42px;
  bottom: 30px;
}

.box-1 h3 {
  padding-top: 20px;
  padding-bottom: 77px;
  margin: 0px;
  font-size: 22px;
}

.heading {
  font-size: 80px;
  font-family: "Roboto Slab", serif;
  position: relative;
  bottom: 90px;
  right: 100px;
  color: #DEEDFF;
  display: inline-block;
  background-color: white;
  margin: 0px;
}

.heading1 {
  font-size: 80px;
  font-family: "Roboto Slab", serif;
  position: relative;
  bottom: 90px;
  right: 110px;
  color: #DEEDFF;
  display: inline-block;
  background-color: white;
  margin: 0px;
}

.box-2 {
  border: solid #EAEAEB 1px;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.box-2 img {
  position: relative;
  right: 42px;
  bottom: 30px;
}

.box-2 h3 {
  padding-top: 20px;
  padding-bottom: 50px;
  margin: 0px;
  font-size: 22px;
}

.box-3 {
  border: solid #EAEAEB 1px;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.box-3 img {
  position: relative;
  right: 42px;
  bottom: 30px;
}

.box-3 h3 {
  padding-top: 20px;
  padding-bottom: 50px;
  margin: 0px;
  font-size: 22px;
}

.w-80 {
  width: 80%;
}

.box-4 {
  border: solid #EAEAEB 1px;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.box-4 img {
  position: relative;
  right: 42px;
  bottom: 30px;
}

.box-4 h3 {
  padding-top: 20px;
  padding-bottom: 50px;
  margin: 0px;
  font-size: 22px;
}

.section-3 {
  background-color: #E8F2FF;
  margin-top: 120px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.section-3 h2 {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  color: #4284D8;
  padding-top: 80px;
  padding-bottom: 60px;
  margin: 0px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.end {
  background-color: #212121;
  color: white;
  padding-bottom: 80px;
}


.end li {
  list-style: none;
}

.end h3 {
  font-family: "Roboto Slab", serif;
}

.logo-end {
  padding-top: 80px;
  padding-bottom: 60px
}

@media (max-width: 1800px) {
  .container {
    max-width: 1650px;
    margin: auto;
    padding-left: 70px;
    padding-right: 70px;
  }

  .right-form h4 {
    font-size: 22px;
    color: #4284D8;
    font-family: "Roboto Slab", serif;
  }

  .btn-blue2 {
    background-color: #4284D8;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 16px;
  }

  .OR {
    font-size: 12px;
  }

 
}

@media (max-width: 1670px) {
  .container {
    max-width: 1370px;
    padding-left: 70px;
    padding-right: 70px;
  }

 .btn-blue2 {
    background-color: #4284D8;
    padding: 12px 15px;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 16px;
  }




  .right-form h4 {
    font-size: 20px;
    color: #4284D8;
    font-family: "Roboto Slab", serif;
  }

  .OR {
    font-size: 10px;
  }


  .box-1 h3 {
    padding-top: 20px;
    padding-bottom: 75px;
    margin: 0px;
    font-size: 20px;
  }

  .box-3 h3 {
    font-size: 20px;
  }

  .box-4 h3 {
    font-size: 20px;
  }

  .box-2 h3 {
    font-size: 20px;
  }

  .heading1 {
    font-size: 80px;
  }

  .heading {
    font-size: 80px;
  }

 

  .hero-secajoin {
    background-image: url(https://www.crowdlandia.com/images/donatecash2.jpg);
    background-position: center center;
  }

}


@media (max-width: 1440px) {
  .container {
    max-width: 1320px;
  }


  .hero-secajoin {
    background-image: url(https://www.crowdlandia.com/images/donatecash2.jpg);
    background-position: center center;
  }

  

  .OR {
    display: none;
  }

 

  .btn-blue2 {
    padding: 12px 10px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }

       .hero-sec .back-img {
    background-size: 110% auto !important; /* enlarge only for desktop */
    background-position: center center !important;
  }

  .btn-blue2 {
    background-color: #4284D8;
    padding: 12px 60px;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 16px;
  }

  .OR {
    display: none;
  }

}

@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
 .hero-sec .back-img img {
    width: 100%;       /* enlarge 10% beyond its column */
    max-width: none;   /* don’t restrict */
    margin-left: -5%;  /* recenters image since it spills out */
    height: auto;      /* keeps proportions */
  }

}

 

/* Mobile landscape (width between 576px and 991px but landscape orientation) */
@media (min-width: 576px) and (max-width: 991px) and (orientation: landscape) {
  .hero-sec img {
    transform: scale(1.15);   /* 15% larger */
  }
}

@media (max-width: 767px) {}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}


/* Desktop */
@media (min-width: 769px) {
  .btn-blue3 {
    max-width: 420px;   /* desktop wider */
    font-size: 16px;
    padding: 14px 32px;
  }

  .hero-sec img {
    max-width: 100%;   /* fill column */
    max-height: 400px; /* larger but not overwhelming */
  }
}


@media (max-width: 431px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-md-6 {
    width: 100%;
  }

  .form .row1 {
    flex-wrap: wrap;
  }

  .box-1 img {
    right: 30px;
  }

  .right-form {
    margin-top: 40px;
    position: initial;
    border: solid 1px #EAEAEB;
    padding: 12px 16px 20px 16px;
    margin-bottom: 40px;
  }

  .video-container {
    width: 350px;
    height: 190px;
  }

  .section-3 {
    padding-bottom: 20px;
  }

  .video-container {
    margin-top: 10px;
  }

  .btn-white {
    font-size: 12px;
    padding: 6px 17px;
    margin-top: 40px;
  }

  .btn-blue2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }



  .right-form h4 {
    font-size: 18px;
  }



  .hero-secajoin {
    text-align: center;
    background-image: url(https://www.crowdlandia.com/images/donatecash2.jpg);
    background-size: 95% 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .link {
    width: 100%;
    font-size: 12px;
  }

  .hero-sec span {
    display: none;
  }

  .hero-secajoin span {
    display: none;
  }

  .hero-sec h1 {
    font-size: 40px;
  }

  .hero-secajoin h1 {
    font-size: 40px;
  }

  .btn-blue {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 12px 21px;
    margin-top: 28px;
  }

  .hero-sec .col-5 {
    width: 100%;
  }

  .hero-secajoin .col-5 {
    width: 100%;
  }

  .heading1 {
    right: 80px;
  }

  .heading {
    right: 80px;
  }

  .section-1 {
    margin-top: 30px;
  }

  .section-1 h2 {
    font-size: 30px;
    padding: 20px;
  }

  .section-2 h2 {
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 28px;
  }

  .section-3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-3 h2 {
    font-size: 30px;
  }

  .section-3 .col-2 {
    width: 100%;
  }

  .section-2 {
    justify-content: center;
  }

  .section-2 .col-3 {
    width: 100%;
  }

  .section-2 .row1 {
    flex-direction: column;
  }

  .end ul {
    padding: 0px;
  }

  .OR {
    font-size: 8px;
  }

  .end {
    text-align: center;
  }

  .end .col-1 {
    width: 100%;
  }

  .end .col-3 {
    width: 100%;
  }

  .end .col-4 {
    width: 100%;
  }

  .end .col-2 {
    width: 100%;
  }

  .p1 {
    padding-bottom: 20px;
    border-bottom: solid 1px #4D4D4D;
  }

  .p2 {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #4D4D4D;
  }

  .p3 {
    padding-top: 20px;
  }
}

@media (max-width: 391px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-container {
    width: 310px;
    height: 175px;
  }

  .section-1 {
    margin-top: 30px;
  }
}

@media (max-width: 375px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-md-6 {
    width: 100%;
  }

  .form .row1 {
    flex-wrap: wrap;
  }

  .box-1 img {
    right: 30px;
  }

  .right-form {
    margin-top: 40px;
    border: solid 1px #EAEAEB;
    padding: 12px 16px 20px 16px;
  }

  .btn-white {
    font-size: 12px;
    padding: 6px 17px;
    margin-top: 40px;
  }

  .video-container {
    width: 295px;
    height: 166px;
  }

  .btn-blue2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }




  .hero-secajoin {
    text-align: center;
    background-image: url(https://www.crowdlandia.com/images/donatecash2.jpg);
    background-position: top;
    background-repeat: no-repeat;
  }
  

  .link {
    width: 100%;
    font-size: 12px;
  }

  .hero-sec span {
    display: none;
  }

  .hero-sec h1 {
    font-size: 40px;
  }


  .hero-secajoin span {
    display: none;
  }

  .hero-secajoin h1 {
    font-size: 40px;
  }


  .btn-blue {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 12px 21px;
    margin-top: 28px;
  }

  .hero-sec .col-5 {
    width: 100%;
  }

  .hero-secajoin .col-5 {
    width: 100%;
  }

  .heading1 {
    right: 80px;
  }

  .heading {
    right: 80px;
  }

  .section-1 {
    margin-top: 30px;
  }

  .section-1 h2 {
    font-size: 30px;
    padding: 10px;
  }

  .section-2 h2 {
    font-size: 30px;
  }

  .section-3 h2 {
    font-size: 30px;
  }

  .section-3 .col-2 {
    width: 100%;
  }

  .section-2 {
    justify-content: center;
  }

  .section-2 .col-3 {
    width: 100%;
  }

  .section-2 .row1 {
    flex-direction: column;
  }

  .end ul {
    padding: 0px;
  }

  .OR {
    font-size: 8px;
  }

  .end {
    text-align: center;
  }

  .end .col-1 {
    width: 100%;
  }

  .end .col-3 {
    width: 100%;
  }

  .end .col-4 {
    width: 100%;
  }

  .end .col-2 {
    width: 100%;
  }

  .p1 {
    padding-bottom: 20px;
    border-bottom: solid 1px #4D4D4D;
  }

  .p2 {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #4D4D4D;
  }

  .p3 {
    padding-top: 20px;
  }
}