*, 
*:before, 
*:after{
    box-sizing: border-box;
    background-repeat: no-repeat;
    
    
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 

}

body{
    margin: 0;
    padding:0;
   background-image: url(../assets/images/background2.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    
}

@font-face {
    font-family: komet-black;
    src: url(../assets/fonts/komet/fonnts.com-Komet_Black.otf);
}

@font-face {
    font-family: komet-reg;
    src: url(../assets/fonts/komet/fonnts.com-Komet_Regular.otf);
}

@font-face {
    font-family: komet-bol;
    src: url(../assets/fonts/komet/fonnts.com-Komet_Bold.otf);
}

@font-face {
    font-family: komet-light;
    src: url(../assets/fonts/komet/fonnts.com-Komet_Light.otf);
}

    header {
    height: 90px; 
    position: fixed; 
    top: 0; 
    left: 175px; 
    right: 175px; 
    z-index: 1000; 
    max-width: 100%;
   
}

.file-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 100%; 
}

.home-click {
    font-size: 1.5rem;
    font-weight: bold;
   padding-top: 40px;
    width: 230px; 
    height: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    cursor: pointer;
    padding-left: 90px;
    
    
}

.nav-links {
    display: flex;
    gap: 30px; 
    padding-right: 90px;
    padding-top: 60px;
    cursor: pointer;
    
}

.nav-links a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-family: "komet-bold";
    border: #e0d9e3 solid 1px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.nav-links a:hover {
    color: #ffffff;
    background-color: #000000;
    border: #000000 solid 1px;
}
.nav-links a.hover-effect {
    color: #ffffff;
    background-color: #000000;
    border: #000000 solid 1px;
    
}


.slider {
    background-color: #ffffff;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
   
  
}

.slider img{
    width: 100%;
    
}

  
  .slider img {
    width: 100%;
    display: block;
  }
  
  .text-overlay {
    position: absolute;
    top: 42%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: white;
    
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  }
  
  .text-overlay h1 {
    font-size: 47px;
    margin: 0;
    text-align: left;
    font-weight: bolder;
    font-family: "komet-black";
  }
  
  .text-overlay h2 {
    font-size: 24px;
    margin-top: 0.5rem;
    text-align: left;
    padding-left: 9px;
    font-style: "komet-reg";
  }
  

  .text-overlay2 {
    position: absolute;
    top: 42%;
    left: 40.7%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  }
  
  .text-overlay2 h1 {
    font-size: 41px;
    margin: 0;
    text-align: left;
    font-weight: bolder;
  }
  
  .text-overlay2 h2 {
    font-size: 24px;
    margin-top: 0.5rem;
    text-align: left;
    font-weight: 100;
  }
  


.projects {
    height: auto;
    margin-bottom: 100px; 
    margin: auto;
    
   
}

.projects h2 {
    font-size:65px;
    text-align: left;
    padding: 30px;
    padding-left: 90px;
    color: white;
    font-family: "komet-bold";
   
    
}

.project-container {
    display: flex;
    flex-direction: column;
    width: 1120px;
    margin: auto; 
    margin-bottom: 100px;
   
    
   
}

.project-row {
    display: flex;
    margin: 80px auto 40px;
    gap: 50px;
  
}

.click-project {
    width: 270px;
    height: 200px;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.project-item h3{
    font-size: 25px;
    text-align: left;
    font-family: "komet-bold";
    padding-left: 20px;
    padding-top: 10px;
    color: rgb(0, 0, 0);
  

}

.project-item p{
    text-align: left;
    margin-top: 10px;
    padding-left: 21px;
    line-height: 20px;
    color: black;
    font-weight: 100;
    font-family: "komet-reg";
    
}

.project-item {
    cursor: pointer;
    color: white;
    font-weight: 600;
    background-color: #e0d9e3;
    padding-bottom: 30px;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.project-item:hover {
    transform: scale(1.05) translateY(-5px); /* Scale up and move slightly up */
    background-color: #eaeff1; /* Change background color */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); /* Larger, more prominent shadow */
    filter: brightness(1.1); /* Slightly brighten the background on hover */
}

/* Optional: Add a focus state for accessibility */
.project-item:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(220, 88, 88, 0.6); /* Outline effect for focus */
}



.about-section {
    height: 550px;
    padding: 20px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
   margin: 0 auto;
   width: 1120px;
   margin-bottom: 20px; /* Optional: adds spacing below the about section */
       border-bottom: 2px solid #000; /* Adds a black line between sections */
    padding-bottom: 20px; /* Optional: adds space between content and the line */ 
    
}

.about-section .text-container {
    display: flex;
    flex-direction: column; /* Stacks h2 and p vertically */
    justify-content: center; /* Centers content vertically */
    width: 60%; /* Adjust this value as needed */
}

.about-section h2 {
    font-size: 65px;
    text-align: left;
    padding-left: 90px;
    margin-bottom: 10px;
    font-family: "komet-bold";
}

.about-section p {
    width: 507px;
    text-align: left;
    padding-left: 90px;
    line-height: 25px;
    font-size: 19px;
    font-family: 'komet-reg';
    margin-bottom: 20px;
}

.about-section .image-container {
    width: 30%; 
    display: flex;
    justify-content: flex-end; 
}

.about-section img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 90px;
}

