html, body{
    margin: 0;
    padding: 0;
}

html{
    overflow-x: hidden;
}

body{
    font-family:"DB Heavent", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #DBF4FF;
}

*{
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

#intro{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3000;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 30px;
    backdrop-filter: blur(3px);
}

    #intro img{
        filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
    }


header{
    height: 70px;
    background: #FFF;
    display: flex;
    align-items: center;
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 10%); 
    padding: 0 20px;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
}

header a{
    display: block;
    background: transparent url('../images/bla_logo.svg') no-repeat 50% 50% / cover;
    width: 145px;
    height: 55px;
    z-index: 5;
    text-indent: -200%;
    overflow: hidden;
}



.heading{
    width: 100%;
    text-align: center;
}
    .heading h1{
        margin: 0;
        margin-top: 90px;
        font-size: 36px;
        color: #20A1ED;
    }
    .heading h1 span{
        color: #00479A;
    }
    .heading p{
        margin: 0;
        margin-top: -4px;
        font-size: 24px;
        font-weight: 500;
        color: #00479A;
        display: inline-block;
        border-bottom: 1px solid #00479A;
        padding-bottom: 20px;
        width: 90%;
    }


.links{
    position: fixed;
    left: 0;
    bottom: 0;
    height: unset;
    width: 100vw;
    z-index: 10;
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(3px);
    transition: all .3s ease;
    padding: 30px;
    transform: translateY(100%);
}

/* .links::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;;
    right: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    display: block;
    opacity: 0;
    transition: all .1s ease;
    transition-delay: 0s;
    pointer-events: none;
} */

.links.open{
    transform: translateY(0);
    overflow-y: auto;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 30%);
}

/* .links.open::before{
    display: block;
    opacity: 1;
    transition: all .3s ease;
    transition-delay: 0.2s;
} */

    .links h2{
        font-size: 40px;
        position: relative;
        border-bottom: 2px solid #004798;
        padding: 0 30px 0.5em 5px;
        font-weight: bold;
        margin: 0 0 0.5em;
        color: #00479A;
        line-height: 1em;
    }

        .links h2::after{
            content: "";
            position: absolute;
            right: 0;
            top: 10px;
            background: url(../images/close.svg) no-repeat 50% 50% / contain;
            width: 20px;
            height: 20px;
            display: block;
            cursor: pointer;
        }

    .links ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .links ul li{
        display: block;
    }

    .links ul li a{
        font-size: 30px;
        color: #242424;
        padding: 0.3em 5px;
        font-weight: 400;
        display: block;
        line-height: 1em;
        transition: all .3s ease;
    }

    .links ul li a:hover{
        color: #00479A;
    }

    .section{
        height: 192px;
        margin-bottom: 40px;
        padding-top: 30px;
    }

    .section .graphic{
        cursor: pointer;
        display: flex;
        flex-direction:column-reverse;
        background: transparent url(../images/bg_street_mobile.svg) repeat-x center bottom / 414px 27px;
    }

    .section .graphic p{
        color: #00479A;
        font-size: 30px;
        font-weight: bold;
        display: inline-block;
        /* position: absolute; */
        padding: 0 30px;
        margin: 0;
        margin-bottom: -40px;
    }

        .section .graphic img,
        .section .graphic svg{
            height: 171px;
            width: auto;
            margin: 0 auto;
            display: block;
        } 

        .section1 .graphic img,
        .section1 .graphic svg{
            display: block;
            width: 400px;
            height: 212px;
            margin-bottom: -7px;
        }

        .section2 .graphic img,
        .section2 .graphic svg{
            display: block;
            width: 380px;
            height: 202px;
            margin-bottom: 8px;
        }

        .section3 .graphic img,
        .section3 .graphic svg{
            display: block;
            width: 400px;
            height: 202px;
            margin-bottom: -15px;
        }

        .section4 .graphic img,
        .section4 .graphic svg{
            display: block;
            width: 340px;
            height: 230px;
            margin-bottom: -29px;
        }

        .section5 .graphic img,
        .section5 .graphic svg{
            display: block;
            width: 400px;
            height: 260px;
            margin-bottom: -42px;
        }

        .section6 .graphic img,
        .section6 .graphic svg{
            display: block;
            width: 400px;
            height: 232px;
            margin-bottom: -37px;
        }

