:root{

}

*,
::before,
::after{
    box-sizing: border-box;
    /* -webkit-backface-visibility: hidden; */
	/* -webkit-transform-style: preserve-3d; */


  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;

 
 }

body, html {
    margin: 0;
    padding: 0;
    /* font-family: "" */
    scroll-behavior: smooth;
    


    overflow-x: hidden;
    /* overflow-y: hidden; */
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    min-height: 100%;
    

    -webkit-backface-visibility: hidden; /* Prevents Safari flickering */
    backface-visibility: hidden;
  
  }


/** 
 * -----------------------Style intended to the header section
 */


#nav-header {
    display: flex;
    width: 100%;
    height: 4.3rem;
    background: transparent;
    position: fixed;
    justify-content: center;
    align-items: end;
    z-index: 999;
    /* height: auto; */
    /* overflow-y: hidden; */


  /*****????????????????????????????????????*/
    -webkit-appearance: none;
    appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;

    will-change: transform;
    
    padding-top: env(safe-area-inset-top); /* Prevents top hiding */


}
/* 
#nav-header-container {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  position: relative;
  background-color:#2d336b18;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:  .5s;
} */

#nav-header-container {
  /* Force background color */
  background-color: rgba(45, 51, 107, 0.09);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* Prevent Safari color shifts */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  /** Precludes an automatic color shift in Safari */
  /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;  
  -webkit-appearance: none;
  appearance: none; */


  padding-top: env(safe-area-inset-top); /* Prevents top hiding */


  isolation: isolate;
  
}


#nav-header-container:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 20px -20px;
  transition:  .5s;
}

/* Burger menu's style configuration */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
  padding: fit-content;


}

#svg-burg-btn{
  /* width: 30px;
  height:30px; */
  width:2rem;
    height:2rem;
    margin-left: 1rem;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}



/*Text for nav-bar, "small screen" */

#nav-text{
  display: none;
  padding: 0.7rem;
  
}

/* This is intended to the adjusted menu bars for smaller screen */

.menu-show {
  /* top:4rem; */
  width: auto;
  height: fit-content;
  background-color: transparent;
  transition:  .5s;
  border-radius: 40px;

  /* z-index: 1; */
}

 
  

  #home-span{
    font-weight: 500;
    /* color: rgb(153, 0, 255); */
    color: rgba(255, 88, 138, 0.719);

    /* color:rgba(255, 88, 139, 0.7); */

  }


  #nav-bar ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:0;
    /* z-index: 99; */
    /* flex-wrap: wrap; */
    /* margin: 0.2rem; */
  }


  #nav-bar ul li {
    margin: 0 0.5rem;
    font-size: 1.05rem;
    /* font-weight: 500; */
    color: black;
    list-style-type: none;
  }  

  .nav-link {
    text-decoration: none;
    color: black;
    border-radius: 40px;
    padding: 0.3rem 0.6rem;
    /* font-weight: 500; */
  }

  .nav-link:hover {
    background-color: rgba(0, 164, 173, 0.108);
    transition:  .5s;
  }
  

  
/* 
-----------------------Style intended to Home section
 */
  #Home {
    width: 100%;
    min-height:  100vh;
    /* height: 100dvh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #B784B7; */
    margin:0;
    overflow: hidden;
    padding:0;
    box-sizing: border-box;
    position: relative;
    /* height: -webkit-fill-available;  */

  }

  
/* Liquid gradient effects*/


.blob-container {
  position: fixed;
  margin:0;
  inset: 0;
  padding: 0;
  z-index: -4;
  min-width: 100%;
  min-height: 100vh;
  overflow: hidden;

  /* brightness(1) */
  /* invert(0) */
  filter: blur(85px) ;

  background-color: rgba(0, 164, 173, 0.397);
}

.blob-inner-container{
  position: absolute;
  inset: 0;
  margin: auto;
  min-height: 100vh;
  min-width: 1000px;
  border-radius: 20rem;
  transform: scale(0.7);
  /* z-index: inherit; */
}

