
body {
  margin: 0;
  width: 100%;
  background-color: #000;
  font-family:Inter,sans-serif;
  font-family: 'Inter';
  overscroll-behavior: none;
}

.intro-mask-pan {
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 9999;
}


section {
  padding-top: 20px;
  position: relative;
  height: 100vh;
  width: 36%;
}

section.intro-wrap {
  width: 58%;
}

.splittext {
  top: 20%;
  left: 5%;
  margin-left: 10px;
  position: absolute;
  }




.anim-text-banner {
   font-size: 8vw;
   font-weight: bold;
   white-space: nowrap;
   padding: 100px 50px;
   text-transform: uppercase;
   font-weight: 400;
}
 .anim-text-banner > span {
   position: absolute;
   display: inline-block;
   clip: rect(0px, 0px, 300px, 0px);
   color: #FFF;
}
 .anim-text-parent {
   position: relative;
   color: #FFF;
}
 .anim-text-parent > .v-bar {
   position: absolute;
   width: 0px;
   height: 1vw;
   background: #f93;
   display: inline-block;
   top: 0px;
   left: -20px;
   transform: translate(-100%, 450%);
}
 .anim-text-parent > .anim-text {
   overflow: hidden;
   white-space: nowrap;
   top: 0;
   left: 0;
   position: absolute;
   transition: width 1s ease;
   clip: rect(0px, 0px, 300px, 0px);
}


h1 {
  margin: 0;
  line-height: 1.0;
  font-size: 4.6vw;
  font-weight: 800;
 font-family:Inter,sans-serif;
  color: #FFF;
  /*background-color: #f1f1f1;
  opacity: 0.7;*/
  
}



.intro-wrap {   
 /* width: 100%; display: flex;
  align-items: center;
  justify-content: center; 
  min-height: 500px;*/}

h1 div {
  display:inline-block;
}

h2 div {
  display:inline-block;
}

.intro {
 

   float: left;
  width: 100%;
 padding-top: 480px;
  font-size: 1.30vw;
  line-height: 1.7vw;
  margin-left: 55px;
  left: 5%;
  font-weight: 300;
  color: #FFF;
}
.main-pic-wrap {position: relative; height: 100vh;
    width: 100%;}



.pulse {
  /*position: absolute; top: 25px;right: 283px; */
 display:none!important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d50000;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(224,2,2, 0.7);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}
.pulse1 {position: absolute; top: 50%; right: 49%;}
.pulse2 {position: absolute;  top: 2%; right:49%;}
.pulse3 {position: absolute; top: 35%; right:49%;}
.pulse4 {position: absolute; top: 50%; right: 49%;}
.pulse5 {position: absolute; top: 70%; right: 49%;}
.pulse6 {position: absolute; top: 50%; right: 49%;}
.pulse7 {position: absolute; top: 50%; right: 49%;}
.pulse8 {position: absolute; top: 5%; right: 48.5%;}
.pulse9 {position: absolute; top: 50%; right: 49%;}
.pulse10 {position: absolute; top: 90%; right: 49%;}
.pulse11 {position: absolute; top: 14%; right: 48%;}
.pulse12 {position: absolute; top: 80%; right: 48%;}
.pulse13 {position: absolute; top: 2%; right: 48%;}
.pulse14 {position: absolute; top: 50%; right: 48%;}



