/* styles begin */

html,
body {
  font-family: "Neue Haas Grotesk Bloomberg";
  direction: rtl;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
}

.show-on-mobile-frequency {
  display: none !important;
}

.section-shows-container {
  display: flex;
  flex-direction: column;
}

.section-show-header {
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  font-family: "Neue Haas Grotesk Bloomberg";
  font-size: 40px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;
}

.more-shows {
  margin: 12px 0;
  display: flex;
  flex-direction: row;
  /* overflow-x: auto; */
  width: 100%;
}

.more-shows img {
  height: 599px;
  /* margin-left: -50px; */
}

.section-header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.show-header1 {
  height: 42px;
}

.show-on-desktop-frequency {
  display: flex !important;
  padding: 0px !important;
  margin-right: 82px;
  margin-top: 33px;
}

.customH1 {
  color: #f8f8f8;
  margin: 0 0 -1px 0;
  overflow: hidden;
  height: 1px;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.container-background {
  background-image: url("../assets/images/desktop-background.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container-fluid {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  max-width: 2060px;
  margin: 0 auto;
}

.section-banner-container {
  width: 60%;
}

.section-banner-content-container {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 8% 0 6%;
  padding-left: 25px;
}

.section-1 {
  display: flex;
  flex-direction: row;
  background-image: url("../assets/images/section-1-desktop.webp");
  background-repeat: no-repeat;
  background-size: contain;
  height: 638px;
}

.logo-container {
  width: 322px;
  height: 120px;
  margin-bottom: 36px;
}

.logo {
  /* background-image: url("../assets/images/asharq-discover-logo.svg");
  background-repeat: no-repeat; */
  /* background-size: 100%; */
  background-size: contain;
  width: 100%;
  height: 100%;
}

.header-text-container {
  margin-bottom: 16px;
}

.header-text-container span {
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  text-align: right;
  line-height: 72px;
}

.banner-description {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: right;
  line-height: 28px;
  margin-bottom: 10px;
}

.counter-header {
  min-height: 72px;
  display: flex;
  align-items: center;
}

.counter-header span {
  opacity: 1;
  color: rgba(237, 216, 49, 1);
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  text-align: right;
  line-height: 72px;
}

.show-on-desktop {
  display: block;
}

.show-on-mobile {
  display: none;
}

.show-on-desktop-flex {
  display: flex;
}

.show-on-mobile-flex {
  display: none;
}

.counter-container {
  display: flex;
}
.counter-text-container {
  background-color: #edd831;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.counter-text {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  /* margin-bottom: 10px; */
}

.counter-text span {
  height: 40px;
}

.duration {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  height: 21px !important;
}

.watch-live-container {
  min-height: 74px;
  border-radius: 37px;
  background-color: rgba(237, 216, 49, 1);
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}

.section-2 {
  padding: 5% 8%;
  display: flex;
  flex-direction: row;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.section-2-text-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 82px;
}

.section-2-video-container {
  width: 50%;
}
.section-2-video-container video {
  object-fit: cover;
}

.section-2-video-container-mobile {
  display: none;
}

.section-2-header {
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  line-height: 36px;
  color: #edd831;
}

.section-2-subheader h2 {
  opacity: 1;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  line-height: 56px;
}

.section-2-description {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-top: 24px;
}

.section-2-description p {
  margin-bottom: 40px;
}

.section-3-frequency {
  display: flex;
  padding: 5% 8%;
  flex-direction: column;
}

.section-3-header h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  line-height: 56px;
}
.section-3-container {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
}
.section-3-text-container {
  /* width: 45%;
  margin: 0 0 0 auto; */
  width: 50%;
  margin-left: 82px;
}

.section-3-text-container:nth-child(2) {
  margin: 0;
}

.frequency-header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.frequency-header-title {
  color: rgba(255, 227, 0, 1);
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
.frequecy-header-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

.frequency-content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.frequency-content {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  margin: 20px 0;
}

.frequency-content-header {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

.frequency-content-text {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}

.section-4-social-media {
  display: flex;
  padding: 30px 146px 64px;
  background-color: rgba(216, 216, 216, 0.09);
  flex-direction: column;
}

.section-4-header h2 {
  opacity: 1;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 48px;
  width: 100%;
}

.section-4-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 32px auto 0;
  justify-content: center;
  align-items: center;
  gap: 28px 64px;
  max-width: 1300px;
}

.section-4-icons a {
  direction: ltr;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 50px 30px 0; */
}

.section-4-icons .social-handle-text {
  font-family: "Neue Haas Grotesk Bloomberg";
  margin: 0 16px 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
/* .section-4-icons a {
  min-width: 275px;
} */

.section-5-banner {
  display: flex;
  padding: 0 8%;
  flex-direction: column;
}

.desktop-show-banner {
  width: calc(50% + 30px);
  max-width: 682px;
}

.desktop-show-banner:nth-child(1) {
  margin-left: -50px;
  max-width: 687px;
}

.mobile-show-banner-container {
  display: none;
}

.more-shows .carosel-animation {
  animation-direction: reverse;
  animation-duration: 25s;
}

.carosel-animation {
  animation: scroll 45s linear infinite;
}

.section-shows {
  display: flex;
  overflow: hidden;
}

/* carousel */

.carosel_wrapper {
  display: flex;
  width: auto;
}

.carosel_wrapper img {
  width: auto;
  height: 540px;
}

.carosel_wrapper ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.carosel_wrapper ul li {
  width: 100%;
  margin-left: -50px;
}

.carosel_wrapper div {
  width: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.section-6 {
  display: flex;
  flex-direction: column;
  padding: 5% 15%;
}

.section-6-logo-container {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-6-logo-container img {
  width: 400px;
  height: 150px;
}

.section-6-header {
  width: 100%;
  display: flex;
  margin-top: 80px;
  opacity: 1;
  justify-content: center;
  align-items: center;
}

.section-6-header h2 {
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 56px;
  color: rgb(237, 216, 49);
}

.section-6-description {
  display: flex;
  margin: 40px 10px;
  flex-direction: column;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 28px;
  justify-content: center;
  align-items: center;
}

.section-6-description p {
  max-width: 680px;
}

.footer {
  margin: 35px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  flex-direction: column;
}

.footer p {
  margin: 0;
  line-height: 28px;
}

.desktop-show-banner-container {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

.desktop-show-banner-wrapper {
  display: flex;
  flex-direction: row;
}

.coming-soon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 24px;
}

.coming-soon-text {
  opacity: 1;
  color: rgba(237, 216, 49, 1);
  font-size: 48px;
  font-weight: 900;
  font-style: normal;
  text-align: right;
  line-height: 70px;
  margin: 0 21px;
}

.divider {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.111041);
  height: 7px;
  width: 10%;
}

.launching-text {
  font-size: 36px;
  color: #edd831;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Medium device */

@media only screen and (min-width: 864px) and (max-width: 1366px) {
  .show-on-desktop-frequency {
    padding: 0px !important;
    margin-right: 0px;
    margin-top: 0px;
  }

  .show-on-tablet-flex {
    display: flex;
  }
  .header-text-container {
    margin-bottom: 0px;
  }
  .logo-container {
    margin-bottom: 0px;
  }
  .carosel_wrapper img {
    height: 362px;
  }
  .carosel_wrapper ul li {
    margin-left: -30px;
  }

  .desktop-show-banner:nth-child(1),
  .desktop-show-banner {
    margin-left: -34px;
    max-width: 630px;
  }
  .logo {
    width: 250px;
  }
  .section-1 {
    /* background-size: 100% 100%; */
    height: 600px;
    background-image: url("../assets/images/section-1-tablet.webp");
  }
  .section-4-social-media {
    padding: 40px;
  }

  .launching-text {
    font-size: 20px;
  }
  .coming-soon-text {
    font-size: 26px;
  }
  .counter-text-container {
    margin-left: 5px;
  }
  .section-3-frequency {
    padding: 5% 4%;
  }

  .section-5-banner {
    padding: 0 4%;
  }
  .section-2 {
    padding: 5% 4%;
    flex-direction: column;
  }
  .section-2-text-container {
    width: 100%;
    margin-left: 0px;
  }
  .section-2-video-container {
    width: 100%;
  }
  .section-banner-content-container {
    margin: 0 4%;
    height: 640px;
    width: 35%;
    padding-left: 0px;
  }
  .section-6-logo-container img {
    width: 250px;
  }
  .section-6-header {
    margin-top: 20px;
  }
  .section-6-description {
    margin: 40px 0px;
  }
  .section-4-icons {
    margin: 12px 0 0;
    gap: 16px 20px;
  }
  .section-4-icons a {
    margin-top: 20px;
  }

  .more-shows img {
    height: 560px;
  }

  /* .show-on-desktop-flex {
    display: none;
  } */

  /* .show-on-mobile-flex {
    display: flex;
  } */

  .show-on-mobile-flex .carosel_wrapper ul li {
    margin-left: 24px;
  }

  .desktop-show-banner-container {
    margin: 0;
  }
}

@media only screen and (min-width: 864px) and (max-width: 1024px) {
  .desktop-show-banner:nth-child(1),
  .desktop-show-banner {
    margin-left: -34px;
    max-width: 482px;
  }

  .show-on-desktop-flex {
    display: flex;
  }

  .show-on-mobile-flex {
    display: none;
  }

  .more-shows img {
    height: 420px;
    /* margin-left: -34px; */
  }
}

/* Mobile css */

@media only screen and (max-width: 863px) {
  .footer p {
    font-size: 12px !important;
    line-height: 20px;
  }
  p {
    font-size: 16px !important;
  }
  .logo {
    width: 174px;
  }
  .container-background {
    background-image: url("../assets/images/mobile-background.webp");
  }

  .launching-text {
    font-size: 20px;
  }

  .section-banner-container {
    width: 100%;
    height: 300px;
  }
  .section-banner-content-container {
    width: 100%;
    margin: 0;
    align-items: center;
    padding-left: 0px;
    justify-content: flex-end;
    padding-bottom: 50px;

    /* position: relative;
    top: 100px; */
  }
  .section-1 {
    flex-direction: column-reverse;
    background-image: url("../assets/images/section-1-mobile.webp");
    /* background-size: 100%; */
    background-size: contain;
    background-position: top;
    height: 640px;
  }
  .logo-container {
    width: 236px;
    height: 88px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-text-container span {
    opacity: 1;
    font-size: 32px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 48px;
  }
  .header-text-container {
    margin: 0 0 0px 10px;
  }

  .banner-description {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 20px;
    padding: 0 25px;
    margin-bottom: 24px;
    margin-top: 13px;
  }

  .banner-description p {
    margin-bottom: 0px;
    font-size: 16px !important;
    line-height: 24px;
  }
  .counter-header {
    min-height: 34px;
    margin-bottom: 0px;
  }
  .show-on-desktop {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
  .watch-live-container {
    width: 90%;
    margin: 0 25px;
    min-height: 62px;
  }
  .counter-text-container {
    margin-left: 10px;
    width: 60px;
    height: 60px;
  }

  .section-5-banner {
    padding: 0;
  }
  .section-2 {
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
  }
  .section-2-header {
    text-align: center;
  }
  .section-2-subheader h2 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 20px;
    line-height: 40px;
  }
  .section-2-text-container {
    width: 100%;
    margin-left: 0px;
  }
  .section-2-video-container {
    width: 100%;
  }
  .section-2-description {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .section-2-description p {
    margin-bottom: 30px;
  }
  .section-2-video-container-mobile {
    display: block;
  }
  .section-3-frequency {
    padding: 40px 25px;
  }
  .section-3-header h2 {
    font-size: 28px;
    font-weight: 900;
    font-style: normal;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .section-3-container {
    flex-direction: column;
  }
  .section-3-text-container {
    width: 100%;
    margin: 0;
  }
  .frequency-header-title {
    color: rgba(255, 227, 0, 1);
    font-size: 20px;
  }
  .frequecy-header-subtitle {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: right;
  }
  .frequency-content-header {
    font-size: 12px;
  }
  .frequency-content-text {
    font-size: 14px;
  }
  .section-4-social-media {
    padding: 40px 25px;
  }
  .section-4-header h2 {
    opacity: 1;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 36px;
  }

  .section-4-icons {
    margin: 22px 0 0;
    gap: 16px 20px;
  }

  .section-4-icons .social-handle-text {
    font-size: 12px;
  }

  .section-4-icons img {
    width: 12px;
  }
  .section-4-icons a {
    margin: 0;
    border-radius: 30.5px;
    border: 1px solid rgba(255, 255, 255, 0.24634);
    padding: 9px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-show-banner-container {
    display: flex;
    flex-direction: column;
  }

  .mobile-show-banner-container img {
    margin-bottom: 8px;
    width: 100%;
  }

  .section-6 {
    padding: 80px 20px;
  }
  .section-6-logo-container img {
    width: 236px;
    height: 88px;
  }
  .section-6-header {
    margin-top: 40px;
    opacity: 1;
  }

  .section-6-header h2 {
    font-size: 28px;
  }
  .section-6-description {
    margin: 20px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .carosel_wrapper img {
    height: 362px !important;
    display: block;
  }
  .carosel_wrapper ul li {
    margin-left: -30px;
  }
  .counter-text {
    font-size: 28px;
  }
  .counter-text span {
    height: 30px;
  }
  .duration {
    font-size: 12px;
  }
  .coming-soon-text {
    font-size: 30px;
    line-height: 48px;
  }
  .coming-soon-container {
    padding: 0 25px;
    width: 100%;
  }
  .divider {
    height: 4px;
  }
  .show-on-mobile-frequency {
    display: flex !important;
  }

  .show-on-desktop-frequency {
    display: none !important;
  }

  .show-header1 {
    height: 34px;
  }

  .more-shows {
    margin: 0;
    transform: none;
    overflow-x: unset;
  }

  .more-shows img {
    height: 460px;
    width: auto;
    margin-left: 0;
  }

  .show-on-desktop-flex {
    display: none;
  }

  .show-on-mobile-flex {
    display: flex;
  }

  .section-show-header {
    font-size: 28px;
    line-height: 40px;
    padding: 0 35px;
  }
}

@media only screen and (max-width: 370px) {
  /* .section-banner-content-container {
    top: 75px;
  } */
  .section-1 {
    height: 575px;
  }

  .section-4-icons a {
    padding: 9px 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 863px) {
  .section-1 {
    background-size: 100%;
  }
}

@media only screen and (min-width: 2060px) {
  .section-1 {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

/* styles ends */
