


body{
    /* font-family: Arial, Helvetica, sans-serif; */
    background-color: rgb(0, 0, 0);
}
.menu-btn{
    display: none;
}
.x-btn{
    display: none;
}

header{
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.nav_bar{
    width: 100%;
    height: auto;
    /* border: black 1px solid; */
    background-color:rgba(255, 170, 0, 0.77) ;
}
ul{
    width: 100%;
    height: auto;
    

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
li{
    width: 25%;
    height: auto;
    padding: 10px;
    list-style: none;
    text-align: center;
    /* border: 1px solid black; */
}
a{
    width: 100%;
    height: auto;
    padding: 10px;
    text-decoration: none;
    color: black;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgb(103, 101, 101);
    /* border: 1px solid black; */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    
}
a:hover{
    color: black;
}
.logo_name{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.logo{
    width: 200px;
    height: 200px;
    margin-top: 340px;
    
    filter: drop-shadow(3px 5px 5px rgba(248, 195, 4, 0.607));
    box-shadow: 1px 1px 1px 5px rgba(208, 0, 255, 0.315);
}
.div-name{
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 1px solid white; */
}

/* .name{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 220px;
    font-size: 90px;
    font-weight: bold;
    border: rgb(75, 75, 75) 1px solid;
    color: rgb(161, 2, 161);
    text-shadow: 2px 5px 2px rgba(255, 221, 0, 0.651);
    box-shadow:1px 1px 1px 2px rgb(75, 75, 75) ;
    background-color: rgba(108, 74, 19, 0.1);
    border-radius: 15px;
} */
/* .name:hover{
    color: rgba(255, 221, 0, 0.651);
    text-shadow: 2px 5px 2px rgb(161, 2, 161);
} */

.home-page{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.service{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}
.bar{
    width: 10%;
    height: 2px;
    background-color: grey;
    margin: 0px 10px;
}
.port{
    width: 30%;
    height: 600px;
}