.newsl-report {

display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  /* padding: 20px 50px 50px 50px; */


}


.newsl-report a {
color: #FFC83B;
  padding: 15px 5px;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

.newsl-report button {
    margin-right:30px;
    margin-right:30px;
  background-color: #CC6328;
  border-radius: 0.6rem;
  color: #FFC83B;
  padding: 18px 70px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #CC6328;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 5px 10px 10px 0 #888888;
  font-size: 16px;
}
.newsl-report button:hover {
    background: #ffffff;
    color: #CC6328;
    box-shadow: 5px 10px 14px 0 #505050;
    transform: translate(10px, 5px);
}
.community {
    text-align: center;
    width: 100%;
    min-height: max-content;
}
.community .hrLine {
    /* background-color: #FFC83B; */
    border:none;
    border-top: 10px dotted #FFC83B;
    

}
.community > div.top, div.mid, div.bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top:20px;

}

.intro {
    /* width: 60%; */
    font-family: 'Quicksand', sans-serif;
    align-content: center;
    margin: 5%;
    left:10%;
    right:10%;

}
.community h2 {
    color:#CC6328;
    text-align: left;
    font-size:2.5em;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 4px;

}

.community p {
    color:#CC6328;
    font-family: 'Quicksand', sans-serif;
    /* margin:2%; */
text-align: left;

}
.community button {
    flex-basis: calc(33.33% - 20px);
    margin:10px;
    padding: 5px;
    font-size:16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 3rem;
    display:flex;
    align-items: center;
    text-align:center;
    justify-content: space-around;
    color:#fff;
    white-space: nowrap;
    
}
.community button:hover {
    background-color: #f0eee7;
    color: #CC6328;
    border: 1px solid #212153;
}

.community button img {
    margin-right:15px;
}

.community button a{
    color:#fff;
    align-items: center;
    text-decoration: none;
    justify-content: space-around;

}


/* .top {
    width:90%
} */

.tengeza  {
    background-color: #CC6328;
    /* width:40%; */

}

.volunteer  {
    background-color: #2d2833;
    /* width:40%; */
    gap: 5px;

}

/* .mid {
    width:80%;
} */
.invest  {
    background-color: #C4233C;
    /* width:35%; */

}

.academy  {
    background-color: #00A5A2;
    gap: 5px;
}

.bottom {
    width:95%;
}
.donate  {
    background-color: #FFC83B;
    width:20%;
}

.team {
    background-color: #212153;
    gap: 5px;
}

.community button i {
    transform: rotate(310deg);
    color: #FFC83B;
    margin:15px;
}

.community .donate i {
    color:#2d2833;
}

.community a {
    text-decoration: none;
  }

.partnersMainContainer{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* position:relative; */
}
.partner-container {
    margin-top: 20px;
    white-space: nowrap;
    animation: scrollPartners 45s linear infinite;
    display: flex;
    gap:0;
}

div#slider div.swiper-slide {
    position: relative;
    margin-bottom: 10%;
  }

.upper a {
    text-decoration: none;
}

div#slider div.swiper-slide div.text-btm-slider div.aaa a.headP h2{
    text-decoration: none;
}

.partner {
    display: inline-block;
    width:120px;
    height:120px;
    object-fit:contain;
    padding:20px;
    filter: grayscale(95%);
}

@keyframes scrollPartners {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);

    }
}

/*CAROUSEL*/
.carousel-container {
    position: relative;
    width:100%;
    /* max-width:800px; */
    /* overflow:hidden; */
    min-height: max-content;
    margin: 25px;
    display: flex; 
    /* flex-direction:column; */
    align-items:center; 
 
}

.carousel-items {
    width: 95%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px #2d2833;
    /* margin-left:45px;
display:flex; */
transition:transform 0.5s ease;    

}