.blob {
  position: absolute;
  width: 100vw;
  height: 100vh;
  inset: 0;
  margin: auto;
  animation: spinBlob 11s linear	 infinite;
  /* background: conic-gradient(from 0deg, #FFF2F2, #A9B5DF, #, #2D336B); */
  /* transform-origin:50% 50%; */
  /* transform-origin: top; */

  /* background: repeating-conic-gradient(from 0deg, #CDF0EA, #F9F9F9, #F7DBF0, #BEAEE2); */
    /* background: linear-gradient( #BC9F8B, #B5CFB7, #CADABF, #E7E8D8); */

  /* z-index: inherit; */
    background: repeating-conic-gradient(from 0deg, #c1f3eb, #f9f9f9cb, #F7DBF0, #BEAEE2);

    /* background: repeating-conic-gradient(from 0deg, #DDE6ED, #526D82, #9DB2BF, #27374d62); */
    
}


@keyframes spinBlob {
  0% {
  
    transform:  rotate(0deg) scale(2);;
  }
 

  100% {
     
    transform:  rotate(1turn) scale(2);;
  }
}


.new-blob {
  position: absolute;
  opacity: 0.5;
  width: 270px;
  aspect-ratio: 1/1;
  animation: animate 10s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite
    alternate forwards;
  filter: blur(40px);
  background: linear-gradient(
    47deg,
    rgba(255, 88, 139, 1) 21%,
    rgb(0 164 173) 67%,
    rgba(118, 74, 166, 1) 81%
  );
  
  z-index:-1;
  /*  Optional  */
    /* box-shadow: inset 50px 50px 17px 0px #ff588b,
    inset 100px 100px 17px 0px #66319f; */
}

@keyframes animate {
  0% {
    translate: 40% -25%;
    border-radius: 60% 40% 30% 70% / 100% 85% 92% 74%;
  }
  50% {
    translate: 0% 13%;
    border-radius: 20% 71% 47% 70% / 81% 15% 22% 54%;
    rotate: 41deg;
    scale: 1.15;
  }
  100% {
    translate: -45% 39%;
    border-radius: 100% 75% 92% 74% / 60% 80% 30% 70%;
    rotate: -60deg;
    scale: 1.05;
  }
}

/*********/


 /* This home's h1 use different font style intended to a welcome purpose */
  #Home h1{
    font-family: "Playwrite IT Moderna", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-style: italic;
    /* font-size: 2.5rem; */
    font-size: clamp(100%, 200%, 200%);
    color: black
}

#Home p:nth-child(2){
  font-style: italic;
  color:black
}

/**************---------------------------------------*/
/*Scroll mouse ****/

#scroll-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  /* top: 90%; */
  /* z-index: 1; */
  bottom: 0.2rem;
 width:fit-content;
 height: fit-content;

}

#scroll-mouse{
  width: 2.2rem;
  height: 2.2rem;
}

#mouse{
  fill: none;
  stroke: black;
   stroke-width: 20px; 

}
#wheel {
  stroke: black;  /* Keeps the stroke color as white */
  fill: none;  /* Ensures no fill inside the path */
  stroke-width: 20px;  /* Matches your original stroke width */
  stroke-linecap: round;  /* Smooth rounded ends */
  animation: scroll ease 2s infinite;

}

#svg-scroll-text {
  margin: 0.2rem;
  margin-top: 0.4rem;
	font-size: 1.1rem;
  font-family: "Playwrite IT Moderna", cursive;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  font-style: italic;
  color: black;
}
@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(60px);
	}
}


/* skill section ----------------------------------------*/

.skill-section-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  position: absolute;
  margin: 0;
  padding:0;
  bottom: 25%;
  width: 90%;
  /* z-index: 1; */
  left: 50%;
transform: translateX(-50%);

/* border: 1px solid black */
}



/* Buttons for skill section */
/* Common button styles */
.skill-btn {
  background-color: transparent;
  cursor: pointer;
  /* height: clamp(3rem, 4vw, 4rem);
  width: clamp(3rem, 4vw, 4rem); */
   width: clamp(1rem, 2rem,3rem);
  height: clamp(1rem, 2rem,3rem); 

  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;

}

