:root {
    --dark-color: #402924;
    --secondary-dark-color: #33231A;
    --almost-white: #FEFEFE;
    --font-family: 'Open Sans';
    --main-color: #807E75;
    --secondary-color: #FFFCEB;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
}

section {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    min-height: 60vh;
    width: 100%;
    transition: 1s;
}

section::first-letter {
    font-size: 10rem;
}

h1, h2 {
    color: var(--almost-white);
    font-family: var(--font-family);
    margin: 1.5vh 0;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 6rem;
    font-weight: 750;
    letter-spacing: 3px;
    line-height: 6rem;
    opacity: 0.95;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.95;
    text-align: left;
}

h3 {
    color: var(--secondary-dark-color);
    font-size: 5rem;
    font-family: var(--font-family);
    font-weight: 1000;
    letter-spacing: 2px;
    line-height: 5rem;
    margin: 0vh 0vw 4vh 0vw;
    opacity: 0.99;
    text-align: center;
}

h4 {
    color: var(--secondary-dark-color);
    font-size: 4rem;
    font-family: var(--font-family);
    font-weight: 1000;
    letter-spacing: 2px;
    line-height: 4rem;
    margin: 0vh 0vw 4vh 0vw;
    opacity: 0.99;
    text-align: left;
    width: auto;
    -webkit-font-smoothing: antialiased;
}