footer{
    margin: 0 auto;
    position: relative;
    background: transparent url('../images/bg_footer.png') no-repeat bottom center / 100%;
    padding: 20px 30px 0;
}

    footer h3{
        font-size: 24px;
        text-align: center;
    }

    footer ul.bla-links{
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: space-around;
    }

    footer ul.bla-links li{
        width: 72px;
        /* height: 72px;  */
        margin-right: 20px;
    }

    footer ul.bla-links li a{
        display: block;
        color: #333;
        text-align: center;
    }
    
    footer ul.bla-links li a::before{
        display: block;
        content: "";
        width: 72px;
        height: 72px; 
        background-color: #FFF;
        background-repeat: no-repeat;
        background-size: 60% 60%;
        background-position: 50% 50%;
        border-radius: 50% 50%;
        box-shadow: 0 3px 5px 2px rgb(0 0 0 / 10%);
        margin-bottom: 5px;
        /* text-indent: -999px; */
        /* padding: 20px; */
    }

    footer .bla1 a::before{
        background-image: url('../images/bla_1.svg');
    }

    footer .bla2 a::before{
        background-image: url('../images/bla_2.svg');
    }

    footer .bla3 a::before{
        background-image: url('../images/bla_3.svg');
    }

    footer .bla4 a::before{
        background-image: url('../images/bla_gmc.png');
    }

    footer ul.bla-links .bla4{
        margin-right: 0;
    }

    .contact-social{
        text-align: center;
    }

        .phone{
            font-size: 24px;
            margin-bottom: 10px;
        }
        .phone p{
            margin: 0;
        }
        .phone a{
            font-size: 26px;
            font-weight: 600;
            color: #004798;
        }
        .social span{
            font-size: 20px;
            font-weight: 500;
            color: #004798;
            display: none;
        }

        .social a img{
            width: 30px;
            height: 30px;
            vertical-align: middle;
            margin: 0 10px;
        }


    .copyright{
        text-align: center;
        font-size: 16px;
        padding: 30px 0;
    }



