@media (min-width: 1200px) {
  .project {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .project img {
    width: 370px;
    height: 277px;
    border: 1px solid #C73536;
  }
  .project .project-item {
    overflow: hidden;
  }
  .project .project-item span {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    text-align: left;
    text-overflow: ellipsis;
    margin: 0px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 18px;
    font-family: UTM Bebas;
    line-height: 124%;
    color: #171616;
  }
  .project .project-item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    cursor: pointer;
  }
  .project .project-item:hover span {
    color: #C73536;
  }
  .project .project-item:hover img {
    transition: 0.5s;
    transform: scale(1.1) !important;
  }
}
@media (max-width: 768px) {
  .project {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .project img {
    width: 370px;
    height: 277px;
    border: 1px solid #C73536;
  }
  .project .project-item {
    overflow: hidden;
  }
  .project .project-item span {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    text-align: left;
    text-overflow: ellipsis;
    margin: 0px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    font-size: 18px;
    font-family: UTM Bebas;
    line-height: 124%;
    color: #171616;
  }
  .project .project-item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    cursor: pointer;
  }
  .project .project-item:hover span {
    color: #C73536;
  }
  .project .project-item:hover img {
    transition: 0.5s;
    transform: scale(1.1) !important;
  }
}
.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination .current, .pagination .other-page, .pagination .next-page, .pagination .pre-page, .pagination b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  background-color: #eee;
  margin: 0 5px;
}
.pagination .current:hover, .pagination .other-page:hover, .pagination .next-page:hover, .pagination .pre-page:hover, .pagination b:hover {
  text-decoration: none;
  opacity: 0.9;
}
.pagination .current {
  background: #C73536;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  border: none;
}

.modal {
  padding: 0 !important;
}

.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: black;
}

.modal .modal-body {
  overflow-y: auto;
}

.owl-carousel .item img {
  object-fit: contain;
  height: 100vh;
}

.close {
  position: absolute;
  right: 30px;
  color: white;
  z-index: 2;
  top: 10px;
  font-size: 40px;
}
.close:hover {
  color: white;
}
.close:focus {
  outline: none;
}/*# sourceMappingURL=project.css.map */