html {
    scroll-behavior: smooth;
  }

body {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    margin: 0px;
    padding: 0px;
}

.wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px;
  }
  ul {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  color: white;
  text-decoration: none;
  }
  li {
    font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  color: white;
  text-decoration: none;
  }


h2 {
    font-family: 'Arial';
    font-style: bold;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: #FF0093;
    text-decoration: none;
}

p {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 48px;
    text-align: left;
    color: white;
    text-decoration: none;
}

a {
    color: white;
}

#banner {
    position: relative;
    padding-bottom: 56.2%;
    width: 100%;
    overflow: hidden;
}
  
.videoembed {
    position: absolute;
    top: 0;
    /*z-index: -99; */
    width: 100%; 
    height: 100%;
    background: #333;
}
  
.intro {
    width: 100%;
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.logo-sans {
    max-width: 450px;
    position: relative;
    display: flex;
    align-self: center;
    z-index: 120;
}

.logo-down {
    max-width: 450px;
    margin-left: 20px;
    position: relative;
    display: flex;
    align-self: center;
    z-index: 122;
}

.asterix {
    max-width: 450px;
    margin-top: 111px;
}

.slogan {
    display: flex;
    align-self: flex-end;
    z-index: 100;
}

.void_space {
    height: 200px;

}

.column {
    height: 2400px;
    display: flex;
    flex-direction: column;
    top: 100px;
    position: relative;
    justify-content: center;
    flex: 1;
    width: 100%;
    overflow: visible;
}

.bcit_photo1 {
    position: absolute;
    display: flex;
    align-self: flex-start;
    max-width: 400px;
    left: 10%;
}

.bcit_photo2 {
    position: absolute;
    display: flex;
    align-self: flex-end;
    max-width: 400px;
    margin-right: 50px;
}

.bcit_photo3 {
    position: absolute;
    max-width: 550px;
    display: flex;
    align-self: flex-start;
    margin-top: 400px;
}

.bcit_photo4 {
    position: absolute;
    max-width: 550px;
    display: flex;
    align-self: flex-end;
    margin-top: 300px;
    margin-right: 100px;
    z-index: 100;
}

.tag_pink {
    margin-left: 20px;
    max-height: 280px;
    position: absolute;
    display: flex;
    align-self: center;
    z-index: 101;
}

.tag_yellow {
    max-height: 280px;
    position: absolute;
    display: flex;
    align-self: center;
    z-index: 102;
}


/* box again */

* {
    box-sizing: border-box;
}
button {
    cursor: pointer;
    padding: 8px 16px;
    margin: 10px 5px;
}

.box-container {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: visible;
    min-height: 1000px;
}
.box {
    font-size: 28px;
    font-weight: 700;
    background-color: blue;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 15%;
    margin: 10px;
    position: absolute;
}
.box-1 {
    top: calc(100px * 1);
    left: calc(15% * 0 + 20px);
}
.box-2 {
    top: calc(100px * 2);
    left: calc(15% * 1 + 20px);
}
.box-3 {
    top: calc(100px * 3);
    left: calc(15% * 2 + 20px);
}
.box-4 {
    top: calc(100px * 4);
    left: calc(15% * 3 + 20px);
}
.box-5 {
    top: calc(100px * 5);
    left: calc(15% * 4 + 20px);
}


/* Footer  */

.footer {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 56px;
}

.tiktok {
    width: 92px;
    margin-right: 10px;
}

.tiktok:hover {
    transform: scale(1.1);
}

.insta {
    width: 92px;
    margin-left: 10px;
}

.insta:hover {
    transform: scale(1.1);
}


.btn {
    background: #5DF0FF;
    border-radius: 100px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: #FF0093;
    text-decoration: none;
    padding: 15px 38px;
}

.cookie_monster {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white; 
    color: black;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    border-style: none;
    text-transform: uppercase;
    bottom: 0px;
    position: fixed;
    padding: 20px;
}

.cookie {
    color: black;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.cookie_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

#btn-cookie {
    cursor: pointer;
    padding: 8px 16px;
    margin: 10px 5px;
    background-color: #FF0093;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    width: 150px;
    border-style: none;
    text-transform: uppercase;
    margin-left: 50px;
}

#btn-cookie:hover {
    color: #5DF0FF;
}


.btn:hover {
    color: white;
}

.imp {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-top: 100px;
}

.imp:hover {
    text-decoration: underline;
}

/* Footer End */


/* 
.yellow {
    color: #FFFB00;
}

.blue {
    color: #5DF0FF;
}

.pink {
    color: #FF0093;
} */


@media (max-width: 630px){

    .bcit_photo1 {
        max-width: 350px;
        overflow: hidden;
    }

    .bcit_photo2 {
        display: none;
    }

    .bcit_photo3 {
        max-width: 350px;
        align-self: flex-end;
    }

    .bcit_photo4 {
        max-width: 350px;
        overflow: hidden;
        align-self: center;
    }

    .slogan {
        max-width: 350px;
        padding: 20px;
    }

    .tag_pink {
        max-width: 350px;
    }
    .tag_yellow {
        max-width: 350px;
    }

    #banner {
        display: none;
    }

    .btn {
        display: none;
    }

    .cookie_monster {
        z-index: 200;
        font-size: 15px;
    } 

    .cookie_wrapper {
        width: 100%;
    }

    .logo-down {
        max-width: 350px;
    }



}
