body{
    overflow-x:hidden!important;
        font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
    /* overflow-y:hidden!important; */
}


 .wrapper {
   width: 100vw;
   height: 100vh;
}
 #Text{
    margin:0 auto;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
 }
 #Text span{
    display:block;
 }
 #Text span:nth-child(1){
    font-size:4em;
    color:#F0F0EE;
    text-shadow:0px 5px 0px #959691, 0px 7px 0px #959691,0px 15px 0px #858383;
    line-height:0.85;
 }
 #Text span:nth-child(2){
    font-family:Pacifico;
    color:red;
    text-shadow:0px 2px 0px white;
    font-size:20px;
    margin-left:150px;
    margin-top:-25px;
    transform:rotate(-15deg);
 }
 
 #metro1{
   background-image: url(images/Bullet_Train_3-1.png);
   background-position: top;
   /* margin: 81px 0 0 0; */
   height: 100vh;
   object-fit: cover;
   text-align: center;
   font-size: 26px;
   color: #000;
   background-size: 100%;
 }
 @-webkit-keyframes MOVE-BG {
	from {
		background-position:507% 0%
	}
	to { 
		background-position: 0% 0%
	}
}
 #metro{
   margin-top: -310px;
   margin-left: 26px;
   width: 97%;
   height: 60px;
   background-color: transparent;
   transform: translateX(0px);
   animation-name: movetrain;
   /* animation-duration: 20s; */
   animation-iteration-count: infinite;
}
 
 #metro span{
    display:inline-block;
 }
 .door, .door2{
    width: 27px;
    height: 43px;
    background-color: #CF1D01;
    position: absolute;
    margin-top: 18px;
    margin-left: 4px;
    box-shadow: inset 0 -5px 0 #961703;
    border: 1px solid black;
 }
 .door2 {
    width: 26px;
    margin-top: -15px;
    margin-left: 199px;
}
 .door::before, .door2::before{
    content:"";
    width:20px;
    height:19px;
    background-color:#008ACB;
    box-shadow:inset 0 0 10px #004FC8, inset 0 2px 0 blue;
    position:absolute;
    margin-top:4px;
    margin-left:2px;
    border:3px solid #961703;
 }
 .door2::before{
    width:17px;
    margin-left:3px;
 }
 .mirror, .mirror1{
    width: 147px;
    height: 15px;
    background-color: #666665;
    margin-top: 18px;
    margin-left: 40px;
    border: 1px solid black;
 }
 .mirror1{
    width:123px;
    border-radius:0 100% 0 0;
 }
 .mirror span, .mirror1 span{
    display:inline-block;
 }
 .m1, .m2, .m3, .m4, .m22{
    display:inline-block;
    width:26px;
    height:11px;
    background-color:#008ACB;
    position:absolute;
    margin-top:1px;
    margin-left:1px;
    box-shadow:inset 0 0 8px #004FC8;
    border:1px solid blue;
 }
 .m22{
    width:70px;
    border-radius:0 100% 0 0;
    margin-left:42px;
 }
 .m2{
    margin-left:40px;
 }
 .m3{
    margin-left:79px;
 }
 .m4{   
    margin-left:117px;
 }
 .back{
    /* width:240px; */
    height:60px;
    border-radius:0 0 10px 10px;
    transform: translateX(10px);
    animation-name: movetrain;
    animation-duration: 20s;
    animation-iteration-count: infinite;
   
 }

 .engine{
    width:250px;
    height:60px;
    border-radius:0px 100% 10px 10px;
    transform: translateX(10px);
    animation-name: movetrain;
    animation-duration: 10s;
    animation-iteration-count: infinite;
 }
 
/* .track {*/
/*   position: absolute;*/
/*   width: 100vw;*/
/*   height: 5px;*/
  
