@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(279, 65%, 76%);
  --title-color: hsl(207, 4%, 16%);
  --text-color: hsl(207, 4%, 28%);
  --text-color-light: hsl(207, 4%, 56%);
  --body-color: hsl(279, 45%, 85%);
  --container-color: hsl(207, 4%, 95%);

  /* Change the first number */
  /* Blue: 207 - Purple: 250 - Pink: 356 - Teal: 174 */
  --gradient-color: linear-gradient(180deg,
      hsla(207, 48%, 72%, 0),
      hsla(207, 65%, 65%, 1));

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: 'Roboto', sans-serif;
  --title-font: 'Lora', serif;
  --biggest-font-size: 1.5rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
  --tiny-font-size: .625rem;

  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;

  /*========== z index ==========*/
  --z-normal: 1;
  --z-tooltip: 10;
  --z-fixed: 100;
}

/* Responsive typography */
@media screen and (min-width: 1024px) {
  :root {
    --biggest-font-size: 3rem;
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    --smaller-font-size: .813rem;
    --tiny-font-size: .688rem;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
  transition: background .4s;
  /* for dark mode animation */
}


h1,
h2,
h3 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: var(--font-medium);
  text-align: center;

}


ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}



.btn {
  width: 3.5em;
  height: 2.2em;
  margin: 0.5em;
  background: rgba(54, 172, 212, 0.584);
  color: white;
  border: none;
  border-radius: 0.625em;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

button:hover {
  color: black;
}

button:after {
  content: "";
  background: rgb(241, 241, 241);
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

button:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* 
.projects{
 
  transition: background-color .4s;
}

.projects--container{
  row-gap: 2rem;
}

.projects--card{
  padding: 10px 30px 60px;
  transition: background-color .4s;
  
}

.projects--image{
  position: relative;
  margin-bottom: .75rem;
}

.projects--button{
  position: absolute;
  right: 1rem;
  bottom: -1.5rem;
  padding: 1rem;
}

.projects--content{
  margin-bottom: 1.25rem;
}

.projects--subtitle{
  position: relative;
  display: inline-block;
  font-size: var(--small-font-size);
  font-weight: var(--font-medium);
  color: var(--text-color);
  margin-bottom: .75rem;
  padding-left: 1.75rem;
}

.projects--subtitle::after{
  content: '';
  width: 20px;
  height: 1px;
  background-color: var(--text-color);
position: absolute;
top: 50%;
left: 0;
}

.projects--title{
  font-size: var(--h3-font-size);
  margin-bottom: .75rem;
}

.projects--buttons{
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.projects--link{
  display: flex;
  align-items: center;
  column-gap: .25rem;
  color: var(--text-color);
  font-size: var(--small-font-size);
font-weight: var(--font-medium);
transition:  color .4s;

}

.projects--link i{
  font-size: 1rem;
  color: var(--title-color);
  transition: color .4s;
}

.projects--link::hover,
.projects--link::hover i{
  color: var(--first-color);
}

.projects--card:hover{
  background-color: white;
} */




/* <reset-style> ============================ */
a {
  text-decoration: none;
}

/* <main-style> ============================ */
/* From Uiverse.io by FColombati */ 
.button {
  all: unset;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 100em;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow:
    -0.15em -0.15em 0.15em -0.075em rgba(5, 5, 5, 0.25),
    0.0375em 0.0375em 0.0675em 0 rgba(5, 5, 5, 0.1);
}

.button::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(100% + 0.3em);
  height: calc(100% + 0.3em);
  top: -0.15em;
  left: -0.15em;
  border-radius: inherit;
  
  filter: blur(0.0125em);
  opacity: 0.25;
  mix-blend-mode: multiply;
}

.button .button-outer {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  transition: box-shadow 300ms ease;
  will-change: box-shadow;
  box-shadow:
    0 0.05em 0.05em -0.01em rgb(0, 0, 0),
    0 0.01em 0.01em -0.01em rgba(0, 0, 0, 0.5),
    0.15em 0.3em 0.1em -0.01em rgba(5, 5, 5, 0.25);
}

.button:hover .button-outer {
  box-shadow:
    0 0 0 0 rgba(5, 5, 5, 1),
    0 0 0 0 rgba(5, 5, 5, 0.5),
    0 0 0 0 rgba(5, 5, 5, 0.25);
}

.button-inner {
  --inset: 0.035em;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 1em 1.5em;
  background-image: linear-gradient(
    135deg,
    rgb(167, 111, 252),
    rgb(234, 177, 247)
  );
  transition:
    box-shadow 300ms ease,
    clip-path 250ms ease,
    background-image 250ms ease,
    transform 250ms ease;
  will-change: box-shadow, clip-path, background-image, transform;
  overflow: clip;
  clip-path: inset(0 0 0 0 round 100em);
  box-shadow:
        /* 1 */
    0 0 0 0 inset rgba(5, 5, 5, 0.1),
    /* 2 */ -0.05em -0.05em 0.05em 0 inset rgba(5, 5, 5, 0.721),
    /* 3 */ 0 0 0 0 inset rgba(5, 5, 5, 0.1),
    /* 4 */ 0 0 0.05em 0.2em inset rgba(255, 255, 255, 0.25),
    /* 5 */ 0.025em 0.05em 0.1em 0 inset rgba(255, 255, 255, 1),
    /* 6 */ 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.889),
    /* 7 */ -0.075em -0.25em 0.25em 0.1em inset rgba(5, 5, 5, 0.25);
}

.button:hover .button-inner {
  clip-path: inset(
    clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px)
      clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) round 100em
  );
  box-shadow:
        /* 1 */
    0.1em 0.15em 0.05em 0 inset rgba(5, 5, 5, 0.75),
    /* 2 */ -0.025em -0.03em 0.05em 0.025em inset rgba(5, 5, 5, 0.5),
    /* 3 */ 0.25em 0.25em 0.2em 0 inset rgba(5, 5, 5, 0.5),
    /* 4 */ 0 0 0.05em 0.5em inset rgba(255, 255, 255, 0.15),
    /* 5 */ 0 0 0 0 inset rgba(255, 255, 255, 1),
    /* 6 */ 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.25),
    /* 7 */ -0.075em -0.12em 0.2em 0.1em inset rgba(5, 5, 5, 0.25);
}

