/**
 * This is not a CSS tutorial, be gentle... 😇
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url("/fonts.css");

*,
*::after,
*::before {
    box-sizing: border-box;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #ff4d4d #ffffff;

}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ff4d4d;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

html {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-display: block;
    overscroll-behavior: contain;
    font-size: max(0.75rem, 0.8101851852vw);
    color: #ff4d4d;
    background: #ecedef;

}

::selection {
    background: rgba(110, 107, 205, 0.5);
}

body {
    /* cursor: none; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
}

@keyframes gradient {

    0% {

        background-position: 0% 50%;

    }

    50% {

        background-position: 100% 50%;

    }

    100% {

        background-position: 0% 50%;

    }

}

body {

    margin: 0;

    color: var(--color-text);

    font-family: "Poppins", sans-serif;

    font-weight: 400;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

html,
body,
#root {
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.container {
    padding-left: max(1.2rem, 72/1440 * 100vw);
    padding-right: max(1.2rem, 72/1440 * 100vw);
}

.headAppContainer {
    padding-left: max(1.2rem, 72/1440 * 100vw);
    padding-right: max(1.2rem, 72/1440 * 100vw);
    display: flex;
    justify-content: center;
    /* padding: 150px; */
}




.scrollToExplore {
    position: absolute;
    bottom: 70vh;
    left: -10%;
    border-radius: 5px;
    font-size: 12x;
    text-align: center;
    font-weight: 200;
    white-space: nowrap;
}

.containerCloudSpace {
    position: relative;
    /* 添加相对定位 */
    height: 100vh;
    width: 100%;
    margin-top: 4em;
    padding-left: 0;
    padding-right: 0;
}

.toTheClouds {
    position: fixed;
    /* Use fixed position to cover the entire viewport */
    top: 0;
    left: 0;
    height: 100vh;
    /* Make the div full screen */
    width: 100%;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    z-index: 5;
    background-color: transparent;
    /* Add a background color with transparency */
}

.toTheClouds img {
    max-width: 400px;
    max-height: 470px;
    object-fit: cover;
    margin-top: 6em;
}

article {
    padding-top: 15vh;
}

section {
    margin: max(5px, 5vw) 0;
}

header {
    height: 11vh;
    max-height: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    margin-bottom: max(0.5rem, 2vw);
}

.headerLayout {
    position: relative;
    padding: 8em 8em 2em 8em;
}

article {
    padding-top: 15vh;
}

/* .headerLayout h2 {
     font-size: max(2.75rem, 39/1440 * 50vw);
     font-weight: 10;
     line-height: 1.2;
     letter-spacing: -0.03em;
     margin: 0;
     margin-right: 11em;
     margin-left: 2.87em;
 } */

.headerLayout h2 {
    font-size: max(3.75rem, 52/1440 * 80vw);
    font-weight: 10;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin: 0;
    margin-right: 1em;
    margin-bottom: -0.5em;
}

.WeArchitect {
    padding: 8em 8em 2em 8em;

}


#title2h2 {
    font-size: max(3.75rem, 62/1440 * 80vw);
}

h2 {
    font-size: max(3.75rem, 187/1440 * 100vw);
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0.03em;
    margin: 0;
    margin-left: -0.07em;
}



.imagecubetext {
    font-size: max(3.75rem, 107/1440 * 100vw);
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0.03em;
    margin: 0;
    margin-left: 2.5em;
    white-space: nowrap;
    /* 禁止换行 */
    margin-top: -0.8em;
    margin-bottom: 1.2em;
}

.headapp {
    position: absolute;
    z-index: 1;
    margin: -4em 0 0;
    /* background-color: black; */
}


.Stream {
    font-size: max(3.75rem, 77/1440 * 100vw);
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0.03em;
    margin: 0;
    margin-left: 1.2em;
    white-space: nowrap;
    /* 禁止换行 */
}

.lastText {
    margin-left: 10em;
    font-size: max(3.75rem, 50/1440 * 100vw);
    margin-bottom: 5em;
}

h2 span {
    display: inline-block;
    width: auto;
}

.subline {
    font-weight: 400;
    font-size: max(14px, calc(14 / 1440 * 100vw));
    display: block;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 2.5rem;
    width: 80%;
    margin-left: 0;
}

.title {
    padding: 8em 8em 2em 8em;
}

.section3 {
    padding: 9em 8em 2em 0em;
}

.section3 h2 {
    font-size: max(3.75rem, 127/1440 * 100vw);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0;
    margin-left: -0.07em;
    z-index: 2;
    position: relative;
    
}

.title h2 {
    font-size: max(3.2rem, 77/1440 * 100vw);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0;
    margin-left: -0.07em;
}

.bodyCopyVideoBall {
    margin-left: 15em;

}

.bodyCopyVideoBall p {
    font-size: clamp(1.1rem, 1.5vw, 3rem);
    height: fit-content;
    line-height: 1.4;
    width: 50%;
}

.text-overlay {
    position: absolute;
    bottom: -40px;
    left: 55%;
    transform: translateX(-50%);
    color: #e48080;
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.watchtext {
    font-size: clamp(1rem, 1.2vw, 3rem);
    height: fit-content;
    line-height: 1.4;
    width: 120%;
}

.BoySectionLayout {
    width: 50%;
    height: 50%;
    padding-left: max(1.2rem, 72/1440 * 100vw);
    padding-right: max(1.2rem, 72/1440 * 100vw);
}

.BoyBody {
    line-height: 1.4;
    height: fit-content;
    font-size: clamp(1.3rem, 1.5vw, 1rem);
    width: 80%;
    align-items: center;
    margin-left: 15em;
    position: absolute;
    margin-top: -33em;
}

.floatingBoy {
    z-index: 5;
}

.Placeholder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    aspect-ratio: 16/10;
}

