@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

:root{
  --lightblue: lightblue;
  --yellow: #FAFFAF;
  --lightyellow: #F8F9D7;
  --blue: #B2C8DF;
  --blue-grey: #C4D7E0;
  --back: #c8a088;
}

/* Home */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Indie Flower';
}

html {
  scroll-behavior: smooth;
}

#start {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0, .3)), url("img/1138945.jpeg");
  /* background:  url("img/1138945.jpeg"); */
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

#start .content header{
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
#start .content header .content-header{
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

#start .content header .content-header h1{
  text-align: center;
  color: var(--yellow);
}

#start .content header .content-header nav ul{
  list-style: none;
  display: flex;
  align-items: center;
}

#start .content header .content-header nav ul li a{
  text-decoration: none;
  /* color: #fff; */
  /* color: var(--yellow); */
  color: var(--yellow);
  margin: 0 12px;
  font-weight: 400;
  transition: .5%;
}

#start .content header .content-header nav ul a:hover{
  color: var(--lightblue);
}

#start .content header .content-header .networks a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  transition: .5s;
  color: var(--yellow);
}

#start .content header .content-header .networks a:visited {
  color: var(--lightblue);
}

#start .content header .content-header .networks a:hover {
  color: var(--yellow);
}

#start .content header .content-header .selected{
  color: var(--lightblue);
}
#start .content .presentation{
  max-width: 1100px;
  height: 100vh;
  margin: auto;
  columns: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
 
#start .content .presentation .welcome{ 
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

#start .content .presentation h2 {
  font-size: 55px;
  margin-bottom: 25px;
  text-align: center;
}

#start .content .presentation h2 span {
  font-size: 25px;
  color: var(--yellow);
}

#start .content .presentation .description{
  max-width: 700px;
  margin: 25px auto;
  font-size: 18px;
  text-align: center;
}

#start .content .presentation a {
  text-decoration: none;
  display: inline-block;
  margin: 25px;
  padding: 20px 25px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: .5s;
}

#start .content .presentation a:hover{
  background-color: #91b3c1;
  color: black;
}

#icon-nav {
  color: #fff;
  display: none;
}
/* About Me */

#aboutme {
  /* background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url("img/me.jpeg");
  background-size: 1000px;
  background-color: #d3bf97;
  background-repeat: no-repeat;
  background-position: right bottom; */
  /* max-width: 1100px; */
  margin: auto;
  padding: 100px 15px;
  color: black; 
  display: flex;

  background: url(img/kon.gif);
  background-color: #e1cda5;
  background-repeat: no-repeat;
  background-size: 420px;
  background-position: right bottom;
}

#aboutme .content-img {
  max-width: 400px;
  margin-right: 80px;
}

#aboutme .content-img img {
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  background-color: var(--blue);
}

#aboutme .aboutme{
  margin: 0 40px;
}

#aboutme .aboutme .title{
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  text-decoration: underline;
  text-decoration-color: var(--lightyellow);
  /* text-decoration-color: red; */
  text-decoration-thickness: 5px;
}

#aboutme .aboutme h2{
font-size: 34px;
font-weight: bold;
margin: 20px 0;
letter-spacing: 2px;
}

#aboutme .aboutme h2 span{
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px; 
}

#aboutme .aboutme p{
  font-size: 14px;
  line-height: 25px;
  color: black;
  margin-bottom: 12px;
}

#aboutme .aboutme a {
  display: inline-block;
  text-decoration: none;
  color: black;
  background-color: var(--blue-grey);
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid black;
  margin-top: 30px;
  transition: .5s;
}

#aboutme .aboutme a:hover {
  background-color: var(--lightyellow);
  color: black;
}

/* services */

#services {
  /* background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(/test/the.jpeg); */
  /* background: url(/test/nighty.jpeg); */
  /* background-color: var(--back); */
  /* background-attachment: fixed; */
  /* background-color: #e5dfd3;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  background-position: center center; */

  background: url(img/cofee\ cat.jpg);
  background-color: #e5dfd3;
  /* background-color: var(--back); */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 500px;
  background-position: center center;

  padding: 100px 15px;
  text-align: center;
  /* background-color: var(--lightyellow); */
}

#services .title {
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-decoration-thickness: 5px;
}

#services .fil {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 30px auto;
}

#services .fil .services {
  max-width: 350px;
  background-color: var(--blue-grey);
  padding: 30px;
  margin: 0 5px;
  border-right: 5px;
  transition: .5s;
}

#services .fil .services:hover {
  box-shadow: 5px 5px 10px grey, -5px -5px 10px grey;
}

#services .fil .services h4{
  font-size: 22px;
  margin-bottom: 25px;
}
#services .fil .services .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: whitesmoke;
  padding: 20px;
}

#services .fil .services hr{
  width: 30%;
  margin: auto;
  color: black;
  margin-bottom: 25px;
}

#services .fil .services ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#services .fil .services p{
  font-size: 14px;
  line-height: 22px;
}

/* SKILLS */

.skillcontainer {
  background: url(img/cofee\ cat.jpg);
  background-color: #e5dfd3;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 500px;
  background-position: center center;
  padding: 100px 0;
  text-align: center;
}

.skillcontainer .skill {
  max-width: 600px;
  margin: 30px auto;
}

.skillcontainer .skill .info{
  display: flex;
  justify-content: space-between;
}

