
* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin : 0;
    height : 100dvh;
    overflow:hidden;
}

.nt-wrapper {

    width: 100dvw;
    height: 100dvh;
    background-color: #000000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.nt-progress-bar-cont {
    width: 45%;
    max-width: 250px;
    height : 7px;
    /* border : 1px solid red; */
    position: relative;
}

.nt-progress-bar {

    width: 100%;
    height : 100%;
    border : 1px solid #333;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
}

.nt-progress {
    width : 1%;
    height : 100%;
    background-color: white;
    position: absolute;
}

.nt-ad-container {

    width: auto;
    height : auto;
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    display: none;
}


.nt-ad-container * {
    width: 100%;
    height : 100%;
    position:absolute;
    pointer-events: none;
}

.border {
    border : 1px solid #000;
    z-index: 999;
    pointer-events: none;
}

.hs{
   /*background-color: #ff000090;*/
   pointer-events: all;
   width:100%;
   left:50%;
   transform: translateX(-50%);
}

.hs-tag{
    /* background-color: #ff000090; */
    aspect-ratio: 1/1;
    width: 21%;
    height: auto;
    top: 74%;
 }
 .hs-fail{
    left: 38%;
 }
 .hs-cal{
    /* background-color: #ff000090; */
    aspect-ratio: 5/1;
    width:50%;
    height: auto;
    bottom:14%;
 }
 .hs-pass{
    left: 61%;
 }
.hs-cta{
    height: 11%;
    bottom: 0;
}

 .card {
    pointer-events: auto;
    /* background-color: #ff000090; */
    /*clip-path: inset(25% 0% 25% 0%);*/
}


.boo,.card1,.card2,.card3,.card4,.card5,
.card6,.card7,.card8,.card9,.card10,.copy1,
.copy2,.cover,.cta,.endcopy,.handl,.handr,
.like,.logo
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.boo {  background-position: 0 0.00%;  background-size: 100%;z-index: 101;}
.card1 {  background-position: 0 5.26%;  background-size: 100%;}
.card2 {  background-position: 0 10.53%;  background-size: 100%;}
.card3 {  background-position: 0 15.79%;  background-size: 100%;}
.card4 {  background-position: 0 21.05%;  background-size: 100%;}
.card5 {  background-position: 0 26.32%;  background-size: 100%;}
.card6 {  background-position: 0 31.58%;  background-size: 100%;}
.card7 {  background-position: 0 36.84%;  background-size: 100%;}
.card8 {  background-position: 0 42.11%;  background-size: 100%;}
.card9 {  background-position: 0 47.37%;  background-size: 100%;}
.card10 {  background-position: 0 52.63%;  background-size: 100%;}
.copy1 {  background-position: 0 57.89%;  background-size: 100%;}
.copy2 {  background-position: 0 63.16%;  background-size: 100%;}
.cover {  background-position: 0 68.42%;  background-size: 100%;z-index: 100;}
.cta {  background-position: 0 73.68%;  background-size: 100%;}
.endcopy {  background-position: 0 78.95%;  background-size: 100%;}
.handl {  background-position: 0 84.21%;  background-size: 100%;z-index: 101;}
.handr {  background-position: 0 89.47%;  background-size: 100%;z-index: 101;}
.like {  background-position: 0 94.74%;  background-size: 100%;z-index: 101;}
.logo {  background-position: 0 100.00%;  background-size: 100%;}



.select1,.select2,.select3,.select4,.select5,.select6,
.select7,.select8,.select9,.select10
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite2.png'); }

.select1 {  background-position: 0 0.00%;  background-size: 100%;}
.select2 {  background-position: 0 11.11%;  background-size: 100%;}
.select3 {  background-position: 0 22.22%;  background-size: 100%;}
.select4 {  background-position: 0 33.33%;  background-size: 100%;}
.select5 {  background-position: 0 44.44%;  background-size: 100%;}
.select6 {  background-position: 0 55.56%;  background-size: 100%;}
.select7 {  background-position: 0 66.67%;  background-size: 100%;}
.select8 {  background-position: 0 77.78%;  background-size: 100%;}
.select9 {  background-position: 0 88.89%;  background-size: 100%;}
.select10 {  background-position: 0 100.00%;  background-size: 100%;}


/* This is the container for your cards */
.selectcontainer {
 height: auto; 

  display: flex;
  flex-wrap: wrap;
  justify-content: left; 
  
  padding: 1%; 
  column-gap: 2%;
  row-gap: 2vw;
  box-sizing: border-box;
}


.select {
  position: static;
  width: auto;
  height: auto;
  flex-basis: 49%;
  flex-grow: 0;   
  flex-shrink: 1;

  aspect-ratio: 553 / 645;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;

}

.vercenter{
      display: flex;
      align-items: center; 
}

.select:nth-child(even) {

  transform: translateY(-1em);
}

.select:only-child {
  flex-basis: 100%;
  transform: none; /* Resets the 'even' rule just in case */
}
