* {
    font-family: "Chillax";
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --bg-color: #001829;
    --font-xxl: 40px;
    --font-lg: 20px;
    --font-sm: 17px;
    --primary: #47B6FF
}

body {
    font-weight: 400;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color)
}

@font-face {
    font-family: "Chillax";
    src: url(../Assets/fontFamaliy/chillax/Chillax-Extralight.otf);
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: "Chillax";
    src: url(../Assets/fontFamaliy/chillax/Chillax-Light.otf);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Chillax";
    src: url(../Assets/fontFamaliy/chillax/Chillax-Regular.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Chillax";
    src: url(../Assets/fontFamaliy/chillax/Chillax-Medium.otf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Chillax";
    src: url(../Assets/fontFamaliy/chillax/Chillax-Semibold.otf);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Chillax";
    src: url(../Assets/fontFamaliy/chillax/Chillax-Bold.otf);
    font-weight: 700;
    font-style: normal
}

body {
    opacity: 0
}

.no-controls::-webkit-media-controls {
    display: none !important
}

.no-controls::-moz-media-controls {
    display: none !important
}

.no-controls {
    pointer-events: none
}

.fade-out {
    animation: fadeOut 300ms ease-out forwards
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: scale(.98)
    }
}

body.fade-in {
    animation: fadeIn 400ms ease-out forwards
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.section-1 {
    position: relative;
    height: 100%;
    min-height: 1024px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box
}

.videoBackground {
    position: absolute;
    inset: 0;
    z-index: 0
}

.videoBackground video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out
}

.video-1 {
    z-index: 2;
    opacity: 1
}

.video-2 {
    z-index: 1;
    opacity: 0
}

.shadowUpper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.shadowUpper img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.shadowBottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 2;
    pointer-events: none
}

.shadowBottom img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gradient-border-box {
    position: relative;
    z-index: 2;
    border-radius: 64px;
    overflow: hidden;
    width: 90%;
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.gradient-border-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2.84px;
    border-radius: inherit;
    background: linear-gradient(230.12deg, #47B6FF 24.68%, #FF23A5 112.86%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1
}

.gradient-border-box-inner {
    background-color: #00182999;
    border-radius: 64px;
    padding: 96px 88px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: unset;
    color: #fff
}

.gradient-border-box-inner h1 {
    font-size: 120px;
    line-height: 130px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #EBF7FF;
    text-transform: capitalize
}

.gradient-border-box-inner h1 .world-color {
    color: var(--primary)
}

.gradient-border-box-inner h1 .ikono-color {
    color: #FF23A5;
    text-transform: none;
}

.gradient-border-box-inner p {
    color: #EBF7FF;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px
}

.gradient-border-box-inner a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 8px 23px;
    border-radius: 16px;
    z-index: 2;
    color: var(--bg-color);
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
    background: linear-gradient(var(--primary), var(--primary)) padding-box, linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%) border-box;
    border: 1px solid #fff0
}

.gradient-border-box-inner a::after {
    content: "Discover Now";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    border-radius: 16px;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
    color: var(--bg-color);
    background: linear-gradient(84.01deg, #00FAB3 .88%, #FFC416 51.82%, #FF23A5 102.77%) padding-box, linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%) border-box
}

.gradient-border-box-inner a:hover::after {
    opacity: 1
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 24px
}

.logo-img {
    max-width: 100%;
    height: auto;
    display: block
}

@supports (-webkit-touch-callout:none) {
    .logo-img {
        transform: translateZ(0)
    }
}

.leftMenu {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 40px
}

.navbar {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    background: #00182999;
    backdrop-filter: blur(8px);
    box-shadow: 1px 1px 5px 0 #FFC41699;
    height: 40px
}

.navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(230.12deg, #47B6FF 24.68%, #FF23A5 112.86%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none
}

.nav-item {
    padding: 16px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
    text-shadow: 1px 1px 5px #8D730C99
}

.navbar .nav-item:nth-child(1) {
    color: #F1C841
}

.navbar .nav-item:nth-child(2) {
    color: #FF23A5
}

.navbar .nav-item:nth-child(3) {
    color: #00FAB3
}

.logoWrapper {
    position: relative;
    display: inline-block;
    overflow: visible
}

.gradientBorder {
    padding: 1px;
    border-radius: 16px;
    background: linear-gradient(230.12deg, #47B6FF 24.68%, #FF23A5 112.86%);
    backdrop-filter: blur(8px);
    box-shadow: 1px 1px 5px 0 #8D730C99;
    display: inline-block
}

.getInTouch a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 8px 23px;
    border-radius: 16px;
    z-index: 2;
    color: var(--bg-color);
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
    background: linear-gradient(var(--primary), var(--primary)) padding-box, linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%) border-box;
    border: 1px solid #fff0
}