.Game1 {
    display: block;
    position: relative;
    top: -5em;
    left: 200px;
    background-color: transparent;
    width: 50vh;
    height: 50vh;
    z-index: 50;
    cursor: none;
}

.customCursor {
    position: fixed;
    pointer-events: none;
    /* Make sure the text does not interfere with mouse events */
    z-index: 9999;
    /* Make sure the text appears above other elements */
    font-size: 50px;
    font-weight: bold;
    color: #ff4d4d;
    text-align: center;
    white-space: nowrap;
    /* Make sure the text stays on one line */
    user-select: none;
    /* Prevent text selection */
    opacity: 0;
    /* Initially hide the text */
    transition: opacity .65s;
    /* Apply transition to opacity property */
}

.customCursor.show {
    opacity: 1;
    /* Make the text visible when the show class is added */
}

/* .ScrollScene,
 .ViewportScrollScene {
     outline: 1px dashed rgba(255, 255, 255, 0.33);
     position: relative;
 } */

/* .ScrollScene:after,
 .ViewportScrollScene:after {
     content: 'ScrollScene';
     position: absolute;
     left: 0;
     top: 0;
     background: rgba(255, 255, 255, 0.33);
     color: black;
     font-size: 10px;
     padding: 5px;
 } */

.ViewportScrollScene:after {
    content: 'ViewportScrollScene';
}

.memowings {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #ff4d4d;
    background-color: #ffffff;
    padding: 10px 35px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.11) 1px 1px 15px 1px;
    border-radius: 50px;
    transition: 500ms;
    transform: translateY(0);
    display: none;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-left: 25%;
    /* margin-top: 23%; */
    bottom: 420px;
    left: 90px;

}


.aboutUsBtn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #ff4d4d;
    background-color: #ffffff;
    padding: 10px 35px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.11) 1px 1px 15px 1px;
    border-radius: 50px;
    transition: 500ms;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-left: 50%;
    margin-top: 3%;
    z-index: 99999;
}

.aboutUsBtn:hover {
    transition: 500ms;
    padding: 10px 46px;
    background-color: #ff4d4d;
    color: #ffffff;
    border: none;
}

.videoBallEffect {
    opacity: 1;
    touch-action: none;
    animation: fade-in 2s ease 0s forwards;
    z-index: 5;
    position: relative;
    align-items: center;
    width: 50%;
    margin-top: -36%;
    top: 50%;
    border-radius: 30px;
    /* Place the video ball in the center of the container */
}

.video-container {
    position: relative;
    height: auto;
  }
  
  .video-container .video {

    display: block;
  }
  
  .video-container__play-pause-button {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px; /* Adjusted for icons */
    border-radius: 50%;
    transition: background-color 0.3s;
    z-index: 1000; /* Ensure the button is above other elements */
  }
  
  .video-container__play-pause-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
      

/* .videoBallEffect video {
    width: 80%;
    margin-left: 15%;
    margin-top: 17%;
    border-radius: 30px;
    Place the video ball in the center of the container */
/* } */

/* Apply red color filter */
/* .videoBallEffect::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#ff4d4d; 
    opacity: 0.5;
    border-radius: 30px;
} */



.blankContainer {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 1302px;
    /* 修改视频容器的高度为692px */
    overflow: hidden;
    background-color: black;
    border-radius: 30px;
    margin-top: 22em;
}

.blackBackground {
    background-color: black;
    z-index: -5;
}


.love {
    position: relative;
    width: 100%;
    justify-content: center;
    max-width: 100%;
    height: 20px;
    /* 修改视频容器的高度为692px */
    overflow: hidden;
    /* background-color: black; */
    /* border-radius: 20px; */
    background-color: black;
    align-items: center;
    padding-left: max(5.2rem, 640/1440 * 100vw);
    padding-right: max(5.2rem, 640/1440 * 100vw);
    color: #555;
    margin-top: 25em;
}



.Marquee {
    white-space: nowrap;
    padding: 0vw 0;
    overflow: hidden;
}

.Marquee>div {
    will-change: transform;
}

.Marquee h1 {
    margin: 0;
    line-height: 1;
    font-size: 30vw;
}

.marqueeWrapper {
    overflow: hidden;
    background: none;
    color: #100d14;
    border-radius: 20;
    margin: -13em 0 0;
}

.marqueeWrapper2 {
    overflow: hidden;
    background: none;
    color: #100d14;
    border-radius: 20;
    margin: -15em 0 0;
    background: #ff4d4d;
}

.marqueeWrapper3 {
    overflow: hidden;
    background: none;
    color: #100d14;
    border-radius: 20;
    margin: -5em 0 0;
}

.marqueeBig {
    background-color: #100d14;
}

/* https://ryanmulligan.dev/blog/css-marquee/ */
.marquee {
    display: flex;
    user-select: none;
    gap: var(--gap);
}


.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);
    /* css marquee */
    will-change: transform;
    animation: scroll var(--duration) linear infinite;
}