.resume{
    width: 170px;
    height: 65px;
    font-size: 16px;
    background-color: #090909;
    color: white;
    border: none;
    cursor: pointer;
    margin: auto;
   font-family: "komet-bold";
   border-radius: 10px;

}

.resume:hover {
    background-color: #ffffff;
    color: black;
  }


.skills-section {
    height: 549px; 
    padding: 20px;
    color: white;
    margin: 0 auto;
    width: 1120px;
  
}




.skills-section h2{
    font-size: 65px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    font-family: "komet-bold";
}

.skills-section p{
    width: 720px;
    line-height: 25px;
    text-align: center;
    font-size: 19px;
    font-family: 'komet-reg';
    margin-bottom: 20px;
    margin: 0 auto;
}

.skills-section img{
    margin: 0 auto;
    padding-top: 40px;
}



.allcolor{
    background-color: #ebe6ec;
    width: 100%;
}

.contact, .contact-me2 {
    height: 750px;
    display: flex;
    width: 1120px;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    text-align: left;
    
    

}

#contact span{
    font-size: 17px;
    text-align: left;
    padding-left: 5px;
}


.contact-message {
    padding: 20px;
    margin: 0 auto;
  
    
    
   
}

.contact-form  {
    color: black;
    margin: 0 auto;
   
    
}

.contact-message h1 {
    text-align: center;
    font-family: "komet-reg";
    font-size: 70px;
    margin-top: auto;
   
    
  }
  
  .contact-form h3 {
    text-align: left;
    font-family: "komet-light";
    font-size: 40px;
    line-height: 1.5;
    margin-top: 80px;
    font-weight: 100;
    margin-bottom: 20px;
    
  }
  
  .contact-form h1 span {
    display: inline-block;
    font-size: 70px; 
    vertical-align: middle; 
  }
  
  
  /*-------The FORM-------*/
  .contact-form input[type="text"],
.contact-form textarea {
  width: 470px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border: 0px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: "komet-light";
  margin-top: 5px;
  margin-bottom: 27px;
  
}

.contact-form textarea {
  height: 208px;
  resize: none; /* Disable resizing */
}

.contact-form input[type="button"] {
  width: 140px;
  height: 60px;
  font-size: 22px;
  background-color: #090909;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "komet-reg";
  
}

.contact-form input[type="button"]:hover {
  background-color: #85267d;
  color: rgb(255, 255, 255);
}



.hideAll {
    display: none;
}


.contact-me2 {
  text-align: center;
  font-size: 30px;
  display: none;
  margin-top: 400px;
  font-family: "komet-reg";

  
}

.contact-me2 h2{
    font-size: 50px;
    text-align: center;
    font-family: "komet-bold";
    
  }


.project, .project2, .project3, .project4,.project5,.project6,.project7,.project8,.project9 {
    background-color: rgb(255, 255, 255);
    height:1000px;
    margin-top: 90px;
    width: 100%;
    border-radius: 0;
}

section {
    width: 100%;
    height: 40.0rem;
    padding: 0;
    margin: 0 auto;
}




.hideAll {
    display: none;
}

footer {
    display: flex;
    position: relative;
    top: auto;
    font-size: 1.3rem;
    background: #e0d9e3;
    box-sizing: border-box;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: .5rem;
    color: rgb(0, 0, 0);
    padding-top: 30px;
    padding-bottom: 30px;
}

.p1Slider{
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    width: auto;
    
}

.p1Slider img{
   width: 100%;
   
    
}

.p1overview{
    background-color: #e0d9e3;
    height: 1000px;
    padding-top: 30px;
    text-align: left;
}

.p1challenge{
    height: 1000px;
    color: white;
    padding-top: 30px;
    text-align: left;
    background-color: #e0d9e3;
}

