@media (prefers-color-scheme: dark) {
    :root {
        --VarClr_Bg_Body: rgb(0, 0, 0);
        --VarClr_Bg_ErrorCodeGradient1: rgb(225, 225, 225);
        --VarClr_Bg_ErrorCodeGradient2: rgb(0, 0, 0);

        --VarClr_Text_Heading : rgb(91, 91, 91);
        --VarClr_Text_SubHeading : rgb(209, 209, 209);
        --VarClr_Text_ErrorCode : rgb(255, 208, 0);

        --VarClr_Border_ErrorCode : rgb(225, 225, 225);
    }
}

@font-face {
    font-family: 'RobotoSlab-SemiBold';        /* You pick this name */
    src: url('../../FONTS/RobotoSlab-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;                   /* Good for loading performance */
}
@font-face {
    font-family: 'GoogleSans-Italic';        /* You pick this name */
    src: url('../../FONTS/GoogleSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;                   /* Good for loading performance */
}
@font-face {
    font-family: 'GoogleSans-Regular';        /* You pick this name */
    src: url('../../FONTS/GoogleSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;                   /* Good for loading performance */
}
@font-face {
    font-family: 'RobotoSlab-Bold';        /* You pick this name */
    src: url('../../FONTS/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;                   /* Good for loading performance */
}
@font-face {
    font-family: 'BBHBogle-Regular';        /* You pick this name */
    src: url('../../FONTS/BBHBogle-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;                   /* Good for loading performance */
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body{
display: flex;
position: relative;
flex-direction: column;
box-sizing: border-box;
width: 100dvw;
height: 100dvh;
max-width: 100dvw;
max-height: 100dvh;
justify-content: flex-start;
align-items: center;
background-color: var(--VarClr_Bg_Body);
padding: 0px;
margin: 0px;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}

    #ID_Div_HeadingHolder{
    display: flex;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 40dvh;
    justify-content: center;
    align-items: center;
    }
        #ID_Div_Heading_CloudHolder1{
        display: flex;
        position: absolute;
        height: 20%;
        width: 200%;
        top: -2%;
        left: 0px;
        justify-content: center;
        align-items: center;
        background-color: rgb(255, 255, 255);
        background-image: url('../../SVG/ERROR\ PAGE/clouds1.svg');
        background-size: contain;
        background-repeat: repeat-x;
        background-position: center;
        animation: Cloud1Xmovement 30s infinite linear;
        z-index: 1;
        }
            @keyframes Cloud1Xmovement {
                0%{
                    transform: translateX(0dvw);
                }
                100%{
                    transform: translateX(-50%);
                }
            }


        #ID_Div_Heading_BurdHolder1{
        display: flex;
        position: absolute;
        height: 8%;
        aspect-ratio: 1 / 1;
        top: 10%;
        left: -5dvw;
        justify-content: center;
        align-items: center;
        background-color: black;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-image: url('../../SVG/ERROR\ PAGE/plane.svg');
        mask-image: url('../../SVG/ERROR\ PAGE/plane.svg');
        animation: Bird1Xmovement 10s infinite linear, Bird1Ymovement 4s infinite ease-in-out;
        z-index: 5;
        }
            @keyframes Bird1Xmovement {
                0%{
                    transform: translateX(-5dvw);
                }
                100%{
                    transform: translateX(105dvw);
                }
            }
            @keyframes Bird1Ymovement {
                0%, 100%{
                    top: 10%;
                }
                50%{
                    top: 20%;
                }
                100%{
                    top: 10%;
                }
            }

        #ID_Span_Heading_PrimaryText{
        display: flex;
        position: absolute;
        width: 90dvw;
        height: 100%;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
        text-wrap: wrap;
        bottom: 15%;
        left: 50%;
        transform: translate(-50%, 0%);
        padding-left: 5dvw;
        padding-right: 5dvw;
        font-family: 'RobotoSlab-SemiBold';
        font-size: clamp(3rem, calc(3dvw + 6dvh), 6rem);
        color: var(--VarClr_Text_Heading);
        text-shadow: 0px 2px 4px var(--VarClr_Text_Heading);
        z-index: 1;
        }
        #ID_Div_Heading_ImageHolder{
        display: flex;
        position: absolute;
        width: 100%;
        height: 25%;
        justify-content: center;
        align-items: center;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
        background-image: url('../../SVG/ERROR PAGE/quiet-street.svg');
        background-size: contain;
        background-repeat:repeat-x;  
        background-position: center;  
        z-index: 2;
        }
    #ID_Div_SubHeadingHolder{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
    height: 20dvh;
    padding-left: 5dvw;
    padding-right: 5dvw;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(to bottom, var(--VarClr_Bg_SubHeading) 40%, var(--VarClr_Bg_Body));
    }
        #ID_Span_SubHeading1{
        display: flex;
        box-sizing: border-box;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
        text-wrap: wrap;
        font-family: 'RobotoSlab-SemiBold';
        font-size: clamp(1rem, calc(1dvw + 4dvh), 2rem);
        color: var(--VarClr_Text_SubHeading1);
        z-index: 1;
        }
        #ID_Span_SubHeading2{
        display: flex;
        box-sizing: border-box;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-wrap: wrap;
        font-family: 'GoogleSans-Regular';
        font-size: clamp(0.2rem, calc(0.25dvw + 1.5dvh), 0.8rem);
        color: var(--VarClr_Text_SubHeading2);
        z-index: 1;
        }
    #ID_Div_FooterHolder{
    display: flex;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 40dvh;
    padding-left: 5dvw;
    padding-right: 5dvw;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
    }
        #ID_Div_CatHolder{
        display: flex;
        height: 70%;
        aspect-ratio: 1 / 1;
        justify-content: flex-end;
        align-items: center;
        background-color: rgb(255, 216, 100);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-image: url('../../SVG/ERROR\ PAGE/cat.svg');
        mask-image: url('../../SVG/ERROR\ PAGE/cat.svg');
        z-index: 5;
        }

    


