.social-icons {
    position: relative;
    z-index: 2;
}

.social-icons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 4rem;
    width: 4rem;
    border-radius: 100rem;
}


.bg-all {
    background-color: #e33434;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background-color: black;
    opacity: 0.85;
    transform-origin: bottom left;
    transform: rotate(-80deg) translateY(45%);
    z-index: 999999;
}

@media (min-width: 1700px) {
    .d-xxxl-block {
        display: block !important;
    }
}

@media (max-width: 1800px) {
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 200%;
        background-color: black;
        opacity: 0.85;
        transform-origin: bottom left;
        transform: rotate(-80deg) translateY(35%);
        z-index: 999999;
    }
}

@media (max-width: 1500px) {
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 200%;
        background-color: black;
        opacity: 0.85;
        transform-origin: bottom left;
        transform: rotate(-80deg) translateY(25%);
        z-index: 999999;
    }
}

@media (max-width: 1399px) {
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 85%;
        background-color: black;
        opacity: 0.85;
        transform-origin: bottom left;
        transform: rotate(0deg) translateY(0%);
        z-index: 999999;
    }

    .logo {
        width: 25% !important;
    }

}

@media (max-width: 1000px) {
    .logo {
        width: 35% !important;
    }
}

@media (max-width: 550px) {
    .logo {
        width: 45% !important;
    }
}

@media (min-width: 1399px) {
    .social-icons {
        position: absolute;
        height: 100%;
        top: 0;
        right: 2.5rem;
        width: auto;
    }
}





