@keyframes flicker {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

body {
    padding: 0px;
    margin: 0px;
    background: transparent;
}
.launcher {
    background: url("../images/bg.png") no-repeat top center;
    width: 740px;
    height: 491px;
    -webkit-user-select: none;
    -webkit-app-region: drag;
    overflow: hidden;
    position: absolute;
}
.launcher .header {
    width: 708px;
    height: 123px;
    margin: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.launcher .logo {
    background: url('../images/logo.png') no-repeat;
    width: 356px;
    height: 256px;
    position: relative;
    left: 79px;
    top: 107px;
}
.launcher .buttons {
    width: 82px;
    margin: 0px 0px 0px 0px;
    display: flex;
    z-index: 100;
    position: relative;
}
.launcher .buttons .minimize {
    background: url('../images/minimize.png') no-repeat;
    width: 19px;
    height: 18px;
    margin: 38px 0px 0px 0px;
    cursor: pointer;
    -webkit-app-region: no-drag;
    position: relative;
    top: -9px;
    right: -340px;
}
.launcher .buttons .minimize:hover {
    filter: brightness(120%);
}
.launcher .buttons .closed {
    background: url('../images/closed.png') no-repeat;
    width: 22px;
    height: 23px;
    margin: 35px 0px 0px 7px;
    cursor: pointer;
    -webkit-app-region: no-drag;
    position: relative;
    top: -9px;
    right: -340px;
}
.launcher .buttons .closed:hover {
    filter: brightness(120%);
}
.launcher .buttons .settings {
    background: url('../images/settings.png') no-repeat;
    width: 24px;
    height: 24px;
    margin: 33px 0px 0px 7px;
    cursor: pointer;
    -webkit-app-region: no-drag;
    position: relative;
    top: 48px;
    right: -286px;
    scale: 1.5;
}
.launcher .buttons .settings:hover {
    filter: brightness(120%);
}

.launcher .footer {
    display: flex;
    align-items: center;
    width: 689px;
    height: 87px;
    margin: 16px 0px 0px 11px;
}
.launcher .footer .start {
    background: url('../images/start.png') no-repeat;
    width: 228px;
    height: 58px;
    margin: 0px 25px 0px 25px;
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px black);
    -webkit-app-region: no-drag;
    position: relative;
    left: 222px;
    bottom: -228px;
}
.launcher .footer .start:hover {
    filter: brightness(120%);
    filter: drop-shadow(2px 4px 6px rgb(255, 196, 0));
}
.launcher .footer .button {
    background: url('../images/button.png') no-repeat;
    width: 93px;
    height: 32px;
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px black);
    margin: 2px 0px 0px 10px;
    text-decoration: none;
    -webkit-app-region: no-drag;
}

.launcher .footer .button:hover {
    filter: brightness(120%);
}

.launcher .footer .dc {
    background-image: url('../images/dc.png');
    width: 36px;
    height: 26px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    -webkit-app-region: no-drag;
    top: 212px;
    left: -208px;
    filter: drop-shadow(2px 4px 6px black);
}

.launcher .footer .dc:hover {
    filter: brightness(120%);
}


.launcher .footer .fb {
    background-image: url('../images/zap.png');
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    -webkit-app-region: no-drag;
    top: 212px;
    left: -199px;
    filter: drop-shadow(2px 4px 6px black);
}

.launcher .footer .fb:hover {
    filter: brightness(120%);
}


.launcher .footer .ig {
    background-image: url('../images/ig.png');
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    -webkit-app-region: no-drag;
    top: 212px;
    left: -191px;
    filter: drop-shadow(2px 4px 6px black);
}

.launcher .footer .ig:hover {
    filter: brightness(120%);
}

.launcher .footer .home {
    background-image: url('../images/home.png');
    width: 36px;
    height: 32px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    -webkit-app-region: no-drag;
    top: -93px;
    left: -293px;
    filter: drop-shadow(2px 4px 6px black);
}

.launcher .footer .home:hover {

    background-image: url('../images/home_hover.png');
}



.launcher .bk {
    background: url('../images/bk.png') no-repeat;
    width: 399px;
    height: 342px;
    position: relative;
    top: 98px;
    right: -11px;
    mix-blend-mode: soft-light;
    animation: flicker 1.5s infinite alternate ease-in-out;
}

/*
    Modal Settings
 */

