* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .logo {
    
    font-size: 24px;
    margin-left: 0px;
  }
 
  .navbar-nav{
    margin-left: auto;
  }
  .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: rgb(238, 238, 247); /* Color of underline */
    transition: width 0.3s ease; /* Transition for width change */
  }

  .nav-link:hover::after {
    width: 100%; /* Expand underline on hover */
  }
  
.background-img{
    background-image: url("../image/white-yellow-bath-bomb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    color: white;
}
#welcome-txt .welcome::first-letter{
    color:goldenrod;
    font-size: 5vw;
}
.welcome{
    font-size: 2.3vw;
    letter-spacing: 5px;
}
#welcome-txt{
    padding: 35vh 5vw;
    font-size: 1.2vw;
    font-family: mystyle;
}
#skills{
    background-image: url("../image/stefan-cosma-GVlcXhQejA8-unsplash.jpg");
    background-size: cover;
    color: white;
    cursor: pointer;
    height: 700px;
    filter: blur(0.5);
    /* height: 600px; */
}
#skills .skill{
    padding: 20px;
    text-align: center;
    background-color: #00000018;
    font-family:mystyle ;
    text-decoration: underline;
    text-decoration-color: green;
    animation: fillbar 2s 1;
    
}
#tem{
    background-color: #ffffff18;
}
#tem .col{
    padding: 20px;
}

#about{
    background-image: url("../image/kelly-sikkema-tk9RQCq5eQo-unsplash.jpg");
    /* height: 700px;  */
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;


}

.about-img{
    padding: 15vh 10vw 10vh 7vw;
    /* height: 00px; */
}
.about-img img{
    /* clip-path: circle(); */
    border-radius: 50px;
    padding-right: 10px;
    box-shadow: 1px 1px 20px rgba(47, 0, 255, 0.384);
    
}
#about-txt,.card-title::first-letter{
    color:goldenrod;
    font-family: mystyle;
    

   
}
.foot{
    text-align: center;
    background-image: url("../image/classic-clock-tower-by-modern-construction.jpg");
    color: white;

}
#about-txt{
    padding: 40vh 5vw;
    padding-right: 0%;
    font-size: 1.6vw;
    letter-spacing: 0.2vw;
}
#about-txt span{
    color: rgb(70, 109, 12);
}

#list a{
    text-align: center;
}
.welcome-img{
    padding: 12vh 7vw;

   
}

/* 
.containers {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .about-section,
  .skills-section {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .skills-1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .skill-1 {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
  }
  
  .skill-1 h4 {
    margin-bottom: 10px;
  }
  
 */






#animated-text{
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap; /* Prevent line breaks */
    border-right: 1px solid white; /* Add a blinking cursor */
    animation: typing 3s steps(20) forwards;
    width: 100%;
}
@keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
.welcome-img img{
    clip-path: ellipse();
    
    filter: blur(0.4px);
   
    transition: filter 1s ;
}
.welcome-img img:hover{
    filter: blur();
}
.balls{
    color: palevioletred;
    font-family: myabout;
    text-align: center;
}
.skills{
    width: 100%;
    max-width: 90%;
    padding: 0 20px;
}
.skill-name{
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin: 25px 0;
}
.skill-bar{
    height: 14px;
    background-color: rgb(80, 77, 77);
    border-radius: 3px;
}
.skill-per{
    height: 14px;
    background-color: tomato;
    border-radius: 3px;
    position: relative;
    animation: fillbars 2.5s 1;
}
.skill-per::before{
    content: attr(per);
    position: absolute;
    padding: 4px 8px;
    background-color: white;
    color: black;
    font-size: 23px;
    border-radius: 4px;
    font-size: 12px;
    top: -35px;
    right: 0;
    transform: translateX(50%);
}
.skill-per::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: black;
    top: -14px;
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}

@keyframes fillbars {
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}

@keyframes fillbar {
    from{
        width: 0;
        text-decoration-color: rgb(255, 94, 0);
        background-color: rgb(141, 91, 30);
    }
    to{
        width: 100%;
        text-decoration-color: aqua;

    }
}
#card-title{
    font-size: 1vw;
    font-family: myown;
}
@font-face {
    font-family: myown;
    src: url("../FONT/OregonLdoBlackOblique-L3G4.ttf");
}
@font-face {
    font-family: mystyle;
    src: url("../FONT/AverItalic-e4Wn.ttf");
}

