@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');


.bg {
    background-image: url(./../img/bggray.png);
    background-image: linear-gradient(133deg, rgba(93,93,93,1) 20%, rgba(74,74,74,1) 30%, rgba(56,56,56,1) 40%, rgba(40,40,40,1) 50%, rgba(45,44,44,1) 60%, rgba(60,60,60,1) 70%, rgba(93,93,93,1) 80%);
    background-size: 500% 500%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: gradient;
    animation-timing-function: linear;
    z-index: -1;
}


@keyframes gradient {
0% {
    background-position: 0 0%;
}
100% {
    background-position: 100% 100%;
}
}
/*
.bg {
    background-image: url(./../img/bggray.png);
    background-image: linear-gradient(133deg, #5d5d5d,#5d5d5d, #181818, #181818,#5d5d5d,#5d5d5d); 
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1;
}
*/

/*
#DownloadButton
#CloseDownloadButton

*/



.DinMenuDownload {
    overflow: hidden;
    margin-top: -50px;
    font-family: 'Ubuntu', sans-serif;
}

.DinMenuDownload-content {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s cubic-bezier(0.22, 0.61, 0.36, 1);;

  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;

  overflow: hidden;
  max-height: 0;
}
.DinMenuDownload-inner {
  padding: 50px 15px;
  display: flex;
  justify-content: center;
}
.DinMenuDownload-inner > a{
    margin: 0 10px;
}
.DinMenuDownload-toggle:hover {
  background: #00727d;
}
.DinMenuDownloadMb > .button{
    display: None;
}
@media screen and (max-width: 1270px){
    .DinMenuDownloadMb{
        position: fixed;
        display: None;
        background-color: rgb(0 0 0 / 93%);
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
    }
    .DinMenuDownloadMb > .button{
        display: block;
        position: absolute;
        right: 0;
    }
    .DinMenuDownload-inner{
            justify-content: center;
            align-items: center;
                flex-direction: column;
                height: 100%;
    }
    .DinMenuDownload-inner > a{
        margin: 30px;
    }
    .MenuDownloadM{
        display: block;
    }
}



.changeScile{
    max-height: 500px;
    transition: max-height 0.25s ease-in;

}

.MenuDownload{
  max-height: 300px;
}

.bg{
    min-height: 100vh;
}
.bg3{
    padding-top:210px;
}
#footer{
    background-color: #555;
}

.menuIconbox{
    display: none;
    transition: all 0.5s cubic-bezier(1, 0.09, 0, 1.01);
}

.MenuButton{
    display: none;
}

.HideBox{
    opacity: 0;
    transform: rotate(800deg) !important;
}

#footer > nav > a{
    margin: 25px 20px;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    color: white;
}

#footer > nav {
    display: flex;
    align-self: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.button {
    background-color: #555;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.button:active {
    background-color: #484848;
}

body{
    background-color: black;
}
#header{
    display: flex;
    margin: 0 3.5rem 0 3.5rem; 
    align-items: normal;
    flex-direction: row;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 3.5rem
}
#header > nav{
    display: flex;
    align-self: flex-end;
    justify-content:center;

}

#header > nav > a{
    margin:20px;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    color: white;
}
#header > nav > a:hover{
    color: #7d7d7d;
}


#header > .spiter{

}


.LogoText >h1{
    margin: 0;
    font-size: 8rem;
}

.LogoText{
    font-family: 'Ubuntu', sans-serif;
    color: white;
    margin: 100px;
}    
.BoxText{
    width: 37rem;
}
.logo{
    font-family: 'Ubuntu', sans-serif;
    color: white;
    text-align: center;
    font-size: 1.1rem;
}
.logo > h2{
        margin-top:10px;
        margin-left: 5px 
}
.logo > img{
    height: 3rem;
}



.BottomIconAnim{
    position: absolute;
    
}
.TopIconAnim{
    position: absolute;
    
}

