* { font-family: 'Montserrat', sans-serif; }

header {
  width: 100%;
  background: #F2F4F6;
  background: linear-gradient(#F2F4F6 60%, transparent 50%);
  /* padding-top: 40px; */
}

.navbar {
  /* max-width: 1135px; */
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F2F4F6;
  margin-left: auto;
  margin-right: auto;
}

.navbar .container-fluid {
  max-width: 1135px;
  padding: 0;
}

.navbar .navbar-brand img {
  max-width: 194px;
}

.navbar .nav-link {
  color: #063057;
  font-weight: bold;
  font-size: 16px;
}

.header-banner {
  width: 100%;
  max-width: 1135px;
  height: 545px;
  background: #F7BD2B;
  padding: 20px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 35px; */
  display: flex;
  justify-content: end;
  align-items: end;
}

.header-banner .header-banner-text h1 {
  color: #063057;
  font-weight: bold;
  font-size: 32px;
  text-align: right;
}

.header-banner .header-banner-text h1:first-child {
  margin-right: .3em;
}

.header-banner .header-banner-text .hb-write {
  margin-right: 0 !important;
}

/* .header-banner .header-banner-text .hb-write {
  opacity: 0;
}

.header-banner .header-banner-text .hb-write2 {
  display: none;
  opacity: 0;
}
*/

.typed-cursor {
  display: none;
} 

.header-banner .header-banner-text h1 i {
  color: #fff;
  font-style: normal;
}

.title-blue-yellow {
  font-size: 62px;
  font-weight: bold;
  color: #063057;
  margin-bottom: 30px;
}

.title-blue-yellow i {
  color: #F7BD2B;
  font-style: normal;
}

.container {
  max-width: 1135px;
}

#aboutme {
  margin-top: 150px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

#aboutme h1 {
  margin-left: .2em;
}

#aboutme p {
  font-weight: normal;
  color: #9E9E9E;
  margin-top: 30px;
}

#portfolio {
  margin-top: 188px;
}

#portfolio h1 {
  text-align: right;
  /* margin-right: .3em; */
}

.portfolio-item {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  height: 358px;
  width: 100%;
  max-width: 358px;
  background: #000;
  margin: 10px;
  /* padding: 30px; */
  padding: 0;
  position: relative;
  transition: filter .2s ease-in-out;
  /* cursor: pointer; */
}

.portfolio-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 30px;
  position: relative;
  text-decoration: none;
  z-index: 3;
}

.portfolio-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #063057;
  opacity: 90%;
  left: 0;
  top: 0;
}

.portfolio-item:hover {
  filter: contrast(120%);
}

.portfolio-item span {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #F7BD2B;
  text-align: left;
}

.portfolio-item span i {
  font-style: normal;
  margin: 0 .5em;
}

.portfolio-item h3 {
  text-align: right;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
}

.portfolio-item h3 i {
  color: #F7BD2B;
  font-style: normal;
}

#clients {
  margin-top: 150px;
  max-width: 910px;
  margin-right: auto;
  margin-left: auto;
}

#clients .clients-item {
  max-width: 164px;
  height: 164px;
  margin: 10px;
  background: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
}

#clients .clients-item img {
  max-width: 114px;
}


footer {
  background: #444444;
  padding: 50px;
  margin-top: 150px;
}

footer .row {
  margin-left: auto;
  margin-right: auto;
}

footer {
  margin-top: 80px;
  padding: 40px 14px;
}

footer .d-grid {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

footer .logo {
  grid-column: 1;
  grid-row: 1;
}

footer .d-flex {
  grid-column: 3;
  grid-row: 1;
  justify-content: center;
}

footer p {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}

footer .logo {
  max-width: 109px;
}

footer a img {
  width: 25px;
}

footer p {
  color: #fff;
  font-weight: normal;
  font-size: 11px;
}

footer p i {
  font-style: normal;
  margin: 0 .5em;
}

.header-banner .header-banner-text h1 span:after {
  content: '.';
  font-size: 72px;
  color: #fff;
}

#portfolio-page .d-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

#portfolio-page .info-box {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: fit-content;
  background: #063057;
  padding: 60px;
}

