body{
    background: black;
    color: aliceblue;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Orbitron';
}
html{
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none !important;
}
button{
    font-family: 'orbitron';
    transition: 0.3s ease-in-out;
}
button:hover{
    transform: translateY(-5px);
}
/* General Styles */
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.logo img {
    width: 42px;
    height: 38px;
}

.logo h1 {
    transform: translateY(8px);
    font-size: 26px;
}

menu {
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    border-radius: 100px;
    width: 500px;
    border: 1px solid grey;
    background: linear-gradient(-45deg, rgba(25, 25, 25, 0.2), rgba(255, 255, 255, 0.2), rgba(25, 25, 25, 0.2));
}

menu a {
    color: aliceblue;
    text-decoration: none;
}

.topnav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    padding: 30px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
}

.topnav button {
    width: 150px;
    height: 44px;
    background: black;
    border: 1px solid white;
    border-radius: 100px;
    color: aliceblue;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    position: relative;
}



button span {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: aliceblue;
    z-index: 1;
    transition: transform 0.5s ease-in-out;
}
button p{
    z-index: 9;
    
}

.animative:hover{
    border: none;
    color: #000000;
}

.animative:hover span{
    position: absolute;
    transform: scale(40);
    left: 20px;
}

.plans-button:hover span{
    position: absolute;
    transform: scale(80);
    left: 50px;
}


/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 18px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    background-color: aliceblue;
    border-radius: 2px;
}

/* Apply Now button */
.apply-now {
    margin-left: 20px;
    
}

/* Responsive Styles */
@media (max-width: 1100px) {
    .topnav {
        padding: 20px;
    }

    menu {
        position: absolute;
        top: 80px;
        right: 20px;
        background: black;
        width: 200px;
        height: 0;
        overflow: hidden;
        flex-direction: column;
        align-items: flex-start;
        transition: height 0.3s ease-in-out;
        padding: 0;
        border-radius: 10px;
        border: none;
        display: none;
    }

    #menu-toggle:checked + .hamburger + menu {
        display: flex;
        height: 200px;
    }

    .hamburger {
        display: flex;
    }

    .apply-now {
        display: none;
    }

    .hamburger {
        order: 2;
        margin-left: 20px;
    }

    menu a {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        box-sizing: border-box;
    }
    .logo h1 {
        font-size: 18px;
        transform: translateY(2px);
    }
    .logo img {
        width: 34px;
        height: 28px;
    }
}