.getInTouch a::after {
    content: "Get in Touch";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    border-radius: 16px;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
    color: var(--bg-color);
    background: linear-gradient(84.01deg, #00FAB3 .88%, #FFC416 51.82%, #FF23A5 102.77%) padding-box, linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%) border-box
}

.getInTouch a:hover::after {
    opacity: 1
}

.menu-icon {
    display: none
}

.mobileMenu i,
.menuClose i {
    color: #0c0800;
    font-size: 22px
}

.mobileMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    cursor: pointer
}

.mobileHeader,
.menuConetnt {
    display: none
}

.menuClose .menu-label {
    font-weight: 500;
    padding-top: 4px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: var(--primary)
}

.menuClose {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.mobileMenuWrapper {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease
}

.mobileMenuWrapper.active {
    display: flex;
    opacity: 1;
    pointer-events: auto
}

.mobileHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 6px 0px 24px;
}

.logoMenu p {
    color: var(--primary);
    font-weight: 500;
    font-size: 16px
}

.menuConetnt {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    flex: 1
}

.menuConetnt a {
    text-decoration: none;
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px
}

.menuConetnt .getintouch {
    margin-top: 32px;
    margin-bottom: 32px
}

.Updates,
.install,
.subscribe {
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 8px
}

.install {
    margin-bottom: 16px
}

.subscribe {
    font-weight: 400
}

.subscribe a {
    display: inline;
    text-decoration: underline;
    font-weight: 400
}

.gradient-input-wrapper {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 4px 6px 4px 16px;
    border: 1px solid #fff0;
    background: linear-gradient(var(--bg-color), var(--bg-color)) padding-box, linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%)border-box;
    margin-top: 16px;
    margin-bottom: 38px;
    width: fit-content
}

.gradient-input-wrapper input {
    border: none;
    background: #fff0;
    outline: none;
    color: var(--primary);
    font-size: 16px;
    flex: 1;
    width: 100%;
    max-width: 300px
}

.gradient-input-wrapper input::placeholder {
    color: var(--primary);
    opacity: 1
}

.arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.arrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block
}

.arrow {
    color: var(--primary);
    font-size: 20px;
    margin-left: 8px
}

.gradient-input-wrapper a {
    padding: 0
}

.follow {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 46px
}

.follow p {
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px
}

.follow i {
    font-size: 23px;
    color: var(--primary)
}

.store-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 40px
}

.bottomP {
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 1px;
    color: var(--primary);
    text-transform: capitalize
}

.section-2 {
    position: relative;
    height: auto;
    border-radius: 64px;
    overflow: hidden;
    margin: 144px 32px;
    background: linear-gradient(#0C0800, #0C0800) padding-box, linear-gradient(230.12deg, #F1C841 24.68%, #FF23A5 112.86%) border-box;
    border: 1px solid #fff0
}

.bgImg {
    position: relative;
    min-height: 1024px
}

.bgImageOnly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Assets/space-banner/bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.bgImageOnly video {
    width: 100%;
    max-width: 440px;
    aspect-ratio: 16 / 9;
    margin-bottom: 300px;
    border: 1px solid #0c0800;
    box-shadow: 0 5px 10px 0 #0003
}

.personImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Assets/space-banner/persons.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1
}

.topShadowImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-image: url(../Assets/space-banner/top-shadow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2
}

