.icon-size {
  width: 72px;
  height: 72px;
}

/* for youtube shorts */

.shorts-thumb {
position: relative;
display: block;
overflow: hidden;
border-radius: 10px;
}
.shorts-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}

.sticky-icon {
    z-index: 2;
    position: fixed;
    top: 75%;
    right: 0%;
    width: 240px;
    display: flex;
    flex-direction: column;
}



.sticky-icon a {
    transform: translate(180px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px 0px 2px 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
}



.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}



/*.search_icon a:hover i  {

transform:rotate(360deg);}*/

.whatsapp {
    background-color: #075E54;
    color: #FFF;
}
