@font-face {
    font-family: 'Candara';
    src: url('../fonts/Candara.ttf'),
}

/* 
@font-face {
    font-family: 'Din Alternate';
    src: url('../fonts/DINAlternate-Bold.woff') format('woff')
}

@font-face {
    font-family: 'Cooldex';
    src: url('../fonts/Cooldex.ttf') format('truetype'),
        url('../fonts/Cooldex.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

/* max-width: 1920px;
    width: 100vw;
    position: absolute;
    margin-top: 0vw; */


/* ------------------------------------------------ KEYFRAMES ------------------------------------------------- */
@keyframes modalBounce {
    0% {
        transform: scale(.7);
    }

    60% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(.97);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes poringBounce {
    0% {
        transform: translateY(0) scaleX(1) scaleY(1);
    }

    10% {
        transform: translateY(0) scaleX(1.1) scaleY(0.9);
    }

    30% {
        transform: translateY(-35px) scaleX(0.95) scaleY(1.05);
    }

    50% {
        transform: translateY(0) scaleX(1.05) scaleY(0.95);
    }

    70% {
        transform: translateY(-15px) scaleX(0.98) scaleY(1.02);
    }

    100% {}

}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* ------------------------------------------------ UNIVERSAL CSS ------------------------------------------------- */

html {
    /* font-size: 62.5%; */
    /* -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
    /* scroll-behavior: smooth; */
}

body {
    height: 100% !important;
    /* font-family: 'Optimus' !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    -webkit-font-feature-settings: "palt"1 !important;
    font-feature-settings: "palt"1 !important;
    color: #ffffff !important;
    background: #000000 !important;  */
    line-height: 1.75 !important;
    letter-spacing: 0.1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    -webkit-box-sizing: border-box !important;
    line-height: 1.5;
    box-sizing: border-box !important;
    min-height: 100vh;
    background-color: #000000 !important;
}

img {
    opacity: 1;
    -webkit-transition: all 480ms;
    transition: all 480ms;
    display: block;
    max-width: 100%;
    vertical-align: bottom !important;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: #333;
    text-decoration: none !important;
    outline: none !important;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* ------------------------------------------------ CURSOR HOVER ------------------------------------------------- */

#cursor-hover {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 9px 59px;
    font-size: 21px;
    font-weight: bold;
    background: rgb(118 158 177 / 49%);
    color: #ffffff;
    border-radius: 5px;
    opacity: 0;
    transform: translate(-50%, -72%) scale(0.9);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 9999;
    letter-spacing: 1px;
    filter: drop-shadow(2px 4px 6px white);
}

.show-cursor-hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 768px) {
    #cursor-hover {
        display: none;
    }
}

/* ------------------------------------------------ SECTION MAIN ------------------------------------------------- */

.BG,
.BGM {
    width: 100% !important;
}

#MAIN {
    position: relative;
    overflow: hidden;
}

#MAIN .BG {
    display: block;
}

#MAIN .BGM {
    display: none;
}

#MAIN .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#MAIN .inner:last-of-type {
    margin-bottom: 0px;
}

#MAIN .inner .innerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    margin-bottom: 2%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    gap: 28px;
}

#MAIN .inner .innerContent .title {
    position: relative;
    width: 70%;
}

#MAIN .inner .innerContent .titleM {
    display: none;
}

#MAIN .inner .innerContent .detail {
    position: relative;
    width: 63%;
}

#MAIN .inner .innerContent .detailM {
    display: none;
}

#MAIN .inner .innerContent .eventContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    gap: 40px;
    margin-top: 0;
    margin-bottom: 2%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
}

#MAIN .inner .innerContent .eventContent .rewardContent,
#MAIN .inner .innerContent .eventContent .loginContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2%;
    padding: 0 0;
}

#MAIN .inner .innerContent .eventContent .rewardContent .card1 {
    width: 100%
}

#MAIN .inner .innerContent .eventContent .rewardContent .rewardCard {
    position: relative;
    display: inline-block;
    width: 90%;
}