.marquee__content2 {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);
    /* css marquee */
    will-change: transform;
    animation: scroll var(--duration) linear infinite;
    animation-direction: reverse;
    /* background-color:#ff4d4d; */
    color: #ffffff;
    margin: 0.2em 0 0;
}

.marquee__content2 h2 {
    font-size: 8.2vw;
    margin: 0;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.marquee.reverse .marquee__content {
    animation-direction: reverse;
    /* background-color:#ff4d4d; */
    color: #100d14;
    margin: 8.2em 0 0;
}

.marquee__content h2 {
    font-size: 8.2vw;
    margin: 0;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}



.heading2 {
    color: transparent;
    /* background: linear-gradient(
       to right,
       rgb(255, 255, 255) 50%,
       rgb(37, 37, 37) 50%
     ); */
    background-color: #ff4d4d;
    background-position-x: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    margin-top: -1em;
}

@keyframes scroll {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(calc(-150% - var(--gap)));
    }
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #100d14;
    color: white;
    padding: 20px;
    padding-top: max(2.5rem, 30vw);
    border-radius: 30px;
    padding-left: max(1.2rem, 72/1440 * 100vw);
    padding-right: max(1.2rem, 72/1440 * 100vw);
}

.footer-left {
    flex: 1;
}

.footer-right {
    display: flex;
    align-items: center;
}

.social-icons {
    display: flex;
}

.social-icons a {
    color: white;
    text-decoration: none;
    margin-right: 10px;
}

.go-to-top {
    cursor: pointer;
    background-color: white;
    color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.go-to-top:hover {
    background-color: #eee;
}

#readyToRevo {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    font-size: max(3rem, 74/1440 * 100vw);
    margin: 15vw 0 -5vw;
    margin-bottom: 1%;
}

#dontJustCreate {
    font-size: max(2rem, 64/1440 * 90vw);
    margin-top: 15vh;
}

h3 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 200;
    font-style: italic;
    line-height: 1;
    font-size: max(2rem, 64/1440 * 100vw);
    margin: 10vw 0;
}

h3 span {
    width: 80%;
}

h3 em {
    text-align: right;
    display: block;
    margin-top: 2.5rem;
}

h3 em span {
    margin-left: auto;
}


.worldSpaceClickableButton {
    position: relative;
    display: inline-block;
    padding: 13px 15px;
    margin: 1px 0;
    color: black;
    font-size: smaller;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 1px;
    overflow: hidden;
    margin-right: 10px;
    text-wrap: nowrap;
    background-color: white;
    border-radius: 20px;
    animation: GlowAnimation 1s infinite;
}

.worldSpaceClickableButton:hover {
    background: #03e9f4;
    color: #050801;
    animation: none;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 200px #03e9f4;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

#windowButton {
    width: 35rem;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.Clik_Me {
    height: 100px;
    width: 200px;
    position: absolute;
    /* 使用绝对定位 */
    z-index: 5;
    left: 12%;
    bottom: 0;
    /* 放置在底部 */
    transform: translateX(-50%);
    /* 居中水平 */
    animation: myAnim 4s ease 0s 1 normal forwards;
}

@keyframes myAnim {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.Clik_Me h2 {
    line-height: 1.4;
    grid-column: 7 / span 6;
    height: fit-content;
    font-size: clamp(1rem, 1.5vw, 3rem);
    color: #333;
}

.drag {
    height: 200px;
    width: 200px;
    position: absolute;
    /* 使用绝对定位 */
    z-index: 1;
    left: 50%;
    bottom: 0;
    /* 放置在底部 */
    transform: translateX(-50%);
    /* 居中水平 */
    user-select: none;
    pointer-events: none;
}

.dragTop {
    height: 200px;
    width: 200px;
    position: absolute;
    /* 使用绝对定位 */
    z-index: 1;
    left: 50%;
    top: 5em;
    /* 放置在底部 */
    transform: translateX(-50%);
    user-select: none;
    pointer-events: none;
    /* 居中水平 */
}

.drag.dragTop img {
    max-width: 100%;
    max-height: 100%;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}



h4 {
    font-weight: 400;
    font-size: max(1rem, 36/1440 * 100vw);
    line-height: 1.36;
    margin: max(5rem, 200/1440 * 100vw) 0;
    width: 77%;
}

p {
    margin-top: max(5rem, 5vw);
}


.JellyPlaceholder {
    aspect-ratio: 16/16;
    width: 66%;
    margin: auto;
}

.ImageLandscape {
    aspect-ratio: 16/9;
}

.landingImage {
    aspect-ratio: 12/9;
    display: inline;
    border-radius: 30;
}

.ImagePortrait {
    aspect-ratio: 10/16;
    width: 47.5%;
}

.ParallaxContainer {
    display: flex;
    margin: max(5rem, 300/1440 * 100vw) 0;
}

.aspect-16_11 {
    aspect-ratio: 16/11;
    width: 50%;
}

.aspect-9_13 {
    aspect-ratio: 9/13;
    width: 18%;
    margin: auto;
}

img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    user-select: none;

}

/* CODROPS TEMPLATE */

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none;
    cursor: pointer;
}

a:hover {
    color: var(--color-link-hover);
    outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
    /* Provide a fallback style for browsers
      that don't support :focus-visible */
    outline: none;
    background: lightgrey;
}

