






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

body {
    font-weight: 350;
    font-size: 20px;
    line-height: 1.3;
    background: #5c3979;
    color: #ccc;
    overflow-x: hidden;
    font-family: 'Trebuchet MS',
    'Montserrat', sans-serif;
}



.background{
    background-image: url(/img/fakeimg.png);
    background-size: 150%;
    background-repeat: no-repeat;
    background-color:#edca1e;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: circle(20% at 55% 50%);
    z-index: -1;
}



section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding:20px;
    margin:20px;
}

.fifty {
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    gap: 1rem;
    width: 50%;
    height: 100%;
    display: flex;
}

.fifty.right {
    margin-left: 50%;
}

a {
    color: #edca1e;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}


a:hover {
    transform: scale(1.1);

}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 1.8rem;
}

h1, h2 {
    font-weight: 600;
}

h1, h2, h3 {
    color: #fff;
}

h2:after {
    content: '';
    width: 5rem;
    display: block;
    margin-top: 0.5rem;
    border-bottom: 5px dashed #edca1e;
}

h3 {
    font-weight:lighter;
}

h4 {
    font-size: 1.50rem;
}

.dots {
    display: block;
    height: auto;
    position: relative;
    margin: 20px auto;
   
}



.dots1 {
    display: block;
    height: auto;
    position: relative;
    z-index: -2;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 100px;
    
   
   
}

.dots2 {
    width:30%;
    padding:1em;
    padding-top: 40%;
    margin-right: 10%;
    
}

blockquote {
    font-style: italic;
    padding: 2rem;
    background: rgb(255, 255, 255, 0.1);
    border-radius: 1rem;
}

blockquote::after, blockquote::before {
    font-size: 2rem;
    content: '"';
    color: #edca1e;
    
}



.skill-box {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(4,1fr);
    width: 50%;
    margin: 10px auto;
    align-items:left;
    justify-content: left;
    left: 0;
    margin-left: 0;
    
    

}

.skill-box span {
    box-sizing: border-box;
    font-size: 85%;
    padding: 0.25rem 0.75rem;
    font-weight: 300;
    border-radius: 1rem;
    margin: 0 0.2rem 0.5rem 0;
    border: 1px solid #edca1e;
    width: fit-content;
    display: inline-block;
}

.skill-box span:hover {

    background: #edca1e;
    color: #5C3979;
}


.projects-box {
    display: flex;
    gap: 15px; /* Increased spacing between cards */
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
    justify-items: left !important;
    align-items: flex-start !important; /* Align items to the left */
    justify-content: flex-start !important; /* Ensure alignment starts from the left */


  }

