@import url('https://fonts.googleapis.com/css2?family=Gruppo&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

:root {
    --nav-hover-color: #8DC1FF;
    --thai-font: "Noto Sans Thai";
}

body {
    font-family: "Inter", var(--thai-font);
}

p {
    margin: 0;
}

.headerTitle {
    font-family: "Gruppo", var(--thai-font);
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    font-style: normal;
}

.headerSubTitle {
    font-family: var(--thai-font);
    font-size: 20px;
    font-weight: 100;
    line-height: 29.9px;
}

.navmenu>ul>li>a {
    font-family: "Inter", var(--thai-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    font-style: normal;
}

.slogan {
    font-family: "Inter", var(--thai-font);
    font-size: 36px;
    font-weight: 400;
    line-height: 43.57px;
}

.sectionTitle {
    font-family: "Jost", var(--thai-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 52.02px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.sectionDes,
.card-body>ul {
    font-family: "Inter", var(--thai-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sectionSubTitle,
.contact h3 {
    font-family: "Inter", var(--thai-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.card-body>h5 {
    font-family: "Inter", var(--thai-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.contact span {
    font-family: "Inter", var(--thai-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

.partner {
    font-family: "Inter", var(--thai-font);
    font-size: 16px;
    font-weight: 400;
    color: black;
    transition: 0.3s;
    text-decoration: none;
}

.partner:hover {
    opacity: 1;
    color: var(--nav-hover-color);
}

.selectLanguage {
    background-color: white;
    position: absolute;
    width: max-content;
    padding: 16px;
    border-radius: 8px;
    margin-top: 8px;
    right: 0;
    display: none;
    box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.25);
    padding-right: 24px;
}