@media (min-width: 1024px) {
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        position: relative;
    }

    nav {
        display: none;
    }

    .actual-menu {
        display: flex;
        background: #ffffffb7;
        box-shadow: none;
        transition: all .3s ease;
        width: 100%;
        z-index: 1000;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        position: fixed;
        top: 0;
    }

    .actual-menu ul {
        display: flex;
        width: 100%;
    }

    .actual-menu ul li {
        margin: 0 auto;
        list-style: none;
    }

    .actual-menu a {
        color: #000000;
        text-decoration: none;
        transition: all .3s ease;
    }

    .actual-menu a:hover {
        text-shadow: 0 0 15px #fff;
    }
    
    .circle {
        display: none;
    }

    h1 {
        font-size: 4rem;
    }

    .hero {
        padding: 80px 0 20px 0;
        background: url(../images/bg-img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        width: 100%;
    }

    .profile {
        display: none;
    }
    
    .name {
        display: none;
    }

    .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        display: grid;
        background: #00000023;
    }

    .profile2 {
        display: flex;
        height: 500px;
        width: 100%;
        justify-content: center;
    }

    .name2 {
        border-start-start-radius: 20px;
        border-end-end-radius: 20px;
        height: fit-content;
        margin: auto;
        padding: 0;
    }

    .name2 h1 {
        font-size: 5.5rem;
    }

    .name2 p {
        font-size: 1.1rem;
        display: inline;
        margin-right: 20px;
        padding: 10px;
        border-radius: 20px;
        color: #000;
        background: #ffffffb0;
        transition: all .3s ease;
        animation: 3s fadeIn forwards;
    }

    .name2 p:hover {
        background: #fff;
        box-shadow: 0 0 20px #fff;
    }

    .dp {
        width: 30%;
        height: auto;
        margin: auto;
        padding: 0;
    }

    .dp img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .about {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: none;
        box-shadow: none;
        padding: 30px 0;
        padding-top: 50px;
        width: 100%;
    }

    .writing {
        margin: 3px auto;
        padding: 20px;
        width: 27%;
        display: grid;
        text-align: left;
    }

    .writing h1 {
        text-align: center;
        margin: 0;
    }

    .writing p {
        font-weight: 500;
    }

    .writing b {
        font-weight: 700;
        color: #000000f5;
    }

    .pic {
        width: 100%;
        margin: 10px auto;
    }
    
.story {
  display: none;
  box-shadow: inset 13px 13px 26px #bebebe, inset -13px -13px 26px #fff;
  padding: 3px 10px;
  margin: 20px auto;
  border-radius: 20px;
}

.story.active {
  display: block;
}

#storyLinks {
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  position: fixed;
  bottom: 50px;
  right: 20px;
  height: fit-content;
  width: 420px;
  font-size: 1.5rem;
  padding: 5px 10px;
  border-radius: 20px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 0 20px #000000d5;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #ffffffb2;
  z-index: 1000;
}

#storyLinks.show {
  max-height: 1000px; /* Adjust if needed */
}

#storyLinks button {
  display: block;
  margin: 5px 0;
  border: none;
  box-shadow: 0 0 30px #0000008f;
  border-radius: 20px;
  height: fit-content;
  width: fit-content;
  font-size: 25px;
  padding: 5px 10px;
  color: #000000b6;
}

#storyLinks button:hover {
  color: #ffffffce;
  background: #000000d2;
  transition: all .3s ease;
}

#storyButton {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  height: fit-content;
  width: fit-content;
  font-size: 1.5rem;
  border-radius: 20px;
  color: #ffffffce;
  background: #00000052;
  transition: all .3s ease;
  padding: 5px 10px;
  box-shadow: 0 0 20px #0000008f;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  width: 120px;
  z-index: 1000;
  width: 440px;
}

#storyButton:hover {
  color: #000000d2;
  background: #ffffffce;
  transition: all .3s ease;
}

#storyButton.open::after {
  content: "▲";  /* Up arrow when open */
  margin-left: 5px;
}

#storyButton::after {
  content: "▼"; /* Down arrow when closed */
  margin-left: 5px;
}

    .showcase {
        background: none;
    }

    .art {
        padding-bottom: 40px;
    }

    .art .title {
        width: 40%;
    }

    .art .title h1 {
        font-weight: 200;
        font-size: 3rem;
        color: #00000093;
    }

    .media {
        display: flex;
        background: none;
        padding: 40px;
        color: #000000af;
        box-shadow: 13px 13px 26px #bebebe, -13px -13px 26px #ffffff;
        text-align: center;
        border-radius: 40px;
        margin: 40px auto;
    }
    
    .media img {
        width: 42%;
        margin: 30px 0;
        float: left;
        box-shadow: none;
    }

    .media video {
        width: 42%;
        margin: 30px 0;
        float: right;
        box-shadow: none;
    }

    .para {
        margin: auto;
        width: 45%;
    }

    .launch {
        height: fit-content;
    }

    .launch .title h1 {
        font-size: 3.4rem;
        background: linear-gradient(90deg, #1a1a1a80, #8a8a8a, #ffffffd0, #1b1b1bc5, #000000e1);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .yt {
        /* The height: 600px; is no longer necessary as the aspect ratio controls the height */
        margin: 30px 0;
        width: 50%;
    }
    
    /* ... existing iframe background style is now on the wrapper's iframe ... */

    .yt-video-wrapper iframe {
        background: #000;
    }


    .title img {
        height: 120px;
        width: auto;
        margin: 0;
        margin-bottom: -10px;
        filter: drop-shadow(0 0 20px #ffffff91);
    }

    iframe {
        background: #000;
    }

    .contact {
        padding-top: 100px;
    }

    .contact .title h1 {
        font-size: 14rem;
        font-weight: 100;
    }

    .connect img {
        height: 45px;
        width: auto;
    }

    .get-in-touch {
        font-size: 1.1rem;
    }

    .get-in-touch a {
        transition: all .3s ease;
    }

    .get-in-touch a:hover {
        text-shadow: 0 0 10px #fff;
    }

    .flex {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 90%;
    }

    textarea {
        width: 50px;
    }
}