@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

html {
    scroll-behavior: smooth; !important;
}
body {
    margin: 0;
}
footer {
    margin: 100px;
    display: flex;
    justify-content: space-between;
}
footer .items{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
a {
    text-decoration: none;
}
a:visited {
    color: #1C6E31;
}
.text-grey {
    color: #f7f7f7;
}
.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 0px;
}
.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.lato-bold-900 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.pauta-one-bold {
    font-family: "Patua One", sans-serif;
    font-weight: 700;
    font-style: normal;
}
#screen4 {
    align-items: center;
    --pw: calc(4rem + ((1vw - 12px)* 2.8));
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 24px var(--pw);
    width: calc(100% - var(--pw) * 2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(208deg, #32A674 13.81%, #2CC483 53.92%, #A7CC5A 93.23%);
}

#get-the-information-text{
    color: #FFF;
    text-align: center;
    font-size: min(56px, calc(2.8125rem + ((1vw - 12px) * 1.5278)));
    line-height: 130%;
    white-space: pre-line;
}

#screen4 .description {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #FFF;
}

#schedule-demo-btn {
    border: 2px solid #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    align-self: center;
}

#chatbot-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

#chatbot-icon img {
    max-width: 100%;
    height: auto;
}

#loginButton {
    border: 2px solid #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
}

#container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 96px;
}

#left-aligned-content {
    text-align: left;
    max-width: 600px;
    padding-right: 10rem;
}

#right-aligned-content img {
    max-width: 100%;
    height: auto;
    width: 500px;
}


#screen2 h2 {
    font-size: 2rem;
    background: linear-gradient(208deg, #32A674, #2CC483, #A7CC5A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.feature-card {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 32px;
    width: calc(33.33% - 2rem);
    min-width: 300px;
    text-align: center;
    box-sizing: border-box;
}


.feature-cards.three-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

.feature-cards.six-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    overflow-x: auto;
}


.feature-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1C6E31;
    margin-bottom: 16px;
    margin-top: 16px;
}

.feature-card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

#screen2 {
    align-items: center;
    --pw: calc(4rem + ((1vw - 12px)* 2.8));
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 96px var(--pw) 0px var(--pw);
    width: calc(100% - var(--pw) * 2);
    background: white;
}

#screen3 {
    align-items: center;
    --pw: calc(4rem + ((1vw - 12px)* 2.8));
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 96px var(--pw) 0px var(--pw);
    width: calc(100% - var(--pw) * 2);
    background: white;
}

#screen3 h2 {
    font-size: 2rem;
    background: linear-gradient(208deg, #32A674, #2CC483, #A7CC5A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.centered-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
}

.centered-text-container h2 {
    margin-bottom: 1rem;
}

.centered-text-container p {
    margin-top: 0;
}

.button-container {
    display: flex;
    justify-content: center;
    padding-top: 96px;
}

#schedule-demo-btn2 {
    border: 2px solid green;
    padding: 10px 15px;
    border-radius: 5px;
    color: green;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
}

.contact-us-buttons {
    color: #1C6E31;
    font-size: 18px;
}

#privacy-policy {
    color: #1C6E31;
    font-size: 14px;
    line-height: 268%;
}
#privacy-policy a{
    color: #1C6E31;
}