.BgVlcAndDiscordpy >.BottomIconAnim{
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: IconAnimDsVlc;
    animation-timing-function: ease-in;
}

.BgVlcAndDiscordpy >.TopIconAnim{
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: IconAnimVlcDs;
    animation-timing-function: ease-in;
}

.TextVlcAndDiscordpy > p > .TextB1 {
    animation-duration: 10s;
    position: absolute;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: TextAnimDsVlc;
    animation-timing-function: ease-in;
}
.TextVlcAndDiscordpy > p > .TextB2 {
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: TextAnimVlcDs;
    animation-timing-function: ease-in;
}




@keyframes TextAnimDsVlc {
0% {
    z-index: 10;
    opacity: 1;
}
5% {
    z-index: 10;
    opacity: 1;
}
10% {
    display: none;
    z-index: 9;
    opacity: 0;
}
60% {
    display: none;
    z-index: 9;
    opacity: 0;
}
65% {
    display: none;
    z-index: 9;
    opacity: 0;
}
70% {
    z-index: 10;
    opacity: 1;
}
100% {
    z-index: 10;
    opacity: 1;
}
}

@keyframes TextAnimVlcDs {
0% {
    z-index: 9; 
    opacity: 0;
}
5% {
    z-index: 9; 
    opacity: 0;
}
10% {
    z-index: 10; 
    opacity: 1;
}
60% {
    z-index: 10; 
    opacity: 1;
}
65% {
    z-index: 10; 
    opacity: 1;
}
70% {
    z-index: 9; 
    opacity: 0;
}
100% {
    z-index: 9; 
    opacity: 0;
}
}





@keyframes IconAnimDsVlc {
0% {
    transform: scale(0.5) translate(150px, 150px);
    z-index: 10;
}
5% {
    transform: scale(0.5) translate(120px, -120px);
    z-index: 10;
}
10% {
    transform: scale(0.5) translate(-150px, -150px);
    z-index: 9;
}
60% {
    transform: scale(0.5) translate(-150px, -150px);
    z-index: 9;
}
65% {
    transform: scale(0.5) translate(-120px, 120px);
    z-index: 9;
}
70% {
    transform: scale(0.5) translate(150px, 150px);
    z-index: 10;
}
100% {
    transform: scale(0.5) translate(150px, 150px);
    z-index: 10;
}
}

@keyframes IconAnimVlcDs {
0% {
    transform: scale(0.5) translate(-150px, -150px);
    z-index: 9; 
}
5% {
    transform: scale(0.5) translate(-120px, 120px);
    z-index: 9; 
}
10% {
    transform: scale(0.5) translate(150px, 150px); 
    z-index: 10; 
}
60% {
    transform: scale(0.5) translate(150px, 150px); 
    z-index: 10; 
}
65% {
    transform: scale(0.5) translate(120px, -120px);
    z-index: 10; 
}
70% {
    transform: scale(0.5) translate(-150px, -150px);
    z-index: 9; 
}
100% {
    transform: scale(0.5) translate(-150px, -150px);
    z-index: 9; 
}
}



.menuIconbox > img{
	height: 80px;
}


.DimastrImg ,.MediaImg {
    display: flex;
    align-items: center;
    justify-content: center;
}


.DimastrImg > img{
    height: calc(5 * 5vw);
    text-align: center;

}
.MainContent{
    display: flex;
    justify-content:center;
    flex-direction: row-reverse;
}

.bg2 , .bg3{
    background-color: #181818;
    /*background-image: linear-gradient(2deg, #5d5d5d, #181818);*/
}

.MainContent2{
    font-family: 'Ubuntu', sans-serif;
    color: white;
}
.Mediablock{
    display: flex;
    padding:50px 0 ;
    margin: 0 50px;
    transition: all 1s ease;
    opacity: 1;
    margin-top: 0!important;
}
.HideMeEesy{
    opacity: 0;
    transition: all 1s ease;
    margin-top: -30px!important;
}


