.category-card:hover
{
    box-shadow: 0 0 20px #0005;
    transition: 0.4s;
}
.category-card p
{
    line-height: normal;
    color: #0007;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.left-image.about
{
    aspect-ratio: 1;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: 0.4s;
    overflow: hidden;
}
.left-image.floutingImgAlt
{
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    transition: 0.4s;
}
.left-image.floutingImgAlt:hover
{
    clip-path: polygon(0 1%, 68% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0% 75%);
}
.left-image.about:hover
{
    clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
}
.left-image.about img
{
    transition: 0.4s;
}
.left-image.about:hover img
{
    transform: scale(1.25)rotate(15deg);
}

.subscribe .floutingImg
{
    left: auto;
    right: 0;
    z-index: 9000;
}
.category
{
    position: sticky;
    top: 100px;
}
.word-break
{
    word-break: break-all !important;
}

/* Responsive CSS */
@media(max-width:922px)
{
    
}
@media(max-width:768px)
{
    
}
@media(max-width:576px)
{
    .wb-btn
    {
        width: 80px !important;
    }
}

.tranlator-btn 
{
    position: fixed;
    bottom: 50%;
    left: -15px;
    width: 40px;
    height: 40px;
    z-index: 106;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.40s;
}
.tranlator-btn:hover
{
    left: 1px;
}
.tranlator-btn .languageConverter
{
    transform: scaleX(0);
    transition: 0.4s;
}
.tranlator-btn:hover .languageConverter
{
    transform: scaleX(1);
}
.translated-ltr,
.translated-rtl
{
    margin-top: -40px !important;
}
.skiptranslate iframe,
.goog-te-banner-frame,
.goog-logo-link
{
    display: none !important;
    margin-top: -20px;
}
.goog-te-gedget
{
    color: transparent !important;
}
.goog-te-gedget span
{
    display: none !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf .VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc 
{
    display: none;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0 !important;
    border: 1px solid #0f58a4 !important;
    padding: 10px 5px !important;
    background: #000 !important;
    border-radius: 0.5rem !important;
    color: #fff !important;
}
font{
    pointer-events: none !important;
}