a:focus:not(:focus-visible) {
    /* Remove the focus indicator on mouse-focus for browsers
      that do support :focus-visible */
    background: transparent;
}

a:focus-visible {
    /* Draw a very noticeable focus style for
      keyboard-focus on browsers that do support
      :focus-visible */
    outline: 2px solid #ff4d4d;
    background: transparent;
}

.frame {
    width: 100%;
    min-height: 10vh;
    padding-bottom: 1.5rem;
}

.frame>* {
    margin: 1rem 0;
}

.frame.container {
    margin-top: 1em;
    position: fixed;
    z-index: 100;
}

.frame a,
.frame button {
    pointer-events: auto;
}

.frame a:not(.frame__title-back) {
    white-space: nowrap;
    /* overflow: hidden; */
    position: relative;
    display: inline;
}


.frame__title {
    grid-area: title;
    display: flex;
}

.frame__title-main {
    font-size: inherit;
    margin: 2.3em 1em 0;
    font-weight: inherit;
}

.frame__title-back {
    position: relative;
    display: flex;
    align-items: flex-end;
}


.frame__title-back svg {
    fill: currentColor;
}

.frame__title-logo {
    width: 7.5em;
    height: auto;
    border-radius: 5px;
    margin-top: 1em;
}

.topnav {
    grid-area: prev;

}

.topnav a {
    padding: 0px 6px;
    float: left;
}

.dropdown {
    position: relative;
    margin-top: 2em;
    /* margin-right: 6.5em; */
}

.dropbtn {
    position: relative;
    border-radius: 48px;
    font-size: 20px;
    color: var(--color-link);
    background-color: #ff4d4d;
    color: #ededed;
    z-index: 9991;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    border: transparent;
    font-size: 15px;
    transition: 0.3s;

}

.dropbtn:hover {
    text-decoration: none;
    background: #cfcfcf;
    color: #ff4d4d;
}

.menu {
    position: fixed;
    z-index: 5;
    /* margin-right: 45px; */
    padding-left: max(1.2rem, 35/1440 * 100vw);
    padding-right: max(1.2rem, 35/1440 * 100vw);
}

.menu>li {
    margin: 2px;
    border-radius: 48px;
    transition: 0.3s;
    background-color: white;
    list-style: none;
    width: 120px;

}

.menu>li:hover {
    background-color: lightgray;
}

.menu>li>button {
    width: 100%;
    height: 100%;
    text-align: center;

    background: none;
    color: inherit;
    border: none;
    padding: 5px;
    margin: 0;
    font: inherit;
    cursor: pointer;
}

*/ .imgWrapper {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    min-height: 100px;
    overflow: hidden;
    z-index: -5;
}

#aiClose {
    position: fixed;
    /* Ensures close button stays within the panel */
    top: 15%;
    /* Adjust for desired gap from top */
    left: 30%;
    /* Adjust for desired gap from right */
    background: white;
    /* Remove default button background */
    /* Remove default button border */
    font-size: 1.5rem;
    /* Adjust font size for close button */
    cursor: pointer;
    /* Indicate clickable behavior */
    width: 35px;
    height: 35px;
    border-radius: 400px;
}

#aiHolder {
    position: fixed;
    left: 5vw;
    top: 5vh;
    background-color: none;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Added overflow: hidden to prevent potential iframe overflow */
    /* padding: 2% 40%; */
    z-index: 3000000000;
}

#aiFrame {
    width: 20vw;
    /* Ensures iframe fills the remaining space */
    height: 900px;
    /* Ensures iframe fills the remaining space */
    /* Adjust for desired gap (margin alternative below) */
}

#VideoClose {
    position: absolute;
    /* Ensures close button stays within the panel */
    top: 5px;
    /* Adjust for desired gap from top */
    right: 100px;
    /* Adjust for desired gap from right */
    background: white;
    /* Remove default button background */
    border: none;
    /* Remove default button border */
    font-size: 2rem;
    /* Adjust font size for close button */
    cursor: pointer;
    /* Indicate clickable behavior */
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.VideoHolder {
    position: fixed;
    left: 0.1vw;
    top: 0vh;

    background-color: none;
    border-radius: 2vh;
    display: flex;
    flex-direction: column;
    /* Added overflow: hidden to prevent potential iframe overflow */
    overflow: hidden;
    /* padding: 2% 40%; */
    /* z-index: 3000000000; */
}

#ytVideo {
    width: 100%;
    /* Ensures iframe fills the remaining space */
    height: 900px;
    /* Ensures iframe fills the remaining space */
    /* Adjust for desired gap (margin alternative below) */
    /* padding: 20px 10%; */
}



.lastBody {
    line-height: 1.4;
    grid-column: 1 / span 6;
    height: fit-content;
    font-size: clamp(1rem, 1.5vw, 1rem);
    width: 50%;
}


.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, #766DF4);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: s3 1s infinite linear;
}



.parent {
    width: '100%';
    /* background-color: black; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 80px 0px;
}



#target {
    white-space: nowrap;
    /* Prevent wrapping */
    font-size: max(2.75rem, 80/1440 * 100vw);
}

.child {
    width: '80%';
    padding: 0 40px;
}


.font-4 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: max(1.75rem, 50/1440 * 50vw);
    font-style: italic;
}

.font-10 {
    /* font-family: "Playfair Display", sans-serif; */
    font-family: "gigantic", sans-serif;
    font-weight: 450;
    font-size: max(2.75rem, 80/1440 * 50vw);
    font-style: normal;
    height: 100%;
    padding: 0 0 0 28%;
}

