*, ::after, ::before {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

img {
    pointer-events: none;
    user-select: none;
}

body {
    overflow-x: hidden;
    margin: 0;
    width: 100%;
}

.under-construction {
    position: relative;
    width: 100%;
}

.under-construction .img-wrapper img{width: 100%;}

.under-construction .img-wrapper .mobile {
    display: none;
}

.under-construction .socials-wrapper {
    padding: 0 50px;
}

.under-construction .socials {
    padding: 0px 35.208vw;
    max-width: 1861px;
    width: 100%;
    margin: auto;
    display: flex;
    position: absolute;
    left: 0;
    font-size: 70px;
    right: 0;
    justify-content: space-between;
    top: 25vw;
}

.under-construction .socials i{
    width: 100%;
    color: #fff;
    transition: 0.25s ease-out;
    align-items: center;
    justify-content: center;
}

.under-construction .socials i:hover{
    transition: 0.25s ease-in;
    opacity: 0.6;
    transform: translateY(2px);
}

.under-construction .socials i.fa-facebook-f {
    color: #3b5998;
}

.under-construction .socials i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.under-construction .socials i.fa-tiktok {
    color: #111111;
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}

.snapwidget {
    transform: translate(-10px);
    width: 102%;
    top: -4px;
    position: relative;
    max-height: 300vw;
    overflow-y: hidden;
}

.snapwidget > div .snptwdgt-feed__items-inner.snptwdgt-container-liner  {
    margin: unset!important;
}

@media (min-width: 3840px) {
    .snapwidget {
        max-height: 2000px!important;
    }
}

@media (min-width: 1921.02px) {

    .under-construction .socials {
        max-width: unset;
    }

    .snapwidget {
        max-height: 100vw;
    }

}

@media (max-width: 1300px) {

    .under-construction .socials {
        font-size: 60px;
    }

}

@media (max-width: 991.98px) {

    .under-construction .img-wrapper .full {
        display: none;
    }

    .under-construction .img-wrapper .mobile {
        display: block;
    }

    .under-construction .socials {
        max-width: 20%;
        top: 74vw;
        padding: 0 12vw;
        padding: unset;
        font-size: 39px;
    }  
    
    .under-construction .socials a {
        max-width: 20px;
    }

    .under-construction .socials i {
        width: unset;
    }

    .snapwidget {
        top: 0px;
        width: 105%;
    }

}

@media (max-width: 600px) {

    .under-construction .socials {
        font-size: clamp(20px, 6vw, 39px);
    }  

    .snapwidget {
        max-height: 500vw;
    }

}