
.share-container {
    position: fixed;
    height: 50px;
    width: 50px;
    border-radius: 40px;
    background-color: crimson;
    top: 85%;
    left: 96.6%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease, box-shadow 0.1s 0.3s ease;
    z-index: 950;
}
.social-check-label {
    z-index: 999;
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    border-radius: 100%;
    transition: 0.3s ease;
}
.social-check-label::before,
.social-check-label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4px;
    width: 35%;
    border-radius: 2px;
    background-color: #ffffff;
}
.social-check-label::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.social-button {
position: absolute;
height: 45px;
width: 45px;
left: 50%;
transform: translate(-50%, -50%) scale(0.75);
transition: 0.3s ease, opacity 0.1s ease;
background-size: cover !important;
backface-visibility: hidden;
opacity: 0;
}
.social-button.facebook {
    top: 160px;
    background: url(../images/whatsapp.svg) no-repeat center;
}
.social-button.twitter {
    top: 225px;
    background: url(../images/telegram.svg) no-repeat center;
}
.social-button.google  {
    top: 300px;
    background: url(../images/vk.svg) no-repeat center;
}
.expander {
    position: fixed;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: rgba(225,255,255,0.15);
    backdrop-filter: blur(4px);
    top: 85%;
    left: 96.6%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    transition: 0.3s ease;
}
#socialCheckbox {
    display: none;
}
#socialCheckbox:checked~ .share-container {
    height: 200px;
    box-shadow: none;
    transition: 0.3s ease, box-shadow 0.1s ease;
}
#socialCheckbox:checked~ .share-container> .social-button {
    opacity: 1;
    cursor: pointer; 
}
#socialCheckbox:checked~ .share-container> .social-button.facebook {
    top: 30px;
    transition: 0.3s ease, opacity 0.33s 0.455s ease, top 0.33s 0.405s
    cubic-bezier(0,0,0.5, 1.6);
}
#socialCheckbox:checked~ .share-container> .social-button.twitter {
    top: 80px;
    transition: 0.3s ease, opacity 0.33s 0.455s ease, top 0.33s 0.405s
    cubic-bezier(0,0,0.5, 1.6);
}
#socialCheckbox:checked~ .share-container> .social-button.google {
    top: 130px;
    transition: 0.3s ease, opacity 0.33s 0.455s ease, top 0.33s 0.405s
    cubic-bezier(0,0,0.5, 1.6);
}
#socialCheckbox:checked~ .share-container> .social-check-label {
  transform: translateX(-50%) rotate(225deg);
}
#socialCheckbox:checked~ .expander {
    height: 1500px;
    width: 1500px;
}

/* responsive media query start */
@media (max-width: 1104px) {
    .share-container {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 40px;
        background-color: crimson;
        top: 80%;
        left: 95%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease, box-shadow 0.1s 0.3s ease;
        z-index: 900;
    }
    
    .expander {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background: rgba(225,255,255,0.15);
        backdrop-filter: blur(4px);
        top: 80%;
        left: 95%;
        transform: translate(-50%, -50%);
        backface-visibility: hidden;
        transition: 0.3s ease;
    }
}

@media (max-width: 991px) {
    .share-container {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 40px;
        background-color: crimson;
        top: 86%;
        left: 86.5%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease, box-shadow 0.1s 0.3s ease;
        z-index: 900;
    }
    
    .expander {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background: rgba(225,255,255,0.15);
        backdrop-filter: blur(4px);
        top: 86%;
        left: 86.5%;
        transform: translate(-50%, -50%);
        backface-visibility: hidden;
        transition: 0.3s ease;
    }
}
@media (max-width: 947px){
    .share-container {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 40px;
        background-color: crimson;
        top: 88%;
        left: 91%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease, box-shadow 0.1s 0.3s ease;
        z-index: 900;
    }
    
    .expander {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background: rgba(225,255,255,0.15);
        backdrop-filter: blur(4px);
        top: 88%;
        left: 91%;
        transform: translate(-50%, -50%);
        backface-visibility: hidden;
        transition: 0.3s ease;
    }
    
}
@media (max-width: 690px) {
    .share-container {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 40px;
        background-color: crimson;
        top: 85%;
        left: 93.3%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease, box-shadow 0.1s 0.3s ease;
        z-index: 900;
    }
    
    .expander {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background: rgba(225,255,255,0.15);
        backdrop-filter: blur(4px);
        top: 85%;
        left: 93.3%;
        transform: translate(-50%, -50%);
        backface-visibility: hidden;
        transition: 0.3s ease;
    }

 }

@media (max-width: 500px) {
    .share-container {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 40px;
        background-color: crimson;
        top: 86%;
        left: 92%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease, box-shadow 0.1s 0.3s ease;
        z-index: 900;
    }
    
    .expander {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background: rgba(225,255,255,0.15);
        backdrop-filter: blur(4px);
        top: 86%;
        left: 92%;
        transform: translate(-50%, -50%);
        backface-visibility: hidden;
        transition: 0.3s ease;
    }

 }


 @media (max-width: 380px) {
    .share-container {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 40px;
        background-color: crimson;
        top: 85%;
        left: 91%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease, box-shadow 0.1s 0.3s ease;
        z-index: 900;
    }
    
    .expander {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background: rgba(225,255,255,0.15);
        backdrop-filter: blur(4px);
        top: 85%;
        left: 91%;
        transform: translate(-50%, -50%);
        backface-visibility: hidden;
        transition: 0.3s ease;
    }

 }
 @media (max-width: 290px) {
    .share-container {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 40px;
        background-color: crimson;
        top: 85%;
        left: 89%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease, box-shadow 0.1s 0.3s ease;
        z-index: 900;
    }
    
    .expander {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background: rgba(225,255,255,0.15);
        backdrop-filter: blur(4px);
        top: 85%;
        left: 89%;
        transform: translate(-50%, -50%);
        backface-visibility: hidden;
        transition: 0.3s ease;
    }

 }