.bottomShadowImage {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 550px;
    background-image: url(../Assets/space-banner/bottom-shadow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3
}

.streamBottom {
    position: absolute;
    bottom: 24px;
    padding: 0 96px 40px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

.artOfSlowGradientWrapper {
    position: relative;
    display: inline-block;
    border-radius: 32px;
    backdrop-filter: blur(8px);
    box-shadow: 1px 1px 5px 0 #FFC41699;
    z-index: 1
}

.artOfSlowGradientWrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(192deg, rgb(241 200 65) 26%, rgb(255 35 165) 89%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0
}

.artOfSlow {
    position: relative;
    z-index: 1;
    background-color: #0C080099;
    border-radius: 32px;
    padding: 32px
}

.artOfSlow p {
    color: #fff8eb;
    font-size: var(--font-xxl);
    font-weight: 500;
    line-height: 48.72px;
    letter-spacing: 1px;
    text-transform: capitalize
}

.videoP {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 48px;
    color: var(--primary)
}

.artOfSlow span {
    display: block;
    color: #f1c841
}

.artOfSlow .transformationText {
    font-size: var(--font-lg);
    color: #fff8eb;
    font-weight: 200;
    padding-top: 16px;
    max-width: 474px;
    line-height: 32px;
    text-transform: none
}

.ctaButtonGroup {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-top: 24px
}

.btnPrimary {
    font-family: "Chillax";
    border-radius: 16px;
    font-size: var(--font-lg);
    font-weight: 500;
    padding: 8px 23px;
    text-decoration: none
}

.btnPrimary {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background-color: #f1c841;
    color: #0c0800;
    font-family: "Chillax", sans-serif;
    border-radius: 16px;
    border: 1px solid rgb(221 33 33 / .6);
    cursor: pointer;
    padding: 8px 23px;
    overflow: hidden;
    transition: color 0.3s ease
}

.btnPrimary::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(191deg, #F1C841 24.68%, #FF23A5 112.86%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1
}

.btnPrimary:hover::after {
    opacity: 1
}

.btnPrimary:hover {
    color: #130D00
}

.section-3 {
    position: relative;
    height: auto;
    border-radius: 64px;
    overflow: hidden;
    margin: 144px 32px;
    background: linear-gradient(#0C0800, #0C0800) padding-box, linear-gradient(228.75deg, #0137CB 8.02%, #FF23A5 92.45%) border-box;
    border: 1px solid #fff0
}

.StreamTop {
    position: relative;
    width: 100%
}

.stream-bg-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.shadow-upper,
.shadow-lower {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2
}

.shadow-upper {
    top: 0
}

.shadow-lower {
    bottom: 0
}

.stream-bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.stream-video {
    position: absolute;
    top: 32%;
    left: 49%;
    transform: translate(-50%, -50%);
    border: 5px solid #000;
    width: 28%;
    height: auto;
    z-index: 2
}

.stream-bg-mobile {
    display: none
}

.StreamBottom1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 0 40px 40px
}

.bottomContent {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    bottom: 0;
    right: 96px
}

.coming-soonContent {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px 0 6px;
    border-radius: 16px;
    border: 1px solid #fff0;
    background-origin: border-box;
    box-shadow: 1px 1px 5px 0 #ff5ff499;
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 16px;
    height: 46px;
    transition: box-shadow 0.4s ease, color 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.coming-soonContent::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(186.8deg, #011c65 .8%, #0137cb 49.46%, #e40087 98.13%);
    z-index: -2
}

.coming-soonContent::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: #f8f1ff;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1
}

.coming-soonContent:hover::after {
    opacity: 1
}

.commingSoon {
    padding: 9px 10px 9px 10px;
    border-radius: 10px;
    border: 1px solid #fff0;
    background: linear-gradient(34deg, #011c65 .8%, #0137cb 49.46%, #e40087 98.13%);
    background-origin: border-box;
    box-shadow: 1px 1px 5px 0 #ff5ff499;
    backdrop-filter: blur(8px);
    height: 34px;
    display: flex;
    align-items: center
}

.subTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease, font-size 0.3s ease, line-height 0.3s ease;
    position: relative;
    z-index: 2
}

.subTitle img {
    height: 15px;
    width: 20px;
    object-fit: cover
}

.default-arrow {
    display: inline-block;
    transition: opacity 0.3s ease
}

.subTitle .hover-arrow {
    display: none;
    transition: opacity 0.3s ease
}

.coming-soonContent:hover .default-arrow {
    display: none
}

.coming-soonContent:hover .hover-arrow {
    display: inline-block
}

.coming-soonContent:hover .subTitle {
    color: #0137cb;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500
}

.streaming-intro-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 32px;
    width: fit-content;
    margin-top: 12px
}

.streaming-intro-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 32px;
    background: linear-gradient(228.75deg, #0137cb 8.02%, #FF23A5 92.45%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1
}

.streaming-intro {
    width: 530px;
    padding: 32px;
    border-radius: 32px;
    background-color: #14000c99;
    box-shadow: 1px 1px 5px 0 #ff5ff499;
    backdrop-filter: blur(8px);
    color: #fff
}

.streaming-heading {
    font-size: var(--font-xxl);
    font-weight: 500;
    color: #ebfbff;
    line-height: 48.72px;
    letter-spacing: 1px;
    text-transform: math-auto
}

.streaming-heading span {
    display: block;
    color: #FF23A5
}

.streaming-description {
    font-size: var(--font-lg);
    line-height: 32px;
    font-weight: 200;
    color: #f8f1ff;
    padding-top: 16px;
    max-width: 400px
}

.discover-button {
    position: relative;
    z-index: 1;
    padding: 8px 23px;
    border-radius: 16px;
    background-color: #fff0;
    border: 1px solid #fff0;
    box-shadow: 1px 1px 5px 0 #ff5ff499;
    backdrop-filter: blur(8px);
    margin-top: 24px;
    width: auto;
    display: inline-block;
    overflow: hidden;
    transition: color 0.3s ease
}

.discover-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(#FF23A5, #FF23A5) padding-box, linear-gradient(228.75deg, #0137cb 8.02%, var(--primary) 92.45%) border-box;
    z-index: -2
}

.discover-button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(#f8f1ff, #f8f1ff);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1
}

.discover-button:hover::after {
    opacity: 1
}

.discover-button a {
    cursor: pointer;
    text-decoration: none;
    line-height: 32px;
    letter-spacing: 1px;
    font-size: var(--font-lg);
    font-weight: 500;
    color: #1d0011;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease
}

.discover-button:hover a {
    color: #290018
}

.bottomPara {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 48.72px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--primary)
}