.p1tools{
    background-color: #e0d9e3;
    height: 400px;
    padding-top: 30px;
    text-align: left;
   padding-bottom: 200px;
   
}

 .project2 h3, .project3 h3, .project4 h3,.project5 h3,.project6 h3,.project7 h3,.project8 h3,.project9 h3{
    padding-left: 50px;
    padding-top: 10px;
    

}

.project h3{
    width: 1020px;
    margin: auto;
    font-size: 30px;
    color: #000; 
    font-family: "komet-bold";
}

.imgBoxp1{
    height: 562px;
    width: 834px;
   margin: 0 auto;
   color: white;
   border-radius: 10px;
   

}
.imgBoxp1 h1{
    text-align: center;
    padding-top: 40px;
}


.overviewText {
    height: 200px;
    width: 1020px;
    margin: auto;
    

}

.overviewText {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   color: white;
}


.overviewText, .overviewText2, .overviewText3 p{
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    font-family: "komet-reg";

}

.imgBoxp2{
    height: 562px;
    width: 834px;
   margin: 0 auto;
   margin-top: 50px;
   border-radius: 10px;
}

.overviewText2 {
    height: 200px;
    width: 1020px;
    margin: auto;
    padding-top: 40px;
   
    
}

.overviewText2 {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: left;
}





.overviewText3 {
    height: auto;
    width: 1020px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 30px;
}

.overviewText3 {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}


.click-project2 {
    background-color: #768da4;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
}

.click-project3 {
    background-color: #708090;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
   
}

.click-project4 {
    background-color:  #768da4;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
}

.click-project5 {
    background-color: #708090;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
}

.click-project6 {
    color: #ffffff;
    padding: 0;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    
}

.click-project7 {
    background-color: #708090;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;

}

.click-project8 {
    background-color:  #768da4;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px
}

.click-project9 {
    background-color: #708090;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px
}




/*---------------Mobile view-------------*/