.Mediablock:nth-child(2n) > .MediaImg{
    transform: rotate(3.5deg);
}
.Mediablock > .MediaImg{
    transform: rotate(-3.5deg);
}



.Mediablock:nth-child(2n){
    flex-direction: row-reverse;
}

.MediaImg > .img{
    height: 320px;
    text-align: center;
}

.MediaText{
    display: flex;
    padding: 0 30px;
    flex-direction:column;
    justify-content: center;
}
.MediaText > h2{
    text-align: left;
}

.mbMode{
    display: none;
}
.DeskMode{
        display: block;
    }


@media only screen and (max-width: 1200px){
    .MenuButton{
    display: block;
}
    .MainContent2 {
    	max-width: 1200px;
    	margin: auto;
    }
     .MainContent{
        flex-direction: column;
        margin: auto;
        justify-content: space-between;
    }
    .BoxText{
        margin: auto;
    }
    .LogoText{
        margin: 0  10px;
        text-align: center;
    }
    .mbMode{
        display: block;
        margin-top: 35px ;
        font-size: 5rem ;
    }
    .DeskMode{
        display: none;
    }
    .menuIconbox{
	display: block;
    transform: rotate(0);
    }

    #header > nav{
    	position: fixed;
        flex-direction: column;
        top: 150px;
        right: 95px;
        text-align: right;
    }
    .DinamicMenu{
        transform: translateY(-500px);
        position: absolute;

    }
    .openedMenu {
        -webkit-transform: none;
        position: absolute !important;
        transform: none;
    }

    .DinamicMenu{
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    }
}
@media only screen and (max-width: 990px){
    .Mediablock {
        display: block;
    }
    .Mediablock:nth-child(2n) > .MediaImg{
    transform: rotate(0deg);
    }

    .Mediablock > .MediaImg{
    transform: rotate(0deg);
    }

    #header{
    	margin: 0 3.5rem 0 3.5rem; 
    	padding: 3.5rem 0;
    }
    .DimastrImg > img {
    height: calc(5 * 10vw);
    text-align: center;
    }
    #header > nav{
        position: absolute;
        flex-direction: column;
        top: 150px;
        right: 30px;
        text-align: right;
    }
 
}





@media(-webkit-min-device-pixel-ratio: 2) {
    .MainContent{
        flex-direction: column;
        margin: auto;
        justify-content: space-between;
    }
    .BoxText{
        margin: auto;
        width: auto;
    }
    .Mediablock {
        display: block;
    }
    .MediaImg > img{
        height: calc(5 * 10vw);
        text-align: center;
        margin-bottom: 50px;
    }
    .LogoText{
        margin: 0  10px;
        text-align: center;
    }

    .DimastrImg > img{
        height: calc(5 * 15vw);
        text-align: center;
        margin-bottom: 100px;
    }
    .Mediablock:nth-child(2n) > .MediaImg{
    transform: rotate(0deg);
    }

    .Mediablock > .MediaImg{
    transform: rotate(0deg);
    }

    .BoxText > h3{
        font-size: 2rem;

    }

}




@media(-webkit-min-device-pixel-ratio: 2) and (min-device-height:  800px){
	#header{
		margin-bottom: 30%
	}
}
@media(-webkit-min-device-pixel-ratio: 2) and (min-device-height:  1000px){
	#header{
		margin-bottom: 20%
	}

}




@media(-webkit-min-device-pixel-ratio: 2) and (min-width:  800px){
	.DimastrImg > img {
		    height: calc(5 * 5vw);
		    margin-bottom: 0;
    }
    .mbMode {
    	    font-size: 3rem ;

    }
    .BoxText > h3 {
    	font-size: 1.5rem ;
    }
    .BoxText{
    	width: 37rem;
    }
    #header{
    	padding: 1.5rem;
    }

    .mbMode{
        display: block;
        margin-top: 35px ;
        font-size: 5rem ;
    }
    .DeskMode{
        display: none;
    }


    .LogoText >h1{
    	font-size: 5rem;
    }



}

