.main_header {
    position: relative;
    height: 100vh;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_header h1 {
    font-size: 230px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}

footer h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.subText {
    font-size: 15px !important;
    color:#000 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
    
    .works_item_txt span {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
.btn-outline-purple {
    color: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}

.btn-outline-purple:hover {
    background-color: #fff;
    color:#000;
}
.fixed-nav {
    background: #fff;
    border-bottom : 0px;
    
}
.main-nav .navbar-brand {
    color:#000;
}
.main-nav .nav-links li a {
    color:#000;
    background: #fff;
}
.main-nav {
    background: #fff;
    box-shadow: unset;
    border-bottom : 0px;
}
#menu-button .bar1, #menu-button .bar2, #menu-button .bar3 {
    background-color: #000;
}

  .works_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 40px;
    align-items: start;
  }
  .works_item_img {
    margin-bottom: 15px;
  }
  .works_item_img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
.section-title {
  margin-top: 0;
}
figcaption, figure, main {
      padding: 110px 15px;
}
.list-item {
  margin-top: 50px;
}
  @media screen and (max-width:764px) {
    .list-item {
  margin-top: 30px;
}
    .works_container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px 20px;
    }
    figcaption, figure, main {
      padding: unset;
}
    .main_header h1 {
        font-size: 65px;
        padding-bottom: 20px;
    }
    .content-wrapper {
        padding: 130px 15px 70px;
    }
    .works_item {
      grid-template-columns: 0.7fr 1fr;
      display: grid;
      grid-gap: 20px;
    }
    .works_item_img img {
      height: 150px;
    }
    .works_item_txt span {
      -webkit-line-clamp: 2;
      font-size: 16px !important;
    }
    .subText {
      display: none;
    }
    .works_item_img {
      margin: 0;
    }
    .works_container {
      grid-gap: 10px;
    }
    .content-wrapper-lg {
      padding: 130px 15px 70px;
    }
    .works_item_txt {
    text-align: left;
    }
    .section-title {
      font-size: 35px;
    }
}