/* ============================================================================================================
===============================================================================================================
                                            SHOWREEL DETAIL SECTION SOC
===============================================================================================================
============================================================================================================ */

.showreel-detail-wrapper {
  padding-top: 64px;
  padding-bottom: 120px;
}

.showreel-detail-wrapper .showreel-video-wrapper,
.showreel-detail-wrapper .showreel-video-wrapper video {
  width: 100%;
}
.showreel-detail-wrapper .showreel-video-wrapper video {
  width: 100%;
   aspect-ratio:16/9;
  object-fit: cover; border: 1px solid #ffffff4d;
  border-radius: 20px;
  overflow: hidden;
}

.showreel-content-wrapper {
  padding-top: 60px;
}

.showreel-content-title-wrapper .showreel-content-title {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}

.showreel-content-title-wrapper .showreel-content-subtitle {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
}

.showreel-content-wrapper .srd-desc {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  padding-bottom: 30px;
}

.showreel-content-wrapper .srd-desc:nth-last-child(1) {
  padding-bottom: 0;
}

@media (max-width: 1699.98px) {
  /* ============================================================================================================
===============================================================================================================
                                            SHOWREEL DETAIL SECTION SOC
===============================================================================================================
============================================================================================================ */

  .showreel-detail-wrapper {
    padding-top: 55px;
    padding-bottom: 110px;
  }

  .showreel-content-wrapper {
    padding-top: 52px;
  }

  .showreel-content-title-wrapper .showreel-content-title {
    font-size: 52px;
    line-height: 62px;
  }

  .showreel-content-title-wrapper .showreel-content-subtitle {
    font-size: 34px;
    line-height: 44px;
  }

  .showreel-content-wrapper .srd-desc {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 26px;
  }
}

@media (max-width: 1599.98px) {
  /* ============================================================================================================
===============================================================================================================
                                            SHOWREEL DETAIL SECTION SOC
===============================================================================================================
============================================================================================================ */

  .showreel-detail-wrapper {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .showreel-content-wrapper {
    padding-top: 42px;
  }

  .showreel-content-title-wrapper .showreel-content-title {
    font-size: 46px;
    line-height: 56px;
  }

  .showreel-content-title-wrapper .showreel-content-subtitle {
    font-size: 30px;
    line-height: 40px;
  }

  .showreel-content-wrapper .srd-desc {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 22px;
  }
}

@media (max-width: 1399.98px) {
  /* ============================================================================================================
===============================================================================================================
                                            SHOWREEL DETAIL SECTION SOC
===============================================================================================================
============================================================================================================ */

  .showreel-content-wrapper {
    padding-top: 36px;
  }

  .showreel-content-title-wrapper .showreel-content-title {
    font-size: 42px;
    line-height: 50px;
  }

  .showreel-content-title-wrapper .showreel-content-subtitle {
    font-size: 28px;
    line-height: 35px;
  }

  .showreel-content-wrapper .srd-desc {
    padding-bottom: 18px;
  }
}

@media (max-width: 1199.98px) {
  /* ============================================================================================================
===============================================================================================================
                                            SHOWREEL DETAIL SECTION SOC
===============================================================================================================
============================================================================================================ */

  .showreel-detail-wrapper {
    padding-bottom: 80px;
  }
  .showreel-content-wrapper {
    padding-top: 36px;
  }

  .showreel-content-title-wrapper .showreel-content-title {
    font-size: 40px;
    line-height: 44px;
  }

  .showreel-content-title-wrapper .showreel-content-subtitle {
    font-size: 26px;
    line-height: 32px;
  }

  .showreel-content-wrapper .srd-desc {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 16px;
  }
}

@media (max-width: 767px) {
  /* ============================================================================================================
===============================================================================================================
                                            SHOWREEL DETAIL SECTION SOC
===============================================================================================================
============================================================================================================ */

  .showreel-detail-wrapper {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .showreel-content-wrapper {
    padding-top: 32px;
  }

  .showreel-content-title-wrapper .showreel-content-title {
    font-size: 38px;
    line-height: 45px;
  }

  .showreel-content-title-wrapper .showreel-content-subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .showreel-content-wrapper .srd-desc {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 16px;
  }
}

@media (max-width: 575px) {
  /* ============================================================================================================
===============================================================================================================
                                            SHOWREEL DETAIL SECTION SOC
===============================================================================================================
============================================================================================================ */

  .showreel-detail-wrapper {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .showreel-content-wrapper {
    padding-top: 25px;
  }

  .showreel-content-title-wrapper .showreel-content-title {
    font-size: 30px;
    line-height: 38px;
  }

  .showreel-content-title-wrapper .showreel-content-subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .showreel-content-wrapper .srd-desc {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 14px;
  }
}
