.desktop {
    color: #fff;
    width: 100%;
    height: 100%;

    font-size: 0px;
    overflow: hidden;
}

* {
    -webkit-user-drag: none
}


.desktop .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    object-fit: cover;
}

.desktop .fixed-bg * {
    object-fit: cover;
}

.content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.slg {
    position: absolute;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    left: 55%;
    transform: translateX(-50%);
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktop .contact {
    display: flex;
}

.bottom {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

.main-left {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.downloadArea {
    position: absolute;
    top: 30vw;
    left: 10vw;
    display: flex;
}


.btn-right {
    position: relative;
    top: -4vw;
    left: 0;
    margin-left: 5vw;
}

#qrcode img {
    visibility: visible !important;
}

.btn-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.inside {
    /* background: #fff; */
    position: relative;
    left: 0.5vw;
}

.qrcode-box {
    z-index: 1;
}

.btn-box .btn {
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    background: transparent;
    font-size: 24px;
}

.rigth {
    position: relative;
    right: 5vw;
    top: 0;
    width: 50vw;
    height: 100%;
    object-fit: contain
}

.backDownBtn {
    position: relative;
    left: 0;
    top: -20px;
}

.fork {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    object-fit: contain
}

.triangle {
    position: absolute;
    top: -15%;
    left: 0;
    width: 235px;
    object-fit: contain;

}

.btn-box img {
    width: 100%;
}

.btn-box .btn:hover {
    transform: translateY(-4px) scale(1.05)
}