#portfolio-page .info-box h3 {
  font-weight: bold;
  color: #F7BD2B;
  font-size: 40px;
  margin-bottom: 0;
}

#portfolio-page .info-box h3 i {
  color: #fff;
  font-style: normal;
}

#portfolio-page .info-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-top: 30px;
}

#portfolio-page .info-box span {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #F7BD2B;
  display: block;
  text-align: right;
  margin-top: 30px;
}

#portfolio-page span i {
  font-style: normal;
  margin: 0 .5em;
}

#portfolio-page .image-1 {
  grid-column: 1;
  grid-row: 1/4;
}

#portfolio-page .image-1 img, #portfolio-page .image-2 img {
  width: 100%;
}

#portfolio-page .image-2 {
  grid-column: 2;
  grid-row: 2;
}

#portfolio-page .more-items {
  margin-top: 160px;
}

#portfolio-page .more-items .text-blue-yellow {
  text-align: right;
}


@media screen and (max-width: 720px) {
  header {
    padding: 0 20px;
  }

  .navbar {
    /* max-width: 1135px; */
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .container {
    padding: 0 20px;
  }

  .navbar .navbar-brand img {
    max-width: 150px;
  }
  
  .navbar .container-fluid {
    padding: 0 30px;
  }

  .navbar-toggler {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    background: url('../images/menu_icon.png');
    background-repeat: no-repeat;
    border: none;
    background-size: 100%;
    width: 20px;
    height: 16px;
  }

  .header-banner {
    height: 250px;
    padding: 20px;
    padding-bottom: 20px;
  }

  .header-banner .header-banner-text h1 {
    font-size: 30px;
  }

  .header-banner .header-banner-text h1:first-child {
    margin: 0;
  }

  .header-banner .header-banner-text h1 span {
    display: block;
    height: 30px;
    margin-right: -.4rem;
  }

  .header-banner .header-banner-text h1 span:after {
    content: '.';
    font-size: 30px;
    color: #fff;
  }

  .header-banner .header-banner-text h1 span.typed-cursor {
    display: none;
  }

  .title-blue-yellow {
    font-size: 40px;
  }

  #aboutme {
    margin-top: 80px;
  }

  #aboutme h1 {
    margin: 0;
  }

  #portfolio {
    margin-top: 100px;
  }

  .portfolio-item {
    height: 334px;
    width: 100%;
    max-width: 334px;
  }

  #clients {
    margin-top: 80px;
  }

  #clients .clients-item {
    max-width: 157px;
    height: 157px;
  }

  footer {
    margin-top: 80px;
    padding: 40px 14px;
  }

  footer .logo {
    margin-bottom: 20px;
    grid-column: 1;
    grid-row: 1;
    margin-left: auto;
    margin-right: auto;
  }

  footer .d-flex {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 20px;
    justify-content: center;
  }

  footer p {
    grid-column: 1;
    grid-row: 3;
    text-align: center;
  }

  #portfolio-page .d-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  
  #portfolio-page .info-box {
    grid-column: 1;
    grid-row: 1;
    padding: 20px;
  }
  
  #portfolio-page .info-box h3 {
    font-size: 30px;
  }

  /* #portfolio-page .info-box p {
    margin-top: 20px;
  }

  #portfolio-page .info-box p span {
    margin-top: 30px; 
  } */
  
  #portfolio-page .image-1 {
    grid-column: 1;
    grid-row: 2;
  }
  
  
  #portfolio-page .image-2 {
    grid-column: 1;
    grid-row: 3;
  }
  
  #portfolio-page .more-items {
    margin-top: 80px;
  }

  #portfolio-page .title-blue-yellow {
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 720px) {
  .header-banner {
    padding: 60px;
  }
  
  .header-banner .header-banner-text h1 {
    font-size: 72px;
  }
}