/* GLOBAL */
body {
    background-color: #182435;
}

/* FLOATING */
.gb-bullet-floating-login {
    display: none;
    opacity: 0;
    position: fixed;
    top: 2%;
    left: 1%;
    z-index: 9999;
    width: 12%;
    transition: opacity 0.4s ease;
}

.gb-bullet-floating-login.visible {
    display: block !important;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .gb-bullet-floating-login,
    .gb-bullet-floating-login.visible {
        display: none !important;
    }

    .gb-bullet-sc-1-floating {
        width: 28vw !important;
    }
}

.gb-bullet-sc-1-floating {
    position: absolute;
    left: 2%;
    top: 1%;
    width: 12vw;
    z-index: 1;
}
/* END GLOBAL */

/* SECTION 1 */
.gb-pirates-sc-1 {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url(../../images/event/piratesoflounds/EN/sc1/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;

    gap: 0.8vw;
    padding-bottom: 6.2vw;
}

.gb-pirates-sc-1-logo {
    position: relative;
    z-index: 3;;
    display: block;
    width: 10vw;
}

.gb-pirates-sc-1-schedule {
    position: relative;
    z-index: 3;;
    display: block;
    width: 27vw;
    margin-bottom: -1.9vw;
}

.gb-pirates-sc-1-desc {
    position: relative;
    z-index: 3;;
    display: block;
    width: 48vw;
}

.gb-solar-sc-1-buttons {
    position: relative;
    z-index: 3;;
    display: flex;
    justify-content: center;
    gap: 2vw;
}

.gb-solar-sc-1-buttons > a > img {
    display: block;
    width: 15vw;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fog {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(20px);
}

.gb-pirates-sc-1-title {
    position: relative;
    z-index: 3;;
    display: block;
    width: 49vw;
    margin-bottom: -2%;
    margin-top: -1.4%;
}

.gb-pirates-sc-1-title-mobile {
    position: relative;
    z-index: 3;;
    display: none;
}

.gb-pirates-sc-1-desc-mobile {
    position: relative;
    z-index: 3;;
    display: none;
}

.gb-rtg-sc-1-txt-login {
    position: relative;
    z-index: 2;
    font-family: 'Anton Regular';
    font-size: 2.6rem;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0px -4px #ffffff;
    color: transparent;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1.1vw;
    background: #00000042;
    border-radius: 2vw;
    padding: 1vw 2.5vw;
    text-shadow: 0 0 #ffffffd4;
}

@media(max-width: 768px) {
    .gb-solar-sc-1-buttons {
        flex-direction: column;
        z-index: 2;
    }

    .gb-solar-sc-1-buttons > a > img {
        width: 55vw;
    }

    .gb-pirates-sc-1-title {
        display: none;
    }

    .gb-pirates-sc-1-title-mobile {
        display: block;
        width: 90vw;
    }

    .gb-pirates-sc-1-logo {
        width: 34vw;
    }

    .gb-pirates-sc-1-schedule {
        width: 88vw;
        margin-bottom: -6.9vw;
    }

    .gb-pirates-sc-1-desc {
        display: none;
    }

    .gb-pirates-sc-1-desc-mobile {
        display: block;
        width: 90vw;
    }

    .gb-pirates-sc-1 {
        background: url(../../images/event/piratesoflounds/EN/sc1/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;
        gap: 0.8vw;
        padding-top: 5vw;
        padding-bottom: 12.2vw;
    }
    
    .gb-rtg-sc-1-txt-login {
        margin-top: 3.1vw;
        border-radius: 2vw;
        padding: 1vw 0.5vw;
        font-size: 6.5vw;
        width: 90%;
    }
}
/* END SECTION 1 */

/* SECTION 2 */
.gb-pirates-sc-2 {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url(../../images/event/piratesoflounds/EN/sc2/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;

    gap: 1.3vw;
    padding: 7vw 0;
    padding-bottom: 10.2vw;
}

.gb-pirates-sc-2-rewards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3vw;
}

.gb-pirates-sc-2-title {
    position: relative;
    z-index: 3;
    display: block;
    width: 53vw;
    margin-bottom: -2.7vw;
}

.gb-pirates-sc-2-desc {
    position: relative;
    z-index: 3;
    display: block;
    width: 58vw;
}

.gb-pirates-sc-2-rewards-item {
    position: relative;
}

.gb-pirates-sc-2-rewards-item-img {
    position: relative;
    z-index: 3;
    display: block;
    width: 12vw;
}

.gb-prophet-sc-2-info {
    position: relative;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6vw;
}

.gb-vl2026-sc-3-point-container {
    position: relative;
    margin-top: 1.2vw;
}

.gb-vl2026-sc-3-point-container-text {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 56.9%;
    font-family: 'IndustryTest-Ultra';
    transform: translate(-50%, -76%);
    color: white;
    font-size: 1.2vw;
    white-space: nowrap;
    text-shadow: 0 0 8.4px black;
    text-align: center;
}

.gb-vl2026-sc-3-point-banner {
    display: block;
    width: 24vw;
}

.gb-pirates-ach-sc-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 46%;
}

.gb-pirates-sc-2-title-mobile {
    display: none;
}

.gb-pirates-sc-2-desc-mobile {
    display: none;
}

@media(max-width: 768px) {
    .gb-prophet-sc-2-info {
        flex-direction: column;
    }
    
    .gb-vl2026-sc-3-point-container-text {
        font-size: 3.2vw;
    }

    .gb-vl2026-sc-3-point-banner {
        width: 64.8vw;
    }

    .gb-pirates-sc-2-title {
        display: none;
    }

    .gb-pirates-sc-2-desc {
        display: none;
    }

    .gb-pirates-sc-2-title-mobile {
        display: block;
        width: 90vw;
    }

    .gb-pirates-sc-2-desc-mobile {
        display: block;
        width: 91vw;
    }

    .gb-pirates-sc-2-rewards-item-img {
        width: 30vw;
    }

    .gb-pirates-sc-2-rewards {
        flex-wrap: wrap;
        gap: 4vw;
    }

    .gb-pirates-sc-2 {
        background: url(../../images/event/piratesoflounds/EN/sc2/bg-mobile.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;
        gap: 1.3vw;
        padding: 19vw 0;
        padding-bottom: 20.2vw;
        margin-bottom: -10vw;
    }

    .gb-pirates-ach-sc-2 {
        width: 57%;
    }
}
/* END SECTION 2 */

/* SECTION 3 */
.gb-pirates-sc-3 {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url(../../images/event/piratesoflounds/EN/sc3/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;

    gap: 2.5vw;
    padding: 7vw 0;
    margin-top: -7vw;
}

.gb-pirates-sc-3-title {
    display: block;
    width: 52vw;
}

.gb-pirates-sc-3-desc {
    display: block;
    width: 52vw;
}

.gb-pirates-sc-3-main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}

.gb-pirates-sc-3-map-wrapper {
    position: relative;
}

.gb-pirates-sc-3-no-1 {
    position: absolute;
    left: 3.3%;
    top: 10%;
}

.gb-pirates-sc-3-no-2 {
    position: absolute;
    top: 5%;
    right: 4.4%;
}

.gb-pirates-sc-3-no-3 {
    position: absolute;
    top: 77%;
    left: 4%;
}

.gb-pirates-sc-3-no-4 {
    position: absolute;
    top: 73%;
    right: 3.1%;
}

.gb-pirates-sc-3-map {
    display: block;
    width: 41vw;
}

.gb-pirates-sc-3-no-1,
.gb-pirates-sc-3-no-2,
.gb-pirates-sc-3-no-3,
.gb-pirates-sc-3-no-4 {
    z-index: 3;

    display: block;
    width: 4vw;
}

.gb-pirates-sc-3-piece-1 {
    position: absolute;
    top: 3.2%;
    left: 0.8%;
    width: 49%;
    filter: grayscale(4.5);
}

.gb-pirates-sc-3-piece-2 {
    position: absolute;
    top: 1%;
    left: 48.8%;
    width: 49.5%;
    filter: grayscale(4.5);
}

.gb-pirates-sc-3-piece-3 {
    position: absolute;
    left: 1.1%;
    top: 48.2%;
    width: 50.1%;
    filter: grayscale(4.5);
}

.gb-pirates-sc-3-piece-4 {
    position: absolute;
    top: 45.6%;
    width: 49.5%;
    right: 1%;
    filter: grayscale(4.5);
}

.gb-pirates-sc-3-mission {
    display: block;
    width: 28vw;
}

.gb-pirates-sc-3-reward {
    display: block;
    width: 100%;
    z-index: 2;
}

.gb-pirates-sc-3-mission-wrapper {
    position: relative;
}

.gb-pirates-sc-3-progress-1 {
    position: absolute;
    color: #ffffff;
    font-size: 1.1vw;
    font-weight: bold;
    top: 6.5%;
    right: 16.8%;
    font-family: 'Arial';
}

.gb-pirates-sc-3-progress-2 {
    position: absolute;
    color: #ffffff;
    font-size: 1.1vw;
    font-weight: bold;
    top: 30.9%;
    right: 12.3%;
    font-family: 'Arial';
}

.gb-pirates-sc-3-progress-3 {
    position: absolute;
    color: #ffffff;
    font-size: 1.1vw;
    font-weight: bold;
    top: 55%;
    right: 9.8%;
    font-family: 'Arial';
}

.gb-pirates-sc-3-progress-4 {
    position: absolute;
    color: #ffffff;
    font-size: 1.1vw;
    font-weight: bold;
    top: 79.6%;
    right: 9.8%;
    font-family: 'Arial';
}

.gb-pirates-sc-3-title-mobile {
    display: none;
}

.gb-pirates-sc-3-desc-mobile {
    display: none;
}

.gb-pirates-sc-3-reward-mobile {
    display: none;
}

.gb-pirates-ach-sc-3-1 {
    position: absolute;
    left: 30.3%;
    top: 18%;
    width: 3vw;
}

.gb-pirates-ach-sc-3-2 {
    position: absolute;
    left: 46.9%;
    top: 18%;
    width: 3vw;
}

.gb-pirates-ach-sc-3-3 {
    position: absolute;
    left: 63.1%;
    top: 18%;
    width: 3vw;
}

@media(max-width: 768px) {
    .gb-pirates-sc-3 {
        background: url(../../images/event/piratesoflounds/EN/sc3/bg-mobile.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;
        gap: 5.5vw;
        padding: 15vw 0;
        padding-top: 23vw;
    }

    .gb-pirates-sc-3-title-mobile {
        display: block;
        width: 85vw;
    }

    .gb-pirates-sc-3-desc-mobile {
        display: block;
        width: 90vw;
    }

    .gb-pirates-sc-3-reward-mobile {
        display: block;
        width: 100vw;
    }

    .gb-pirates-sc-3-title {
        display: none;
    }

    .gb-pirates-sc-3-desc {
        display: none;
    }

    .gb-pirates-sc-3-reward {
        display: none;
    }

    .gb-pirates-sc-3-main-content {
        flex-direction: column;
    }

    .gb-pirates-sc-3-map {
        display: block;
        width: 85vw;
    }

    .gb-pirates-sc-3-no-1, .gb-pirates-sc-3-no-2, .gb-pirates-sc-3-no-3, .gb-pirates-sc-3-no-4 {
        width: 8vw;
    }

    .gb-pirates-sc-3-mission {
        width: 87vw;
    }

    .gb-pirates-sc-3-progress-1 {
        font-size: 3.5vw;
    }

    .gb-pirates-sc-3-progress-2 {
        font-size: 3.7vw;
        top: 31%;
        right: 11.5%;
    }

    .gb-pirates-sc-3-progress-3 {
        font-size: 3.7vw;
        top: 55%;
        right: 8.9%;
    }

    .gb-pirates-sc-3-progress-4 {
        font-size: 3.9vw;
        top: 79.6%;
        right: 8.2%;
    }

    .gb-pirates-ach-sc-3-1 {
        position: absolute;
        left: 27.3%;
        top: 29%;
        width: 6vw;
    }

    .gb-pirates-ach-sc-3-2 {
        position: absolute;
        left: 57%;
        top: 29%;
        width: 6vw;
    }

    .gb-pirates-ach-sc-3-3 {
        position: absolute;
        left: 85.7%;
        top: 29%;
        width: 6vw;
    }

}
/* END SECTION 3 */

/* SECTION 4 */
.gb-pirates-sc-4 {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url(../../images/event/piratesoflounds/EN/sc4/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;

    gap: 0.9vw;
    padding: 10vw 0;
    padding-bottom: 10vw;
}

.gb-pirates-sc-4-mission {
    position: relative;
}

.gb-pirates-sc-4-mission-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.gb-pirates-sc-4-mission-1 {
    display: block;
    width: 16vw;
}

.gb-pirates-sc-4-complete-all {
    position: relative;
    display: block;
    width: 55vw;
}

.gb-pirates-sc-4-title {
    position: relative;
    display: block;
    width: 41vw;
}

.gb-pirates-sc-4-desc {
    position: relative;
    display: block;
    width: 50vw;
}

.gb-cr-2026-sc-5-cloud {
    position: absolute;
    top: -50%;
    width: 100%;
}

.gb-pirate-sc-4-fog-wrapper {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    height: 100%;
}

.gb-pirates-sc-4-progress {
    top: 85.7%;
}

/* ---------- Fog ---------- */
.fogwrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
#foglayer_01, #foglayer_02, #foglayer_03 {
  top: 0;
  height: 100%;
  position: absolute;
  width: 200%;
  opacity: 0.3 !important;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}
#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}

/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/ 
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("../../images/event/carnival2026/EN/sc4/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("../../images/event/carnival2026/EN/sc4/fog2.png") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-moz-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-o-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-moz-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-o-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-moz-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-o-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@keyframes foglayer_03_opacity {
  0% { opacity: .8; }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
  }

.gb-pirates-sc-4-progress {
    position: absolute;
    top: 85%;
    left: 56%;
    transform: translate(-50%, -50%);
    font-family: 'Arial';
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.5vw;
}

.gb-pirates-sc-4-progress-4 {
    position: absolute;
    top: 85.8%;
    left: 56%;
    transform: translate(-50%, -50%);
    font-family: 'Arial';
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.5vw;
}

.gb-pirates-ach-sc-4-1 {
    position: absolute;
    width: 5.5vw;
    left: 40%;
    top: 28%;
}

.gb-pirates-sc-4-title-mobile {
    display: none;
}

.gb-pirates-sc-4-desc-mobile {
    display: none;
}

@media(max-width: 768px) {
    .gb-pirates-sc-4-title {
        display: none;
    }

    .gb-pirates-sc-4-desc {
        display: none;
    }

    .gb-pirates-sc-4-title-mobile,
    .gb-pirates-sc-4-desc-mobile {
        position: relative;
        display: block;
        z-index: 3;
    }

    .gb-pirates-sc-4-complete-all {
        width: 97vw;
    }

    .gb-pirates-sc-4-mission-wrapper {
        flex-wrap: wrap;
    }


    .gb-pirates-sc-4-mission-1 {
        width: 45vw;
    }

    .gb-pirates-ach-sc-4-1 {
        width: 14.5vw;
    }

    .gb-pirates-sc-4-progress {
        font-size: 4.5vw;
    }

    .gb-pirates-sc-4-title-mobile {
        display: block;
        width: 90vw;
    }

    .gb-pirates-sc-4-desc-mobile {
        display: block;
        width: 90vw;
    }

    .gb-pirates-sc-4 {
        background: url(../../images/event/piratesoflounds/EN/sc4/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        gap: 0.9vw;
        padding: 15vw 0;
        padding-bottom: 10vw;
    }

    .gb-cr-2026-sc-5-cloud {
        position: absolute;
        top: -123px;
        width: 100%;
        opacity: 3;
    }
}
/* END SECTION 4 */

/* SECTION 5 */
.gb-pirates-sc-5 {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: url(../../images/event/piratesoflounds/EN/sc5/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;

    gap: 1.9vw;
    padding: 5vw 0;
    padding-bottom: 5vw;
}

.gb-pirates-sc-5-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
}

.gb-pirates-sc-5-mission-wrapper {
    position: relative;
}

.gb-pirates-sc-5-mission-wrapper:nth-of-type(odd) {
    margin-top: -6vw;
}

.gb-pirates-sc-5-progress {
    position: absolute;
    top: 91.2%;
    left: 49%;
    transform: translate(-50%, -50%);
    font-family: 'Arial';
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.5vw;
}

.gb-pirates-sc-5-title {
    display: block;
    width: 47vw;
}

.gb-pirates-sc-5-desc {
    display: block;
    width: 47vw;
}

.gb-pirates-sc-5-complete-all {
    display: block;
    width: 60vw; 
    margin-top: 2vw;
}

.gb-pirates-ach-sc-5 {
    position: absolute;
    width: 6.9vw;
    top: 36%;
    left: 27.9%;
}

.gb-pirates-sc-5-mission-1 {
    display: block;
    width: 16vw;
}

.gb-pirates-sc-5-title-mobile {
    display: none;
}

.gb-pirates-sc-5-desc-mobile {
    display: none;
}

@media(max-width: 768px) {
    .gb-pirates-sc-5-mission {
        flex-wrap: wrap;
        gap: 3vw;
    }

    .gb-pirates-sc-5-mission-wrapper:nth-of-type(odd) {
        margin-top: unset;
    }

    .gb-pirates-sc-5-mission-1 {
        width: 40vw;
    }

    .gb-pirates-sc-5-progress {
        font-size: 3.5vw;
    }

    .gb-pirates-sc-5-complete-all {
        width: 100vw;
        margin-top: 2vw;
        margin-left: 2vw;
    }

    .gb-pirates-ach-sc-5 {
        width: 18.4vw;
        top: 36%;
        left: 27.9%;
    }

    .gb-pirates-sc-5-title {
        display: none;
    }

    .gb-pirates-sc-5-desc {
        display: none;
    }

    .gb-pirates-sc-5-title-mobile {
        display: block;
        width: 90vw;
    }

    .gb-pirates-sc-5-desc-mobile {
        display: block;
        width: 90vw;
    }

    .gb-pirates-sc-5 {
        background: url(../../images/event/piratesoflounds/EN/sc5/bg-mobile.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;
        gap: 1.9vw;
        padding: 10vw 0;
        padding-bottom: 10vw;
    }
}
/* END SECTION 5 */