        /* Mobile */
        @media screen and (max-width : 576px) {
            img.FOM-header{
                 max-width: 380px; 
                 height: auto;
            }

            iframe.iframe-container {
              width: 100%;     /* Lebar 100% dari container */
              height: 100%;    /* Tinggi 100% dari container */
              border: none;    /* Menghilangkan border default pada iframe */
              border: 4px solid #000 !important; /* Border biru */
              border-radius: 12px !important; /* Sudut melengkung */
              border-color: rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; /* Efek shadow */
            }

            .news-blend {
                position : absolute;
                top : 0%;
                mix-blend-mode : luminosity;
                z-index : 1;
                height : 450% !important;
                opacity : 0.23;
            }

            .break-founder {
                display : block !important;
            }

            .CardFeature { 
                margin : auto;
                box-shadow : 0 0 5px rgba(0,0,0,0.7);
                background-color : #9370DB;
                opacity : 0.8;
                transition : 0.4s;
                width : 300px;
                height : 150px;
            }
    
            .CardFeature:hover { 
                box-shadow : 0 0 15px rgba(155,0,100,0.9);
                transform : scale(1.1);
                opacity : 0.9;
            }
    
            .CardContainer {
                text-align : center;
                padding : 2px 16px;
                color : #fff;
                font-family : times;
                letter-spacing : 3px;
            }
        
            .nav-link {
                color : #34cceb !important;
            }
    
            a.about {
                letter-spacing : 1px;
                color : #000 !important;
                text-decoration : none;
                transition : color 0.3s ease;
            }
    
            a.about:hover {
                color : #f00 !important;
                text-decoration : none;
            }
            .window-wrapper {
                width : 100%;
                height : 200px;
                background : #000;
            }
    
            .window-wrapper2 {
                width : 100%;
                height : 500px;
                background : transparent;
                opacity : 0.9;
            }
    
            .wrapper-about {
                width : 100%;
                height : auto;
                position : relative;
                max-height : 300px;
                bottom : 200px;
            }
    
            .wrapper-about img {
                position: absolute;
                width: 100%;
                height: auto;
                opacity: 0.3;
                max-height : 200px;
            }
    
            .wrapper-about h2 {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-about p {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-story {
                width : 100%;
                height : 250px !important;
                position : relative;
            }
    
            .wrapper-story img {
                position: relative;
                width: 100%;
                height: auto;
                max-height : 360px;
                opacity: 0.6;
            }
    
            .wrapper-story h2 {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-story p {
                position : relative;
                z-index : 2;
            }
    
            .parallax-window {
                min-height : 900px;
                max-height : 900px;
                background : transparent; 
            }
    
            .container-fluid {
                padding-right:0;
                padding-left:0;
                margin-right:auto;
                margin-left:auto
            }
    
            h2.Title { 
                color : #fff;
                font-family : aqua;
                letter-spacing : 7px;
                text-align : center;
                font-family : aqua;
                font-size : 2vw !important;
                padding-top : 50px !important;
                opacity : 1 !important;
            }
    
            p.Desc { 
                color : #fff;
                font-family : minimal;
                font-size : 25px ;
                text-shadow : 0 0 1px #fff, 0 0 15px #000;
                letter-spacing : 2px;
                text-align : center;
                padding-left : 45px;
                padding-right : 45px;
                margin-left : 15%;
                margin-right : 15%;
                opacity : 1 !important;
            }
    
            .preloader {
                position: fixed;
                display :block;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 9999;
                background: #fff;
            }
            
            .bg-dark { 
                transition : 500ms ease;
                background: rgba(0,0,0,0.5) !important;  
                height : 70px;
            }
    
            .bg-dark.scrolled {
                opacity : 3;
    
                background: rgb(255,255,255) !important;
                background: -moz-linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
                
                
                height : 60px !important;
            }
            ul li a {
                color : #fff !important;
                letter-spacing : 2px;
                transition : color .5s ease;
            }
            ul li a:hover {
                color: rgb(182,0,0) !important;
                color : linear-gradient(0deg, rgba(182,0,0,1) 0%, rgba(255,250,250,0.8603641285615808) 96%) !important;
                text-decoration : none;
            }
            
            .owl {
                margin : 20px;
                transition : 0.8s;
                border-radius : 3px;
            }
    
            .owl:hover {
                opacity : 0.8px;
                transform : scale(1.05);
            }
    
            img.Buy {
                transition : 0.7s;
            }
            img.Buy:Hover {
                cursor : pointer;
                box-shadow : 0 0 10px #fff, 0 0 5px #ffd700;
            }
    
            body {
                overflow: auto;
                overflow-x: hidden;
                background: #fff;
            }

            .navbar-collapse-bg { 
                background: rgb(255,255,255);
                background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.6) 24%);
            }
    
            .navbar-custom-background {
                background-image: url('.../img/header-fod.png');
                background-repeat: repeat-x;
                background-color : #000;
                background-size : 100% 100%;
                width : auto;
                max-width : 100%;
                object-fit : contain;
            }
    
            .navbar-inner{
                background-image: url('.../img/FOD/ENV3.jpg');
                background-repeat: repeat-x;
                background-color : transparent;
            }
    
            .abs-center-x {
                padding-top : 25px;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
            }
    
            .abs-center-xy {
                padding-top : 25px;
                position: absolute;
                left: 50%;
                bottom : 50%;
                transform: translate(-50%,50%);
            }
    
            .nav-item {
                font-family : aqua;
                padding-top : 5px;
                width : 10px !important;
                margin : 5px !important;
                padding-left : 0px;
                font-size : 10px !important;
                transition : transform .5s;   
            }

            .nav-item:hover {
                transform : scale(1.1);
                color : #00CED1 !important;
            }
    
            a.nav-link {
                color : rgba(255, 255, 255, 0.75) !important;
                letter-spacing : 4px;
                transition : color 500ms ease;
            }
    
            .row-full {
                width: 100vw;
                position: relative;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
            }
    
            .about-section {
                color : #000;
            }
    
            .game-section {
                background: #800080;
                color : white;
            }
    
            .founders-section {
                opacity : 1;
            }
    
            .commision-section {
                display : none;
            }
    
            .dropdown-menu {
                display : block;
                background : rgba(0,0,0,0);
                visibility : hidden;
                opacity : 0;
                transform : translateY(50px);
                transition : .2s ease all;
            }
    
            .dropdown-menu.show {
                display: block;
                visibility: visible;
                opacity:1;
                transform: translateY(0px);
                transition:.2s ease all;
            }
    
            #FoundersBtn:hover {
                cursor : pointer;
            }
    
            #CommsBtn:hover {
                cursor : pointer;
            }
    
            .dropdown-item {
                font-size : 12px !important;
                float : center;
                background : transparent !important;
            }
    
            .dropdown-item.scrolled {
                color : #000 !important;
            }
    
            video.header-left {
                position : relative; 
                bottom : 7.5%; 
                right : 30% !important;
            }
    
            .black { 
                background : #000;
            }
    
            hr.divider {
                border : 1px solid black; 
                width : 35%;
            }
    
            hr.divider-white{
                border : 1px solid white; 
                width : 35%;
            }
    
            span.divide-50 {
                margin-top : 50px;
            }
    
            span.divide-100 {
                margin-top : 100px;
            }
    
            h3.title-team {
                font-family : aqua;
                letter-spacing : 4px;
            }
    
            h3.title-about {
                font-family : aqua; 
                letter-spacing : 4px;
            }
            h4.subtitle-about {
                font-family : minimal;
                font-size : 20px !important;
                letter-spacing : 4px;
                margin-top : 40px;
                margin-left : 15%;
                margin-right : 15%;
            }
    
            h5.position-user {
                font-family : aqua;
                letter-spacing : 3px;
            }
    
            h6.position-title {
                font-family : aqua; 
                letter-spacing : 3px;
                color : #DAA520;
                text-shadow : 0 0 10px #F0E68C;
            }
    
            h6.position-subtitle {
                font-family : renner; 
                letter-spacing : 3px;
            }
    
            .video-header-logo {
                position : relative;
                bottom : 7.5%;
                left : 50% !important;
                transform : translateX(-50%);
                height : 250px !important;
                width : 250px !important;
                max-height : 250px !important;
                max-width : 250px !important;
            }
    
            .video-header-caption {
                position : relative;
                top : -15% !important;
                left : 50% !important;
                transform : translateX(-50%);
                height : 150px !important;
                width : 150px !important;
                max-height : 150px !important;
                max-width : 150px !important;
            }
            
            .footer-useful-links {
                text-align : center; 
                color : white;
                font-family : renner;
                position : relative; 
                right : 5%;
            }
    
            .footer-corporation-name {
                color : white;
                font-family : renner;
                margin-right : 25%;
                margin-left : 20%;
            }
            
            .footer-span-left-50 {
                position : relative ; 
                left : 0px !important;
            }
    
            .footer-corporation-desc {
                color : white;
                font-family : renner; 
                font-size : 15px !important;
                margin-right : 25%;
                margin-left : 20%;
                text-align: justify;
                text-justify: inter-character;
            }

            .news-image { 
                height : 50px !important;
                max-height : 50px !important;
            }

            .profile-left {
                position : relative;
                right : 0% !important;
            }

            .profile-right {
                position : relative;
                left : 0% !important;
            }

            .profile-top-left {
                margin-left : auto;
                margin-right : auto;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }

            .profile-top-right {
                margin-left : auto;
                margin-right : auto;
                position: relative;
                top : 7.5%;
                left: 50%;
                transform: translateX(-50%);
            }

            .vector-cover {
                width : 130% !important;
                max-height : 400px !important;
                opacity : 0.75;
                bottom : 10px;
                position : relative;
            }
        }

        /* Tablet */
        @media only screen and (min-width : 600px) and (max-width : 992px) {
            img.FOM-header{
                 max-width: 500px; 
                 height: auto;
            }

            iframe.iframe-container {
              width: 80%;     /* Lebar 100% dari container */
              height: 80%;    /* Tinggi 100% dari container */
              border: none;    /* Menghilangkan border default pada iframe */
              border: 2px solid #000 !important; /* Border biru */
              border-radius: 8px !important; /* Sudut melengkung */
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; /* Efek shadow */
            }

            .news-blend {
                position : absolute;
                top : 0%;
                mix-blend-mode : luminosity;
                z-index : 1;
                height : 450% !important;
                opacity : 0.23;
            }

            .break-founder {
                display : block !important;
            }

            .CardFeature { 
                margin : auto;
                box-shadow : 0 0 5px rgba(0,0,0,0.7);
                background-color : #9370DB;
                opacity : 0.8;
                transition : 0.4s;
                width : 300px;
                height : 150px;
            }
    
            .CardFeature:hover { 
                box-shadow : 0 0 15px rgba(155,0,100,0.9);
                transform : scale(1.1);
                opacity : 0.9;
            }
    
            .CardContainer {
                text-align : center;
                padding : 2px 16px;
                color : #fff;
                font-family : times;
                letter-spacing : 3px;
            }
        
            .nav-link {
                color : #34cceb !important;
            }
    
            a.about {
                letter-spacing : 1px;
                color : #000 !important;
                text-decoration : none;
                transition : color 0.3s ease;
            }
    
            a.about:hover {
                color : #f00 !important;
                text-decoration : none;
            }
            .window-wrapper {
                width : 100%;
                height : 200px;
                background : #000;
            }
    
            .window-wrapper2 {
                width : 100%;
                height : 500px;
                background : transparent;
                opacity : 0.9;
            }
    
            .wrapper-about {
                width : 100%;
                height : auto;
                position : relative;
                max-height : 300px;
                bottom : 200px;
            }
    
            .wrapper-about img {
                position: absolute;
                width: 100%;
                height: auto;
                opacity: 0.3;
                max-height : 200px;
            }
    
            .wrapper-about h2 {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-about p {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-story {
                width : 100%;
                height : 250px !important;
                position : relative;
            }
    
            .wrapper-story img {
                position: relative;
                width: 100%;
                height: auto;
                max-height : 360px;
                opacity: 0.6;
            }
    
            .wrapper-story h2 {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-story p {
                position : relative;
                z-index : 2;
            }
    
            .parallax-window {
                min-height : 900px;
                max-height : 900px;
                background : transparent; 
            }
    
            .container-fluid {
                padding-right:0;
                padding-left:0;
                margin-right:auto;
                margin-left:auto
            }
    
            h2.Title { 
                color : #fff;
                font-family : aqua;
                letter-spacing : 7px;
                text-align : center;
                font-family : aqua;
                font-size : 2vw !important;
                padding-top : 50px !important;
                opacity : 1 !important;
            }
    
            p.Desc { 
                color : #fff;
                font-family : minimal;
                font-size : 25px ;
                text-shadow : 0 0 1px #fff, 0 0 15px #000;
                letter-spacing : 2px;
                text-align : center;
                padding-left : 45px;
                padding-right : 45px;
                margin-left : 15%;
                margin-right : 15%;
                opacity : 1 !important;
            }
    
            .preloader {
                position: fixed;
                display :block;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 9999;
                background: #fff;
            }
            
            .bg-dark { 
                transition : 500ms ease;
                background: rgba(0,0,0,0.5) !important;  
                height : 70px;
            }
    
            .bg-dark.scrolled {
                opacity : 3;
    
                background: rgb(255,255,255) !important;
                background: -moz-linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
                
                
                height : 60px !important;
            }
            ul li a {
                color : #fff !important;
                letter-spacing : 2px;
                transition : color .5s ease;
            }
            ul li a:hover {
                color: rgb(182,0,0) !important;
                color : linear-gradient(0deg, rgba(182,0,0,1) 0%, rgba(255,250,250,0.8603641285615808) 96%) !important;
                text-decoration : none;
            }
            
            .owl {
                margin : 20px;
                transition : 0.8s;
                border-radius : 3px;
            }
    
            .owl:hover {
                opacity : 0.8px;
                transform : scale(1.05);
            }
    
            img.Buy {
                transition : 0.7s;
            }
            img.Buy:Hover {
                cursor : pointer;
                box-shadow : 0 0 10px #fff, 0 0 5px #ffd700;
            }
    
            body {
                overflow: auto;
                overflow-x: hidden;
                background: #fff;
            }

            .navbar-collapse-bg { 
                background: rgb(255,255,255);
                background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.6) 24%);
            }
    
            .navbar-custom-background {
                background-image: url('.../img/header-fod.png');
                background-repeat: repeat-x;
                background-color : #000;
                background-size : 100% 100%;
                width : auto;
                max-width : 100%;
                object-fit : contain;
            }
    
            .navbar-inner{
                background-image: url('.../img/FOD/ENV3.jpg');
                background-repeat: repeat-x;
                background-color : transparent;
            }
    
            .abs-center-x {
                padding-top : 25px;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
            }
    
            .abs-center-xy {
                padding-top : 25px;
                position: absolute;
                left: 50%;
                bottom : 50%;
                transform: translate(-50%,50%);
            }
    
            .nav-item {
                font-family : aqua;
                padding-top : 5px;
                width : 5px !important;
                margin : 5px !important;
                padding-left : 0px;
                font-size : 10px !important;
                transition : transform .5s;   
            }

            .nav-item:hover {
                transform : scale(1.1);
                color : #00CED1 !important;
            }
    
            a.nav-link {
                color : rgba(255, 255, 255, 0.75) !important;
                letter-spacing : 2px;
                transition : color 500ms ease;
            }
    
            .row-full {
                width: 100vw;
                position: relative;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
            }
    
            .about-section {
                color : #000;
            }
    
            .game-section {
                background: #800080;
                color : white;
            }
    
            .founders-section {
                opacity : 1;
            }
    
            .commision-section {
                display : none;
            }
    
            .dropdown-menu {
                display : block;
                background : rgba(0,0,0,0);
                visibility : hidden;
                opacity : 0;
                transform : translateY(50px);
                transition : .2s ease all;
            }
    
            .dropdown-menu.show {
                display: block;
                visibility: visible;
                opacity:1;
                transform: translateY(0px);
                transition:.2s ease all;
            }
    
            #FoundersBtn:hover {
                cursor : pointer;
            }
    
            #CommsBtn:hover {
                cursor : pointer;
            }
    
            .dropdown-item {
                font-size : 12px !important;
                float : center;
                background : transparent !important;
            }
    
            .dropdown-item.scrolled {
                color : #000 !important;
            }
    
            video.header-left {
                position : relative; 
                bottom : 7.5%; 
                right : 30% !important;
            }
    
            .black { 
                background : #000;
            }
    
            hr.divider {
                border : 1px solid black; 
                width : 35%;
            }
    
            hr.divider-white{
                border : 1px solid white; 
                width : 35%;
            }
    
            span.divide-50 {
                margin-top : 50px;
            }
    
            span.divide-100 {
                margin-top : 100px;
            }
    
            h3.title-team {
                font-family : aqua;
                letter-spacing : 4px;
            }
    
            h3.title-about {
                font-family : aqua; 
                letter-spacing : 4px;
            }
            h4.subtitle-about {
                font-family : minimal;
                font-size : 20px !important;
                letter-spacing : 4px;
                margin-top : 40px;
                margin-left : 15%;
                margin-right : 15%;
            }
    
            h5.position-user {
                font-family : aqua;
                letter-spacing : 3px;
            }
    
            h6.position-title {
                font-family : aqua; 
                letter-spacing : 3px;
                color : #DAA520;
                text-shadow : 0 0 10px #F0E68C;
            }
    
            h6.position-subtitle {
                font-family : renner; 
                letter-spacing : 3px;
            }
    
            .video-header-logo {
                position : relative;
                bottom : 7.5%;
                left : 50% !important;
                transform : translateX(-50%);
                height : 250px !important;
                width : 250px !important;
                max-height : 250px !important;
                max-width : 250px !important;
            }
    
            .video-header-caption {
                position : relative;
                top : -15% !important;
                left : 50% !important;
                transform : translateX(-50%);
                height : 150px !important;
                width : 150px !important;
                max-height : 150px !important;
                max-width : 150px !important;
            }
            
            .footer-useful-links {
                text-align : center; 
                color : white;
                font-family : renner;
                position : relative; 
                right : 5%;
            }
    
            .footer-corporation-name {
                color : white;
                font-family : renner;
                margin-right : 25%;
                margin-left : 20%;
            }
            
            .footer-span-left-50 {
                position : relative ; 
                left : 0px !important;
            }
    
            .footer-corporation-desc {
                color : white;
                font-family : renner; 
                font-size : 15px !important;
                margin-right : 25%;
                margin-left : 20%;
                text-align: justify;
                text-justify: inter-character;
            }

            .news-image { 
                height : 50px !important;
                max-height : 50px !important;
            }

            .profile-left {
                position : relative;
                right : 0% !important;
            }

            .profile-right {
                position : relative;
                left : 0% !important;
            }

            .profile-top-left {
                margin-left : auto;
                margin-right : auto;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }

            .profile-top-right {
                margin-left : auto;
                margin-right : auto;
                position: relative;
                top : 7.5%;
                left: 50%;
                transform: translateX(-50%);
            }

            .vector-cover {
                width : 130% !important;
                max-height : 400px !important;
                opacity : 0.75;
                bottom : 10px;
                position : relative;
            }
        }

        /* Tablet Desktop */
        @media only screen and (min-width : 993px) and (max-width : 1024px) {
            img.FOM-header{
                 max-width: 580px; 
                 height: auto;
            }

            iframe.iframe-container {
              width: 100%;     /* Lebar 100% dari container */
              height: 100%;    /* Tinggi 100% dari container */
              border: none;    /* Menghilangkan border default pada iframe */
              border: 2px solid #000 !important; /* Border biru */
              border-radius: 8px !important; /* Sudut melengkung */
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; /* Efek shadow */
            }

            .news-blend {
                position : absolute;
                top : 0%;
                mix-blend-mode : luminosity;
                z-index : 1;
                height : 450% !important;
                opacity : 0.23;
            }

            .break-founder {
                display : block !important;
            }

            .CardFeature { 
                margin : auto;
                box-shadow : 0 0 5px rgba(0,0,0,0.7);
                background-color : #9370DB;
                opacity : 0.8;
                transition : 0.4s;
                width : 300px;
                height : 150px;
            }
    
            .CardFeature:hover { 
                box-shadow : 0 0 15px rgba(155,0,100,0.9);
                transform : scale(1.1);
                opacity : 0.9;
            }
    
            .CardContainer {
                text-align : center;
                padding : 2px 16px;
                color : #fff;
                font-family : times;
                letter-spacing : 3px;
            }
        
            .nav-link {
                color : #34cceb !important;
            }
    
            a.about {
                letter-spacing : 1px;
                color : #000 !important;
                text-decoration : none;
                transition : color 0.3s ease;
            }
    
            a.about:hover {
                color : #f00 !important;
                text-decoration : none;
            }
            .window-wrapper {
                width : 100%;
                height : 200px;
                background : #000;
            }
    
            .window-wrapper2 {
                width : 100%;
                height : 500px;
                background : transparent;
                opacity : 0.9;
            }
    
            .wrapper-about {
                width : 100%;
                height : auto;
                position : relative;
                max-height : 300px;
                bottom : 200px;
            }
    
            .wrapper-about img {
                position: absolute;
                width: 100%;
                height: auto;
                opacity: 0.3;
                max-height : 200px;
            }
    
            .wrapper-about h2 {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-about p {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-story {
                width : 100%;
                height : 250px !important;
                position : relative;
            }
    
            .wrapper-story img {
                position: relative;
                width: 100%;
                height: auto;
                max-height : 360px;
                opacity: 0.6;
            }
    
            .wrapper-story h2 {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-story p {
                position : relative;
                z-index : 2;
            }
    
            .parallax-window {
                min-height : 900px;
                max-height : 900px;
                background : transparent; 
            }
    
            .container-fluid {
                padding-right:0;
                padding-left:0;
                margin-right:auto;
                margin-left:auto
            }
    
            h2.Title { 
                color : #fff;
                font-family : aqua;
                letter-spacing : 7px;
                text-align : center;
                font-family : aqua;
                font-size : 2vw !important;
                padding-top : 50px !important;
                opacity : 1 !important;
            }
    
            p.Desc { 
                color : #fff;
                font-family : minimal;
                font-size : 25px ;
                text-shadow : 0 0 1px #fff, 0 0 15px #000;
                letter-spacing : 2px;
                text-align : center;
                padding-left : 45px;
                padding-right : 45px;
                margin-left : 15%;
                margin-right : 15%;
                opacity : 1 !important;
            }
    
            .preloader {
                position: fixed;
                display :block;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 9999;
                background: #fff;
            }
            
            .bg-dark { 
                transition : 500ms ease;
                background: rgba(0,0,0,0.5) !important;  
                height : 70px;
            }
    
            .bg-dark.scrolled {
                opacity : 3;
    
                background: rgb(255,255,255) !important;
                background: -moz-linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
                
                
                height : 60px !important;
            }
            ul li a {
                color : #fff !important;
                letter-spacing : 2px;
                transition : color .5s ease;
            }
            ul li a:hover {
                color: rgb(182,0,0) !important;
                color : linear-gradient(0deg, rgba(182,0,0,1) 0%, rgba(255,250,250,0.8603641285615808) 96%) !important;
                text-decoration : none;
            }
            
            .owl {
                margin : 20px;
                transition : 0.8s;
                border-radius : 3px;
            }
    
            .owl:hover {
                opacity : 0.8px;
                transform : scale(1.05);
            }
    
            img.Buy {
                transition : 0.7s;
            }
            img.Buy:Hover {
                cursor : pointer;
                box-shadow : 0 0 10px #fff, 0 0 5px #ffd700;
            }
    
            body {
                overflow: auto;
                overflow-x: hidden;
                background: #fff;
            }

            .navbar-collapse-bg { 
                background: rgb(255,255,255);
                background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.6) 24%);
            }
    
            .navbar-custom-background {
                background-image: url('.../img/header-fod.png');
                background-repeat: repeat-x;
                background-color : #000;
                background-size : 100% 100%;
                width : auto;
                max-width : 100%;
                object-fit : contain;
            }
    
            .navbar-inner{
                background-image: url('.../img/FOD/ENV3.jpg');
                background-repeat: repeat-x;
                background-color : transparent;
            }
    
            .abs-center-x {
                padding-top : 25px;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
            }
    
            .abs-center-xy {
                padding-top : 25px;
                position: absolute;
                left: 50%;
                bottom : 50%;
                transform: translate(-50%,50%);
            }
    
            .nav-item {
                font-family : aqua;
                padding-top : 5px;
                width : 5px !important;
                margin : 5px !important;
                padding-left : 0px;
                font-size : 10px !important;
                transition : transform .5s;   
            }

            .nav-item:hover {
                transform : scale(1.1);
                color : #00CED1 !important;
            }
    
            a.nav-link {
                color : rgba(255, 255, 255, 0.75) !important;
                letter-spacing : 2px;
                transition : color 500ms ease;
            }
    
            .row-full {
                width: 100vw;
                position: relative;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
            }
    
            .about-section {
                color : #000;
            }
    
            .game-section {
                background: #800080;
                color : white;
            }
    
            .founders-section {
                opacity : 1;
            }
    
            .commision-section {
                display : none;
            }
    
            .dropdown-menu {
                display : block;
                background : rgba(0,0,0,0);
                visibility : hidden;
                opacity : 0;
                transform : translateY(50px);
                transition : .2s ease all;
            }
    
            .dropdown-menu.show {
                display: block;
                visibility: visible;
                opacity:1;
                transform: translateY(0px);
                transition:.2s ease all;
            }
    
            #FoundersBtn:hover {
                cursor : pointer;
            }
    
            #CommsBtn:hover {
                cursor : pointer;
            }
    
            .dropdown-item {
                font-size : 12px !important;
                float : center;
                background : transparent !important;
            }
    
            .dropdown-item.scrolled {
                color : #000 !important;
            }
    
            video.header-left {
                position : relative; 
                bottom : 7.5%; 
                right : 30% !important;
            }
    
            .black { 
                background : #000;
            }
    
            hr.divider {
                border : 1px solid black; 
                width : 35%;
            }
    
            hr.divider-white{
                border : 1px solid white; 
                width : 35%;
            }
    
            span.divide-50 {
                margin-top : 50px;
            }
    
            span.divide-100 {
                margin-top : 100px;
            }
    
            h3.title-team {
                font-family : aqua;
                letter-spacing : 4px;
            }
    
            h3.title-about {
                font-family : aqua; 
                letter-spacing : 4px;
            }
            h4.subtitle-about {
                font-family : minimal;
                font-size : 20px !important;
                letter-spacing : 4px;
                margin-top : 40px;
                margin-left : 15%;
                margin-right : 15%;
            }
    
            h5.position-user {
                font-family : aqua;
                letter-spacing : 3px;
            }
    
            h6.position-title {
                font-family : aqua; 
                letter-spacing : 3px;
                color : #DAA520;
                text-shadow : 0 0 10px #F0E68C;
            }
    
            h6.position-subtitle {
                font-family : renner; 
                letter-spacing : 3px;
            }
    
            .video-header-logo {
                position : relative;
                bottom : 7.5%;
                left : 80% !important;
                transform : translateX(-50%);
                height : 250px !important;
                width : 250px !important;
                max-height : 250px !important;
                max-width : 250px !important;
            }
    
            .video-header-caption {
                position : relative;
                top : 15% !important;
                left : 30% !important;
                transform : translateX(-50%);
                height : 150px !important;
                width : 150px !important;
                max-height : 150px !important;
                max-width : 150px !important;
            }
            
            .footer-useful-links {
                text-align : center; 
                color : white;
                font-family : renner;
                position : relative; 
                right : 5%;
            }
    
            .footer-corporation-name {
                color : white;
                font-family : renner;
                margin-right : 25%;
                margin-left : 20%;
            }
            
            .footer-span-left-50 {
                position : relative ; 
                left : 0px !important;
            }
    
            .footer-corporation-desc {
                color : white;
                font-family : renner; 
                font-size : 15px !important;
                margin-right : 25%;
                margin-left : 20%;
                text-align: justify;
                text-justify: inter-character;
            }

            .news-image { 
                height : 50px !important;
                max-height : 50px !important;
            }

            .profile-left {
                position : relative;
                right : 0% !important;
            }

            .profile-right {
                position : relative;
                left : 0% !important;
            }

            .profile-top-left {
                margin-left : auto;
                margin-right : auto;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }

            .profile-top-right {
                margin-left : auto;
                margin-right : auto;
                position: relative;
                top : 7.5%;
                left: 50%;
                transform: translateX(-50%);
            }

            .vector-cover {
                width : 130% !important;
                max-height : 400px !important;
                opacity : 0.75;
                bottom : 10px;
                position : relative;
            }
        }

        /* Desktop */
        @media only screen and (min-width : 1200px) {
            img.FOM-header{
                 max-width: 580px; 
                 height: auto;
            }

            iframe.iframe-container {
              width: 100%;     /* Lebar 100% dari container */
              height: 100%;    /* Tinggi 100% dari container */
              border: none;    /* Menghilangkan border default pada iframe */
              border: 2px solid #000 !important; /* Border biru */
              border-radius: 8px !important; /* Sudut melengkung */
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; /* Efek shadow */
            }

            .break-founder {
                display : none;
            }

            .CardFeature { 
                margin : auto;
                box-shadow : 0 0 5px rgba(0,0,0,0.7);
                background-color : #9370DB;
                opacity : 0.8;
                transition : 0.4s;
                width : 300px;
                height : 150px;
            }
    
            .CardFeature:hover { 
                box-shadow : 0 0 15px rgba(155,0,100,0.9);
                transform : scale(1.1);
                opacity : 0.9;
            }
    
            .CardContainer {
                text-align : center;
                padding : 2px 16px;
                color : #fff;
                font-family : times;
                letter-spacing : 3px;
            }
        
            .nav-link {
                color : white;
            }
    
            a.about {
                letter-spacing : 1px;
                color : #000 !important;
                text-decoration : none;
                transition : color 0.3s ease;
            }
    
            a.about:hover {
                color : #f00 !important;
                text-decoration : none;
            }
            .window-wrapper {
                width : 100%;
                height : 200px;
                background : #000;
            }
    
            .window-wrapper2 {
                width : 100%;
                height : 500px;
                background : transparent;
                opacity : 0.9;
            }
    
            .wrapper-about {
                width : 100%;
                height : auto;
                position : relative;
                max-height : 300px;
                bottom : 200px;
            }
    
            .wrapper-about img {
                position: absolute;
                width: 100%;
                height: auto;
                opacity: 0.3;
                max-height : 200px;
            }
    
            .wrapper-about h2 {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-about p {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-story {
                width : 100%;
                height : 250px !important;
                position : relative;
            }
    
            .wrapper-story img {
                position: relative;
                width: 100%;
                height: auto;
                max-height : 360px;
                opacity: 0.6;
            }
    
            .wrapper-story h2 {
                position : relative;
                z-index : 2;
            }
    
            .wrapper-story p {
                position : relative;
                z-index : 2;
            }
    
            .parallax-window {
                min-height : 900px;
                max-height : 900px;
                background : transparent; 
            }
    
            .container-fluid {
                padding-right:0;
                padding-left:0;
                margin-right:auto;
                margin-left:auto
            }
    
            h2.Title { 
                color : #fff;
                font-family : aqua;
                letter-spacing : 7px;
                text-align : center;
                font-family : aqua;
                font-size : 2vw !important;
                padding-top : 50px !important;
                opacity : 1 !important;
            }
    
            p.Desc { 
                color : #fff;
                font-family : minimal;
                font-size : 25px ;
                text-shadow : 0 0 1px #fff, 0 0 15px #000;
                letter-spacing : 2px;
                text-align : center;
                padding-left : 45px;
                padding-right : 45px;
                margin-left : 15%;
                margin-right : 15%;
                opacity : 1 !important;
            }
    
            .preloader {
                position: fixed;
                display :block;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 9999;
                background: #fff;
            }
            
            .bg-dark { 
                transition : 500ms ease;
                background: rgba(0,0,0,0.5) !important;  
                height : 70px;
            }
    
            .bg-dark.scrolled {
                opacity : 3;
    
                background: rgb(255,255,255) !important;
                background: -moz-linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
                
                
                height : 60px !important;
            }
            ul li a {
                color : #fff !important;
                letter-spacing : 2px;
                transition : color .5s ease;
            }
            ul li a:hover {
                color: rgb(182,0,0) !important;
                color : linear-gradient(0deg, rgba(182,0,0,1) 0%, rgba(255,250,250,0.8603641285615808) 96%) !important;
                text-decoration : none;
            }
            
            .owl {
                margin : 20px;
                transition : 0.8s;
                border-radius : 3px;
            }
    
            .owl:hover {
                opacity : 0.8px;
                transform : scale(1.05);
            }
    
            img.Buy {
                transition : 0.7s;
            }
            img.Buy:Hover {
                cursor : pointer;
                box-shadow : 0 0 10px #fff, 0 0 5px #ffd700;
            }
    
            body {
                overflow: auto;
                overflow-x: hidden;
                background: #fff;
            }
    
            .navbar-custom-background {
                background-image: url('.../img/header-fod.png');
                background-repeat: repeat-x;
                background-color : #000;
                background-size : 100% 100%;
                width : auto;
                max-width : 100%;
                object-fit : contain;
            }
    
            .navbar-inner{
                background-image: url('.../img/FOD/ENV3.jpg');
                background-repeat: repeat-x;
                background-color : transparent;
            }
    
            .abs-center-x {
                padding-top : 25px;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
            }
    
            .abs-center-xy {
                padding-top : 25px;
                position: absolute;
                left: 50%;
                bottom : 50%;
                transform: translate(-50%,50%);
            }
    
            .nav-item {
                font-family : aqua;
                padding-top : 15px;
                width : 25px !important;
                margin : 30px !important;
                padding-left : 0px;
                font-size : 12px;
                transition : transform .5s;   
            }

            .nav-item:hover {
                transform : scale(1.1);
                color : #00CED1 !important;
            }
    
            a.nav-link {
                color : #fff;
                letter-spacing : 4px;
                transition : color 500ms ease;
            }
    
    
            .row-full {
                width: 100vw;
                position: relative;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
            }
    
            .about-section {
                color : #000;
            }
    
            .game-section {
                background: #800080;
                color : white;
            }
    
            .founders-section {
                opacity : 1;
                
            }

            .co-founders-section {
                right : .15% !important;
            }
    
            .commision-section {
                display : none;
            }
    
            .dropdown-menu {
                display : block;
                background : rgba(0,0,0,0);
                visibility : hidden;
                opacity : 0;
                transform : translateY(50px);
                transition : .2s ease all;
            }
    
            .dropdown-menu.show {
                display: block;
                visibility: visible;
                opacity:1;
                transform: translateY(0px);
                transition:.2s ease all;
            }
    
            #FoundersBtn:hover {
                cursor : pointer;
            }
    
            #CommsBtn:hover {
                cursor : pointer;
            }
    
            .dropdown-item {
                font-size : 12px !important;
                float : center;
                background : transparent !important;
            }
    
            .dropdown-item.scrolled {
                color : #000 !important;
            }
    
            video.header-left {
                position : relative; 
                bottom : 7.5%; 
                right : 30% !important;
            }
    
            .black { 
                background : #000;
            }
    
            hr.divider {
                border : 1px solid black; 
                width : 35%;
            }
    
            hr.divider-white{
                border : 1px solid white; 
                width : 35%;
            }
    
            span.divide-50 {
                margin-top : 50px;
            }
    
            span.divide-100 {
                margin-top : 100px;
            }
    
            h3.title-team {
                font-family : aqua;
                letter-spacing : 4px;
            }
    
            h3.title-about {
                font-family : aqua; 
                letter-spacing : 4px;
            }
            h4.subtitle-about {
                font-family : minimal;
                letter-spacing : 4px;
                margin-top : 40px;
                margin-left : 15%;
                margin-right : 15%;
            }
    
            h5.position-user {
                font-family : aqua;
                letter-spacing : 3px;
            }
    
            h6.position-title {
                font-family : aqua; 
                letter-spacing : 3px;
                color : #DAA520;
                text-shadow : 0 0 10px #F0E68C;
            }
    
            h6.position-subtitle {
                font-family : renner; 
                letter-spacing : 3px;
            }
    
            .video-header-logo {
                position : relative;
                bottom : 7.5%;
                right : 30% !important;
                height : 700px;
                width : 700px;
                max-height : 700px;
                max-width : 700px;
            }
    
            .video-header-caption {
                position : relative;
                top : 20%;
                left : 15%;
                height : 400px;
                width : 400px;
                max-height : 400px;
                max-width : 400px;
            }
            
            .footer-useful-links {
                text-align : center; 
                color : white;
                font-family : renner;
                position : relative; 
                right : 5%;
            }
    
            .footer-corporation-name {
                color : white;
                font-family : renner;
                margin-right : 25%;
                margin-left : 20%;
            }
            
            .footer-span-left-50 {
                position : relative ; 
                left : 50px;
            }
    
            .footer-corporation-desc {
                color : white;
                font-family : renner; 
                font-size : 15px;
                margin-right : 25%;
                margin-left : 20%;
                text-align: justify;
                text-justify: inter-word;
            }

            .card-news-div {
                max-width : 500px;
            }
            .card-news {
                max-height : 250px;
            }

            .profile-left {
                position : relative;
                right : 150px;
            }

            .profile-right {
                position : relative;
                left : 150px;
            }

            .profile-top-left {
                margin-left : auto;
                margin-right : auto;
                position : relative;
                left : 17% !important;
            }

            .profile-top-right {
                margin-left : auto;
                margin-right : auto;
                position : relative;
                left : 0%;
            }

            .co-owner {
                left : -15% !important;
            }

            .wrapper-svg { 
                height : auto;
                width : auto;
                position : absolute;
                top : 30% !important;
            }

            .vector-cover {
                width : 110% !important;
                max-height : 800px;
                opacity : 0.75;
                bottom : 115px;
                position : relative;
            }

            .news-blend {
                position : absolute;
                top : 0%;
                mix-blend-mode : luminosity;
                z-index : 1;
                height : 480%;
                opacity : 0.23;
            }
            
        }