﻿body {
}
.portfolio-menu {
    text-align: center;
}

    .portfolio-menu ul li {
        display: inline-block;
        margin: 0;
        list-style: none;
        padding: 10px 15px;
        cursor: pointer;
        -webkit-transition: all 05s ease;
        -moz-transition: all 05s ease;
        -ms-transition: all 05s ease;
        -o-transition: all 05s ease;
        transition: all .5s ease;
    }

.portfolio-item {
    /*width:100%;*/
}

    .portfolio-item .item {
        /*width:303px;*/
        float: left;
        margin-bottom: 10px;
    }

.about-content p {
    font-size: 16px;
}

.section-title .bigtitle {
    font-size: 50px;
    font-weight: 700;
    font-family: "Gilroy-Medium ☞";
}

@media screen and (max-width: 480px) {
    .section-title .bigtitle {
        font-size: 40px;
    }
}

.breadcrumb-item {
    font-size: 18px;
    font-weight: bold;
}
.logo a, .footer-logo a {
    display: inline-block;
    font-size: 22px;
    color: #000 !important;
    font-weight: 900;
}
.work-title {
    height: 50px;
    background-color: rgba(23, 32, 42, 0.5);
    margin-top: -50px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
}

.fancylight img {
    height: 400px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .fancylight img {
        height: 200px;
    }
}

.breadcrumb-section {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    background-size: cover;
}

.breadcrumb-section .container, .section-video-header .txt-container{
    background-color: rgba(255,255,255,0.5);
    width: fit-content !important;
    height: fit-content !important;
    padding:20px;
}
.wlc {
    background-color: rgba(255,255,255,0.9) !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 8%;
    border-radius: 5px;
    padding: 15px;
}

/*@media screen and (max-width: 767px) {    
    .breadcrumb-section .container {
        width: 60%;
    }
}
@media screen and (max-width: 480px) {
    .breadcrumb-section .container {
        width: 90%;
    }
}*/

.container-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.masonry {
    column-count: 2;
    column-gap: 5px;
}

@media (min-width: 768px) {
    .masonry {
        column-count: 3
    }
}

@media (min-width: 992px) {
    .masonry {
        column-count: 4
    }
}
@media (min-width: 1199px) {
    .masonry {
        column-count: 5
    }
}

.masonry .brick {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside:avoid;
    counter-increment: brick-counter;
    margin-top: 5px;
}

.masonry img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-video-header {
    position: relative;
    background-color: black;
    height: 60vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

    .section-video-header video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .section-video-header .container {
        position: relative;
        z-index: 2;
    }

    .section-video-header .overlay-wcs {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.2;
        z-index: 1;
    }

