  

    @media screen and (min-width: 992px) {
        .header-text {
            font-size: 6vw;
            font-weight: 700;

        }

        .header-con {
            margin-top: 5vw;
        }
    }

    @media screen and (max-width: 992px) {
        .header-text {
            font-size: 10vw;
            font-weight: 700;
        }

        .slide>h3 {
            font-size: 13px !important;
            padding: 5px;
        }

        .header-con {
            margin-top: 10vw;
        }

    }

    #header-2 {
        margin-top: 2rem !important;
    }

    #header-top {
        margin-bottom: 2rem !important;
    }

    #header2-text {
        font-size: 2rem !important;
    }

    a {
        text-decoration: none;
        color: var(--color-surface-white) !important;
    }

    .zoom-img {
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .zoom-img img {
        width: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .zoom-img img:hover {
        transform: scale(1.5);
    }

    .blog_main>h1,
    h4,
    span {
        color: var(--color-just-black) !important;

    }

    .box-footer>span {
        font-weight: 600;
    }

    #entrance {
        min-height: 650px;
        padding-bottom: 110px;
    }

    #entrance h1 {
        color: var(--color-just-black) !important;
    }

    #spinner {
        background-color: var(--color-surface-white);
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .spinner-area {
        background-color: var(--color-surface-white);
        height: 7rem;
    }