#MAIN .inner .innerContent .eventContent .rewardContent .title-reward,
#MAIN .inner .innerContent .eventContent .rewardContent .title-rewardM {
    position: absolute;
    top: 5%;
    left: 8%;
    width: 84%;
    z-index: 2;
    transition: transform 0.6s ease, filter 0.9s ease;
}

#MAIN .inner .innerContent .eventContent .rewardContent .items {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 51px;
    width: 100%;
    z-index: 2;
}

#MAIN .inner .innerContent .eventContent .rewardContent .rewards {
    width: 28%;
    transition: transform 0.8s ease, filter 0.8s ease;
}

#MAIN .inner .innerContent .eventContent .rewardContent .rewards.hover {
    cursor: pointer;
}

#MAIN .inner .innerContent .eventContent .rewardContent .rewards.hover:hover {
    filter: drop-shadow(2px 4px 6px rgba(64, 142, 214, 0.315));
    transform: translateY(-8px) rotate(1deg);
}

#MAIN .inner .innerContent .eventContent .rewardContent .cardContainer,
#MAIN .inner .innerContent .eventContent .loginContent .cardContainer {
    position: relative;
    display: inline-block;
    width: 100%;
}

#MAIN .inner .innerContent .eventContent .loginContent .cardM,
#MAIN .inner .innerContent .eventContent .loginContent .title-rewardM,
#MAIN .inner .innerContent .eventContent .rewardContent .card-bgM,
#MAIN .inner .innerContent .eventContent .rewardContent .title-rewardM,
#MAIN .inner .innerContent .eventContent .loginContent .cardContainer .txt,
#MAIN .inner .innerContent .eventContent .loginContent .cardContainer .poring {
    display: none;
}

#MAIN .inner .innerContent .eventContent .loginContent .cardContainer .btn-login {
    position: absolute;
    top: 72%;
    left: 29%;
    width: 42%;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.6s ease, filter 0.9s ease;
    animation: pulse 1.6s infinite;
}

#MAIN .inner .innerContent .eventContent .loginContent .cardContainer .btn-login:hover {
    transform: scale(1.06);
    filter: drop-shadow(2px 0px 9px #447ed5);
}

@media screen and (max-width: 768px) {

    #MAIN {
        overflow: visible;
    }

    #MAIN .BG {
        display: none;
    }

    #MAIN .BGM {
        display: block;
    }

    #MAIN .inner {
        padding-top: 40px;
        height: 100%;
    }

    #MAIN .inner .innerContent {
        gap: 21px;
    }

    #MAIN .inner .innerContent .eventContent {
        flex-direction: column;
        gap: 3px;
    }

    #MAIN .inner .innerContent .title {
        display: none;
    }

    #MAIN .inner .innerContent .titleM {
        display: block;
        position: relative;
        width: 80%;
    }

    #MAIN .inner .innerContent .detail,
    #MAIN .inner .innerContent .eventContent .rewardContent .card-bg,
    #MAIN .inner .innerContent .eventContent .rewardContent .title-reward,
    #MAIN .inner .innerContent .eventContent .loginContent .cardContainer .card-bg {
        display: none;
    }

    #MAIN .inner .innerContent .detailM,
    #MAIN .inner .innerContent .eventContent .rewardContent .card-bgM,
    #MAIN .inner .innerContent .eventContent .rewardContent .title-rewardM,
    #MAIN .inner .innerContent .eventContent .loginContent .cardContainer .txt,
    #MAIN .inner .innerContent .eventContent .loginContent .cardContainer .poring {
        display: block;
    }

    #MAIN .inner .innerContent .eventContent .rewardContent .items {
        top: 34%;
        gap: 10px;
    }

    #MAIN .inner .innerContent .eventContent .rewardContent .rewards {
        width: 39%;
    }

    #MAIN .inner .innerContent .eventContent .loginContent {
        margin-bottom: 0%;
    }

    #MAIN .inner .innerContent .eventContent .loginContent .cardContainer .txt {
        position: absolute;
        margin-top: -13%;
        z-index: 2;
    }

    #MAIN .inner .innerContent .eventContent .loginContent .cardContainer .poring {
        position: relative;
        width: 59%;
        left: 50%;
        transform: translate(-50%, 10%);
    }

    #MAIN .inner .innerContent .eventContent .loginContent .cardContainer .btn-login {
        top: 91%;
    }
}

