@font-face {
    font-display: auto;
    font-family: Main;
    src: url('https://3pay.to/assets/fonts/Montserrat-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: Main-Light;
    src: url('https://3pay.to/assets/fonts/Montserrat-Light.ttf');
    font-weight: normal;
    font-style: normal;
}


.medievalsharp-regular {
    font-family: "MedievalSharp", serif;
    font-weight: 400;
    font-style: normal;
}

.metal {
    font-family: "Metal Mania", serif;
    font-weight: 400;
    font-style: normal;
}

*{
    padding:0px;
    margin:0px;
    box-sizing: border-box;
}
.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clear{clear:both}
.right{float:right}
.left{float:left}

body{
    margin:0px;
    padding:0px;
    font-family: Main-Light,'Nunito Sans', sans-serif;
    font-weight:200;
    background:#111;
    color:#FFF;
}
.click{
    cursor: pointer;
}

.wrap{
    margin:20px;
}
.panel{
    margin:auto;
}
.info{
    width:300px;
}
.clear{clear:both}
.right{float:right}
.left{float:left}
.no-grow{
    flex-grow:0;
}
.ro{
    display:flex;
    flex-wrap:wrap;
}
.co{
    flex:1;
}
.holder{
    background: linear-gradient(to bottom, #444, #222);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border:1px solid rgba(0,0,0,.8);
    padding:10px;
    margin:10px;
    border-radius:10px;
}
.button-box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index:1000000000000000;
    margin:10px;
}
.social-icon{
    display:inline-block;
    background: linear-gradient(to bottom, #444, #222);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border:1px solid rgba(0,0,0,.8);
    border-radius:10px;
    height:68px;
    width:68px;
    text-align:center;
    line-height:50px;

}
.social-icon img{
}
.badge-button{
    background: linear-gradient(to bottom, #444, #222);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border:1px solid rgba(0,0,0,.8);
    padding:20px;
    border-radius:10px;
    text-align:center;
    cursor: pointer;
    height:70px;
    font-size: 24px;
    color:#FFF;
    font-weight:bold;
}

.contract{
    border:1px solid rgba(0,0,0,.8);
    margin:10px;
    padding:10px;
    max-width:700px;
    background: linear-gradient(to bottom, #444, #222);
    border-radius: 10px;
    line-height:30px;
}
.ca {
    cursor: pointer; /* Indicates that the div is clickable */
    padding: 5px;
    margin: 5px 0;
    color: white;
    text-align: left;
    font-size: 0.8rem;
    transition: background-color 0.3s ease;
    text-align:center;
    border-radius: 8px;
}

.ca:hover {
    background-color: #007bff; /* Highlight effect */
    border-radius: 8px;
}
.container {
    position: relative;
    width: 100%;
    height: 40vh;
    overflow: hidden;
}

.container video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.splash {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.splash img {
    max-width: 500px;
    width:200px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.splash button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.splash button:hover {
    background-color: #0056b3;
}

.animated-link {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 1.25rem;
    margin: 0 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.animated-link:hover {
    color: #89cff0; /* Baby blue */
    transform: scale(1.05);
}

.tokenomics-box{
    background: linear-gradient(to bottom, #444, #222);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border:1px solid rgba(0,0,0,.8);
    padding:20px;
    border-radius:10px;
    text-align:center;
    margin:10px;
}
.tokenomics-heading{
    font-size:24px;
    margin:10px;
}
.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, #444, #222);
    color: white;
    padding: 10px 20px;
    z-index: 1000000000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-bottom:2px solid #FFF;
}


.menu-bar.bottom {
    top: unset;
    bottom: 0;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
}

.menu-bar .menu {
    display: flex;
    justify-content: space-around;
    list-style: none;
    flex: 1;
}

.menu-bar .menu li {
    padding: 10px 20px;
    cursor: pointer;
}

.menu-bar .menu li:hover {
    background-color: #575757;
    border-radius: 5px;
}

.menu-bar .logo {
    text-align: center;
    flex: 0;
}

.menu-bar .logo img {
    max-height: 75px;
}

.menu-bar .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-bar .hamburger div {
    background-color: white;
    height: 3px;
    width: 25px;
    margin: 3px 0;
}

.mobile-menu {
    display: none;
    position: absolute;
    bottom: 89px;
    left: 0;
    right: 0;
    background-color: #333;
    list-style: none;
    padding: 10px 0;
    z-index:100;
    margin-left:20px;
    margin-right:20px;
}

.mobile-menu li {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #575757;
}

.mobile-menu li:hover {
    background-color: #575757;
}

.footer{
    padding:10px;
}

/* Mobile view */
@media (max-width: 768px) {
    .menu-bar {
        top: unset;
        bottom: 0;
        justify-content: space-between;
        padding: 5px 20px;
        border-top:2px solid #FFF;
        border-bottom:0px;
    }

    .menu-bar .menu {
        display: none;
    }

    .menu-bar .hamburger {
        display: flex;
    }

    .menu-bar .logo {
        order: 2;
    }

    .mobile-menu {
        display: none;
    }

    .menu-bar.active .mobile-menu {
        display: block;
    }
}
.button-box {
    display: flex;
    align-items: flex-start; /* Align all child elements at the top */
    gap: 10px; /* Add space between buttons */
}

.badge-button {
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background-color: #333;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
}

.badge-button:hover {
    background-color: #555;
}

.social-icon {
    display: flex;
    align-items: center; /* Center the icon inside the div */
    justify-content: center;
    width: 70px; /* Set a consistent width for icons */
    height: 70px; /* Set a consistent height for icons */
    background-color: #333;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

.social-icon:hover {
    background-color: #555;
}

.social-icon img {
    max-width: 100%;
    max-height: 100%;
}
.content{margin-bottom:100px;}
a {
    color: white; /* Default link color */
    text-decoration: none; /* Optional: remove underlines */
}

a:hover,
a:focus,
a:active,
a:visited {
    color: white; /* Ensure the color remains white in all states */
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://skoleco.com/assets/img/bg.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the screen */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    z-index: -1; /* Keeps the background behind the content */
    opacity:0.05;
}@media(min-width:920px){
    .content{
        width:900px;
        padding-top:65px;
    }
    .row{
        display:flex;
        flex-wrap: wrap;
        margin:0px;
    }
    .col{
        flex:1;
    }
    .splash img {
        width: 500px;
        height: auto;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
}
@media all and (display-mode: standalone) {
    body {
        background-color: #0F675C;
    }
}
