/*
    Theme Name: FjordFox WordPress Theme
    Description: FjordFox WordPress Theme
    Version: 1.0
    Author: Rekos Agency
    Author URI: www.rekos.agency
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags: FjordFox, WordPress, Theme, Rekos Agency
*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html,
body {
  margin: 0;
}

img {
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
input,
button,
textarea {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
}

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 72px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 120% */
    text-transform: uppercase;
  }
}

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 62.4px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 120% */
    text-transform: uppercase;
  }
}

h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    text-transform: uppercase;
  }
}

p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1024px) {
  p {
    font-size: 18px;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  max-width: 100vw;
  background-color: #F7F7F8;
}

html,
body,
input,
button,
textarea,
a {
  color: #001f43;
}

.btn-default {
  font-family: "Inter", sans-serif;
  color: #fff;
  min-width: 220px;
  padding: 16px 20px;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  transition: all 300ms;
  display: inline-block;
}
@media (max-width: 1024px) {
  .btn-default {
    min-width: 124px;
    padding: 8px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
  }
}

.btn-default:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3607843137);
}

.btn-default-black {
  font-family: "Inter", sans-serif;
  color: #00171F;
  min-width: 304px;
  padding: 16px 20px;
  border: 2px solid #00171F;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  transition: all 300ms;
  display: inline-block;
  margin-top: 64px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .btn-default-black {
    width: calc(100% - 48px);
  }
}

.btn-default-black:hover {
  color: #00171F;
  background: rgba(0, 0, 0, 0.337254902);
}

.hero-content li {
  background-image: url("/wp-content/themes/FjordFox/assets/icons/checkmark-white.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}

.header {
  max-width: 1312px;
  margin: 24px auto 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
@media (max-width: 1320px) {
  .header {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 0 24px 24px 24px;
  }
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-wrapper {
    display: none;
  }
}
.header-menuWrap {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1340px) {
  .header-menuWrap {
    gap: 12px;
  }
}
.header-navItem {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  transition: all 300ms;
}
.header-navItem--icon {
  margin-top: -1px;
}
.header-navItem a {
  color: #fff;
  cursor: pointer;
  transition: all 300ms;
}
.header-navItem a:hover {
  color: #147DFD;
}
.header-navItem:last-of-type {
  border: 2px solid #fff;
  margin-left: 6px;
  padding: 12px 24px 12px 24px;
}
.header-navItem:last-of-type:hover {
  background: rgba(255, 255, 255, 0.3607843137);
}
.header-navItem:last-of-type:hover a {
  color: #fff;
}
.header-navItem:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.header-mobile {
  display: flex;
  align-items: center;
}
.header-mobileNavItem a {
  transition: all 300ms;
}
.header-mobileNavItem a:hover {
  color: #147DFD;
}
.header-mobileNavItem--icon {
  margin-top: -1px;
}
.header-mobile .btn-default {
  margin-right: 0px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}
.header-mobileMenuButton {
  cursor: pointer;
  margin-left: 24px;
  z-index: 3;
}
.header-mobileLogo img {
  width: 72px;
  height: 72px;
}
.header-mobileMenu {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 160px 24px 56px 24px;
  left: 0px;
  top: -24px;
  overflow: hidden;
  max-height: 0;
  height: 100vh;
  display: block; /* No need to toggle between none and block */
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.header-mobileMenu li {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}
.header-mobileMenu li:last-of-type {
  text-align: center;
  padding: 12px 24px 12px 24px;
  margin-bottom: 0px;
  border: 2px solid #00171F;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: auto;
}
.header-mobileMenu li:last-of-type:hover {
  background: rgba(0, 0, 0, 0.337254902);
}
.header-mobileMenu li:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.header-logoMobile {
  position: relative;
  z-index: 3;
  width: 72px;
  display: none;
}
.header #svgLineOne {
  transition: transform 0.5s ease; /* Smooth rotation */
}
.header #svgLineTwo {
  transition: opacity 0.5s ease; /* Smooth hide/show */
}
.header #svgLineThree {
  transition: transform 0.5s ease; /* Smooth rotation */
}

footer {
  background: #C1C1C1;
  margin-top: 96px;
  padding: 64px 64px 60px 64px;
}
@media (max-width: 1024px) {
  footer {
    padding: 64px 24px 40px 24px;
  }
}

.footer-navItem--link {
  transition: all 300ms;
}
.footer-navItem--link:hover {
  color: #147DFD;
}
.footer-menuWrap {
  margin-top: 32px;
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .footer-menuWrap {
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: center;
  }
}
.footer-menuWrap__bottom {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 1024px) {
  .footer-menuWrap__bottom {
    display: block;
    text-align: center;
  }
}
.footer-menuWrap__bottomTerms {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: underline;
  transition: color 300ms;
}
.footer-menuWrap__bottomTerms:hover {
  color: #147DFD;
}
.footer-menuWrap__bottomTermsMobile {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 16px;
  transition: color 300ms;
}
@media (max-width: 1024px) {
  .footer-menuWrap__bottomTermsMobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  .footer-menuWrap__bottomTerms {
    display: none;
  }
}
.footer-wrap {
  max-width: 1312px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer-wrap {
    flex-direction: column;
    gap: 56px;
  }
}
@media (max-width: 1024px) {
  .footer-left .footer-logo {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.footer-right {
  display: flex;
  gap: 128px;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .footer-right {
    flex-direction: column;
    justify-content: center;
    gap: 56px;
  }
}
.footer-right__smallTitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 1024px) {
  .footer-right__smallTitle {
    text-align: center;
  }
}
.footer-right__text {
  margin-top: 32px;
  margin-bottom: 76px;
}
.footer-right__text a {
  transition: color 300ms;
}
.footer-right__text a:hover {
  color: #147DFD;
}
.footer-right__text > * {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .footer-right__text {
    margin-top: 24px;
    margin-bottom: 56px;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
