
body{
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1248' height='1248' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23DCEFFA' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
font-family:
}

.nav-item{
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
  color: white !important;
}
.nav-item:hover{
background-color: #E9F1F3 !important;
color: #2E3333  !important;
border-radius: 10px;
opacity: .6;
}
.navbar-toggler{
  background-color: transparent !important;
  opacity: .8;
  border-width: 1px !important;
  z-index: 300 !important;
}
.navbar{
  background-color: rgb(128, 212, 255) !important;
}
#About-me{
  padding-top: 15vh;
  padding-bottom: 14vh;
  margin-bottom: 3vh;
}

#landing{
  height: 90vh;
}

.carousel,.carousel-inner,.carousel-item{
  height: 90vh;
}

@media (max-width: 1100px) {
  #landing,.carousel,.carousel-inner,.carousel-item{
    height: auto;
  }
  #About-me{
    padding-bottom: 0px !important;

  }

}

#profile{
  object-position: center;
  object-fit: cover;
  height: 60vh;
  width: 100%;
  padding: none;
  margin: none;
  border: none;

}
 @media (min-width:1200px ){
  #profile{
    object-fit: contain;
  }
}

#skills{
  padding-top: 15vh;
}
#skills img{
  height: 200px;
  width: 100%;
  object-fit: fill;

}

#skills .card:hover{
  transform: scale(1.1);

}
.card{
  border:none !important;
  transition: transform .25s;
}
#skills i {transition: opacity .2s}
#skills i:hover { opacity: .5;}



#skills  .card > div {

  background-color: rgba(30, 30, 30, .7);
  transform: translateX(-150%);
  transition: transform .35s;
  transition-delay: .25s;

}
#skills  .card:hover > div {transform:translateX(0);}


header{
  text-align: center;
}
#skills p{
  font-size: 1.5rem;

}



#skills .row{
  justify-content:space-around;
}
.list-group{

  margin-right: 2rem;
}
.list-group-item{
  text-align: center !important;
}

.proimage{
  height: 130px;
}

#projects  .card > div {

  background-color: rgba(30, 30, 30, .7);
  transform: translateX(-150%);
  transition: transform .35s;
  /* transition-delay: .25s; */

}
#projects  .card:hover > div {transform:translateX(0);}

.filterDiv {
    display: none;

}
#projects .btn{
 /* padding: .3rem 1rem; */
 border: 1px solid rgb(0, 149, 230, .8);
 color: rgb(0, 149, 230,.8);
}
#projects .btn:hover{
  background-color:rgb(0, 149, 230, .8);
  color: white;
}

.show {
  display: inline-flex;


}


/* #myBtnContainer{
  text-align: center;
} */
#projects{
  padding-top: 7vh;
}
#contact{
  height: 60vh;
  margin-top: 10vh;
}
#contact .row{
  text-align: center;

}
#contact{
  padding: 3rem 0rem;
  background-color: rgb(128, 212, 255);
  overflow: hidden;
}

#contact .row > a{
  box-shadow: 0 0 !important;

}
h2{
  color: rgb(255, 77, 77);
}
#currently-working{
  margin-top: 10vh;
  margin-bottom: 10vh;
}
#container{
  background-color: rgb(128, 212, 255);
}
.footer{
  padding: 2vh 0px;
  background-color: black;
  color: white;
  text-align: center;
}
.fa-heart{
  color: red;
}
.fa-linkedin{
  color: #1985bc;

}
.fa-github{
  color: black;

}
@media (max-width:1100px) {
  .card{
    transition: none;
    transform: none;

  }
  #skills  .card:hover > div {transform:none;;}
  #About-me{
    padding-top: 5vh;
    padding-bottom: 14vh;
    margin-bottom: 3vh;
  }
  #skills{
    padding-top: 0vh;
  }
  #projects{
    padding-top: 0vh;
    margin-top: 2vh !important;
  }
  #myBtnContainer .col-auto {
    padding: 0px .3rem !important;
    flex-wrap: nowrap !important;
  }
  #myBtnContainer .row{
    margin: 0px .2rem;
  }
  #skills .card{
    margin: 0rem 1.5rem !important;
  }
  #skills img{
    height: 130px;
    width: 100%;
    object-fit: fill;

  }
