@font-face {
    font-family: 'RTLUnitedText-Bold';
    src: url(./RTLUnitedText-Bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RTLUnitedText-Regular';
    src: url(./RTLUnitedText-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

#bg {
    transition: all 0.3s cubic-bezier(.79,0,.1,.99);
}

img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}

#R {
    position: absolute;
    top: 483px;
    left: 640px;
    width: 200px;
    height: 113px;
    background: #5ec5f5;
}

#T {
    position: absolute;
    top: 483px;
    left: 860px;
    width: 200px;
    height: 113px;
    background: #5ec5f5;
}

#L {
    position: absolute;
    top: 483px;
    left: 1080px;
    width: 200px;
    height: 113px;
    background: #5ec5f5;
}

#rtlplus {
    opacity: 0;
    transition: all 0.3s cubic-bezier(.79,0,.1,.99);
}

b {
    font-family: 'RTLUnitedText-Bold';
}
#music {
    position: absolute;
    top: 862px;
    left: -157px;
    width: 1920px;
    height: 40px;
    line-height: 125px;
    color: white;
    font-family: 'RTLUnitedText-Bold';
    font-size: 40px;
    text-align: right;
    overflow: hidden;
    transition: all 4s cubic-bezier(.04,.81,.4,1);
}
#musicTitle {
    position: absolute;
    top: 1080px; /* 906 */
    left: -157px;
    width: 1920px;
    height: 300px;
    color: white;
    font-family: 'RTLUnitedText-Regular';
    font-size: 40px;
    text-align: right;
    transition: all 4s cubic-bezier(.04,.81,.4,1);
}
#musicAdditional {
    position: absolute;
    top: 1080px; /* 954 */
    left: -157px;
    width: 1920px;
    height: 300px;
    color: white;
    font-family: 'RTLUnitedText-Regular';
    font-size: 40px;
    text-align: right;
    transition: all 4s cubic-bezier(.04,.81,.4,1);
}

#title1 {
    position: absolute;
    top: 588px;
    left: 0px;
    width: 1920px;
    height: 300px;
    color: white;
    font-family: 'RTLUnitedText-Bold';
    font-size: 70px;
    text-align: center;

    transition: all 0.3s cubic-bezier(.79,0,.1,.99);
}

#title2 {
    position: absolute;
    top: 702px;
    left: 0px;
    width: 1920px;
    height: 300px;
    color: white;
    font-family: 'RTLUnitedText-Regular';
    font-size: 37px;
    text-align: center;

    transition: all 0.3s cubic-bezier(.79,0,.1,.99);
}