/* banner */
.banner-container {
  background: url("main-banner.png");
  /* height: 50rem; */
  height: auto;
  padding: 2rem 0;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover !important;
  /* background-position: center !important; */
  background-position-x:center ;
  background-repeat: no-repeat !important;
  /* margin-top: 4.97569125rem; */
}
.banner-container * {
  color: #fff;
}
.banner-container .scroll-down {
  position: absolute;
  bottom: 1rem;
  right: calc(50% - 1rem);
  display: block;
  vertical-align: baseline;
  top: auto;
}
.banner-container h1 {
  font-size: 3.142857143rem;
  position: relative;
  /* max-width: 41.85714286rem; */
  /* margin: 0.67em 4rem; */
  margin: 0.67em 0;
  margin-top: 0;
  line-height: 3.714285714rem;
  text-transform: uppercase;
}
.banner-container h1::after {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 11.57142857rem;
  background-color: #dc6951;
  bottom: -1.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-container .content-wrapper {
  max-width: 51rem;
  text-align: center;
}
.banner-container .content-wrapper p {
  font-size: 1.642857143rem;
  margin-top: 2.85rem;
  margin-bottom: 2.5rem;
  line-height: 1.928571429rem;
}
.banner-container .counter-container * {
  font-family: "Effra-bold";
}
.banner-container .counter-container {
  /* margin-top: 2.8rem; */
  margin-top: 3.9rem;
}
.banner-container .counter-container .number {
  font-size: 3.285714285rem;
  line-height: 0.9;
}
.banner-container .counter-container .details {
  font-size: 1.214285715rem;
  text-transform: uppercase;
  height: 3.357142857rem;
}
.banner-container .counter-container .col-md-4 {
  position: relative;
  margin-bottom: 0.5rem;
}

.contribute-container {
  background-image: url(contribute.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 24.42857143rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contribute-container p {
  font-size: 1.357142857rem;
  line-height: 1.928571429rem;
  color: #fff;
  margin-bottom: 3rem;
}
.contribute-container .homepage-title {
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 2.428571429rem;
}
.partners-container {
  height: 23.35714286rem;
}
.partners-container .swiper-wrapper {
  text-align: center;
  align-items: center;
}
.partners-container .homepage-title {
  margin-bottom: 3.2rem;
}
.partners-container .partner-img {
  height: 100%;
  max-height: 5.857142857rem;
}
.partners-swiper .swiper-wrapper {
  padding-bottom: 4.5rem;
}
.partners-swiper .swiper-slide:last-child{
  margin-right: 0 !important;
}

.homepage-sponsors-wrapper{
  float: none !important;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .partners-container .swiper-wrapper {
    text-align: initial;
  }
  .partners-container .align-partners .swiper-wrapper {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .banner-container .counter-container .col-md-4:last-child::after {
    content: none;
  }
  .banner-container .counter-container .col-md-4:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    right: 0;
  }
  .banner-container {
    height: 44.92857143rem;
  }
  .banner-container .counter-container .col-md-4 {
    margin-bottom: 0rem;
  }
}
@media(min-width:1200px){
  .partners-container .partner-img {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .banner-container {
    height: 43.95rem;
  }
  .banner-container .content-wrapper {
    max-width: 53.2rem;
  }
  .banner-container h1 {
    font-size: 3.2rem;
    line-height: 3.75rem;
    /* margin: 0.67em 5rem; */
    margin: 0.67em 0;
    /* max-width: 40.7rem; */
  }
  .banner-container .content-wrapper p {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 2.9rem;
  }
  .banner-container .counter-container .number {
    font-size: 3.2em;
  }
  .banner-container .counter-container .details {
    font-size: 1.2rem;
  }
  .banner-container h1:after {
    width: 11.4rem;
  }
  .banner-container .counter-container {
    margin-top: 3.7rem;
  }
  .contribute-container {
    height: 24rem;
  }
  .contribute-container p {
    font-size: 1.4rem;
    margin-bottom: 2.8rem;
  }
  .partners-container {
    height: 23rem;
  }
}
@media (min-width: 1920px) {
  .banner-container h1::after {
    /* bottom: 1.55rem; */
  }
}
