header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 7%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    background-color: #00004ed8;
}

#gradientbar{
    width: 100%;
    position: fixed;
    z-index: 9999;
    height: 2px;
    background: linear-gradient(to  right,#00BD2A, #108BF9, #C50000);
    top: 126px;
}

header img{
    width: 220px;
    cursor: pointer;
}

header ul li{
    display: inline;
    margin-inline: 13px;
    
}

header a, #mesimi, #closedrop{
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
}

header a:hover, #mesimi:hover, #closedrop:hover{
    color: #108BF9;
    transition: 0.2s;
}

.regjistrohunav{
    padding: 15px 30px;
    border-radius: 30px 5px;
    color: white;
    background-color:#108BF9;
    border: none;
    font-family: "Sequel", sans-serif !important;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
}

.regjistrohunav:hover{
    background-color: #108cf9b6;
    transition: 0.3s;
}

#dropdowndiv{
    position: absolute;
    margin-left: 153px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#dropdowndiv div{
    color: white;
    padding: 10px;
    cursor: pointer;
    background-color: #108BF9;
    z-index: 999;
}

#dropdowndiv div:hover{
    background-color: #0b73ce;
}

@media only screen and (max-width: 1170px) and (min-width: 1000px){
    header button, header a, #mesimi, #closedrop{
        font-size: 15px;
    }

    header img{
        width: 190px;
    }

    #dropdowndiv{
        margin-left: 130px;
    }

    #gradientbar{
        top: 114px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 920px){
    header button, header a, #mesimi, #closedrop{
        font-size: 13px;
    }

    header img{
        width: 170px;
    }

    #dropdowndiv{
        margin-left: 120px;
    }

    #gradientbar{
        top: 106px;
    }
}

nav{
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: #00004e;
}

@media only screen and (max-width: 919px){
    header{
        display: none;
    }

    nav{
        display: flex;
        padding: 10px 5%;
        align-items: center;
        justify-content: space-between;
    }

    #gradientbar{
        top: 98px;
    }
}

@media only screen and (min-width: 920px){
    #canvas{
        display: none;
    }
}

nav img{
    width: 200px;
}

#canvas{
    /* display: none; */
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999 !important;
    background-color: #00004e;
}

#mobilelinks a{
    font-size: 20px;
    color: white;
    text-decoration: none;
}

#mobilelinks ul{
    list-style-type: none;
}

#mobilelinks li{
    margin-top: 30px;
}

#mesimimobile, #mesimiclose{
    color: white;
    font-size: 20px;
}

#mobilelinks button{
    font-size: 20px !important;
}

#mobilelinks{
    margin-left: 7%;
    margin-top: 130px;
}

#dropdownlistm{
    color: white;
    font-size: 17px;
    margin-top: 10px !important;
}

#dropmobile div{
    margin-top: 10px;
}

#close {
    background:none;
    
}