#card{
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    color: brown;
    font-size: 2vw;
    font-family: myabout;
    width: 93%;
    border-radius: 3px;
    text-align: center;
    background-color: #ffffffbb;
    transition: text-decoration-color 2s;
 
 }
 #card:hover{
    text-decoration-line:underline;
    text-decoration-color: red;
 }
 #more-about{
    font-size: 2.2vw;
    font-family: mystyle;
 }
 @font-face {
    font-family: myabout;
    src: url("../FONT/FontsFree-Net-FPTypewriterDEMO-Bold\ \(1\).ttf");
}
.footer{
    background-image: url("../image/classic-clock-tower-by-modern-construction.jpg");
   color: white;
   font-size: 1.2vw;

}

.form-txt{
    font-size: 1vw;
    cursor: pointer;
    text-align: center;
    font-family: mystyle;
}
#contact{
    font-family: myabout;
}
@media screen  and (max-width:720px){
#welcome-txt{
    font-size: 3vw;
    /* padding: 23vw 5vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.navbar-nav{
    margin-left: auto;
   align-items: center;
  }

  .nav-link::after {
    content: '';
   
    width: 0;
    height: 2px;
    background-color: rgb(238, 238, 247); /* Color of underline */
    transition: width 0.3s ease; /* Transition for width change */
  }

  .nav-link:hover::after {
    width: 100%; /* Expand underline on hover */
  }


 
#animated-text{
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap; /* 
    Prevent line breaks */
    border-right: 1px solid white; /* Add a blinking cursor */
    font-size: 1rem;
    cursor: default;
    animation: typing 3s steps(60) forwards;
    /* width: 70%; */
}
#animation-text-1{
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap; /* 
    Prevent line breaks */
    border-right: 1px solid white; /* Add a blinking cursor */
    font-size: 1.5rem;
    cursor: default;
    animation: typing 3s steps(60) forwards;
    /* width: 70%; */
}
#animation-text-2{
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap; /* 
    Prevent line breaks */
    border-right: 1px solid white; /* Add a blinking cursor */
    font-size: 1.5rem;
    cursor: default;
    animation: typing 5s steps(60) forwards;
    /* width: 70%; */
}
#animation-text-3{
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap; /* 
    Prevent line breaks */
    border-right: 1px solid white; /* Add a blinking cursor */
    font-size: 1.5rem;
    cursor: default;
    animation: typing 8s steps(60) forwards;
    /* width: 70%; */
}
#animation-text-4{
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap; /* 
    Prevent line breaks */
    border-right: 1px solid white; /* Add a blinking cursor */
    font-size: 1.5rem;
    cursor: default;
    animation: typing 10s steps(60) forwards;
    /* width: 70%; */
}


@keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
      border-right: none;
    }
  }

#welcome-txt .welcome{
    font-size: 2.9vw;
   
    
}

#more-about{
   font-size: 3.5vw;
   font-family: mystyle;
}

#about-txt{
    font-size: 3vw;
    padding: 23vh 4vw;
    padding-right: 0vw;
    
}

#about-txt .card-title{
    font-size: 2vw;
    font-family: mystyle;
    text-align: center;
}
.card-title .card-text{
    font-size: 6vw;
}
#card{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    cursor: pointer;
    color: brown;
    font-size: 4vw;
    font-family: myabout;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    background-color: #ffffffbb;
    transition: text-decoration-color 2s;
 
 }
 
.form-txt{
    font-size: 1.6vw;
    cursor: pointer;
    text-align: center;
    font-family: mystyle;
}
 #card:hover{
    text-decoration-line:underline;
    text-decoration-color: red;
 }
.transition{
    width: 100%;
    height: 4px;
    
    position: relative;
    background-color: rgba(0, 0, 255, 0.384);
   
}
.transition-1{
    position: absolute;
    width: 50px;
    height: 4px;
    transition-property: width;
    cursor: pointer;
    animation: typing;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
    background: red;
   
}
#p1{
    display: block;
}

.transition-1:hover{
        width: 400px;
      }
      .welcome-img .container-img{
        display: none;
    }
      .about-img .container-img{
        display: none;
    }
    #about{
        background-image: url("../image/kelly-sikkema-tk9RQCq5eQo-unsplash.jpg");
        /* height: 700px; */
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    
    
    }
    
    #card-title{
        font-size: 0.1vw;
        font-family: myown;
    }
    .footer{
        background-image: url("../image/classic-clock-tower-by-modern-construction.jpg");
        color: white;
        font-size: 1.9vw;
     
     }
    
}