﻿body {
    font-family: Manrope, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #1e1e1e;
    color: #fafafa;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    transition: opacity 0.3s;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.top-single-bkg {
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    height: 100vh;
}
.top-single-bkg:before {
        content: '';
        background: rgba(0, 0, 0, 0.34);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

.topsingleimg {
    width: 100%;
    height: 100%;
    clip-path: inset(0);
}

    .topsingleimg img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
        position: fixed;
    }
.top-single-bkg .inner-desc {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 75%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-post-title {
    color: #fff;
    font-weight: 800;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-post-title-margin {
    margin-bottom: 10px;
}

.post-subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    display: block;
}


.portfolio-grid-container-fs,
.portfolio-masonry-container-fs {
    padding: 0 48px 48px
}

.portfolio-grid,
.portfolio-masonry {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
}
.item-portfolio {
    width: 33.333%;
    padding: 10px;
    margin-bottom: -10px;
}
.item-4cols {
    width: 25%;
}
.post-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 1px;
    cursor:zoom-in;
}
.post-image img {width:100%;}

@media (max-width: 1200px) {
    .display-4 {
        font-size: calc(1.3rem + 2.5vw);
    }
}
@media (max-width: 992px) {
    .item-4cols, .item-5cols {
        width: 33.333%;
    }
}
@media (max-width: 767px) {
    .container {max-width: 100%; }
    .inner-desc h1 {
        word-wrap: break-word;
    }
    .item-portfolio {padding:5px;}
}
@media (max-width: 568px) {
    .item-3cols, .item-4cols, .item-5cols {
        width: 50%;
    }
    .item-portfolio {padding:5px;}
}



.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #999;
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;margin:0px auto;
}

@keyframes animloader {
    0% {
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }

    33% {
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }

    66% {
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }

    100% {
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