@media(-webkit-min-device-pixel-ratio: 2) and (max-device-width: 650px){
	    .MainContent{
        flex-direction: column;
        margin: auto;
        justify-content: space-between;
    }
    .BoxText{
        margin: auto;
        width: auto;
    }
    .Mediablock {
        display: block;
    }
    .MediaImg > img{
        height: calc(5 * 10vw) ;
        text-align: center;
        margin-bottom: 50px;
    }
    .LogoText{
        margin: 0  10px;
        text-align: center;
    }

    .DimastrImg > img{
        height: calc(5 * 15vw);
        text-align: center;
        margin-bottom: 100px; 
    }
    .Mediablock:nth-child(2n) > .MediaImg{
    transform: rotate(0deg);
    }

    .Mediablock > .MediaImg{
    transform: rotate(0deg);
    }

    .BoxText > h3{
        font-size: 2.2rem;
    }

}

@media screen and (max-width:  1270px){
    .DimastrImg > img {
    height: calc(5 * 6vw);
    text-align: center;
}
    .LogoText >h1 {
        font-size: 5rem;
    }
    .LogoText{
        margin: 50px;
    }
}
@media screen and (max-width:  800px){
    .DimastrImg > img {
    height: calc(5 * 8vw);
    text-align: center;
}
    .LogoText >h1 {
        font-size: 4rem;
    }
    .LogoText{
        margin: 50px;
    }
    .BoxText {
    width: auto;
}
}

@media(-webkit-min-device-pixel-ratio: 2) and (min-device-width:  700px){
	.DimastrImg > img {
    height: calc(5 * 10vw);
    margin-bottom: 0;
    }
}

@media(-webkit-min-device-pixel-ratio: 2) and (min-device-width:  700px) and (max-device-height:  650px){
	.DimastrImg > img {
    height: calc(5 * 5vw);
    margin-bottom: 0;
    }
    #header{
    	margin-bottom: calc(1 * (50vh /50));
    }
}

@media(-webkit-min-device-pixel-ratio: 2) and (min-device-width:  700px) and (min-device-height:  1200px){
	.DimastrImg > img {
    height: calc(5 * 10vw);
    margin-bottom: 100px;

    }
    #header{
    	margin-bottom: 10%
    }

}


@media(-webkit-min-device-pixel-ratio: 2) and (min-device-width:  800px)  and (min-device-height:  650px){
	#header{
    	margin-bottom: 5%;
    }
    .DimastrImg > img {
    height: calc(5 * 5vw);
    margin-bottom: 0;
    }
}

@media(-webkit-min-device-pixel-ratio: 2) and (min-device-width:  815px)  and (min-device-height:  1180px){
	#header{
    	margin-bottom: 30%;
    }
    .DimastrImg > img {
    height: calc(5 * 10vw);
    margin-bottom: 0;
    }
}

@media(-webkit-min-device-pixel-ratio: 2) and (min-device-width:  215px)  and (min-device-height:  653px){
	#header{
    	margin-bottom: 25%;
    }
    .DimastrImg > img {
    height: calc(5 * 15vw);
    margin-bottom: 0;
    }
    .button{
        padding: 30px 50px;
        font-size: 2.5rem;
    }
}
@media(-webkit-min-device-pixel-ratio: 2) and (min-device-width:  540px)  and (min-device-height:  653px){
	#header{
    	margin-bottom: 10%;
    }
}


@media(-webkit-min-device-pixel-ratio: 2) and (min-device-width:  1270px) and (min-device-height:  750px){
	.DimastrImg > img {
    height: calc(5 * 5vw);
    margin-bottom: 100px;

    }
    #header{
    	margin-bottom: 0%
    }

}





@media (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 700px) and (max-device-height: 650px){
    #header{
    padding: 0;

}
}


@media only screen and (min-width: 1200px){
    .MainContent2 {
    max-width: 1200px;
    margin: auto;
    }
}