@media only screen and (max-width: 640px) {
    body {
        width: 100%; 
        padding: 0 0px; 
    }

    html{
        font-size: 16px;
        scroll-behavior: smooth;
        scroll-padding-top: 50px; 
    }

  
    header {
        left: 9px;
        right: 9px;
        padding-bottom: 10px;
        height: 200px;
    }


    .file-box {
        flex-direction: column; 
        align-items: center; 
    }

    .home-click {
        margin: 0; 
        padding: 0;

    }

    .nav-links {
        flex-direction: row; 
        gap: 10px; 
        padding: 10px 0; 
       justify-content: center;
       align-items: center;
    }

    .slider {
        background-color: #9e70ac;
        height: auto;
        text-align: center;
        color: #fff;
        font-size: 30px;
        padding-top: 200px;
    }

    .text-overlay {
        display: none;
    }
    .about-section .text-container {
        width: 100%; /* Take more space on smaller screens */
      
    }

    .about-section h2 {
        font-size: 60px; /* Adjust font size for smaller screens */
        padding-left: 20px; /* Reduce padding */
        margin-bottom: 15px;
    }

    .about-section p {
        width: 100%; /* Make the paragraph full width */
        font-size: 16px; /* Smaller font size for readability */
        padding-left: 20px; /* Reduce padding */
        line-height: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

    /* Stack the text container and image container */
    .about-section {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center content */
        padding: 20px;
    }

    .about-section .image-container {
        width: 100%; /* Image container full width */
        display: flex;
        justify-content: center; /* Center the image */
        margin-top: 20px; /* Add space between text and image */
    }

    .about-section img {
        width: 90%; /* Scale image to fit */
        margin-right: 0; /* Remove right margin */
    }



    .about-section {
        height: auto;
        padding: 20px;
        color: rgb(0, 0, 0);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        color: white;
       margin: 0 auto;
       width: auto;
       margin-bottom: 20px; /* Optional: adds spacing below the about section */
           border-bottom: 2px solid #000; /* Adds a black line between sections */
        padding-bottom: 20px; /* Optional: adds space between content and the line */ 
        
    }

    .skills-section {
        height: 549px; 
        padding: 20px;
        color: white;
        margin: 0 auto;
        width: auto;
      
    }
    
    
    .skills-section p{
        width: auto;
    }
    .skills-section h2{
        font-size: 60px;
    }
    
    .skills-section img{
        margin: 0 auto;
        padding-top: 40px;
    }
  
    .projects h2 {  
        padding-top: 10px;
        padding: 0;
        margin: 0 auto;
    }

    .project-container {
        flex-direction: column; 
        width: auto;
        
    }

    .project-row {
        flex-direction: column; 
        margin: 40px 0 ; 
        gap: 20px; 
    }

    .about-section, .skills-section{
        height: auto;
        width: auto;
        
    }

    .about-section p{
        padding: 0;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 370px;
        height: 40px;
        padding: 10px;
        font-size: 16px;
        border: 0px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        
    }

    .contact-form textarea {
        height: 208px;
        resize: none; /* Disable resizing */
       
      }

      .contact-form h3 {
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
       margin: 0;
        font-weight: 100;
    }


    .click-project {
        width: 100%; 
        height: auto;
    }

    .contact {
        flex-direction: column;
        width: auto; 
        margin-bottom: 40px;
    }

    .contact-message  h1{
        font-size: 40px;
        padding-bottom: 20px;
    }

    .contact-message, .contact-form {
        width: 100%; 
    }

    footer {
        padding: 20px 0; 
    }

  .p1overview, .p1challenge, .p1tools {
       height: auto;
        padding: 20px; 
    }
   

    .project h3 {
        padding-left: 0;
        padding-bottom: 20px;
        width: auto;
    }

    .project2 h3, .project3 h3, .project4 h3,.project5 h3,.project6 h3,.project7 h3,.project8 h3,.project9 h3{
        padding-left: 0;
        padding-bottom: 20px;
    }

    .project-item{
        width: 355px;
        margin: auto;

    }

    .project-item h3{
        text-align: center;

    }
    .project-item p{
        text-align: center;

    }

    .imgBoxp1{
        height: 300px;
        width: auto;
       margin: 0 auto;
       
    }
    
    .overviewText {
        height: auto;
        width: auto;
        margin: auto;
        margin-bottom: 50px;
        margin-top: 0;
    }
    
    
    .imgBoxp2{
        height: 300px;
        width: auto;
       margin: 0 auto;
    }
    
    .overviewText2 {
        height: auto;
        width: auto;
        margin: auto;
        margin-bottom: 50px;
        padding-top: 0;
    }

    .text-overlay2 {
        position: absolute;
        top: 42%;
        left: 40.7%;
        transform: translate(-50%, -50%);
        color: rgb(0, 0, 0);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
       
      }


      .text-overlay2 h1 {
        font-size: 40px;
        margin: 0;
        text-align: left;
        font-weight: 100;
      }
      
      .text-overlay2 h2 {
        font-size: 24px;
        margin-top: 0.5rem;
        text-align: left;
        font-weight: 100;
      }
      
    
    
    
    
    
    .overviewText3 {
        height: 150px;
        width: auto;
        margin: auto;
        
    }

    .about-section h2 {
        font-size: 40px;
        text-align: left;
        padding: 0;
    }

    .p1Slider{
        height: 400px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        padding-top: 0;
        
    }

    footer {
        display: flex;
        position: relative;
      margin-top: 50px;
      margin-left: 0;
      margin-right: 0;
    }

    .projects {
       
        height: auto;
        
    }
    
    


    
    
    
}


/*------------------Tablet view---------------------*/
@media screen and (min-width: 641px) and (max-width: 1024px) {
    body {
        width: 100%; 
        padding: 0 0px; 
    }

    html{
        font-size: 16px;
        scroll-behavior: smooth;
        scroll-padding-top: 50px; 
    }

  
    header {
        left: 9px;
        right: 9px;
        padding-bottom: 10px;
        height: auto;
    
    }

    .file-box {
        flex-direction: row; 
        justify-content: space-around; 
        height: 100%;
        padding-top: 20px;
        
      
    }

    .home-click {
        width: 150px;
        height: 80px; 
        font-size: 1.2rem; 
        padding: 0;
        margin: 0;
    }

    .nav-links {
        flex-direction: row; 
        gap: 20px; 
        padding: 10px 20px; 
        justify-content: center;
    }

    .slider {
        background-color: #50565d;
        height: 500px;
        text-align: center;
        padding: 0;
        color: #fff;
        font-size: 30px;
        padding-top: 150px;
       
    }

    

    .projects h2 {
        font-size: 60px; 
        margin: auto;
        padding: 0;
    }

    .project-container {
        flex-direction: column; 
        margin-bottom: 10px;
    }

    .project-row {
        flex-direction: row; 
        margin: 60px auto; 
        gap: 40px; 
    }

   

    .about-section, .skills-section {
        height: auto; 
        padding: 20px; 
    }

    .contact {
        flex-direction: row; 
        display: flex; 
        
    }

    .contact-message, .contact-form {
        padding: 20px;
    }

    footer {
        padding: 15px 0;
    }

 .p1overview, .p1challenge, .p1tools {
        height: auto; 
        padding: 20px; 
        width: 100%;
    }

    .project h3 {
        padding: 0;
        padding-bottom: 20px; 
    }
    .project-item   {
        width: 210px;
    }
    .click-project {
        width: auto;
    }

    .imgBoxp1{
        height: 300px;
        width: auto;
       margin: 0 auto;
       
    }
    
    .overviewText {
        height: auto;
        width: auto;
        margin: auto;
        margin-bottom: 50px;
    }
    
    
    .imgBoxp2{
        height: 300px;
        width: auto;
       margin: 0 auto;
    }
    
    .overviewText2 {
        height: 200px;
        width: auto;
        margin: auto;
        margin-bottom: 50px;
    }
    
    
    footer{
        top: auto;
    }
    
    
    .overviewText3 {
        height: 150px;
        width: auto;
        margin: auto;
        
    }

    .project h3 {
        padding-left: 0;
        padding-bottom: 20px;
        width: auto;
    }

    .project2 h3, .project3 h3, .project4 h3,.project5 h3,.project6 h3,.project7 h3,.project8 h3,.project9 h3{
        padding-left: 0;
        padding-bottom: 20px;
    }

    .project-container{
        width: auto;
    }
    .click-project{
        height: auto;
    }
    .slider{
        background-color:transparent;
    }

    .text-overlay {
        position: absolute;
        top: 31.5%;
        left: 72.5%;
        transform: translate(-50%, -50%);
        color: white;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
      }
      
      .text-overlay h1 {
      font-size: 30px;
      }

      .text-overlay h2 {
        font-size: 20px;
        }

        .text-overlay2 {
            position: absolute;
            top: 25%;
            left: 35%;
            transform: translate(-50%, -50%);
            color: white;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
        }


        .contact-form input[type="text"], .contact-form textarea {
            width: 500px;
            height: 40px;
            padding: 10px;
            font-size: 16px;
            border: 0px solid #ccc;
            border-radius: 10px;
            box-sizing: border-box;
        }
    
        .contact-form textarea {
            height: 208px;
            resize: none; /* Disable resizing */
          }
    
          .contact-form h3 {
            text-align: center;
            font-size: 30px;
            line-height: 1.5;
           margin: 0;
            font-weight: 100;
        }
    
    
        .click-project {
            width: 100%; 
            height: auto;
        }
    
        .contact {
            flex-direction: column;
            width: auto; 
            margin-bottom: 0;
            height: auto;
        }
    
        .contact-message  h1{
            font-size: 50px;
            padding-bottom: 20px;
        }
    
        .contact-message, .contact-form {
            width: 100%; 
        }
    
        .about-section .text-container {
            width: 100%; /* Take more space on smaller screens */
          
        }
    
        .about-section h2 {
            font-size: 60px; /* Adjust font size for smaller screens */
            padding-left: 20px; /* Reduce padding */
            margin-bottom: 15px;
        }
    
        .about-section p {
            width: 100%; /* Make the paragraph full width */
            font-size: 16px; /* Smaller font size for readability */
            padding-left: 20px; /* Reduce padding */
            line-height: 22px;
            margin-bottom: 15px;
            text-align: center;
        }
    
        /* Stack the text container and image container */
        .about-section {
            display: flex;
            flex-direction: column;
            align-items: center; /* Center content */
            padding: 20px;
        }
    
        .about-section .image-container {
            width: 100%; /* Image container full width */
            display: flex;
            justify-content: center; /* Center the image */
            margin-top: 20px; /* Add space between text and image */
        }
    
        .about-section img {
            width: 60%; /* Scale image to fit */
            margin-right: 0; /* Remove right margin */
        }
    
    
    
        .about-section {
            height: auto;
            padding: 20px;
            color: rgb(0, 0, 0);
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            align-items: center;
            color: white;
           margin: 0 auto;
           width: auto;
           margin-bottom: 20px; /* Optional: adds spacing below the about section */
               border-bottom: 2px solid #000; /* Adds a black line between sections */
            padding-bottom: 20px; /* Optional: adds space between content and the line */ 
            
        }
    
        .skills-section {
            height: 549px; 
            padding: 20px;
            color: white;
            margin: 0 auto;
            width: auto;
          
        }
        
        
        .skills-section p{
            width: auto;
        }
        .skills-section h2{
            font-size: 60px;
        }
        
        .skills-section img{
            margin: 0 auto;
            padding-top: 40px;
        }
   
        .p1challenge{
            padding-bottom: 300px;
            height: auto;
            padding-top: 250px;
        }
        .p1challenge img{
            padding-bottom: 300px;
            height: auto;
            padding-top: 50px;
        }

        .overviewText2 p{
            padding-top: 20px;
        }

        .overviewText3 h3{
            margin-top: 0;
        }

      

    
}