@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.woff") format("woff");
}

body {
  background-color: #25283d !important;
  font-family: "Poppins"!important;
  height: 100%;
}
.navbar{
  background-color: rgba(0, 0, 0, 0.5)!important;
}
.page-1 {
  background:  rgba(76, 175, 80, 0.3) url('../images/wil-stewart-RpDA3uYkJWM-unsplash.jpg');
  background-size: cover;
  background-position: center;
}
.page-1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(37, 40, 60, 0.5);
}
.main-text {
  text-align: center;
  padding-top: 5rem;
  position: relative;
}
.main-text h1 {
  color: #efd9ce;
  font-size: 40pt;
}
.main-btn {
  border: solid 3px #a675a1 !important;
  color: #a675a1 !important;
  width: 18rem;
  height: 4rem;
  font-size: 16pt !important;
  font-weight: 600 !important;
  margin-top: 2rem;
}
.icons{
  font-size: 30pt; 
  /*background: rgba(230, 226, 226, 0.2);*/
}
.icon:hover{
  font-size: 40pt;
}
.main-image {
  background-image: url("../images/image.png");
  background-repeat: no-repeat; 
  background-size: contain;
  background-position: center;
  position: relative;
}
.image-gallery{
  background-image: url("../images/viviam.png");
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center bottom 20%;
  height: 45%;
  width: 60%;
}
.icon.fa-linkedin {
  background: linear-gradient(to right, #4dc4ff, #0e76a8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon.fa-square-github {
  background: linear-gradient(to right, #000, #171717);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-txt {
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .about-txt {
    font-size: 3rem;
  }
  .image-gallery{
    width: 30%;
    height: 60%;
  }
}
.progress {
  position: relative;
  height: 2rem!important;
  margin-top: 3rem;
}
.progress > .progress-type {
  position: absolute;
  left: 0px;
  font-weight: 800;
  padding: 3px 30px 2px 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
  position: absolute;
  right: 0px;
  font-weight: 800;
  padding: 3px 10px 2px;
}
.img-skill{
  background-image: url("../images/computer_programming_woman.png");
  background-repeat: no-repeat; 
  background-size: contain;
  background-position: center;
  position: relative;
}
.text-gray{
  color: #aab3bc;
}
.dev-icons{
  margin-top: 2rem;
}
.dev-icons i{
  font-size: 30pt; 
}
.dev-icons p{
  font-size: 10pt; 
}
.dev-icons li{
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}