.button .button-inner span {
  position: relative;
  z-index: 4;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    135deg,
    rgb(0, 0, 0),
    rgb(0, 0, 0)
  );
  -webkit-background-clip: text;
  background-clip: text;
  transition: transform 250ms ease;
  display: block;
  will-change: transform;
  text-shadow: rgba(255, 0, 0, 0) 0 0 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover .button-inner span {
  transform: scale(0.975);
}

.button:active .button-inner {
  transform: scale(0.975);
}







.skills--container {
  row-gap: 3.5rem;

}

h2 {
  font-size: 38px;
}



.skills--title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: .5rem;
  font-size: 28px;
  /*   font-weight: var(--font-semi-bold); */
  margin-bottom: 3.5rem;
  color: rgb(126, 126, 126);

}

.skills--title i {
  font-size: 2rem;
  font-weight: initial;

}




.skills--info,
.skills--data,
.skills--blob {
  display: grid;

}

.skills--info {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}

.skills--data {
  justify-content: center;
  text-align: center;
}

.skills--blob {
  width: 400px;
  height: 270px;
  background-color: var(--container-color);
  border-radius: 1rem;
  place-items: center;
  margin-bottom: 1rem;
  transition: background .4s;
}

/* for dark mode animation */


.skills--blob:hover {
  background-color: rgba(133, 83, 148, 0.454);
}

.skills--blob img {
  width: 380px;
  height: 250px;
  border-radius: 15px;
}

.skills--name {
  font-size: 20px;
  margin-bottom: .25rem;
}

.skills--subtitle {
  font-size: var(--small-font-size);
  color: var(--text-color-light);
}


/* Animation skills */
/* .skills--blob video{
  width: 320px;
  height: 210px;
  border-radius: 20%;
}
 */
.skills--blob:hover img {
  animation: bounce-skills .6s;
}


video {
  width: 380px;
  border-radius: 1rem;

}




.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -30%;
  background-color: var(--body-color);
  box-shadow: 0 3px 9px hsl(205, 7%, 32%);
  display: inline-flex;
  padding: .35rem;
  border-radius: .25rem;
  font-size: 1.1rem;
  color: var(--title-color);
  z-index: var(--z-tooltip);
  transition: bottom .3s, transform .3s;
}

.scrollup:hover {
  transform: translateY(-.25rem);
}

/* Show Scroll Up*/

.show-scroll {
  bottom: 7.5rem;
}








/* @keyframes bounce-skills {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translateY(-6px);
  }

  40% {
    transform: translate(0);
  }

  60% {
    transform: translateY(-3px);
  }

  80% {
    transform: translate(0);
  }
}
  */


