*{
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'Tanker-Regular';
    src: url('fonts/Tanker-Regular.woff2') format('woff2'),
         url('fonts/Tanker-Regular.woff') format('woff'),
         url('fonts/Tanker-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
body{

    background: #E5116F;
}
ul{
    list-style:none;
}
.showcase{
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 200vh;
}
.showcase video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*opacity: 0.75;*/
}
.card2 .btn,
.card3 .btn
{
    line-height: 5;
}
.card4 .btn
{
    line-height: 2;
}
.card2{
    background-image: url(images/BG_stage_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.card3{
    background-image: url(images/BG_stage_2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.card4{
    background-image: url(images/BG_stage_3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header {padding: 20px;}
.card4 { grid-area: footer; }
@media (min-width: 1400px){
.poster{
    max-width: 1320px;
}}
@media (min-width: 1200px){
.poster {
    max-width: 1140px;
}}
@media (min-width: 992px){
.poster {
    max-width: 960px;
}}
@media (min-width: 768px){
.poster {
    max-width: 720px;
}}

@media (min-width: 576px){
.poster {
    max-width: 768px;
}}
.poster{
    background: #20BDE2;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 30px 55px;
    z-index: 1;
    position: relative;
}
.top-box{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}
.top-box > * {
    margin: 0 1rem 2rem;
}

.card-img{
    position: relative;
    overflow: hidden;
    display: flex;
    width: 350px;
    flex-wrap: wrap;
    flex-direction: column;
    /* justify-content: space-evenly; */
    align-items: center;
}
.card-img:first-of-type .btn{
    line-height: 7;
}
.card-img:nth-of-type(3) .btn{
    line-height: 8.9rem;
}
.btn img{
    width: 220px;
}
.card4 .btn img {
    width: 240px;
}
.image-grid{
    display: grid;
    column-gap: 40px;
    row-gap: 31px;
    grid-template-areas:
    'left header header header header header'
    'left right right right right right'
    'footer footer footer footer2 footer2 footer2';
}
.item0{ 
    grid-area: header;
    top: 35px;
    position: relative;
}
.item1{ grid-area: left;}
.item2{ grid-area: footer;  margin: auto;}
.item3{ grid-area: footer2; margin: auto;}
.poster > div {
    text-align: center;
  }
.header img{
      max-width: 100%;
  }
.title{
    color: #20BDE2;
    font-family: 'Tanker-Regular';
    font-size: 2.2rem;
    padding-bottom: 20px;
    padding-top: 15px;
}
.item1 .title{
    display: flex;
    transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);
  
    -moz-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);
}
.item0 img{
    min-width: 90%;
}
.item2 img,
.item3 img{
    min-width: 250px;
}
div.card4{
    text-align: left;
    padding: 21px 40px;
}
 .modal{
    position: fixed;
    display: none;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.modal.active{
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
/*.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}*/
.modal-content img{
    max-height: 65px;
    padding-bottom: 15px;
    margin: auto;
    width: 60%;
}
#modal1 .modal-content,
#modal2 .modal-content,
#modal3 .modal-content{
    background-color: #6C3393;
    color: #A4CD39;
}
#modal4 .modal-content,
#modal5 .modal-content,
#modal6 .modal-content{
    background-color: #e5116f;
    color: #76C697;
   }
#modal7 .modal-content,
#modal8 .modal-content,
#modal9 .modal-content{
    background-color: #f16a3f;
    color: #3E5EAB;
   }
.modal-content{
    margin: 0.2% auto;
    padding: 20px 20px 21px;
    max-width: 440px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2),0 7px 20px 0 rgba(0, 0, 0, 0.2);
}
.intro{
    padding-bottom: 15px;
}
.translate,
.translate.active{
    position: relative;
}
li.translate.active:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}
.card1 li.translate.active:before{
    background-color: #919CD4;
}
.box2 li.translate.active:before{
    background-color: #76c697;
}
.box3 li.translate.active:before{
    background-color: #3e5eab;
}
.card1 .lang1 li,
.card1 .closeBtn{
    color: #919CD4;
}
.card2 .lang1 li,
.card2 .closeBtn{
   color: #FF9DA2;
}
.card3 .lang1 li,
.card3 .closeBtn{
   color: #FFC27B;
}
.closeBtn{
    float: right;
    font-size: 30px;
    border-radius: 100%;
    border: 2px solid;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0 2px 0 2px;
}
btn{
    cursor: pointer;
}
btn:hover{
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(132deg) brightness(104%) contrast(97%);
}
.closeBtn:hover, .closeBtn:focus{
    text-decoration: none;
    cursor: pointer;
}
.modal-content p{
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
.lang1{
    padding-right: 15px;
}
.lang1 ul{
    display: flex;
}
.lang1 li{
    list-style: none;
    cursor: pointer;
    font-family: 'Tanker-Regular';
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}
/*2 css*/
svg:hover {
    fill: red;
  }
  .btn img:hover{
    transform: scale(1.05);
  }
  .footer{
    background: #fff;
    max-width: 768px;
    margin: auto;
   /* padding: 30px;*/
   padding: 15px 30px 10px 30px;
    font-family: 'Oswald';
    font-weight: 200;
    /*z-index: 1;*/
    position: relative;
  }
  .footer p{
      padding-bottom: 15px;
      font-size: 15.5px;
  }
  .footer a{
      color: #20BDE2;
  }
  .footer ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
@media (min-width: 768px){
.hide-desktop{
        display: none;
    }
  }
  @media (max-width: 768px){
.hide-mobile{
        display: none;
    }
.poster{
            padding: 0px 0px 60px;
    }
    div.card4{
        text-align: unset;
        padding: 0;
    }
.modal.card3.active{
       padding: 0px;
    }
.item1 .title {
        display: flex;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
.image-grid {
        display: flex;
        column-gap: unset;
        row-gap: unset;
        grid-template-areas:unset;
        flex-direction: unset;
        justify-content: center;
        flex-wrap: wrap;
        align-items: unset;
  }
.card4 {
     background: url(images/BG_stage_3_mobile.svg);
     background-size: contain; 
     background-repeat: no-repeat;
     background-position: center;
}
.card img{
    width: 100% !important;
}
.footer ul{
    display: unset;
    text-align: center;
  }
  .top-box > * {
    margin: 0 0rem 1.5rem;
}
.modal-content img {
    padding-bottom: 15px;
}
}

@media (max-width: 1280px){

    .showcase{
    min-height: 232vh;
  }
}