#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;
}

.slider-content {
    background: #060606b8;
}
.brand-image {
    position: absolute;
    width: 100px;
    top: -50px;
}
.show-mobile {
    display: none;
}
@media screen and (max-width: 675px){
    .logo-area{
        padding: 0!important;
    }
    .brand-image{
        position: relative;
        width: 80px;
        top: 0px!important;
    }
    ul.top-info-box li {
        width: 120px !important;
        flex: auto!important;
        position: inherit!important;
    }
    .header-right {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #dadada;
    }
    .info-box{
        width: 120px;
    }
    .info-box-title{
        font-size: 12px!important;
    }
    .info-box-link{
        font-size: 12px!important;
    }
    .no-mobile{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    section{
        padding-bottom: 1rem!important;
        padding-top: 1rem!important;
    }
    ul.top-info-box li {
        width: 110px !important;
        flex: auto !important;
        position: inherit !important;
    }

    .top-info-box li {
        width: 120px !important;
        flex: auto !important;
        position: inherit !important;
    }

    .top-info-box {
        display: flex;
        margin-bottom: 0 !important;
        color: #fff;
        border-bottom: 1px solid #EEEEEE;
    }

    .info-box-title {
        margin-bottom: 0 !important;
        color: #ffb600;
    }
    
    
}
@media screen and (max-width: 465px){
    .info-box {
        width: 110px;
    }
    
    .navbar-nav{
        overflow-x: hidden; 
    }
}
.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;
}

.crane-image {
    width: 400px;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 3px 3px 12px 1px #e8e8e8;
}
.crane-col{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;
}
.crane-row {
    margin-bottom: 2rem;
    box-shadow: 3px 3px 12px 1px #e8e8e8;
    border-radius: 5px;
    padding: 1rem;
}
.crane-image {
    display: flex;
    margin: auto;
    align-items: center;
}

@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) {
}
/*Platforms*/
.platform-area {
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
    .platform-area {
        margin-top: 3rem;
    }
}

.platform-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.platform-section {
    border-radius: 5px;
    box-shadow: 1px 1px 14px 1px #c8c6c659;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1rem;
}

.platform-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 2s ease;
}

.platform-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: black;
    transition: 2s ease;
    width: 100%;
    overflow: hidden;
}

    .platform-link:hover .platform-image {
        transform: scale(1.5);
        opacity: 0.6;
    }

    .platform-link:hover .platform-info {
        background-color: #1c4b74;
        color: #fff;
    }

.platform-info {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 2rem;
    height: 200px;
    z-index: 3;
    padding: 1rem;
    width: 100%;
    transition: 0.3s ease;
}

.platform-header {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.platform-section:hover .platform-link {
    color: #2474cb;
    text-decoration: none;
}

@media screen and (max-width: 675px) {
    .platform-image {
        height: 450px;
        margin-top: 1rem;
    }
}

.custom-btn {
    padding: 5px 42px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    border-radius: 5px;
}

.read-more {
    background: #f4f4f4;
    color: #020202;
    z-index: 1;
    text-decoration: none;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}

    .read-more:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        direction: rtl;
        z-index: -1;
        background: #3977e5;
        transition: all 0.3s ease;
    }

    .read-more:hover {
        color: #fff;
    }

        .read-more:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

    .read-more:active {
        top: 2px;
    }