/*   display: flex;*/
/*   bottom: 33px;*/
/*}*/
.track {
    /* position: absolute;
    width: 100vw;
    height: 12VH;
    display: flex;
    bottom: -17px;
    overflow-x: hidden; */
    position: absolute;
    width: 100vw;
    height: 9VH;
    display: flex;
    bottom: 11px;
    overflow-x: hidden;
    left: 3vw;
}
  
  /*.track:before {*/
  /*  content:"";*/
  /*  position: absolute;*/
  /*  width:10px;*/
  /*  height:5px;*/
  /*  background-color: #333;*/
  /*  top:-4px;*/
  /*  box-shadow: */
  /*   20px 0 #000, */
  /*   -20px 0 #000, */
  /*   -40px 0 #000,*/
  /*   -60px 0 #000, */
  /*   -80px 0 #000,*/
  /*   40px 0 #000, */
  /*   60px 0 #000, */
  /*   80px 0 #000, */
  /*   -100px 0 #000, */
  /*   -120px 0 #000, */
  /*   -140px 0 #000,*/
  /*   -180px 0#000,*/
  /*   100px 0 #000,*/
  /*    120px 0 #000,*/
  /*    140px 0 #000,*/
  /*     160px 0 #000, */
  /*     180px 0 #000, */
  /*     200px 0 #000,*/
  /*     220px 0 #000,*/
  /*     240px 0 #000, */
  /*     260px 0 #000, */
  /*     280px 0 #000,*/
  /*      300px 0 #000, */
  /*      320px 0 #000,*/
  /*      340px 0 #000, */
  /*      360px 0 #000, */
  /*      380px 0 #000,*/
  /*      400px 0 #000,*/
  /*      420px 0 #000,*/
  /*      440px 0 #000, */
  /*     460px 0 #000,*/
  /*      480px 0 #000,*/
  /*      -400px 0 #000, */
  /*      -420px 0 #000, */
  /*      -440px 0 #000,*/
  /*      -480px 0#000,*/
  /*      500px 0 #000,*/
  /*      520px 0 #000,*/
  /*      540px 0 #000,*/
  /*      560px 0 #000,*/
  /*      580px 0 #000,*/
  /*      -600px 0 #000, */
  /*      -620px 0 #000, */
  /*      -640px 0 #000,*/
  /*      -680px 0#000,*/
  /*      600px 0 #000,*/
  /*      620px 0 #000,*/
  /*      640px 0 #000,*/
  /*      660px 0 #000,*/
  /*      680px 0 #000,*/
  /*      700px 0 #000,*/
  /*      720px 0 #000,*/
  /*      740px 0 #000,*/
  /*      760px 0 #000,*/
  /*      780px 0 #000,*/
  /*      800px 0 #000,*/
  /*      820px 0 #000,*/
  /*      840px 0 #000,*/
  /*      860px 0 #000,*/
  /*      880px 0 #000,*/
  /*      900px 0 #000,*/
  /*      920px 0 #000,*/
  /*      940px 0 #000,*/
  /*      960px 0 #000,*/
  /*      980px 0 #000, */
  /*      1000px 0 #000,*/
  /*      1020px 0 #000,*/
  /*     1040px 0 #000,*/
  /*      1060px 0 #000,*/
  /*      1080px 0 #000,*/
  /*      1100px 0 #000,*/
  /*      1120px 0 #000,*/
  /*     1140px 0 #000,*/
  /*      1160px 0 #000,*/
  /*      1180px 0 #000,*/
  /*      1200px 0 #000,*/
  /*      1220px 0 #000,*/
  /*     1240px 0 #000,*/
  /*      1260px 0 #000,*/
  /*      1280px 0 #000,*/
  /*      1300px 0 #000,*/
  /*      1320px 0 #000,*/
  /*     1340px 0 #000,*/
  /*      1360px 0 #000,*/
  /*      1380px 0 #000,*/
  /*      1400px 0 #000,*/
  /*      1420px 0 #000,*/
  /*     1440px 0 #000,*/
  /*      1460px 0 #000,*/
  /*      1480px 0 #000;*/
       

  /*  animation: move 1s linear infinite reverse;*/
  /*}*/
  
  /*@keyframes move {  */
  /*  from { left: -100px; }*/
  /*    to { left: 100px; }*/
  /*}*/

 @keyframes movetrain{
    from{
       transform:translateX(-100%);
    }   
    to{
       transform:translateX(100%);
    }
    80%{
       transform:translateX(300px);
    }
    81%{
       transform:translateX(310px);
    }
    82%{
       transform:translateX(311px);
    }
    83%{
       transform:translateX(312px);
    }
    84%{
       transform:translateX(313px);
    }
    85%{
       transform:translateX(314px);
    }
    89%{
       transform:translateX(320px);
    }
    90%{
       transform:translateX(400px);
    }
 }
 @keyframes spark1{
    100%{
       background-color:red;
    }
    10%{
       background-color:yellow;
    }
 }

  span.m2 {
    background: red;
}
 /* Popup container - can be anything you want */
 .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
 background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 36px;
    padding: 11px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 102%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
      left: 36%;
      margin-left: -5px;
      border-width: 7px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  /* The actual popup */
 .popuptext {
    visibility: hidden;
width: 300px;
    color: #000;
    text-align: center;
    border-radius: 36px;
    padding: 11px 0;
    position: absolute;
    z-index: 1;
    bottom: 390%;
    left: 44%;
    margin-left: -80px;
    font-size: 13px;
    bottom: 127px;
  }