/* .card {
  padding: 10px;
  max-width: 260px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: rgb(255, 255, 255);
  font-family: sans-serif;
  transition: background .4s;
  zzz
}

.content {
  margin-top: 1rem;
}

.content .header {
  margin-top: 0.5rem;
}

.image {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  background-color: rgb(205, 235, 255);
  padding: 9px;
}

.tag {
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0.425);
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
}

.date {
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  align-items: center;
  margin: 2px;
}

.title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.35rem;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 14px;
}

.description {
  line-height: 1.375;
} */



@media only screen and (max-width: 600px) {

  .skills--blob img {
    width: 390px;
  }



  video {
    width: 410px;
    border-radius: 1rem;

  }

  .skills--title i {
    font-size: .5rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }


  .section {
    margin-bottom: auto;
    width: 100%;
  }




  .skills--name {
    font-size: 20px;
    margin-bottom: .25rem;
  }




  .skills--blob {
    width: 440px;
    height: 295px;
    background-color: rgba(223, 221, 221, 0.479);
    box-shadow: 0 3px 9px hsl(205, 6%, 41%);
    border-radius: 1rem;
    place-items: center;
    margin-bottom: 1rem;
    transition: background .4s;

    /* for dark mode animation */
  }



  .section--title {
    font-size: 38px;
    font-weight: var(--font-semi-bold);
    margin-bottom: .25rem;
  }


  .skills--container {
    row-gap: 3.5rem;

  }

  .skills--title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .5rem;
    font-size: 26px;
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.5rem;

  }

  .skills--title i {
    font-size: 1rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }

  .skills--info {
    grid-template-columns: repeat(1, 1fr);
    gap: .5rem 1rem;
  }

  .skills--data {
    justify-content: center;
    text-align: center;
  }

}













@media screen and (max-width: 340px) {


  .skills--info {
    grid-template-columns: repeat(1, 1fr);
  }


  .skills--blob img {
    width: 420px;
  }

  video {
    width: 410px;
    border-radius: 1rem;

  }


  .skills--title i {
    font-size: .5rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }


  .section {
    margin-bottom: auto;
    width: 100%;
  }




  .skills--name {
    font-size: 20px;
    margin-bottom: .25rem;
  }




  .skills--blob {
    width: 430px;
    height: 340px;
    background-color: rgba(223, 221, 221, 0.479);
    box-shadow: 0 3px 9px hsl(205, 6%, 41%);
    border-radius: 1rem;
    place-items: center;
    margin-bottom: 1rem;
    transition: background .4s;
    /* for dark mode animation */
  }



  .section--title {
    font-size: 38px;
    font-weight: var(--font-semi-bold);
    margin-bottom: .25rem;
  }


  .skills--container {
    row-gap: 1.5rem;

  }

  .skills--title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .5rem;
    font-size: 26px;
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.5rem;

  }

  .skills--title i {
    font-size: 1rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }

  .skills--info {
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem 1rem;
  }

  .skills--data {
    justify-content: center;
    text-align: center;
  }



}






@media screen and (min-width: 576px) {
  .skills--info {
    grid-template-columns: repeat(1, 1fr);
  }


  .skills--blob img {
    width: 255px;
    height: 175px;
  }


  .skills--title i {
    font-size: .5rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }


  .section {
    margin-bottom: auto;
    width: 100%;
  }




  .skills--name {
    font-size: 20px;
    margin-bottom: .25rem;
  }




  .skills--blob {
    width: 270px;
    height: 200px;
    background-color: rgba(223, 221, 221, 0.479);
    box-shadow: 0 3px 9px hsl(205, 6%, 41%);
    border-radius: 1rem;
    place-items: center;
    margin-bottom: 1rem;
    transition: background .4s;
    /* for dark mode animation */
  }


  video {
    width: 240px;
    border-radius: 1rem;

  }


  .section--title {
    font-size: 38px;
    font-weight: var(--font-semi-bold);
    margin-bottom: .25rem;
  }


  .skills--container {
    row-gap: 1.5rem;

  }

  .skills--title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .5rem;
    font-size: 26px;
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.5rem;

  }

  .skills--title i {
    font-size: 1rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }

  .skills--info {
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem 1rem;
  }

  .skills--data {
    justify-content: center;
    text-align: center;
  }


}