.font-21 {
    font-family: "gigantic", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.content__title {
    font-size: 12vw;
    line-height: 0.8;
    counter-increment: section;
    text-align: center;
    display: grid;
    gap: 2rem;
}

.windowButton1 {
    display: none;
}


.customButton {
    background-color: #ff4d4d;
    color: white;
    padding: 10px 20px;
    width: 30vh;
    text-align: center;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.customButton:hover {
    background-color: white;
    color: #ff4d4d;
    transition: 0.3s;
}

.linkButton {
    position: fixed;
    bottom: 20px;
    /* Adjust as needed */
    right: 20px;
    /* Adjust as needed */
    z-index: 999;
    /* Ensure it's above other content */
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.linkButton:hover {
    background-color: #f0f0f0;
}

.sunSpotDiv {
    width: 100vh;
    height: 100vh;
    position: fixed;
    background-color: #000;
}

.text-container {
    color: white;
    font-family: 'Poppins', sans-serif;
    position: relative;
    right: 38.5vw;
    /* Use percentage value instead of pixels */
    top: 0%;
    transform: translateY(-50%);
    /* width: 100%; */
    padding: 20px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    margin-right: 66650px;
}

.text-container p {
    margin: 0;
    line-height: 1.5;
    color: white;
    white-space: nowrap;
    font-size: 20px;
    /* Reduce font size for better readability */
}

#aBrief {
    color: #cfcfcf;
}

.cloudScrollIcon {
    width: 100px;
    height: 200px;
    position: absolute;
    z-index: 5;
    left: -7px;
    /* Adjust for spacing */
    margin-top: 15em;
    display: none;
}

.cloudScrollIcon--right {
    right: -72px;
    /* Adjust for spacing */
    left: auto;
}

.rectangle {
    width: 15px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0);
    /* Transparent background */
    border: 2px solid #e48080;
    /* Black border */
    border-radius: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
}

.dot {
    width: 7px;
    height: 7px;
    background-color: #ff4d4d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: moveUpDown 2s ease-in-out infinite alternate, fadeUpDown 2s ease-in-out infinite alternate;
}


.playButton {
    position: absolute;
    top: 25px;
    right: 130px;
    /* Adjust the distance from the right edge */
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ff4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}


.playButton:hover {
    background-color: #cfcfcf;
}

.icon {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease-in-out;
}

.play-icon,
.pause-icon {
    width: 50px;
    height: 50px;
}

.playing .play-icon,
.playing .pause-icon {
    transform: rotate(0deg);
}

audio {
    display: none;
}

.gradientBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 1200px);
    /* Adjust this value if necessary to cover up to the "Different by Design" section */
    background: linear-gradient(to bottom right, #90dab7, #Fafafa, #f5e4d8, #b9e8f2, #Cddded);
    /* Gradient from top left to bottom right */
    background-size: 400% 400%;
    /* Increase the background size for smoother animation */
    animation: gradient 8s linear infinite;
    /* Adjust animation duration for smoother transition */
    z-index: -5;
    /* Make sure it doesn't cover the content */
}

.BlackgradientBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(200vh + 1500px);
    /* height: 100vh; */
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 27%, rgba(0, 0, 0, 1) 53%, rgba(0, 0, 0, 0.8743872549019608) 76%, rgba(255, 255, 255, 0) 100%);
    /* Gradient from top left to bottom right */
    /* background-size: 400% 400%; */
    /* Increase the background size for smoother animation */
    /* Adjust animation duration for smoother transition */
    z-index: -5;
    /* Make sure it doesn't cover the content */
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translate(-50%, -50%) translateY(30px);
        /* Adjusted distance */
    }

    50% {
        transform: translate(-50%, -50%) translateY(-50px);
    }
}

