* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    position: relative;
}
body {
    background-color: #ffa916;
}

@font-face {
    font-family: 'frek bold';
    src: url(Fredoka/static/Fredoka-Bold.ttf);
}

@font-face {
    font-family: 'frek reg';
    src: url(Fredoka/static/Fredoka-Regular.ttf);
}

@font-face {
    font-family: 'frek med';
    src: url(Fredoka/static/Fredoka-Medium.ttf);
}
@font-face {
    font-family: 'frek semibold';
    src: url(Fredoka/static/Fredoka-SemiBold.ttf);
}


@keyframes popIn {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    60% {
      transform: scale(1.1);
      opacity: 1;
    }
    80% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
    }
  }
  


.top_banner_wrapper {
    width: 100%;
    height: 125px;
    margin-bottom: 30px;
    padding: 1rem 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media only screen and (max-width: 1200px) {
    .top_banner_wrapper {
        padding: 1rem 3%;

    }
}





.top_banner_wrapper .top_banner {
    width: 100%;
    height: 100%;
    border: 2px solid black;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    overflow: hidden;


}

.top_banner_wrapper .top_banner img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.top_banner_wrapper .top_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.1), transparent);
}

.top_banner_wrapper .top_banner .banner_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.top_banner_wrapper .top_banner .banner_content p {
   
    color: white;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top_banner_wrapper .top_banner .banner_content button {
    background-color: orangered;
    color: white;
    padding: 1rem;
    border-radius: 100px;
    border: 0;
    font-family: 'frek semibold';
    letter-spacing: 2px;
    font-size: 1rem;
}

.top_banner_wrapper .top_banner .banner_content button:hover {
    opacity: 0.95;
    scale: 0.95;
}


.top_banner_wrapper .top_banner .banner_content p span:nth-child(1) {
    font-family: 'frek bold';
    font-size: 3rem;
    line-height: 100%;
}

.top_banner_wrapper .top_banner .banner_content p span:nth-child(2) {
    font-family: 'frek med';
    font-size: 1rem;
    letter-spacing: 4px;
}








.top_banner_wrapper .top_banner .banner_content img {
    height: 150%; 
    bottom: -30%;
    margin-left: -20px;
}

span.x {
    position: absolute;
    top: -7px;
    right: 5px;
    color: black;
    rotate: 45deg;
    font-family: 'frek reg';
    font-size: 2rem;

}




.root {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 50px;
}


@keyframes egg {
    0%   { transform: rotate(0deg) translateX(0); }
    10%  { transform: rotate(-5deg) translateX(-2px); }
    20%  { transform: rotate(5deg) translateX(2px); }
    30%  { transform: rotate(-5deg) translateX(-2px); }
    40%  { transform: rotate(5deg) translateX(2px); }
    50%  { transform: rotate(-3deg) translateX(-1px); }
    60%  { transform: rotate(3deg) translateX(1px); }
    70%  { transform: rotate(-2deg) translateX(-1px); }
    80%  { transform: rotate(2deg) translateX(1px); }
    90%,
    100% { transform: rotate(0deg) translateX(0); }
}
.root img.egg {
    width: 200px;
    animation: egg 1.6s infinite;
    transition: 0.2s;
    z-index: 1;
}
.root img.egg:hover {
    scale: 0.9;
}
.background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.01;
    object-fit: cover;
    user-select: none;
    pointer-events: none;

    display: none !important;
}
p.crack {
    font-family: 'frek med';
    font-size: 1.4rem;
    color: white;
    z-index: 1;
    position: relative;
    letter-spacing: 2px;
}


.page_up { 

    width: 100%;
    height: 100vh;
    background-color: #ffa916;
    position: fixed;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 1s;

    z-index: 2;

}


.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 16px; */
    width: 100%;
}
.info h1 {
    font-family: 'frek bold';
    font-size: 7rem;
    color: white;
    line-height: 90%;
}

.info h1 span {
    font-size: 2rem;
    position: absolute;
    width: 100px;
}

.info p.sub {
    font-family: 'frek reg';
    font-size: 1.5rem;
    color: white;
    text-shadow: 0 0 5px rgb(0, 0, 0, 0.0.6);
    /* letter-spacing: 2px; */
    padding: 15px 0;
}

.info img.after {
    width: 290px;

}
.info .ca {
    width: 90%;
    max-width: 500px;
    background-color: white;
    padding: 12px 18px;
    font-family: 'frek med';
    font-size: 1.25rem;
    border: 2.5px solid black;
}
.info .ca p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





.links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 20px;
}

.links .link img {
    width: 60px;
    height: 60px;
}

.links .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;

    color: white;
    font-family: 'frek med';
    font-size: 1.65rem;
    border: 2.5px solid black;
    background-color: black;

}

.links a:nth-child(1) .link {
    rotate: 3deg;
}
.links a:nth-child(2) .link {
    rotate: -3deg;
}
.links a:nth-child(3) .link {
    rotate: 3deg;
}
.links a:nth-child(4) .link {
    rotate: -3deg;
}

.links .link:hover {
    opacity: 0.95;
    scale: 0.95;
}

.links .link p {
    display: none;
}

.links .link:hover {
    color: orangered;
}
















.gal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.75rem;
    padding: 20px 20px 20px 20px;

    background: rgb(0, 0, 0, 0.081);
}

.gal img {
    width: 280px;
    flex-grow: 1;
    border: 2px solid black;
}




footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: white;

    font-family: 'frek reg';
    padding: 22px 0;
    font-size: 1.2rem;

    background: linear-gradient(to top, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.3) , transparent);
    z-index: 10;
}
footer p {
    background-color: white;
    color: black;
    padding: 0px 20px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
footer .social {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 100px;
}
footer .social img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

/* .botton_right {
    position: fixed;
    bottom: 0.5rem;
    right: 1rem;
    font-family: 'frek bold';
    color: white;
    font-size: 2rem;
    z-index: 100;
} */




.footer_art.desktop {
    width: 100%;
    margin-top: -10%;
    bottom: -10px;
}


.footer_art.mobile {
    display: none;
}


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

    .footer_art.mobile {
        display: unset;
        width: 100%;
        margin-top: -50%;
        bottom: -10px;
    }
    .footer_art.desktop {
        display: none;
    }
    
    .top_banner_wrapper {
        flex-direction: column;
        height: 250px;
        margin: 0;
        gap: 0.5rem;
    }
    .top_banner_wrapper .top_banner .banner_content {
        gap: 0;
    }
    .top_banner_wrapper .top_banner .banner_content p span:nth-child(1) {
        font-size: 2rem;
    }
    .top_banner_wrapper .top_banner .banner_content p span:nth-child(2) {
        font-size: 1rem;
    }
    .background {
        object-position: left;
        opacity: 0.015;
        object-fit: cover;
    }

    .top_banner_wrapper .top_banner .banner_content button {
        font-size: 0.8rem;
    }

    .info h1 {
        font-size: 5.5rem;
    }
    .info p.sub {
        font-size: 1.2rem;
        text-align: center;
        padding: 10px 0;
    }
    

    .links {
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 0.95rem;
    }

   
    .links .link  p{
        font-size: 1.4rem;
        display: none;
    }

    .links .link img {
        width: 55px;
        height: 55px;
    }


    .gal {
        padding: 3%;
        margin-top: 0;
    }
    
    .gal img {
        width: 40%;
        flex-grow: 1;
        border: 2px solid black;
    }

    .ca p {
        font-family: 'frek med';
    }


    
}