/* Button positioning */
#left-btn {
  justify-content: flex-end;
}

#right-btn {
  justify-content: flex-start;
}

/* Common arrow styles */
.left-btn-inside,
.right-btn-inside {
  position: absolute;
 
/* 
  width: clamp(0.5rem, 1rem,1rem);
  height: clamp(0.5rem, 1rem,1rem); */

  border-bottom: 2px solid rgba(0, 0, 0, 0.678);
  border-right: 2px solid rgba(0, 0, 0, 0.678);
  margin: 0;
  padding: 0;
  width: clamp(.6rem,1vw, 1vw);
  height: clamp(.6rem, 1vw, 1vw);
}

/* Arrow directions */
.left-btn-inside {
  transform: rotate(135deg);
}

.right-btn-inside {
  transform: rotate(-45deg);
}

/* Span opacity and positioning sequence */
.skill-btn span:nth-child(1) {
  opacity: 0.3;
}

.skill-btn span:nth-child(2) {
  opacity: 0.6;
}

.skill-btn span:nth-child(3) {
  opacity: 1;
}

/* Spacing for left button spans */
#left-btn span:nth-child(2) {
  margin-right: clamp(0.3rem, 0.5vw, 0.5rem);
}

#left-btn span:nth-child(3) {
  margin-right: clamp(0.6rem, 1vw, 1rem);
}

/* Spacing for right button spans */
#right-btn span:nth-child(2) {
  margin-left: clamp(0.3rem, 0.5vw, 0.5rem);
}

#right-btn span:nth-child(3) {
  margin-left: clamp(0.6rem, 1vw, 1rem);
}



/* Hover animations */
#left-btn:hover .left-btn-inside {
  animation: arrowAnimateLeft 1.5s ease-in-out infinite;
}

#right-btn:hover .right-btn-inside {
  animation: arrowAnimateRight 1.5s ease-in-out infinite;
}

/* Animation keyframes */
@keyframes arrowAnimateLeft {
  0% {
    opacity: 0;
    transform: rotate(135deg) translate(-3px, -3px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(135deg) translate(3px, 3px);
  }
}

@keyframes arrowAnimateRight {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(-3px, -3px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg) translate(3px, 3px);
  }
}





/************Section******/




/* Skill Section */
#skill-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: clamp(30rem, 70vw, 50rem);
  overflow: hidden;
  border-radius: 6rem;
  box-shadow: inset 20px 0px 20px -20px rgba(0, 0, 0, 0.45),
              inset -20px 0px 20px -20px rgba(0, 0, 0, 0.45);


  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#skill-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;  
  flex-wrap: nowrap;
  white-space: nowrap;
  scroll-behavior: smooth;
  animation: scrollIcons 20s linear infinite;

  /* animation-iteration-count: 1; */


}

#skill-list li img {
  width: clamp(2.5rem, 4vw, 4rem);
  height: clamp(2rem, 3vw, 3rem);
  margin: 0 clamp(0.5rem, 1vw, 1rem);
  transition: transform 0.3s ease, filter 0.3s ease;
}

#skill-list li img:hover, .skill-txt > p:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  transition: .5s

}

/* Add the scroll animation */
@keyframes scrollIcons {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%); 
  }
}

.skill-txt {
  font-weight: bold;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  margin: 0 clamp(0.5rem, 1vw, 1rem);
  transition: .5s
}


/**** Style for section's header----------------------*/
.section-headers{
  font-family: "Playwrite IT Moderna", cursive;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
    font-style: italic;
    /* font-size: 2rem; */
    font-size: clamp(100%, 160%, 200%);

    color: black
}



/* 
-----------------------Style intended to About me section
 */


 #About-me{

  padding-top: 10rem;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  /* height: -webkit-fill-available;  */

  /* overflow: hidden; */
 }

