* {
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4{
  font-weight: 400;
  padding-bottom: 10px;
}
h1, h2{
  color:  #C43219;

}
h3{
  font-size: 20px;
}
a:hover{
  color: #B73722;
  text-decoration: none;
}

.arrow{
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.iconify{
  color: #C43219;
  font-size: 40px;
  margin: 5px;
}
.iconify:hover{
  color: white;
  background-color: #B73722;
  border: 1px solid #B73722;
  border-radius: 50%;
}
.navbar-moje{
  background-color: #C43219;
}
.all-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  margin: 20px;
}
.introduction{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ellipse{
  position: absolute;
  left: -50px;
  top: -100px;
}
.introduction--container{
  flex-direction: column;
  border-bottom: #c4331986 solid 1px;
}
.introduction--container .text{
  text-align: center;
}
.introduction--container img{
  width: 100%;
  padding: 20px;
  border-radius: 50%;
}

.introduction--ikons{
  margin-bottom: 20px;
}
.my-work h2{
  text-align: center;
}
.my-work--container{
  box-shadow: 0px 0px 41px -19px rgba(166,163,166,0.9);

}
.about-me--container{
  border-bottom: #c4331986 solid 1px;

}
.about-me--ikons{
  margin: 10px;
}

.picture img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 41px -19px rgba(166,163,166,0.9);
}

figure{
  padding-bottom: 10px;
}
figcaption{
  font-style: italic;
  font-size: 15px;
}
.my-project--link{
  padding-top: 15px;
}
.contact--container{
  flex-direction: column;
  box-shadow: 0px 0px 41px -19px rgba(166,163,166,0.9);
}
.next-projects{
  padding-top: 40px;
}

.button{
  background-color: #B73722;
  border: 1px solid #B73722;
  color: white;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  margin: 10px;
}
.button:hover{
  background-color: white;
  border: 1px solid #B73722;
}
.why-hire-me h2{
  text-align: center;
}
.why-hire-me--container{
  background-color: white;
  box-shadow: 0px 0px 41px -19px rgba(166,163,166,0.9);
}
.contact--container h3{
  margin: 0;
}
.contact--container a{
  text-decoration: none;
  color: #C43219;
}

.ikons-bottom{
  display: flex;
  justify-content: center;
  margin: 20px;
}
.nav-bottom ul{
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.nav-bottom a{
  color: black;
  padding: 5px;
}
footer{
  background-color: #C43219;
  color: white;
  box-shadow: 0px 0px 41px -19px rgba(166,163,166,0.9);

  display: flex;
  justify-content: center;
  }
footer div{
  display: flex;
  justify-content: space-around;
  width: 200px;
}
footer p{
  margin: 0;
}
@media only screen and (min-width: 760px) {
  
  .arrow{
    bottom: 20px;
    right: 20px;
  }
.introduction--container{
  flex-direction: row;
  width: 80%;
  height: 350px;
  border-bottom: none;
  margin: 0;
}
.introduction--container .text{
  text-align: left;

}
.introduction--container img{
  width: 40%;
  padding: 20px;
}

.introduction--group{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.introduction--line{
  border-bottom: #c4331986 solid 1px;
  width: 500px;
}

.introduction--ikons{
  display: flex;
  width: 30%;
  padding-left: 10px;
  margin: 0;
}

.my-work{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.my-work h2{
width: 100%;
}
.my-work--container{
 flex-direction: column;
  text-align: center;
  width: 80%;
}

.about-me{
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-me--container{
  width: 80%;
}
.about-me--container h2{
 width: 60%;
}
.my-project{
  display: flex;
  justify-content: center;
}
.my-project--container{
  width: 80%;
}
.my-project--gallery{
  padding-top: 20px;
  width: 90%;
}
.why-hire-me{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  
}
.why-hire-me--all{
  width: 80%;
  padding-bottom: 15px;
}
.why-hire-me--container{
  margin-bottom: 30px;
}
.contact{
  display: flex;
  justify-content: center;

}
.contact--container{
  width: 75%;
}
.contact--container p{
  font-size: 12px;
}
.contact--container h3{
  padding: 0;
  font-size: 30px;
}
.ikons-bottom{
  margin-top: 0;
 padding-bottom: 20px;
}
.nav-bottom{
  padding: 20px;
}
}
@media only screen and (min-width: 1028px) {
  .arrow{
    bottom: 50px;
    right: 150px;
  }
  .introduction--container{
    width: 70%;
    justify-content: space-evenly;
  }
  .introduction--container img{
    width: 260px;
  }
  .introduction--line{
    width: 700px;
  }
  .my-work{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
  }
  .my-work--container{
     width: 25%;
   }
   .about-me{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-me--container{
    width: 60%;
  }
  .about-me--links{
    padding-top: 15px;
  }
  .about-me--ikons{
    padding-top: 10px;
  }

  .my-project{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
  }
  .my-project--container{
    align-items: unset;
    display: grid;
    grid-auto-columns: auto auto auto auto auto auto auto;
  }
  .my-project--container h2{
    grid-column: 3/6;
    grid-row: 1/2;
    margin: auto;
  }
  .my-project--text{
    grid-column: 3/6;
    grid-row: 2/4;
    padding: 20px;
    margin: 30px;
  }
  .login{
    grid-column: 1/3;
    grid-row:1/4;
    width: 100%;
    padding: 20px;
  }
  .detail{
    grid-column: 1/6;
    grid-row:4/7;
    width: 100%;
    padding: 20px;
  }
  .my-project--link{
    grid-column: 4/5;
    grid-row: 3/4;
    padding: 20px;
  }
  .next-projects{
    grid-column: 1/6;
    grid-row:7/8;
  }
  .why-hire-me--all{
    width: 70%;
  }
  .contact--container{
    width: 50%;
  }
  .nav-bottom{
    padding: 20px;
    width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .about-me--container{
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
  }
  .about-me--container h2{
   width: 25%;
   text-align: left;
  }
  .about-me--right{
    width: 75%;
    padding: 10px;
  }
  .about-me--links{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .why-hire-me--all{
    display: flex;
  }
  .why-hire-me--container{
    width: 30%;
  }

}