@keyframes fadeUpDown {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.line-svg {
    /* position: fixed; */
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 400px;
    transform: translate(0%, 56%);
    /* overflow-x: hidden; */
    /* Hide horizontal scrollbar */
}

.line-svg2 {
    /* position: fixed; */
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    transform: translate(0%, 166%);
    /* overflow-x: hidden; */
    /* Hide horizontal scrollbar */
}



.VideoGallery {
    text-align: center; /* Center-align the button */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap:100px;
    grid-column-gap:50px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    padding-left: max(1.2rem, 72/1440 * 100vw);
    padding-right: max(1.2rem, 72/1440 * 100vw);
    
}

.video-card {
    border-radius: 10px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease;
    z-index: 2;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    background: #eee;
    border-radius: 32px;

}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.video-card h3 {
    margin: 30px 0 5px;
    font-size: 2.1em;
    transition: color 0.5s ease;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #ff4d4d;
}

.video-card p {
    margin: 0;
    font-size: 0.9em;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #ff4d4dc5;
}

/*  ------------- the show more video button----------------- */

.show-more-button {
    padding: 24px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #eba0a0, #e37777);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    
    /* Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
}


.show-more-button:hover {
    background: linear-gradient(135deg,  #eba0a0, #e37777);
    transform: translateY(-2px);
}

.show-more-button:active {
    background: linear-gradient(135deg, #e37777, #eba0a0);
    transform: translateY(0);
}



/* .play-pause-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: rgba(255, 87, 51, 0.8);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .play-pause-button:hover {
    background-color: rgba(255, 87, 51, 1);
  } */

/* .video-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

.video-card:hover .video-wrapper video {
    transform: scale(1.05);
}

.video-card:hover h3 .title-default {
    display: none;
}

.video-card:hover h3 .title-hover {
    display: inline;
}

.title-hover {
    display: none;
}


@media (max-width: 600px) {
    .VideoGallery {
        grid-template-columns: 1fr;
    }
}

@keyframes s3 {
    to {
        transform: rotate(1turn)
    }
}


@media screen and (min-width: 35em) {
    h3 em {
        margin-top: 0;
    }
}



@media (min-width: 400px) {
    p {
        margin-left: 50%;
        width: max(200px, 22vw);
    }

}

/* 对于小屏幕（手机等），设置基本样式 for phone */
@media screen and (max-width: 27em) {

    .video-container {
        position: relative;
        height: auto;
      }

      .videoBallEffect video {
        width: 80%;
        border-radius: 30px;
        /* Place the video ball in the center of the container */
      }

    .video-container .video {
        width: 100%;
        margin-top: 20%;   
    }

    .video-container__play-pause-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 20px; /* Adjusted for icons */
        border-radius: 50%;
        transition: background-color 0.3s;
        z-index: 1000; /* Ensure the button is above other elements */
      }
      
      .video-container__play-pause-button:hover {
        background-color: rgba(0, 0, 0, 0.7);
      }

    .VideoGallery {
        grid-row-gap: 50px;
    }

    .text-overlay {
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        color: #e48080;
        /* background-color: rgba(0, 0, 0, 0.5); */
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
        white-space: nowrap;
    }

    /*  ------------- the show more video button----------------- */

.show-more-button {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #eba0a0, #e37777);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    
    /* Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
}


.show-more-button:hover {
    background: linear-gradient(135deg, #eba0a0, #e37777);
    transform: translateY(-2px);
}

.show-more-button:active {
    background: linear-gradient(135deg,  #e37777, #eba0a0);
    transform: translateY(0);
}


    #dontJustCreate {
        margin-top: 8vh;
    }
    .font-10 {
        padding: 0 0 0 23%;
    font-size: max(1.25rem, 80/1440 * 10vw);

    }

    #readyToRevo {
        font-size: max(2rem, 74/1440 * 150vw);
    }

    .BlackgradientBackground {
        height: calc(200vh + 800px);
    }

    .text-overlay {
        bottom: 40px;
    }

    .scrollToExplore {
        display: none;
    }

    #aiClose {
        position: fixed;
        /* Ensures close button stays within the panel */
        top: 45%;
        /* Adjust for desired gap from top */
        left: 80%;
        /* Adjust for desired gap from right */
        background: white;
        /* Remove default button background */
        /* Remove default button border */
        font-size: 1.5rem;
        /* Adjust font size for close button */
        cursor: pointer;
        /* Indicate clickable behavior */
        width: 35px;
        height: 35px;
        border-radius: 400px;
        z-index: 99;
    }

    .Placeholder {
        position: relative;
        left: -208px;
    }

    .BoySectionLayout {
        width: 420px;
    }

    .memowings {
        display: flex;
    }

    .cloudScrollIcon {
        display: block;
    }

    .line-svg {
        display: none;
        /* position: absolute;
         max-width: 222px;
         width: 100%;
         max-height: 500px;
        z-index: -1;
         top: 50%;
         transform: translate(-25%, 56%); */
    }

    .line-svg2 {
        display: none;
    }

    .text-container {
        display: none;
    }

    /* 这里是针对小屏幕的 CSS 样式 */
    .frame {
        width: 85%;
        height: 5vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1.5rem;
        width: 100%;
        /* 将此行调整至 display: flex; 下 */
    }


    .headerLayout {
        margin-top: 11em;
        margin-bottom: 11em;
        padding: 0;

    }

    .dropbtn {
        justify-content: end;
    }

    .menu {
        justify-content: space-between;
        right: 0.5%;
        /* justify-content:end; */
    }


    header {
        display: block;
        height: 8vh;
    }

    #headerh2 {
        font-size: max(2.3rem, 37 / 1440* 100vw);
        font-weight: 500;
        width: 100%;
        line-height: 1.0;
        letter-spacing: -0.03em;
        margin-top: -4.6em;
        margin-left: 0em;
        position: relative;
    }

    .headAppContainer {
        padding-left: 20;
        padding-right: 20;
        justify-content: center;
        /* padding: 50px; */
        margin-top: 7em;
    }

    .containerCloudSpace {
        height: 80vh;
        margin-top: 5em;
        padding-left: max(1.2rem, 72/1440 * 100vw);
        padding-right: max(1.2rem, 72/1440 * 100vw);
        padding-bottom: max(1.2rem, 72/1440 * 100vw);
    }

    .title {
        padding: 5em 2em 2em 0em;
    }

    .bodyCopyVideoBall {
        display: none;
    }

    .videoBallEffect {
        height: 300px;
        width: 100%;
        margin-top: -20.5%;
        top: 20%;
        border-radius: 30px
    }

    .section3 {
        padding: 0em 2em 2em 0em;
        margin-top: -2em;
    }


    .BoyBody {
        display: none;
    }


    .parent {
        margin-top: -5em;
        padding: 4px 80px 40px;
    }

    #target2 {
        margin-top: 0em;
        font-size: 20px;
        width: 100vw;
        margin-right: 3.5em;
    }

    .dragTop,
    .drag {
        height: 100px;
        width: 100px;
    }

    /* .containerHakimi{
         padding-left: max(1.2rem, 72/1440 * 100vw);
         padding-right: max(1.2rem, 72/1440 * 100vw);
         border-radius: 30;
     } */


}

