.me-slider{ 
    height: 55vw;
}
.slider-front-wrapper{
    height:100%; 
    width:100%; 
    position:absolute; 
    z-index: 1;
}
.sliner-back-wrapper{
    height:100%; 
    width:100%; 
    opacity:.5;
}
.sliner-back-wrapper .slide{
    height:100%;
    width:100%; 
    position:absolute; 
    background-size:cover;
    background-position: center;
}
.slider-front-wrapper{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.slider-front-wrapper .slide{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.slider-front-wrapper .slide img{
    width:30%;
}
.slide{
    opacity: 0;
    background-size:120%;
    position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
        transform: scale(1.2) rotate(-5deg);
        filter: brightness(0.7) blur(2px);
        will-change: transform, opacity, filter;
        overflow: hidden;
}
.slide.active{
    opacity: 1;
    background-size:100%;
    opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: brightness(1) blur(0);
        z-index: 1;
}
.slide-up{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-up img{
    width:30%;
}




/* bgcolor ***************************************/
.case-logover{
    background-color: #0e0d10;
}
.casebgw{
    background-color: #ffffff;
    color:#000;
}
.casebggray{
    background-color: #F6F6F6;
    color:#000;
}
.casebgdark{
    background-color: #0e0d10;
    color:#ffffff;
}
/* LOGO VER *************************************/
.block-logo-ver{
    height: 500px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
}
.block-logo-ver div:nth-child(1){
    opacity: .4;
    width: 50%;
    padding-left: 32px;
    padding-top: 32px;
}
.block-logo-ver div:nth-child(2){
    text-align: center;
    flex: 1 0 0;
    display: flex;
    justify-content: center;
    
}
.block-logo-ver div:nth-child(3){
    opacity: .4;
    width: 50%;
    padding-left: 32px;
    padding-bottom: 32px;
}
.block-logo-ver.ver1{
    background-color:#26292C;
    color: #fff;
}
.block-logo-ver.ver2{
    background-color:#EDEBE5;
    color: #000;
}
.block-logo-ver.ver3{
    background-color:#FFD31A;
    color: #000;
}
.block-logo-ver.ver4{
    background-color:#29272B;
    color: #fff;
}
/* font ******************************************/
.font1{
    padding-top: 13%;
}
.font-img{
    height: 450px;
    overflow: hidden;
}
.font-img div{
    background-size: cover;
    height: 600px;
    margin-top: -100px;
    background-position: center;
}
.font-img div div{
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.font-inner{
    width: 25%;
    margin-left: 13%;
}
.fontdesc1{
    padding-left: 90px;
    padding-top: 50px;
}
.fontdesc2{
    padding-right: 90px;
    text-align: right;
}
.fontdesc2 div{
    display: inline-block;
    text-align: left;
}
.fontdesc3{
    padding-left: 90px;
}

.vzcolor{
    height:500px;
   
    display: flex    ;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 48px 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
}
.vzcolor div:nth-child(1){
    flex-basis: 100%;
    opacity: .5;
    font-size: 16px;
}
.vzcolor div:nth-child(2){
    flex: 1;
    font-size: 32px;
    line-height: 38px;
    font-family: 'TTNorms-Bold';
}
.vzcolor div:nth-child(3){
    flex: 1;
    text-align: right;
    margin-bottom: 0px;
    margin-top: auto;
    font-size: 16px;
    opacity: .3;
}
.vzcolor.vzcolor1{
    background-color: #FFD51F;
    -webkit-border-top-left-radius: 16px;
-webkit-border-bottom-left-radius: 16px;
-moz-border-radius-topleft: 16px;
-moz-border-radius-bottomleft: 16px;
border-top-left-radius: 16px;
border-bottom-left-radius: 16px;
}
.vzcolor.vzcolor2{
    background-color: #21003A;
    color: #fff;
    -webkit-border-top-right-radius: 16px;
-webkit-border-bottom-right-radius: 16px;
-moz-border-radius-topright: 16px;
-moz-border-radius-bottomright: 16px;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
}

.vzdopcolors{
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.vzdopcolors div:nth-child(1),.vzdopcolors div:nth-child(2),.vzdopcolors div:nth-child(3){
    width:150px;
    height: 150px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #00000085;
    display: flex;
    align-items: flex-end;
    padding: 0px 0px 16px 16px;
    margin-right: 48px;
}
.vzdopcolors div:nth-child(1){
    background-color: #8856FF;
}
.vzdopcolors div:nth-child(2){
    background-color: #01A2D8;
}
.vzdopcolors div:nth-child(3){
    background-color: #DBEF0F;
}
.vzdopcolors div:nth-child(4){
    width: 150px;
    height: 1px;
    background-color: #D9D9D9;
    margin-right: 48px;
}
.vzdopcolors div:nth-child(5){
    font-size: 32px;
    line-height: 53px;
}
/* patterns *******************************/
.pattern_overlay{
    position: absolute; z-index:1; text-align:right;
}
.pattern_overlay img{
    right:0px; 

    margin-top:-250px;
}
.patterns{
    display:flex; 
    height:700px;
}
.pattern1{
    background-size:cover;
    flex: 1 0 0;
}
.secondpattern{
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
}
.pattern2{
    background-size: 100%;
    flex: 1;
}
.pattern3{
    background-size: 100%;
    flex: 1;
}

/* patern animation *******************/
.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: imageFade 15s infinite;
}

.image-layer:nth-child(1) {
    animation-delay: 0s;
}
.image-layer:nth-child(2) {
    animation-delay: 3s;
}
.image-layer:nth-child(3) {
    animation-delay: 6s;
}
.image-layer:nth-child(4) {
    animation-delay: 9s;
}
.image-layer:nth-child(5) {
    animation-delay: 12s;
}

@keyframes imageFade {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    10% {
        opacity: 1;
        transform: scale(1.02);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}