.html-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}

.test {
  position: relative;
  display: block;
  width: 10%;
  height: 50px;
  margin-bottom: 1000px;
  background-color: red;
}
.card {
  position: absolute;
  width: 25%;
  height: 70%;
  margin-top: 120px;
  margin-left: -170%;
  background-color: red;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card p {
 line-height: 1.5;
  padding-left: 40px;
}
.body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, 0);
}

.pre-loader {
  position: relative;
  width: 0%;
  height: 50px;
  margin-bottom: 75px;
  background-color: red;
}

.arrow {
  cursor: pointer;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 50px;
}

.arrow-top, .arrow-bottom {
  background-color: #666;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.arrow-top:after, .arrow-bottom:after {
  background-color: #ffdb3b;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}

.arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}

.arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}

.arrow:hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}

.arrow:hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}

.arrow:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}

#rarrow{
 top:90px;
 left:55%;
}
#larrow{
 top:65px;
 left:5%;
 transform: scaleX(-1);
}

.label {
 position:absolute;
 top:60px;
  height:70px;
 width:42.5%;
left:9.5%;
 display:flex;
 justify-content: center;
 align-items: center;
 border-radius: 5px;
 background: #666;
 font-family: "Montserrat", sans-serif;
 box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
 overflow: hidden;
 background-size: 300% 300%;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#666, #212121),  linear-gradient(137.48deg, #ffdb3b 10%,#FE53BB 45%, #8F51EA 67%, #0044ff 87%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}


.label span {


 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
 width: 100%;
 padding: 18px 25px;
 color: #fff;
 font-size: 2vw;
 font-weight: 700;
 letter-spacing: 0.3em;
 z-index: 20;
 
}

.data {
 position: absolute;
 display:flex;
 margin-left: -12.6%;
 margin-top: -10.8%;
 width: 26%;
 height: 44%;
 border-radius: 30px;
 background: rgba(0,0,0,0.0);
text-align: center;
 text-decoration: none;

 align-items:center;
 padding: 18px 25px;
 color: #fff;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
  font-weight: bold;
 letter-spacing: 0.01em;
 text-transform: uppercase;
 z-index: 20;
 font-size: 1.5vw;
line-height: 1.2; /* Increase the line spacing to 1.5 */
 overflow-wrap:normal;
color: hsl(195, 100%, 90%);
}