#about-me-article{
 display: grid;
 grid-template-columns:  minmax(1px, 1.5fr) repeat(3, 1fr) minmax(1px,1.5fr);
 grid-template-rows: auto  fit-content repeat(4, 1fr);
 gap: 2px;

}

#header-aboutme{
  grid-column: 2/4;
  align-self: end;
  padding-left: 0.5rem;
}

/* Container for text about me  */
.div-about-me-text{
  border-radius: 40px;
  padding: 0.5rem;
  
  box-shadow: rgba(0, 0, 0, 0.45) 0px -10px 20px -20px;

  grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;


}
/* The main text for description */
.div-about-me-text p {
   padding: 0 1.5rem;
  /* font-size: clamp(1.2rem, 1.1rem, 1rem);
  font-size: clamp(1rem, 1.2rem, 1.2rem); */
  font-size: 1.1rem;



}

#about-me-tools{

grid-column: 2/ 4;
grid-row: span 2 / span 2;
/* min-width: 26rem; */
min-width: 23.2rem;
}

#web3-about-me{
  grid-row: span 2 / span 2;
  grid-column: 4/4;
  min-width: 12rem;
}

#last-text-about-me{
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 6;

  margin-bottom: 4rem;
}
/* put the first H symbol unto a bold appearance" */
#H{
  font-size: 2rem;
}

.about-me-sections-container{
  border-radius: 16px;
  margin: .3rem;
  margin-bottom: .8rem;
  transition:  .5s;
  background-color:#2d336b09;
}

.title-header{
  padding: .5rem;
  margin: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 3px;
  flex-wrap: nowrap;
}

.title-header h4{
  font-family: "Playwrite IT Moderna", cursive;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  font-style: italic;
  font-weight: normal;
  font-size: 1.25rem;
  color: black;
}


#about-me-tools ul{
  list-style: none;
}


.about-me-sections-container:hover{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 20px -20px;
  transition:  .5s;
  background-color:#2d336b18;
}

#web3-icon, #tech-svg{
  width: 3rem;
  height: 3rem;
}

.list-tech{
  margin: 0 1rem;
  padding: 0 0 0.4rem 0 ;
}

.list-tech li{
  margin: 0.3rem;
  font-size: 1.1rem;
  transition: .5s;
  padding: 0.1rem;
  list-style-type: none;
}

.list-tech li:hover {
  transition: .3s;
  color: rgba(255, 88, 139, 1);
  letter-spacing: 0.1rem;
}

/*******************Projects***************************/

#Projects{

  padding-top: 10rem;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  /* height: -webkit-fill-available;  */
  -webkit-overflow-scrolling: touch; 

  /* scroll-snap-type: x mandatory; */

}


#Project-page{

  width: 100%;
  min-height: 100vh;
  max-width: 51rem;
  margin: 0 auto;

}


#projects-introduction{
  font-size: clamp(1.2rem, 1.1rem, 1rem);
}




/* Main Project Section Styling */

.section-headers:nth-last-child(2) {
  margin-bottom: 0.5rem;
  text-align: center;
}

#projects-introduction {
 text-align: center;

  color: #4d4c4c;
}

/* CoverFlow Slider Container */
.projects-slide-container {
  margin-top: 4em;
  position: relative;
  perspective: 1000px;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  overflow-x: scroll;

  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; 

  /* Scroll snapping for better user experience */
  scroll-snap-type: x mandatory;
  -webkit-scroll-snap-type: x mandatory;

  /* white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none; */
  
   /* Prevent unwanted touch behaviors */
   /* -webkit-touch-callout: none;
   -webkit-user-select: none;
   user-select: none; */

  border-radius:  16px;
  background-color: rgba(45, 51, 107, 0.035);

}

.projects-slide-container::-webkit-scrollbar {
  display: none;  /* Webkit browsers */
}



/******* Description section for projects -----------------------*/

#project-description{

  width: 100%;
  height: auto;

  border-radius: 16px;
  margin: .3rem;
  margin-bottom: .8rem;
  /* transition:  .5s; */
  /* background-color:#2d336b09; */
  background-color: transparent;

}


