.nav{
    width: 100%;
    height: fit-content;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.menunav{
    display: block;
    width: 95%;
    margin: 0px auto;
}
.menunav .headSafe{
    display: block;
    float: left;
    height: fit-content;
    text-align: center;
    justify-content: center;
    padding: 20px auto;
    width: fit-content;
    left: 0px;
    position: relative;
}
.menunav .headSafe p{
    font-size: 20px;
    padding: 0px 0px;
}
.NavRight{
    width: fit-content;
    display: block;
    float: right;
}
.NavRight a{
    color: white;
    background-color: black;
    text-decoration: none;
    padding: 23px 23px;
    text-align: center;
    float: left;
    display: block;
    transition: 0.5s;
    cursor: pointer;
}
.NavRight a:hover{
    color: rgb(0, 14, 145);
    background-color: rgb(255, 255, 255);
    transition: 0.5s;
}
.Sho .Title{
    margin-left: 40px;
    height: fit-content;
    width: fit-content;
    margin-top: 40px;
}

.Sho .Title #W01{
    color: rgb(197, 197, 197);
    transition: 0.5s;
}
.Sho .Title #W01:hover,.Sho .Title #W03:hover{
    color: rgb(255, 255, 255);
    transition: 0.5s;
}
.Sho .Title #W02:hover{
    color: rgb(189, 189, 189);
    transition: 0.5s;
}
.Sho .Title #W02{
    position: absolute;
    color: rgb(218, 218, 218);
    top: 150px;
    left: 70px;
    transition: 0.5s;
}

.Sho .Title #W03{
    color: rgb(190, 190, 190);
    position: absolute;
    top: 150px;
    left: 120px;
    transition: 0.5s;
}
.Detail{
    padding: 2.5%;
    width: 95%;
    height: 650px;
}
.Alis{
    display: block;
    position: absolute;
    top: 70px;
    right: 5%;
    height: 800px;
    width: 60%;
    min-width: 500px;
}
.headF{
    width: 100%;
    height: auto;
    font-family: 'Rajdhani','Prompt','Sukhumvit Set','Montserrat', sans-serif; 
    text-align: left;
}
.headF h1{
    font-weight: 200;
}
#L01{
    text-align: center;
}
#L02{
    text-align: center;
    font-size: 40px;
}
#W04 li{
    display: inline-block;
    list-style: none;
}
#W04 a{
    background-color: orange;
    color: black;
    border-radius: 10px;
    padding: 10px 30px;
    margin: 10px 10px;
    text-decoration: none;
}
#W04 a:hover{
    background-color: darkblue;
    color: white;
}
#W04{
    position: relative;
    top: 100px;
    left: 0px;
    width: auto;
}
#Rop{
    position: absolute; 
    width: 100%;
    background-color: white;
}
.LimsonCont{
    width: 90%;
    padding: 0px 5%;
    height: auto;
    min-height: 200px;
    background-color: whitesmoke;
    justify-content: center;
    align-items: center;
    display: flex;

}
.LimsonCont .Filler{
    width: auto;
    height: auto;
}
.CardPort{
    width: 320px;
    height: 370px;
    margin: 20px 20px;
    background-color: rgb(255, 255, 255);
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.CardPort .Det{
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.CardPort .Pop{
    width: 100%;
    height: 20%;
    position: relative;
    background-color: rgb(49, 49, 49);
    top: 0%;
    transition: 0.2s;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.CardPort:hover .Pop{
    top: -20%;
    transition: 0.2s;
    cursor: pointer;
}
.Det .T{
    width: 100%;
    height: fit-content;
}
.Det .T .title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 10px 0px;
    background-color: rgb(255, 255, 255);
}
.Det .T .Require{
    width: 95%;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.Flo{
    text-align: center;
    font-size: 19px;
    width: 100%;
    height: 300px;
    margin: 20px auto;
    background-color: whitesmoke;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.Flo .Con{
    width: auto;
    height: auto;
    display: block;
}
.Flo .Con .it{
    width: 250px;
    height: 200px;
    margin: 10px 20px;
    display: block;
    float: left;
}
.Flo .Con .it .phoC{
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    display: flex;
}
.Flo .Con .it .phoC .pho{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    background-position: center;
    background-repeat: none;
    background-size: auto 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}