*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
    list-style: none;
    transition: .1s ease;
}
.header{
    border-top: 4px solid #1361CD;
    padding: 18px 15px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
}
.header nav,.main-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-logo{
    padding: 1px 7px;
    display: flex;
}
.main-nav{
    justify-content: center;
    align-items: center;
    /* margin-left: 345px; */
}
.main-nav a{
    color: black;
    font-weight: 600;
}
.main-nav ul{
    margin-left: 2px;
    padding: 7px 20px;
}
.main-nav ul li{
    list-style: none;
}
.main-nav ul:hover{
    background-color: #1361CD;
    border-radius: 5px;
    color: white;
}
.home{
    background-color: #1361CD;
    border-radius: 5px;
    padding: 7px 20px;
    color: white;
}
.home li{
    color: white;
}
.welcome{
    text-align: justify;
    text-align: center;
    padding-top: 70px;
    color: #F14D5D;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.welcome h1{
    color: #18407C;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}
.search{
    display: flex;
    background-color: #F6F7F8;
    width: 60%;
    /* background-color: black; */
    justify-content: center;
    margin: auto;
    border-radius: 7px;
    margin-bottom: 40px;
}
.dropdown{
    width: 83.8%;
    border-radius: 6px;
}
.dropdown select{
    padding: 20px;
    color: #5F5F5F;
    /* padding-right: 50px; */
    font-size: 16px;
    border-radius: 6px;
    width: 100%;
    background-color: #F6F7F8;
}
.dropdown select option{
    color: black;
}
.btn{
    border-radius: 6px;
}
.btn button{
    padding: 15px;
    background-color: #1361CD;
    border-radius: 6px;
    margin: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.categories{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin: 0% 13%;
    width: 80%;
    padding-bottom: 70px;
}
.category{
    display: flex;
    /* flex: 1; */
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    /* border: 1px solid black; */
    /* text-align: justify; */
    box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
    margin: 10px 10px;
    border-radius: 10px;
    height: 315px;
    width: 260px;
}
.categories a{
    color: black;
}
.category .img img{
    width: 100%;
    height: 100%;
    border-radius: 11px 11px 0 0;
}
.category .title{
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px;
    text-align: center;
    /* color: black; */
}
.flex{
    display: flex;
    justify-content: space-between;
    padding: 0px 35px;
}
.nat{
    color: #18407C;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    background-color: #18407c26;
    padding: 4px 12px;
    border-radius: 4px;
}
.time{
    color: #24a253;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    background-color: rgba(36,162,83,.2);
    padding: 4px 12px;
    border-radius: 4px;
    display: flex;
}
.clock{
    margin-right: 5px;
}
.category p{
    font-size: 13px;
    color: #7b7b7b;
    /* text-align: center; */
    /* text-align: justify; */
    /* margin: auto; */
    margin: 13px 30px;
}
.footer{
    padding: 20px 0px 30px 0px;
    background-color: #18253F;
    color: white;
    display: flex;
    /* text-align: justify; */
    justify-content: center;
    flex-wrap: wrap;
}
.footer a{
    color: rgba(255, 255, 255, 0.598);
}
.footer a:hover{
    text-decoration: underline;
}
.footer .heading{
    font-size: 20px;
    padding: 10px;
}
.footer .heading-one-ul ul li::before{
    content: "> ";
    color: rgba(255, 255, 255, 0.598);
}
.follow-us img{
    filter: grayscale(100%);
    /* margin: 5px; */
    padding: 5px;
}
.follow-us img:hover{
    filter: grayscale(0%);
    background-color: white;
    border-radius: 5px;
}
.footer .one{
    margin: 50px;
    width: 250px;
    text-align: start;
}
.heading-one-ul ul li{
    padding: 10px;
}
.li ul li{
    padding: 10px;
}
.location{
    margin-right: 10px;
}
.follow-us{
    margin-left: 5px;
}
.copyright{
    background-color: #203255;
    color: rgba(255, 255, 255, 0.545);
    text-align: center;
    padding: 20px;
}
.copyright a{
    color: white;
}
.copyright a:hover{
    text-decoration: underline;
}