.StreamBottom2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0 40px 40px
}

.section-4 {
    position: relative;
    height: auto;
    border-radius: 64px;
    overflow: hidden;
    margin: 144px 32px;
    background: linear-gradient(#0C0800, #0C0800) padding-box, linear-gradient(221deg, #4ed0ab 17.57%, #e40087 111.53%);
    border: 1px solid #fff0
}

.StreamTop2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.StreamBottom {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%
}

.StreamTop2 .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px
}

.StreamTop2 video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-position: bottom;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.shadow-upper2,
.shadow-lower2 {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1
}

.shadow-upper2 {
    top: 0
}

.shadow-lower2 {
    bottom: 0
}

.StreamBottom1 a {
    text-decoration: none
}

.streaming-intro-wrapper2 {
    position: relative;
    z-index: 1;
    border-radius: 32px;
    width: fit-content;
    max-width: 561px;
    margin-top: 12px;
    padding: .7px
}

.streaming-intro-wrapper2::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 32px;
    background: linear-gradient(221deg, #4ed0ab 17.57%, #e40087 111.53%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1
}

.streaming-intro2 {
    padding: 32px;
    border-radius: 32px;
    background-color: #04100D99;
    box-shadow: 1px 1px 5px 0 #00fab35c;
    backdrop-filter: blur(8px);
    color: #fff
}

.streaming-heading2 {
    font-size: var(--font-xxl);
    font-weight: 500;
    color: #ebfbff;
    line-height: 48.72px;
    letter-spacing: 1px;
    text-transform: capitalize
}

.streaming-heading2 span {
    display: block;
    color: #00FAB3;
    text-shadow: 1px 1px 5px#00FAB399;
    text-transform: none
}

.streaming-description2 {
    font-size: var(--font-lg);
    line-height: 32px;
    font-weight: 200;
    color: #f8f1ff;
    padding-top: 16px
}

.discover-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px
}

