

.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(245, 245, 245);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
}
.loader::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

border-radius: inherit;
z-index: 1;
background: url('../images/mining-machinery-shadows.webp') no-repeat center center;
background-size: cover;
opacity: 0.3;
}
.loader-logo {
    background-color: #2f375b;
    color: #fff;
    font-size: 40px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
}

.loader-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.loading {
    width: 200px;
    height: 3px;
    background: #cfcfcf;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.loading::after {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    top: 0px;
    background: #2f375b;
    animation: animation 1.5s infinite ease;
}
@keyframes animation {
	0% {
        transform: translateX(-15px);
    }
    50% {
        transform: translateX(165px);
    }
    100% {
        transform: translateX(-15px);
    }
}
.framer-1lyhjj4{
    --animate-delay: 1s !important;
}
.framer-tk6kor::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000038, #000000a4);
    border-radius: inherit;
    z-index: 1;
}
.framer-tk6kor *{
    z-index: 2;
}
.last-nav-item .framer-styles-preset-124cth6{
    color:  rgb(239, 125, 0) !important;
}
.framer-UujpW>div::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000038, #000000a4);
    border-radius: inherit;
    z-index: 1;
}
.framer-UujpW>div *{
    z-index: 2;
}
.contact-input{
    width: 48%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 18px;
    
    margin-bottom: 15px;
}