/*
Theme Name: Siddha Raj Upadhyaya
Theme URI: https://sraj.com.np
Author: Kantipur Infotech
Author URI: https://kantipurtech.com/
Description: S Raj Upadhyaya theme by KIT.
Tags: S Raj Upadhyaya, siddha raj upadhyaya, excellent journalist of nepal, journalism, journalist in Nepal.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Note: The CSS files are loaded from assets/css/ folder.
*/


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');

body {
    background: #000000!important;
}

* {
    padding: 0;
    margin: 0;
}

.navigation {
    height: 80px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: fixed;
    width: 100vw;
    background: #000000;
    z-index: 999;
}

.nav-content {
    width: 80vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 80px;
    transform: rotate(20deg);
}

.fa-bars {
    color: #ffcf00;
    font-size: 20px;
}

.nav-list a {
    color: #ffffff;
    font-family: Montserrat;
    box-sizing: border-box;
    font-size: 20px;
    position: relative;
    text-decoration: none;
}

.nav-list a::after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffcf00;
    color: #ffcf00;
    position: absolute;
    top: 40%;
    left: 110%;
}

.navigation-list {
    background: rgba(255, 255, 255, 0.05);
    padding: 90px 0px 0px 0px;
    opacity: 0;
    height: 0px;
    transition: 0.5s all ease-in-out;
}

.navigation-list ul {
    margin-left: 9.5vw;
    list-style: none;
    opacity: 0;
}

.navigation-list ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-family: Montserrat;
    font-size: 18px;
    line-height: 35px;
    transition: 0.3s all ease-in-out;
}

.navigation-list ul li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-size: 18px;
    line-height: 35px;
}

.navigation-list.show {
    background: rgba(255, 255, 255, 0.05);
	background-image: linear-gradient(90deg, black, transparent);
    opacity: 1;
	width: 100vw;
    height: 242px;
    position: fixed;
    z-index: 998;
}

.navigation-list.show.navigation-list ul {
    opacity: 1;
    transition: 0.5s all ease-in-out;
    transition-delay: 0.4s;
}

.background-image {
    height: 100vh;
    margin: 0;
    background-image: url('https://siddharajupadhayay.com.np/wp-content/uploads/2023/02/siddha-raj.jpg');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    /* margin-top: 3%; */
}

.mbl-background-image{
    display: none;
}

.intro-content {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 15%;
}

.intro-content h2 {
    font-family: Charm;
    font-weight: 600;
    font-size: 50px;
    line-height: 92px;
    color: #ffcf00;
}

.intro-content h2 span {
    color: #ffd00096;
}

.intro-content h5 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
}

.intro-content h5 span {
    font-weight: 600;
    color: rgba(255, 255, 255);
    text-transform: uppercase;
}

.intro-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
}

.intro-content p::after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    color: #ffcf00;
    background-color: #ffcf00;
}




.biography {
    padding: 50px 10%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}

.biography h2 {
    color: #ffcf00;
    font-family: Montserrat;
    box-sizing: content-box;
    font-size: 24px;
    position: relative;
    width: fit-content;
}

.biography h2::after {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff;
    color: #ffffff;
    position: absolute;
    top: 60%;
    left: 105%;
}

.biography-content {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.7);
    font-family: Montserrat;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 50px;
}

.biography-content a {
    text-decoration: none;
    color: #ffd000b9;
    transition: 0.3s all ease-in-out;
}

.biography-content a:hover {
    text-decoration: none;
    color: #ffcf00;
}

.left p {
    padding-right: 35px;
}

.right p {
    padding-left: 70px;
}

.title{
    display: flex;
    justify-content: space-between;
}    
.fa-square-caret-right{
    color: #ffd000da;
    font-size: 28px;
}
.fa-square-caret-right:hover{
    color: #ffd000;
}

.gallery{
    padding: 50px 10%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gallery h2{
    color: #ffcf00;
    font-family: Montserrat;
    box-sizing: content-box;
    font-size: 24px;
    position: relative;
    width: fit-content;
}
.gallery h2::after {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 105%;
}
.gallery-container{
    padding-top: 50px;
}
.gallery-card{
    overflow: hidden;
    border: none!important;
    border-radius: 0!important;
}
.gallery-card a{
    height: 100%;
}
.gallery-card img{
    height: 100%;
	width: 100%;
    object-fit: cover;
}


.article-card{
    background: rgba(255, 255, 255, 0.05)!important;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}
.article-card h3{
    color: rgba(255,255,255,0.9);
    font-size: 24px;
    padding-bottom: 10px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 30px;
}
.article-card p{
    font-family: Poppins;
    color: rgba(255, 255, 255, 0.75);
    line-height: 28px;
}

.news-card{
    height: 400px!important;
    background:rgba(255, 255, 255, 0.05)!important;
}
.news-card .thumbnail{
    height: 100%;
    overflow: hidden;
}
.news-card .thumbnail img{
    height: 100%;
	width: 100%;
    object-fit: cover;
}
.news-card .card-body h3{
    color: rgba(255,255,255,0.9);
    font-size: 24px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 36px;
}






.social-links {
    margin-top: 80px;
}

.social-content {
    width: 10vw;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.social-content a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 28px;
    transition: 0.3s all ease-in-out;
}

.social-content a:hover {
    color: #ffffff;
    font-size: 28px;
}





.social-feed {
    padding: 50px 10%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.social-feed h2 {
    color: #ffcf00;
    font-family: Montserrat;
    box-sizing: content-box;
    font-size: 24px;
    position: relative;
    width: fit-content;
}

.social-feed h2::after {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 105%;
}

.social-feed-content {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.7);
    font-family: Montserrat;
    font-size: 18px;
    line-height: 1.5;
    align-items: center;
    flex-wrap: wrap;
}

.feed-text {
    width: 40%;
}

.feed-text h5 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
}

.twitter {
    height: 500px;
    width: 340px;
    overflow: hidden;
    overflow-y: scroll;
}

.mbl-fb{
    display: none;
}

.twitter::-webkit-scrollbar,
.instagram::-webkit-scrollbar {
    display: none;
}

.twitter,
.instagram {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.contact {
    color: #ffffff;
    text-align: center;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.contact span {
    color: #ffcf00;
}


@media (max-width:575px) {
    .background-image {
       display: none;
    }

    .mbl-background-image{
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .mbl-background-image img{
        /* width: 100%; */
        height: 494px;
        overflow: hidden;
        margin-left: -43px;
    }

    div#biography{
        height: auto;
    }

    .biography-content{
        flex-wrap: wrap;
        text-align: justify;
    }

    .intro-content{
        top: 480px;
        left: 0;
        margin: 0 20px;
        position: inherit;
    }

    .intro-content h2{
        line-height: 45px ;
        font-size: 2.05rem;
        text-align: center;
    }

    .intro-content h5{
        font-size: 1.25rem;
        text-align: center;
    }

    .intro-content p{
        font-size: 1.1rem;
        text-align: center;
    }

    .left p{
        padding: 0;
    }
    .right p{
        padding: 0;
        margin-top: 15px;
    }
    .social-feed{
        height: auto;
        margin-bottom: 10rem;
    }

    .social-content {
        width: 40vw;
    }
    .feed-text p{
        text-align: justify;
    }

    .social-feed-content .feed-text{
        width: 100%;
    }
    .dest-fb{
        display: none;
    }
    .mbl-fb{
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .contact{
        bottom: -94px;
        font-weight: 500;
        
    }
    .twitter{
        height: 300px;
    }
    .gallery{
        height: auto;
    }
    .article-container{
        height: 260px!important;
    }

}