.hamburger-menu {
    background: linear-gradient(270deg, #C62126 18.39%, #3064AF 86.78%);
    color: #fff;
    padding: 10px 0;
}

body {
    overflow-x: hidden;
    /* Hide scrollbars */
}

nav {
    text-align: left;
    background: linear-gradient(270deg, #C62126 18.39%, #3064AF 86.78%);
}

.author .line img {
    margin: 0 10px 5px 1rem;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.heading a {
    text-decoration: none;
    color: #3064AF;
    font-size: 20px;
    text-align: right;
}

/* Top right text */
.top-right {
    position: absolute;
    right: 10%;
}

.samachar_section .top-right {
    position: absolute;
    right: 38%;
}

.business_section .top-right {
    position: absolute;
    right: 38%;
}

.artha_section .top-right {
    position: absolute;
    right: 38%;
}

.swastha_section .top-right {
    position: absolute;
    right: 38%;
}

.manoranjan_section .top-right {
    position: absolute;
    right: 38%;
}

.author h5 {
    font-size: 1rem;
    color: #766F6F;
}

.author {
    align-items: center;
}

nav ul li {
    display: inline-block;
    line-height: 10px
}

.business_section .heading a {
    background-color: white;
    text-decoration: none;
    color: #3064AF;
    padding: 2px 22px;
    border-radius: 12px;
    cursor: auto;
}

.business_section .heading .top-right a {
    background-color: white;
    text-decoration: none;
    color: #3064AF;
    padding: 2px;
    border-radius: 12px;
    cursor: pointer;
}

nav ul li a {
    display: block;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

nav ul li:last-child a {
    padding-right: 0
}

nav ul li:hover>a {
    color: #fdb016;
    text-decoration: none;
    transform: scale(1.1);
}

.menu-tigger {
    padding-top: 3px;
    padding-right: 10px;
    display: none;
    cursor: pointer
}

.menu-tigger span {
    background: black;
    height: 4px;
    width: 27px;
    display: block;
    margin: 5px 0;
    -webkit-transition: .5s;
    transition: .5s
}

@media only screen and (max-width:412px) {
    .author .line img {
        margin: 0 5px 5px 5px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    .hamburger-menu {
        background: 0;
        color: red;
        padding: 3px 1px;
        height: 10px;
        width: 45px;
        float: inline-end;
        margin-right: 1rem;
    }

    .menu-tigger {
        margin-bottom: 1px;
        display: block;
        position: relative;
        z-index: 3;
        position: absolute;
        top: 15px;
        right: 10px;
    }

    nav {
        background: white;
        border-bottom: double;
        text-align: center;
        padding-top: 10px;
        position: absolute;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        right: 0;
        left: 0;
        height: 50%;
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        z-index: 5;
    }

    nav.res-menu {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }

    nav ul li {
        display: block;
        line-height: 0px;
        padding-bottom: 30px;
    }

    nav ul li a {
        padding: 0
    }

    .heading a {
        text-decoration: none;
        color: #3064AF;
        font-size: 12px;
        text-align: right;
    }

    /* Top right text */
    .top-right {
        position: absolute;
        right: 10%;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 10%;
        float: inline-end;
    }

    .business_section .top-right {
        position: absolute;
        right: 10%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 10%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 10%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 10%;
    }

    .khabar_section .top-right {
        position: absolute;
        right: 50%;
    }

    .trending_section .top-right {
        position: absolute;
        right: 50%;
    }
}


@media only screen and (min-width: 412px) and (max-width: 481px) {
    .author .line img {
        margin: 0 5px 5px 5px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    .hamburger-menu {
        background: 0;
        color: red;
        padding: 3px 1px;
        height: 10px;
        width: 45px;
        float: inline-end;
        margin-right: 1rem;
    }

    .menu-tigger {
        margin-bottom: 1px;
        display: block;
        position: relative;
        z-index: 3;
        position: absolute;
        top: 15px;
        right: 10px;
    }

    nav {
        text-align: center;
        background: white;
        padding-top: 10px;
        position: absolute;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        right: 0;
        left: 0;
        height: 50%;
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        z-index: 5;
    }

    nav.res-menu {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }

    nav ul li {
        display: block;
        line-height: 0px;
        padding-bottom: 30px;
    }

    nav ul li a {
        padding: 0;
        color: black;
    }

    .heading a {
        text-decoration: none;
        color: #3064AF;
        font-size: 12px;
        text-align: right;
    }

    /* Top right text */
    .top-right {
        position: absolute;
        right: 2rem;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 10%;
        float: inline-end;
    }

    .business_section .top-right {
        position: absolute;
        right: 10%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 10%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 10%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 10%;
    }

    .khabar_section .top-right {
        position: absolute;
        right: 50%;
    }

    .trending_section .top-right {
        position: absolute;
        right: 50%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
    .author .line img {
        margin: 0 5px 5px 5px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    .hamburger-menu {
        background: 0;
        color: red;
        padding: 5px 1px;
        height: 0px;
        width: 50px;
        float: inline-end;
        margin-right: 1rem;
        margin-bottom: 5rem;

    }

    .menu-tigger {
        display: block;
        position: relative;
        z-index: 4;
        position: absolute;
        top: 15px;
        right: 16px;
    }

    .menu-tigger span {
        background: black;
        height: 5px;
        width: 35px;
        display: block;
        margin: 5px 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    nav {
        text-align: center;
        padding-top: 10px;
        position: absolute;
        background: white;
        color: black;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        right: 0;
        left: 0;
        height: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        z-index: 5;
    }

    nav.res-menu {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }

    nav ul li {
        display: block;
        line-height: 0px;
        padding-bottom: 30px;
    }

    nav ul li a {
        padding: 10px;
    }

    .heading a {
        text-decoration: none;
        color: #3064AF;
        font-size: 15px;
        text-align: right;
    }

    /* Top right text */
    .top-right {
        position: absolute;
        right: 10%;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 10%;
        float: inline-end;
    }

    .business_section .top-right {
        position: absolute;
        right: 10%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 10%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 10%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 10%;
    }

    .khabar_section .top-right {
        position: absolute;
        right: 50%;
    }

    .trending_section .top-right {
        position: absolute;
        right: 50%;
    }

}

@media only screen and (min-width: 575px) and (max-width: 768px) {
    .author .line img {
        margin: 0 5px 5px 5px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    .hamburger-menu {
        color: #fff;
        padding: 10px 0;
    }

    nav ul li {
        display: inline-block;
        line-height: 5px
    }

    nav ul li a {
        display: block;
        color: #fff;
        padding: 10px 7px 0 7px;
        text-transform: uppercase;
        font-size: 12px;
    }

    nav {
        text-align: left;
    }

    .heading a {
        text-decoration: none;
        color: #3064AF;
        font-size: 15px;
        text-align: right;
    }

    /* Top right text */
    .top-right {
        position: absolute;
        right: 10%;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 10%;
        float: inline-end;
    }

    .business_section .top-right {
        position: absolute;
        right: 10%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 10%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 10%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 10%;
    }

    .khabar_section .top-right {
        position: absolute;
        right: 50%;
    }

    .trending_section .top-right {
        position: absolute;
        right: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .author .line img {
        margin: 0 5px 5px 5px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    .hamburger-menu {
        color: #fff;
        padding: 10px 0;
    }

    nav ul li {
        display: inline-block;
        line-height: 5px
    }

    nav ul li a {
        display: block;
        color: #fff;
        padding: 10px 17px 0 17px;
        text-transform: uppercase;
        font-size: 14px;
    }

    nav {
        text-align: left;
    }

    .heading a {
        text-decoration: none;
        color: #3064AF;
        font-size: 17px;
        text-align: right;
    }

    /* Top right text */
    .top-right {
        position: absolute;
        right: 5rem;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 38%;
    }

    .business_section .top-right {
        position: absolute;
        right: 38%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 38%;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .author .line img {
        margin: 0 5px 5px 5px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    nav {
        text-align: center;
    }

    nav ul li a {
        display: block;
        color: #fff;
        padding: 10px 30px 0 30px;
        text-transform: uppercase;
        font-size: 14px;
    }

    nav ul li {
        display: inline-block;
        line-height: 5px
    }

    .heading a {
        text-decoration: none;
        color: #3064AF;
        font-size: 17px;
        text-align: right;
    }

    /* Top right text */
    .top-right {
        position: absolute;
        right: 8rem;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 38%;
    }

    .business_section .top-right {
        position: absolute;
        right: 38%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 38%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    nav {
        text-align: center;
    }

    nav ul li a {
        display: block;
        color: #fff;
        padding: 10px 40px 0 40px;
        text-transform: uppercase;
        font-size: 16px;
    }

    nav ul li {
        display: inline-block;
        line-height: 5px
    }

    /* Top right text */
    .top-right {
        position: absolute;
        right: 9rem;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 38%;
    }

    .business_section .top-right {
        position: absolute;
        right: 38%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 38%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    nav {
        text-align: center;
    }

    nav ul li a {
        display: block;
        color: #fff;
        padding: 10px 55px 0 55px;
        text-transform: uppercase;
        font-size: 17px;
    }

    nav ul li {
        display: inline-block;
        line-height: 5px
    }

    .top-right {
        position: absolute;
        right: 9rem;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 38%;
    }

    .business_section .top-right {
        position: absolute;
        right: 38%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 38%;
    }
}

@media only screen and (min-width: 1600px) {
    nav {
        text-align: center;
    }

    nav ul li a {
        display: block;
        color: #fff;
        padding: 0 60px;
        text-transform: uppercase;
        font-size: 17px;
    }

    .top-right {
        position: absolute;
        right: 9rem;
    }

    .samachar_section .top-right {
        position: absolute;
        right: 38%;
    }

    .business_section .top-right {
        position: absolute;
        right: 38%;
    }

    .artha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .swastha_section .top-right {
        position: absolute;
        right: 38%;
    }

    .manoranjan_section .top-right {
        position: absolute;
        right: 38%;
    }
}