.text-cherry {
  color: #760a91;
}
.title-primary {
  margin-bottom: 15px;
}
.title-primary h3 {
  font-size: 28px;
  line-height: 32px;
  color: var(--black);
  font-family: 'Indivisible-SemiBold';
  padding-bottom: 0px;
  background: #FF7E3D;
  background: linear-gradient(90deg, rgba(255, 126, 61, 1) 20%, rgba(255, 126, 61, 0) 100%);
  padding: 10px 12px 8px;
  border-radius: 6px;
  /* height: 45px; */
  display: inline-block;
  /* min-width:45%; */
}
.winner-detail {
  padding-bottom: 18px;
  border-bottom: 1px solid #868686;
}
.winner-detail h3 {
  font-size: 20px;
  font-family: 'Indivisible-Bold';
  line-height: 24px;
  color: var(--black);
  padding-bottom: 10px;
}
.winner-detail p {
  font-size: 18px;
  font-family: 'Indivisible-Regular';
  line-height: 22px;
  color: var(--black);
}
.full-info {
  padding: 10px 0 0;
}
.full-info a {
  font-size: 18px;
  font-family: 'Indivisible-SemiBold';
  line-height: 22px;
  color: #ff8140 !important;
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.stage {
  background: url('../images/stage-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.first-para {
  font-size: 48px;
  line-height: 52px;
  font-family: 'Indivisible-Regular';
  color: var(--black);
}
.stage-gradiant span {
  font-size: 62px;
  line-height: 62px;
  font-family: 'Indivisible-SemiBold';
  color: #1172d4;
  position: relative;
  z-index: 1;
}
.stage-gradiant:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 160px);
  height: 100%;
  background: url('../images/stage-gradiant.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.first-para, .stage-gradiant {
  padding-left: 60px;
  padding-right: 20px;
}
.stage-man-img {
  position: relative;
  z-index: 1;
}
.stage-right p {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Indivisible-Medium';
  color: var(--black);
}
.modal-content {
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.modal-body .btn-close {
  float: right;
}
.modal-body .modal-body-inner {
  margin: 30px;
  border-bottom: 1px solid #FF7E3D;
  padding-bottom: 15px;
}
.modal-backdrop {
  background-color: rgba(255, 251, 246, 0.5);
}
/*TAB*/
.award-edition-tab .nav-pills {
  border-bottom: 1px solid #868686;
  padding-bottom: 10px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.award-edition-tab .nav-pills .nav-item {
  margin-right: 15px;
}
.award-edition-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #ff8140;
  background-color: #ff8140;
  color: #ffffff;
  font-family: 'Indivisible-Bold';
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.award-edition-tab .nav-pills .nav-link:hover {
  background: #ff8140;
  background-color: #ff8140;
  color: #ffffff;
}
.award-edition-tab .nav-pills .nav-link {
  font-family: 'Indivisible-Medium';
  background: #e8e8e8;
  background-color: #e8e8e8;
  color: #565656;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px;
	padding-bottom: 10px;
  /*  min-width: 150px;*/
}
.banner .banner-img > p {
  padding-top: 20px;
}
/*Media*/
@media only screen and (max-width: 1366px) {
  .first-para, .stage-gradiant {
    padding-left: 40px;
    padding-right: 10px;
  }
  .first-para {
    font-size: 42px;
    line-height: 44px;
  }
  .stage-gradiant span {
    font-size: 52px;
    line-height: 54px;
  }
  .stage-right p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .first-para, .stage-gradiant {
    padding-left: 30px;
  }
  .first-para {
    font-size: 36px;
    line-height: 40px;
  }
  .stage-gradiant span {
    font-size: 44px;
    line-height: 48px;
  }
  .stage-right p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .first-para, .stage-gradiant {
    padding-left: 25px;
  }
  .first-para {
    font-size: 32px;
    line-height: 36px;
  }
  .stage-gradiant span {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .first-para {
    font-size: 28px;
    line-height: 32px;
  }
  .stage-gradiant span {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .first-para {
    font-size: 24px;
    line-height: 28px;
  }
  .stage-gradiant span {
    font-size: 30px;
    line-height: 34px;
  }
  .stage-gradiant::before {
    width: 100%;
  }
}