@media screen and (min-width: 767px) {
  .skills--container {
    column-gap: 5rem;
  }

  .skills--container {
    grid-template-columns: repeat(2, max-content);
  }

  .skills--title i {
    font-size: 20px;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }

  .skills--info {
    grid-template-columns: repeat(2, 1fr);
    gap: .25rem 1rem;
  }

  .skills--data {
    justify-content: center;
    text-align: center;
  }





  .skills--info {
    grid-template-columns: repeat(1, 1fr);
  }


  .skills--blob img {
    width: 255px;
    height: 175px;
  }


  .skills--title i {
    font-size: .5rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }


  .section {
    margin-bottom: auto;
    width: 100%;
  }




  .skills--name {
    font-size: 20px;
    margin-bottom: .25rem;
  }




  .skills--blob {
    width: 270px;
    height: 200px;
    background-color: rgba(223, 221, 221, 0.479);
    box-shadow: 0 3px 9px hsl(205, 6%, 41%);
    border-radius: 1rem;
    place-items: center;
    margin-bottom: 1rem;
    transition: background .4s;
    /* for dark mode animation */
  }


  video {
    width: 240px;
    border-radius: 1rem;

  }


  .section--title {
    font-size: 38px;
    font-weight: var(--font-semi-bold);
    margin-bottom: .25rem;
  }


  .skills--container {
    row-gap: 1.5rem;

  }

  .skills--title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .5rem;
    font-size: 26px;
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.5rem;

  }

  .skills--title i {
    font-size: 1rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }

  .skills--info {
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem 1rem;
  }

  .skills--data {
    justify-content: center;
    text-align: center;
  }




}




@media screen and (min-width: 1048px) {
  .container {
    margin-inline: auto;
  }

  .skills--info {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 5rem;
  }



  .skills--info {
    grid-template-columns: repeat(3, 1fr);
  }


  .skills--blob img {
    width: 390px;
    height: 250px;
    border-radius: 15px;
  }


  .skills--title i {
    font-size: .5rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;

  }


  .section {
    margin-bottom: auto;
    width: 100%;
    display: grid;
  }




  .skills--name {
    font-size: 20px;
    margin-bottom: .25rem;
  }




  .skills--blob {
    width: 410px;
    height: 280px;
    background-color: rgba(223, 221, 221, 0.479);
    box-shadow: 0 3px 9px hsl(205, 6%, 41%);
    border-radius: 1rem;
    place-items: center;
    margin-bottom: 1rem;
    transition: background .4s;
    /* for dark mode animation */
    display: grid;
    justify-content: center;
  }


  video {
    width: 390px;
    border-radius: 1rem;

  }


  .section--title {
    font-size: 38px;
    font-weight: var(--font-semi-bold);
    margin-bottom: .25rem;
  }


  .skills--container {
    row-gap: 1.5rem;

  }

  .skills--title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
    font-size: 26px;
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.5rem;

  }

  .skills--title i {
    font-size: 1rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }

  .skills--info {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 1rem;
  }

  .skills--data {
    justify-content: center;
    text-align: center;
  }



}

/* 

@media only screen and (min-width: 1200px) {

  .skills--container {
    column-gap: 10rem;
  }

  .skills--title {
    margin-bottom: 3rem;
  }

  .skills--title i {
    font-size: 1.25rem;
  }

  .skills--name {
    font-size: 22px;
  }

  .skills--info {
    gap: 3rem;
  }


  
  .container {
    margin-inline: auto;
  }

  .skills--info {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 2rem;
  }



  .skills--info {
    grid-template-columns: repeat(1, 1fr);
  }


  .skills--blob img {
    width: 390px;
    height: 250px;
    border-radius: 15px;
  }


  .skills--title i {
    font-size: .5rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }


  .section {
    margin-bottom: auto;
    width: 100%;
  }




  .skills--name {
    font-size: 20px;
    margin-bottom: .25rem;
  }




  .skills--blob {
    width: 430px;
    height: 290px;
    background-color: rgb(186, 186, 186);
    border-radius: 1rem;
    place-items: center;
    margin-bottom: 2rem;
    transition: background .4s;
    /* for dark mode animation */



/*  video {
    width: 400px;
    border-radius: 1rem;

  }


  .section--title {
    font-size: 38px;
    font-weight: var(--font-semi-bold);
    margin-bottom: .25rem;
  }


  .skills--container {
    row-gap: 3.5rem;

  }

  .skills--title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.25rem;
    font-size: 26px;
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.5rem;

  }

  .skills--title i {
    font-size: 1rem;
    font-weight: initial;
  }


  .skills--info,
  .skills--data,
  .skills--blob {
    display: grid;
  }

  .skills--info {
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem 1rem;
  }

  .skills--data {
    justify-content: center;
    text-align: center;
  }

 */