/* ----------------------------------------------- */


/* BASIC SETUP */


/* ----------------------------------------------- */

:root {
    --theme-color: #0064F3;
    --theme-dark-color: #0042AE;
    --theme-light-color: #2D7BFC;
    --white-color: #ffffff;
    --black-color: #000000;
    --muted-color: #444444;
    --social-features-background-color: #EDF6FF;
    --app-information-background-color: #F7F7F7;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    background-color: var(--white-color);
    color: var(--muted-color);
    font-family: 'roboto', sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.header{
    font-weight: 600;
    font-size: 21px;
    color: var(--muted-color);
}

.header button{
    font-weight: 700;
    font-size: 21px;
}

.home-hero-section{
    font-family: "Poppins", sans-serif;
    background-image: url(../img/home_hero.jpg);
    background-size: cover;
    background-position: center;
    height: 620px;
}

.home-hero-section-overlay{
    background-color: color-mix(in srgb, #0064F34D, transparent 30%);
    color: var(--white-color);
    height: 100%;
    padding: 4rem 8rem 4rem 5rem;
}

.home-hero-section-writing{
    width: 55%;
}

.category-section{
    font-family: "nunito", sans-serif;
    font-weight: 700;
    padding: 4rem 8rem 4rem 5rem;
}

.category-div{
    background-color: var(--social-features-background-color);
    padding: 1.5rem;
    align-self: center;
    justify-self: center;
}

.category-section img{
    height: 50%;
    width: 85%;
}

.category-section h2{
    padding-top: 1.5rem;
}

.contact-us-left-section {
    position: relative;
}

.contact-us-form-section {
    background-color: var(--theme-color);
    padding: 50px;
    border-radius: 30px;
    position: absolute;
    right: -80px;
    top: 35px;
    width: 460px;
}

.contact-us-form-section p {
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0 15px;
}

.contact-us-form-section h2 {
    color: var(--white-color);
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-form label {
    color: var(--white-color);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.contact-form input, .contact-form textarea, .contact-form button {
    border-radius: 30px;
    background: var(--white-color);
    width: 364px;
    height: 46px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
    display: block;
    border: none;
    border-bottom: 1px solid transparent;
}

.contact-form textarea {
    height: 82px;
    display: block;
    padding: 12px;
    resize: none;
}

.contact-form button {
    border: 0;
    color: rgba(0, 0, 0, 0.80);
    height: 46px;
}

.footer-section {
    background: var(--theme-color);
    color: var(--white-color);
    font-family: 'inter', sans-serif;
}

.footer-headline,
.footer-section h5{
    font-family: 'nunito', sans-serif;
}

.footer-headline{
    font-weight: 800;
    font-size: 30px;
}

.footer-description{
    font-family: 'roboto', sans-serif;
}

.newsletter-sign-up{
    background-color: var(--theme-dark-color);
}

.sign-up-btn,
.sign-up-btn:hover{
    font-family: "nunito", sans-serif;
    font-size: 22px;
    font-weight: 800;
    background-color: var(--white-color);
    color: var(--muted-color);
    border-radius: 30px;
}

.read-more-btn,
.read-more-btn:hover{
    font-family: "nunito", sans-serif;
    font-size: 22px;
    font-weight: 800;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 30px;
    margin-top: 0.5rem;
}

.section-header{
    font-family: "nunito", sans-serif;
    font-size: 38px;
    font-weight: 800;
}

.social-features-section{
    background-color: var(--social-features-background-color);
}

.feature-item-title{
    font-family: "nunito", sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding: 1rem 0;
}

.feature-item-description{
    font-size: 18px;
    font-weight: 400;
    padding-top: 1rem;
}

.about-petslink-section{
    padding: 2rem 0;
}

.about-petslink-header{
    font-family: "nunito", sans-serif;
    font-size: 30px;
    font-weight: 800;
    padding: 1rem 0;
}

.about-petslink-tagline{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 1rem 0;
}

.about-petslink-description{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-top: 1rem;
}

.contact-us-section{
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.contact-us-left-section img{
    height: 855px;
    width: 680px;
    border-radius: 0 30px 30px 0;
}

.contact-us-right-section{
    padding-top: 2rem;
}

.contact-us-header{
    font-size: 32px;
    font-weight: 600;
    padding: 1rem 0;
}

.contact-us-tagline{
    font-size: 28px;
    font-weight: 400;
    padding: 1rem 0;
}

.contact-us-description{
    font-size: 22px;
    font-weight: 400;
    padding: 0.5rem 0;
}

.app-information-section{
    background-color: var(--app-information-background-color);
    padding: 5rem;
}

.app-information-header{
    font-family: "nunito", sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 1rem 0;
}

.app-information-tagline{
    font-family: "nunito", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 1rem 0;
}

.app-information-description{
    font-family: "nunito", sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 1rem 0;
}

.petlink-qr-code{
    height: 355px;
    width: 340px;
}

.google-play-download-image,
.apple-store-download-image{
    width: 285px;
    height: 75px;
    margin: 0.5rem 0;
}

.why-us-image{
    width: 325px;
}

.why-us-title{
    font-family: "nunito", sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 0.5rem 0;
}

.why-us-section li{
    font-family: "nunito", sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.about-hero-section{
    background-image: url(../img/about_hero.jpg);
    background-size: cover;
    background-position: center;
    height: 620px;
}

.about-hero-section-overlay{
    background-color: color-mix(in srgb, #0064F34D, transparent 30%);
    color: var(--white-color);
    height: 100%;
}

.contact-us-hero-section{
    background-image: url(../img/contact_us_hero.jpg);
    background-size: cover;
    background-position: center;
    height: 620px;
}

.contact-us-hero-section-overlay{
    background-color: color-mix(in srgb, #0064F34D, transparent 30%);
    color: var(--white-color);
    height: 100%;
}