@media screen and (min-width: 1024px){

    .mb-only{
        display: none;
    }

    body{
        background: #FFF url('../images/bg_street.svg') no-repeat 50% -30px;
        background-size: 1369px 1019px;
    }

    section{
        max-width: 1088px;
        margin:0 auto;
        position: relative;
        height: 815px;
    }

    header{
        box-shadow: unset;
        width: unset;
        position: absolute;
        background: unset;
        padding: 0;
        width: 100%;
        max-width: 1372px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    header a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent url('../images/bla_logo.svg') no-repeat left top / contain;
        width: 240px;
        height: 150px;
        z-index: 5;
        text-indent: -200%;
        overflow: hidden;
    }

    .heading{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
        .heading h1{
            margin: 0;
            margin-top: 74px;
            font-size: 85px;
            color: #20A1ED;
        }
        .heading h1 span{
            color: #00479A;
        }
        .heading p{
            margin: 0;
            margin-top: -16px;
            font-size: 31px;
            color: #00479A;
            display: inline-block;
            border-bottom: 1px solid #00479A;
            padding-bottom: 10px;
            max-width: max-content;
        }

        .section{
            height: unset;
            margin: unset;
            padding: unset;
        }

        .section .graphic{
            position: absolute;
            z-index: 3;
            cursor: pointer;
            background: unset;
        }

        .section .graphic img,
        .section .graphic svg{
            width: unset;
            height: unset;
            margin: unset;
            padding: unset;
        }
    
        .section .graphic p{
            color: #00479A;
            font-size: 29px;
            font-weight: bold;
            display: inline-block;
            position: absolute;
            padding: 0;
        }
    
        .section1 .graphic{
            top: 420px;
            left: -123px;
            width: 390px;
        }
    
            .section1 .graphic p{
                top: 208px;
                left: 167px;
            }



            .section2 .graphic{
                top: 258px;
                left: 334px;
                width: 219px;
            }
        
                .section2 .graphic p{
                    top: -3px;
                    left: 40px;
                }


                .section3 .graphic{
                    top: 282px;
                    left: 623px;
                    width: 411px;
                }
            
                    .section3 .graphic p{
                        top: -30px;
                        left: 129px;
                    }
            
                .section4 .graphic{
                    top: 464px;
                    left: 647px;
                    width: 327px;
                }
            
                    .section4 .graphic p{
                        top: 16px;
                        left: 122px;
                    }
            
                .section5 .graphic{
                    top: 605px;
                    left: 220px;
                    width: 356px;
                }
            
                    .section5 .graphic p{
                        top: 164px;
                        left: 57px;
                    }
            
                .section6 .graphic{
                    top: 635px;
                    left: 649px;
                    width: 430px;
                }
            
                    .section6 .graphic p{
                        top: 172px;
                        left: 84px;
                    }



        .links{
            position: fixed;
            right: -385px;
            top: 0;
            left: unset;
            bottom: unset;
            height: 100vh;
            width: 385px;
            z-index: 10;
            transition: all .2s ease;
            padding: 40px;
            transform: unset;
        }
    
        .links.open{
            /* right: 0; */
            left: unset;
            bottom: unset;
            transform: unset;            
            transform: translateX(-385px);
        }


        /* .links::before{
            bottom: unset;
            top: 0;
            height: 100vh;
            right: 385px;
        }  
        
        .links.open::before{
            display: block;
            opacity: 1;
            right: 385px;
            transition: all .3s ease;
            transition-delay: 0.2s;
        } */

    
            .links h2{
                font-size: 40px;
                position: relative;
                border-bottom: 2px solid #004798;
                padding: 0 30px 0.5em 5px;
                font-weight: bold;
                margin: 0 0 0.5em;
                color: #00479A;
                line-height: 1em;
            }
    
                .links h2::after{
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 10px;
                    background: url(../images/close.svg) no-repeat 50% 50% / contain;
                    width: 20px;
                    height: 20px;
                    display: block;
                    cursor: pointer;
                }
    
            .links ul {
                margin: 0;
                padding: 0;
                list-style-type: none;
            }
            .links ul li{
                display: block;
            }
    
            .links ul li a{
                font-size: 28px;
                color: #242424;
                padding: 0.5em 5px;
                font-weight: 400;
                display: block;
                line-height: 1.1em;
                transition: all .3s ease;
            }
    
            .links ul li a:hover{
                color: #00479A;
            }

        footer{
            max-width: 1088px;
            margin: 0 auto;
            position: relative;
            height: 250px;
            background: unset;
        }

            footer h3{
                position: absolute;
                top: 825px;
                top: 0;
                left: 141px;
                left: 0;
                font-size: 25px;
                margin: 0;
            }
        
            footer ul.bla-links{
                margin: 0;
                padding: 0;
                list-style-type: none;
                display: flex;
                position: absolute;
                top: 50px;
                left: 0;
            }
        
            footer ul.bla-links li{
                width: 96px;
                height: 96px; 
                margin-right: 22px;
            }
        
            footer ul.bla-links li a{
                display: block;
                text-align:center;
                font-size: 16px;
                line-height: 1.1em;
                /* width: 96px;
                height: 96px; 
                background-color: #FFF;
                background-repeat: no-repeat;
                background-size: 60% 60%;
                background-position: 50% 50%;
                border-radius: 50% 50%;
                box-shadow: 0 3px 5px 2px rgb(0 0 0 / 10%); */
                /* text-indent: -999px; */
                /* padding: 20px; */
            }
        
            footer ul.bla-links li a::before{
                display: block;
                content: "";
                width: 96px;
                height: 96px;
                background-color: #FFF;
                background-repeat: no-repeat;
                background-size: 60% 60%;
                background-position: 50% 50%;
                border-radius: 50% 50%;
                box-shadow: 0 3px 5px 2px rgb(0 0 0 / 10%);
                transition: all .3s ease;
                margin-bottom: 8px;
            }

            footer ul.bla-links li a:hover::before{
                transform: scale(1.1);
            }

            footer .bla1 a::before{
                background-image: url('../images/bla_1.svg');
            }
        
            footer .bla2 a::before{
                background-image: url('../images/bla_2.svg');
            }
        
            footer .bla3 a::before{
                background-image: url('../images/bla_3.svg');
            }
        
            footer .bla4 a::before{
                background-image: url('../images/bla_gmc.png');
            }

            .contact-social{
                position: absolute;
                right: 0;
                bottom: 30px;
                width: 350px;
                text-align: right;
            }

                .phone{
                    font-size: 36px;
                    margin-bottom: 10px;
                }
                .phone p{
                    margin: 0;
                }
                .phone a{
                    font-size: 46px;
                    font-weight: 500;
                    color: #004798;
                }
                .social span{
                    font-size: 24px;
                    font-weight: 500;
                    color: #004798;
                    display: inline-block;
                    padding-right: 20px;
                    margin-right: 15px;
                    border-right: 1px solid #666;
                    vertical-align: middle;
                }

                .social a img{
                    width: 30px;
                    height: 30px;
                    vertical-align: middle;
                    margin: 0 0 0 5px;
                }
        
            .copyright{
                position: absolute;
                left: 0;
                bottom: 0;
                font-size: 20px;
                padding: 10px 0;
            }


}