/**
* Template URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    background: #0d0e06;
}

a {
    text-decoration: none;
    color: #41765c;
}

a:hover {
    color: #678e5f;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Zen Antique", serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #c2a552;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #0d0e06;
    line-height: 0;
}

.back-to-top:hover {
    background: #c2a552;
    color: #0d0e06;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #0d0e06;
    box-shadow: 0 4px 10px -3px #0000;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #678e5f;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

@media (max-width: 992px) {
    #header {
        height: 70px;
    }
}

.scrolled-offset {
    margin-top: 90px;
}

@media (max-width: 992px) {
    .scrolled-offset {
        margin-top: 90px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #c2a552;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #678e5f;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #0d0e06;
    box-shadow: 0px 0px 30px #0000;
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #678e5f;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #c2a552;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #678e5f;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0d0e06;
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #0d0e06;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #678e5f;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #c2a552;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #0d0e06;
    box-shadow: 0px 0px 30px #0000;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #c2a552;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: -1;
}
#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    z-index: 1;
}
#hero .hero-logo {
    margin: 30px;
}
#hero h1 {
    margin: 0 0 30px 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #c2a552;
}
#hero h2 {
    color: #c2a552;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
#hero .btn-get-started {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 3px;
    margin: 10px;
    color: #c2a552;
    background: #0d0e06;
}
#hero .btn-get-started:hover {
    transition: 0.5s;
    background: #c2a552;
    color: #0d0e06;
}
@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        line-height: 22px;
    }
}

/*--------------------------------------------------------------
# LIBROS
--------------------------------------------------------------*/
#books h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 500;
    line-height: 56px;
    color: #c2a552;
}
#books p {
    color: #fff;
}
* {
    transition: all ease 0.5s;
}
:hover {
    transition: all ease 0.5s;
}
#books {
    background: #0d0e06;
}
aside img {
    transform: rotate(5deg) scale(0.9);
}
aside img:hover {
    transform: rotate(0) scale(1);
}

