* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
   
   

}



main {
   
   background: white;
   margin-left: 20px;
   margin-right: 20px;
   
}

.logomenu {
    width: 88px;
    height: 88px;
    margin-left: 20px;
   
}


header {
    background: black;
     display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 10px;
      padding-top: 20px;
   
   
}

#head {
    background: black;
    background-size: cover;
    background-position: top center;
    position: relative;
    text-align: center;
    padding-top: 40px;
    
    
}


    #head h1 {
        
        font-size: 70px; 
        color: white;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        line-height: 80px;
        letter-spacing: -0.011em;
    }

    #head p {
        width: 75%;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.011em;
        color: white;
        text-align: left;
        margin: 0 auto;
        font-weight: normal;
        position: fixed;
    }












h2 {
    font-weight: 200;
    font-size: 18px;
    color: white;
    
}

.h22 {
    font-weight: 400;
    font-size: 18px;
    color: black;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#join-btn {
    background: #5765F2;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: 236px;
    height: 60px;
    border-radius: 20px;
    margin-bottom: 100px;
}

#join-button {
    background: black;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: 236px;
    height: 60px;
    border-radius: 20px;
    margin-bottom: 100px;
}


.button-container {
    margin-left: 30px;
}


.header-button {
    background: #5765F2;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    width: 236px;
    height: 60px;
    border-radius: 20px;
    margin-left: auto;
    border: none;
    display: inline-block;
    padding-top: 20px;
}


.competition-button {
    background: black;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    width: 236px;
    height: 60px;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}

#competition {
    text-align: center;
    margin-bottom: 100px;
}

.hcol {
    color: black;
    text-align: center;
    margin-top: 120px;
    font-size: 60px;
    font-weight: 400;
}



.hcol2 {
    color: black;
    text-align: center;
    margin-top: 120px;
    font-size: 50px;
    font-weight: 400;
}

.pcol {
    text-align: center;
    font-weight: 200;
    font-size: 18px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px; /* Set a maximum width for the container */
    margin-left: auto; /* Center the container horizontally */
    margin-right: auto; /* Center the container horizontally */
   
}

.column1 {
    flex: 1 !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    float: right;
    text-align: center;
    margin-left: 150px;
    
    
  
    
}

.column2 {
    flex: 1 !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: left;
   
    
}



.buttons-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Add spacing between content and buttons */
}

.app-store-button,
.google-play-button {
    margin: 0 10px; /* Add spacing between the buttons */
    
}




.ascent {
    width: 300px;
    height: 400px;
    float: left;
    
}



#video-column {
    position: relative;
    justify-content: center;
    margin-bottom: 30px;
}

.container.columns-4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 1200px; /* Set a maximum width for the container */
    margin-left: auto; /* Center the container horizontally */
    margin-right: auto; /* Center the container horizontally */
}

    .container.columns-4 .column {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-bottom: 20px;
    }

iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    height: 420px;
    width: 236px;
    
}










@media screen and (min-width: 1200px) {
    .container {
        justify-content: space-between;
        margin-bottom: 30px;
    }
        
       
    }



    @media only screen and (max-width: 1320px) {
        .container.columns-4 .column {
            flex-basis: calc(33.33% - 20px);
        }
    }

    @media only screen and (max-width: 1100px) {

        .container {
            justify-content: space-between;
            margin-top: -40px;
        }


    }






    @media only screen and (max-width: 900px) {





        .container {
            justify-content: space-between;
            margin-top: -50px;
        }

        .column {
            flex: 100% !important;
            margin-top: -100px;
        }

        .ascent {
            margin-top: 10px;
        }

        .hcol2 {
            margin-bottom: 20px;
            font-size: 40px;
        }


        #video-column {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .container.columns-4 .column {
            padding: 20px;
            flex: 100%;
        }

        iframe {
            margin-bottom: 30px;
            margin-top: 20px;
        }


        .column1 {
            text-align: center;
            margin-left: 0px;
            margin-top: -60px;
        }

        .ascent {
            width: 300px;
            height: 400px;
            justify-content: center;
            align-content: center;
            margin: auto;
            margin-bottom: 30px;
        }

        column2 {
            align-content: center;
            justify-content: center;
            
        }
    }






    /* Header and menu ends here*/
    .cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        color: #fff;
        z-index: 999;
        display: none;
    }

        .cookie-banner.show {
            display: block;
        }

    .cookie-content {
        max-width: 900px;
        margin: 0 auto;
        padding: 10px;
    }

        .cookie-content p {
            margin: 0;
        }

    .cookie-buttons {
        margin-top: 10px;
    }

        .cookie-buttons label {
            display: inline-block;
            margin-right: 20px;
        }

    .cookie-button {
        background-color: #fff;
        color: #333;
        border: none;
        padding: 10px 20px;
        margin-top: 10px;
        cursor: pointer;
    }

        .cookie-button:hover {
            background-color: #ccc;
        }


    /* Footer */


    footer {
        background: white;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        
    }


    .pfooter {
        color: lightgrey;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }