
body {
    /* background-color: var(--bs-background); */
    font-family: "Kanit", sans-serif;
    font-size: 20px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.text-aboutus {
    display: flex;
    align-items: center;
}

nav {
    position: sticky;
}

.nav-link{
    color: var(--bs-main);
}

.bgbody {
    /* background-color: var(--bs-secondary); */
    height: 80vh;
}

.card-home .card {
    border-radius: 10px;
    box-shadow: 1.5px 6.5px 19.5px -7px #acacac;
    text-align: center;
    color: #000;
}

.card-body i {
    font-size: 50px;
    color: var(--bs-yellow);
}

.item-experiences {
    display: grid;
    justify-items: center;
    width: 80%;
    border: solid 3px var(--bs-secondary1);
    border-radius: 10px;
    padding: 30px;
}

.card-home .card .card-body {
    display: grid;
    justify-items: center;
    align-content: stretch;
}

h1 svg {
    width: 50px;
    height: 50px;
}

.position-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons {
    /* background-color: var(--bs-background); */
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons.bg-background i {
    font-size: 50px;
    color: var(--bs-secondary);
}

.circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: solid 1px var(--bs-secondary); */
}

.circle.bg-orange i{
    font-size: 50px;
    color: var(--bs-background);
}

.detail-solution {
    text-align: start;
}

.list-solution li {
    list-style-type: none;
}
/* .list-solution i {
    list-style-type: none;
} */

.item-experiences label {
    min-height: 220px;
    display: flex;
    align-items: flex-start;
}
.hidden{
    display: none;
}