.launcher .bg-settings {
    background: url('../images/modal.png') no-repeat;
    width: 460px;
    height: 436px;
    position: absolute;
    top: 20px;
    left: 144px;
    z-index: 100;
    display: none;
}
.launcher .bg-settings .closed {
    background: url('../images/closed.png');
    width: 22px;
    height: 23px;   
    margin: 13px 0px 0px 390px;
    cursor: pointer;
    -webkit-app-region: no-drag;
}
.launcher .bg-settings .closed:hover {
    filter: brightness(120%);
}
.launcher .bg-settings form {
    padding: 0px;
    margin: 4px 0px 0px 12px;
    width: 438px;
    -webkit-app-region: no-drag;
}
.launcher .bg-settings form .row {
    display: flex;
    margin: 15px 0px 0px 25px;
    gap: 15px;
}
.launcher .bg-settings form .row .form-group {
    width: auto;
    margin: 10px 0px 0px 0px;
}
.launcher .bg-settings form .row .form-group .title {
    display: block;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 0px 1px;
}
.launcher .bg-settings form .row .form-group input[type="text"] {
    width: 130px;
    height: 23px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0px 0px 0px;
    outline: none;
    border: 1px solid #000000;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
}
.launcher .bg-settings form .row .form-group select {
    width: 137px;
    height: 25px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0px 0px 0px;
    outline: none;
    border: 1px solid #000000;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
}
.launcher .bg-settings form .form-group .content-s {
    width: 119px;
    display: block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-family: "Arial";
    margin: 6px 0px 0px 0px;
    filter: drop-shadow(2px 4px 2px black);
}
.launcher .bg-settings form input[type="checkbox"], .launcher .bg-settings form input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.launcher .bg-settings form .form-group .checkbox, .launcher .bg-settings form .form-group .checkradio {
    position: absolute;
    top: 0px;
    left: 0;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 2px solid #af1010;
    background-color: #fff;
}

.launcher .bg-settings form .form-group .checkbox:after, .launcher .bg-settings form .form-group .checkradio:after {
    content: "";
    position: absolute;
    display: none;
}

.launcher .bg-settings form .form-group .content-s input[type="checkbox"]:checked ~ .checkbox:after, .launcher .bg-settings form .form-group .content-s input[type="radio"]:checked ~ .checkradio:after {
    display: block;
}

.launcher .bg-settings form .form-group .content-s .checkbox:after, .launcher .bg-settings form .form-group .content-s .checkradio:after {
    left: 1px;
    top: 1px;
    width: 7px;
    height: 7px;
    background: #161616;
    border-radius: 50%;
}
.launcher .bg-settings form .form-group input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 58%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
    margin: 19px 0px 0px 0px;
    border: none;
    background: transparent;
}

.launcher .bg-settings form .form-group input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background-color: #fff;
    border: none;
    border-radius: 16px;
}
.launcher .bg-settings form .form-group input[type="range"]::-moz-range-track {
    height: 15px;
    background-color: #fff;
    border-radius: 16px;
}
.launcher .bg-settings form .form-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #830600;
    border-radius: 50%;
    border: 2px solid #4c0400;
    box-shadow: -407px 0 0 400px #4c0400;
}
.launcher .bg-settings form .form-group input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: -407px 0 0 400px #fff;
}
.launcher .bg-settings form .form-group .number {
    color: #fff;
    font-size: 22px;
    font-family: "Arial Black", "sans-serif";
    padding: 0px 0px 0px 3px;
    filter: drop-shadow(2px 4px 6px black);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.launcher .bg-settings form .save {
    background: url('../images/button.png') no-repeat;
    width: 93px;
    height: 32px;
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px black);
    margin: 44px auto 0px;
    text-decoration: none;
    border: none;
    display: block;
    outline: none;
}
.launcher .bg-settings form .save:hover {
    filter: brightness(120%);
}
.launcher .bg-settings form .save span {
    display: block;
    text-align: center;
    font-family: "Arial Black", "sans-serif";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding: 0px 0px 0px 0px;
    background: linear-gradient(to bottom, #ffffff, #a5a5a5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(2px 2px 2px black);
}

.sparks { position: absolute; width: 100%; bottom: 280px; }

.sparks > div { position: absolute; }

.sparks .spark_1 { background: url(../images/spark_1.png) no-repeat; width: 764px; height: 313px; right: 0; bottom: -120px; transform: scale(0.6); opacity: 0; animation: spark-1 4s linear infinite; animation-delay: 1s; }

@keyframes spark-1 { 0% { bottom: -320px; transform: scale(0.6); opacity: 1; }
    25% { bottom: -240px; transform: scale(0.7); opacity: 1; }
    50% { bottom: -160px; transform: scale(0.8); opacity: 1; }
    75% { bottom: -80px; transform: scale(0.9); opacity: 0.5; }
    to { bottom: 0; transform: scale(1); opacity: 0; } }
.sparks .spark_2 { background: url(../images/spark_2.png) no-repeat; width: 149px; height: 335px; right: 230px; bottom: -320px; transform: scale(0.6); animation: spark-1 4s linear infinite; animation-delay: 2s; opacity: 0; }

.sparks .spark_3 { background: url(../images/spark_3.png) no-repeat; width: 128px; height: 165px; right: 280px; bottom: -140px; transform: scale(0.6); animation: spark-3 4s linear infinite; animation-delay: 2s; opacity: 0; }

@keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 1; }
    25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
    50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
    75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
    to { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

.sparks .spark-big { background: url(../images/spark_4.png) no-repeat; width: 794px; height: 176px; right: 0; bottom: -180px; transform: scale(0.6); animation: spark-5 4s linear infinite; opacity: 0; }

@keyframes spark-5 { 0% { bottom: -180px; transform: scale(0.6); opacity: 1; }
    25% { bottom: -120px; transform: scale(0.7); opacity: 1; }
    50% { bottom: -60px; transform: scale(0.8); opacity: 1; }
    75% { bottom: 0; transform: scale(0.9); opacity: 0.5; }
    to { bottom: 60px; transform: scale(1); opacity: 0; } }
