/*
Theme Name: Sagar Pokharel
Theme URI: http://www.zookti.com
Author: Ishant Sitaula
Author URI: http://www.ishant.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sagarpokharel
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

* {
    font-family: 'Noto Sans', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #333;
}

a:hover,
.uk-text-lead a {
    color: #1f70d7 !important;
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background: #1f70d7;
}

::selection {
    color: #fff;
    background: #1f70d7;
}

li {
    font-size: 1.3rem;
    color: #333;
}

.res svg {
    fill: #1f70d7;
    width: 32px;
    height: 32px;
}

nav .logo {
    width: 300px;
    z-index: 1;
    margin-right: 15px;
    padding-right: 5px;
    transition: ease all 0.5s;
}

.main-nav.uk-active {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.uk-sticky{
    z-index: 100001;
    background-color: #000;
}

.logo-container {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    color: #000;
    font-family: 'Noto Sans', sans-serif;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.3rem;
}

.bbg {
   background: linear-gradient(#1c1a1d, #0e0e10);
}

.wbg {
    background-color: #cce3ff;
}

.main-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.image {
    text-align: right;
}

.main-bg .image img {
    height: calc(100vh - 110px);
    object-fit: cover;
}

.main {
    /* background: url("/wp-content/themes/sagar/img/wave.svg") bottom center; */
    background-color: #cce3ff;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.featured .post-entry{
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 40vh;
}
.page-featured{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    object-fit: contain;
    background: #000;
}
.video.uk-height-large {
    height: 100vh;
}

.video {
    text-align: center;
}

.video .uk-overlay {
    align-items: center;
    justify-content: center;
}


em,.uk-list-disc li::before {
    color: #1f70d7;
}

.uk-button {
    font-weight: bold;
}

.uk-button:hover {
    color: #999 !important;
}

.uk-button-primary {
    background: #1f70d7;
}

.uk-button-default {
    background-color: #fff;
}

.navicon svg {
    width: 35px;
    fill: #1f70d7;
}


.uk-navbar-nav {
    align-items: center;
}

.uk-navbar-nav>li>a,
.uk-navbar-dropdown-nav>li>a {
    font-size: 1rem;
    color: #000;
}
.main-nav{
    background-color: #171618;
}
.main-nav h1 a{
    color: #fff;
}
.main-nav .uk-navbar-nav>li>a {
    padding: 0px 15px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 1px;
    color: #c7c7c7;
}
#banner-slide{
    height: 100%;
    display: flex;
    align-items: center;
}

#intro {
    color: #ccc;
    background: #00000026;
    padding: 50px;
    border-radius: 12px;
    margin-top: 100px;
}

#intro strong {
    color: #1f70d7;
}

.title {
    font-size: 3rem;
}

.uk-overlay {
    background: linear-gradient(0deg, #000, transparent);
    top: 60%;
    text-align: right;
    align-items: flex-end;
    display: flex;
}
.photos .uk-slider{
    padding: 40px;
}
.photos img{
    filter: grayscale(1);
}
.photos .uk-card:hover img{
    filter: none;
}
p {
    color: #000;
    font-size: 1.3rem;
}

.about {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.about img {
    width: 300px;
    height: 300px;
}

.about h2, .about h3,.about p{
    color: #c7c7c7;
}
.about .social svg{
    width: 35px;
    fill: #000;
    background: #ffffff;
    padding: 3px;
    border-radius: 50%;
}

.s {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.ul {
    display: inline;
    border-bottom: solid #ddd;
}

.color-primary {
    color: #1f70d7;
}



.cat-title {
    font-size: 4rem;
    font-weight: bold;
    color: #a6bbd5;
    margin-bottom: 25px;
    width: 100%;
}

.cat-title a {
    color: #a6bbd5;
}

.cat-title a:hover {
    text-decoration: none;
}

.uk-card .size-medium,
.uk-card .size-large {
    width: 100%;
}
.post-entry {
    margin-top: 100px;
}
.post-entry h1 {
    font-weight: bold;
}

.post-entry p {
    font-size: 1.3rem;
    color: #333;
}

.post-entry .size-large img {
    width: 100%;
}

.post-entry blockquote {
    border-left: solid 5px #000;
    padding: 10px;
}

.post-meta {
    font-size: 16px;
}

.post-entry a {
    text-decoration: underline;
}

.social-bg {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 5px;
    bottom: 5px;
    right: 0px;
    border-radius: 40px 12px 12px 40px;
}

.social svg {
    fill: #33333399;
}

.blog .uk-card {
    border-radius: 38% 0% 0% / 47%;
}

.blog .uk-height-medium {
    border-radius: 70% 0% 50% 46% / 45%;
    outline: 3px solid #1f70d7;
    outline-offset: 5px;
    margin: 30px;
}

.blog .uk-card-title a {
    color: #1f70d7;
}

.related p {
    color: #666;
    font-size: 1.2rem;
}

.default {
    padding: 100px;
    background: #f7f7f7;
}

.footer {
    border-top: solid 1px #ddd;
    padding: 45px;
    background-color: #fff;
    margin-top: 30px;
}

.footer-logo .logo {
    width: 30px;
    margin: auto;
}

.footer-bottom {
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
}

.follow {
    display: flex;
    justify-content: space-between;
}

.uk-offcanvas-bar {
    background-color: #fff;
}

.uk-offcanvas-bar li>a {
    color: #000 !important;
    border-bottom: solid 1px #ddd;
    margin: 15px;
    padding-bottom: 15px;
}

.widget img {
    width: 100%;
}
.bbg h1, .bbg h1 a{
    font-size: 3rem;
    color: #fff;
}

@media (min-width: 961px) {
    .mbr {
        border-right: solid 1px #ddd;
    }
    .menu svg {
        width: 50px;
        transform: rotate(180deg);
    }

    .menu img {
        border-radius: 50%;
    }
}

@media (max-width: 960px) {
    .post-entry img {
        width: 100%;
    }
    
    .uk-navbar-nav>li>a {
        min-height: 40px;
    }
    .video.uk-height-large {
        height: 50vh;
    }
    .cat-title {
        font-size: 2rem;
    }
    .bbg h1, .bbg h1 a{
        font-size: 2rem;
        color: #fff;
    }
    .title {
        font-size: 1.8rem;
    }
    .uk-button-large {
        padding: 0 15px;
    }
    .main-bg .image img {
        height: 50vh;
    }
    .image{
        text-align: center;
    }
    .bbg {
        background: linear-gradient(
    90deg, #171618, #07090b);
    }
    #banner-slide{
        display: block;
    }
}