@import url('https://www.lytogame.com/css/?family=Arial%20Rounded%20MT');
@import url('https://www.lytogame.com/css/?family=Gotham%20Rounded');
@import url('https://www.lytogame.com/css/?family=Poppins');
@import url('https://www.lytogame.com/css/?family=Trajan%20Pro');
@import url('https://www.lytogame.com/css/?family=Roboto');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #080c18;
    font-family: 'Poppins';
}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    outline-offset: -2px;
}

strong,
b {
    font-family: 'Poppins Bold';
}

:focus {
    outline: 0;
    outline-offset: -2px;
}

.btn {
    outline: 0;
    outline-offset: -2px;
    border-radius: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline-offset: -2px;
}

/*@media (min-width: 1600px) {
  .container {
    width: 1330px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1540px;
  }
}*/
@media (min-width: 1200px) {
    .container {
        width: 81.25vw;
    }

    #lyto-tab-platform .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 81.25vw;
    }

    #lyto-tab-platform .container {
        width: 1170px;
    }
}

@media(max-width: 768px) {
    body {
        /* margin-top: 70px; */
        padding-top: 70px;
    }
}

/*=================================================================== ANI ==================================================================*/
/* Shrink */
.hov-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hov-shrink:hover,
.hov-shrink:focus,
.hov-shrink:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

/* Shrink*/

/* Rotate */
.hov-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hov-rotate:hover,
.hov-rotate:focus,
.hov-rotate:active {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

.ease {
    transition: all 0.2s ease-in;
}

.ease:hover,
.ease:focus {
    transition: all 0.2s ease-out;
}

.lyto-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.lyto-animated.infinite {
    animation-iteration-count: infinite;
}

@keyframes lyto-pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.lyto-pulse {
    animation-name: lyto-pulse;
}

/*======================================================================== END ANI =====================================================================*/

/*===================================================================== MAIN MENU ======================================================================*/
.lyto-bgmainmenu {
    background: #000;
    height: 59px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

ul#lyto-listmainmenu {
    margin: 0 auto;
    position: relative;
    /* width: 700px; */
    width: 290px;
}

ul#lyto-listmainmenu li {
    float: left;
    display: inline;
    margin-top: 4px;
    text-align: center;
    overflow: hidden;
    /* border-right: 1px solid #4f8faa; */
    border-right: 1px solid #b071b9
}

ul#lyto-listmainmenu li:first-child {
    border-left: 1px solid #b071b9;
}

ul#lyto-listmainmenu li a {
    float: left;
    display: inline;
}

ul#lyto-listmainmenu li a span {
    display: none;
}

ul#lyto-listmainmenu li a#lyto-btnweb {
    background: url(../images/layout/mainmenu/btnwebnew_h.png);
    height: 51px;
    width: 194px;
    filter: hue-rotate(255deg);
}

ul#lyto-listmainmenu li a#lyto-btnweb:hover,
ul#lyto-listmainmenu li.selected a#lyto-btnweb {
    background: url(../images/layout/mainmenu/btnwebnew_h.png);
    height: 51px;
    width: 194px;
    filter: hue-rotate(255deg);
}

ul#lyto-listmainmenu li a#lyto-btnregis {
    background: url(../images/layout/mainmenu/btnregisnew.png);
    height: 51px;
    width: 184px;
    filter: hue-rotate(255deg);
}

ul#lyto-listmainmenu li a#lyto-btnregis:hover,
ul#lyto-listmainmenu li.selected a#lyto-btnregis {
    background: url(../images/layout/mainmenu/btnregisnew_h.png);
    height: 51px;
    width: 184px;
    filter: hue-rotate(255deg);
}

ul#lyto-listmainmenu li a#lyto-btndownload {
    background: url(../images/layout/mainmenu/btndownloadnew.png);
    height: 51px;
    width: 223px;
    filter: hue-rotate(255deg);
}

ul#lyto-listmainmenu li a#lyto-btndownload:hover,
ul#lyto-listmainmenu li.selected a#lyto-btndownload {
    background: url(../images/layout/mainmenu/btndownloadnew_h.png);
    height: 51px;
    width: 223px;
    filter: hue-rotate(255deg);
}

@media(max-width: 768px) {
    .lyto-mainmenu {
        background-color: #080607;
    }

    ul.lyto-listmenu {
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
        list-style-type: none;
        padding-left: 0;
        width: 100%;
    }

    ul.lyto-listmenu li {
        float: left;
        display: inline-table;
        width: 38.33333333%;
        /* border-right: 1px solid #4f8faa; */
        border-right: 1px solid #703c86;
        height: 7vw;
        border-left: 1px solid #703c86;
        margin-left: 27vw;
    }

    ul.lyto-listmenu li img {
        padding: 0 10px 0 5px;
        position: relative;
        filter: hue-rotate(255deg);
        /* top: 7px; */
    }
}

/*================================================================== END MAIN MENU =====================================================================*/
.navbar {
    border-radius: 0;
    font-family: 'Gotham Rounded Medium';
    font-size: 12pt;
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .navbar-toggle {
        position: relative;
        float: left;
        padding: 10px 20px;
        margin-top: 10px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
    }

    .navbar {
        border: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 40px;
        height: 4px;
        border-radius: 0;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 10px;
    }

    .affix~* section {
        top: unset;
    }

    .lyto-navbar-brand {
        color: #fff;
        display: block;
        height: 50px;
        padding: 15px 15px;
        font-size: 11pt;
        line-height: 20px;
        margin: 10px 0 8px;
    }
}

/*==================================================== SECTION 1 ==========================================================*/
.section1 {
    background: url(../images/layout/section1/bg.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 59vw;
    display: block;
    position: relative;
    z-index: 4;
    margin-bottom: -5vw;
}
/* Shadow */
/* Warna */
.shadow-title {
    --glow-color: #b68800;
    animation: glow 1s ease-in-out infinite alternate;
}

/* Glow saja */
@keyframes glow {
    from {
        filter: drop-shadow(0 0 5px var(--glow-color));
    }
    to {
        filter: drop-shadow(0 0 25px var(--glow-color));
    }
}

/* Rotate saja */
@keyframes rotateMoon {
    from {
        transform: rotate(-15deg);
    }
    to {
        transform: rotate(15deg);
    }
}
/* End Shadow */

.section1 .img2 {
    width: 38vw;
    margin-top: 30vw;
}
.lyto-home-video{
    height: 100%;
    width: 100%;
}
@-webkit-keyframes zoom {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}
.down-arrow {
    animation: jumpInfinite 2s infinite;
}

@media(max-width: 768px) {
    .section1 {
        background: url(../images/layout/section1/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 183vw;
        display: block;
        position: relative;
    }
    .section1 .img2 {
        width: 80vw;
        margin-top: 103vw;
    } 
}

/*================================================== END SECTION 1 ========================================================*/

/*==================================================== SECTION 2 ==========================================================*/
.section2 {
    background: url(../images/layout/section2/bg.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 56vw;
    display: block;
    position: relative;
    z-index: 3;
}
.btn-buy {
    width: 18vw;
    position: relative;
    top: 1vw;
    left: 31vw;
    filter: hue-rotate(302deg);
    transition: 0.8s;
}
.btn-buy:hover {
    filter: grayscale(1);
    transition: 0.8s;
}
.img-flash{
    width: 50vw;
    margin-top: 22vw;
}

@media(max-width: 768px) {
    .section2 {
        background: url(../images/layout/section2/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 194vw;
        display: block;
        position: relative;
        margin-top: -15vw;
    }
    .img-flash {
        width: 70vw;
        margin-top: 60vw;
    }
    .btn-buy {
        width: 100%;
        position: relative;
        top: 5vw;
        left: 0vw;
        padding: 0vw 20vw;
    }
}

/*================================================== END SECTION 2 ========================================================*/

/*==================================================== SECTION 3 ==========================================================*/
.section3 {
    background: url(../images/layout/section3/bg.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 56vw;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -5vw;
}

.section3 .container {
    display: flex;
    width: 100%;
    height: 50vw;
}

.section3 .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: unset !important;
    cursor: default;
    background-color: unset !important;
    border: unset !important;
    border-bottom-color: unset !important;
}

.section3 .nav-tabs {
    border-bottom: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0vw 0vw 0vw 2vw;
    z-index: 2;
}

.section3 .nav>li>a:hover,
.section3 .nav>li>a:focus {
    text-decoration: none;
    background-color: unset !important;
    border-color: transparent !important;
}

.section3 .nav>li>a>img {
    filter: grayscale(1);
    width: 7vw;
}

.section3 .nav>li.active>a>img {
    filter: grayscale(0);
}

#sec3-aoi,
#sec3-luna,
#sec3-idol,
#sec3-pw {
    right: 10vw;
    position: absolute;
}

.section3 .nav>li>a {
    padding: 1vw 1.3vw;
}

.content-aoi {
    position: relative;
    margin-top: 0vw;
    z-index: 1;
    width: 100vw;
    left: 10vw;
}

.content-luna {
    position: relative;
    margin-top: 0vw;
    z-index: 1;
    width: 100vw;
    left: 10vw;
}

.content-idol {
    position: relative;
    margin-top: 0vw;
    z-index: 1;
    width: 100vw;
    left: 10vw;
}

.content-pw {
    position: relative;
    margin-top: 0vw;
    z-index: 1;
    width: 100vw;
    left: 10vw;
}

/* ===== ZIG-ZAG RAPAT (NO ROTATE) ===== */
.section3 .nav-tabs {
    position: relative;
    width: 12vw;
    height: 30vw;
}

.section3 .nav-tabs > li {
    position: absolute;
}

/* ukuran button */
.section3 .nav>li>a>img {
    width: 7vw;
    display: block;
}

/* posisi zig-zag  */
.section3 .nav-tabs > li:nth-child(1) {
    top: 0;
    left: 0;
}

.section3 .nav-tabs > li:nth-child(2) {
    top: 6.5vw;
    left: 5vw;
}

.section3 .nav-tabs > li:nth-child(3) {
    top: 13vw;
    left: 0;
}

.section3 .nav-tabs > li:nth-child(4) {
    top: 19.5vw;
    left: 5vw;
}

/* ===== BASE TRANSITION ===== */
.section3 .nav>li>a {
    position: relative;
    display: inline-block;
    transition: all 0.25s ease;
}

/* gambar */
.section3 .nav>li>a>img {
    transition: all 0.25s ease;
}

@keyframes glowPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
}

/* TAB 1 - KUNING */
.section3 .nav-tabs > li:nth-child(1) a:hover img {
    filter: brightness(1.2) drop-shadow(0 0 10px #ffd700);
}
.section3 .nav-tabs > li:nth-child(1).active a img {
    filter: brightness(1.3) drop-shadow(0 0 14px #ffd700);
}

/* TAB 2 - BIRU */
.section3 .nav-tabs > li:nth-child(2) a:hover img {
    filter: brightness(1.2) drop-shadow(0 0 10px #a855f7);
}
.section3 .nav-tabs > li:nth-child(2).active a img {
    filter: brightness(1.3) drop-shadow(0 0 14px #a855f7);
}

/* TAB 3 - PINK */
.section3 .nav-tabs > li:nth-child(3) a:hover img {
    filter: brightness(1.2) drop-shadow(0 0 10px #ff4dc4);
}
.section3 .nav-tabs > li:nth-child(3).active a img {
    filter: brightness(1.3) drop-shadow(0 0 14px #ff4dc4);
}

/* TAB 4 - UNGU */
.section3 .nav-tabs > li:nth-child(4) a:hover img {
    filter: brightness(1.2) drop-shadow(0 0 10px #00c3ff);
}
.section3 .nav-tabs > li:nth-child(4).active a img {
    filter: brightness(1.3) drop-shadow(0 0 14px #00c3ff);
}

@keyframes flashGlow {
    0% { filter: brightness(1); }
    50% { filter: brightness(1.6); }
    100% { filter: brightness(1); }
}

/* Parent jadi acuan */
.section3 .container {
    position: relative;
}

/* Center vertical */
.section3 .nav-tabs {
    position: absolute;
    top: 60%;
    left: 2vw; /* jarak dari kiri, bisa adjust */
    transform: translateY(-50%);
}

/* Matikan semua kemungkinan outline & shadow */
.section3 .nav-tabs > li > a,
.section3 .nav-tabs > li > a:focus,
.section3 .nav-tabs > li > a:active,
.section3 .nav-tabs > li.active > a,
.section3 .nav-tabs > li.active > a:focus,
.section3 .nav-tabs > li.active > a:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Perbesar semua button */
.section3 .nav>li>a {
    transform: scale(1.2); /* ubah jadi 1.1 / 1.3 sesuai selera */
    transform-origin: center;
}

@media(max-width: 768px) {
    .section3 {
        background: url(../images/layout/section3/mobile/bg.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 186vw;
        display: block;
        position: relative;
        padding-top: 15vw;
        margin-top: -25vw;
    }

    .section3 .container {
        display: flex;
        width: 100%;
        height: 206vw;
        flex-direction: column;
    }

    .section3 .nav-tabs {
        display: flex;
        justify-content: center;
        margin: 0vw 0vw 5vw;
        z-index: 2;
        flex-direction: row;
    }

    .section3 .nav>li>a>img {
        width: 18vw;
    }

    #sec3-aoi,
    #sec3-luna,
    #sec3-idol,
    #sec3-pw {
        right: 0vw;
        position: absolute;
    }

    .content-aoi {
        left: 0vw;
        margin-top: -15vw;
        width: 100%;
        padding: 0vw 0vw;
    }

    .content-idol {
        left: 0vw;
        margin-top: -15vw;
        width: 100%;
        padding: 0vw 0vw;
    }

    .content-pw {
        left: 0vw;
        margin-top: -15vw;
        width: 100%;
        padding: 0vw 0vw;
    }

    .content-luna {
        left: 0vw;
        margin-top: -18vw;
        width: 100%;
        padding: 0vw 0vw;
    }

    .section3 .nav-tabs {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .section3 .nav-tabs > li {
        position: relative;
        top: unset;
        left: unset;
    }

    .section3 .nav>li>a>img {
        width: 18vw;
    }
     .section3 .nav-tabs {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        margin: 0 auto 5vw;
    }

    .section3 .nav-tabs > li {
        position: unset;
    }

    /* posisi zig-zag  */
    .section3 .nav-tabs > li:nth-child(1) {
        top: unset;
        left: unset;
    }

    .section3 .nav-tabs > li:nth-child(2) {
        top: unset;
        left: unset;
    }

    .section3 .nav-tabs > li:nth-child(3) {
        top: unset;
        left: unset;
    }

    .section3 .nav-tabs > li:nth-child(4) {
        top: unset;
        left: unset;
    }

    /* ===== BASE TRANSITION ===== */
    .section3 .nav>li>a {
        position: unset;
        display: unset;
        transition: all 0.25s ease;
    }

    /* gambar */
    .section3 .nav>li>a>img {
        transition: all 0.25s ease;
    }
}

/*================================================== END SECTION 3 ========================================================*/

/*==================================================== SECTION 4 ==========================================================*/
.section4 {
    background: url(../images/layout/section4/bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 55vw;
    display: block;
    position: relative;
    margin-top: -5vw;
    z-index: 1;
}
.section-stars {
  overflow: hidden;
}

.section-stars .star {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: twinkle infinite alternate;
  pointer-events: none;
  z-index: 1; /* pastikan paling atas */
}
@keyframes twinkle {
  0% { opacity: 0.2; transform: scale(0.5); }
  50% { opacity: 1; transform: scale(1.2); }
  100% { opacity: 0.2; transform: scale(0.8); }
}
.shadow-title-2 {
    --glow-color: #212529;
    animation: glow 1.5s ease-in-out infinite alternate;
}
.title-sec4{
    width: 28vw;
    margin-top: 8vw;
}
.section4 .container {
    display: flex;
    width: 100%;
    height: auto;
    /* height: 46vw; */
}
.section4 .nav>li>a>img {
    filter: grayscale(1);
    width: 7vw;
}
.section4 .nav>li.active>a>img {
    filter: grayscale(0);
}
.section4 .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: unset !important;
    cursor: default;
    background-color: unset !important;
    border: unset !important;
    border-bottom-color: unset !important;
}
.section4 .nav-tabs {
    border-bottom: unset !important;
    display: grid;
    justify-content: center;
    /* margin: 5vw 0vw 0vw 53vw; */
    align-items: baseline;
    z-index: 1;
    right: 10vw;
    position: absolute;
    top: 19vw;
}
.section4 .nav>li>a:hover,
.section4 .nav>li>a:focus {
    text-decoration: none;
    background-color: unset !important;
    border-color: transparent !important;
}
.section4 .nav>li>a>img {
    width: 8.5vw;
}
#iframeHome {
    position: absolute;
    /* top: 3vw;
    left: 8vw; */
    top: 8vw;
    right: 27vw;
    width: 50%;
    height: 100%;
    z-index: 0;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: 28vw 5vw !important;
}
.btn-leader {
    background: url(../images/layout/section4/btn-leaderboard.png) no-repeat center top;
    background-size: 100%;
    width: 14vw;
    height: 4vw;
    margin-top: 41vw;
    border: unset;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 12vw;

    &:hover {
        transition: 0.5s;
        filter: grayscale(1);
    }
}
table {
    border-collapse: collapse;
    width: 60%;
    margin: 30px auto;
}

th,
td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    text-align: center;
}

th {
    background-color: #343a40;
    color: white;
}

h2 {
    text-align: center;
    color: #333;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

@media(max-width: 768px) {
    .section4 {
        background: url(../images/layout/section4/mobile/bg.jpg) no-repeat center top;
        background-size: cover;
        width: 100%;
        height: 235vw;
        display: block;
        position: relative;
    }
    .btn-leader {
        background: url(../images/layout/section4/btn-leaderboard.png) no-repeat center top;
        background-size: contain;
        width: 100%;
        height: 8vw;
        /* margin-top: 81vw; */
        margin-top: 77vw;
        z-index: 1;
        position: absolute;
        margin-left: 0px;
    }
    .title-sec4 {
        width: 78vw;
        margin-top: 32vw;
    }
    .section4 .container {
        height: 25vw;
        flex-direction: column-reverse;
    }
    .section4 .nav>li>a>img {
        width: 23vw;
    }
    #sec4-aoi,
    #sec4-luna,
    #sec4-idol,
    #sec4-pw {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        /* 16:9 Aspect Ratio */
        height: 0;
    }
    #iframeHome {
        width: 92vw;
        height: 205vw;
        top: 75vw;
        right: 0vw;
        /* pointer-events: none; */
        /* height: 135vw; */
    }
    .section4 .nav-tabs {
        border-bottom: unset !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*
        align-items: baseline;
        z-index: 2;
        top: 40vw; */
        left: 0vw;
        /* margin: 38vw 0vw 0vw 0vw;
        align-items: baseline;
        z-index: 1;
        top: 0vw;
        position: relative; */
        margin: 0vw 0vw 0vw 0vw;
        align-items: baseline;
        z-index: 1;
        top: 0vw;
        position: relative;
    }
    /* .section4 .tab-content .tab-pane #iframeHome {
        pointer-events: none;
    }
    .section4 .tab-content .tab-pane.active #iframeHome {
        pointer-events: auto;
    } */
    .section4 .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 6px;
    }
}

/*================================================== END SECTION 4 ========================================================*/

/*==================================================== SECTION 5 ==========================================================*/
.section5 {
    background: url(../images/layout/section5/bg.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 44vw;
    display: block;
    position: relative;
    transition: width 0.75s ease, height 0.75s ease;
}
.socmed{
    padding: 2vw 25vw;
}
.socmed img{
    width: 100%;
    margin-top: 27vw;
    padding: 2vw 0.7vw;
}
.socmed img:hover {
    filter: hue-rotate(45deg);
    transition: 0.5s;
}
.btn-web img {
    width: 19%;
    padding: 2vw 2vw;
    margin-top: -4vw;
    filter: drop-shadow(2px 4px 6px black);
}

@media(max-width: 768px) {
    .section5 {
        background: url(../images/layout/section5/mobile/bg.jpg) no-repeat center top;
        background-size: 100%;
        width: 100%;
        height: 108vw;
        display: block;
        position: relative;
    }
    .socmed{
        padding: 45vw 12vw 2vw 12vw;
    }  
    .socmed img {
        width: 100%;
        margin-top: 29vw;
        padding: 2vw 0.2vw;
    }
    .btn-web img {
        width: 35%;
        padding: 3vw 2vw;
        margin-top: -2vw;
        filter: drop-shadow(2px 4px 6px black);
    }
}
/*==================================================== END SECTION 5 ==========================================================*/

/*==================================================== FOOTER ==========================================================*/
.footer {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    margin-top: 0vw;
    z-index: 9;
    /* background-image: url(../images/layout/footer/bg.jpg); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    height: 8vw;
    align-items: center;
}

.btn-socmed {
    margin: 0;
    display: flex;
    justify-content: center;
    column-gap: 1vw;
}

@media(max-width: 768px) {
    .footer {
        position: relative;
        /* background-image: url('../images/layout/footer/mobile/bg.jpg'); */
        background-repeat: no-repeat;
        background-position: top center;
        height: 21vw;
        flex-wrap: wrap;
    }

    .footer div:first-child {
        width: 45%;
    }

    .footer div:last-child {
        width: 60%;
    }

    .footer>div img {
        width: 100%;
    }

    .btn-socmed {
        justify-content: center;
        align-items: center;
        column-gap: 3vw;
    }
}

/*==================================================== FOOTER ==========================================================*/