.paly {
    position: absolute;
    bottom: 50px;
    left: 100px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.2em;
    cursor: pointer;
    margin: 40px auto 60px;
}
.paly img {
    margin-right: 10px;
    max-width: 50px;
}
.triller {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    visibility: hidden;
    opacity: 0;
}

.trillere {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    visibility: hidden;
    opacity: 0;
}
.trillere.active {
    visibility: visible;
    opacity: 1;
    background: #0000007a;
}

.triller video {
    max-width: 900px;
    outline: none;
}
.close {
    position: absolute;
    top: 30px;
    max-height: 50px;
    right: 30px;
    cursor: pointer;
  /*  filter: invert(1); */

}
.triller.active {
    visibility: visible;
    opacity: 1;
    background: #0000007a;
}

.trillerV1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    visibility: hidden;
    opacity: 0;
}
.trillerV1.active {
    visibility: visible;
    opacity: 1;
    background: #0000007a;
}
.trillerV1 video {
    max-width: 900px;
    outline: none;
}
.trillerV2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    visibility: hidden;
    opacity: 0;
}
.trillerV2.active {
    visibility: visible;
    opacity: 1;
    background: #0000007a;
}
.trillerV2 video {
    max-width: 900px;
    outline: none;
}


.fire
{
    list-style: none;
    widows: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 50px;
    border-radius: 50%;
    color: #ffffff;
    transition: .5s;
    text-align: center;

    transform: scale(2.5);

}
.fire:hover
{
    background: #3c7200;
    box-shadow: 0 0 20px rgb(139, 195, 74),
    0 0 10px rgb(139, 195, 74),
    0 0 20px rgb(139, 195, 74),
    0 0 30px rgb(139, 195, 74),
    0 0 30px rgb(255, 255, 255),
    0 0 30px rgb(255, 255, 255),
    0 0 0 75px rgba(255,255,255,0.05),
    0 0 0 68px rgba(255,255,255,0.05),
    0 0 0 45px rgba(255,255,255,0.05),
    0 0 0 30px rgba(255,255,255,0.05),
    0 0 0 15px rgba(255,255,255,0.05);
    filter: blur(20px);
    cursor: pointer;
}
.inout {
    transition: .5s;
}
.mein__info {
    position: relative;
    /* width: 250px; */
    height: 100%;
    color: white;
    /* background: linear-gradient(345deg,#03a9f4,#ff0058); */
    display: flex;
    justify-content: center;
    align-items: center;
/*   margin: 20px 30px; */
  transition: 1s;
  border-radius: 50px;

}

.box__info {
  position: relative;
  width: 830px;
  height: 500px;
  color: white;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 30px;
  transition: 1s;
  border-radius: 30px;
}
.box__info:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(45deg,#ffbc00,#ff0058);
}
.box__info_t
{
  position: relative;
  width: 550px;
  height: 400px;
  color: white;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 30px;
  transition: 1s;
  background: linear-gradient(345deg,#03a9f4,#ff0058);
  text-align: center;
  top: 20px;
  border-radius: 30px;
}
.box__info_t:before {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
