.detail{
  z-index:10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  transition: transform 2s;
  transform: translateY(100%);
  scrollbar-width: thin;
  scrollbar-color: #fc0 #ccc;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: visibility 3s ease-out, transform 2s ease-in;

  visibility: hidden;

}

.detail.active {
  transform: translateY(0%);
  visibility: visible;

}

.detail .content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  display: block;
  height: 100%;
}

.detail .content .item {
  width: 100%;
  transition: all 2s;
  pointer-events: none;
}

.viewweb a {
  border-radius: 10vw;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  height: 3vw;
  line-height: 2.75vw;
  font-size: 1.5vw;
  text-transform: lowercase;
  border: 1px solid #000;
  border-color: rgba(77, 121, 255, 0.5);
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  font-family: "Orbitron", sans-serif;
}

.viewweb {
  width: 12vw;
  margin: 0 auto;
  margin-top: 1vw;
}

.closeLb a {
  color: #fff;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  width: 3vw;
  height: 3vw;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1vw;
  top: 1vw;
  font-size: 2vw;
}
.videobg {

  z-index: -1;
  background-color: #000;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 65vh;
}
video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.descContent {
  width: 50%;
  margin: 0 auto;
  padding: 3vw 0;
}
p.aboutDesc {
  width: 100%;
  margin-top: 2.5%;
}
.ms--images {
    position: relative;
    overflow: hidden;
  }
  .ms--images.ms-container--horizontal {
    width: 100%;
    height: 400px;
    max-width: 100%;
  }
  .ms--images.ms-container--horizontal .ms-track {
    left: calc(50% - 350px);
  }
  .ms--images.ms-container--horizontal .ms-slide {
    display: inline-flex;
  }
  .ms--images .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--images .ms-slide {
    align-items: center;
    justify-content: center;
    width: 700px;
    height: 400px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--images {
    left: calc(50% - 280px);
  }
  .ms--images.ms-container--horizontal .ms-track {
    left: -70px;
  }
 
  .ms--images .ms-slide__image-container {
    width: 80%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .ms--images .ms-slide__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    border: 1px solid;
  }
  
  .ms--numbers {
    position: relative;
    overflow: hidden;
  }
  .ms--numbers.ms-container--horizontal {
    width: 240px;
    height: 240px;
    max-width: 100%;
  }
  .ms--numbers.ms-container--horizontal .ms-track {
    left: calc(50% - 120px);
  }
  .ms--numbers.ms-container--horizontal .ms-slide {
    display: inline-flex;
  }
  .ms--numbers .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--numbers .ms-slide {
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--numbers {
    position: absolute;
    left: calc(50% - 380px);
    top: calc( 50% - 300px );
    z-index: -1;
    pointer-events: none;
  }
  .ms--numbers .ms-slide {
    font-size: 9em;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.2);
  }
  .white .ms--numbers .ms-slide{
    color: rgba(0, 0, 0, 0.2);

  }
  .ms--titles {
    position: relative;
    overflow: hidden;
  }
  .ms--titles.ms-container--vertical {
    width: 400px;
    height: 170px;
    max-height: 100%;
  }
  .ms--titles.ms-container--vertical .ms-track {
    flex-direction: column;
    top: calc(50% - 85px);
  }
  .ms--titles.ms-container--vertical.ms-container--reverse .ms-track {
    flex-direction: column-reverse;
    top: auto;
    bottom: calc(50% - 85px);
  }
  .ms--titles.ms-container--vertical .ms-slide {
    display: flex;
  }
  .ms--titles .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--titles .ms-slide {
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 170px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--titles {
    position: absolute;
    left: calc(50% - 420px);
    top: calc(50% - 85px);
    z-index: 1;
    pointer-events: none;
  }
  .ms--titles .ms-track {
    white-space: normal;
  }
  .ms--titles .ms-slide {
    font-size: 1.5em;
    font-weight: 600;
  }
  .ms--titles .ms-slide h3 {
    margin: 0;
    text-shadow: 1px 1px 2px black;
    font-family: var(--site-secondary-font);
    color: #fff;
  }
  
  .ms--links {
    position: relative;
    overflow: hidden;
  }
  .ms--links.ms-container--vertical {
    width: 120px;
    height: 60px;
    max-height: 100%;
  }
  .ms--links.ms-container--vertical .ms-track {
    flex-direction: column;
    top: calc(50% - 30px);
  }
  .ms--links.ms-container--vertical .ms-slide {
    display: flex;
  }
  .ms--links .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--links .ms-slide {
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--links {
    position: absolute;
    left: calc(50% - 420px);
    top: calc(50% + 105px);
    z-index: 1;
  }
  .ms--links .ms-track {
    white-space: normal;
  }
  .ms--links .ms-slide__link {
    font-weight: 600;
    padding: 5px 0 8px;
    color: #fff;
    border-bottom: 2px solid white;
    cursor: pointer;
  }
  
  .pagination {
    display: flex;
    position: absolute;
    left: calc(50% - 420px);
   bottom: 15vh;
    list-style: none;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    z-index: 1;
  }
  .pagination__button {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
  }
  .pagination__button:before, .pagination__button:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    box-shadow: 0 1px 0 #0b0d14;
  }
  .pagination__button:before {
    height: 2px;
    background-color: #ff0047;
  }
  .pagination__button:after {
    height: 3px;
    background-color: #a020f0;
    opacity: 0;
    transition: 0.5s opacity;
  }
  
  .pagination__item--active .pagination__button:after {
    opacity: 1;
  }
  
  @media screen and (max-width: 860px) {
    .ms--numbers {
      left: calc(50% - 120px);
    }
  
    .ms--titles {
      left: calc(50% - 200px);
      top: calc(50% - 135px);
      text-align: center;
    }
  
    .ms--links {
      left: calc(50% - 60px);
      top: calc(50% + 80px);
    }
  
    .pagination {
      left: 50%;
      top: calc(100% - 50px);
      transform: translateX(-50%);
    }
  }
  @media screen and (max-width: 600px) {
    .ms--images {
      overflow: visible;
    }
  }
  @media screen and (max-width: 400px) {
    .ms--titles .ms-slide {
      transform: scale(0.8);
    }
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  
  body {

  }
  
  a {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }
  
  .containerWork {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
  }
  .containerWork:before {
    content: "";
    position: absolute;
    left: -150%;
    top: 0;
    width: 300%;
    height: 100%;
    background-color: rgba(256,256,256, 0.1);
    transform: rotate(45deg);
    z-index: -1;
  }
  .white .containerWork:before{
    background-color: rgba(0,0,0, 0.4);

  }

  
  .sliders-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  


  .content__container {
    font-weight: 600;
    overflow: hidden;
    height: 3.5vw;
    padding: 0;
    position: relative;
  }
  .content__container:before {
    content: "[";
    left: 0;
  }
  .content__container:after {
    content: "]";
    position: absolute;
    right: 0;
  }
  .content__container:after, .content__container:before {
    position: absolute;
    top: 0;
    color: #23d5ab;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
        color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2vw;
    line-height: 2;
    
  }
  .content__container__text {
    display: inline;
    float: left;
    margin: 0;
  }

  .content__container__list {
    margin-top: 0;
  
    text-align: center;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 25s;
    animation-iteration-count: infinite;
  }
  .content__container__list__item {
    line-height: 3.5vw;
    margin: 0;
  }
  
  @-webkit-keyframes opacity {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @-webkit-keyframes change {
    0%, 100% {
      transform: translate3d(0, 0, 0);
    }
    10% {
      transform: translate3d(0, -10%, 0);
    }
    20% {
      transform: translate3d(0, -20%, 0);
    }
    30% {
      transform: translate3d(0, -30%, 0);
    }
   40% {
      transform: translate3d(0, -40%, 0);
    }
    50% {
      transform: translate3d(0, -50%, 0);
    }
    60% {
      transform: translate3d(0, -60%, 0);
    }
    70% {
      transform: translate3d(0, -70%, 0);
    }
    80% {
      transform: translate3d(0, -80%, 0);
    }
    90% {
      transform: translate3d(0, -90%, 0);
    }
  }
  @keyframes opacity {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes change {
    0%, 100% {
      transform: translate3d(0, 0, 0);
    }
    10% {
      transform: translate3d(0, -10%, 0);
    }
    20% {
      transform: translate3d(0, -20%, 0);
    }
    30% {
      transform: translate3d(0, -30%, 0);
    }
   40% {
      transform: translate3d(0, -40%, 0);
    }
    50% {
      transform: translate3d(0, -50%, 0);
    }
    60% {
      transform: translate3d(0, -60%, 0);
    }
    70% {
      transform: translate3d(0, -70%, 0);
    }
    80% {
      transform: translate3d(0, -80%, 0);
    }
    90% {
      transform: translate3d(0, -90%, 0);
    }
    
  }
  @media only screen and (max-width: 1024px) and (orientation: portrait) {

  .content__container{
    height: 8vw;
  }

  .content__container__list__item{

    line-height: 8vw;
  }
  .content__container:after, .content__container:before{
    font-size: 5vw;
  }

  .descContent {
    width: 95%;
    margin: 0 auto;
    padding: 5vw 0;
}
 
div#content-display .section-title{
  margin-bottom: 5vw;
}
.closeLb a {
  
  width: 7vw;
  height: 7vw;

  right: 3vw;
  top: 3vw;
  font-size: 5vw;
}
.viewweb {
  width: 30vw;
  margin: 0 auto;
  margin-top: 3vw;
}
.viewweb a {
  
  height: 8vw;
  line-height: 7vw;
  font-size: 4vw;
}
}