.hero{
    background: url('Hero\ background.png') center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.herobody{
    width: 100%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.herobody h1{
    font-size: 80px;
    font-family: 'Orbitron', sans-serif;
    margin: 0;
    width: 70%;
    text-align: center;
    margin-top: 80px;
}
.herobody p{
    width: 50%;
    max-width: 1000px;
    text-align: center;
    color: #888888;
    line-height: 30px;
    font-size: 16px;

}
.joinnow{
    width: 164px;
    height: 50px;
    font-size: 18px;
    border-radius: 100px;
    border: none;
    margin-top: 30px;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.5); /* Semi-transparent gray */
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 3s ease-in-out infinite;
    
  }
  
  .circle-1 {
    background: url('circle1.svg') center center;
    background-size: cover;
    width: 60px;
    height: 60px;

    top: 30%;
    left: 10%;
    animation-delay: 0s;
    
  }
  

  .circle-5 {
    background: url('circle5.svg') center center;
    background-size: cover;
    width: 60px;
    height: 60px;

    top: 60%;
    left: 15%;
    animation-delay: 0.5s;
    
  }

  .circle-3 {
    background: url('circle3.svg') center center;
    background-size: cover;
    width: 60px;
    height: 60px;

    top: 30%;
    right: 10%;
    animation-delay: 1s;
    
  }

  .circle-4 { 
    background: url('circle4.svg') center center;
    background-size: cover;
    width: 60px;
    height: 60px;
    
    top: 60%;
    right: 15%;
    
  }
  
  .circle-10{
    background: url('circle10.svg') center center;
    background-size: cover;
    width: 60px;
    height: 60px;

    top: 90%;
    right: calc(50% - 30px);
  }

  
  @media (min-width: 2000px){
    .circle-1{
        top: 25%;
        left: 20%;
    }
    .circle-3{
        top: 25%;
        right: 20%;
    }
    .circle-4{
        top: 50%;
        right: 25%;
    }
    .circle-2{
        top: 50%;
        left: 25%;
    }
    .circle-5{
        top: 65%;
    }
    
  }


  @keyframes float {
    0% {
      transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    33% {
      transform: translateY(-5px) translateX(5px) rotate(2deg);
    }
    66% {
      transform: translateY(-8px) translateX(-5px) rotate(-2deg);
    }
    100% {
      transform: translateY(0px) translateX(0px) rotate(0deg);
    }
  }

  /* HERO MEDIA QUERY */
  @media (max-width: 1300px) {
    .herobody h1{
        font-size: 60px;
        width: 80%;
    }
    .hero{
        background: url('Hero\ background.png') center top;
        background-size: 280%;
        background-repeat: no-repeat;
    }
    .floating-circle{
        display: none;
    }
    .herobody p{
        width: 80%;
        font-size: 12px;
    }



  }

  @media (max-width: 650px) {
    .herobody h1{
        font-size: 50px;
        width: 80%;
    }

    .joinnow{
        width: 150px;
        height: 44px;
        font-size: 16px;
    }

  }

  @media (max-width: 500px) {
    .herobody h1{
        font-size: 45px;
    }

  }


/* General Styles */
.wins {
    background: url('wins background.png') center bottom;
    background-size: cover;
    height: fit-content;
    padding: 150px 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wins .container {
    width: 85%;
    max-width: 1500px;
    display: flex;
    height: fit-content;
    gap: 60px;
    margin: auto;
}

/* Carousel Styles */
.slideshow-container {
    flex: 0 0 40%;
    max-width: 800px;
}

.slides {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: scale(0.9);
    border: 1px solid aliceblue;
    border-radius: 8px;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

.controls-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.indicators {
    display: flex;
    background: #2F2F2F;
    padding: 14px 10px;
    border-radius: 100px;
    border: 1px solid #484848;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888888;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    background-color: #ffffff;
    width: 30px;
    border-radius: 30px;
}

.controls{
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.controls button {
    background-color: #2f2f2f;
    color: white;
    border: 1px solid #484848;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
}

.controls button:hover {
    background-color: aliceblue; 
    color: #0e0e0e;
}

/* Content Styles */
.wins .content {
    flex: 0 0 50%;
}
.slideshow-container {
    flex: 0 0 50%;
    max-width: 800px;
}

.wins .content h2 {
    font-size: 30px;
    margin: 0;
}
.wins .content h1 {
    font-size: 70px;
    font-family: 'Orbitron', sans-serif;
    margin: 0;
    margin-bottom: 24px;
}

.wins .content p {
    font-size: 18px;
    margin: 0;
    line-height: 35px;
    font-weight: 400;
    opacity: 0.7;
}

@media (max-width: 1520px) {
    .slides {
        height: 400px;
    }

    .wins .content {
        flex: 0 0 60%;
    }
}

@media (max-width: 1200px) {
    .slides {
        height: 360px;
    }
    .wins .content p {
        font-size: 16px;
    }
    .wins .content h1 {
        font-size: 50px;
    }
}


/* Responsive Styles for 1015px and below */
@media (max-width: 1000px) {
    .wins{
        padding: 100px 0;
    }

    .wins .container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        align-items: center;
        width: 85%;
    }

    .wins .content {
        order: 1;
        text-align: center;
    }

    .wins .content h1 {
        font-size: 40px;
        width: 100%;
        text-align: left;
    }

    .wins .content h2 {
        font-size: 24px;
        text-align: left;
    }

    .wins .content p {
        font-size: 16px;
        line-height: 28px;
        text-align: left;
    }

    .slideshow-container {
        order: 2;
        width: 100%;
        flex: none;
    }

    .slides {
        height: 500px;
    }

    .indicators {
        height: 36px;
        align-items: center;
        justify-content: center;
    }
    
    .indicator {
        width: 6px;
        height: 6px;
        margin: 0 4px;
    }
    
    .indicator.active {
        width: 20px;
    }
    
    .controls button {
        height: 36px;
        width: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    
}

@media (max-width: 685px){
    .slides {
        height: 400px;
    }
}

@media (max-width: 530px){
    .slides {
        height: 350px;
    }
}
@media (max-width: 480px){
    .slides {
        height: 300px;
    }
}
@media (max-width: 400px){
    .slides {
        height: 270px;
    }
}







.discord{
    background: url('discord\ channel.png') center top;
    background-size: cover;
    align-items: center;
    justify-content: center;
    padding: 100px 0 150px 0;
}
.discord-container{
    width: 85%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.discord h1{
    opacity: 0.06;
    font-weight: 900;
    margin: 30px 0 0 0;
    font-size: 7vw;
    max-width: 80vw; 
    white-space: nowrap;
    }

@media (min-width: 1600px) {
    .discord h1 {
        max-width: 1600px;
        font-size: calc(1500px * 0.088); /* Scale the font size based on max width */
    }
}

.h1box{
    width: 100%;
    max-width: 1500px;
    /* position: absolute; */

}
.infobox{
    background: white url('crypto\ calls\ background.png') center center;
    background-size: cover;
    width: 100% ;
    height: 500px;
    max-width: 1500px;
    color: black;
    display: flex;
    overflow: visible;
    border-radius: 10px;
}
.infobox .content{
    width: 100%;
    padding: 40px 60px;
}  
.infobox .content h2{
    font-size: 60px;
    margin: 20px 0;
    font-family: 'Orbitron', sans-serif;
    
}

.infobox .content p{
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    font-weight: 400;
    opacity: 0.7;

}
.infobox .imagebox{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.infobox .imagebox img{
    width: 540px;
    position: absolute;
}

.infobox button{
    width: 164px;
    height: 50px;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    color: white;
    background: black;
    margin-top: 20px;
}


@media (max-width: 1200px){
    .infobox .content h2{
        font-size: 50px;
    }

    .infobox .imagebox img{
        width: 480px;
        position: absolute;
    }
    .infobox .content{
        width: 90%;
        padding: 30px 40px;
    }  
    .discord h1{
        margin: 40px 0 0 0;
        font-size: 12vw;
        max-width: 80vw; 
        white-space: wrap;
    }
    .infobox button{
        font-size: 14px;
        height: 44px;
        width: 150px;
    }
}

@media (max-width: 1000px){
    .infobox{
        flex-direction: column;
        align-items: start;
        height: 800px;
        padding-bottom: 0 20px 50px 20px;
    }
    .infobox .imagebox{
        order: 1;
        height: 600px;
        align-items: center;
        transform: translateY(120px);
    }
    .infobox .content{
        order: 2;
        width: 100%;
    }  
    #desktop-phone-mockup{
        display: none;
    }
    #moblie-phone-mockup{
        display: block !important;
        width: 100%;
    }
    .infobox .content h2{
        font-size: 40px;
    }
    .infobox .content p{
        font-size: 16px;
    }
}

@media (max-width: 650px){
    .infobox{
        flex-direction: column;
        align-items: start;
        height: 700px;
        padding-bottom: 30px;
    }
    .infobox .content h2{
        font-size: 40px;
        margin: 20px 0;
    }
}




.growth{
    background: url('wins\ background.png') center center;
    background-size: cover;
    width: 100%;
    display: flex;
    gap: 48px;
    height: fit-content;
}
.growthContainer{
    display: flex;
    justify-content: left;
    align-items: right;
    width: 85%;
    max-width: 1500px;
    margin: auto;
    padding: 0;
}

.growth-content{
    flex: 0 0 calc(40% + 40px);
    padding: 100px 0 80px 0;
}
.growth-content h1{
    font-size: 60px;
    margin: 20px 0;
    font-family: 'Orbitron', sans-serif;
}
.growth-content p{
    font-size: 18px;
    margin: 0;
    line-height: 35px;
    font-weight: 400;
    opacity: 0.7;
}
.graphbox{
    background: url('GraphImg.svg') center right;
    flex: 0 0 60%;
    transform: translateX(-120px);
    background-size: 95% !important;
    background-repeat: no-repeat;
}


@media (max-width: 1200px){

    .growth-content p{
        font-size: 16px;
    }
    .growth-content h1{
        font-size: 50px;
    }
    .graphbox{
        height: 700px;
        background-size: 120% !important;
    }
}

@media (max-width: 1000px){
    .growth{
        flex-direction: column;
        height: fit-content;
    }

    .growth-content{
        flex: 0 0 100%;
        padding: 80px 0 80px 0;
    }
    .graphbox{
        display: none;
    }
    .growth-content h1{
        font-size: 40px;
    }
}

.subscription{
    background: url('subscription.png') center center;
    background-size: con;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px 0 150px 0;

}
.subscription h1{
    font-size: 60px;
    margin: 0;
    font-family: 'Orbitron', sans-serif;
}
.subscription .subtext{
    width: 60%;
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    font-weight: 400;
    opacity: 0.7;
}
.plans{
    width: 85%;
    max-width: 1500px;
    display: flex;
    gap: 20px;
    margin-top: 60px;
    
}
.plan1, .plan2, .plan3{
    height: 410px;
    width: 100%;
    background: #0e0e0e;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}
.duration{
    font-size: 14px;
    opacity: 0.5;
}
.amount{
    display: flex;
    align-items: baseline;
}
.price{
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin: 0;
}
.currency{
    font-size: 14px;
    opacity: 0.5;
}
.plans-button{
    height: 52px;
    width: 100%;
    background: none;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}



.perks{
    height: 180px;
}

.plans-button span{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: aliceblue;
    display: block;
}
.soldOut{
    width: 200px;
    display: block;
    position: absolute;
    top: calc(37% + 100px);
    left: calc(50% - 100px);

}

@media(max-width: 1200px){
    .perks p{
        font-size: 14px;
    }
    .subscription h1{
        font-size: 50px;
    }
    .subscription{
        background: url('subscription.png') center top;
        background-size: 300%;
        background-repeat: no-repeat;
    }
}
@media (max-width: 1000px){
    .plans{
        flex-direction: column;
        display: flex;
        gap: 20px;
        margin-top: 60px;
    }
    .subscription h1{
        font-size: 40px;
    }

    .subscription .subtext{
        font-size: 14px;
    }
}




.wordmarkFooter{
    width: 100%;
    background: url('monarc\ footer.svg') center bottom no-repeat;
    background-size: contain;
    height: 300px;
}

footer .block{
    background: url('Footer\ bg.png') center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px 40px 0 0;

}
footer .upper{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.upper button{
    border: 1px solid white;
    height: 44px;
    border-radius: 40px;
    width: 106px;
}
footer p{
    font-size: 14px;
}

@media (max-width: 1200px){
    .upper button{
        border: 1px solid white;
        height: 36px;
        border-radius: 40px;
        width: 100px;
        font-size: 12px;
    }

}

@media (max-width: 1000px){
    footer p{
        font-size: 12px;
    }
    .wordmarkFooter{
        height: 200px;
    }
}


/* START OF FORM  */

.formhero{
    background: url('Form\ background.png') center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#form1, #form2, #success{
    width: 713px;
    background: url('Form.png') center top;
    background-size: cover;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid #b8b8b8;
    margin-top: 50px;
}



.successIconCase{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    
}
#success img{
    height: 179px;
    width: 179px;
}
#success h1{
    text-align: center;
    font-size: 42px;
    margin: 4px 0 8px 0;
}
#success p{
    text-align: center;
    font-weight: 200;
    margin: 0;
    color: #888888;
    line-height: 28px;
}

.formheader{
    font-size: 40px;
    box-sizing: border-box;
    font-weight: 700;
    opacity: 0.2;
}

.inputcase{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form input, .form select{
    height: 54px;
    background: #2F2F2F;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 0px 24px;
    font-size: 16px;

}
.form hr{
    width: 100%;
}
.allinput{
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.formbtncase{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.formbtn{
    border-radius: 4px;
    width: 130px;
    height: 40px;
    font-size: 16px;
    border: none;
}
.form .back{
    border-radius: 4px;
    width: 130px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    color: aliceblue;
    border: 1px solid aliceblue;
    cursor: pointer;
}

textarea{
    max-width: 100%;
    min-width: 100%;
    height: 180px;
    background: #2F2F2F;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 24px;
    font-size: 16px;
}
label{
    font-size: 16px;
    color: aliceblue;
}
button{
    cursor: pointer !important;
}



@media (max-width:860px){
    #applicationForm{
     display: flex;
     align-items: center;
     justify-content: center;
     width: 85%;
    }

    #form1, #form2, #success{
        width: 100%;
        padding: 32px 16px 24px 16px;
    }

    .formheader{
        font-size: 30px;
    }
    .form input, .form select{
        height: 48px;
        font-size: 16px;
    }
    .formbtn{
        width: 100%;
        height: 48px;
        font-size: 14px;
    }
    .form .back{
        height: 48px;
        font-size: 16px;
    }
    textarea{
        font-size: 14px;
    }
    label{
        font-size: 14px;
    }
    #success h1{
        text-align: center;
        font-size: 36px;
        margin: 4px 0;
    }
    #success p{
        color: #888888;
    }
    
}



/* LANDING PAGE MEDIA QUERY  */
