
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2025-11-07 7:46:26 UTC */

/* 	Template Main SCSS
 Author: Caroline Currie
 */
/* Fonts */
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }
/* Colors */
/* Variables */
body {
  font-family: 'poppinsregular';
  font-optical-sizing: auto;
  margin: 0;
  box-sizing: border-box;
  color: #535862; }

h1 {
  font-size: 60px;
  font-family: 'poppinssemibold';
  font-optical-sizing: auto;
  color: #fff; }

h2 {
  font-size: 36px;
  font-family: 'poppinssemibold';
  font-optical-sizing: auto;
  color: #181d27;
  margin: 0;
  padding-bottom: 20px; }

h3 {
  font-size: 30px;
  font-family: 'poppinssemibold';
  font-optical-sizing: auto;
  color: #181d27;
  margin: 0;
  padding-bottom: 20px; }

h4, h4.subtitle {
  font-size: 16px;
  font-family: 'poppinssemibold';
  font-optical-sizing: auto;
  color: #ed442c;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 20px; }

img {
  vertical-align: bottom; }

#header {
  overflow-x: clip;
  position: absolute;
  border-bottom: 1px solid #f5f5f5;
  width: 100%; }
  #header.sticky {
    position: fixed;
    background: #fff;
    z-index: 2000;
    width: 100%; }
    #header.sticky .desktop {
      padding: 10px 40px; }
  #header .desktop {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 20px 5%; }
  #header .mobile {
    display: none; }
  #header nav ul {
    display: flex;
    gap: 20px;
    list-style: none; }
    #header nav ul li a {
      color: #fff;
      font-size: 16px;
      font-family: 'poppinssemibold';
      font-optical-sizing: auto;
      text-decoration: none; }

.intro_section {
  background-image: url(../images/background_gradient.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 10%; }
  .intro_section.home {
    padding-bottom: 50px;
    padding-top: 10%; }
    .intro_section.home .spelling {
      margin-bottom: 4px;
      display: flex;
      justify-content: center; }
    .intro_section.home .spelling #typed-text {
      color: #fff;
      font-size: 120px;
      font-family: 'poppinssemibold';
      font-optical-sizing: auto; }
    .intro_section.home .spelling #cursor {
      width: 15px;
      height: 180px;
      background: #f38272;
      color: #f38272; }
    .intro_section.home .paragraph {
      color: #fff;
      font-size: 20px;
      padding-bottom: 28px; }
    .intro_section.home .paragraph p {
      line-height: 1.5; }
    .intro_section.home .parallax_image {
      margin-top: 64px; }
    .intro_section.home .parallax_image img {
      vertical-align: bottom; }
  .intro_section h2 {
    color: #fff; }
  .intro_section .paragraph {
    color: #fff;
    font-size: 20px;
    padding-bottom: 28px; }
    .intro_section .paragraph p {
      line-height: 1.5; }

.flexible_section {
  padding: 10% 5% 5%;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  position: relative;
  z-index: 1000;
  background-color: #fff; }
  .flexible_section .columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative; }
    .flexible_section .columns .column {
      width: 48%; }
  .flexible_section .columns.left {
    flex-direction: row-reverse; }
  .flexible_section.title_text {
    text-align: center;
    padding: 5% 10%; }
    .flexible_section.title_text.black {
      background: #000;
      color: #fff;
      padding: 10% 15%; }
    .flexible_section.title_text.black h2 {
      color: #fff; }

.button_yt {
  display: inline-block;
  background: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 18px;
  color: #181d27;
  text-decoration: none;
  border: 1px solid #d5d7da;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05); }
  .button_yt:hover {
    background: #ed442c;
    color: #fff;
    display: inline-flex;
    align-items: center; }

.button_red {
  display: inline-block;
  background: #ed442c;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #d5d7da;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05); }
  .button_red:hover {
    background: #fff;
    color: #181d27;
    display: inline-flex;
    align-items: center; }

#footer {
  padding: 5%; }
  #footer .columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative; }
    #footer .columns .column {
      width: 48%; }
    #footer .columns .column.left {
      display: flex;
      flex-direction: column;
      gap: 22px;
      font-family: 'poppinsmedium';
      font-optical-sizing: auto;
      font-size: 14px; }
      #footer .columns .column.left .footer_logo {
        padding-bottom: 15px; }
      #footer .columns .column.left label {
        display: block;
        font-size: 14px;
        color: #717680; }
      #footer .columns .column.left .credit p {
        font-size: 14px; }
        #footer .columns .column.left .credit p a {
          color: #535862;
          text-decoration: none; }
          #footer .columns .column.left .credit p a:hover {
            color: #ed442c; }
  #footer .form .gform_title {
    font-size: 36px;
    font-family: 'poppinssemibold';
    font-optical-sizing: auto; }
    #footer .form label {
      font-size: 14px;
      color: #535862; }
    #footer .form .gform-footer input {
      background: #ed442c;
      width: 100%;
      text-align: center;
      border-radius: 8px;
      padding: 12px; }
  #footer .footer_bottom {
    padding: 5% 0; }
    #footer .footer_bottom .social .medias {
      display: flex;
      gap: 10px; }
      #footer .footer_bottom .social .medias i {
        color: #d5d7da;
        font-size: 24px; }
        #footer .footer_bottom .social .medias i:hover {
          color: #ed442c; }
/*# sourceMappingURL= */