.myVideo {
    /* max-width: 500px; */
    width: 100%;
    border-radius: 30px;
}

.vid-youtube {
    width: 100%;
    height: 400px;
}

.logo-text {
    font-family: "Fredoka One", sans-serif;
    color: #ff6d40;
}

.main-logo {
    margin-left: -10px;
    width: 80%;
}

.image-top {
    width: 30%;
    position: absolute;
    margin-top: 600px;
    margin-left: -35px;
    z-index: 1;
    /* transform: rotate(12deg); */
}

@media only screen and (max-width: 990px) {
    .main-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .main-subtitle {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .img-about {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .supply {
        font-size: 5vw !important;
    }
    .image-top {
        position: absolute;
        width: 20%;
        max-width: 150px;
        margin-top: 600px;
        margin-left: -35px;
    }
    .social-links-2 a {
        font-size: 30px !important;
    }
    .social-links-2 img {
        height: 30px;
        width: 30px;
    }
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    .flooz {
        -webkit-transform: scale(0.65);
    }
    .image-top {
        width: 20%;
        margin-left: 0px;
    }
    .social-links-2 a {
        font-size: 30px !important;
    }
    .social-links-2 img {
        height: 30px;
        width: 30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
    .flooz {
        -webkit-transform: scale(0.65);
        margin-top: 0px;
    }
    .image-top {
        width: 20%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .social-links-2 a {
        font-size: 30px !important;
    }
    .social-links-2 img {
        height: 30px;
        width: 30px;
    }
}

iframe {
    border-radius: 30px;
}

.flooz {
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.801);
    width: 400px;
    max-width: 100%;
    height: 700px;
    background-color: #212529;
}

@media (min-resolution: 120dpi) {
    .flooz {
        -webkit-transform: scale(0.9);
    }
    .image-top {}
    .social-links-2 a {
        font-size: 30px !important;
    }
    .social-links-2 img {
        height: 30px;
        width: 30px;
    }
}

@media (min-resolution: 110dpi) {
    .flooz {
        -webkit-transform: scale(0.7);
    }
    .image-top {}
    .social-links-2 a {
        font-size: 30px !important;
    }
    .social-links-2 img {
        height: 30px;
        width: 30px;
    }
}

.social-links-2 a {
    font-size: 40px;
    display: inline-block;
    line-height: 0;
    margin-right: 20px;
    transition: 0.3s;
}

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    position: absolute;
    margin-top: 300px;
    margin-left: 165px;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}