
/* winners section */
.winners-section .title-section {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.winners-section .title-section .select-years {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 5px 10px;
}
.winners-section .title-section .select-years label {
  color: #34346b;
  margin: 0 10px;
  font-weight: bold;
  font-size: 16px;
}

.winners-section .title-section .select-years #select-year {
  border: none;
  padding: 5px 10px;
  outline: none;
}
.select-years option:hover {
  background: #34346b !important;
  color: #fff;
}
.select-years option:checked {
  background: #34346b;
  color: #fff;
}

.winners-section h1 {
  margin-top: 72px;
  margin-bottom: 32px;
  color: #34346b;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
    .winners-section h1 {
        font-size: 24px;
    }

    .winners-tab {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

.winners-tab .nav-item .nav-link {
  margin: 8px;
  padding: 8px;
  font-size: 24px;
  color: #2A206A;
  background: rgba(124, 50, 201, 0.10);
  border: 0px;
  border-radius: 8px;
}

    .winners-tab .nav-item .nav-link {
        font-size: 16px;
    }

.winners-tab .nav-item.active .nav-link,
.winners-tab .nav-item .nav-link.active {
  color: #fff;
  background: #00ABAF;
}

.winners-tab .nav-item .nav-link:focus {
  outline: 0px;
}

/* .winner-slider-card */
.winner-slider-card {
  height: 448px;
  margin-top: 36px;
  margin-bottom: 15px;
  padding: 0px;
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  box-shadow: 0px 0.783px 23.493px 0px rgba(213, 219, 222, 0.40);
}

.winner-videos .winner-slider-card {
    height: 270px;
}

.winner-slider-card .title {
  height: 80px;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #00ABAF;
  text-align: center;
  padding: 0px 16px;
  padding-bottom: 0px;
}

.winner-slider-card .winner-image {
  height: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  /* background: rgba(239, 239, 240, 0.30); */
}

.winner-slider-card .winner-image img:first-of-type {
  width: auto;
  height: 180px;
  margin: auto;
}

.winner-slider-card .winner-image .tag-title {
  min-width: 102px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 8px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #7C32C9;
  border-radius: 8px;
}

.winner-slider-card .winner-image .qiyas-tag {
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
}

.winner-slider-card .winner-information {
  padding: 5px;
  margin: 0px 16px;
  margin-top: 30px;
}

.winner-slider-card .winner-information span {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  color: #2A206A;
}

.winner-slider-card .winner-information .name {
  font-size: 16px;
  font-weight: bold;
  color: #2A206A;
}

.tab-content > .tab-pane { 
  display: block !important;
  height: 0px;
  overflow: hidden;
}

.tab-content>.active { 
  height: auto;
}

.winners-group-slick .slick-slide {
  margin: 0 6px;
}

.winners-group-slick .slick-list {
  margin: 0 -6px;
}

@media (max-width: 768px) {
  .winners-section h1 {
    font-size: 30px;
  }

  .winners-section .title-section {
    display: block;
  }

  .winners-section .title-section .select-years {
    margin-bottom: 20px;
  }
  
  .winners-tab .nav-item .nav-link {
    font-size: 16px;
  }
  
  .winner-slider-card .winner-image {
    height: 220px;
  }

  .winner-slider-card .title {
    font-size: 20px;
    height: 60px;
   }

   .winner-slider-card {
    min-height: 460px;
   }

   .winner-slider-card .winner-image img:first-of-type {
    width: auto;
    height: 100%;
    margin: auto;
  }
}
/* end winners section */

.slick-track {
  margin-bottom: 30px;
}
.slick-dots li button:before {
  content: '' !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 15px;
  background: #757575;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  background: #7C32C9;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    position: initial;
  }
}

.goals-section h1 {
  color: #34346b;
}