.carousel-item {
    flex:0 0 100%;
    display:flex;
    flex-direction:column-reverse;
    text-align:center;
    position:relative;
    opacity: 1;
}
.carousel-items .carousel-item{
    width: 100%;
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: none;
} 
.carousel-items .carousel-item.hide1{
    display: none;
}
.carousel-items .carousel-item.show{
    display: flex;
    
}
/* .carousel-items .carousel-item:nth-child(1){
    display: flex;
} */
.carousel-items .carousel-item img{
    object-fit: cover;
    width:100%;
}

.carousel-items .carousel-item p {
    text-align: left;
}
/* Style for the title and description */
.carousel-text {
    /*background: rgba(255, 200, 59, 0.8);*/
    background: #ffc83b;
    color: #CC6328;
    padding: 15px;
    width: 100%;
    text-align:justify;
    display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  min-height: 130px;
}
.carousel-text h2 {
    color:#CC6328;
    font-size: 18px;
    
}

.imageC {
    width:30px;
    margin-right:5px;
    justify-content: space-evenly;
}



.thumbnail-container {
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:10px;
    margin:5px;
    /* width:5%; */
}
.thumbnail {
    display: block;
    margin: 5px 0;
    cursor: pointer;
    width:50px;
    height:50px;
    background: #999999;
    padding:3px;
    margin:3px 5px 5px auto;
    border-radius: 3px;
    box-shadow: 2px 2px #2d2833;
}

.thumbnail:hover {
    background-color: #FFC83B;
}
.thumbnail- {
    margin-right: 20px;
}
.thumbnail:nth-child(1){
    margin-top: 0;
}

.prev-button,
.next-button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}
/*Partner Marquee*/
.partner-marquee {
    overflow: hidden;
    padding:20px;
}


/*Apply*/
.applyContainer {
align-content: center;
background-color: #fff;
}
.applybottom{
    align-items: center;
    width: 100%;
    background-color: #ffc83b;
    /* height:30vh; */
    justify-content: center;
    display:flex;
    flex-wrap: wrap;
}

.applybottom button,.applycountry button  {
    padding:15px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: .2em;
    font-weight:600;
    margin: 30px;
    border: 2px solid #000;
    border-radius:50px;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    width:300px;
    justify-content: space-around;
    background-color: #fff;
    text-align:center;
    align-items: center;
    display: flex;
    
}

.applymain {
    width:100%;
}

/* .applyleft {
    width:70%;
   
} */

/* .applyright {
    width:30%;
} */

.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
    div {
      width: 150px;
      margin: 0 1.5rem 1.5rem 0;
      display: inline-block;
      width: 100%;
      /* border: solid 2px black; */
      padding: 5px;
      box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
      border-radius: 5px;
      transition: all .25s ease-in-out;
      &:hover img {
        filter: grayscale(0);
      }
      &:hover {
        border-color: coral;
      }
      img {
        width: 100%;
        filter: grayscale(30%);
        border-radius: 5px;
        transition: all .25s ease-in-out;
      }
      p {
        margin: 5px 0;
        padding: 0;
        text-align: center;
        font-style: italic;
      }
    }
  }
  
  /*DONATE*/

  div.rightdonate img {object-fit: contain;} 

  
/* .applybutton div{
    width:33%;
} */




@media screen and (max-width: 768px){
.community .tengeza {
    flex-basis:80%;
    text-decoration: none;
}
.community .volunteer {
    flex-basis:75%;
}

.community .invest {
  flex-basis: 70%; 
}

.community .academy {
    flex-basis:85%;
}

.community .donate  {
    flex-basis:50%;
    height: auto !important;
    background-color: #FFC83B !important;
}
.community .team {
    flex-basis:65%;
    height: auto;
}
}


@media screen and (min-width:768px) {
    .applybottom button,
    .applycountry button {
        width:350px;
        margin:10px;
    }
}

@media screen and (max-width:767px){
    .applybottom button,
    .applycountry button {
        width:100%;
    }
}

@media screen and (max-width:720px){
    .grid-container {
        display:none;
    }
}