@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Graduate&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');

* {
    /* margin: 0px;
    padding: 0px; */
    box-sizing: border-box;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;

}

::selection {  /* Set colors for content selection */
    color: #f3ba4f;
    background: none;
}

body { /* CHILDS: #header-banner-div, #main-div, #footer-div*/
margin: 0px;
padding: 0px;
display: flex;
flex-direction: row;
width: 100%;
/* min-height: 100px; */
height: 100%;
}

    body.grad1 {
        background: -webkit-linear-gradient(to left, #292929, #737373);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #292929, #737373); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .main{
        display: flex;
        flex-direction: column;
    }
    .section01 {
        width: auto;
        height: fit-content;
        position: absolute;
        top: 300px;
    }

        .image-network img {
            width: 800px;
            width: clamp(18.75rem, 52.0833vw, 50.0rem);
            /* width: clamp(25rem, 52.0833vw, 50.0rem); */
            height: auto;
            position: relative; 
            left: 150px;
            left: clamp(2rem, 9.7656vw, 9.3750rem);
        }

        .image-pycode img {
            width: 700px;
            width: clamp(21.8750rem, 45.5729vw, 43.75rem);
            width: clamp(21.8750rem, 45.5729vw, 43.75rem);
            height: auto;
            position: relative; 
            left: 800px; 
            left: clamp(0rem, 52.0833vw, 50.0rem); 
            bottom: 300px;
            bottom: clamp(0rem, 19.5313vw, 18.75rem);
        }

        @media (max-width: 600px) {

            .image-network img {
                top: -50px;
            }

            .image-pycode img {
                top: -100px;
                left: 90px;
            }    
        
        }

    .section02 {
        /* height:fit-content;  */
        display: flex;
        flex-direction: row;
        justify-content:space-around;
        align-items: flex-end;
        width: 100%;
        height: 200px;
        margin-bottom: 40px;
        /* position: relative; */
        /* left: 150px; */
        /* right: 10%; */
    }

        .section02-A {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap; 
            height:fit-content; 
            width: auto; 
            align-items: flex-end; 
            line-height: 100px;
            /* line-height: clamp(3.75rem, 6.5104vw, 6.25rem); */
            position: relative;
            left: 150px;
            left: clamp(3.125rem, 9.7656vw, 9.3750rem);
        }

            .section02-A-2 {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding-bottom: 11px;
                /* justify-content:last baseline; */
            }

        .section02-B {
            display: flex;
            flex-direction: row; 
            flex-wrap: wrap; 
            height: auto;
            width: auto;
            /* justify-content: center; 
            align-items: center;  */
            margin-left: 200px;
            padding-bottom: 11px;
        }

        @media (max-width: 1150px) {

            .section02-B {
                position:relative;
                top: 400px;
                right: 400px;
            }

        }
        .type01 {
            font-family: 'Anta';
            font-size: 100px; 
            /* font-size: clamp(5rem, 6.5104vw, 6.25rem);  */
            font-weight: bolder; 
            /* color: white; */
            color: #7595a1;
            /* text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3); */
            /* text-shadow: 5px 4px 11px rgb(0,0,0), 0 2px 5px rgb(0,0,0); */
            /* text-shadow: 5px 4px 11px #999986, 0 2px 5px #000000; */
            text-shadow: 5px 4px 11px #000000, 0 2px 5px #999986;
            text-align: left;
        }

        .type02 {
            display: flex;
            flex-wrap: wrap;
            font-family: 'Montserrat';
            font-size: 25px; 
            font-size: clamp(1.25rem, 1.6276, 1.5625rem); 
            font-weight: bolder; 
            /* color: #999896; */
            /* color: #c5c4c2; */
            color: #717171;
            text-shadow: 4px 4px 2px rgba(0,0,0,0.7); 
            -webkit-text-stroke: 0.2px #f7f5f0;
            line-height: 40px;
            line-height: clamp(1.5625rem, 2.6042vw, 2.5rem);
            padding-left: 20px;
            padding-left: clamp( 0rem, 1.3021vw, 1.25rem);

            text-align: left;
        }

        .type03 {
            font-family: 'Montserrat';
            font-size: 20px; 
            font-weight: bolder; 
            color: #ab1d1d;
            line-height: 20px;
            /* transform: rotate(90deg); */
        }

        .type04 {
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-style: italic;
            font-size: 20px;
            color: #cecece;line-height: 20px;
            padding-left: 20px;
            padding-left: clamp( 0rem, 1.3021vw, 1.25rem);
            text-align: left;
        }

