
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans&family=Open+Sans:wght@300&family=Poppins:wght@300&family=Roboto&family=Shippori+Antique+B1&family=Ubuntu&display=swap');

/*
font-family: 'Bebas Neue', cursive;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Shippori Antique B1', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/


#form-g{
    transition: 0.2s;
    width: 130px;
    height: 30px;
    background-color: #00a8ff;
    border-radius: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: 30px;
    border: 0.4px solid #0074ae;
    margin: auto;
}

#form-g:hover{
    box-shadow: 0px 2px 5px #fff,
    0px -2px 5px #fff,
    inset 0px 0.4px 2px #fff,
    inset 0px -0.4px 2px #fff;
    border: none;
}

#form-g:hover{
    box-shadow: 0px 2px 5px #fff,
    0px -2px 5px #fff,
    inset 0px 0.4px 2px #fff,
    inset 0px -0.4px 2px #fff;
    border: none;
}


.spc{
    color: #0a3d62;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
    margin: 2px;
}


/*--    top-nav kısmı   --*/
@media only screen and (min-width: 600px){
    #top-nav{
        margin: auto;
        width: auto;
        display: block;
        position: absolute;
    }
}

@media only screen and (min-width: 1000px){
    #top-nav{
        margin: 15px auto auto auto;
        width: auto;
        display: block;
        position: absolute;
    }
}

@media only screen and (max-width: 1000px){
    #top-nav{
        position: relative;
        width: 80vw;
        margin: 0px auto 0px auto;
        display: flex;
        position: relative;
        list-style: none;
        justify-content: center;
        align-items: center;
    }
}

/*
@media only screen and (max-width: 1000px){
#top-nav{
    margin: auto;
    background-color: green;
    width: 417px;
    display: block;
    position: absolute;
}
}
*/

/* blog */
#blog, #meeting, #services{
    transition: 0.5s;
    background-color: #444;
    color: aliceblue;
    width: 270px;
    margin: auto;
    text-align: center;
    padding: 7px 10px;
    border-radius: 5px;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: -20px;
    box-shadow: inset 0px 2px 5px #0a3d62,
    inset 0px -2px 5px #0a3d62;
    user-select: none;
    cursor: pointer;
}

#blog:hover, #meeting:hover, #services:hover{
    position: relative;
    width: 270px;
    color: #00a8ff;
    box-shadow: inset 0px 0px 4px #0a3d62,
    inset 0px 0px 4px #0a3d62;
    text-shadow: 0px 0px 7px #555;
    z-index: 2;
}

/* meeting */


/* services */


/*--    top-nav kısmı bitti   --*/
