﻿.header-top-thesawallayoutpage {
    background-color: black;
  margin-top:25px;
}

.header-sectionthesawal {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

    .header-sectionthesawal.scrolled {
        background-color: white !important;
    }
.logoanchorlayoupagesawal img {
    position: absolute;
    width: 110px;
    margin-top: -51px;
}

.custom-icon {
    font-size: 20px;
    background: none;
    border: none;
    color: white;
    margin-left: auto;
   
}

.navbarmenuthesawallayoutpage a{
    color:white;
}

.navbarulthesawallayoutpage .active {
    font-weight: bold;
    border-bottom: 2px solid rgb(255 0 0) !important;
    color: white !important;
}


/*marque section start*/
.marquee-container {
    margin-top: 115px !important;
    /* width: 82%;*/
}

.breaking_Newsdiv_TheSawalNews {
    background-color: rgb(255, 0, 0) !important;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .breaking_Newsdiv_TheSawalNews span {
        color: white !important;
        font-size: 20px;
        font-weight: bold;
    }

#marque_Newsdiv_TheSawalNews {
    border: 2px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#marquee-item {
    padding-top: 0px;
    /* padding: 8px; */
    padding-left: 1px;
    font-weight: 600 !important;
    color: black;
    font-size: 16px !important;
    /* height: 39px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
}

.breaking-icon {
    display: none !important;
}

/*marque section end*/

/*footer section start*/

.footerThesawalnews {
    background-color: black !important;
    text-align: center !important;
    padding: 7px 0 !important;
}

    .footerThesawalnews p {
        color: white !important;
        margin: 0 !important;
        font-size: 13px !important;
    }

    .footerThesawalnews .footer-logothewasalnews {
        vertical-align: middle !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        /*  height: 30px !important;*/
    }

    .footerThesawalnews a {
        text-decoration: none !important;
        color: white !important;
    }

        .footerThesawalnews a:hover {
            text-decoration: underline !important;
        }

#yearthesawalfooter {
    color: white !important;
    font-size: 12px;
}
/*footer section end*/

/*scroll to top section start*/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

    .scroll-to-top.show {
        opacity: 1;
        visibility: visible;
    }

    .scroll-to-top i {
        font-size: 24px;
    }
/*scroll to top section end*/

   
@media(max-width: 768px) {
    .logoanchorlayoupagesawal img {
        width: 87px;
        margin-top: -40px;
    }
    .navbarmenuthesawallayoutpage {
        margin-top: 21px;
        padding-left: 15px;
    }
    .navbarulthesawallayoutpage .active {
        width: 15%;
    }
    /*  marque section start*/
    .marquee-container {
        width: 103% !important;
    }

    .breaking_Newsdiv_TheSawalNews {
        justify-content: center;
        font-size: 18px;
        width: 36px;
        height: auto;
    }

        .breaking_Newsdiv_TheSawalNews span {
            display: none;
        }

    .breaking-icon {
        display: inline-block !important;
        font-size: 24px;
        color: white;
    }

    #marque_Newsdiv_TheSawalNews {
        width: 87%;
        height: auto;
    }

    #marquee-item {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px !important;
        /*line-height: 26px;
        padding-top: 6px;*/
    }


    /*  marque section end*/

    /*footer section start*/

    .footerThesawalnews p {
        font-size: 10px !important;
    }

    .footerThesawalnews a {
        font-size: 10px;
    }

    /*footer section end*/

}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .breaking_Newsdiv_TheSawalNews span {
        
        font-size: 10px;
    }
    .navbarmenuthesawallayoutpage {
        margin-top: 25px;
        padding-left: 15px;
    }

    .navbarulthesawallayoutpage .active {
        width: 15%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    #marque_Newsdiv_TheSawalNews {
        width: 93%;
        height: auto;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1400px) {
    .breaking_Newsdiv_TheSawalNews span {
        font-size: 14px;
    }
}



