.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000000;
  }
  .overlay_page {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: black;
  }
  .overlay_Content {
    width: 100%;
    height: 100%;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  }
  .grap_control {
    margin-top: 9.99999999999993vh;
    display: flex;
    margin-left: 12.196vw;
    margin-right: 1.257vw;
  }
  .digital_one_product {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 4.124vh;
    /* text-align: center; */
    color: #FFFFFF;
  }
  .overlay .overlayDoor:before, .overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
  }
  .overlay .overlayDoor:before {
    left: 0;
  }
  .overlay .overlayDoor:after {
    right: 0;
  }
  .overlay.loaded .overlayDoor:before {
    left: -50%;
  }
  .overlay.loaded .overlayDoor:after {
    right: -50%;
  }
  .overlay .overlayContent {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* justify-content: center;
    align-items: center;
    flex-direction: column; */
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  }
  .logo {
    /* text-align: left!important; */
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
  }
  .header {
    background: url('https://picsum.photos/4096/2160?random=1') center/cover;
    background-size: cover;
    height: 100vh;
  }
  .header .darken {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header .darken h1 {
    font-family: 'Nunito';
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .header .darken h1 span {
    font-size: 12px;
    top: -10px;
    position: relative;
  }
  .header .darken p {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    line-height: 25px;
  }
  .contentOther {
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .contentOther .video {
    height: 484px;
    width: 100%;
    border-radius: 5px;
  }
  .contentOther h1 {
    font-family: 'Roboto';
    margin: 0 0 10px 0;
    font-weight: 400;
  }


  .progress-container {
    box-shadow: 0 4px 5px rgb(0, 0, 0, 0.1)
  }
  
  .progress-container, .progress {
    background-color: black;
    border-radius: 5px;
    position: relative;
    height: 7px;
    width: 100%;
  }
  
  .progress {
    background-color: white;
    width: 0;
    transition: width 0.4s linear;
  }
  
  .percentage {
    /* background-color: #6F39B0; */
    color: #fff;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    top: 20px;
    left: 0;
    transform: translateX(-50%);
    width: 40px;
    text-align: center;
    transition: left 0.4s linear;
  }
  .aesthetics {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
  }
  .digital_product {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 4.19791666666665vh;
    text-align: center;
    /* margin-top: 100px; */
  }
  .digital_One_product {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 4.359vw;
    text-align: center;
    /* margin-top: 100px; */
  }
  .logo_top {
    position: absolute;
    margin-left: 74px;
    margin-top: 30px;
  }
  .copy_right {
    position: absolute;
    bottom: 37px;
    left: 69px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }
  .into_nav {
    position: absolute;
    right: 69px;
    top: 44px
  }
  .goto_intro {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    margin-left: 29px;
  }