
.poster-countdown-wrap {
  padding: 65px 80px;
  border-radius: 6px;
  background-color: #f6f7fb !important;
}
@media only screen and (max-width: 1199px) {
  .poster-countdown-wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .poster-countdown-wrap {
    text-align: center;
  }
  .poster-countdown-wrap .poster-countdown {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .poster-countdown-wrap {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .poster-countdown-wrap {
    padding: 40px 15px;
  }
}

.poster-countdown-wrap .section-title-wrapper {
  margin-bottom: 30px;
  padding-right: 0;
}
.poster-countdown-wrap .section-title-wrapper .title {
  font-size: 48px !important;
}
@media only screen and (max-width: 1199px) {
  .poster-countdown-wrap .section-title-wrapper .title {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .poster-countdown-wrap .section-title-wrapper .title {
    font-size: 28px !important;
  }
}


/*-------------------------
Countdown 
--------------------------*/
.countdown {
  display: flex;
  margin-bottom: 40px;
}
.countdown .countdown-section {
  height: 80px;
  width: 80px;
  background-color: var(--white-color);
  border-radius: 50%;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.ltr .countdown .countdown-section {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown .countdown-section {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown .countdown-section {
    height: 60px;
    width: 60px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .countdown .countdown-section {
    margin-right: 6px;
  }
}
.countdown .countdown-section:last-child {
  margin-right: 0;
}
.countdown .countdown-section:last-child:after {
  display: none;
}
.countdown .countdown-number {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown .countdown-number {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown .countdown-number {
    font-size: 18px;
  }
}
.countdown .countdown-unit {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}

.poster-countdown-thumbnail {
  text-align: center;
  position: relative;
}

.poster-countdown-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

@media only screen and (max-width: 1199px) {
  .poster-countdown-thumbnail {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .poster-countdown-thumbnail {
    margin-top: 20px;
  }
}