html {
  overflow-x: hidden;
}

:root {
  --primary_color: #e1c774;
}

body {
  background-color: #000;
  /* color: #fff; */
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 400;
}

video,
img {
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary_color);
  font-weight: 600;
  text-transform: uppercase;
}

.btn_primary {
  border-color: var(--primary_color);
  color: var(--primary_color);
  font-weight: 500;
}

.btn_primary:focus,
.btn_primary:hover {
  background-color: var(--primary_color);
  color: #fff;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mmt-10 {
  margin-top: -10px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.title_lg {
  font-size: 51px;
}

.title_md {
  font-size: 28px;
}

.vote_single {
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: all 0.6s ease;
  width: 100%;
}

.vote_single .check {
  border-radius: 50%;
  display: none;
  padding: 6px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%);
  align-items: center;
  justify-content: center;
  background-color: #198754;
  color: #fff;
  width: 60px;
  z-index: 2;
}

.vote_single .check svg,
.vote_single .check img {
  height: 100%;
  width: 100%;
}

.vote_single.voted {
  border-color: var(--primary_color);
  padding: 15px;
}

.vote_single.voted .check {
  display: inline-flex;
}

.vote_single.voted .vote_single_wrapper {
  opacity: 0.7;
}

.vote_single .vote_single_media {
  position: relative;
}

.vote_single .vote_single_media img {
  width: 100%;
}

.vote_single .vote_single_content {
  padding: 0px 20px;
  margin-top: -20px;
  z-index: 111111;
  position: relative;
  color: white;
  top: 0px;
}

.vote_single .vote_single_content h4 {
  font-size: 18px;
  color: #fff;
}

.vote_single .vote_single_content h4 small {
  font-size: 14px;
  display: block;
  color: #fff;
}

.vote_modal .btn-close {
  background-color: var(--primary_color);
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.video_single {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 200px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .video_single {
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video_single {
    height: 130px;
  }
}

.video_single a {
  display: block;
  color: #fff;
}

.video_single a span {
  display: inline-flex;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%);
  z-index: 2;
}

.video_single a span svg {
  width: 100%;
  height: 100%;
}

.video_single figure {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.video_single img {
  height: 100%;
  width: 100%;
}





.sticky_holder {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

.btn_vote {
  border: 1px solid;
  color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
}

.btn_vote::before {
  background-color: var(--primary_color);
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.9s ease;
}

.btn_vote.dim {
  opacity: 0.4;
  pointer-events: none;
}

.btn_vote.active {
  color: #000;
  border-color: var(--primary_color);
  /* background-color: var(--primary_color); */
}

.btn_vote.active::before {
  height: 100%;
}

.btn_vote span {
  display: inline-block;
  position: relative;
  z-index: 2;
}


.progress_section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.progress_section .progress {
  background-color: transparent;
}

.progress_section .progress .progress-bar {
  background-color: var(--primary_color);
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .title_lg {
    font-size: 32px;
  }

  .vote_single .check {
    height: 40px;
    top: 30%;
    width: 40px;
  }

  .vote_single .vote_single_content h4 small {
    font-size: 10px;
  }

  .vote_single .vote_single_content {
    margin-top: -5px
  }
}

@media (max-width: 575.98px) {
  .title_lg {
    font-size: 32px;
  }

  .vote_single .check {
    height: 40px;
    top: 30%;
    width: 40px;
  }

  .vote_single .vote_single_content h4 small {
    font-size: 10px;
  }

  .vote_single .vote_single_content {
    margin-top: -5px
  }
}