/*--------------------------------------------------------------
# LIBROS: SINOPSIS
--------------------------------------------------------------*/
.books-s {
    background: #0d0e06;
    padding: 0;
}
.books-s .content {
    padding: 60px 100px 0 100px;
}
.books-s .content h2 {
    font-weight: 400;
    font-size: 34px;
    color: #c2a552;
    margin-bottom: 30px;
}
.books-s .accordion-list h5 {
    color: #c2a552;
    font-size: 18px;
}
.books-s .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
.books-s .content p {
    font-size: 15px;
    color: #c2a552;
}
.books-s .accordion-list {
    padding: 0 100px 60px 100px;
}
.books-s .accordion-list ul {
    padding: 0;
    list-style: none;
}
.books-s .accordion-list li + li {
    margin-top: 15px;
}
.books-s .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}
.books-s .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}
.books-s .accordion-list span {
    color: #41765c;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}
.books-s .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.books-s .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    color: #0d0e06;
}
.books-s .accordion-list .icon-show {
    display: none;
}
.books-s .accordion-list a.collapsed {
    color: #c2a552;
}
.books-s .accordion-list a.collapsed:hover {
    color: #41765c;
}
.books-s .accordion-list a.collapsed .icon-show {
    display: inline-block;
}
.books-s .accordion-list a.collapsed .icon-close {
    display: none;
}
.books-s .play-btn {
    width: 94px;
    height: 94px;
    background: #41765c;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
.books-s .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.books-s .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #41765c;
    top: -15%;
    left: -15%;
    background: #0d0e06;
}
.books-s .play-btn:hover::after {
    border-left: 15px solid #c2a552;
    transform: scale(20);
}
.books-s .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}
@media (max-width: 1024px) {
    .books-s .content,
    .books-s .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 992px) {
    .books-s .content {
        padding-top: 30px;
    }
    .books-s .accordion-list {
        padding-bottom: 30px;
    }
}
@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# FRASES
--------------------------------------------------------------*/
.quotes {
    padding: 60px 0;
    background-color: #0d0e06;
}
.quotes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
.quotes .quote-icon {
    text-align: center;
    margin-bottom: 30px;
}
.quotes .quote-icon i {
    color: #41765c;
    font-size: 28px;
    padding: 18px;
}
.quotes .testimonial-item {
    text-align: center;
    color: #c2a552;
}
.quotes .testimonial-item p {
    font-style: italic;
    margin: 0 auto 30px auto;
    font-size: 26px;
    font-family: "Zen Antique", serif;
}
.quotes .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.quotes .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}
.quotes .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #41765c;
}
@media (min-width: 992px) {
    .quotes .testimonial-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# PERSONAJES
--------------------------------------------------------------*/
#characters h2 {
    font-weight: 400;
    font-size: 34px;
    color: #c2a552;
    margin-top: 30px;
    margin-bottom: 30px;
}
#characters h5 {
    color: #41765c;
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
    object-fit: contain;
}
.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
    width: auto;
}
.card-body {
    height: 100%;
    width: 100%;
}
.carousel-inner {
    padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: #c2a552;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .carousel-inner {
        display: flex;
    }
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
}
@media (max-width: 767px) {
    .card .img-wrapper {
        height: auto;
    }
}
/*--------------------------------------------------------------
# ELFHAME
--------------------------------------------------------------*/
#elfhame h2 {
    font-weight: 400;
    font-size: 34px;
    color: #c2a552;
    padding-top: 30px;
    padding-bottom: 30px;
}
#elfhame p {
    color: #fff;
    padding-left: 10px;
}
#elfhame .container {
    padding: 10px;
}
.ac--container {
    width: 535px;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
    border: 7px solid #fff;
    background-color: #fff;
    border-radius: 8px;
}
.ac--container figure {
    position: absolute;
    top: 0;
    left: 50px; /* Ancho de imagen contraída */
    width: 335px;
    box-shadow: 0 0 0 1px #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ac--container > figure {
    position: relative;
    left: 0 !important;
}
.ac--container img {
    display: block;
    width: 100%;
}
.ac--container input {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px; /* just cover visible part */
    height: 100%;
    cursor: pointer;
    border: 0;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ac--container input:checked {
    width: 5px;
    left: auto;
    right: 0px;
}
.ac--container input:checked ~ figure {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    left: 335px;
}
.ac--container figcaption {
    width: 100%;
    height: 100%;
    background: rgba(87, 73, 81, 0.1);
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ac--container figcaption span {
    position: absolute;
    top: 10%;
    margin-top: -10px;
    right: 20px;
    left: 20px;
    overflow: hidden;
    text-align: left;
    background: rgba(70, 70, 70, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.ac--container input:checked + figcaption,
.ac--container input:checked:hover + figcaption {
    background: rgba(70, 70, 70, 0);
}
.ac--container input:checked + figcaption span {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    opacity: 1;
    top: 20%; /* Para ajustar cuadro de texto */
}
.ac--container #ia-selector-last:checked + figcaption span {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.ac--container input:hover + figcaption {
    background: rgba(70, 70, 70, 0.03);
}
.ac--container input:checked ~ figure input {
    z-index: 1;
}
#elfhame .portfolio-item {
    margin: 30px;
    padding: 10px;
    margin: 0 auto 25px auto;
}
#elfhame #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 18px 12px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #c2a552;
    transition: all 0.3s ease-in-out;
    margin: 0 4px 10px 4px;
    background: #fff;
    border-radius: 4px;
}
#elfhame li:hover {
    background: #678e5f;
    color: #fff;
}
#elfhame .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}
#elfhame .portfolio-wrap::before {
    content: "";
    background: rgba(21, 21, 21, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
#elfhame .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#elfhame .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
#elfhame .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
#elfhame .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
#elfhame .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#elfhame .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}
#elfhame .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
#elfhame .portfolio-wrap .portfolio-links a:hover {
    color: #678e5f;
}
#elfhame .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
#elfhame .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}
#elfhame .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}
#elfhame .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}
/*--------------------------------------------------------------
# SOBRE LA AUTORA
--------------------------------------------------------------*/
#about .row {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px;
}
#about h2 {
    font-weight: 400;
    font-size: 34px;
    color: #c2a552;
    padding-top: 30px;
    padding-bottom: 30px;
}
#about .image {
    padding: 0px;
    padding-bottom: 10px;
    box-shadow: 0px 2px 15px #0000;
}
#about .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #41765c;
    padding-top: 15px;
    padding-bottom: 10px;
}
#about .content p {
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
# FANMADE
--------------------------------------------------------------*/
#portfolio h2 {
    font-weight: 400;
    font-size: 34px;
    color: #c2a552;
    padding-top: 30px;
    padding-bottom: 30px;
}
#portfolio .portfolio-item {
    margin-bottom: 30px;
}
#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
}
#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 18px 12px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #c2a552;
    transition: all 0.3s ease-in-out;
    margin: 0 4px 10px 4px;
    background: #fff;
    border-radius: 4px;
}
#portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #678e5f;
    color: #fff;
}
#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
#portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}
#portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(21, 21, 21, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
#portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
#portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
#portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
#portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}
#portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
#portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #678e5f;
}
#portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
#portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}
#portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}
#portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background-color: black;
    color: #fff;
    font-size: 14px;
    position: relative;
}
#footer .footer-top {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0;
}
#footer .footer-top .footer-logo img {
    height: 80px;
}
#footer .footer-top p {
    font-size: 15;
    font-style: italic;
    margin: 30px 0 0 0;
    padding: 0;
}
#footer .footer-bottom {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer .copyright {
    text-align: center;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
}
