.portfolio_area .more_works {
    background: #0d1824;
    position: relative;

}

.button_more_works {
    margin-top: 100px;
}

.portfolio_area .more_works .button_more_works a {
    margin-top: 35px;
    position: relative;
    left: 0;
    text-align: center;
    text-decoration: none;

}

.portfolio_area .more_works .button_more_works a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 70px;
    height: 2px;
    background: #7f72e4;
}

.portfolio_area {
    background: #0d1824;
    position: relative;

}

.portfolio_area.galeria:before {
    content: "";
    background: #0d1824;
    height: 200px;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    z-index: -1;
}

.portfolio_area .more_works:before {
    content: "";
    background: #0d1824;
    height: 280px;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    z-index: -1;
}

.portfolio_area .more_works a {
    font-size: 20px;
    font-family: "Alata", sans-serif;
    color: #fff;
    font-weight: 400;
}

.portfolio_area .portfolio_wrap {
    overflow: hidden;
}

.portfolio_area .single_gallery {
    overflow: hidden;
    width: 35%;
    position: relative;
    z-index: 6;
    float: left;
}

@media (max-width: 767px) {
    .portfolio_area .single_gallery {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .portfolio_area .single_gallery {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .portfolio_area .single_gallery {
        width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .portfolio_area .single_gallery {
        width: 33.33333%;
    }
}

.portfolio_area .single_gallery::before {
    width: 235px;
    height: 235px;
    background: #0181F5;
    content: '';
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: -26%;
    bottom: -30%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .portfolio_area .single_gallery::before {
        width: 250px;
        height: 250px;
    }
}

.portfolio_area .single_gallery.small_width {
    width: 20%;
}

@media (max-width: 767px) {
    .portfolio_area .single_gallery.small_width {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .portfolio_area .single_gallery.small_width {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .portfolio_area .single_gallery.small_width {
        width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .portfolio_area .single_gallery.small_width {
        width: 33.33333%;
    }
}

.portfolio_area .single_gallery .thumb {
    border-radius: 0;
    height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .portfolio_area .single_gallery .thumb {
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .portfolio_area .single_gallery .thumb {
        height: 370px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .portfolio_area .single_gallery .thumb {
        height: auto;
    }
}

@media (max-width: 767px) {
    .portfolio_area .single_gallery .thumb {
        height: auto;
    }
}

.portfolio_area .single_gallery .thumb img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio_area .single_gallery .gallery_hover {
    position: absolute;
    left: 0;
    bottom: 0;
}

.portfolio_area .single_gallery .gallery_hover .hover_inner {
    position: relative;
    z-index: 12;
    padding-bottom: 60px;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .portfolio_area .single_gallery .gallery_hover .hover_inner {
        padding-left: 15px;
        padding-bottom: 20px;
    }
}

.portfolio_area .single_gallery .gallery_hover .hover_inner span {
    display: block;
    font-size: 14px;
    color: #B3D9FC;
    font-weight: 400;
    font-family: "Alata", sans-serif;
    margin-bottom: 13px;
    position: relative;
    left: 10%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .portfolio_area .single_gallery .gallery_hover .hover_inner span {
        font-size: 14px;
    }
}

.portfolio_area .single_gallery .gallery_hover .hover_inner h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-family: "Alata", sans-serif;
    line-height: 1;
    position: relative;
    left: 15%;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .portfolio_area .single_gallery .gallery_hover .hover_inner h3 {
        font-size: 20px;
    }
}

.portfolio_area .single_gallery:hover::before {
    opacity: 1;
    left: -6%;
    bottom: -20%;
}

@media (max-width: 767px) {
    .portfolio_area .single_gallery:hover::before {
        left: -10%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .portfolio_area .single_gallery:hover::before {
        left: -13%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .portfolio_area .single_gallery:hover::before {
        left: -10%;
    }
}

.portfolio_area .single_gallery:hover .hover_inner h3,
.portfolio_area .single_gallery:hover .hover_inner span {
    opacity: 1 !important;
    left: 0%;
}

.portfolio_area .single_gallery:hover .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}