.projects-box p { 
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.projects p span {
    text-align:right;
}

.justify {
    text-align: justify;
    
}

.white { color:white;}








    .skills-section { 
     margin: 20px auto;
     display: block;
     width: 100%;
     padding: 60px;
     
     
    }

    

    /* EXPANDING PROJECTS */


      
 
     
      .projects-section {
        display: block;
        color: #ccc;
        margin: 20px auto;
        padding: 60px;
        justify-items: left;
        align-items: left !important;

 
      }
      
 
      
      .project {
        flex: 1 1 calc(33.33% - 30px); /* Ensures cards are the same size */
        background-color:#6D4D87;
        border: 4px solid  #edca1e ;
        padding: 10px;
        border-radius: 5px;
        box-sizing: border-box;
        justify-content: center;
        text-align: center;
        align-items: center;
        min-height: 100px;
        min-width: 200px;
        max-width: 300px;
        display: block;
        margin: 20px auto;
        filter: grayscale(0%);
        transition: filter 0.3s ease, transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
      }

      .project:hover {
        filter: grayscale(0%);
        transform: scale(1.1);
      }
      .project h4 {

        font-weight: 200;
        color:#5C3979;
      }

      .description {
        font-size: 18px;
        justify-content: center;
        text-align: center;
        align-items: center;
        display: block;
      }
      
      .project img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 5px;
        transition: filter 0.3s ease;
       
        border: 4px solid  #edca1e ;
      }

      .project img:hover {
        width: 100%;
        height: 150px;
        object-fit: cover;
        filter: grayscale(0);
      }
      
      .project-info {
        margin-top: 15px;
      }
      
      .project-info h4 {
        margin: 10px 0;
        font-size: 1.1em;
        color: white;
      }
      
      .project-info p {
        font-size: 0.9em;
        
      }

   
      
      .project-info span {
        color: white;
        justify-content: justify
      }
      
    
      .project-info a {
        color: #5c3979;
        color: #edca1e;
      }
      
      .project-link {
        font-size: 16px;
        margin: 20px auto;
        display: inline-block;
        padding: 8px 12px;
        background-color: #edca1e ;
        color: #5c3979 !important;
        text-decoration: none;
        border-radius: 5px;
        transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
      }
      
      .project-link:hover {
        background-color: #5c397900;
        color:#edca1e !important ;
        transform: scale(1.2);
      }

      
      .read-more {
        background: none;
        border: none;
        color: #edca1e;
        cursor: pointer;
        margin-top: 5px;
      }
      
      .more-text {
        display: none;
      }
      
      .show-more .more-text {
        display: block;
        margin: 10px auto;
        font-size: 16px;
        text-align: justify;
        width:90%;
      }

      .technologies {
        display: block;
        margin: 5px auto;
        font-size: 14px;
        text-align: center;
        width:90%;
        justify-content: center; 
        font-weight: 300;
       
        
      }

      .technologies strong{
        display: block;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        justify-content: center;
        padding: 0;
        
      }

      .technologies p, .technologies span{
        display: block;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        font-weight: 100;
        justify-content: center;
        padding: 0;
      }
      
      
      .show-more .dots {
        display: none;
      }
      

     
      
    
    /* END - EXPANDING PROJECTS */

    .aboutme {  display:block; margin: 20px auto;}
    
    .paddingnegative{margin: 1000px auto; display: block;}