@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(224,2,2, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(224,2,2, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(224,2,2, 0.7);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(224,2,2, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(224,2,2, 0);
      box-shadow: 0 0 0 0 rgba(224,2,2, 0);
  }
}

.numb-nf {
       box-sizing: border-box;
    text-align: center;
    padding-top: 11px;
    top: -34px;
        left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: #038ce6;
    position: absolute;
    font-weight: 800;
    font-size: 40px;
    color: #FFF;
    line-height: 1;
}

.numb-stl-2 { position: relative; 
  padding-left: 120px; }

.numb-stl-2::before {
  content: '01';
    position: absolute;
    left: 14px;
    font-weight: 800;
    font-size: 70px;
    color: #707070;
    color:#c1c1c1;
    color:#038ce6;
    line-height: 1;
}
.numb-stl-2.two::before {
  content: '02';
}
.numb-stl-2.three::before {
  content: '03';
}
.numb-stl-2.four::before {
  content: '04';
}
.numb-stl-2.five::before {
  content: '05';
}
.numb-stl-2.six::before {
  content: '06';
}
.numb-stl-2.seven::before {
  content: '07';
}
.numb-stl-2.eight::before {
  content: '08';
}
.numb-stl-2.nine::before {
  content: '09';
}
.numb-stl-2.ten::before {
  content: '10';
}
.numb-stl-2.eleven::before {
  content: '11';
}
.numb-stl-2.twelve::before {
  content: '12';
}
.numb-stl-2.thirteen::before {
  content: '13';
}
.numb-stl-2.fourteen::before {
  content: '14';
}
.numb-stl-2.fifteen::before {
  content: '15';
}

.numb-nf2 {
    box-sizing: border-box;
    text-align: center;
    padding-top: 11px;
    
    width: 60px;
    height: 60px;
    /*border-radius: 8px;
    background-color: #038ce6;
    position: absolute;
    top: -34px;
    left: 30px;*/
    font-weight: 800;
    font-size: 40px;
    color: #707070;
    line-height: 1;
}


p {
  position: absolute;
  margin: 0;
  top: 1%;
  left: 5%;
  line-height: 1.3;
  font-size: 1.3vw;
 font-family:Inter,sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 30px 30px;
  background-color: #FFF;

  /*background-color: #2c2c2c;*/

	/* opacity: 0.9; */
}
.credit {
  position: absolute;
  margin: 0;
  top: 1%;
  left: 5%;
  line-height: 1.3;
  font-size: 1.3vw;
 font-family:Inter,sans-serif;
  font-weight: 100;
  color: #FFF;
  background-color: #f1f1f1;
}
.name {
  position: relative;
  margin: 0;
  top: 1%;
  left: 5%;
  line-height: 1.5;
  font-size: 1.65vw;
 font-family:Inter,sans-serif;
  font-weight: 500;
  color: #FFF;
  background-color: #f1f1f1;
}
#painting {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40%;
  background: #333;
  overflow: hidden;
}
#painting img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.logo {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 30px;
  z-index: 1;
}
.logo a {
  display: inline-block;
  margin: auto;
}
.logo a img {
  width: 212px;
}
.mobilelogo {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 30px;
  z-index: 0;
}
.mobilelogo a {
  display: inline-block;
  margin: auto;
}
.mobilelogo a img {
  width: 150px;
}
@media (max-width: 1040px) {
  #painting {
    width: 100%;
  }
  p, h1 {
    position: relative;
    margin: 5%;
    top: 6%;
    padding: 10px;
  }
  .mobilelogo {
    top: 20px;
    z-index: 1;
  }
  .logo {
    display: none;
  }
  .intro {
    color: #fff;
    padding-top: 285px;
  }



}

@media (max-width: 991px) {
  p {
    font-size: 4.5vw;
    line-height: 1.3;
    border-radius: 6px;
    opacity: 0.9;
}
.numb-stl-2 {
    padding-left: 15px;
    padding-top: 56px;
}
.numb-stl-2::before {
    top: 5px;
    font-size: 45px;
  }

.pulse2 {position: absolute;  top: 12%; right:47%;}
.pulse3 {position: absolute; top: 45%; right:47%;}

.pulse8 {position: absolute; top: 19%; right: 47%;}
.pulse10 {position: absolute; top: 70%; right: 49%;}

.pulse11 {position: absolute; top: 45%; right: 47.5%;}

.pulse13 {position: absolute; top: 11%; right: 46%;}



}


@media (max-width: 667px) {

  .mobilelogo {
    top: 20px;
    z-index: 1;
  }
  .logo {
    display: none;
  }
  #painting {
    width: 100%;
  }
   h1 {
    position: relative;
    margin: 0%;
    top: 5%;
    padding: 0px;
    font-size: 10vw;
    line-height: 1.1;
  }


  .intro {
    float: left;
    width: 100%;
    padding-top: 40px;
    font-size: 4vw;
    line-height: 4.5vw;
    margin-left: 20px;
    left: 5%;
    font-weight: 100;
    color: #fff;
  }
  p {

    text-align: center;
    font-size: 4.5vw;
    line-height: 1.3;
  }
  .numb-stl-2::before {
    left: 38.5%;
  }
  .credit {
    font-size: 3vw;
    line-height: 1.3;
  }
    section {
        padding-top: 20px;
        position: relative;
        height: 100vh;
        width: 91%;
    }
.splittext {
    left: 3%;
  }

      section.intro-wrap {
        width: 100%;
    }


}