@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap');

:root {
    /* colours */
    --darker-grey: #969696;
    --grey: #f1f1f1;
    --light-grey: #F4F4F7;
    --white: #ffffff;
    --black: #000000;
}

html {
    scroll-behavior: smooth; 
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 125%;
    overflow-x: hidden;
    background-color: var(--light-grey);
    background-image:  radial-gradient(var(--white) 1.6px, transparent 1.6px), radial-gradient(var(--white) 1.6px, var(--light-grey) 1.6px);
    background-size: 64px 64px;
    background-position: 0 0,32px 32px;
}

a {
    transition: 0.2s;
}

a:hover {
    opacity: 0.8;
}

button {
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

.fade-in {
    opacity: 0;
    transition: opacity 250ms ease-in;
}

.fade-in.appear {
    opacity: 1;
}

.subtitle {
    font-weight: 500;
    font-size: 2.25em;
    text-align: center; 
    margin: 0;
    padding: 2rem;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px auto;
    padding: 0px 40px;
    max-width: 1240px;
    width: 100%;
    padding: 1.6rem;
}


.nav-image {
    width: 2em;
    height: 2em;
    margin-top: -0.55rem;
} 

.nav-scroll-top {
    color: var(--black);
    text-decoration: none;
    vertical-align: top;
    font-size: 1em;
    position: relative;
}

nav a {
    text-decoration: none;
    color: var(--black);
}

.right a {
    margin-right: 2rem;
    vertical-align: middle;
    position: relative;
}

.big__header {
    margin: 0px auto;
    padding: 0px 40px;
    max-width: 1240px;
    width: 100%;
    background: url(/images/pose1.png) right top no-repeat;

}

.header-card {
    max-width: 24.5rem;
    padding: 13rem 0rem;
}

.header-card-title {
    font-size: 3em;
    font-weight: 500;
    color: var(--black);
    margin: 0;
}

.header-card-body {
    font-size: 1em;
    font-weight: 300;
    color: var(--darker-grey);
}

.header-card-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1.5em;
    grid-row-gap: 0px;
}

.button {
    background-color: var(--white);
    color: var(--black);
    border: none;
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.stats-card {
    margin: 0px auto;
    padding: 0px 40px;
    max-width: 1240px;
    width: 100%;
    background-color: var(--white);
    border-radius: 25px;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}

.stats-card h2 {
    padding-bottom: 4rem;
}

.stats-three {
    background-color: var(--grey);
    border-radius: 25px;
    text-align: center;
    margin-bottom: -4.5rem;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.stats-three svg {
    margin-top: -2.5rem;
}

.stats-three h3 {
    font-size: 3em;
    color: var(--black);
    font-weight: 500;
    margin: 0rem 1rem;
}

.stats-three p {
    font-size: 1em;
    color: var(--darker-grey);
    font-weight: 300;
    margin: 0rem 0rem 1rem 0rem;
}

.about-card {
    margin: 0px auto;
    margin-top: 10rem;
    padding: 0px 40px;
    max-width: 1240px;
    width: 100%;
    background-color: var(--white);
    border-radius: 25px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.about-card p {
    display: flex;
    justify-content: flex-end;
    color: var(--darker-grey);
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    padding: 0rem 12rem 2rem 12rem;
}

.socialmedia {
    display: flex;
    justify-content: center;
    
}

.socials-container {
    background-color: var(--grey);
    padding: 1.5rem;
    border-radius: 10px;
    border-radius: 25px;
    margin-bottom: -2.5rem;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);

}

.about-card a {
    color: var(--black);
    margin: 0rem 2rem;
}

.about-card p {
    margin: 0;
}

.experience-card { 
    background-color: var(--white);
    border-radius: 25px;
    margin: 8rem auto 0px auto;
    padding: 0px 40px;
    max-width: 1240px;
    width: 100%;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);

}

.channels-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.person {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pfp img{
    width: 4.5em;
    height: 4.5em;
    border-radius: 25px;
}

.info {
    margin: 0.7rem;
}

.person p {
    margin: 0;
    color: var(--darker-grey);
    font-size: 1em;
    font-weight: 400;
    
}

.person h3 {
    color: var(--black);
    font-weight: 500;
    font-size: 1.5em;
    margin: 0;
}

.contact-card {
    background-color: var(--white);
    border-radius: 25px;
    margin: 6rem auto 0px auto;
    padding: 0px 40px;
    max-width: 1240px;
    width: 100%;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}


.emails-container {
    display: flex;
    justify-content: center;
}

form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1rem
}

input, textarea {
    background-color: var(--light-grey);
    border: none;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    padding: 0.7rem;
}

label {
    font-weight: 400;
    font-size: 1em;
    color: var(--darker-grey);
    padding: 0.8rem 0rem;
}

.form-1 { 
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
}
.form-2 { 
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    flex-direction: column; 
}
.form-3 { 
    grid-area: 1 / 2 / 3 / 3;
    display: flex;
    flex-direction: column; 
}
.form-4 { 
    grid-area: 3 / 1 / 4 / 2; 
    display: flex;
    flex-direction: column;
}

button[type=submit] {
    border: none;
    color: var(--black);
    padding: 0.7rem;
    background-color: var(--light-grey);
}

.disclaimer {
    font-size: .8em;
    font-weight: 300;
    color: var(--darker-grey);
    margin: -2rem 0rem 0rem 0rem;
    padding-bottom: 2rem;
    text-align: center;
    position: relative;
}

footer {
    margin-top: 6rem;
    color: var(--white);
}

/* gallery */

.small__header {
    margin: 0px auto;
    padding: 0px 40px;
    max-width: 1240px;
    width: 100%;
}

.small__header h1 {
    font-size: 3rem;
    text-align: center;
    color: var(--black);
    font-weight: 400;
}

.small__header p {
    font-size: 1rem;
    font-weight: 300;
    color: var(--darker-grey);
    text-align: center;    
    margin-bottom: 4rem;
}

.small__header a {
    color: var(--black);
    text-align: center;
}

.album-container {
    margin: 0px auto;
    padding: 0px 40px;
    max-width: 1240px;
    width: 100%;
}

.album {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.album img {
    width: 100%;
}