span.coacha_2 span#coach2Popup {
    left: 58%;
    bottom: 107px;
    position: fixed;
}
span#frontPopup {
      left: 68%;
    bottom: 109px;
    position: fixed;
}
span#coachPopup {
    bottom: 113px;
    position: fixed;
    left: 50%;
}
  /* Toggle this class - hide and show the popup */
  .coach .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  /* coach */
.coacha_2 {
    /* position: relative; */
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
 .center {
    position: absolute;
        left: 54px;
    bottom: 67px;
} /* Toggle this class - hide and show the popup */
  .coacha_2 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  

.msg-icn {
   animation: shake 500ms ease-in-out forwards;
  
  }
  .msg-icn:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 91%;border-radius: 2px;
    box-sizing: border-box;
    clip-path: polygon(0% 105%, 0% 0%, 105% 0%, 105% 105%, 43px 105%, 43px 80%, 21px 80%, 21px 105%);
  }
  
  blockquote.bubble { 
	background-position: center;
  background-repeat: no-repeat !important;
	background-size: 100% 100%;
  margin: 0 auto;
	text-align: center;
	height: 0;
	box-sizing: content-box;
	line-height: 1;
}
blockquote.speech {
  background: url(images/svgexport.svg); 
     width: 44%;
    padding-top: 11%;
    padding-bottom: 20%;
    height: 52px;
}
  
  /* .msg-icn:after {
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 24px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    line-height: 0;
    border-bottom: 27px solid transparent;
    border-left: 31px solid transparent;
    border-right: 20px solid #ffffff;
    position: absolute;
    bottom: -30px;
    right: 65px;
  } */
  /* The actualcraed */
  .cards {
    display: flex;
    margin: 0 -10px;
  }
  
  .card {
   margin: 0 10px;
  }
  
  .cards {
    margin: 0 auto;
    max-width: 800px;
  }
  
  .card {
    background: #ffffffe8;
    border: 2px solid #ffffff;
    /*-webkit-border-top-right-radius: 80px 80px;*/
    /*-webkit-border-top-left-radius: 80px 80px;*/
    /*-webkit-border-bottom-right-radius: 80px 80px;*/
    /*-webkit-border-bottom-left-radius: 80px 80px;*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    position: absolute;
    background:url(images/Bbbel.png);
    background-repeat:no-repeat;
  }
  .card:after{
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 121px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    line-height: 0;
    border-bottom: 27px solid transparent;
    border-left: 31px solid transparent;
    border-right: 20px solid #ffffff;
    position: absolute;
    bottom: -30px;
    right: 65px;
    background:url(images/Bubbel_tail.png);
  }
  
  
  .card .body {
    padding: 10px;
    font-size: .9rem;
    color: #757575;
    
  }
  
  
 /* Popup arrow */

 
 /* Toggle this class - hide and show the popup */
 .frnt_windows .show {
   visibility: visible;
   -webkit-animation: fadeIn 1s;
   animation: fadeIn 1s;
 }
 span.m2:hover {
   background: #3776ca;
}
/* popup styles */
.popup {
   display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
 }
 .popup-overlay {
    background: rgba(0,0,0,0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
 }
 .popup-content {
    position: absolute;
   background: #fff;
    width: 500px;
    margin: -58px 0 0 -264px;
    left: 50%;
    top: 50%;
    z-index: 11;
   padding: 14px;
 }
 .close-popup {
   display: inline-block;
   position: absolute;
   top: -8px;
   right: -30px;
   font-size: 42px;
 }
 
 /* Animations */
 .fadeIn {
   animation: fadeIn 0.5s ease-in both;
   -webkit-animation: fadeIn 0.5s ease-in both;
 }
 @keyframes fadeIn {
   from { opacity: 0; }
 }
 @-webkit-keyframes fadeIn {
   from { opacity: 0; }
 }
 
 .fadeOut {
   animation: fadeOut 0.5s ease-out both;
   -webkit-animation: fadeOut 0.5s ease-out both;
 }
 @keyframes fadeOut {
   to { opacity: 0; }
 }
 @-webkit-keyframes fadeOut {
   to { opacity: 0; }
 }
 
 .scaleIn {
   animation: scaleIn 0.5s ease-in both;
   -webkit-animation: scaleIn 0.5s ease-in both;
 }
 @keyframes scaleIn {
   from { opacity: 0; transform: scale(0.5); }
 }
 @-webkit-keyframes scaleIn {
   from { opacity: 0; -webkit-transform: scale(0.5); }
 }
 
 .scaleOut {
   animation: scaleOut 0.5s ease-out both;
   -webkit-animation: scaleOut 0.5s ease-out both;
 }
 @keyframes scaleOut {
   to { opacity: 0; transform: scale(0.5); }
 }
 @-webkit-keyframes scaleOut {
   to { opacity: 0; -webkit-transform: scale(0.5); }
 }
 
 .scaleUpIn {
   animation: scaleIn 0.5s ease-in both;
   -webkit-animation: scaleIn 0.5s ease-in both;
 }
 .scaleUpOut {
   animation: scaleUpOut 0.5s ease-in both;
   -webkit-animation: scaleUpOut 0.5s ease-in both;
 }
 @keyframes scaleUpOut {
   to { opacity: 0; transform: scale(1.2); }
 }
 @-webkit-keyframes scaleUpOut {
   to { opacity: 0; -webkit-transform: scale(1.2); }
 }
 


.water {
   width: 100%;
   height: 1em;
   background: linear-gradient(#177fdf, #003ec4);
   position: absolute;
   bottom: -14em;
 }
 
 
 /* .hill1 {
   width: 63em;
   height: 4em;
   background: linear-gradient(#00be17, #009832, #006007);
   border-radius: 50% 50% 0% 100% / 100% 44% 56% 0%;
   position: absolute;
   bottom: -13em;
   right: 0em;

 }
 
 .hill2 {
   width: 42em;
   height: 3.5em;
   background: linear-gradient(#00c218, #009832, #006007);
   border-radius: 34% 66% 70% 30% / 100% 100% 0% 0%;
   position: absolute;
      bottom: -13em;
    left:-3em;
} */
 .bridge-p1 {
   width: 100%;
   height: 0.25em;
   background: #333;
   position: absolute;
   bottom: 0.5em;
   -webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 40S;
	-webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
 }
 
 .bridge-p2 {
   width: 100%;
   height: 1em;
   background: #555;
   position: absolute;
   bottom: -0.5em;
   -webkit-animation-name: MOVE-BG;
   -webkit-animation-duration: 40S;
   -webkit-animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
}
 
 .bridge-p3 {
   width: 100%;
   height: 8px;
   background: #333;
   position: absolute;
   bottom: -1em;
   -webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 40S;
	-webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
 }
 
 .bridge-p4 {
   width: 100%;
   height: 7em;
   background: radial-gradient( transparent 0 48%, #444 49% 52%, #777 53% 100% ) 0 0 / 35em 26em;
   position: absolute;
   bottom: -216px;
   -webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 40S;
	-webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
 }
 
 /* .bridge-p4:before {
   content: '';
   width: 100%;
   height: 100%;
   display: block;
   background: 
     conic-gradient(from 270deg, #787878 0 90deg, #888888 90deg 180deg, transparent 180deg 360deg) 0 0 / 8em 4em, 
     conic-gradient(from 90deg, #656565 0 90deg, #5d5d5d 90deg 180deg, transparent  180deg 360deg) 2em 0em / 8em 4em;
   mask-image: radial-gradient( transparent 0 52%, #000000 53% 100%);
   -webkit-mask-image: radial-gradient( transparent 0 52%, #000000 53% 100%);
   mask-size: 35em 26em;
   -webkit-mask-size: 35em 26em;
   -webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 40S;
	-webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
 } */
 .bridge {
   margin: 56px 0;
}
.bridge_three {
   margin: 143px 0px 13px 0;
   position: absolute;
   /* height: 50px; */
   width: 100%;
   -webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 40S;
	-webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
.bridge-p4 {
   display: none;
}

div#metro img {
   width: 107%;
   height: 110px;
   position: relative;
   background-color: transparent;
   /* transform: translateX(10px);
   animation-name: movetrain;
   animation-duration: 20s;
   animation-iteration-count: infinite; */
   overflow: hidden;
   top: 103px;
}
div#electric {
   display: none;
}
/*********************************/


 .container-fluid{ position:absolute;
   left:50%;
   top:-10%;
   transform: translate(-50%, -50%);

 }
 @keyframes clouds-loop-1 {
     to {
       background-position: -1000px 0;
     }
   }
   .clouds-1 {
     background-image: url("https://s.cdpn.io/15514/clouds_3.png");
     animation: clouds-loop-1 25s infinite linear;
   }
   
   @keyframes clouds-loop-2 {
     to {
       background-position: -1000px 0;
     }
   }
   .clouds-2 {
     background-image: url("https://s.cdpn.io/15514/clouds_3.png");
     animation: clouds-loop-2 20s infinite linear;
   }
   
   @keyframes clouds-loop-3 {
     to {
       background-position: -1579px 0;
     }
   }
   .clouds-3 {
     background-image: url("https://s.cdpn.io/15514/clouds_3.png");
     animation: clouds-loop-3 15s infinite linear;
   }
   .clouds {
    
    
     pointer-events: none;
     position: absolute;
   
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
   }
   
   .clouds-1,
   .clouds-2,
   .clouds-3 {
     background-repeat: repeat-x;
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     height: 500px;
   }


#animated_div .train {
  position: absolute;
  bottom: 40px;
  width:50vh;
  z-index: 1;
  display:flex;
 /*left:-334px;*/
}

.wagon img {
  width: 215px;
  padding: 0px;
  height: 123px;
}
img.wagon1 {
  width: 200px;
position: relative;

top: 2px;
}
img.wagon2 {
  width: 145px;
  position: relative;

  top: 2px;
}
img.wagon3 {
  width: 145px;
  position: relative;

  top: 2px;
}
img.wagon4 {
  width: 269px;
  position: relative;
 
  top: 2px;
}

.wagon, .locomotive {width: 298px; height: 134px;position: relative;
}

#animated_div {
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 20px;
      bottom: 160px;
}


  button#playBtn {
    display: none;
}
/*****************************************************************************/
.playani {
  animation-play-state: running;}
  .button {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 74px;
  
    border-color: transparent transparent transparent #202020;
    transition: 100ms all ease;
    cursor: pointer;
  
  
    border-style: solid;
    border-width: 37px 0 37px 60px;
  }
    .button .paused {
      border-style: double;
      border-width: 0px 0 0px 60px;
    }

   
