.elementor-12 .elementor-element.elementor-element-0891177:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-0891177 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-12 .elementor-element.elementor-element-0891177{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12 .elementor-element.elementor-element-0891177 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-fe4af0d *//* ==========================================
   RESET
========================================== */

.codecraft-404,
.codecraft-404 * {
    box-sizing: border-box;
}

.codecraft-404 {
    width: 100%;
    min-height: 100vh;

    margin: 0;
    padding: 0;

    background: #101010;

    font-family: Arial, Helvetica, sans-serif;

    overflow: hidden;
}


/* ==========================================
   BLACK TOP SECTION
========================================== */

.error-top {
    width: 100%;

    background: #111111;

    color: #ffffff;

    padding: 40px 0 0;
}


.error-container {
    width: calc(100% - 40px);
    max-width: 1500px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 80px;

    min-height: 270px;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.error-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.error-number {
    margin-bottom: 25px;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;

    color: #777777;
}


.error-heading h1 {
    margin: 0;

    font-size: clamp(38px, 4vw, 66px);
    line-height: .94;

    letter-spacing: -3px;

    font-weight: 500;

    color: #f5f5f5;
}


.error-button {
    margin-top: 28px;

    display: inline-flex;
    align-items: center;

    gap: 12px;

    padding: 11px 15px;

    background: #1f1f1f;

    color: #ffffff;

    text-decoration: none;

    font-size: 10px;

    transition: .25s ease;
}


.error-button span {
    color: #ff1717;

    transition: transform .25s ease;
}


.error-button:hover {
    background: #292929;
}


.error-button:hover span {
    transform: translateX(4px);
}


/* ==========================================
   RIGHT INFO
========================================== */

.error-info {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 45px;

    padding-top: 8px;
}


.info-label {
    display: block;

    margin-bottom: 10px;

    font-size: 9px;

    font-weight: 600;

    color: #ffffff;
}


.info-column p,
.social-links a {
    margin: 0;

    font-size: 9px;
    line-height: 1.55;

    color: #8e8e8e;
}


.social-links {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.social-links a {
    text-decoration: none;

    transition: color .2s ease;
}


.social-links a::before {
    content: "";

    width: 4px;
    height: 4px;

    display: inline-block;

    margin-right: 6px;

    background: #f10b0b;
}


.social-links a:hover {
    color: #ffffff;
}


/* ==========================================
   BOTTOM BAR
========================================== */

.error-bottom-bar {
    width: calc(100% - 40px);
    max-width: 1500px;

    min-height: 48px;

    margin: 25px auto 0;

    border-top: 1px solid #303030;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 8px;

    color: #747474;
}


.made {
    display: flex;
    align-items: center;

    gap: 6px;
}


.made i {
    width: 5px;
    height: 5px;

    display: block;

    border-radius: 50%;

    background: #f30909;
}


/* ==========================================
   RED CONSTRUCTION SECTION
========================================== */

.construction-visual {
    width: calc(100% - 40px);
    max-width: 1500px;

    height: 560px;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #ff0000 0%,
            #ed0000 52%,
            #d40000 100%
        );
}


/* ==========================================
   ARCHITECTURAL LINES
========================================== */

.architecture-line {
    position: absolute;

    background: #150000;

    opacity: .78;

    z-index: 1;
}


/* diagonal Santander-like line */

.line-one {
    width: 160%;
    height: 3px;

    top: 60px;
    left: -25%;

    transform: rotate(37deg);
}


.line-two {
    width: 160%;
    height: 3px;

    top: 250px;
    left: -25%;

    transform: rotate(37deg);
}


.line-three {
    width: 3px;
    height: 140%;

    left: 26%;
    top: -20%;

    transform: rotate(-1deg);
}


.line-four {
    width: 3px;
    height: 140%;

    right: 28%;
    top: -20%;

    transform: rotate(-1deg);
}


/* ==========================================
   BUILDING / RECTANGLE DETAILS
========================================== */

.architecture-box {
    position: absolute;

    border: 3px solid rgba(40, 0, 0, .85);

    z-index: 1;
}


.box-one {
    width: 310px;
    height: 420px;

    left: 90px;
    top: 80px;

    transform: skewY(12deg);
}


.box-two {
    width: 370px;
    height: 480px;

    left: 430px;
    top: -90px;

    transform: rotate(-20deg);
}


.box-three {
    width: 420px;
    height: 470px;

    right: -50px;
    top: 80px;

    transform: rotate(14deg);
}


/* ==========================================
   DARK SHADOW / DEPTH
========================================== */

.construction-visual::before {
    content: "";

    position: absolute;

    width: 750px;
    height: 180px;

    top: 120px;
    left: -100px;

    background: rgba(80, 0, 0, .38);

    transform: rotate(37deg);

    z-index: 1;
}


.construction-visual::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 800px;

    top: -200px;
    right: 20%;

    background: rgba(90, 0, 0, .25);

    transform: rotate(37deg);

    z-index: 1;
}


/* ==========================================
   TEXT
========================================== */

.construction-content {
    position: absolute;

    left: 45px;
    bottom: 30px;

    z-index: 5;
}


.construction-small {
    display: block;

    margin-bottom: 12px;

    font-size: 11px;

    letter-spacing: 1.5px;

    color: rgba(255,255,255,.8);
}


.construction-content h2 {
    margin: 0;

    font-size: clamp(75px, 11vw, 180px);
    line-height: .74;

    letter-spacing: -9px;

    font-weight: 700;

    color: #070707;

    text-transform: uppercase;
}


/* ==========================================
   CORNER
========================================== */

.construction-corner {
    position: absolute;

    top: 30px;
    right: 30px;

    z-index: 5;
}


.construction-corner span {
    font-size: 9px;

    letter-spacing: 1.4px;

    color: rgba(255,255,255,.8);
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 900px) {

    .error-container {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .error-info {
        padding-bottom: 20px;
    }

    .construction-visual {
        height: 470px;
    }

    .construction-content h2 {
        letter-spacing: -5px;
    }
}


@media (max-width: 600px) {

    .error-top {
        padding-top: 25px;
    }

    .error-container {
        width: calc(100% - 30px);
    }

    .error-heading h1 {
        font-size: 42px;

        letter-spacing: -2px;
    }

    .error-info {
        grid-template-columns: 1fr 1fr;

        gap: 30px;
    }

    .error-bottom-bar {
        width: calc(100% - 30px);

        gap: 20px;

        font-size: 7px;
    }

    .construction-visual {
        width: calc(100% - 20px);

        height: 430px;
    }

    .construction-content {
        left: 20px;
        bottom: 25px;
    }

    .construction-content h2 {
        font-size: 65px;
        line-height: .82;

        letter-spacing: -4px;
    }

    .construction-corner {
        top: 20px;
        right: 20px;
    }

    .box-one {
        left: -100px;
    }

    .box-two {
        left: 170px;
    }

}/* End custom CSS */