@media screen and (max-width: 1020px) {

    .quote {
        margin: 0 auto;
        padding: 60px 0 0 0;
        width: 100%;
        font-size: 25px;
   }

   .quotetext {
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    text-align: left;
    justify-content: center;
    align-items: center;
}
.skills-section h3 {
   
    margin: 10px auto;

}


    
  .project {
      flex: 1 1 calc(33.33% - 30px); /* Ensures cards are the same size */
      background-color:#6D4D87;
      border: 4px solid  #edca1e ;
      padding: 10px;
      border-radius: 5px;
      box-sizing: border-box;
      justify-content: center;
      text-align: center;
      align-items: center;
      display: block;
      margin: 0 20px 0 20px auto;
      min-height: 200px;
      min-width: 300px;
      max-width: 300px;
      filter: grayscale(0%);
      transition: filter 0.3s ease, transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .project:hover {
      filter: grayscale(0%);
      transform: scale(1.1);
    }

    .project h4 {

      font-weight: 200;
      color: white;
    }

    .project a {
      margin: 10px auto;
      color:#C7C5C8 !important;
    }

    .project-info span {
      color: white;
      font-size: 18px;
      justify-content: justify;
    }
    
    
    .project-info a {
      color: #5c3979;
      font-size: 18px;
      justify-content: justify;
    
    }
    
    .project-link {
      font-size: 14px !important;
      margin: 20px auto;
      display: inline-block;
      margin-top: 10px;
      padding: 8px 12px;
      background-color: #edca1e ;
      color: #5c3979 !important;
      text-decoration: none;
      border-radius: 5px;
      transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    
    .project-link:hover {
      background-color: #5c397900;
      color:#edca1e !important ;
      transform: scale(1.2);
    }

    .more-text {
      display: none;
    }
    
    .show-more .more-text {
      display: block;
      margin: 10px auto;
      font-size: 16px;
      text-align: justify;
      width:90%;
    }

    
    .technologies {
      display: block;
      margin: 5px auto;
      font-size: 14px;
      text-align: center;
      width:90%;
      justify-content: center; 
      font-weight: 300;
      
      
    }

    .technologies strong{
      display: block;
      margin: 0 auto;
      text-align: center;
      justify-content: center;
      padding: 0;
      
    }

    .technologies p, .technologies span{
      display: block;
      margin: 0 auto;
      font-size: 14px;
      text-align: center;
      font-weight: 100 !important;
      justify-content: center;
      padding: 0;
    }

  section{
      width: 100%;
      display: block;
      align-items: center;
      margin: 20px auto;
      height: auto;
  }
  .section{
      width: 100%;
      display: block;
      align-items: center;
      margin: 20px auto;
      height: auto;
  }

  .container{
      width: 100%;
      display: block;
      align-items: center;
      margin: 0 auto;
      height: auto;
  }
     
  .skill-box {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    margin: 10px auto;
    

}



    .fifty {
      width: 100%;
      display: block;
      align-items: center;
      margin: 0px auto;
      height: auto;
      padding: 20px;
  }


  .background{
    
      background-size: 100%;
      background-repeat: no-repeat;
      display:none;
      height: 100lvh;
      width: 50%;
      z-index: -1;
  }

  .right {
          width: 100%;
          display: block;
          align-items: center;
          margin: 0px auto;
          height: auto;
          padding: 20px;
      }

  .fifty.right {
      height:fit-content;
      display: block;
      margin: 0px auto;
      padding: 20px;
  }

  .projects-box {
      display: flex;
      gap: 20px; /* Increased spacing between cards */
      flex-wrap: wrap;
      padding: 10px;
      margin: 0 auto;
      justify-items: left;
      align-items: flex-start !important; /* Align items to the left */
      justify-content: flex-start !important; /* Ensure alignment starts from the left */

  
    }

  .projects-box p {
      width: 100%;
      display: block;
      align-items: center;
      margin: 10px auto;
      height: auto;
  }

  .projects-section{
      width: 100%;
      display: block;
      margin: 0px auto;
      height: auto;
      padding: 0px 20px 10px 20px;
      align-items: left !important;
      justify-items: left;


  }

  .skills-section { 
      margin: 20px auto;
      display: block;
      width: 100%;
      padding: 0px 20px 10px 20px;
      }

  .aboutme {
      width: 100%;
      display: block;
      align-items: center;
      margin: 0px auto;
      height: auto;
      padding: 0;
      
  }


  .skill-box span {
      box-sizing: border-box;
      font-size: 85%;
      padding: 0.25rem 0.75rem;
      font-weight: 300;
      border-radius: 1rem;
      margin: 0 0.2rem 0.5rem 0;
      border: 1px solid #edca1e;
      width: fit-content;
      display: inline-block;
  }
  
  .skill-box span:hover {
  
      background: #edca1e;
      color: #5C3979;
  }




  article{
    margin: 20px auto;

  }


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


  .dots {
      display: block;
      height: auto;
      position: relative;
      margin: 0px auto;
      margin: 10px 0 90px 0px auto !important;
      
  }
  
  .dots1 {
      display: block;
      height: auto;
      position: relative;
      z-index: -2;
      width: 100%;
      max-width: 500px;
      margin: 10px 0 40px 0px auto !important;
      min-width:300px;
      
      
      
      
  }


   
}







@media screen and (min-width:1020px) {


    *, *::before, *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        
    }
    
    body {
        font-weight: 350;
        font-size: 20px;
        line-height: 1.3;
        background: #5c3979;
        color: #ccc;
        overflow-x: hidden;
        font-family: 'Trebuchet MS',
        'Montserrat', sans-serif;
    }
    
    
    
    .background{
        background-image: url(/img/fakeimg.png);
        background-size: 150%;
        background-repeat: no-repeat;
        background-color:#edca1e;
        height: 100%;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        clip-path: circle(20% at 55% 50%);
        z-index: -1;
    }
    
    
    
    section {
        position: relative;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: left;
        padding:20px;
        margin:20px;
    }


    .quote {
        margin: 0 auto;
        padding: 300px 0 60px 0;
        width: 100%;
        font-size: 30px;
        text-align: left;
   }

   .quotetext {
    margin: 0 auto;
    width: 100%;
    font-size: 25px;
    text-align: center;
    justify-content: left;
    align-items: center;
}
.skills-section h3 {
   
    margin: 10px auto;
    

}

    
    .fifty {
        flex-direction: column;
        justify-content: center;
        padding: 4rem;
        gap: 1rem;
        width: 50%;
        height: 100%;
        display: flex;
    }
    
    .fifty.right {
        margin-left: 50%;
    }
    
    a {
        color: #edca1e;
        transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    
    
    a:hover {
        transform: scale(1.1);
    
    }
    
    h1 {
        font-size: 4.5rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h1, h2 {
        font-weight: 600;
    }
    
    h1, h2, h3 {
        color: #fff;
    }
    
    h2:after {
        content: '';
        width: 5rem;
        display: block;
        margin-top: 0.5rem;
        border-bottom: 5px dashed #edca1e;
    }
    
    h3 {
        font-weight:lighter;
    }
    
    h4 {
        font-size: 1.50rem;
    }
    
    .dots {
        display: block;
        height: auto;
        position: relative;
        margin: 20px auto;
       
    }
    
    
    
    .dots1 {
        display: block;
        height: auto;
        position: relative;
        z-index: -2;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 100px;
        
       
       
    }
    
    .dots2 {
        width:30%;
        padding:1em;
        padding-top: 40%;
        margin-right: 10%;
        
    }
    
    blockquote {
        font-style: italic;
        padding: 2rem;
        background: rgb(255, 255, 255, 0.1);
        border-radius: 1rem;
    }
    
    blockquote::after, blockquote::before {
        font-size: 2rem;
        content: '"';
        color: #edca1e;
        
    }
    
    
    
    .skill-box {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: repeat(4,1fr);
        width: 50%;
        margin: 10px auto;
        align-items:left;
        justify-content: left;
        left: 0;
        margin-left: 0;
        
        
    
    }
    
    .skill-box span {
        box-sizing: border-box;
        font-size: 75%;
        padding: 0.25rem 0.75rem;
        font-weight: 300;
        border-radius: 1rem;
        margin: 0 0.2rem 0.5rem 0;
        border: 1px solid #edca1e;
        width: fit-content;
        display: inline-block;
        align-items: left;
    }
    
    .skill-box span:hover {
    
        background: #edca1e;
        color: #5C3979;
    }

    .skills-section { 
      margin: 20px auto;
      display: block;
      width: 100%;
      top: -500px;
      height: fit-content;
      padding: 60px;
         
         
        }

        .justify {
          text-align: justify;
          
      }
      
      .white { color:white;}
    
    
    .projects-box {
        display: flex;
        gap: 20px; /* Increased spacing between cards */
        flex-wrap: wrap;
        padding: 20px;
        margin: 0 auto;
        align-items: flex-start !important; /* Align items to the left */
        justify-content: flex-start !important; /* Ensure alignment starts from the left */


    
      }
    
    .projects-box p { 
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    
    .projects p span {
        text-align:right;
    }

    
        /* EXPANDING PROJECTS */
    
    
        .projects-section {
            display: block;
            color: white;
            margin: 20px auto;
            top: -400px;
            padding: 60px;
            bottom: -400px;
            align-items: flex-start !important; /* Align items to the left */
            justify-content: flex-start; /* Ensure alignment starts from the left */
            text-align: left; /* Align text to the left */


     
          }
          
     
          
          .project {
            flex: 1 1 calc(33.33% - 30px); /* Ensures cards are the same size */
            background-color:#6D4D87;
            border: 2px solid  #edca1e ;
            padding: 10px;
            border-radius: 5px;
            box-sizing: border-box;
            justify-content: center;
            text-align: center;
            align-items: center;
            min-height: 300px;
            display: block;
            margin: 20px auto;
            min-width: 300px;
            max-width: 400px;
            filter: grayscale(0%);
            transition: filter 0.3s ease, transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
          }
    
          .project:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
          }
          .project h4 {

            font-weight: 200;
            color:#fcfcfc;
          }
    
          .description {
            font-size: 18px;
            justify-content: center;
            text-align: center;
            align-items: center;
            display: block;
          }
          
          .project img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            border-radius: 5px;
            transition: filter 0.3s ease;
            border: 4px solid  #edca1e ;
          }
    
          .project img:hover {
            width: 100%;
            height: 150px;
            object-fit: cover;
            filter: grayscale(0);
          }
          
          .project-info {
            margin-top: 15px;
          }
          
          .project-info h4 {
            margin: 10px 0;
            font-size: 1.1em;
            color: white;
          }
          
          .project-info p {
            font-size: 0.9em;
            
          }
    
          .project-info span {
            color: white;
            justify-content: justify
          }
          
         
          .project-info a {
            color: #C7C5C8;
            color: #5c3979;
          }
          
          .project-link {
            font-size: 16px;
            margin: 20px auto;
            display: inline-block;
            margin-top: 10px;
            padding: 8px 12px;
            background-color: #edca1e ;
            color: #5c3979 !important;
            text-decoration: none;
            border-radius: 5px;
            transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
          }
          
          .project-link:hover {
            background-color: #5c397900;
            color:#edca1e !important ;
            transform: scale(1.2);
          }
    
          .project a {
            margin: 10px auto;
            color:#C7C5C8;
          }
    
          
        
          .read-more {
            background: none;
            border: none;
            color: #edca1e;
            cursor: pointer;
            margin-top: 5px;
          }
          
          .more-text {
            display: none;
          }
          
          .show-more .more-text {
            display: block;
            margin: 10px auto;
            font-size: 16px;
            text-align: justify;
            width:90%;
          }
          .technologies {
            display: block;
            margin: 5px auto;
            font-size: 14px;
            text-align: center;
            width:90%;
            justify-content: center; 
            font-weight: 300;
           
            
          }
    
          .technologies strong{
            display: block;
            margin: 0 auto;
            font-size: 14px;
            text-align: center;
            justify-content: center;
            padding: 0;
            
          }
    
          .technologies p, .technologies span{
            display: block;
            margin: 0 auto;
            font-size: 14px;
            text-align: center;
            font-weight: 100;
            justify-content: center;
            padding: 0;
          }
          .show-more .dots {
            display: none;
          }
          
    

    
          
        
        /* END - EXPANDING PROJECTS */
    
        .aboutme {  
            display:block; 
            margin: 20px auto;
            top: -200px;
        }
        
        .paddingnegative{margin: 1000px auto; display: block;}
    
    
    }




    .projects-box {
      display: flex;
      flex-wrap: wrap; /* Allow wrapping */
      gap: 30px; /* Spacing between boxes */
      padding: 20px;
      margin: 0 auto;
      justify-content: flex-start; /* Align boxes to the left */
      align-items: flex-start; /* Align items to the top */
  }
  
  .project {
      flex: 1 1 calc(33.33% - 20px); /* 3 boxes per row with space */
      background-color: #6D4D87;
      border: 2px solid #edca1e;
      padding: 20px;
      border-radius: 5px;
      box-sizing: border-box;
      text-align: center; /* Center text inside the box */
      min-height: 450px;
      max-width: calc(33.33% - 20px); /* Ensure max width respects gap */
      transition: filter 0.3s ease, transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
      margin: 0; /* Remove auto-centering */
  }
  
  .project:hover {
      transform: scale(1.05);
      filter: grayscale(0%);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
}
  
  .project img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 5px;
      border: 4px solid #edca1e;
  }
  
  .project img:hover {
      filter: grayscale(0%);
  }
  