:root {
  --bg: #0F0A1A;
  --surface: #1A0F2E;

  --primary: #7C3AED;
  --primary-light: #A78BFA;
  --accent: #EC4899;

  --text-main: #F9FAFB;
  --text-secondary: #D1D5DB;
  --text-muted: #9CA3AF;

  --border: #2E1A47;
}

*{
    list-style: none;
    color: white;
    text-decoration: none;
}

html{
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body{
    margin: 0;
    color: white;
    padding: 0;
    box-sizing: border-box;
  background: #0F0A1A;
}

html,body{
    overflow-x: hidden;
}

header{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding-block-start: 1.3rem;
 padding-inline: 1.5rem;
}

header, footer {
  background-color: var(--surface);
}

footer{
 padding-block: 1.3rem;
 padding-inline: 1.5rem;
}

.nigga_2  li{
    margin-block-end: 5px;
}


li a {
  color: var(--text-secondary);
}

li a:hover {
  color: var(--primary);
  background: none;
  text-shadow: none;
}


ul li{
    display: inline-block;
    padding: 0.7rem;
}

li a:active, li a:hover{
    background: linear-gradient(90deg, #4c0080, #9b4dff, #ffcc66);
    background-clip: text;
    color: transparent;
    text-shadow: 0 3px 8px rgba(76, 0, 128, 0.45),
                 0 0 12px rgba(155, 77, 255, 0.4);

}

::placeholder{
    color: white;
    transition: all .45s ease;
}

.Main_Aisha{
    font-size: 30px;
    font-weight: 800;
     background: linear-gradient(90deg, var(--primary), var(--accent));
  background-clip: text;
  color: transparent;
                   animation: gradientShift 6s ease infinite;
}
.sect_01 p{
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-size: 12px;
}

.sect_01 a{
    color: white;
}

.sect_01 a i{
    font-size: 20px;
    margin-inline-end: 10px;
}

.nigga_uzumaki h2{
background: linear-gradient(90deg, var(--primary), var(--accent));
background-clip: text;
color: transparent;  
    font-size: 34px;
    color: transparent;
    animation: gradientShift 6s ease infinite;
}

.nigga_uzumaki li{
    margin-block-end: 10px;
}

.footer_Aisha{
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(270deg, #9333EA, #EC4899, #A855F7);
  background-size: 600% 600%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.nigga_2{
    background: linear-gradient(290deg, #1b0629, #4a00ac, #66ff87);
    background-clip: text;
    color: transparent;
    
    text-shadow: 0 10px 8px rgba(76, 0, 128, 0.45),
                 0 0 12px rgba(155, 77, 255, 0.4);
                 font-family: 'Playfair', serif;
}

.bigboi{
    align-items: center;
    display: grid;
  place-items: center;
    grid-template-columns: repeat(3, 2fr);
    gap: 1rem;
}
.footer_p{
 text-align: center;
 font-size: min(3rem, 100%);
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
}


section{
    padding: 160px 15% 120px;
    color: transparent;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.45s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.hi{
    font-size: clamp(1.5rem, 4vw + 1rem, 3rem);
    display: block;
    color: white;
}

.top_notch{
    background: linear-gradient(90deg, var(--primary), var(--accent));
background-clip: text;
color: transparent;
    text-shadow: 0 3px 8px rgba(76, 0, 128, 0.45),
                 0 0 12px rgba(155, 77, 255, 0.4);
                 font-size: 30px;

}

.oneandonly{
    display: block;
}

.pers{
line-height: 1.5;
font-size: 17px;
}

.grid{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 200px;
    gap: 4.5rem;
}

.main1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('aish.jpg');
    background-position: center;
    background-size: cover;
    margin-top: 0;
    background-repeat: no-repeat;
}

.imagine{
    cursor: pointer;
    position: relative;
    width: 30vw;
    border: 1px solid white;
    border-radius: 50%;
      box-shadow: 
        0 0 10px rgba(255, 105, 180, 0.7), 
        0 0 20px rgba(186, 85, 211, 0.6),  
        0 0 40px rgba(148, 0, 211, 0.5),  
        0 0 60px rgba(255, 20, 147, 0.4);
}


.abt_me{
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size: 50px;
    margin-bottom: 2em;
}

.spin{
    color:#4c0080;
}

.abt_skills{
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size: 50px;
    margin-bottom: 2em;
}

.abt_projects{
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size: 50px;
    margin-bottom: 2em;
}

.icon{
  color: var(--primary-light);
    width: 15%;
}

button{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    border: none;
    border-radius: 20px;
    color: white;
    cursor: pointer;
  background: var(--primary);
    padding: 12px;
    border: none;
    border-radius: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(212, 0, 146, 0.35);
}


button:hover, button:active {
    background: white;
    background: var(--accent);
  color: white;
   color: #d40092;
   border: 1px solid #d40092;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 0, 146, 0.45);
  }

.abt_aish{
background: linear-gradient(90deg, var(--primary), var(--accent));
background-clip: text;
color: transparent;
    text-shadow: 0 3px 8px rgba(76, 0, 128, 0.45),
                 0 0 12px rgba(155, 77, 255, 0.4);
                 font-size: 30px;
}

.p_creative{
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
}

.one_2{
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    font-weight: 600;
          box-shadow: 
        0 0 10px rgba(255, 105, 180, 0.7), 
        0 0 20px rgba(186, 85, 211, 0.6),  
        0 0 40px rgba(148, 0, 211, 0.5),  
        0 0 60px rgba(255, 20, 147, 0.4);
        transition: all .45s ease;
        position: relative;
}


.h23{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 40vw;
}

.one_2:hover{
    box-shadow: none;
    transform: translateY(-32px);
}
.one_1, .one_2 {
  background: var(--surface);
  color: white;
  border: 1px solid var(--border);
}

.one_1{
    width: 20vw;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    transition: all .45s ease;
}
 .nigga_2 h2{
      animation: gradientShift 6s ease infinite;
       background: linear-gradient(90deg, #9333EA, #EC4899);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 34px;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-shadow: 0 0 20px rgba(236, 72, 153, 0.35);
 }

.one_1 p{
    font-weight: 200;
    line-height: 1.5;
}
.one_1:hover{
          box-shadow: 
        0 0 10px rgba(255, 105, 180, 0.7), 
        0 0 20px rgba(186, 85, 211, 0.6),  
        0 0 40px rgba(148, 0, 211, 0.5),  
        0 0 60px rgba(255, 20, 147, 0.4);
    transform: translateY(-32px);
}
.btnes{
    width: 80%;
}
.one_1 h3{
    font-size: 20px;
      background: linear-gradient(90deg, var(--primary), var(--accent));
background-clip: text;
color: transparent;
    color: transparent;
    text-shadow: 0 3px 8px rgba(76, 0, 128, 0.45),
                 0 0 12px rgba(155, 77, 255, 0.4);
                 font-weight: 800;
}

.one_2 h3{
    font-size: 20px;
         background: linear-gradient(90deg, var(--primary), var(--accent));
background-clip: text;
color: transparent;
    text-shadow: 0 3px 8px rgba(76, 0, 128, 0.45),
                 0 0 12px rgba(155, 77, 255, 0.4);
}


.bx{
    font-size: 30px;
}


.contain{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3.5rem;
}

.pixel_red{
color: var(--accent);
background: none;
}

header .bx{
    display: none;
}

.phonto{
     background: conic-gradient(
    #ec4899,
    #8b5cf6,
    #22d3ee,
    #ec4899
    );
    color: transparent;
    background-clip: text;
}



.canva{
    color: transparent;
      background: conic-gradient(
    from 180deg,
    #2563eb,
    #4f46e5,
    #8b5cf6,
    #22d3ee,
    #14b8a6,
    #2563eb
  );
 background-clip: text;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.35);
}


.bx-link-external{
 color: var(--primary-light);
    display: none;
}

.go{
  display: flex;
  justify-content: center;
  align-items: center;     
}

.carousel_container{ 
    padding: 50px;
    display: flex;
    gap: 2rem;
    border-radius: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    anchor-name: --me;
    scroll-marker-group: after;
}

.carousel_container::scroll-marker-group{
 display: flex;
 align-items: center;
 justify-content: center;
 gap: .5em;
}

.carousel_card::scroll-marker{
    content: '';
    background-color: white;
    width: 20px;
    transition: all .45s ease;
    height: 20px;
    border-radius: 50%;
}

.carousel_card::scroll-marker:target-current{
    background-color: #ec4899; 
}

.carousel_card{
    scroll-snap-align: start;
    aspect-ratio: 5 / 3s;
    align-items: center;
    margin: 0 0 3em;
    justify-content: center;
    cursor: pointer;
    width: min(700px, 90%);
    height: 20rem;
    transition: all .45s ease;
    border-radius: 20px;
}

.carousel_card::no-hover{
    opacity: 0.5;
}

.carousel_card:hover, .carousel_card:active{
    transform: scale(1.10);
}

.carousel_container::scroll-button(right), .carousel_container::scroll-button(left){
    content: '→';
    box-shadow: 
        0 0 10px rgba(255, 105, 180, 0.7), 
        0 0 20px rgba(186, 85, 211, 0.6),  
        0 0 40px rgba(148, 0, 211, 0.5),  
        0 0 60px rgba(255, 20, 147, 0.4);
    width: 40px;
    text-align: center;
    height: 40px;
    border: none;
    font-weight: 900;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    position: fixed;
    position-anchor: --me;
    position-area: right center;
    translate: 50%;
    background-color: var(--primary);
    transition: all .45s ease;

    border-radius: 50%;
}



.carousel_container::scroll-button(right):hover, .carousel_container::scroll-button(right):active{
     background-color: white;
color: var(--primary);
}

.carousel_container::scroll-button(left):hover, .carousel_container::scroll-button(left):active{
     background-color: white;
color: var(--primary);
}

.carousel_container::scroll-button(right):disabled, .carousel_container::scroll-button(left):disabled{
    opacity: 0.5;
    cursor: auto;
}


 .carousel_container::scroll-button(left){
    content: ' ←';
    position-area: left center;
    translate: -50%;
 }

.carousel_container::-webkit-scrollbar{
    display: none;
}


.abt_contact{
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: white;
    font-size: 50px;
    margin-bottom: 2em;
}

.contact-form form input,
.contact-form form textarea {
  background-color: var(--surface);
  color: var(--text-main);
  border: 1px solid var(--border);
}

.contact_contain{
    width: 35vw;
    border-radius: 15px;
    border: 1px solid #ff4b4b;
    padding: 50px;
    margin: 40px auto;
    display: block;
}
.contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2.5rem;
}

.contact-text h2 {
    font-size: 50px;
    color: white;
    line-height: 1;
}

.contact-text h4 {
    margin: 18px 0;
    font-size: 30px;
    font-weight: 600;
}

.contact-text p {
    color: white;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.contact-text .list {
    margin-bottom: 2.8rem;
}

.contact-text .list li {
    margin-bottom: 12px;
} 

.contact-text .list li a {
    display: block;
    color: var(--text-color-two);
    font-size: 14px;
    transition: all .45s ease;
}





.contact-text .iconee i {
    width: 45px;
    height: 45px;
    color: white;
    font-size: 22px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all .45s ease;
}




.contact-text .iconee i:hover {
    color: #ec4899 ;
}

.contact-form form {
    position: relative;
}

.contact-form form input, .contact-form form textarea {
    width: 100%;
    padding: 14px;
    background-color: #4c0080 ;
    color: #ccc;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.contact-form form textarea {
    resize: none;
    height: 240px;
}

.contact-form form .submit {
    width: 150px;
    display: inline-block;
  background: var(--primary);
  color: white;
   font-size: 16px;
    transition: all .45s ease;
}


.contact-form form .submit:hover {
    transform: scale(1.1);
    cursor: pointer;
}



.menu-toggle{
    display: none;
}


  
@media (max-width: 1480px){
        section {
        padding: 110px 12% 60px;
    }
}

@media (max-width: 908px){
    .contact {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2.5rem;
}
    .in_flex{
display: grid;
grid-template-columns: 1fr;    
gap: 10px;
}

footer{
    text-align: center;
}

.bigboi{
    grid-template-columns: 1fr;
    justify-content: center;
}
.contain{
    display: grid;
    grid-template-columns:  1fr; 
}
    .grid{
        display: grid;
        grid-template-columns: 1fr;
    }

    .imagine{
        cursor: pointer;
        display: grid;
        justify-content: center;
        width: 50vw;
    }
    
    .h23{
        width: 70vw;
    }

    .one_1{
width: 70vw;
transition: all .45s ease;
    }
    .one_1:hover, .one_1:active{
          box-shadow: 
        0 0 10px rgba(255, 105, 180, 0.7), 
        0 0 20px rgba(186, 85, 211, 0.6),  
        0 0 40px rgba(148, 0, 211, 0.5),  
        0 0 60px rgba(255, 20, 147, 0.4);
    }

}

.footer {
  background: var(--surface);
  color: var(--text-secondary);
  padding: 70px 8% 30px;
}

/* GRID LAYOUT */
.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

/* BRAND */
.footer-logo {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
}

.footer-brand p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 250px;
}

/* HEADINGS */
.footer h3 {
  color: var(--text-main);
  margin-bottom: 12px;
  font-size: 16px;
}

/* LINKS */
.footer ul {
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: var(--text-secondary);
  font-size: 14px;
  transition: 0.3s ease;
}

.footer ul li a:hover {
  color: var(--primary);
  transform: translateX(5px);
}

/* CONTACT */
.footer-contact p {
  font-size: 14px;
  margin-bottom: 6px;
}

/* SOCIAL */
.social-icons {
  margin-top: 10px;
}

.social-icons a {
  font-size: 20px;
  margin-right: 12px;
  color: var(--text-secondary);
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: var(--primary);
  transform: translateY(-3px);
}

/* DIVIDER */
.footer-bottom {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  font-size: 13px;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer {
    text-align: center;
    padding: 50px 6%;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-brand p {
    margin-inline: auto;
  }

  .social-icons {
    justify-content: center;
    display: flex;
  }

  .footer ul li a:hover {
    transform: none;
  }
}



@media (max-width: 615px){
      .nav-links {
    position: absolute;
    top: 90px;
    right: 0;
    background: var(--surface);
    flex-direction: column;
    width: 100%;
    display: none;
    transition: all .45s ease;

  }

  li{
    margin: 10px;
  }


  .nav-links.active, .nav-links:hover {
    display: flex;
  }

  .menu-toggle {
    display: block;

  }

  .one_1 .bx{
    text-align: center;
  }
}


@media (max-width: 590px){

          .nav-links {
    position: absolute;
    top: 60px;
    right: 0;
    flex-direction: column;
    width: 100%;
    display: none;
    transition: all .45s ease;
  }

  .contact-text h2{
    font-size: 30px;
  }
  .contact-text h4{
    font-size: 25px;
  }

    button{
        width: 70vw;
    }

    .contact-form form input, .contact-form form textarea {
    width: 70vw;
    }

.top_notch{
    font-size: 20px;
}

.Main_Aisha{
    font-size: 20px;
}
    .one_1{
width: 60vw;
transition: all .45s ease;
    }
    .one_1:hover, .one_1:active{
          box-shadow: 
        0 0 10px rgba(255, 105, 180, 0.7), 
        0 0 20px rgba(186, 85, 211, 0.6),  
        0 0 40px rgba(148, 0, 211, 0.5),  
        0 0 60px rgba(255, 20, 147, 0.4);
    }

}
@media (max-width: 393px){
    button{
        width: 50vw;
    }
  .one_1 .bx{
    text-align: center;
  }
          .nav-links {
    position: absolute;
    top: 48px;
    right: 0;
    flex-direction: column;
    width: 100%;
    display: none;
  }
    .pers{
        font-size: 10px;
        color: white;
    }

    .p_creative{
                font-size: 10px;
    }

    .one_1 h3{
        font-size: 20px;
    }
.one_1 p{
    font-size: 10px;
}
       .one_2 h3{
        font-size: 10px;
    }

    .carousel_card::scroll-marker{
    content: '';
    background-color: white;
    width: 15px;
    transition: all .45s ease;
    height: 15px;
    border-radius: 50%;
}


.contact-text p{
    font-size: 10px;
}

  .contact-text h2{
    font-size: 30px;
  }
  .contact-text h4{
    font-size: 25px;
  }

    .imagine{
        width: 70vw;
    }
    .carousel_card{
        width: 100%;
    }
    .carousel_container{
        padding: 30px;
    }

    .carousel_container::scroll-button(right), .carousel_container::scroll-button(left){
        width: 30px;
        height: 30px;
        margin: -20px;
    }

    .abt_skills, .abt_me, .abt_projects{
        font-size: 30px;
    }

    .Main_Aisha{
        font-size: 15px;
    }
}



@media (max-width: 283px){
        button{
        width: 70vw;
    }
.footer_p, .nigga_2 li{
    font-size: 10px;
}
      .one_1 .bx{
    text-align: center;
  } 

    .contact-text h2 {
    font-size: 30px;
    line-height: 1;
}

.contact-text h4 {
    font-size: 19px;
}

.contact-text p{
 font-size: 10px;
}


        .one_1{
            font-size:10px;
            text-align: left;
width: 50vw;
transition: all .45s ease;
    }
    .one_1:hover, .one_1:active{
          box-shadow: 
        0 0 10px rgba(255, 105, 180, 0.7), 
        0 0 20px rgba(186, 85, 211, 0.6),  
        0 0 40px rgba(148, 0, 211, 0.5),  
        0 0 60px rgba(255, 20, 147, 0.4);
    }

    .one_1 h3{
        font-size: 13px;
        text-align: center;
    }

       .carousel_card{
        width: 100%;
    }
    .carousel_container{
        padding-inline: 10px;
        padding-block: 20px;
    }

    .carousel_container::scroll-button(right), .carousel_container::scroll-button(left){
        width: 30px;
        height: 30px;
        margin: -20px;
    }
    .footer h2{
        font-size: 25px;
    }

     .footer p{
        font-size: 12px;
    }

}


@media (max-width: 183px){

            .one_1{
            font-size: 4px;
            text-align: center;
width: 40vw;
transition: all .45s ease;
    }
   .one_1:hover, .one_1:active{
          box-shadow: 
        0 0 10px rgba(255, 105, 180, 0.7), 
        0 0 20px rgba(186, 85, 211, 0.6),  
        0 0 40px rgba(148, 0, 211, 0.5),  
        0 0 60px rgba(255, 20, 147, 0.4);
    }

   .one_1 h3{
        font-size: 10px;
    }
}


