h6{
  margin: 0px;
}
hr{
  border:1px solid #ccc !important;
}
/* campaign status badge*/

.camp-status{
  position: absolute;
  right: 5%;
  top: 15px;
  z-index: 1;
  transform: scale(1);
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}
.camp-platform{
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.2s ease 0s;
}

.Pending> h5 > .badge, .PENDING> h5 > .badge{
  background: rgb(212, 139, 2);
  color: white;
}

.Processing> h5 > .badge, .PROCESSING> h5 > .badge{
  background:  #007BFF;
  color: white;
}

.Verified> h5 > .badge, .VERIFIED> h5 > .badge{
  background: #007BFF;
  color: white;
}

.Active> h5 > .badge, .ACTIVE> h5 > .badge{
  background: #007BFF;
  color: white;
}
.Completed> h5 > .badge, .COMPLETED> h5 > .badge{
  background: #1E7E34;
  color: white;
}
.Interested> h5 > .badge, .INTERESTED> h5 > .badge{
  background: #d48b02;
  color: white; 
}

.our-team:hover .camp-status{
  transform: scale(0);
  transition: all 0.2s ease-in-out 0s;
  pointer-events: none;
}
.our-team:hover .camp-platform{
  transform: scale(1);
  transition: all 0.2s ease-in-out 0s;
}

.our-team:hover .camp-platform i{
  pointer-events: none;
}
.our-team .camp-views{
  position: absolute;
  top: 5%;
  left: 5%;
  transform: scale(0);
  transition: all 0.2s ease-in-out 0s;
}

.our-team:hover .camp-views{
  transform: scale(1);
  transition: all 0.2s ease-in-out 0s;
}

.our-team:hover .camp-views i{
  pointer-events: none;
}
.our-team {
  padding: 30px 0 10px;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 1px;
  border-radius: 10px;
  box-shadow:1px 1px 5px black;
}

.our-team .picture {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
  z-index: 0;
  position: relative;
  pointer-events: none;
}


.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.2s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  background-color: none;
  transform: scale(0);
  transition: all 0.2s ease-in-out 0s;
  pointer-events: none;
}


.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: uppercase;
}
.our-team .no-picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.our-team .no-picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 10%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.5s linear 0s;
}

.our-team:hover .no-picture::before {
  height: 100%;
}

.our-team .no-picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .no-picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.our-team:hover .no-picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  background-color: none;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
}


.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(128, 128, 128);
  position: absolute;
  bottom: -300px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: flex;
  flex-direction: column;
}
.our-team .social li h5{
  font-size: 1.2em;
}

.our-team:hover .team-content{
    transform: scale(0.7);
    transform: translateY(calc(-250% + 5vh));
    transition: all 0.5s ease 0s;
}

.our-team .nocamp-content{
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
}
.our-team .nocamp{
  position: absolute;
  top: calc(25% - 1vh);
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  pointer-events: none;
}
.our-team:hover .nocamp{
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  pointer-events: all;
}
.our-team:hover .nocamp-content{
  transform: scale(0);
  transition: all 0.5s ease 0s;
}

a.button4{
  display:inline-block;
  padding:0.3em 1.2em;
  margin:0 0.1em 0.1em 0;
  border:0.16em solid rgba(255,255,255,1);
  border-radius:2em;
  box-sizing: border-box;
  text-decoration:none;
  font-family:'Roboto',sans-serif;
  font-weight:300;
  color:#FFFFFF;
  text-align:center;
  transition: all 0.2s;
  }
  a.button4:hover{
    border-color: rgb(196, 196, 196);
  }
  a.active{
    border-width: 0.16em;
    border-color: #666666;
  }
  a.inactive{
    pointer-events: none;
    cursor: not-allowed;
  }
  @media all and (max-width: 30em){
   a.button4{
    display: block;
    margin: 0.2em auto;
  } 
}
@media all and (min-width: 30em){
  .campBtn{
    margin-bottom: 5em;
  } 
}
/*Campaign Overlay*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 1);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  transition: width 0.6s ease-out;
  -webkit-transition: width 0.6s ease-out;
  -moz-transition: width 0.6s ease-in-out;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 600px){
  .sidenav{
    margin-bottom: 100px;
  }
}
/* Hide scrollbar for Chrome, Safari and Opera */
.sidenav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.sidenav {
  -ms-overflow-style: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 8%;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 999;
}
/*Campaign Star rating*/
.rating {
  margin: 0px 0px 10px 0px;
  border: none;
  cursor: pointer;
}

.rating > span {
  color: #90A0A3;
  float: right;

}

.rating > span:before {
  font-size: 1em;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f005";
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}

.rating > span.checked{
  color: #F79426;
}

.rating > span.checked + span:hover,
.rating > span:hover,
.rating > span:hover ~ span.checked,
.rating > span:hover ~ span:not(.checked){
  color: #FECE31;
}
