html{
    scroll-behavior: smooth;
}


#site-logo{
    width : 117px;
}

.title-bar-items-container .current-link {
    border: none;
}

.title-bar-items-container div{
    padding: 0px 30px;
    font-size: 13px;
}

.title-bar-items-container .blog-link{
        margin: 6px;
        border-radius: 28px;
        line-height: 44px;
        box-shadow: 0px 0px 1px 1.5px white;
        padding: 0px 34px;
}

.intro-container{
    background-size: cover;
    background-position-x: center;
    background-position-y: center;

    position: relative;

    text-align: right;
    padding-top: 30px;
    padding-top: 30px;
    color:white;
    margin-bottom: 30px;
    box-shadow: none;


    display: flex;
    align-items: center;
}


.intro-container::before {
    content: "";
    background: #00000091;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.intro-container .title{
    font-size: 40px;
    font-weight: 400;
}

.intro-container .subtitle{
    font-size: 23px;
    font-weight: 300;
}

.intro-container .right-side div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-container .left-side{
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.buttons-container.d-flex div {
    font-weight: 600;
    background: white;
    margin: 11px;
    font-size: 13px;
    padding: 10px 35px;
    border-radius: 16px;
    color: #1d1d1d;
}

.posts-container{
    padding: 20px 150px;
}

.single-post {
    margin: 70px 0px;
    background: #f7f7f7;
    /* height: 400px; */
}

.single-post .image{
    width : 100%;
    /* height: 100%; */
}

.single-post .img-container{
    overflow: hidden;
    /* height: 400px; */
}


.single-post .right-side {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
}

.post-sub-title{
    font-size: 18px;
    color: #989898;
    font-weight: 500;
}


.post-title{
    /* font-size: 32px; */
    font-weight: 500;
}

.post-content{
    color: #989898;
    font-weight: 500;
    font-size: 19px;
    margin-top: 20px;
}

.post-date{
    margin-top: 35px;
    color: #989898;
    font-weight: 400;
    font-size: 15px;
}

.explore-more-panel{
    text-align: center;
}

.explore-more-btn {
    font-weight: 600;
    box-shadow: 0px 0px 1px 1px #a2a2a2;
    border-radius: 15px;
    padding: 10px 20px;
    margin: 0px 0px 25px 0px;
    font-size: 14px;
    color: #464646;
}

.testimonials-title .logo{
    background: black;
    width: 130px;
    border-radius: 5px;
    padding: 2px 8px;
}

.testimonials-title div{
    font-size: 30px;
    width: 732px;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 25px;
}


.single-testimonial-container{
    height: 500px;
    /* background-color: white; */
    outline: none;
}

.testimonials-container{
    padding: 0px 150px;
}

.testimonials-container .quote-box {
    background-color: white;
    height: 250px;
    width: 480px;
    margin-top: 115px;
    margin-bottom: 35px;
    /* padding: 40px; */
    border-radius: 5px;
    box-shadow: 10px 11px 27px 0px #0000002e;
    font-size: 15px;
    color: #808080;
    text-align: justify;
    justify-content: center;
    align-items: center;
}

.testimonials-container .quote{
    padding-left: 58px;
    padding-right: 50px;
    line-height: 30px;
    font-weight: 500;
}

.quote-mark-container{
    font-size: 140px;
    text-align: center;
    position: relative;
    left: 42px;
    top: -25px;
    color: blue;
}

.quote-info-container .left{
    display: inline-block;
    width: 80px;
}

.quote-info-container .left img{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.quote-info-container .right{
    display: inline-block;
    padding-left: 30px;
}

.quote-info-container .author{
    font-weight: 800;
}

.quote-info-container .position{
    font-weight: 200;
}


.quote-info-container {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}


.portfolio-panel{
    background-image: url(/static/img/slider-background.jpg);
    background-size: cover;
    background-position: center center;

    height: 700px;
    margin-top: 70px;

    display: flex;
    justify-content: center;
    overflow: hidden;
}


.portfolio-panel .controllers{
    margin: 30px 0px;
    display: flex;
    justify-content: center;
}

.portfolio-panel .controllers .next,
.portfolio-panel .controllers .previous
{
    background: rgb(71,183,247);
    background: linear-gradient(90deg, rgba(71,183,247,1) 27%, rgba(61,131,253,1) 56%);
    color: white;
    padding: 10px 0px;
    width: 135px;
    border-radius: 24px;
    margin: 0px 5px;
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}   


#pf-title{
    font-weight: 400;
}

#pf-image{
    width: 100%;
}

.pf-container{
    max-width: 800px;
}

#pf-description{
    padding: 0px 100px;
    margin-top: 30px;
    font-size: 17px;
    color: #7d7d7d;
    text-align: center;
}

.post-container{
    min-width: 800px;
    max-width: 800px;
    /* margin-top: 50px; */
    font-family: serif;
}   

.post-container .contents{
    margin-top: 15px;
    font-size: 24px;
    padding: 0px 10px;
}


.post-container img {
    /* Images in the posts should not exceed the width of the column */
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.comments-section {
    font-family: Roboto;
    margin-top: 80px;

    background: #e8e8e894;
    padding: 80px 60px;
    border-radius: 5px
}

.comments-section form{
    margin-top: 30px;
}

.comments-section h5{
    font-weight: 600;
    font-size: 18px;
}

.comment-author-circle{
    background: black;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
}


.comments-container-wrapper{
    margin-top: 110px;
}
.comments-container .single-comment-row{
    margin: 50px 0px;
}

.single-comment-row .name{
    font-size: 18px;
    font-weight: 400;
    color: #4c4b4b;
}

.single-comment-row .right{
    padding-left: 28px;
}

.single-comment-row .comment{
    font-weight: 600;
}

.no-comments{
    margin-bottom: 40px;
    font-style: italic;
    font-size: 18px;
}


.recent-posts-container{
    max-width: 1192px;
    width: 100%;
    padding-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}


.recent-posts-container h5{
    font-family: Roboto;
    padding-left: 20px;
    font-weight: 500;
    position: relative;
    top: -4px;
}
.recent-posts-container .wrapper{
    padding: 7px;
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.recent-posts-container .single-recent-post{
    padding: 25px;
}

.recent-posts-container .wrapper div{
}

.recent-posts-container .thumbnail{
    width: 100%;
    border-radius: 5px;
}

.recent-posts-container a{
    text-decoration: none;
    color: black;
}

.recent-posts-container .title{
    font-size: 24px;
    margin: 15px 0px;
    line-height: 27px;
    padding-right: 15px;
    font-weight: 500 !important;
}

.recent-posts-container .subtitle{
    color: #565656;
    font-family: Roboto;
}


@media screen and (max-width: 800px) {
    .recent-posts-container .wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width :850px) {
    .post-container {
        min-width: 100%;
    }
}


@media screen and (max-width :768px) {
   .recent-posts-container .post-single{
        margin: 0px;
        margin: 8px 0px;
    }
}



@media screen and (max-width :558px) {
    .intro-container .title{
        font-size: 34px;
    }
}


@media screen and (max-width :480px) {
    .comments-section {
        padding: 80px 30px;
    }

    .post-container .contents{
        font-size: 20px;

    }

    .intro-container .title{
        font-size: 30px;
    }

    .intro-container .subtitle{
        font-size: 20px;
    }

}
