body {
    background-color: black !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding: 0 !important;
    margin: 0;
}

.carousel {
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 432px;
    line-height: 24px;
    overflow-y: hidden;
    position: relative;
    text-align: left
}

.slider-frame {
    overflow: hidden;
}

@-webkit-keyframes slide_animation {
    0% {
        left: 0px;
    }

    10% {
        left: 0px;
    }

    20% {
        left: 1200px;
    }

    30% {
        left: 1200px;
    }

    40% {
        left: 2400px;
    }

    50% {
        left: 2400px;
    }

    60% {
        left: 1200px;
    }

    80% {
        left: 1200px;
    }

    90% {
        left: 0;
    }

    100% {
        left: 0;
    }
}

.fade-in {
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.slide-images {
    width: 3600px;
    height: 800px;
    margin: 0 0 0 -2400px;
    position: relative;
    -webkit-animation-name: slide_animation;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
}

.img-container {
    height: 800px;
    width: 1200px;
    position: relative;
    float: left;
    overflow: hidden;
}

.logo-block {
    color: white;
    font-family: "Amplitude", sans-serif;
    position: absolute;
    width: 400px;
    top: 50%;
    left: 69%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.logo-block>img {
    width: 25rem;
}

.logo-block-text {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: "Amplitude", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: -8px;
    text-align: center
}

.selected-clients p {
    color: white;
    margin:auto;
    padding: 20px;
}

.h{
    height: 25%;
}


.selected-clients-p1 {
    font-family: 'Roboto';
    letter-spacing: 2px;
    font-weight: lighter;
    font-size: 0.8rem;
    margin-top: 4;
}

.selected-clients-p2 {
    margin: 0;
    margin-top: -5px;
    font-family: 'Roboto';
    font-size: 1.8rem;
}

.horiz-divider {
    margin: 15px auto;
    height: 1px;
    width: 100px;
    background-color: white;
}

.char-spacing-2 {
    letter-spacing: 2px;
}

.text-center{
    text-align: center;
}

.banner-text {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: "Amplitude", sans-serif;
    font-size: 20.8px;
    font-weight: 400;
    line-height: 31.2px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center
}

.dot {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: .6rem;
    margin-left: 18px;
    margin-bottom: 1px;
    margin-right: 18px;
    width: .6rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.hamburger-icon {
    position: -webkit-sticky;
    position: fixed;
    top: 8px;
    z-index: 10000;
    left: 8px;
    transform: translate3d(0, 0, 0);
}

.hamburger-icon {
    outline: none !important;
}

.hamburger-offset {
    position: fixed;
    z-index: 10000;
    width: 100%;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.521), transparent)
}

.main-nav-link,
.main-nav-link a {
    color: white;
}

.main-nav-link>.dropdown-menu {
    background-color: black;
}

.collapse {
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.align-items-center {
    align-items: center !important;
}

.navbar-brand>img {
    height: 50px;
    width: auto;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    display: flex;
    position: relative;
    padding: .5rem 1rem;
}

.navContainer a:hover {
    color: white;
}

.navbar-shadow {
    top: 0;
    position: fixed;
    height: 70px;
    opacity: 0.4;
    background: linear-gradient(to bottom, #070000b2, transparent);
    width: 100%;
    z-index: 2000;
}

.top-margin {
    margin-top: 70px;
}

.selected-work {
    background-color: #343434;
    margin-top: 25px;
}

.selected-work {
    min-height: 52vh;
}

.selected-work>.container-fluid {
    color: white;
    max-width: 1900px;
    margin: 0 auto;
}

.my-gallery-class {
    list-style-type: none;
}

.image-element-class {
    padding: 5px;
    width: auto;
}

.mx-auto{
    margin: auto;
}

.p-5{
    padding: 20px;
}

.gallery-container {
    max-width: 1500px;
    margin: 0 auto;
}

.image-overlay-container {
    position: relative;
}

.overlay {
    transition: 0.5s;
    color: black;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.overlay:hover {
    color: white;
    background-color: black;
    opacity: 0.5;
}

.overlay img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}

.overlay p {
    font-family: 'Amplitude', sans-serif;
    font-size: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .overlay p {
        font-size: 1.5rem;
        max-width: 90% !important;
    }
    .overlay img {
        width: 40px !important;
    }
}

.blurred-loading-image {
    filter: blur(20px);
}

.normal-image {
    filter: blur(0px);
}

.image-fade {
    transition: all .5s ease;
    transition-delay: 0.5s;
}

.hide-img-overflow {
    overflow: hidden;
}



.lazy-load-image-background.blur {
    filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
    filter: blur(0);
    transition: filter .3s;
}
/*Footer*/
.footer {
    background-color: black;
    color: white;
    min-height: 25vh;
}

.footer p {
    font-family: 'Amplitude', sans-serif;
}

.footer ul {
    list-style-type: none;
}

.footer li {
    font-family: 'Roboto', sans-serif;
}

.middle-footer {
    border-left: 1px solid grey;
}

.middle-footer>ul>a {
    color: white;
}

.visibility-hidden {
    height: 0;
    overflow-y: hidden;
}

.footer img {
    max-width: 300px;
}

.center-row {
    position: absolute;
    /* 2 */
    top: 50%;
    /* 3 */
    transform: translate(0, -50%)/* 4 */
}

.relative-position {
    position: relative;
}

@media screen and (max-width: 994px) {
    .image-element-class>img {
        width: 25vw;
        margin: auto;
    }
}


img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
    cursor: default;
}