
/* Panels. */
@import url('new.css');

.splitview {
    position: relative;
    width: 100%;
    min-height: 45vw;
    overflow: hidden;
}

.panel {
    position: absolute;
    width: 100vw;
    min-height: 45vw;
    overflow: hidden;
}

    .panel .content {
        position: absolute;
        width: 100vw;
        min-height: 45vw;
        color: #FFF;
    }

    .panel .description {
        width: 25%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .panel img {
        box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.bottom {
    background-color: rgb(44, 44, 44);
    z-index: 1;
}

    .bottom .description {
        right: 5%;
    }

.top {
    background-color: #002357;
    z-index: 2;
    width: 50vw;
    /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

    .top .description {
        left: 5%;
    }

/* Handle. */
.handle {
    height: 100%;
    position: absolute;
    display: block;
    background-color: rgb(253, 171, 0);
    width: 5px;
    top: 0;
    left: 50%;
    z-index: 3;
}

/* Skewed. */
.skewed .handle {
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
    height: 200%;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.skewed .top {
    transform: skew(-30deg);
    margin-left: -1000px;
    width: calc(50vw + 1000px);
}

    .skewed .top .content {
        transform: skew(30deg);
        margin-left: 1000px;
    }

/* Responsive. */
@media (max-width: 900px) {
    body {
        font-size: 75%;
    }
}


.newsCard {
    position: relative;
    /* width: 500px; */
    height: 250px;
    /* margin: 5rem auto; */
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.newsCaption {
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: .6;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #000;
    padding: 15px;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.newsCaption-title {
    margin-top: 0px;
}

.newsCaption-content {
    margin: 0;
}

.newsCaption-link {
    color: #fff;
    text-decoration: underline;
    opacity: .8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

    .newsCaption-link:hover {
        opacity: 0.65;
    }

.news-Slide-up:hover .newsCaption {
    opacity: .6;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}


/* Facts Section
--------------------------------*/
.serv-icon h4 {
    margin-bottom: 0px;
}

#facts {
    /* background: url("../img/aftergurugramcopy.jpg") center top no-repeat fixed; */
    background-size: cover;
    padding: 60px 0 60px 0;
    position: relative;
}

    #facts::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.78);
        z-index: 9;
    }

    #facts .container {
        position: relative;
        z-index: 10;
    }

.counters {
    padding-bottom: 50px;
}

#facts .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    display: inline-block;
    color: #ffffff;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #104210;
}

#facts .facts-img {
    text-align: center;
    padding-top: 30px;
}


/* gallery  */
div.scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

    div.scroll-container img {
        padding: 10px;
    }

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }

#navbar {
    z-index: 9999;
}

/* dropdown color change  */











/*.fa-facebook_r::after {
    content: url('https://static.pib.gov.in/WriteReadData/userfiles/socialmedia/facebook.png');
    position: relative;
    z-index: 100000;
    top: 10px;
}

.fa-twitter_r::after {
    content: url('https://static.pib.gov.in/WriteReadData/specificdocs/photo/2023/aug/ph2023818240601.jpg');
    position: relative;
    z-index: 100000;
    top: 4px;
}

.fa-factcheck_r::after {
    content: url('https://static.pib.gov.in/WriteReadData/userfiles/socialmedia/factcheck.png');
    position: relative;
    z-index: 100000;
    top: 10px;
}

.fa-youtube_m::after {
    content: url('https://static.pib.gov.in/WriteReadData/userfiles/socialmedia/youtube.png');
    position: relative;
    z-index: 100000;
    top: 10px;
}*/

.fa-instagram_m::after {
    /*content: url('https://static.pib.gov.in/WriteReadData/userfiles/socialmedia/instagram.png');*/
    background-image: url(../img/Google_Meet_icon.png);
    position: relative;
    z-index: 100000;
    top: 10px;
}

.fa-blogger_r::after {
    /*content: url('https://static.pib.gov.in/WriteReadData/userfiles/socialmedia/blogger.png');*/
    background-image: url(../img/ERP.png);
    position: relative;
    z-index: 100000;
    top: 10px;
}

#fixed-social {
    position: fixed;
    margin-top: 100px;
    z-index: 999;
}

    #fixed-social a {
        background-color: #29487d;
        color: #fff;
        display: block;
        height: 60px;
        position: relative;
        text-align: center;
        line-height: 60px;
        width: 60px;
        z-index: 2;
    }

        #fixed-social a:hover > span {
            visibility: visible;
            left: 60px;
            opacity: 1;
        }

        #fixed-social a span {
            line-height: 60px;
            left: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
            font-size: 14px;
        }

.fixed-facebook {
    background-color: #29487d;
}

    .fixed-facebook span {
        background-color: #29487d;
    }

.fixed-twitter {
    background-color: #000000;
}

    .fixed-twitter span {
        background-color: #000000;
    }

.fixed-factcheckk {
    background-color: rgb(16, 126,193);
}

    .fixed-factcheckk span {
        background-color: rgb(29, 161, 242);
    }

.fixed-youtube {
    background-color: #f00f00;
}

    .fixed-youtube span {
        background-color: #f00f00;
    }

.fixed-blogs {
    background-color: #fff;
}

    .fixed-blogs span {
        background-color: #000;
    }

.fixed-instagrem {
    background: #fff;
}

    .fixed-instagrem span {
        background: #000;
    }
