.splash-screen,
.splash-screen .screen,
.splash-screen .screen-panel,
.splash-screen .screen-data{
    height: 100%; 
    min-height: auto;  
    padding: 0em;
    margin:0em;
}

.splash-screen .area-img{
    position: absolute;
    width: 1570px;
    left: 260px;
    top: 220px;
}
.splash-screen .screen-data{
    background-color:transparent; 
    border-radius: 0em;
    padding: 0em;
}

.splash-screen .ost-panel{
    width: 1260px;
    position: relative;
    height: auto;
    padding: 0px 50px 40px 50px;
    color: #ffffff;
    top: 70px;
    left: 50px;
    font-size: 25px;
}
.splash-screen .course-name{
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #FA8CFF;
}

.splash-screen .logo{
    position: relative;
    margin: 0px 0px 50px 0px;
    width: 382px;
}
.splash-screen .ost-panel .instr-txt{color: #fff;}
.splash-screen .enter-btn-panel {margin-top: 50px; }
.splash-screen .enter-btn-panel .btn{ 
    display: inline-flex;
    align-items: center;
   
    min-width: 7em;
}
.splash-screen .circle-img{
    position: absolute;
    width: 440px;
    right: 0px;
    bottom: 0px;
}
.splash-screen .time-block {
	padding: 0px 1em;
    left: 30px;
    top: 18px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}
.splash-screen .time-block img {width: 46px;}
.splash-screen .time-block span {
	position: relative; margin-left: 1em;
}
.splash-screen .duration-panel {
    color: #fff;
    display: flex;
    align-items: center;
}
.splash-screen .desktop.enter-btn-panel{position: absolute; top: 570px; left: 50px;}
.splash-screen .enter-duration{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 40px;
    width: 390px;
    justify-content: space-between;
}
.duration-panel .clock-icon {
    font-size: 40px;
    margin-right: 0.3em;
}
.splash-box {
    border: 2px solid white;
}
.splash-box .black-bg {
    display: flex;
}
.splash-box .black-bg div:first-child {
    width: 450px;
    margin-right: 40px;
}
/* .splash-screen .plane-img{
	animation: shakePlane 1s linear infinite alternate;
}
  @keyframes shakePlane {
	0% {
	  transform: translateY(0px);
	}
	100% {
	  transform: translateY(-5px); 
	}
  } */

/* --mediaQuery Start-- */
@media screen and (max-width: 834px) {
    .splash-screen .logo{width: 250px; margin: 0px 0px 40px 0px; }
    .splash-screen .ani-box{position: relative;}
    .splash-screen .ost-panel{padding: 1em; top: auto; width: 100%; max-width: 780px; min-height: auto;    left: auto;}
    .splash-screen .course-name { font-size: 36px; }
    .splash-screen .enter-btn-panel { margin-top: 1.6em; }
    .splash-screen .m-padding-right { padding-right: 1.6em; }
    .splash-box .black-bg div:first-child { width: 250px; margin-right: 20px; }
    .splash-box .black-bg, .splash-box .white-bg { padding: 1.2em; }
}
@media screen and (max-width: 480px) {
    .splash-screen .enter-btn-panel .btn{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .splash-screen .time-block{
        display: flex;
        width: auto;
        left: auto;
        top: auto;
        justify-content: center;
        margin-top: 30px;
    }
    .splash-box .black-bg div:first-child { width: 450px; margin-right: 20px; }
}