@media screen and (max-width: 425px) {
    #MAIN .inner .innerContent {
        gap: 17px;
    }
}

/* ------------------------------------------------- SWAL --------------------------------------------------- */

.modal-pop {
    max-width: 885px !important;
}

.modal-pop-reward {
    max-width: 1583px !important;
}

.modal-content {
    overflow: hidden;
}

#POPLOGIN .modal-content {
    width: 885px;
    height: 542px;
    background: url(../images/roz/content/login/login.png) center / 100% 100% no-repeat;
    border: none;
    background-color: transparent;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.164));
}

#POPLOGIN .modal-body {
    padding: 200px 134px 54px;
}

#POPLOGINMOBILE {
    display: none;
}

#POPLOGINMOBILE .modal-content {
    width: 885px;
    height: 542px;
    background: url(../images/roz/content/login/mobile/login.png) center / 100% 100% no-repeat;
    border: none;
    background-color: transparent;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.164));
}

#POPLOGINMOBILE .modal-body {
    padding: 200px 134px 54px;
}

#POPREWARD {
    padding-left: 15px;
    padding-right: 15px;
}

#POPREWARD .modal-content {
    width: 80vw;
    background: url(../images/roz/content/reward/detail/card.png) center / 100% 100% no-repeat;
    border: none;
    background-color: transparent;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.164));
}

#POPREWARD .modal-dialog .poring {
    position: absolute;
    margin: 43% -4% 0% 0%;
    right: 0;
    width: 14%;
    z-index: 2;
    animation: poringBounce 4s ease-in-out infinite;
    pointer-events: none;
}

#POPREWARD .modal-body {
    padding: 200px 134px 54px;
}


#POPREWARD .inner {
    top: 0;
    width: 100%;
    padding: 5%;
    overflow: hidden;
}

#POPREWARD .inner:last-of-type {
    margin-bottom: 0px;
}

#POPREWARD .inner .innerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 5%;
    margin-bottom: 2%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    gap: 38px;
}

#POPREWARD .inner .innerContent .itemContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
}

#POPREWARD .inner .innerContent .itemContent .itemReward {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
}

#POPREWARD .inner .innerContent .itemContent .itemReward .cardContainer {
    position: relative;
    display: inline-block;
    width: 100%;
}

#POPREWARD .inner .innerContent .itemContent .itemReward .cardContainer .gif {
    position: absolute;
    top: 6%;
    left: 9%;
    width: 84%;
    z-index: 2;
}

#POPREWARD .inner .innerContent .itemContent .itemReward .cardContainer .card-bg1 {
    position: relative;
    width: 27vw;
}

#POPREWARD .inner .innerContent .itemContent .itemReward .card-bg2 {
    position: relative;
    width: 59vw;
}

#POPREWARDMOBILE {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

#POPREWARDMOBILE .modal-content {
    width: 90vw;
    max-width: 420px;
    height: 79vh;
    background: url(../images/roz/content/reward/detail/mobile/card-m.png) center / 100% 100% no-repeat;
    background-color: transparent;
    border: none;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .16));
    overflow: hidden;
}

#POPREWARDMOBILE .modal-dialog {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
}

#POPREWARDMOBILE .modal-dialog .poring {
    position: absolute;
    margin: 43% -4% 0% 0%;
    right: 0;
    width: 14%;
    z-index: 2;
    animation: poringBounce 4s ease-in-out infinite;
    pointer-events: none;
}

#POPREWARDMOBILE .modal-body {
    padding: 120px 20px 20px;
}

#POPREWARDMOBILE .inner {
    width: 100%;
    height: 100%;
    padding: 5%;
    box-sizing: border-box;
}

#POPREWARDMOBILE .inner:last-of-type {
    margin-bottom: 0px;
}

#POPREWARDMOBILE .innerContent {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#POPREWARDMOBILE .inner .innerContent .itemContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}

#POPREWARDMOBILE .inner .innerContent .itemContent .itemReward {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    width: 100%;
}

