/* Reset CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800&family=Roboto:wght@100;300;400&display=swap');


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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fefefe;
    color: #333;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.containner {
  width: 79%;
  margin: 0 auto;
    padding: 0 8.4rem;
}


header {
    background-color: #8569ff; /* Purpor */
    color: #fff;
    padding: 20px 0;
    display:flex;
    align-items: center;

}

header h1 {
    margin: 0;
    font-family: 'Pacifico', cursive;
    font-size: 50px;
}
.about div img {
  width:100px;
  height:100px;
  border-radius: 50px;
  border: 4px solid red;
 }

 /* format circulo
 */
 .big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 3px solid #bbbbbb;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
  }
  .icon-block {
    width: 81px;
    height: 81px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 15px #fff;
  }
  .icon-block img {
    margin: 0px auto;
    width: 60%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
  }
  .icon-block:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .icon-block:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
  }
  .icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
  }
  .icon-block:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  /* radio of circule*/
  .rounding-sec {
    position: relative;
    height: 270px;
    width: 270px;
  }
  /* imagen centro*/
  .images {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 25px;
    border-radius: 99%;
    background-size: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    
  }
  /*bordes redondeados  n usado*/

  #bordesredondeado {
  -moz-border-radius:15px 30px 45px 60px;
  -webkit-border-radius:5px 30px 45px 60px;
  border-radius:5px 30px 45px 60px;
  }
  
  .box {
    width: 150px;
    height: 150px;
    background-image: url(./issets/img/perfil.jpg);
    background-size: cover;
    border-radius: 50%;
    margin:0 auto;
  }
  
  /**/

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Lobster', cursive;
    font-size: 18px;
}

section {
    padding: 40px 0;
}

h2 {
    margin-bottom: 20px;
    font-family: 'Lobster', cursive;
    font-size: 30px;
}


.section button {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 0.8rem 1rem;
    font-size: 1.1rem;
    border-radius: 7px;
    margin-top: 2rem;
    cursor: pointer;
}

button {
  background-color: #8569ff;
  cursor:pointer;
  border:none;
  padding: 20px 20px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
}
button::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 z-index:-1;
 width: 100%;
 height: 100%;
 background: linear-gradient(45deg,
 red, blue, deeppink, blue,
 red, blue,deeppink,blue);
 background-size: 800%;
 border-radius: 10px;
 filter: blur(8px);
 animation: glowing 20s linear infinite;
}

.project {
    margin-bottom: 20px;
}

 .row {
    display: flex;
    flex-direction: row;
    padding-inline: 105px;
    justify-content: space-between;
    
    }
.colum1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}    
.colum2 {
        display: flex;
        flex-direction: row;
        padding-inline: 100px;
        justify-content: space-between;
        gap: 1000px;
        }
.colum3{
    display: flex;
    flex-direction: row;
    padding-inline: 10px;
    justify-content: space-between;
    gap: 10px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.form-section h3 {
  text-align: center;
}


div .skil {
    border: #8569ff 4px solid;
    padding-inline: 10px;
    justify-content: end;
    display: grid;
    grid-template-columns:300px;
}

footer {
    background-color: #8569ff; /* Purpur */
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-family: 'Lobster', cursive;
    font-size: 16px;
}

@media (max-width:700px){

    header{
        flex-direction: column;
    }
    nav{
        padding: 10px 0px
    }
    
}
/* keyframes animation
*/

@keyframes Rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes Rotate-reverse {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes Rotate-reverse {
    from {
      -webkit-transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
    }
  }
  /*botton cv*/

  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
    50%{
       background-position: 400% 0;
    }
    100%{
background-position: 0 0;
    }
  }