h5 {
    color: var(--secondary-dark-color);
    font-size: 1.6vw;
    font-family: var(--font-family);
    font-weight: 1000;
    letter-spacing: 2px;
    line-height: 1.5rem;
    margin: 0vh 0vw 0vh 0vw;
    opacity: 0.99;
    overflow-wrap: break-word;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

p, label {
    color: var(--dark-color);
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5;
    opacity: 0.95;
    text-align: justify;
    text-justify: inter-word;
}

p.center {
    text-align: center;
}

a {
    color: var(--dark-color);
    font-family: var(--font-family);
    font-size: 1rem;
    text-decoration: underline;
}

form {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

label {
    margin: 3vh 0vw 0vh 0vw;
}

input,
textarea {
    border: 1px solid var(--dark-color);
    border-radius: 50px;
    color: var(--secondary-dark-color);
    display: flex;
    font-family: var(--font-family);
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1;
    margin: 0vh 0vw 2vh 0vh;
    min-width: 30vw;
    padding: 2vh 2vw;
    width: 100%;
}

textarea {
    min-height: 150px;
    resize: vertical;
}

footer {
    align-items: center;
    display: flex;
    font-family: var(--font-family);
    font-size: 0.4rem;
    font-weight: 100;
    height: 60vh;
    justify-content: center;
}

.cover_box {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;    
    overflow: hidden;
    width: 100%;
}

.cover_image {
    position: absolute;
    filter: brightness(0.5);
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
    opacity: 0.9;
    width: 100vw;
    z-index: 0;
}

.strip_image {
    filter: brightness(0.7);
    height: 60vh;
    object-fit: cover;
    object-position: bottom;
    opacity: 0.9;
    position: absolute;
    width: 100vw;
    z-index: 0;
}

.background_image {
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center top;
    opacity: 0.95;
    z-index: 0;
}

.transparent_background_image {
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center top;
    opacity: 0.1;
    z-index: 0;
}

.claim_box {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 90vw;
    top: 50vh;
    z-index: 0;
}

.header_box {
    width: 100%;
}

.underline {
    display: inline-block;
    position: relative;
    margin-bottom: 3vh;
}

.underline::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 60%;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 25px;
}

.underline.center::after {
    left: 50%;
    transform: translateX(-50%);/
}

.section {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    margin: auto;
    width: 40%;
    z-index: 0;
}

.section.split {
    width: 35%;
}

.subsection {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-height: 60vh;
    justify-content: center;
    margin: auto;
    width: 40%;
    z-index: 10;
}

.section + .left {
   align-items: flex-start;
   text-align: center;
}

.split_section {
    display: flex;
    justify-content: space-between;
}

.split_section .split_image {
    width: 50%;
}

.split_section .split_image {
    background-size: cover;
    background-position: center;
    object-fit: cover;
    filter: grayscale(1);
}

.split_section .short {
    max-height: 40vh;
}

.strip {
    margin: 10vh 0vw;
}

.alternative_backgroud_color {
    background-color: #F9F9F9;
}

.dark_backgroud_color {
    background-color: #000000;
    opacity: 0.9;
}

.repeater_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.repeater {
    align-items: center;
    background-color: #F4F4F4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 5vh 2vw 7vh 2vw;
    overflow-wrap: break-word;
    margin: 5vh 3vw 5vh 3vw;
    width: 15vw;
}


.repeater_description {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 2vh 0vw 0vh 0vw;
    overflow-wrap: break-word;
    text-align: center;
}

.repeater_title {
    color: var(--dark-color);
    font-family: var(--font-family);
    font-size: 2.5rem;
    font-weight: 1000;
    margin: 2vh 2vw 2vh 2vw;
    opacity: 0.9;
}

.repeater_smalltext {
    color: var(--dark-color);
    font-family: var(--font-family);
    font-size: 0.8rem;
    font-weight: 750;
    opacity: 0.9;
}

.repeater_text {
    color: var(--dark-color);
    font-family: var(--font-family);
    font-size: 0.8rem;
    font-weight: 500;
    margin: 3vh 0vw 3vh 0vw;
    opacity: 0.9;
    text-align: center;
}

.circle_image {
    border-radius: 100%;
    height: 20vmin;
    filter: blur(0.5px);
    filter: grayscale(1);
    object-fit: cover;
    width: 20vmin;
}

.circle_image:hover {
    transform: scale(1.2);
    transition: 0.2s;
}

.white_text {
    color: #FFF;
    opacity: 0.9;
}

.cta_box {
    width: 100%;
}

.cta_button, .cta_button_2 {
  background-color: var(--main-color);
  border-radius: 50px;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.1rem;
  font-weight: 750;
  letter-spacing: 1px;
  margin-top: 2vh;
  padding: 2.5vh 2.5vw;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.cta_button {
    border: 2px solid var(--main-color);
    color: var(--almost-white);
}

.cta_button_2 {
    justify-self: flex-start;
    border: 2px solid var(--main-color);;
    color: var(--almost-white);
}

.cta_button:hover {
    background-color: var(--almost-white);
    border: 2px solid var(--main-color);
    color: var(--main-color);
}

.cta_button_2:hover {
    background-color: var(--almost-white);
    border: 2px solid var(--main-color);
    color: var(--main-color);
}

.icon {
    height: 25px;
    width: 25px;
    opacity: 0.5;  
}

.small {
    font-size: 0.75rem;
}

/*Navigation bar*/

nav {
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100vw;
}

.nav {
    background-color: transparent;
    display: flex;
    height: 100vh;
    margin: 0vh 0vw 0vh 0vw;
    position: fixed;
    width: 100vw;
    z-index: 1000;
}

.nav_background {
    background-color: #FFF;
    display: flex;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

.nav_background.hidden {
    display: none;
}

.nav_list {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.hidden {
    display: none;
}

.nav_list a {
    color: var(--dark-color) !important;
    font-size: 5vmin;
    text-decoration: none;
}

.nav_list a:hover {
    color: var(--main-color) !important;
    font-weight: bold;
}

.nav_list li {
    margin: 0vh 0vw 2vh 0vw;
}

.nav.nav_scrolled {
    background-color: #FFF;
    border-top: 3px solid #FFF;
    height: 20vh;
    z-index: 1001;
}

.nav_phrase {
    color: var(--secondary-color);
    font-family: var(--font-family);
    font-size: 1.2rem;
    font-weight: 1000;
    position: fixed;
    top: 8vh;
    right: 10vw;
    z-index: 1001;
}

.hamburger_box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 5vh 10vw;
}

.hamburger {
    height: 30px;
    left: 5px;
    margin: 3vh 0vw;
    position: relative;
    width: 30px;
    z-index: 1001;
}

/*Effects*/

.fade_in {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s ease, transform 1s ease;
  visibility: hidden;
}

.initial_fade_in {
  opacity: 0;
}

.initial_fade_in_loaded {
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
}

@keyframes pulse_wave {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.pulse_container {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.pulse_circle {
  width: 24px;
  height: 24px;
  border: 2px solid #C5C5C5;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
}

.pulse_wave1,
.pulse_wave2 {
  animation: pulse_wave 4s infinite;
  border: 2px solid #C5C5C5;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
}

.pulse_wave1 {
  animation-delay: 0.5s;
}

.pulse_wave2 {
  animation-delay: 1s;
}