#Website {
    display: none;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.brand-image {
    position: absolute;
    top: 0px;
    width: 150px;
}

.navbar-expand-lg {
    background-color: #182333 !important;
}

.carousel-image {
    height: 900px !important;
    width: 100%;
    object-fit: cover;
}

#crane-bg {
    height: 900px;
    width: 100%;
}

video {
    width: 100%;
    object-fit: cover;
    height: 900px;
}

.facts-text {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
    video {
        height: 450px;
    }

    .carousel-control-next {
        display: none!important;
    }

    .carousel-control-prev {
        display: none!important;
    }
    .brand-image{
        width: 110px;
    }
    .navbar-toggler {
        background: #FDA12B!important;
    }
    .exp-container{
        width: 150px!important;
        height: 150px!important;
    }
    .facts-text{
        font-size: 80px;
    }
    .presentation-image {
        width: 350px !important;
        height: 200px!important;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
    .mobile-reverse{
        flex-flow: column-reverse;
    }
    .presentation-right-image {
        transform: perspective(1000px) rotateX(4deg) rotateY(22deg) rotate(-6deg)!important;
        box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .3), 0 30px 60px -30px rgba(0, 0, 0, .5), -10px 10px 60px -10px rgb(198 198 198)!important;
    }
    .footer-image{
        margin-bottom: 1rem;
    }
    .btn-secondary{
        margin-top: 1rem;
    }
    .content-image {
        width: 350px!important;
        margin: auto;
        display: flex;
    }
}

.top-link {
    font-weight: 600;
}

.mobile-video {
    height: 500px !important;
}

.about-image {
    object-fit: cover;
}

.home-services-image {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

.presentation-image {
    width: 600px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 10px 10px 50px 1px #c6c6c6;
}

.presentation-left-image {
    transform: perspective(1000px) rotateX(4deg) rotateY(22deg) rotate(-6deg);
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .3), 0 30px 60px -30px rgba(0, 0, 0, .5), -10px 10px 60px -10px rgb(198 198 198);
}

.presentation-right-image {
    transform: perspective(1000px) rotateX(4deg) rotateY(-38deg) rotate(6deg);
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .3), 0 30px 60px -30px rgba(0, 0, 0, .5), -10px 10px 60px -10px rgb(198 198 198)
}



.content-image {
    width: 600px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 12px 12px 12px 1px #d3d3d3;
}

.content-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.content-col {
    padding: 2rem;
}

@media screen and (max-width: 768px) {
}
