@import url('https://fonts.googleapis.com/css2?family=Konkhmer+Sleokchher&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    color: #09244b;
    font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
}

#logo {
    height: auto;
    width: clamp(100px, 50vw, 200px);
    padding-left: clamp(20px, 2vw, 40px);
    padding-top: clamp(20px, 2vw, 40px);
    cursor: pointer;
}

#lottie_home {
    margin-bottom: -20px;
    margin-top: -20px;
}

#main_container {
    display: flex;
    height: 80%;
    padding: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hero_container {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: clamp(350px, 80vw, 800px);
    height: auto;
    gap: 0px;
}

#headline {
    width: 100%;
    font-size: clamp(38px, 8vw, 75px);
    font-family: Konkhmer Sleokchher;
    line-height: 1;
    letter-spacing: -2px;
}

#subtext {
    width: 100%;
    font-size: clamp(16px, 3vw, 28px);
}

#contactbuttonmargin {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
}

#contactbutton {
    height: auto;
    width: fit-content;
    align-self: center;
    padding: 10px 20px;
    border-radius: 1000px;
    font-size: clamp(18px, 3vw, 24px);
    color: white;
    background-color: #007bff;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: 0.3s ease;
}

#contactbutton:hover {
    font-size: clamp(20px, 3vw, 26px);
}

#contactbutton:active {
    font-size: clamp(18px, 3vw, 24px);
}

#partners_text {
    width: 100%;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
}

#partners_main_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

#partners {
    height: auto;
    width: clamp(100px, 50vw, 200px);
    gap: -20px;
}