#POPREWARDMOBILE .inner .innerContent .itemContent .itemReward:nth-child(2) {
    max-height: 52vh;
    overflow-y: auto;
    width: 100%;
    padding-top: 10px;
}

#POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .cardContainer {
    position: relative;
    display: inline-block;
    width: 100%;
}

#POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .cardContainer .gif {
    position: absolute;
    top: 6%;
    left: 9%;
    width: 84%;
    z-index: 2;
}

#POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .cardContainer .card-bg1 {
    position: relative;
    width: 27vw;
}

#POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .card-bg2 {
    position: relative;
    width: 59vw;
}

#POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .card-bg2M {
    display: none;
}


.close {
    position: absolute !important;
    top: 5% !important;
    right: 5% !important;
    float: right;
    font-size: 5vw !important;
    font-weight: 700;
    line-height: 1;
    color: #011362 !important;
    text-shadow: 0 4px 0 #ffffff !important;
    opacity: .7 !important;
    z-index: 9999 !important;
}

.modal.fade.show {
    display: flex !important;
}

.modal.fade.show .modal-dialog {
    animation: modalBounce .45s ease;
}

@media screen and (min-width:2560px) {
    #MAIN .inner .innerContent .eventContent {
        margin-top: 2%;
    }
}

@media screen and (max-width: 768px) {
    #POPLOGINMOBILE .modal-content {
        width: 100%;
        aspect-ratio: 1027 / 1367;
        max-height: 90vh;
        height: auto;

        background: url(../images/roz/content/login/mobile/login.png) center center / 100% 100% no-repeat;

        border: none;
        background-color: transparent;
    }

    #POPLOGINMOBILE .modal-body {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    #POPLOGINMOBILE .modal-dialog {
        width: 90vw;
        max-width: 420px;
        margin: auto;
    }

    #POPLOGINMOBILE .form-group {
        margin-bottom: 22px;
    }

    #POPLOGINMOBILE .login-label {
        font-size: 18px;
        font-weight: 700;
        color: #4d5bd5;
        text-align: center;
        margin-bottom: 8px;
        display: block;
        width: 100%;
    }

    #POPLOGINMOBILE .col-3,
    #POPLOGINMOBILE .col-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #POPLOGINMOBILE .input-form {
        width: 100%;
        height: 42px;
        border-radius: 5px;
    }

    #POPLOGINMOBILE .form-submit {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        background: transparent;
        border: 0;
    }

    #POPLOGINMOBILE .btn-submit {
        width: 145px;
        height: auto;
    }

    #POPLOGINMOBILE form {
        position: absolute;
        top: 23vw;
        left: 50%;
        transform: translateX(-50%);
        width: 78%;
    }

    .form-submit {
        width: auto !important;
    }

    #POPREWARDMOBILE .modal-dialog {
        width: auto;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent {
        flex-direction: column;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .cardContainer .card-bg1 {
        width: 70%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .cardContainer .gif {
        width: 56%;
        left: 50%;
        transform: translate(-50%, 1%);
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .card-bg2 {
        display: none;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .card-bg2M {
        display: block;
        position: relative;
        width: 59vw;
    }

    #POPREWARDMOBILE .modal-body {
        padding: 100px 20px 40px;
    }

    #POPREWARDMOBILE .inner .innerContent {
        min-height: 60vh;
        margin-top: 8%;
    }

    #POPREWARDMOBILE .modal-dialog .poring {
        margin: -32% -16% 3% 0%;
        right: 0;
        width: 33%;
        animation: poringBounce 4s ease-in-out infinite;
        pointer-events: none;
    }

    .close {
        font-size: 10vw !important;
    }
}