.skillcontainer .skill .list{
  display: inline-block;
  margin-right: 20px;
  height: 10px;
  width: 10px;
  background-color: var(--lightyellow);
}

.skillcontainer .skill .bar{
  /* background-color: rgb(200, 190, 190); */
  background-color: var(--lightyellow);
  width: 100%;
  height: 6px;
  margin: 10px 0;
}

.skillcontainer .skill .bar .bar-progres1{
  background-color: var(--blue);
  width: 95%;
  height: 6px;
  animation: percentage1 2s forwards;
}

.skillcontainer .skill .bar .bar-progres2{
  background-color: var(--blue);
  width: 95%;
  height: 6px;
  animation: percentage2 2s forwards;
}

.skillcontainer .skill .bar .bar-progres3{
  background-color: var(--blue);
  width: 95%;
  height: 6px;
  animation: percentage3 2s forwards;
}
.skillcontainer .skill .bar .bar-progres4{
  background-color: var(--blue);
  width: 95%;
  height: 6px;
  animation: percentage4 2s forwards;
}

@keyframes  percentage1{
    0%{
      width: 0;
    }
    100%{
      width: 50%;
    }
}

@keyframes  percentage2{
  0%{
    width: 0;
  }
  100%{
    width: 70%;
  }
}
@keyframes  percentage3{
  0%{
    width: 0;
  }
  100%{
    width: 50%;
  }
}

@keyframes  percentage4{
  0%{
    width: 0;
  }
  100%{
    width: 70%;
  }
}

/* PROJECTS */

#projects {
  background: url(img/face.gif);
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: right top; 

  max-width: 1100px;
  padding: 100px 0;
  margin: auto;
}

#projects .title-section{
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 5px;
}

#projects .fil{
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

#projects .fil .project{
  max-width: 450px;
  border: 1px solid black;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

#projects .fil .project img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  object-fit: cover;
  transition: .5s;
}

#projects .fil .project:hover img {
  filter: grayscale(0);
}

/* #projects .fil .project .info {
  filter: absolute;
  left: 0;
  background-color: rgba(0,0,0, .8);
  color: red;
  width: 100%;
  padding: 10px;
  opacity: 0;
  bottom: -40px;
  transition: .5s;
}

#projects .fil .project:hover .info {
  opacity: 1;
  bottom: 0;
} */

/* Contact */

#contact {
  background: url(img/cutie.gif);
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: bottom right;
  background-color: #e1cda5;  
  padding: 100px 15px;
}

#contact .title-section {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  text-decoration: underline;
  text-decoration-color: var(--lightyellow);
  text-decoration-thickness: 5px;
}

#contact .form-container {
  max-width: 800px;
  margin: auto;
}

#contact .form-container .row {
  margin-bottom: 15px;
}

#contact .form-container .half-row {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

#contact .form-container input,
#contact .form-container textarea{
  padding: 20px;
  border-radius: 20px;
  border: none;
  border: 1px solid grey;
}

#contact .form-container .half-row input {
  width: 48%;
}

#contact .form-container .full-input{
  width: 100%;
}

#contact .btn-send{
  display: block;
  margin: auto;
  cursor: pointer;
  transition: .5s;
  padding: 10px 15px;
  background-color: var(--blue-grey);
  font-size: 18px;
  font-weight: bold;
}

#contact .btn-send:hover {
  background-color: var(--lightyellow);
  color: black;
}

 /* Footer */

 footer{
   background-color: black;
   color: white;
   text-align: center;
   padding: 20px 0; 
 }

footer a{
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  margin: 5px;
  transition: .5s;
  color: var(--lightblue);
}

footer a:visited {
  color: var(--yellow);
}

footer a:hover {
  color: var(--lightblue);
}

/* Responsive */
@media screen and (max-width:800px){
    .networks{
      display: none;
    }
    nav{
      display: none;
    }
    nav.responsive{
      display: block;
      background-color: rgba(0,0,0, .3);
      width: 100%;
      position: absolute;
      top: 48px;
      left: 0;
      padding: 10px 0;
    }

    nav.responsive ul{
      display: block !important;
      text-align: center;
    }
    nav.responsive ul li {
      margin: 5px 0;
    }
    #icon-nav {
      display: block;
    }
    #start .content .presentation h2{
      font-size: 40px;
    }
    #aboutme{
      padding: 50px 0;
      display: block;
    }
    #aboutme .content-img {
      max-width: 200px;
      margin: auto;
    }

    #aboutme .content-img img {
      padding: 8px;
    }

    #aboutme .aboutme .title{
      text-align: center;
    }
    #aboutme .aboutme h2{
      font-size: 25px;
      text-align: center;
    }

    #services {
       padding: 50px 15px;
    }

    #services .fil {
      display: block;
    }

    #services .fil .services{
      margin: 10px auto;
    }

    .skillcontainer {
      padding: 50px 20px;
    }

    #projects{
      padding: 50px 0;
    }
    #projects .fil {
      display: block;
    }
    #projects .fil .project{
      margin: 10px auto;
    }
    #contact {
      padding: 50px 15px;
    }
    #contact .form-container .half-row{
      margin-bottom: 15px;
      display: block;
    }
    #contact .form-container .half-row input {
      width: 100%;
      margin-bottom: 15px;
    }
}
