* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    min-height: 100vh;
    background: url("camsbdbg4.png");
    background-size: cover;
    background-position: center;
    height: 120vh;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

img{
    object-fit: cover;
}

.slider {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
    clip-path: circle(170vh at 50% -90vh);
}

.loading {
    width: 100%;
    height: 100vh;
    position: absolute;
}

#SlideImg {
    width: 100%;
    height: 90%;
    animation: zoom 3s linear infinite;
}

.social-share {
    margin-bottom: 1.5rem;
}

@keyframes zoom {
    0% {
        transform: scale(1.3);
    }

    20% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.content99 {
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

.content99 h1 {
    color: #fcd307;
    font-size: 6.2rem;
    text-align: center;
}

.add {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;

}

.newshead {
    color: #ff0000;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: bolder;
}

.newstitle {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.newstitle2 {
    font-size: 1.4rem;
}

.news2 {
    font-size: 1rem;
    font-weight: 600;
}

/*----------------------MAIN SECTION STARTS HERE!------------------*/

main {
    box-sizing: border-box;
}

.brain h1 {
    text-align: center;
    position: relative;
    margin-top: 1rem;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    color: #da0037;
    font-size: 5rem;
    cursor: pointer;
    text-shadow: 0.1rem 0.1rem 0.1rem #343f56;
    transition: all 0.6s ease;
}

.brain h1:hover {
    color: #54e346;
}

.mark9 {
    display: block;
    color: indigo;
}

.news99 {
    margin-top: 3.5rem;
    text-align: center;
    justify-content: center;
}

.zoom {
    overflow: hidden;
}

.zoom img {
    transition: all .5s ease;
}

.zoom:hover img {
    transform: scale(1.1);
}

.news99 .fig {
    color: #343f56;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.news99 .fig:hover {
    color: #da0037;
}

.news99 h5 {
    color: #000;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.news99 h5:hover {
    color: #54e346;
}

.news {
    font-size: 1.6rem;
    text-align: justify;
    cursor: pointer;
}

.large {
    font-size: 2.4rem;
    font-weight: bolder;
}

.more {
    text-align: justify;
    font-size: 1.6rem;
    cursor: pointer;
}

.card {
    box-shadow: 0.1rem 0.1rem 0.5rem #3b5998;
    border-radius: 0rem 2rem 0rem 0rem;
    transition: all 0.6s ease;
    margin-bottom: 1rem;
    cursor: pointer;
}

.card:hover {
    box-shadow: 0.2rem 0.3rem 0.5rem #54e346;
}

.card-title {
    font-size: 1.4rem;
    color: #da0037;
    font-weight: bolder;
    transition: all 0.6s ease;
}

.card-title:hover {
    color: #54e346;
}

.card-text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.6s ease;
}

.card-text:hover {
    color: #54e346;
}

/*------------- POPULAR CONTENT STARTS--------*/
.popular-content {
    margin-top: 2rem;
    background: #e1e5ea;
    padding-bottom: 1rem;
    box-shadow: 0.2rem 0.2rem 0.5rem #3b5998;
    border-radius: 2rem;
    transition: all 2s ease;
}

.popular-content:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem #da0037;
}

.contant {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    border-radius: 2rem 2rem 0rem 0rem;
    color: #343f56;
    background-color: #fcd307;
}

.contant:hover {
    background: #343f56;
    color: #fcd307;
}

.fas {
    margin-right: 1rem;
}

hr {
    margin-top: -0.5rem;
    color: white;
    border: 0.5rem solid;
}

.popular-content ul li a {
    font-size: 2.2rem;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: bolder;
    color: #343f56;
    padding-bottom: 9rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
}

.popular-content ul li a:hover {
    color: #da0037;
}

.releted-news {
    margin-top: 5rem;
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.releted-title {
    margin-top: 2rem;
    font-size: 2rem;
}

.news-post {
    font-size: 1.2rem;
    text-align: justify;

}

.doted {
    text-decoration: dotted;
    color: #000;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: .1rem solid black;
}

.news-link {
    color: #000;
}

.news-link:hover {
    color: #000;
}


/*------------- POPULAR CONTENT ENDS--------*/
@media (max-width:768px) {
    .slider {
        width: 100%;
        height: 60vh;
        clip-path: circle(150vh at 50% -90vh);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #SlideImg {
        width: 100%;
        height: 60%;
        animation: zoom 3s linear infinite;
    }

    .newshead {
        margin-top: -2.5rem;
        text-align: left;
    }

    .newstitle2 {
        font-size: 1.6rem;
        margin-top: 1rem;
    }

    .news2 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .popular-content2 {
        margin-left: 1rem;
        margin-right: -.7rem;
    }

    .releted-news {
        text-align: center;
        margin-right: 1.2rem;
    }

    .releted-title {
        text-align: center;
        margin-right: 1.2rem;
    }

    .doted {
        text-decoration: dotted;
        color: #000000;
        margin-right: 1.5rem;
    }

}