/* 对于小屏幕（手机等），设置基本样式 */
@media screen and (min-width: 27.0625em) and (max-width: 48em) {

    .video-container {
        position: relative;
        height: auto;
      }

    .video-container .video {
        width: 100%;  
        margin-top: -50%;   
    }

    .video-container__play-pause-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 20px; /* Adjusted for icons */
        border-radius: 50%;
        transition: background-color 0.3s;
        z-index: 1000; /* Ensure the button is above other elements */
      }
      
      .video-container__play-pause-button:hover {
        background-color: rgba(0, 0, 0, 0.7);
      }

    .text-overlay {
        bottom: -160px;
    }

    .line-svg {
        display: none;
    }

    .line-svg2 {
        display: none;
    }

    .Placeholder {
        position: relative;
        left: -15em;
    }

    .BoySectionLayout {
        width: 100%;
    }

    .videoBallEffect {
        top: -50px;
        height: 100px;
        width: 381px;
    }

    .headerLayout h2 {
        top: -25px;
        font-size: max(2.95rem, 39/1440 * 60vw);
        margin-bottom: 0px;
    }

    .scrollToExplore {
        position: absolute;
        bottom: -30px;
        left: -50%;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
        font-weight: 200;
        width: 100%;
    }

    .text-container {
        display: none;
    }

    .dragTop,
    .drag {
        height: 100px;
        width: 100px;
    }

    /* 这里是针对小屏幕的 CSS 样式 */
    .frame {
        width: 85%;
        height: 5vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1.5rem;
        width: 100%;
        /* 将此行调整至 display: flex; 下 */
    }



    .headerLayout {
        margin-top: 11em;
        padding: 0;
    }

    .dropbtn {
        justify-content: end;
    }

    .menu {
        justify-content: space-between;
        right: 0.5%;
        /* justify-content:end; */
    }


    .home-hero-scroll {
        display: none;
    }



}

/* 对于中等屏幕（平板等），设置适当的样式 */
@media screen and (min-width: 48.0625em) and (max-width: 64em) {


   
    .videoBallEffect video {
    width: 100%;
    border-radius: 30px;
    /* Place the video ball in the center of the container */
} 


    .video-container {
        position: relative;
        height: auto;
      }


    .video-container__play-pause-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 20px; /* Adjusted for icons */
        border-radius: 50%;
        transition: background-color 0.3s;
        z-index: 1000; /* Ensure the button is above other elements */
      }
      
      .video-container__play-pause-button:hover {
        background-color: rgba(0, 0, 0, 0.7);
      }


    .scrollToExplore {
        font-size: 18px;
        bottom: 60px;
    }

    .text-container {
        display: none;
    }


    .toTheClouds img {
        position: relative;
        left: 25%;
        width: 100%;
    }

    .BoySectionLayout {
        position: relative;
        right: 10%;
        width: 200%;
    }

    .frame {
        width: 100%;
        height: 5vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1.5rem;
        /* 将此行调整至 display: flex; 下 */
    }

    .headerLayout h2 {
        font-size: max(2.75rem, 39/1440 * 50vw);
        font-weight: 10;
        line-height: 1.2;
        letter-spacing: -0.03em;
        margin: 0;

        margin-bottom: 2em;
    }

    .headerLayout {
        padding: 0 2em 0 2em;
    }

    .headAppContainer {
        padding-left: max(1.2rem, 72/1440 * 100vw);
        padding-right: max(1.2rem, 72/1440 * 100vw);
        justify-content: center;
        padding: 50px;
        margin-top: -10em;

    }

    .menu {
        right: 20px;
    }


    .title {
        padding: 3em 2em 2em 2em;
    }

    .videoBallEffect {

        align-items: center;
        height: 400px;
        width: 100%;
        margin-top: 1.5%;
        border-radius: 30px;
        padding-left: max(1.2rem, 72/1440 * 100vw);
        padding-right: max(1.2rem, 72/1440 * 100vw);


    }

    .dragTop,
    .drag {
        height: 100px;
        width: 100px;
    }

    .bodyCopyVideoBall {
        display: none;
    }

    .aboutUsBtn {
        display: none;
    }

    .section3 {
        padding: 9em 2em 2em 2em;
        margin-bottom: -30%;
    }

    .BoyBody p {
        display: none;
    }

    .line-svg {
        display: none;
    }

    .line-svg2 {
        display: none;
    }

    /* .line-svg {
        transform: translate(-17%, 36%);
        top: 820px;
        max-width: 50%;
        max-height: 50%;
    }

    .line-svg2 {
        top: 900px;

        max-width: 50%;
        max-height: 50%;
        transform: translate(-12%, 146%);
    } */

}

