.wbi-sec{
    display: inline-block;
    width: 100%;
    height: 450px;
    padding: 50px 0px;
}


#header-section{
    padding-top: 0%;
    height: 100vh;
}


#hi-top{
    position: fixed;
    z-index: 5;
    box-shadow: 0 5px 5px rgba(107, 107, 107, 0.75);
}

#hi-bottom{
    position : absolute;
    top: 75px;
    left: 0px;
    background-color: whitesmoke;
    height: 500px;
}

.hi-section{
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

#hi-menu-con{
    position: relative;
    width: 50px;
    z-index: 3;
}
#hi-menu{
    display: inline-block;
    width: 25px;
    height: 30px;
}

.hi-menu-bar{
    display: inline-block;
    position:absolute;
    width: 80%;
    height: 2px;
    background-color: gray;
}

#hi-dis-menu,#hi-hide-menu{
    cursor: pointer;
}

#hi-hide-menu,#hi-menu{
    display: none;
}

#hi-menu-bar1{
    top: 8px;
}

#hi-menu-bar2{
    top: 15px;
}

#hi-menu-bar3{
    top: 22px;
}

#hi-logo-con{
    width: 100%;
    min-width: 175px;
    max-width: 200px;
}

#hi-links-area{
    float: right;
    width: 275px;
}


#hi-links-box{
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: "Playfair Display", serif;*/
    font-family: "Frank Ruhl Libre", serif;
    font-weight: normal;
}

.link{
    display: inline;
    vertical-align: top;
    text-decoration: none;
    color : black; 
    cursor: pointer;
    margin-right : 15px;
    font-size : 20px;
}

.link:hover{
    color : rgb(0, 172, 255);

}


.ming{
    display: inline-block;
    border-radius: 50%;
    position: absolute;
}


#wel-ms{
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: 230px;
    left: 60px;
}

    
h1{
    color: black;
    font-size: 30px;
    font-weight: normal;
}

#wl-start{
    display: inline-block;
    width: 150px;
    height: 50px;
    background-color: lightseagreen;
    margin-top: 25px;
}
#wl-start-lk{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

#pcx-img{
    width: 300px;
    right: 10%;
}


@media screen and (min-width:0px) and (max-width : 640px){
    #hi-logo-con{
        width: 100px;
        position : absolute;
        transform: translateX(-50%);
        left: 50%;
        z-index: 3;
    }

    #hi-links-area{
        display: inline-block;
        background-color: white;
        width: 100%;
        height: 100vh;
        max-width: 640px;
        float: none;
        position: absolute;
        left: -100%;
        z-index: 2;
        top: 74px;
    }

    #hi-links-box{
        display: block;
    }

    .link-co{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 40px;
        border-top: 1px solid gray;
    }


    #hi-links{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .link{
        margin: 0px;
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    #hi-menu{
        display: inline-block;
    }

}


@media screen and (min-width:769px) and (max-width : 1000px){
    h1{
        font-size: 27px;
    }

    #wl-sub-ti{
        font-size: 16px;
    }

    #pcx-img{
        width: 300px;
        right: 20px;
    }
}

@media screen and (min-width : 0px) and (max-width : 768px){

    #header-section{
        height: 800px;
    }

    #hi-bottom{
        height: 700px;
    }
    .half-hi{
        height: 50%;
    }

    #pcx-img,#wel-ms{
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }

    h1{
        width: 90%;
        font-size: 25px;
    }

    #wl-start{
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width:0px) and (max-width : 360){
    #pcx-img{
        display: inline-block;
        width: 95% !important;
    }
}