#project-description p {
  /* font-size: clamp(1.2rem, 1.1rem, 1rem); */
  font-size: 1.1rem;
  padding: 2rem;
  height: auto;
  width: relative;

  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px -10px 30px -20px;
  background-color: transparent;
  transition:  .5s;
}

.link-edit{
  color: rgba(255, 88, 139, 1);
  text-decoration: none;

}





/* Coverflow container */

/* Individual slides */
.slides {
  position: absolute;
  width: 60%;
  height: 300px;
  top: 50%;
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  cursor: pointer;
  margin: 0;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 20px -20px;


  scroll-snap-align: center;
  flex-shrink: 0;
  width: 60%;  /* Match your existing width */



 
  
 
}

/* Position slides in a row */
.slides:nth-child(1){
  transform: translateY(-50%) translateX(-65%) rotateY(45deg);
  left: 0;
  z-index: 1;
}


.slides:nth-child(2){
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotateY(0deg);
  z-index: 3;
}

.slides:nth-child(3) {
  left: 100%;
  transform: translateX(-35%) translateY(-50%) rotateY(-45deg);
  z-index: 1;
}



/* Hover effects */


/* Images within slides */
.imgs-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}





/* Add mouse wheel scrolling with CSS variables */
.projects-slide-container {
  --scroll-position: 0;
  overflow: hidden;
}

@keyframes scroll-left {
  0% { --scroll-position: 0; }
  100% { --scroll-position: -1; }
}

@keyframes scroll-right {
  0% { --scroll-position: 0; }
  100% { --scroll-position: 1; }
}


/********** Contant Section ******************/

.modern-italic{

  font-family: "Playwrite IT Moderna", cursive;
      font-optical-sizing: auto;
      font-weight: normal;
      font-style: normal;
      font-style: italic;
  
  
   }
  
  #Contact{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 10rem;
    background-color: transparent;
    flex-direction: column;
    box-sizing: border-box;
  }
  #copyright-p{
    margin-top: 5rem;

    font-size: clamp(0.3rem, 0.7rem, 0.8rem);
  }
  #address ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* font-size: 1.2rem; */
    font-size: clamp(50%, 110%, 150%);

    padding:0;
  
  }
  address ul li{
    /* margin: 1rem; */
    list-style: none;
    transition: 0.5s;
    padding: 1rem
  
  }
  address ul li a {
    color: black;
    text-decoration: none;
  
  }
  
  
  
  address > ul > li:hover {
    transform: translateY(8px);
    transition: 0.5s;
  
  }
  
  
  
  

/* Get more responsivnessssssssssss */

@media  screen and (max-width: 655px) {
  #address ul {
    display: flex;
    flex-direction:column;


  }
  #address ul li {
    padding: 0.5rem;
    margin:0;
    align-self: flex-start;
  }
  #address {
    margin: 0;
    padding: 0;
  }
  
  address > ul > li:hover {
    transform: translateX(8px);  
  }

/* Menu section *****************/
 
  .menu{
    display: inline;
  }
  

  #nav-text {
    display: inline;
  
  }   


  #nav-bar {
    display: none;
    
  }   

  #nav-header{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    top:1rem;

    

    /* top: env(safe-area-inset-top); */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);


  -webkit-appearance: none;
  appearance: none;


  }
 
  
  #nav-ul >li{
    padding: 0.3rem;
  }

/* 
  #nav-ul{
    flex-direction: row;
  } */
}


@media screen and (max-width: 610px) {
  #about-me-article {
    display: inline-block;
    
  }


}


/* Media queries for different screen sizes */
@media screen and (max-width: 768px) {
  .skill-section-container {
    /* width: 95%; */
    bottom: 20vh;
  }
}

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

  #skill-list li img {
    margin: 0 0.5rem;
  }
  
  .skill-txt {
    font-size: 0.9rem;
  } 
}



/* Pause animation on hover for larger screens where this makes sense */
@media screen and (min-width: 769px) {
  #skill-section > ul > li:hover {
    animation-play-state: paused;
    transition: .5s;
  }


}