/* 对于大屏幕（桌面电脑等），设置适当的样式 */
@media screen and (min-width: 64em) {

    .videoBallEffect video {
        width: 80%;
        margin-left: 15%;
        margin-top: 17%;
        border-radius: 30px;
        /* Place the video ball in the center of the container */
    } 

    .video-container__play-pause-button {
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 20px; /* Adjusted for icons */
        border-radius: 50%;
        transition: background-color 0.3s;
        z-index: 1000; /* Ensure the button is above other elements */
      }
      
      .video-container__play-pause-button:hover {
        background-color: rgba(0, 0, 0, 0.7);
      }


    .playButton {
        position: absolute;
        top: 2em;
    }

    .line-svg {
        /* position: fixed; */
        position: absolute;
        width: 100%;
        z-index: -1;
        top: 23em;
        transform: translate(0%, 56%);
        /* overflow-x: hidden; */
        /* Hide horizontal scrollbar */
    }

    .line-svg2 {
        /* position: fixed; */
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 50%;
        transform: translate(0%, 166%);
        /* overflow-x: hidden; */
        /* Hide horizontal scrollbar */
    }


    .subline {
        position: absolute;
        left: 50%;
        bottom: 1.5%;
        width: max(300px, 22vw);
        height: auto;
        top: auto;
        display: block;
    }

    .frame {
        width: 100%;
        height: 5vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1.5rem;
        /* 将此行调整至 display: flex; 下 */
    }

    .menu {
        right: 3em;
    }

}

/* @media only screen and (orientation: portrait) {
     .containerHakimi {
         display: none; 
     }
     #warning-message {
         display: block; 
     }
 }
 
 @media only screen and (orientation: landscape) {
     .containerHakimi {
         display: block;
     }
 
     #warning-message {
         display: none; 
     }
     
 } */



.rotate {
    position: absolute;
    top: 150;
    left: 0;
    width: 100vw;
    /* Use viewport width to take full width of the screen */
    height: 100vh;
    /* Use viewport height to take full height of the screen */
    display: none;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 999;
}

.rotate img {
    max-width: 80%;
    max-height: 80%;
    /* Ensure the image maintains its aspect ratio */
    margin-top: -22em;
    width: auto;
    /* Let the image adjust its width responsively */
    height: auto;
    /* Let the image adjust its height responsively */
}

#warning-message {
    display: none;
}

/*  ------------- the show more video button----------------- */

.show-more-button {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #eba0a0, #e37777);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    
    /* Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
}


.show-more-button:hover {
    background: linear-gradient(135deg,  #eba0a0, #e37777);
    transform: translateY(-2px);
}

.show-more-button:active {
    background: linear-gradient(135deg,  #e37777, #eba0a0);
    transform: translateY(0);
}

.frame__title-logo {
    transition: opacity 0.3s ease-in-out;
  }
  
  .scrolled .frame__title-logo {
    opacity: 0;
    visibility: hidden;
  }
/*   
  .video-container__play-pause-button {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px; /* Adjusted for icons */
    /* border-radius: 50%;
    transition: background-color 0.3s;
    z-index: 1000; Ensure the button is above other elements */
  /* } */
  
  .video-container__play-pause-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .three-canvas {
    padding-bottom: 10vh;
    mask-image: linear-gradient(to bottom, transparent, black 50%, black 90%, transparent); /* Apply gradient mask */
      -webkit-mask-image: linear-gradient(to bottom, transparent, black 50%, black 90%, transparent); /* Support for WebKit browsers */
    
    }
    #fluid, #distortion-canvas {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 100000;
      }
      
      #distortion-canvas {
        z-index: 1;  /* Ensure this is above the fluid canvas */
      }

      
/* CSS for loader and new circle effect */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(251,100,5);
    background: linear-gradient(90deg, rgba(251,100,5,1) 0%, rgba(209,93,56,1) 43%, rgba(183,89,88,1) 100%, rgba(150,84,128,1) 100%, rgba(109,78,177,1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    pointer-events: none;
}

.no-scroll {
    overflow: hidden;
}

.counter {
  position: fixed;
  left: 50px;
  bottom: 50px;
  display: flex;
  height: 100px;
  font-size: 100px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100px);
  font-weight: 400;
  z-index: 999999;
}

.counter-1, .counter-2, .counter-3 {
    position: relative;
    top: -15px;
}

.num1offset1 {
    position: relative;
    right: -5px;
}

.num1offset2 {
    position: relative;
    right: -10px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 20px;
    transform: translate(-50%, -50%);
    display: flex;
    background-color: #ffc8a7;
}

.loader-1, .loader-2, .loader-3, .loader-4 {
    position: relative;
    width: 100px;
    background: #fff;
}

.bar {
    height: 20px;
}

.circle-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    pointer-events: none;
}


.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(251,100,5);
  background: linear-gradient(90deg, rgba(251,100,5,1) 0%, rgba(209,93,56,1) 43%, rgba(183,89,88,1) 100%, rgba(150,84,128,1) 100%, rgba(109,78,177,1) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  pointer-events: none;
  font-family: "Poppins", sans-serif;
}

.no-scroll {
  overflow: hidden;
}

.num1offset1 {
  position: relative;
  right: -5px;
}

.num1offset2 {
  position: relative;
  right: -10px;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 20px;
  transform: translate(-50%, -50%);
  display: flex;
  background-color: #ffc8a7;
}

.loader-1, .loader-2, .loader-3, .loader-4 {
  position: relative;
  width: 100px;
  background: #fff;
}

.bar {
  height: 20px;
}

.fade-out {
  animation: fadeOut 1s linear;
}

@keyframes fadeOut {
  0% {
      background-color: white;
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}


  /* eND OF LOADER */
