@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: prompt;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #121212;
    color: white;
    overflow-x: hidden;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

nav menu {
    display: flex;
    list-style: none;
    align-items: center;
    position: relative;
}


nav menu svg {
    cursor: pointer;
    width: 80px;
    margin-top: 10px;
}

nav menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    width:15vw;
}

nav menu li a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    transition: color 0.3s ease;
    font-weight: 100;
    font-size: 13px;
}

nav menu li a:hover {
    color: #ffd700;
}

.color{
    width: 600px;
    height: 550px;
    position: absolute;
    top: -180px; /* Move it slightly above the screen */
    right: -180px;
    z-index: -1;
    background: radial-gradient(#FF805E 0%, #0000 72%);
    filter: blur(60px);
    opacity: 0.8;
}
.color2{
    width: 500px;
    height: 350px;
    position: absolute;
    top: 15px; /* Move it slightly above the screen */
    right: 70px;
    z-index: -1;
    background: radial-gradient(#3AD35D 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(133deg);
    opacity: 0.8;
}
.color3{
    width: 500px;
    height: 450px;
    position: absolute;
    top: 150px; /* Move it slightly above the screen */
    right: 10px;
    z-index: -1;
    background: radial-gradient(#1999BD 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(133deg);
    opacity: 0.8;
}
.color4{
    width: 400px;
    height: 550px;
    position: absolute;
    top: 20px; /* Move it slightly above the screen */
    right: -90px;
    z-index: -1;
    background: radial-gradient(#8119BD 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(128deg);
    opacity: 0.6;
}

.color5{
    width: 450px;
    height: 550px;
    position: absolute;
    top: 25rem; /* Move it slightly above the screen */
    left: 30px;
    z-index: -1;
    background: radial-gradient(#8119BD 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(105deg);
    opacity: 0.8;
}

.color6{
    width: 550px;
    height: 650px;
    position: absolute;
    top: 20rem; /* Move it slightly above the screen */
    left: 50px;
    z-index: -2;
    background: radial-gradient(#3AD35D 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(30deg);
    opacity: 0.6;
}
.color7{
    width: 400px;
    height: 550px;
    position: absolute;
    top: 29rem; /* Move it slightly above the screen */
    left: 110px;
    z-index: -3;
    background: radial-gradient(#1999BD 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(155deg);
    opacity: 0.6;
}
.color8{
    width: 550px;
    height: 650px;
    position: absolute;
    top: 17rem; /* Move it slightly above the screen */
    left: -230px;
    z-index: -2;
    background: radial-gradient(#FF805E 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(30deg);
    opacity: 0.6;
}

.quote {
    margin: 1rem;
    font-size: 1.2rem;
    width: 400px;
    display: flex;
    padding-left: 1rem;
    margin-left: 5rem;
    font-weight: 100;
}
.scroll{
    position: absolute;
    width: 90px;
    text-align: end;
    right:2%;
    z-index: 2;
}

.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-right: 10rem;
}

.hero h2 {
    font-size: 3rem;
    text-transform: uppercase;
}

.hero h3 {
    margin-top: -10px;
    font-size: 1.5rem;
    font-weight: lighter;
    padding-right: 395px;
}

/* Name effect */
.name {
    position:absolute;
    top:100%;
    display:block;
    width:110vw;
    left:-30px;
    height:264px;
    overflow:hidden;
}
.name rect { 
    width:500vw;
    height:300px;
}
.name mask {
    height:250px;
}
.name text {
    font-size:400px;
    font-weight: 1000;
}

.about {
    background-color: #D9D9D9;
    color: #000000;
    padding: 5rem;
    padding-bottom: 300px;
}

.about h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

.about p {
    line-height: 1.8;
    font-size: 1rem;
    width: 450px;
}

.about a {
    display: inline-block;
    margin-top: 0.5rem;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease;
}

.about a:hover {
    color: rgb(178, 178, 178);
}

/* to use it when responsive */
/* .image-section {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 4rem 0;
}

.image-placeholder {
    width: 200px;
    height: 200px;
    background: rgba(13, 13, 13, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
} */

.image-section {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    position: relative; 
}

.image-placeholder {
    width: 250px;
    height: 250px;
    background: rgba(13, 13, 13, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    position: absolute; 
}

.image-placeholder img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    border-radius: 20px; 
}

.image-placeholder:nth-child(1) {
    border-radius: 20px; 
    left: 52%;
    top: -87%;
}

.image-placeholder:nth-child(2) {
    border-radius: 20px;
    background: rgba(83, 83, 83, 0.1);
    left: 64%;
    top: 70%;
}

.image-placeholder:nth-child(3) {
    border-radius: 20px; 
    height: 300px;
    left: 75%;
    top: -150%;
}

/* Oucomes effect */
.outcome-effect {
 
    display:block;
    width:110vw;
    aspect-ratio:8.5/1; /* text scale */
    overflow:hidden;
  }
  .outcome-effect rect { 
    width:500vw;
    height:300px;
  }

  .outcome-effect mask {
    height:250px;
  }
  .outcome-effect text {
    font-size:18.5vw;  /* font size text */
    font-weight: 1000;
    align-items: center;
    display: flex;
  }
/* color on the outcomes */
.color9{
    width: 550px;
    height: 500px;
    position: absolute;
    top:-26rem; 
    left: -12rem;
    z-index: -2;
    background: radial-gradient(#FF805E 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(30deg);
    opacity: 0.9;
}
.color10{
    width: 550px;
    height: 400px;
    position: absolute;
    top:-26rem; 
    left: -2rem;
    z-index: -2;
    background: radial-gradient(#1999BD 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(30deg);
    opacity: 0.6;
}
.color11{
    width: 450px;
    height: 600px;
    position: absolute;
    top:-12rem; 
    left: -10rem;
    z-index: -2;
    background: radial-gradient(#8119BD 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(250deg);
    opacity: 0.6;
}
.color12{
    width: 450px;
    height: 500px;
    position: absolute;
    top:-15rem; 
    left: 2rem;
    z-index: -2;
    background: radial-gradient(#3AD35D 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(250deg);
    opacity: 0.6;
}
.color14{
    width: 450px;
    height: 500px;
    position: absolute;
    bottom:3rem; 
    right: -11rem;
    z-index: -2;
    background: radial-gradient(#1999BD 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(250deg);
    opacity: 0.6;
}
.color15{
    width: 450px;
    height: 500px;
    position: absolute;
    bottom: 12rem; 
    right: -2rem;
    z-index: -2;
    background: radial-gradient(#8119BD 0%, #0000 72%);
    filter: blur(60px);
    transform: rotate(250deg);
    opacity: 0.6;
}

.outcomes{
    position: relative;
    padding: 7rem;
}
.titles{
    display: flex;
    gap: 19rem;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.titles h3{
    font-weight: lighter;
}
.content{
    display: flex;
    gap: 13.5rem;
    justify-content: center;
    padding-top: 2rem;
    text-transform: uppercase;
}
.content a{
    color: white;
    font-weight: lighter;
    margin-bottom: 1rem;
}
.content a:hover{
    text-decoration: none;
}
.projects{
    display: flex;
    flex-direction: column;
}
.technical{
    display: flex;
    flex-direction: column;
}
.professional{
    display: flex;
    flex-direction: column;
}
.socials{
    display: flex;
    text-transform: uppercase;
    padding: 1.5rem;
    flex-direction: row;
    gap: 15rem;
    justify-content: center;
}
.socials a{
    color: white;
    font-weight: 100;
    transition: color 0.3s ease;
    text-decoration: none;
}
.socials a:hover{
    color: #a0a0a0;
}