.discover-button2 {
    padding: 8px 14px;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    background: #fff0;
    border: 1px solid #fff0;
    background-image: linear-gradient(#00fab3, #00fab3), linear-gradient(223.76deg, #4ed0ab 17.57%, #e40087 111.53%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 1px 1px 5px 0 #00fab399;
    text-decoration: none;
    line-height: 32px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-size: var(--font-lg);
    font-weight: 500;
    color: #1d0011;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.4s ease
}

.discover-button2:hover {
    background-image: linear-gradient(#14000c, #14000c), linear-gradient(223.76deg, #4ed0ab 17.57%, #e40087 111.53%);
    box-shadow: 1px 1px 5px 0 #00FAB399;
    color: #00fab3
}

.footer-section {
    background: var(--bg-color);
    padding: 196px 32px 109px 32px
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto
}

.footer-gradient {
    background: var(--bg-color);
    border-radius: 64px;
    position: relative;
    padding: 56px 64px
}

.footer-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 64px;
    background: linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0
}

.footer-content {
    position: relative;
    z-index: 2
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.footer-divider {
    position: relative;
    height: 1px;
    background: none;
    border: none;
    margin: 32px 0;
    padding: 0
}

.footer-divider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%)
}

.follow-us {
    display: flex;
    align-items: center;
    gap: 19px
}

.follow-us p {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    line-height: 32px;
    letter-spacing: 1px
}

.follow-us img {
    object-fit: contain
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 220px;
    margin-top: 56px;
    padding: 24px 0
}

.title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    background: linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    color: #fff0
}

.footer-links li {
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--primary);
    list-style: none;
    font-weight: 500
}

.platform-list li {
    font-weight: 200;
    margin-bottom: 12px;
    line-height: 32px;
    font-size: 16px;
    color: var(--primary);
    list-style: none
}

.footer-links li a,
.getintouch {
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px
}

.footer-col p a {
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px
}

.footer-signup-title {
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    padding-top: 32px;
    padding-bottom: 8px
}

.getintouch a {
    text-decoration: none;
    padding-top: 32px
}

.footer-subscribe {
    color: var(--primary);
    margin-bottom: 16px;
    width: 205px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    padding-top: 8px
}

.email-subscribe {
    -webkit-font-smoothing: antialiased;
    position: relative;
    align-items: center;
    padding: 1px;
    background: linear-gradient(231.64deg, #47B6FF 19.91%, #FF23A5 94.18%);
    width: fit-content;
    position: relative;
    display: flex;
    border-radius: 12px
}

.email-subscribe input,
.email-subscribe button {
    border: none;
    outline: none;
    background-color: #fff0;
    font-size: 16px;
    line-height: 32px;
    height: 100%;
    color: var(--primary);
    appearance: none;
    -webkit-appearance: none
}

.email-subscribe input {
    border: none;
    outline: none;
    border-radius: 12px;
    background-color: var(--bg-color);
    color: #fff;
    font-size: 14px;
    width: 247px;
    height: 40px;
    display: block;
    flex: 1;
    padding: 0 0 0 8px;
    min-width: 0;
    border: none
}

.email-subscribe input::placeholder {
    color: var(--primary);
    opacity: 1;
    font-family: "Chillax", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px
}

.email-submit-link {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff0;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.email-subscribe button img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block
}

.footer-availability {
    color: var(--primary);
    font-size: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px
}

.footer-apps {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 32px;
    line-height: 32px;
    letter-spacing: 1px
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.app-store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 45px;
    width: 170px;
    padding: 4px 10px;
    background-color: #ede8d0;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid var(--primary);
    color: var(--primary);
    width: fit-content
}

.app-store-btn img {
    height: 25px;
    width: auto
}

.fa-solid,
.fas {
    font-weight: 900;
    font-size: 25px
}

.app-store-btn span {
    font-size: 12px
}

.app-store-btn strong {
    font-size: 18px;
    font-weight: 600;
    display: block
}

.footer-links-bottom {
    display: flex;
    gap: 16px
}

.footer-col .footer-subscribe a {
    cursor: pointer;
    font-weight: 300;
    color: var(--primary);
    text-decoration: underline;
    font-size: 14px
}

.footer-bottom {
    display: flex;
    justify-content: start;
    gap: 36px
}

.footerBottom {
    display: flex;
    gap: 32px
}

.footer-bottom img {
    width: 52px;
    height: auto;
    object-fit: contain
}

.footerBottom p {
    color: var(--primary);
    font-weight: 300;
    line-height: 32px
}

.footer-links-bottom a {
    color: var(--primary);
    text-decoration: underline;
    line-height: 32px;
    cursor: pointer;
    font-weight: 300
}