@media screen and (max-width: 768px) {

    #POPREWARDMOBILE .modal-dialog {
        width: auto;
        max-width: 90vw;
        margin: 0 auto;
    }

    #POPREWARDMOBILE .inner {
        height: calc(95vh - 40px);
        overflow: hidden;
        padding: 5%;
        box-sizing: border-box;
    }

    #POPREWARDMOBILE .inner .innerContent {
        height: 100%;
        margin-top: 8%;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

    /* Reward 1 */
    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward:first-child {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        margin-bottom: 15px;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .cardContainer {
        width: fit-content;
        position: relative;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .cardContainer .card-bg1 {
        width: 70%;
        max-width: 378px;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward .cardContainer .gif {
        position: absolute;
        top: 6%;
        left: 50%;
        transform: translateX(-50%);
        width: 56%;
    }

    /* Reward 2 */
    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward:nth-child(2) {
        width: 100%;
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward:nth-child(2) .card-bg2 {
        display: none;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward:nth-child(2) .card-bg2M {
        display: block;
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 0 auto;
        flex-shrink: 0;
    }

    #POPREWARDMOBILE .modal-body {
        padding: 100px 20px 40px;
    }

    /* Optional scrollbar */
    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward:nth-child(2)::-webkit-scrollbar {
        width: 4px;
    }

    #POPREWARDMOBILE .inner .innerContent .itemContent .itemReward:nth-child(2)::-webkit-scrollbar-thumb {
        background: rgba(69, 94, 131, 0.521);
        border-radius: 20px;
    }
}

#LOGINFORM {
    width: 100%;
    margin: 0 auto;
}

.footer-text.mt-3.text-center {
    font-size: 14px;
    background: #7785d5;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 13px;
}

.login-label {
    color: #5e67d7;
    font-weight: bold;
    text-align: right;
    font-size: 1rem;
    padding-right: 10px;
}

.input-form {
    height: 42px;
}

.form-submit {
    display: block !important;
    width: 37%;
    margin: 34px auto 0;
    background: #00000000 !important;
}

.btn-submit {
    transition: transform 0.6s ease, filter 0.9s ease;
}

.btn-submit:hover {
    transform: scale(1.06);
    filter: drop-shadow(2px 0px 9px #447ed5);
}

/* ------------------------------------------------- SWAL --------------------------------------------------- */
.swal-custom {
    background: url("../images/roz/swal.png") no-repeat !important;
    width: 572px !important;
    height: 100% !important;
    padding: 4.5% !important;
    top: 100% !important;
    font-family: 'Candara' !important;
}

.sweet-alert h2 {
    color: #2f3454 !important;
}

.sweet-alert button {
    background: linear-gradient(90deg,
            #31B7E8 0%,
            #57D9D5 45%,
            #82EA8B 100%) !important;
    border: 2px solid #9AEF9B !important;
    border-radius: 999px !important;
    font-weight: 1000 !important;
    padding: 10px 57px !important;
}

.sweet-alert button:hover {
    background-color: #f596ae;
}

@media screen and (max-width: 768px) {
    .swal-custom {
        background-image: none !important;
        background-color: #cfedfff5 !important;
        top: revert-rule !important;
        width: 478px !important;
        height: auto !important;
        top: 61% !important;
    }
}

@media screen and (max-width: 500px) {
    .swal-custom {
        width: auto !important;
        height: auto !important;
    }
}

/* ------------------------------------------------- FOOTER --------------------------------------------------- */

footer {
    background: #000000;
    background-size: cover;
    border-top: 3px solid #fbd760;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.row-logo {
    padding-top: 1%;
    margin-bottom: 0.5%;
}

.sosmed {
    font-size: 1.7vw;
}

.sosmed a {
    color: white;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.sosmed a:hover {
    color: #fbd760;
}

.logo-footer {
    width: 10%;
    margin-bottom: 1%;
}

.text-footer {
    font-size: 1vw;
    color: white;
    margin-bottom: 1%;
}

.ggl-info {
    color: white;
    margin-top: 1%;
}

.mobile-break {
    display: none;
}

@media screen and (max-width: 767px) {

    .sosmed {
        font-size: 4vw;
    }

    .footer-logo {
        width: 30%;
        margin-top: 2%;
    }

    .logo-footer {
        width: 20%;
    }

    .text-footer {
        font-size: 2vw;
    }

    .ggl-info {
        font-size: 3.4vw;
        margin-top: 3%;
    }

    .mobile-break {
        display: inline;
    }
}
