/**
* Template Name: MyPortfolio - v4.1.0
* Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

.archivo-<uniquifier> {
  font-family: "Archivo", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.archivo-black-regular {
  font-family: "Archivo Black", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-light {
  font-family: "roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-semibold {
  font-family: "roboto", serif;
  font-weight: 600;
  font-style: normal;
}

.roboto-bold {
  font-family: "roboto", serif;
  font-weight: 700;
  font-style: normal;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "roboto-regular", sans-serif; 
  color: #36454F;
  background-image: url("../img/background.webp");
  background-repeat: repeat;
  background-color: #F0F0F0;
}


a {
  color: #36454F;
  text-decoration: none;
}

a:hover {
  color: #36454F;
}

.logo a{
  font-family: "Archivo Black", sans-serif;
  color:##36454F;
  text-transform: uppercase;
  font-size: 40px;
}

h1, h2, h3, .font-heading {
  font-family: "Archivo", sans-serif;
}

h4, .font-heading {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color:#3E3E3E;
  font-size: 20px;
}

h5, .font-heading {
 align-self: stretch;
 color: #000;
 font-family: Archivo;
 font-size: 15px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 text-transform: uppercase;
}

p{
 align-self: stretch;
 color: #000;
 font-family: roboto;
 font-size: 16px;
 font-style: normal;
 font-weight: 300;
line-height: 20px; /* 147.059% */
}

.section {
  padding: 0 0 1rem 0;
  background-color: #fff;
}

.filters{
  float:left;
}

.filters a {
  text-decoration: none;
  color: #36454F;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.filters a:hover, .filters a:focus, .filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #36454F;
}

.filters a.active:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #36454F;
}


.filters_link {
 float:right;
 display: inline-block;
 position:relative;
 font-size: 20px;
 font-family: Archivo;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 text-transform: uppercase;
}

.filters_link a {
  text-decoration: none;
  color: #344553;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters_link a:hover, .filters a:focus, .filters a:active {
  text-decoration: none;
}

.filters_link a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters_link a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}


.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #284f8c;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #284f8c;
  transition: .2s all ease;
  font-weight: 700;
}

.readmore:active, .readmore:focus, .readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #284f8c;
}

.testimonials-slider .swiper-pagination {
  margin-top: -60px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(13, 30, 45, 0.3);
  opacity: 1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(13, 30, 45, 0.6);
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  /* required */
}

.list-line li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

.navbar{
 background:#FFF;
 padding: 25px 0;
}

.header{
  padding: 50px 0 10px 0;
  border-bottom: solid #DFDFDF 1px;
  margin: 0 0 30px 0;
}

.resume_button{
  margin:50px 0 0 10px;
}

.resume{
  font-size:1.5rem;  
  padding: 0 0 10px 0;
  border-bottom: #284f8c 1px solid;
}

.resume ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.resume li {
  padding-left: 1em;
  text-indent: -1em;
}

.resume li:before {
  content: "•";
  padding-right: 5px;
}

/* Services */
.services i {
  font-size: 40px;
}

.services h4 {
  padding-top: 10px;
}

.tags{
    font-size: 11px;
    text-transform: uppercase;
    margin:10px 0 0 0;
    font-weight: bold;
}

.project-title{
    font-size:24px;
    margin: 5px 0 0 0;
    font-family: "Archivo", sans-serif;
}

.prototype{
 padding: 7px 10px;
 justify-content: center;
 align-items: center;
 gap: 10px;
 color: #000;
 font-family: Archivo;
 font-size: 13px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 text-transform: uppercase;
 border: solid #000 1px;
 background-color: #FFF;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.work-list p{
  padding: 10px 50px 10px 50px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}