/*****************************************************************/
.userForm {
  overflow-x: hidden;
  /*    float: right;*/
  width:100vw;
}
i.fa.fa-home {
    color: white;
}
.user-drawer {
    position: relative;
    width: 50vw;
    /* background-color: #f2f2f2; */
    /* border: 1px solid #bbbbbb; */
    min-height: 165px;
    /*margin-left: 40vw;*/
    right: 100rem;
    transition: right 1s;
    /* bottom: 2px; */
    float:right;
}
.btn-default {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #bbbbbb;
  width: 150px;
}

.btngroup {
  text-align:right;
  margin:8px 0;
}
/*****************************************************/
/*AD Popup*/
.bts-popup {
 /*left: 0;*/
 /* top: 0;*/
 /* height: 100%;*/
 /* width: 100%;*/
  /*background-color: rgba(0, 0, 0, 0.5);*/
  /*opacity: 0;*/
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
    top:21rem;
    right: 6rem;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 4em auto;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 0px 0 0 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid black;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  /*.bts-popup-container {*/
  /*      margin: 24rem 0 13rem 35rem;*/
  /*}*/
}

.bts-popup-container {
    color: white;
    font-weight: 900;
    font-size: 22px;
}
img.curved-arrow {
    width: 93px;
    height: 100px;
}
.tracks.img {
    
    position: relative;
    /* right: 268px; */
    right: -236px;
    top: 10px;
    opacity: 0.6;
}
.tests {
    position: absolute;
       position: absolute;
    /* top: 28rem; */
    left: 37rem;
    bottom: 115px;
    color: white;
    text-transform: lowercase;
    font-size: 20px;
}

strong.left {
    margin: 0 0px 0px -80px;
      
}