@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");


html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    background-image: url('/assets/images/pc-ware.jpg');
}

.container {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-around;
    box-sizing: border-box;

    min-height: 100vh;
    min-width: 400px;
    /* margin-right: 10px; */
    padding: 5px 3px;

}

body .car {

    /* background: #efefef; */

    /* margin: 0; */
    /* padding: 0; */
    background-color: white;
    font-family: "lato", sans-serif;
}

/* body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #efefef;
} */


*,
*::before,
*::after {
    box-sizing: border-box;
        margin: 0;
        padding: 0;
}

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Courier New', cursive ';

} */



.col {
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    /* margin-left: 0; */
    /* margin-right: 0; */
    /* padding-top: 0; */
    /* padding-top: 0; */
    /* padding-right: 0; */
    /* padding-left: 0; */
    width: 100%;
    height: 100%;
}

.col img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: block;
}

ul {
    list-style-type: none;
}

nav {
    /* top: 10px; */
    display: flex;
    /* flex-direction:row; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content:space-around; */
    width: 90%;
    margin-left: auto;
    /* margin-right: auto; */
    /* margin: auto; */
}

nav ul {

    display: flex;
    padding: 0;

}

nav ul a {
    width : auto;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration-line: none;
}

nav ul a:hover {
    color: red;
    transform: scale(1.2);
    transition: 1100ms;
}

/* .urg:hover {
    color: #e80e0e;
    text-decoration-color: #e80e0e;
    transform: scale(1.3);
} */

a {
    text-decoration: none;
    display: inline-block;
    color:#050404;
}

/* ******************************************************************* */


.card {
    
    position: relative;
    margin-top: 100px;
    /* margin-left: 40px; */
    width: 280px;
    height: 450px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;

}

.card:hover {
    box-shadow: 0 15px 55px #c0eeef;
    transform: translateY(-30px);

}

.card .head {
    height: 125px;
    width: 100%;
    position: relative;
}

.card .head .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #0b6f72;
    bottom: 0;
}

.card .head .img {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    bottom: -30%;
    left: 50%;
    transform: translate(-50%);

}

.card .head .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;

}


.card .description {
    height: 250px;
    padding: 40px 20px 20px 20px;
    border-bottom: solid 1px rgba(6, 74, 76, .18);
    /* margin-left: 30px; */
    /* text-align: center; */

}

/* .menu nav lu {
    position: absolute;
    
    padding: 0px;
    margin-top: 0px;
    
    
} */

.card .description h3 {
    color: #05383a;
    text-align: center;
    font-weight: 900;
    font-size: 1.5em;
}

.card .description h4 {
    color: #1c5a5c;
    text-align: center;
}

.card .description p {
    margin-top: 8px;
    font-size: 11px;
    text-align: center;

}

.card .contact {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .contact a {
    text-decoration: none;
    color: #fff;
    background: #157579;
    padding: 5px 20px 7px;
    border-radius: 5px;
    transition: .5s;
}

.card .contact a:hover {
    background: #0b6164;

}

.men1 {
        display:inline-flex;
        flex-direction:row;
        flex-wrap: nowrap;
        /* align-items:center; */
        justify-content:space-around;
        color: red;
        
}

.men1 li a {
    color: yellow;
}