body {
    background-color: #111 !important;
    overflow-x: hidden;
}

h3 {
    text-align: center;
    letter-spacing: 10px;
    margin-top: 50px;
    margin-bottom: 60px;
    color: #005555;
}

.section img {
    border-radius: 10px;
    width: 100%;
}

.section img {
    border-radius: 10px;
    width: 100%;
}

.section img {
    border-radius: 10px;
    width: 100%;
}

video {
    border-radius: 10px;
    width: 100%;
}

.row {
    margin-top: 40px;
}

.container-fluid {
    width: 80%;
    padding: 0;
}

.content {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px 2px black;
    box-shadow: 0px 0px 4px 2px black;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 10px;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    border-radius: 20px;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 1.2em;
}

.fadeIn-bottom {
    top: 80%;
}

.section .col-6[data-scroll="out"] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.section .col-6[data-scroll="in"] {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
    -o-transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
}

.section .col-5[data-scroll="out"] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.section .col-5[data-scroll="in"] {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
    -o-transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
}

.section .col-12[data-scroll="out"] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.section .col-12[data-scroll="in"] {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
    -o-transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
}

.section .col-7[data-scroll="out"] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.section .col-7[data-scroll="in"] {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
    -o-transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, transform 0.7s ease-out 0.3s, -webkit-transform 0.7s ease-out 0.3s;
}


@media (max-width: 750px) {
    .content-details h3 {
        font-size: 1.5rem;
    }

    .content-details p {
        font-size: 1rem;
    }
}

@media (max-width: 500px) {

    .section .col-md-12,
    .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .content-details h3 {
        font-size: 1.25rem;
    }

    .content-details p {
        font-size: 0.8rem;
    }
}