body {
  overflow: hidden;
}

.container {
  height: 100vh;
  position: relative;
}

.work-name {
  color: #fff;
  font-size: 3.125rem;
  font-size: 75px;
  font-weight: bold;
  margin: 10px 0;
  text-shadow: 0 0 20px #EB337B;
}

@media screen and (max-width: 768px) {
  .work-name {
    font-size: 40px;
    margin-left: 20px;
  }
}

.tags {
  color: #ED66A5;
  text-shadow: 0 0 20px #EB337B;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .tags {
    margin-left: 20px;
  }
}

.silder {
  width: 98%;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.silder .swiper-container {
  width: 80%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .silder .swiper-container {
    width: 100%;
  }
}

.silder .swiper-container .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.silder .swiper-container .swiper-slide {
  height: auto;
  overflow: hidden;
  border-radius: 0.5px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-box-shadow: inset 0px 0px 15px 2px #3992a7, 0px 0px 0px 8px #cdeaf0;
          box-shadow: inset 0px 0px 15px 2px #3992a7, 0px 0px 0px 8px #cdeaf0;
}

@media screen and (max-width: 768px) {
  .silder .swiper-container .swiper-slide {
    -webkit-box-shadow: inset 0px 0px 15px 2px #3992a7, 0px 0px 0px 5px #cdeaf0;
            box-shadow: inset 0px 0px 15px 2px #3992a7, 0px 0px 0px 5px #cdeaf0;
  }
}

.silder .swiper-container .swiper-slide.swiper-slide-next, .silder .swiper-container .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

@media screen and (max-width: 768px) {
  .silder .swiper-container .swiper-slide.swiper-slide-next, .silder .swiper-container .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.silder .swiper-container .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: inset 0px 0px 15px 2px #3992a7, 0px 0px 0px 8px #cdeaf0, 0px 0px 20px 10px #58b9cc;
          box-shadow: inset 0px 0px 15px 2px #3992a7, 0px 0px 0px 8px #cdeaf0, 0px 0px 20px 10px #58b9cc;
}

@media screen and (max-width: 768px) {
  .silder .swiper-container .swiper-slide.swiper-slide-active {
    -webkit-box-shadow: inset 0px 0px 15px 2px #3992a7, 0px 0px 0px 5px #cdeaf0, 0px 0px 20px 10px #58b9cc;
            box-shadow: inset 0px 0px 15px 2px #3992a7, 0px 0px 0px 5px #cdeaf0, 0px 0px 20px 10px #58b9cc;
  }
}

.silder .swiper-container .swiper-slide img {
  width: 100%;
}

.swiper-button-next {
  right: 70px;
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 10px;
  }
}

.swiper-button-prev {
  left: 70px;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 10px;
  }
}

.swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  font-size: 65px;
  color: #76BFD0;
  text-shadow: 0 0 20px #76BFD0;
}

@media screen and (max-width: 768px) {
  .swiper-button-next:after {
    font-size: 40px;
  }
}

.swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a8";
  font-size: 65px;
  color: #ED66A5;
  text-shadow: 0 0 20px #ED66A5;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev:after {
    font-size: 40px;
  }
}

.intro {
  position: absolute;
  bottom: 50px;
  right: 50px;
  padding: 20px;
  width: 300px;
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  overflow-y: scroll;
  z-index: 1001;
  z-index: -100;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
}

.popup.show {
  z-index: 1001;
  opacity: 1;
  pointer-events: visible;
}

.popup .cancel-layer {
  width: 100%;
  min-height: 1600px;
  position: fixed;
  z-index: -1;
}

.popup .information {
  border-radius: 10px;
  position: absolute;
  top: 80px;
  width: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px 15px;
  min-width: 800px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .popup .information {
    min-width: calc(100% - 15px);
    max-width: 100%;
    right: 10px;
    top: 50px;
  }
}

.popup .information .hr {
  width: calc(100% + 30px);
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  margin-bottom: 15px;
}

.popup .information .title {
  margin-top: 20px;
}

.popup .information p {
  width: 80%;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .popup .information p {
    width: 100%;
  }
}

.popup .information .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .popup .information .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.popup .information .gallery .work_img {
  max-width: 450px !important;
}

.popup .information .gallery .gallery-swiper {
  border-radius: 5px;
  width: 80%;
  background-color: rgba(118, 191, 208, 0.1);
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .popup .information .gallery .gallery-swiper {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.popup .information .gallery .gallery-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup .information .gallery .gallery-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.popup .information .gallery .gallery-swiper .swiper-slide img {
  width: 100%;
}

.popup .information .cancel {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ED66A5;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(45%, -45%);
          transform: translate(45%, -45%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .popup .information .cancel {
    border-radius: 5px;
  }
}

.popup .information .cancel i {
  font-size: 65px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .popup .information .cancel {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  .popup .information .cancel i {
    font-size: 25px;
  }
}

.popup .information .members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup .information .members .member {
  -webkit-box-flex: 300px;
      -ms-flex: 300px;
          flex: 300px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 15px 25px;
  font-size: 22px;
}

.popup .information .members .member img {
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .popup .information .members .member {
    margin: 0 5px 15px;
    font-size: 16px;
  }
}

.popup .information .links {
  padding: 20px 0;
}

.popup .information .links .link {
  text-decoration: none;
  padding: 10px 25px;
  color: #76BFD0;
  border: solid 2px #76BFD0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 30px 20px 30px 0;
}

@media screen and (max-width: 768px) {
  .popup .information .links .link {
    padding: 5px 10px;
    font-size: 16px;
    margin: 20px 20px 20px 0;
  }
}

.popup .information .links .link:hover {
  background-color: #76BFD0;
  color: #101028;
}

::-webkit-scrollbar {
  width: 0px;
}

.footer {
  color: rgba(255, 255, 255, 0.8);
}
/*# sourceMappingURL=works.css.map */