@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* .oem_hub_section {
    border-radius: 2.4rem;
    background: linear-gradient(83deg, #0C1018 9.33%, #1D2939 88.86%), #0F1114;
    padding: 4rem 6rem 0;
    margin: 8rem 0;
    overflow: hidden;
    position: relative;


    .title {
        .heading {
            color: var(--white, #FFF);
            margin-bottom: 2.4rem;
        }

        .text {
            color: var(--Grey-300, #D0D5DD);
            margin-bottom: 4rem;
        }
    }

    .oem_hub_content {
        display: flex;
        flex-direction: column;
        margin-top: 8rem;
        margin-bottom: 3.9rem;
        padding-right: 14rem;
        position: relative;

        .pattern_1 {
            width: 75.7rem;
            height: 40.7rem;
            flex-shrink: 0;
            border-radius: 0 0 15rem 0;
            border: 0.2rem solid #1D2939;
            overflow: hidden;
            position: absolute;
            left: -17rem;
            top: -36rem;
        }

        .pattern_2 {
            width: 94.1rem;
            height: 54.4rem;
            flex-shrink: 0;
            border-radius: 0 0 15rem 0;
            border: 0.2rem solid #1D2939;
            overflow: hidden;
            position: absolute;
            left: -19rem;
            top: -36rem;
        }

        .pattern_3 {
            width: 109.7rem;
            height: 70.5rem;
            flex-shrink: 0;
            border-radius: 0 0 15rem 0;
            border: 0.2rem solid #1D2939;
            overflow: hidden;
            position: absolute;
            left: -14rem;
            top: -38.5rem;
        }

        .--list {
            display: flex;
            width: 100%;
            margin-bottom: 4.49rem;
            position: relative;
            z-index: 1;

            &:first-child {
                width: 60rem;
                justify-content: space-between;
                padding-left: 10%;
            }

            &:nth-child(2) {
                width: 80rem;
                justify-content: space-between;
                padding-left: 30%;
            }

            &:nth-child(3) {
                width: 100rem;
                justify-content: space-between;
                padding-left: 60%;
                margin-bottom: 0;
            }
        }
    }
}

.tab_buttons {

    button {
        cursor: pointer;
        position: relative;
        padding: 0;
        background: none;
        border: 0;
        border-radius: 0.9rem;
        opacity: 0.4;

        img {
            width: 100%;
            position: relative;
            z-index: 1;
        }

        &.--mi {
            position: relative;
            top: -3rem
        }

        &.--huawei {
            position: relative;
            top: -35rem
        }

        &.--search-ads {
            position: relative;
            top: -30rem
        }

        &.active {
            opacity: 1;

        }
    }
}

.ring {
    position: absolute;
    inset: 0;
    border-radius: 0.9rem;
    background: rgba(255, 105, 0, 0.3);
    z-index: 1;
    transform: scale(1);
    opacity: 0;
    animation: ringPulse 3s infinite ease-out;
}

.ring:nth-child(1) {
    animation-delay: 0s;
}

.ring:nth-child(2) {
    animation-delay: 0.6s;
}

.ring:nth-child(3) {
    animation-delay: 1.2s;
}

.ring:nth-child(4) {
    animation-delay: 1.8s;
}

.tab_content {
    display: none;
    animation: fadeIn 0.5s ease;
    align-items: end;
    height: 100%;

    &.active {
        display: flex;
    }
}  */
.--bs-gutter-x-32 {
  --bs-gutter-x: 3.2rem;
}

.--bs-gutter-x-20 {
  --bs-gutter-x: 2rem;
}

.--bs-gutter-x-40 {
  --bs-gutter-x: 4rem;
}

.gap_8 {
  gap: 0.8rem;
}

.gap_12 {
  gap: 1.2rem;
}

.gap_16 {
  gap: 1.6rem;
}

.gap_120 {
  gap: 12rem;
}

.gap_24 {
  gap: 2.4rem;
}

.opacity-1 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.fade_in {
  opacity: 0 !important;
}

.px_40 {
  padding: 0 4rem;
}

.px_80 {
  padding: 0 8rem;
}

.mb_32 {
  margin-bottom: 3.2rem;
}

.ps_0 {
  padding-left: 0 !important;
}

.mt_lg_127 {
  margin-top: 12.7rem;
}

.w_lg_80 {
  width: 80%;
}

.p_lg_eb {
  padding-right: 0;
  padding-bottom: 0;
}

.pb_lg_60 {
  padding-bottom: 6rem;
}

.pb_lg_100 {
  padding-bottom: 10rem !important;
}

.ptb_lg_40 {
  padding: 4rem 0;
}

.pe_lg_120 {
  padding-right: 12rem;
}

.ptb_lg_90 {
  padding: 9rem 0;
}

.ptb_lg_160 {
  padding: 16rem 0;
}

.mt_20 {
  margin-top: 2rem;
}

.mt_34 {
  margin-top: 3.4rem;
}

.mt_22 {
  margin-top: 2.2rem;
}

.mt_16 {
  margin-top: 1.6rem;
}

.mt_13 {
  margin-top: 1.3rem;
}

.mb_lg_32 {
  margin-bottom: 3.2rem;
}

.mb_lg_40 {
  margin-bottom: 4rem;
}

.mt_lg_40 {
  margin-top: 4rem;
}

.mt_lg_60 {
  margin-top: 6rem;
}

.mt_lg_24 {
  margin-top: 2.4rem;
}

.mt_lg_32 {
  margin-top: 3.2rem;
}

.mt_lg_34 {
  margin-top: 3.4rem;
}

.mb_lg_24 {
  margin-bottom: 2.4rem;
}

.mb_lg_101 {
  margin-bottom: 10.1rem;
}

.mt_lg_101 {
  margin-top: 10.1rem;
}

.mt_lg_53 {
  margin-top: 5.3rem;
}

.mt_lg_50 {
  margin-top: 5rem;
}

.mt_lg_0 {
  margin-top: 0 !important;
}

.d_none_lg {
  display: none;
}

.d_block_xs {
  display: none;
}

.gutter_x_40 {
  --bs-gutter-x: 4rem;
}

.--bs-gutter-xy-24 {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
}

.gutter_y_40 {
  --bs-gutter-y: 4rem;
}

.gutter_lg_24 {
  --bs-gutter-x: 2.4rem;
}

.gutter_lg_25 {
  --bs-gutter-x: 2.5rem;
}

.gutter_lg_26 {
  --bs-gutter-x: 2.6rem;
}

.gutter_x_32 {
  --bs-gutter-x: 3.2rem;
}

.gutter_x_25 {
  --bs-gutter-x: 2.5rem;
}

.gutter_y_25 {
  --bs-gutter-y: 2.5rem;
}

.w_lg_100 {
  min-width: 100% !important;
}

.w_lg_50 {
  width: 50%;
}

.w_lg_5 {
  width: 5%;
}

.w_lg_25 {
  width: 25%;
}

.w_lg_30 {
  width: 30%;
}

.w_lg_35 {
  width: 35%;
}

.w_lg_40 {
  width: 40%;
}

.w_70 {
  width: 70%;
}

.z_index_1 {
  z-index: 1;
}

.z_index_2 {
  z-index: 2;
}

.z_index_3 {
  z-index: 3;
}

.py_section {
  padding: 9.6rem 0 13.6rem;
}

.pt_lg_80 {
  padding-top: 8rem !important;
}

.py_lg_80 {
  padding: 8rem 0;
}

.py_lg_150 {
  padding: 15rem 0;
}

.pb_lg_150 {
  padding-bottom: 15rem;
}

.py_lg_120 {
  padding: 12rem 0;
}

.mb_lg_24 {
  margin-bottom: 2.4rem !important;
}

.mb_lg_44 {
  margin-bottom: 4.4rem !important;
}

.d_lg_none {
  display: none;
}

.d_lg_none {
  display: none;
}

.text_center {
  text-align: center;
}

@keyframes ringPulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  70% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  font-size: 8px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  background: #050505;
}

*::-webkit-scrollbar {
  width: 0.7rem;
}

*::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #0F1114 0%, #344054 120.45%);
}

*::-webkit-scrollbar-thumb {
  background: #D0D5DD;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a,
button {
  transition: 0.3s ease-in;
  text-decoration: none;
}
a:hover,
button:hover {
  transition: 0.3s ease-in;
}

.btn {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
p,
span,
div {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7.4rem;
  z-index: 2;
}
header .logo {
  width: 13.7rem;
  height: 4.8rem;
  flex-shrink: 0;
}

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner .container_main {
  position: relative;
  z-index: 1;
}
.banner .--content {
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 100vh;
  position: relative;
}
.banner .--content .heading {
  color: #FFF;
  font-size: 7.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 9.5rem;
  margin-bottom: 2.4rem;
}
.banner .--content .heading i {
  color: var(--highlight, #5EFF9E);
  font-style: italic;
  font-weight: 400;
}
.banner .--content .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.024rem;
  margin-bottom: 6.8rem;
}
.banner .--content .store_links {
  display: flex;
  gap: 2.48rem;
  margin-bottom: 3.2rem;
  pointer-events: none;
}
.banner .--content .info_text {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.banner .--content .info_text .--logos {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.banner .--content .info_text .--logos img {
  height: 1.6rem;
}
.banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(5, 5, 5, 0) 28.68%, rgba(5, 5, 5, 0.86) 54.82%, #050505 81.12%);
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
  z-index: 1;
}
.banner .movies {
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1);
  margin: auto 0;
  display: flex;
  align-items: center;
}

.marquee-box {
  flex-direction: column;
  display: flex;
  gap: 2.4rem;
}

.vertical-marquee {
  display: flex;
  gap: 2.64rem;
}
.vertical-marquee .--item img {
  height: auto;
  width: 28.9489rem;
  border-radius: 1.5816rem;
}

.title .heading {
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  background: linear-gradient(180deg, #FFF 31.9%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2.4rem;
  margin-top: 2.8rem;
}
.title .text {
  color: rgba(255, 255, 255, 0.83);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 131%;
  letter-spacing: 0.024rem;
  margin-bottom: 20.4rem;
  padding-right: 19rem;
}
.title.--dark .heading {
  background: linear-gradient(45deg, #1F1F1F, #1F1F1F);
  background-clip: text;
  -webkit-background-clip: text;
}
.title.--center {
  text-align: center;
  margin-bottom: 9rem;
}
.title.--center .badge_outline {
  margin: 0 auto;
}
.title.--center .heading {
  margin-bottom: 2rem;
}
.title.--center .text {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

.section_three {
  background: #050505;
  padding: 12rem 0;
  overflow: hidden;
  width: 100%;
}
.section_three .vertical-marquee {
  gap: 4.4rem;
}
.section_three .--item img {
  width: 37.7rem;
  height: 56rem;
  border-radius: 0;
}

.about_section {
  padding: 15.4rem 0 16.6rem;
  background: url(https://assets.qora.tv/about/about-bg.webp);
  background-size: cover;
  position: relative;
}
.about_section .container_main {
  position: relative;
  z-index: 1;
}
.about_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0) 65.43%, #131313 100%);
  z-index: 0;
}
.about_section .title .text {
  margin-bottom: 12rem;
}
.about_section .--grid .row {
  --bs-gutter-x: 3.4rem;
  --bs-gutter-y: 3.4rem;
}
.about_section .--item {
  position: relative;
  border-radius: 0 2.4rem;
  border: 0.2rem solid #FFF;
  overflow: hidden;
}
.about_section .--item img {
  width: 100%;
}
.about_section .--item .sub_head {
  color: var(--White, #FFF);
  font-size: 2.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  left: 0;
  top: 0;
}

.badge_outline {
  color: #5EFF9E;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  border-radius: 2.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  padding: 0.5rem 1.447rem 0.5rem 1.4rem;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.badge_outline.--fill {
  color: #5EFF9E;
  border-radius: 2.4rem;
  border: 0.1rem solid var(--black, #1F1F1F);
  background: var(--black, #1F1F1F);
}

.device_section {
  background-image: url(https://assets.qora.tv/bg-gradient.png);
  background-size: 141.2001rem;
  background-repeat: no-repeat;
  background-position: right 0rem center;
  padding: 9.2rem 0 14.4rem;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
.device_section .container_main {
  position: relative;
  z-index: 1;
}
.device_section::before {
  position: absolute;
  bottom: -8.2rem;
  left: -7.7rem;
  background: url(https://assets.qora.tv/qora-bg.svg);
  background-size: cover;
  width: 128.4rem;
  height: 42rem;
  flex-shrink: 0;
  display: block;
  content: "";
  fill: linear-gradient(355deg, rgba(94, 255, 158, 0.04) -57.02%, rgba(0, 108, 43, 0.04) 96.13%);
}
.device_section .device_img {
  width: calc(60vw - 100px);
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto 0;
  bottom: 0;
  filter: drop-shadow(0 0 2.1rem rgba(0, 0, 0, 0.1));
}
.device_section .text {
  color: rgba(31, 31, 31, 0.8);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: 0.024rem;
}
.device_section .store_links {
  display: flex;
  gap: 2.48rem;
  margin-bottom: 3.2rem;
  pointer-events: none;
}
.device_section .head_style {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.6rem;
}
.device_section .--item {
  border-radius: 0 1.6rem;
  border: 1.033px solid var(--black, #1F1F1F);
  background: #FFF;
  display: flex;
  width: 100%;
  height: 6.2rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 1.6rem;
}

.mb_lg_84 {
  margin-bottom: 8.4rem !important;
}

.watch_section {
  background: #050505;
  padding: 12rem 0 13rem;
}
.watch_section .swiper_center {
  height: 100%;
  display: flex;
  align-items: center;
}
.watch_section .swiper_nav {
  display: flex;
  gap: 1.2rem;
  justify-content: end;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0 auto auto;
  align-items: center;
  border-radius: 1.2rem;
  border: 0.1rem solid var(--Black-12, #1F1F1F);
  padding: 1.6rem;
}
.watch_section .swiper_nav .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  position: relative;
  top: 0;
}
.watch_section .swiper_nav .swiper-pagination-bullet {
  width: 2.3rem;
  height: 0.4rem;
  border-radius: 1rem;
  background: var(--black, #1F1F1F);
  opacity: 1;
  margin: 0;
}
.watch_section .swiper_nav .swiper-pagination-bullet-active {
  background: #5EFF9E;
}
.watch_section .swiper_nav .custom-prev {
  border-radius: 0.8rem;
  border: 0.1rem solid var(--Black-12, #1F1F1F);
  background: var(--black, #1F1F1F);
  padding: 1.4rem;
}
.watch_section .swiper_nav .custom-next {
  border-radius: 0.8rem;
  border: 0.1rem solid var(--Black-12, #1F1F1F);
  background: var(--black, #1F1F1F);
  padding: 1.4rem;
}
.watch_section .--item {
  padding: 3rem;
  display: flex;
  padding: 3rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  flex: 1 0 0;
  border-radius: 0 3.5rem;
  border: 0.1rem solid var(--Black-15, #262626);
  background: linear-gradient(180deg, #1F1F1F 0%, #000 100%);
}
.watch_section .--item .sub_head {
  color: var(--Absolute-White, #FFF);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  width: 100%;
}

.--bs-gutter-x-24 {
  --bs-gutter-x: 2.48rem ;
}

.subscribe_section {
  background: url(../../images/subscribe-bg.jpg);
  background-size: cover;
  padding: 8rem 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.subscribe_section::after {
  position: absolute;
  content: "";
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 102%;
  display: flex;
  background: linear-gradient(90deg, rgba(0, 157, 62, 0.5) -20.45%, rgba(27, 27, 27, 0.9) 13.59%, #010101 50.65%, rgba(27, 27, 27, 0.96) 85.15%, rgba(0, 157, 62, 0.5) 124.06%);
}
.subscribe_section .container_main {
  position: relative;
  z-index: 1;
}
.subscribe_section .heading {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 121%;
  margin-bottom: 2.4rem;
  margin-top: 0;
}
.subscribe_section .text {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.02rem;
  margin: 0 auto;
  width: 34vw;
}
.subscribe_section .form_group {
  display: flex;
  gap: 2.4rem;
  margin: 4.7rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.subscribe_section .form_group .form_control {
  display: flex;
  width: 48.7rem;
  padding: 1.7rem 1.6rem 1.6rem 2.4rem;
  align-items: center;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.41);
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  color: #FFF;
  height: 5.2rem;
}
.subscribe_section .form_group .form_control:focus-visible, .subscribe_section .form_group .form_control:focus-within {
  outline: 0;
  border: 0.1rem solid #5EFF9E;
}
.subscribe_section .form_group .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.59);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
}
.subscribe_section .form_group .form_control::placeholder {
  color: rgba(255, 255, 255, 0.59);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
}

.btn_dark {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  display: flex;
  width: 15.7rem;
  height: 5.2rem;
  padding: 1rem 2.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1.2rem;
  background: #FFF;
  border: 0;
  transition: background-position 0.3s;
  overflow: hidden;
}
.btn_dark[disabled] {
  background: #fff;
  opacity: 1;
}
.btn_dark span {
  color: var(--black, #1F1F1F);
  position: relative;
  z-index: 3;
}
.btn_dark:hover {
  background-color: #F2F4F7;
  color: #F2F4F7;
}
.btn_dark:hover::after {
  bottom: -0.9rem;
  transition: 0.5s ease;
}
.btn_dark:active, .btn_dark:focus-visible {
  background-color: #F2F4F7 !important;
  color: var(--black, #1F1F1F);
}
.btn_dark:active::after, .btn_dark:focus-visible::after {
  bottom: -0.9rem;
  transition: 0.5s ease;
}
.btn_dark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6rem;
  width: 100%;
  height: 3rem;
  background: #5EFF9E;
  filter: blur(1.8rem);
  transition: 0.5s ease;
  border-radius: 100%;
}

.btn_primary {
  color: var(--black, #1F1F1F);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  display: flex;
  width: 15.7rem;
  height: 5.2rem;
  padding: 1rem 2.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1.2rem;
  background: #FFF;
  border: 0.1rem solid #FFF;
}

.contact_section {
  background: #050505;
  padding: 12rem 0;
}
.contact_section .title {
  margin-bottom: 0;
}
.contact_section .title .heading {
  margin-top: 0;
  margin-bottom: 6.8rem;
}
.contact_section .form_group {
  margin-bottom: 4rem;
}
.contact_section .form_group .form_label {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  margin-bottom: 0.9rem;
}
.contact_section .form_group .form_label span {
  color: #F00;
}
.contact_section .form_group .form_control {
  color: rgba(255, 255, 255, 0.59);
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  display: flex;
  height: 5.2rem;
  padding: 1.7rem 2.4rem 1.6rem 2.4rem;
  align-items: center;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.41);
  background: rgba(255, 255, 255, 0.12);
  color: #FFF;
}
.contact_section .form_group .form_control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 5rem white inset;
  -webkit-text-fill-color: #333;
}
.contact_section .form_group .form_control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 5rem white inset;
  -webkit-text-fill-color: #333;
}
.contact_section .form_group .form_control:focus-visible, .contact_section .form_group .form_control:focus-within {
  outline: 0;
  border: 0.1rem solid #5EFF9E;
}
.contact_section .form_group .form_control.invalid {
  border: 0.1rem solid #F00;
}
.contact_section .form_group .form_control.valid {
  border: 0.1rem solid #5EFF9E;
}
.contact_section .form_group textarea.form_control {
  height: 12.4rem;
}
.contact_section .list_style {
  padding: 0;
}
.contact_section .list_style li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  list-style: none;
}
.contact_section .list_style li a {
  color: #FFF;
  font-weight: 500;
}
.contact_section .list_style li a:hover {
  color: #5EFF9E;
}

footer {
  background: #050505;
}
footer .logo {
  width: 10.3rem;
  height: 3.6rem;
}
footer .footer_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .footer_bottom {
  margin-top: 1rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 4rem;
  align-items: center;
}
footer .footer_bottom .copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin: 0;
}
footer .footer_bottom .social_links {
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
}
footer .footer_bottom .social_links li a {
  display: flex;
  width: 4rem;
  height: 4rem;
  padding: 0.95rem;
  justify-content: center;
  align-items: center;
  border-radius: 5.6rem;
  background: var(--black, #1F1F1F);
}
footer .footer_bottom .social_links li a svg path {
  fill: #FFF !important;
  transition: 0.3s ease;
}
footer .footer_bottom .social_links li a:hover svg path {
  fill: #5EFF9E !important;
  transition: 0.3s ease;
}
footer .--start .text {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 2rem;
}
footer .--end {
  display: flex;
  justify-content: end;
}
footer .--end .list_style {
  display: flex;
  gap: 4.7rem;
  list-style: none;
  padding: 0;
  align-items: center;
}
footer .--end .list_style li a {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
}
footer .--end .list_style li a:hover {
  color: #5EFF9E;
}

.container_main {
  padding: 0 8vw;
}

@media screen and (max-width: 1030px) {
  .contact_section ul.list_style {
    margin-bottom: 6rem;
  }
  .title .heading {
    font-size: 3.6rem;
  }
  .title .text {
    margin-bottom: 7rem;
  }
  .watch_section .--item {
    margin-bottom: 3rem;
  }
  .device_section {
    padding-bottom: 93rem;
  }
  .device_section .device_img {
    top: auto;
    bottom: 4rem;
    width: 108%;
    left: 1rem;
  }
  .device_section {
    background-image: url(https://assets.qora.tv/bg-gradient.png);
    background-size: 128.2001rem;
    background-repeat: no-repeat;
    background-position: right -2rem bottom;
  }
  .device_section::before {
    display: none;
  }
  .banner {
    height: auto;
  }
  .banner .--content {
    height: auto;
    padding: 30rem 0 10rem;
  }
  .section_three .vertical-marquee {
    gap: 2rem;
  }
  .about_section .--content {
    margin-bottom: 7rem;
  }
  .banner .--content .heading {
    font-size: 5.6rem;
    line-height: 7rem;
  }
  .banner .--content .store_links {
    width: 100%;
    gap: 1.6rem;
  }
  .banner .--content .store_links img {
    width: 100%;
  }
  .subscribe_section .text {
    width: 100%;
  }
  .watch_section .swiper_nav {
    margin-bottom: 6rem;
  }
}
.error_message {
  display: none;
  color: #F00;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
}

.form_message {
  display: none;
  padding: 1.6rem;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.4rem;
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  border-radius: 10rem;
}
.form_message.--success {
  background: rgba(0, 161, 107, 0.05);
  border: 0.1rem solid #0c875e;
  box-shadow: 0 0 0.9rem -0.6rem #c8c8c8 inset;
}
.form_message.--danger {
  border: 0.1rem solid #D71414;
  background: rgba(215, 20, 20, 0.05);
  box-shadow: 0 0 0.9rem -0.6rem #c8c8c8 inset;
}

@media screen and (max-width: 980px) {
  section.device_section {
    background-size: 102.2001rem;
    padding-bottom: 70rem;
  }
}
@media screen and (max-width: 760px) {
  .form_message svg {
    width: 5rem;
  }
  header {
    padding-top: 3rem !important;
  }
  header .logo {
    width: 10.7rem;
    height: auto;
    flex-shrink: 0;
  }
  footer {
    background: #232323;
    padding: 5rem 0 0;
  }
  footer .footer_bottom .social_links {
    padding: 0;
  }
  footer .--end {
    display: flex;
    justify-content: center;
  }
  .about_section {
    background: url(https://assets.qora.tv/xs/about-bg-xs.webp);
    background-size: cover;
  }
  .about_section::before {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.47) 65.43%, #131313 100%);
  }
  .about_section .--item .sub_head {
    font-size: 2.2rem;
  }
  .about_section .title .text {
    margin-bottom: 5rem;
  }
  .section_three .--item img {
    width: 20rem;
    height: auto;
  }
  .about_section,
  .contact_section,
  .section_three,
  .device_section,
  .watch_section {
    padding: 5rem 0;
  }
  .doc_section {
    padding: 10rem 0 !important;
  }
  .doc_section .title_main {
    margin-bottom: 7rem !important;
  }
  .doc_section .title_main .heading {
    font-size: 5rem !important;
  }
  .doc_section p {
    font-size: 1.8rem !important;
    line-height: 2.4rem;
  }
  .container_main {
    padding: 0 5vw;
  }
  .banner {
    height: auto;
  }
  .banner .--content {
    height: auto;
    padding: 20rem 0 5rem;
  }
  .section_three .title.--center {
    padding: 0 2rem;
  }
  footer .--start .text {
    line-height: 3rem;
  }
  .d_block_xs {
    display: block;
  }
  footer .footer_top,
  footer .footer_bottom {
    flex-direction: column;
  }
  footer .--start {
    text-align: center;
  }
  footer .--start .text {
    margin-bottom: 4rem;
    text-align: center;
  }
  footer .footer_bottom .copyright {
    order: 2;
  }
  footer .footer_bottom .social_links {
    margin-bottom: 2rem;
  }
  .title .text {
    padding-right: 0;
    font-size: 1.8rem;
  }
  .watch_section .swiper_nav {
    margin-right: auto;
    margin-left: auto;
  }
  .about_section .sub_text {
    padding-right: 0;
  }
  .store_links img {
    width: 100%;
  }
  body section.device_section {
    padding-bottom: 40rem;
    background-size: 52.2001rem;
  }
  body section.device_section::before {
    display: none;
  }
  .banner .--content .info_text {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
  .banner .--content .text {
    font-size: 1.8rem;
    line-height: 131%;
  }
  .banner::after {
    background: linear-gradient(270deg, rgba(5, 5, 5, 0.76) 28.68%, rgba(5, 5, 5, 0.86) 54.82%, #050505 81.12%);
  }
  .subscribe_section .form_group {
    flex-direction: column;
    width: 100%;
  }
  .subscribe_section .form_group .btn_primary {
    width: 100%;
  }
  .subscribe_section .form_group .form_control {
    width: 100%;
  }
}
.doc_section {
  padding: 15rem 0 10rem;
}
.doc_section .title_main {
  margin-bottom: 17rem;
}
.doc_section .title_main .heading {
  text-align: center;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  background: linear-gradient(180deg, #FFF 31.9%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.doc_section p {
  color: #F2F4F7;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  letter-spacing: 0.024rem;
  margin-bottom: 3rem;
}

.cky-consent-container .cky-consent-bar {
  border-radius: 1.2rem !important;
  padding: 0.2rem 1.6rem 1.6rem !important;
}

.cky-notice-des a {
  color: #667085 !important;
  font-weight: 400 !important;
}

.cky-notice-des a:hover {
  color: #5EFF9E !important;
}

.cky-notice-btn-wrapper {
  display: inline-flex !important;
}

button.cky-btn.cky-btn-customize {
  display: none !important;
}

button.cky-btn.cky-btn-accept {
  background: #FFF !important;
  border-radius: 1.2rem;
  border-color: #fff !important;
  color: var(--black, #1F1F1F) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  display: inline-flex;
  height: 4rem;
  padding: 1.4rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

button.cky-btn.cky-btn-reject {
  background: transparent !important;
  border-color: #fff !important;
  border-radius: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  display: inline-flex;
  height: 4rem;
  padding: 1.4rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.cky-box-bottom-right {
  bottom: 1rem !important;
  right: 1rem !important;
}

.cky-consent-container {
  width: 38rem !important;
}

.cky-consent-container .cky-consent-bar {
  box-shadow: none !important;
  border-color: #5B5C5C !important;
}

div[data-cky-tag=powered-by] {
  display: none !important;
}

.cky-notice-des a {
  color: #FFF !important;
  font-weight: 600 !important;
  margin-left: 0.1rem;
}

.cky-notice-des {
  overflow: hidden !important;
}

@media screen and (max-width: 768px) {
  .device_section {
    background-image: url(https://assets.qora.tv/xs/bg-gradient-xs.webp);
    background-size: 128.2001rem;
  }
  .cky-btn {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .cky-box-bottom-right {
    bottom: 0 !important;
    right: 0 !important;
  }
  .cky-notice-btn-wrapper {
    flex-direction: row !important;
    margin-top: 0;
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .cky-consent-container {
    width: 100% !important;
  }
  .cky-consent-container .cky-consent-bar {
    padding: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */