/* ===== Google Font Import - Poppins ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
    /* ===== Colors ===== */
    --primary-color: #3A3B3C;
    --panel-color: #242526;
    --text-color: #CCC;
    --black-light-color: #CCC;
    --border-color: #4D4C4C;
    --toggle-color: #FFF;
    --box1-color: #3A3B3C;
    --box2-color: #3A3B3C;
    --box3-color: #3A3B3C;
    --title-icon-color: #CCC;
        
    /* ====== Transition ====== */
    --tran-05: all 0.5s ease;
    --tran-03: all 0.3s ease;
    --tran-02: all 0.2s ease;
}

a:visited, a:active { 
    text-decoration: none; 
    color: #fff; 
}

body {
    min-height: 100vh;
    background: #000;
    color: #000;
    transition: var(--tran-03);
    overflow-y: hidden;
    overflow-x: hidden;
}

.homediv {
    display: flex;
    position: relative; 
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1));
    justify-content: center;
}

.navi {
    top: 0;
    left: 0;
    height: 100vh;
    width: 360px;
    padding: 10px 14px;
    background-color: var(--panel-color);
    border-right: 1px solid var(--border-color);
    transition: var(--tran-05);
}

.navi .logo-name {
    display: flex;
    align-items: center;
    margin: 16px 0 0 0;
    padding: 16px 0 16px 0;
}

.navi .logo-image {
    display: flex;
    justify-content: center;
    min-width: 84px;
    max-width: 84px;
}

.navi .logo-image img {
    width: 100%;
    object-fit: cover;
}

.navi .logo-name .logo_name {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin-left: 14px;
    transition: var(--tran-05);
}

.navi .menu-items {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    justify-content: space-between;
}

.menu-items li {
    list-style: none;
    padding: 16px 0px 16px 16px;
}

.menu-items li img {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
}

.menu-items li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.nav-btn {
    width: 300px;
    height: auto;
}

.movie-btn {
    padding: 5px;
    width: 100%;
    height: auto;
}

.navi-back {
    top: 0;
    left: 0;
    width: 360px;
    height: 100%;
    background: #000;
}

.font-b1 {
    font-size: 24px;
    font-weight: bold;
}

.font-b2 {
    font-size: 20px;
    font-weight: bold;
}

.fcontent {
    flex: 2;
    text-align: center;
}

.fcontent-top {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.fcontent-bottom {
    width: 100%;
    height: 40vh;
    overflow: hidden;
}

.fbanner {
    width: 90%;
    height: auto;
    padding: 3% 0 0 0;
}

.fflex {
    display: flex;
    width: 100%;
}

.fflex-1 {
    flex: 1;
    margin: 30px;
    max-height: 60vh;
    text-align: center;
}

.fflex-2 {
    flex: 2;
    margin: 30px;
    max-height: 40vh;
    text-align: center;
}

.fflex-1 .movievideo {
    width: auto;
    height: 53vh;
    aspect-ratio: 16 / 9;
}

.fflex-2 .movieposter {
    width: auto;
    height: 45vh;
}

.fflex-2 span {
    color: #fff;
    font-size: 13pt;
}

.pelikulab-mobile {
   display: flex; 
   width: 50%; 
   height: 200px; 
   margin: auto; 
   border-radius: 10px; 
   border: 3px dashed #e5ff00; 
}

.movievideo-mobile {
    margin: 20px 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.movieposter-mobile {
    width: 80%;
    height: auto;
}

.swiper-container {
    padding-top: 50px;
    padding-bottom: 0px;
}

.pad-top-16 {
    padding-top: 16px;
}

.carousel {
    text-align: center;
}

.carousel img{
    width: 225px;
    margin: 0 16px;
    background-color: #f1eae9;
}

.slide .content span{
    font-size: 1.5rem;
    line-height: 2;
    color: var(--text-color);
}

.flickity-page-dots {
    display: none;
}

.vaxcert-page {
    position: relative;
    width: auto;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        url('assets/images/vaxcert_bg.jpg');
    background-repeat: no-repeat, repeat;
    background-position: center;
}

.vaxcert-card {
    position: absolute;
    width: 45%;
    min-height: 40vh;
    margin: 2.5rem;
    padding: 2.5rem;
    color: #fff;
    text-shadow: 3px 3px #000000;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
    box-shadow: 4px 8px 12px 4px rgba(0,0,0,0.2);
}

.card-1 {
    top: 0;
    left: 0;
    text-align: left;
}

.card-2 {
    bottom: 0;
    right: 0;
    text-align: left;
}

.card-2 ul li {
    margin-left: 3rem;
}

.vaxcert-btn {
    display: inline-block;
    margin: 1.5rem;
    padding: 8px 15px;
    background: #2baa04;
    color: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;


    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2); 

    /* Font styles */
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.7);
    font-weight: bold;
}

.vaxcert-btn:hover {
    background: #6df851;
    color: #000000;
}

.vaxcert-qr {
    margin-top: 10px;
    width: 100px;
    height: auto;
}

.landbank-page {
    width: auto;
    height: 100%;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)),
        url('assets/images/landbank_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.landbank-div {
    padding: 0;
}

.main-carousel {
    width: auto;
    height: 648px;
}

.carousel-cell {
    width: 100%;
    height: 648px;
    color: #fff;
    text-align: center;
}

.carousel-cell img {
    width: 1152px;
    height: 648px;
}

.landbank-step {
    right: 0;
    margin: 30px;
    max-width: 800px;
    text-align: center;
}

.landbank-step img {
    width: 800px;
    height: 450px;
}

.landbank-step h5, h4, h3, h2, h1 {
    color: #fff;
}

.btn-container {
    width: 100%;
    margin: auto;
    text-align: center;
}

.btn {
    min-width: 360px;
    padding: 20px 30px;
    cursor: pointer;
    margin: 20px auto;
    text-align: center;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 500;
    background-size: 300% 100%;
    border-radius: 3rem;
    transition: all 0.4s ease-in-out;
}

.btn-landbank {
    color: #fff;
    background-image: linear-gradient(
      to right,
      #08a303,
      #1d9200,
      #0be44c,
      #3dd82f
    );
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
}

.btn-landbank:hover {
    background-position: 100% 0;
    color: #000;
    transform: translatey(-0.3rem);
}

.btn-enginstruct {
    color: #000;
    background-image: linear-gradient(
      to right,
      #fae100,
      #eeff04,
      #ffbb00c9,
      #ff9900
    );
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
}

.btn-enginstruct:hover {
    background-position: 100% 0;
    color: #fff;
    transform: translatey(-0.3rem);
}

.disabled {
    pointer-events: none;
}

.text-center {
    text-align: center;
}

footer {
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(#8e1f97, #4f0a53);
}

.media-icons a {
    color: #ddd;
    font-size: 16px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    border: 2px solid #aaa;
    margin: 10px 5px;
    overflow-y: hidden;
}

.media-icons a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    transition: 0.3s;
}

/* MOBILE VIEW */

.mobileview {
    display: none;
}

.mobile-logo {
    width: 100%;
}

.topnav {
    background-color: #333;
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #d605a2;
    color: white;
}

.topnav .icon {
    display: none;
}

/* RESPONSIVE */

@media (max-width:1600px) {
    
    .navi {
        width: 280px;
        padding: 9px 13px;
    }

    .navi .logo-name {
        margin: 13px 0 0 0;
        padding: 13px 0 13px 0;
    }

    .navi .logo-image {
        min-width: 70px;
        max-width: 70px;
    }

    .navi .logo-image img {
        width: 100%;
    }

    .navi .logo-name .logo_name {
        font-size: 23px;
        margin-left: 12px;
    }

    .navi .menu-items {
        margin-top: 30px;
    }
    
    .menu-items li {
        padding: 13px 0px 13px 7px;
    }
    
    .nav-btn {
        width: 240px;
        height: auto;
    }

    .font-b1 {
        font-size: 22px;
        font-weight: bold;
    }
    
    .font-b2 {
        font-size: 20px;
        font-weight: bold;
    }
    
    .fflex-2 span {
        font-size: 9pt;
    }

    .carousel img{
        width: 188px;
        margin: 0 13px;
    }
    
    .slide .content span{
        font-size: 1.25rem;
    }

    .vaxcert-card {
        margin: 2rem;
        padding: 2rem;
    }
    
    .vaxcert-btn {
        margin: 1rem;
        padding: 8px 15px;
    }
    
    .vaxcert-qr {
        width: 85px;
    }
    
    .main-carousel {
        height: 600px;
    }

    .carousel-cell {
        width: 100%;
        height: 600px;
    }
    
    .carousel-cell img {
        width: 1024px;
        height: 600px;
    }

    .btn {
        min-width: 300px;
        padding: 15px 0;
        margin: 10px auto;
        text-align: center;
        font-size: 1.25rem;
    }

}

@media (max-width:1400px) {
    
    .navi {
        width: 240px;
        padding: 7px 10px;
    }

    .navi .logo-name {
        margin: 11px 0 0 0;
        padding: 11px 0 11px 0;
    }

    .navi .logo-image {
        min-width: 56px;
        max-width: 56px;
    }

    .navi .logo-image img {
        width: 100%;
    }

    .navi .logo-name .logo_name {
        font-size: 19px;
        margin-left: 9px;
    }

    .navi .menu-items {
        margin-top: 27px;
    }
    
    .menu-items li {
        padding: 11px 0px 11px 11px;
    }
    
    .nav-btn {
        width: 200px;
        height: auto;
    }

    .font-b1 {
        font-size: 16px;
        font-weight: bold;
    }
    
    .font-b2 {
        font-size: 14px;
        font-weight: bold;
    }
    
    .fflex-2 span {
        font-size: 7pt;
    }

    .carousel img{
        width: 150px;
        margin: 0 11px;
    }
    
    .slide .content span{
        font-size: 1rem;
    }

    .vaxcert-card {
        margin: 1.7rem;
        padding: 1.7rem;
    }
    
    .vaxcert-btn {
        margin: 1rem;
        padding: 8px 15px;
    }
    
    .vaxcert-qr {
        width: 70px;
    }
    
    .main-carousel {
        height: 405px;
    }

    .carousel-cell {
        width: 100%;
        height: 405px;
    }
    
    .carousel-cell img {
        width: 720px;
        height: 405px;
    }

    .btn {
        min-width: 256px;
        padding: 12px 0;
        margin: 10px auto;
        text-align: center;
        font-size: 1rem;
    }
    
}

@media (max-width:1050px) {
    
    .navi {
        width: 200px;
        padding: 7px 10px;
    }

    .navi .logo-name {
        margin: 6px 0 0 0;
        padding: 6px 0 6px 0;
    }

    .navi .logo-image {
        min-width: 48px;
        max-width: 48px;
    }

    .navi .logo-image img {
        width: 100%;
    }

    .navi .logo-name .logo_name {
        font-size: 16px;
        margin-left: 8px;
    }

    .navi .menu-items {
        margin-top: 20px;
    }
    
    .menu-items li {
        padding: 6px 0px 6px 6px;
    }
    
    .nav-btn {
        width: 166px;
        height: auto;
    }

    .font-b1 {
        font-size: 13px;
        font-weight: bold;
    }
    
    .font-b2 {
        font-size: 11px;
        font-weight: bold;
    }
    
    .fflex-2 span {
        font-size: 4pt;
    }

    .fflex-2 .movieposter {
        height: 40vh;
    }
    
    .carousel img{
        width: 120px;
        margin: 0 11px;
    }
    
    .slide .content span{
        font-size: 0.8rem;
    }

    .vaxcert-card {
        margin: 1.3rem;
        padding: 1.3rem;
    }
    
    .vaxcert-btn {
        margin: 1rem;
        padding: 4px 8px;
    }
    
    .vaxcert-qr {
        width: 70px;
    }
    
    .main-carousel {
        height: 360px;
    }

    .carousel-cell {
        width: 100%;
        height: 360px;
    }
    
    .carousel-cell img {
        width: 640px;
        height: 360px;
    }

    .btn {
        min-width: 220px;
        padding: 10px 0;
        margin: 5px auto;
        text-align: center;
        font-size: 0.9rem;
    }
    
    .landbank-step {
        max-width: 480px;
    }

    .landbank-step img {
        width: 480px;
        height: 270px;
    }

}

@media (max-width:480px) {

    body {
        overflow-y: auto;
    }

    .homediv {
        display: none;
    }

    .font-b1 {
        font-size: 16px;
        font-weight: bold;
    }
    
    .font-b2 {
        font-size: 13px;
        font-weight: bold;
    }
    
    .mobileview {
        display: block;
    }

    .nav-btn {
        width: 90%;
        height: auto;
        margin: 5px auto 5px;
    }

    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    
    .fflex {
        width: auto;
    }

    .landbankm-div {
        width: 100%;
        height: auto;
    }
    
    .landbankm-cell {
        width: 100%;
        height: auto;
        padding: 24px;
        color: #fff;
        text-align: center;
    }
    
    .landbankm-cell img {
        width: 100%;
        height: auto;
    }

    .landbankm-cell h4 {
        font-weight: 300;
    }

    .landbankm-cell h5{
        font-weight: 300;
    }
    
    .landbankdobs-div {
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
            url('assets/images/landbank_bg.jpg');
    }

    .landbankdobs-div img {
        width: 100%;
    }

    .btn-container {
        margin: 20px auto;
    }

    .btn-landbank {
        width: 100%;
    }

    .vaxcert-page {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
            url('assets/images/vaxcertmobile_bg.jpg');
    }
    
    .vaxcert-card {
        position: relative;
        width: 100%;
        color: #fff;
        text-shadow: 3px 3px #000000;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7));
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
    
}