.wrapper-twimuni{
    max-width: 1920px;
    height: 100vh;
    margin: 0px auto;
    position: relative;
}
.wrapper-twimuni img{
    width: 150px;   
}
.uni-twimmedia{
    position: absolute;
    top: 15%;
    left: 15%;
    cursor: pointer;
    text-align: center;
    border: 5px solid transparent;
    padding: 20px;
    box-sizing: border-box;
}
.uni-twimmedia p{
    color: #7B64FF;
    font-family: "Mulish-Black";  
    font-size: 30px;
    text-shadow: 2px 1px 2px rgba(255,255,255,0.6);
    margin: 5px 0px 0px 0px;
}
.uni-twimworld{
    position: absolute;
    bottom: 15%;
    right: 15%;
    cursor: pointer;
    text-align: center;
    border: 5px solid transparent;
    padding: 20px;
    box-sizing: border-box;
}
.uni-twimworld p{
    color: #10a5b2;
    font-family: "Mulish-Black";  
    font-size: 30px;
    text-shadow: 2px 1px 2px rgba(255,255,255,0.6);
    margin: 5px 0px 0px 0px;
}
.uni-twimmedia:hover{
    border: 5px solid #fbc063;
    border-radius: 20px;
    background: #3b2266;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    transition: 1s all;
}
.uni-twimmedia:hover p{
    color: #fff;
}
.uni-twimworld:hover{
    border: 5px solid #fbc063;
    border-radius: 20px;
    background: #3b2266;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    transition: 1s all;
}
.uni-twimworld:hover p{
    color: #fff;
}
.ship-fly{
    position: absolute;
    z-index: 30;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ship-fly img{
    height: 100%;
}


/*//////////////////////////////////////////TWIM MEDIA//////////////////////////////////////////*/
.uni-twimmedia-fly{
    position: absolute;
    z-index: 27;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/twimuni/uni-bg-fly.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    animation: twimmedia-uni-bg-move 14s linear infinite;
    animation-iteration-count: 1;
    animation-delay: 3s;
    display: none;
}

.uni-twimmedia-planet{
    position: absolute;
    z-index: 27;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.uni-twimmedia-planet img{
    position: absolute;
    z-index: 27;
     top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    height: 1px;
    width: 1px;
    overflow: hidden;
    animation: twimmedia-planet-move 14s linear infinite;
    animation-iteration-count: 1;
    animation-delay: 3s;
}

@keyframes twimmedia-planet-move {
  0% {
	margin-left: -5px;
    margin-top: -5px;
    height: 1px;
    width: 1px;
  }
  100% {
     
    margin-left: -450px;
    margin-top: -450px;
    height: 900px;
    width: 900px;
  }
}
@keyframes twimmedia-uni-bg-move {
  0% {
    background-size: 100% 100%;
  }
  100% {
      background-size: 120% 120%;
  }
}
.uni-twimmedia-info{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/twimuni/uni-twimmedia-bg.jpg);
    display: none;
    z-index: 29;
    background-size: cover;
    background-attachment: fixed;
    background-size: 100% 100%;
    overflow: hidden;
}
.unitwim-twimmedia-monitor{
    width: 1000px;
    height: 667px;
    background: #33275c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -333px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    border: 4px solid #fbc063;
    padding: 20px;
    box-sizing: border-box;
}
.unitwim-twimmedia-monitor-img{
    width: 48%;
    height: 550px;
    display: inline-block;
}
.unitwim-twimmedia-monitor-text{
    width: 48%;
    height: 550px;
    overflow-y: scroll;
    padding-right: 10px;
    position: relative;
    display: inline-block;
}
.unitwim-twimmedia-monitor-text::-webkit-scrollbar {
  width: 14px;  
}
.unitwim-twimmedia-monitor-text::-webkit-scrollbar-track {
  background: #33275c;
}
.unitwim-twimmedia-monitor-text::-webkit-scrollbar-thumb {
  background-color: #fda925; 
  border-radius: 15px;
}
.unitwim-twimmedia-monitor-text p{
    color: #fff;
    margin-left: 15px;
    margin-bottom: 10px;
}
.unitwim-twimmedia-monitor-button{
    position: absolute;
    bottom: -20px;
    width: 90%;
    left: 5%;
}
.unitwim-twimmedia-monitor-button a{
    width: 200px;
    height: 50px;
    background: #016065;
    color: #fff;
    font-family: "MulishBold";
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: block;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 50px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    float: left;
}
.unitwim-twimmedia-monitor-button a:hover{
    box-shadow: inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
.unitwim-twimmedia-monitor-button span{
    width: 200px;
    height: 50px;
    background: #952929;
    color: #fff;
    font-family: "MulishBold";
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: block;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 50px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    float: right;
}
.unitwim-twimmedia-monitor-button span:hover{
    box-shadow: inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}

/*////////////////////////////////////////// END TWIM MEDIA//////////////////////////////////////////*/

/*//////////////////////////////////////////TWIM WORLD//////////////////////////////////////////*/
.uni-twimworld-fly{
    position: absolute;
    z-index: 27;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/twimuni/uni-bg-fly.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    animation: twimworld-uni-bg-move 14s linear infinite;
    animation-iteration-count: 1;
    animation-delay: 3s;
    display: none;
}
.uni-twimworld-planet{
    position: absolute;
    z-index: 27;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.uni-twimworld-planet img{
    position: absolute;
    z-index: 27;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    height: 1px;
    width: 1px;
    overflow: hidden;
    animation: twimworld-planet-move 14s linear infinite;
    animation-iteration-count: 1;
    animation-delay: 3s;
}
@keyframes twimworld-planet-move {
  0% {
	margin-left: -5px;
    margin-top: -5px;
    height: 1px;
    width: 1px;
  }
  100% {
    margin-left: -450px;
    margin-top: -450px;
    height: 900px;
    width: 900px;
  }
}
@keyframes twimworld-uni-bg-move {
  0% {
    background-size: 100% 100%;
  }
  100% {
      background-size: 120% 120%;
  }
}
.uni-twimworld-info{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/twimuni/uni-twimworld-bg.jpg);
    display: none;
    z-index: 29;
    background-size: cover;
    background-attachment: fixed;
    background-size: 100% 100%;
    overflow: hidden;
}
.unitwim-twimworld-monitor{
    width: 1000px;
    height: 667px;
    background: #33275c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -333px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    border: 4px solid #fbc063;
    padding: 20px;
    box-sizing: border-box;
}
.unitwim-twimworld-monitor-img{
    width: 48%;
    height: 550px;
    display: inline-block;
}
.unitwim-twimworld-monitor-text{
    width: 48%;
    display: inline-block;
    height: 550px;
    overflow-y: scroll;
    padding-right: 10px;
}
.unitwim-twimworld-monitor-text::-webkit-scrollbar {
  width: 14px;  
}
.unitwim-twimworld-monitor-text::-webkit-scrollbar-track {
  background: #33275c;
}
.unitwim-twimworld-monitor-text::-webkit-scrollbar-thumb {
  background-color: #fda925; 
  border-radius: 15px;
}
.unitwim-twimworld-monitor-text p{
    color: #fff;
    margin-left: 15px;
    margin-bottom: 10px;
}
.unitwim-twimworld-monitor-button{
    position: absolute;
    bottom: -20px;
    width: 90%;
    left: 5%;
}
.unitwim-twimworld-monitor-button a{
    width: 200px;
    height: 50px;
    background: #016065;
    color: #fff;
    font-family: "MulishBold";
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: block;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 50px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    float: left;
}
.unitwim-twimworld-monitor-button a:hover{
    box-shadow: inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
.unitwim-twimworld-monitor-button span{
    width: 200px;
    height: 50px;
    background: #952929;
    color: #fff;
    font-family: "MulishBold";
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: block;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 50px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    float: right;
}
.unitwim-twimworld-monitor-button span:hover{
    box-shadow: inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
/*//////////////////////////////////////////END TWIM WORLD//////////////////////////////////////////*/




