

@font-face {
    font-family: "integral";
    src: url(assets/burbankbigcondensed_black.otf);
  }
  
  body {
    background-image: url(https://cdn2.unrealengine.com/Fortnite%2Fblog%2Fseason-5%2FBR05_POI_1920x1080_Desert-1920x1080-3a1f99ac6f7b9b51422dd17c214001d3431df423.jpg);
    background-size: cover;
    background-position: center center;
    height: 150vh;
    margin: 0;
    font-family: "integral";
  }
  
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: rgba(
      0,
      0,
      0,
      0.5
    );
  }


  ::-webkit-scrollbar {
    background-color: #111827;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #22252a;
  }

  ::-webkit-scrollbar-thumb:hover {
    cursor: grab;
  }

  ::-webkit-scrollbar-thumb:active {
    cursor: grabbing;
  }

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    z-index: 20;
}


.logo {
    width: 120px;
    height: 120px;
    z-index: 20;
    position: relative;
    top: -10px;
    left: -30px;
    transition: all 0.4s ease;
}

.logo:hover{
   transform: scale(1.1);
   filter: drop-shadow(0 0 3px #ffffff);
}

nav a {
    margin: 0 10px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}

main {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 20px;
    z-index: 20;
}

.hero{
    margin-top: 160px;
    margin-left: 40px;
}


.hero h1 {
    font-size: 3em;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 2px #ac8a03);
    z-index: 20;
    color: #fff;
    margin-left: 180px;
}

.hero h1 a{
    text-decoration-style: dotted;
    text-decoration: underline;
    text-align: center;
    background-image: linear-gradient(135deg, #ffffff 20%, #dba42e 100%);
    -webkit-background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
    text-decoration-color: #fcca03;
    color: #ffffff00;
}

.hero h1 a:hover{
    filter: drop-shadow(0 0 4px #ac8a03);
}

.p1{
    font-size: 3rem;
    font-weight: bold;
    margin-left: 100px;
    margin: 10px 0;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    text-align: center; 
}

.p2{
    font-size: 1.8em;
    margin: 10px 0;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    text-align: center;
}

.buttons {
    margin-top: 60px;
    margin-left: 170px;
    scale: 1.3;
}

.btnDW {
    background-color: #c7b10f;
    color: rgb(226, 226, 226);
    border-radius: 6px;
    padding: 15px 30px;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
    position: relative;
    transition: all 0.4s ease;
}

.btnDW:hover {
    background-color: #ac8a03;
    filter: drop-shadow(0 0 4px #ac8a03);
}

.btnWY {
    background-color: #c7b10f;
    color: rgb(226, 226, 226);
    border-radius: 6px;
    padding: 15px 30px;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    font-size: 1.3rem;
    transition: all 0.4s ease;
}

.btnWY:hover {
    background-color: #ac8a03;
    filter: drop-shadow(0 0 4px #ac8a03);
}

.account,.download {
    color: #fff;
    font-size: 35px;
    position: absolute;
    text-decoration: none;
    top: 20px
}

.account {
    right: 255px;
    transition: all 0.4s ease;
}

.account:hover{
    filter: drop-shadow(0 0 8px #ac8a03);
}


.download {
    right:80px;
    transition: all 0.4s ease;
}

.download:hover{
    filter: drop-shadow(0 0 8px #ac8a03);
}

.lunariconright {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
  }


  .info-sections {
    display: flex;
    justify-content: space-around;
    margin-top: 484px; 
    padding: 40px 20px;
    background-color: #111827; 
}

.info-sections section {
    flex: 1;
    padding: 20px;
    margin: 10px;
    color: white;
    text-shadow: 1px 1px 2px #000;
}

.info-sections section h2 {
    font-size: 2.4em;
    margin-bottom: 10px;
    margin-left: 300px;
    font-weight: bolder;
}

.info-sections section p {
    font-size: 1.7rem;
    font-weight: bold;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #111827; 
    color: white;
    font-weight: bold;
}

footer p a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer p {
    margin: 5px 0;
    font-weight: 1;
    font-size: 16px;
}

.Credits{
    display: inline-block;
    position: fixed;
    bottom: 0px;
    left: 1494px;
    margin-top: 0px;
    margin-left: 160px;
    text-align: center;
    font-size: 14px;
    z-index: 20;
    color: #ffffff21;
    font-family: integral;
  }
  
  .CreditsA{
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
  }

  .CreditsA:hover{
    color: #d6d6d6;
   }

   .Heart{
    color: red;
  }

  .social-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    animation: fadeInUp 1.2s ease-out;
}

.social-buttonYT {
    display: inline-block;
    background-color: #1a1a1a27;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    transition: transform 0.3s ease,filter 0.4s ease;

}

.social-buttonX {
    display: inline-block;
    background-color: #1a1a1a27;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    transition: transform 0.3s ease,filter 0.4s ease;
}

.social-buttonTT {
    display: inline-block;
    background-color: #1a1a1a27;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    transition: transform 0.3s ease,filter 0.4s ease;
}

.social-buttonDC {
    display: inline-block;
    background-color: #1a1a1a27;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    transition: transform 0.3s ease,filter 0.4s ease;
}

.social-buttonTW {
    display: inline-block;
    background-color: #1a1a1a27;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    transition: transform 0.3s ease,filter 0.4s ease;
}

.social-buttonYT:hover{
    transform: scale(1.2);
    filter: drop-shadow(0 0 4px #cc1b1b);
    box-shadow: #000000;
}

.social-buttonX:hover{
    transform: scale(1.2);
    filter: drop-shadow(0 0 4px #000000);
    box-shadow: #000000;
}

.social-buttonTT:hover{
    transform: scale(1.2);
    filter: drop-shadow(0 0 4px #dfdfdf);
    box-shadow: #000000;
}

.social-buttonDC:hover{
    transform: scale(1.2);
    filter: drop-shadow(0 0 4px #7289da);
    box-shadow: #000000;
}

.social-buttonTW:hover{
    transform: scale(1.2);
    filter: drop-shadow(0 0 4px #9d1fe6);
    box-shadow: #000000;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        margin: 0;
        display: flex;
        flex-direction: column;
        min-height: 100vh; 
    }

    .account{
        font-size: 24px;
    }

    .download{
        font-size: 24px;
    }

    header {
        padding: 15px;
    }

    .logo {
        margin-left: 16px;
        width: 60px;
        height: auto;
    }

    nav a {
        font-size: 0.9em;
        margin: 0 8px;
    }

    .hero {
        margin-top: 60px;
        text-align: center;
        padding: 0 15px;
    }

    .hero h1 {
        margin-left: 20px;
        font-size: 2em;
        margin-bottom: 10px;
    }

    .p1, .p2 {
        font-size: 1.2em;
        text-align: center;
        margin: 10px 0;
    }

    .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-right: -150px;
        margin-top: 20px;
    }

    .btnDW {
        padding: 12px 25px;
        font-size: 1rem;
        margin: 10px;
        margin-right: 300px;
        text-align: center;
    }

    .btnWY{
        padding: 12px 25px;
        font-size: 1rem;
        margin: 10px;
        margin-right: 300px;
        text-align: center;
    }

    .info-sections {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding: 20px;
    }

    .info-sections section {
        margin: 10px;
        padding: 15px;
        text-align: center;
    }

    .info-sections section h2 {
        font-size: 1.5em;
        margin-left: -20px;
        margin-bottom: 10px;
    }

    .info-sections section p {
        font-size: 1em;
    }

    footer {
        padding: 15px;
        text-align: center;
        margin-top: auto; 
    }

    footer p {
        font-size: 0.8em;
    }

    .Credits {
        display: none;
    }

    .social-buttons {
        position: fixed;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .social-button {
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
    }
}
