@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {}

.main-landing {
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
}

.header-main {
    padding: 20px 0 0 0;
}

.header-main .logo {
    text-align: center;
}

.header-main .logo p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: "Inter", sans-serif;
    padding-top: 15px;
}

.cat-main {
    margin: 20px 0 20px;
}

.cat-main .cat-in a img {
    transition: 0.45s;

}

.cat-main .cat-in a:hover img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.footer {
    padding: 30px 0;
}

.footer .left a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    transition: 0.45s;
}

.footer .left a img {
    max-width: 36px;
}

.footer .left {
    text-align: center;
}

.footer .left a img {
    margin-right: 10px;
}

.footer .left a:hover {
    color: #B90202;
}

.fixsocial {
    position: fixed;
    top: 30%;
    z-index: 999;
    right: 15px;
}

.fixsocial ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.fixsocial ul li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

.fixsocial .fbb {
    background: #3b5998;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 0px;
    padding: 0px 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
}

.fixsocial .fbb:hover {
    background: #fff;
    color: #3b5998;
}

.fixsocial .instb {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 0px;
    padding: 0px 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
}

.fixsocial .instb:hover {
    background: #fff;
    color: #834cbc;
}

.fixsocial .twb {
    background: #00aced;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 0px;
    padding: 0px 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
}

.fixsocial .twb:hover {
    background: #fff;
    color: #00aced;
}

.fixsocial .wtb {
    background: #25D366;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 0px;
    padding: 0px 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
}

.fixsocial .wtb:hover {
    background: #fff;
    color: #25D366;
}

@media (max-width: 1800px) {

    .cat-main .cat-in a img {

        max-width: 90%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 1600px) {


    .cat-main .cat-in a img {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }

}


@media (max-width: 1400px) {

    .header-main .logo img {
        max-width: 100px !important;
    }

    .cat-main .cat-in a img {
        transition: 0.45s;
        max-width: 65%;
    }

}

@media (max-width: 1290px) {

    .cat-main .cat-in a img {
        transition: 0.45s;
        max-width: 52%;
    }


}

@media (max-width: 992px) {
    body {
        background: url(../images/bg.png) no-repeat center;
        background-size: cover;
    }

    .main-landing {
        background: transparent;
        background-size: cover;
        position: static;
        left: 0;
        right: 0;
        height: auto;
    }

    .cat-main .cat-in a img {

        max-width: 100%;
    }

    .cat-main .cat-in {
        margin-top: 30px;
    }
}
