/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
* {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, html, body {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html, body {
  height: 100%;
  background-color: #303030;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 28.12em) {
  html {
    font-size: 30%;
  }
}
@media only screen and (max-width: 40.65em) {
  html {
    font-size: 35%;
  }
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 68.75em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 81.25em) {
  html {
    font-size: 56.25%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 68.75em) {
  body {
    padding: 0;
  }
}

[data-animate] {
  opacity: 0;
  transform: translate3d(0, 0, 0); /* helps GPU and avoids weird jumps */
  will-change: transform, opacity;
}

/* Global Tag Resets */
ul {
  list-style: none;
}

button {
  min-width: 3rem;
  height: 5rem;
  padding: 1.5rem;
  border-radius: 40px;
  border: none;
  text-decoration: none;
  color: #ECE3D1;
  background-color: #A42939;
  font-weight: 600;
  cursor: pointer;
}

form {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  transition: all 2s ease;
  color: #F4f4f4;
}
form input, form textarea {
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid #F4f4f4;
  outline: none;
  resize: none;
  background: none;
  color: #F4f4f4;
}
form input:focus, form textarea:focus {
  border-color: transparent;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #F4f4f4;
}

::-webkit-scrollbar-thumb {
  background: #303030;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.7;
  color: #ECE3D1;
}

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #ECE3D1;
}

p, li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 10.478rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 7.61rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.209rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  font-size: 2.369rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.subtext {
  font-size: 1.333rem;
  font-weight: 100;
}

.copyFlair {
  color: #A42939;
  font-weight: 500;
  display: inline-block;
  transition: 0.25s all;
}
.copyFlair:hover {
  transform: scale(1.25) skew(-10deg) translateX(1rem);
}

.gallery-subheading {
  font-size: 3.157rem;
  font-weight: 200;
}

.flair-color-1 {
  color: var(--flair-color-1);
}

.flair-color-2 {
  color: var(--flair-color-2);
}

.bold-text {
  font-weight: 500;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
  font-size: 2.5rem;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.italic-400 {
  font-style: italic;
  font-weight: 400;
}

.card1 {
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background-color: #303030;
  border-radius: 25px;
  text-align: center;
  color: #ECE3D1;
}
.card1-image {
  display: flex;
  justify-content: center;
}
.card1-image img {
  max-height: 12rem;
  height: 100%;
  width: auto;
}
.card1-text-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.card1-text-header span {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card2 {
  flex: 0 0 90rem;
  padding: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  z-index: 2;
  box-shadow: rgba(221, 46, 69, 0.89) 0px 5px 15px;
  border: 3px solid #A42939;
  background-color: #F4f4f4;
  opacity: 90%;
}
@media only screen and (max-width: 56.25em) {
  .card2 {
    flex: 0 0 75%;
  }
}
.card2__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3rem;
}
.card2__header span {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card2__header p {
  line-height: 1.2;
}
.card2__header img {
  width: 8rem;
  height: auto;
}

.webProjectCard {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .webProjectCard {
    flex-direction: column;
    gap: 3rem;
  }
}
.webProjectCard__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .webProjectCard__left {
    width: 100%;
    text-align: center;
    align-items: center;
    order: 2;
  }
}
.webProjectCard__left span p {
  font-family: "Bebas Neue", sans-serif;
  color: #A42939;
}
.webProjectCard__left__roles p {
  display: inline;
  color: #A42939;
  font-weight: 700;
}
.webProjectCard__left .listItem1 {
  margin-top: 6rem;
  color: #303030;
}
.webProjectCard__right {
  width: 50%;
}
@media only screen and (max-width: 56.25em) {
  .webProjectCard__right {
    width: 100%;
    order: 1;
  }
}
.webProjectCard__right img {
  min-width: 30%;
  width: 70rem;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.photoProjectCard {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .photoProjectCard {
    flex-direction: column;
  }
}
.photoProjectCard__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .photoProjectCard__left {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-right: 2rem;
  }
}
.photoProjectCard__left span p {
  font-family: "Bebas Neue", sans-serif;
  color: #A42939;
}
.photoProjectCard__right {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}
.photoProjectCard__right .carousel-next, .photoProjectCard__right .carousel-prev {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  transform: translateY(-10%);
  width: 8rem;
  height: auto;
}
@media only screen and (max-width: 56.25em) {
  .photoProjectCard__right .carousel-next, .photoProjectCard__right .carousel-prev {
    width: 5rem;
  }
}
.photoProjectCard__right .carousel-prev {
  left: 2rem;
}
.photoProjectCard__right .carousel-next {
  right: 2rem;
}
.photoProjectCard__right__images {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  display: flex;
  gap: 6rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  /* hide scrollbar */
  scrollbar-width: none;
}
.photoProjectCard__right__images::-webkit-scrollbar {
  display: none;
}
.photoProjectCard__right__images-image {
  width: auto;
  min-height: 30rem;
  height: 30rem;
  max-height: 30rem;
  object-fit: cover;
  scroll-snap-align: start;
  border-radius: 25px;
  box-shadow: 15px 15px #A42939;
}

.listItem1, .listItem1 a {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.listItem1 img, .listItem1 a img {
  width: 2rem;
  height: auto;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
.accordion__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.accordion__items__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F4f4f4;
}
.accordion__items__item__question {
  width: 100%;
  display: flex;
  gap: 2rem;
  cursor: pointer;
  background-color: #A42939;
}
.accordion__items__item__question img {
  width: 2rem;
  height: auto;
  margin-right: 4rem;
}
.accordion__items__item__question-button {
  padding: 4rem;
  width: 100%;
  height: 100%;
  color: #F4f4f4;
  text-align: left;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-size: 2.369rem;
  font-weight: 600;
}
.accordion__items__item-question[aria-expanded=true] {
  background: #F4f4f4;
}
.accordion__items__item-answer {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background: #F4f4f4;
  color: #303030;
}
.accordion__items__item-answer p {
  font-weight: 500;
}

.accordion__items__item-answer[hidden] {
  display: none !important;
}

.textBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.textBlock-header {
  display: flex;
  flex-direction: column;
}
.textBlock-header .eyebrow {
  font-weight: 800;
  font-size: 1.6rem;
  color: #A42939;
}
.main-nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.main-nav-list {
  min-width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 0.5rem;
  background-color: #ECE3D1;
  border-radius: 100px;
}
@media only screen and (max-width: 56.25em) {
  .main-nav-list {
    gap: 0.5rem;
  }
}
.main-nav-list li a {
  background-color: #A42939;
  border-bottom: 0px solid transparent;
  border-radius: 100px;
  padding: 2rem;
  font-weight: 600;
  transition: all 0.6s;
}
.main-nav-list li a:hover {
  font-size: 2.6rem;
}
@media only screen and (max-width: 56.25em) {
  .main-nav-list li a {
    padding: 2rem 1rem;
  }
}
.main-nav-list li:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
}
.main-nav-list li:nth-child(1) a img {
  width: 4rem;
}
.main-nav .mobile-button {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .main-nav .mobile-button {
    display: block;
  }
}
.main-nav .mobile-button img {
  width: 4rem;
  height: auto;
}
.main-nav .mobile-nav {
  transform-origin: top right;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  background-color: #A42939;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
.main-nav .mobile-nav .x-icon {
  position: absolute;
  width: 5rem;
  top: 10%;
  right: 10%;
}
.main-nav .mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 12rem;
}
.main-nav .mobile-nav-list .mobile-option {
  font-size: 2.369rem;
  font-weight: 700;
  color: #F4f4f4;
}
.main-nav .mobile-nav-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.main-nav .mobile-nav-socials-icons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.main-nav .mobile-nav-socials-icons img {
  width: 3.5rem;
  height: auto;
}
.main-nav .mobile-nav-socials p {
  font-size: 1.6rem;
  text-align: center;
}

.header {
  visibility: hidden;
  position: relative;
  width: 100vw;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 81.25em) {
  .header {
    padding: 4rem 4rem 0;
    gap: 10rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header {
    padding: 4rem 1rem 0;
  }
}
.header .header-orbs {
  position: absolute;
  bottom: 2.5%;
  left: 35%;
  z-index: 0;
}
.header__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.header__contents {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 81.25em) {
  .header__contents {
    padding: 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }
}
.header__contents-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  padding: 0 10rem;
}
@media only screen and (max-width: 81.25em) {
  .header__contents-left {
    width: 100%;
    align-items: center;
    gap: 6rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .header__contents-left {
    padding: 0;
    gap: 4rem;
  }
}
.header__contents-left button {
  width: 50%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 81.25em) {
  .header__contents-left h1 {
    font-size: 10.61rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__contents-left h1 {
    font-size: 7.61rem;
  }
}
.header__contents-right {
  width: 40%;
  display: flex;
}
@media only screen and (max-width: 81.25em) {
  .header__contents-right {
    display: none;
  }
}
.header__contents-right img {
  width: 40rem;
  height: auto;
  object-fit: cover;
}

.pageHeader {
  visibility: hidden;
  position: relative;
  width: 100vw;
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6rem;
}
@media only screen and (max-width: 68.75em) {
  .pageHeader {
    padding: 4rem 4rem 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .pageHeader {
    padding: 4rem 2rem 0;
  }
}
.pageHeader__navLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.pageHeader__contents {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactForm {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .contactForm {
    width: 100%;
  }
}
.contactForm__content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.contactForm__content form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contactForm__content form .input-pair {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contactForm__content form .extra-inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactForm__content form .checkboxes .input-pair {
  display: flex;
  flex-direction: row;
}
.contactForm__content button {
  width: 10rem;
  color: #F4f4f4;
}

.formConfirmation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.formConfirmation-content {
  background: #F4f4f4;
  color: #303030;
  max-width: 90%;
  padding: 5rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

.aboutSection {
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 6rem 12rem;
  display: flex;
  align-items: center;
  gap: 12rem;
  background-color: #ECE3D1;
  color: #303030;
}
@media only screen and (max-width: 68.75em) {
  .aboutSection {
    height: 100%;
    padding: 6rem 6rem;
    flex-direction: column;
    gap: 6rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .aboutSection {
    padding: 6rem 1rem;
  }
}
.aboutSection__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 68.75em) {
  .aboutSection__left {
    width: 100%;
    text-align: center;
  }
}
.aboutSection__left p {
  font-size: 2.369rem;
}
.aboutSection__left-heading {
  display: flex;
  flex-direction: column;
}
.aboutSection__right {
  width: 50%;
  display: flex;
}
@media only screen and (max-width: 68.75em) {
  .aboutSection__right {
    width: 100%;
    justify-content: center;
  }
}
.aboutSection__right img {
  min-width: 20%;
  width: 60rem;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 68.75em) {
  .aboutSection__right img {
    text-align: center;
  }
}

.servicesSection {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 6rem;
  background-color: #ECE3D1;
  color: #303030;
}
@media only screen and (max-width: 56.25em) {
  .servicesSection {
    height: 100%;
    padding: 6rem 2rem;
  }
}
.servicesSection__wrap {
  width: 100%;
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #303030;
}
.servicesSection__wrap-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.servicesSection__wrap-services-header {
  padding-left: 20rem;
}
@media only screen and (max-width: 81.25em) {
  .servicesSection__wrap-services-header {
    padding-left: 15rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .servicesSection__wrap-services-header {
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .servicesSection__wrap-services-header {
    padding-left: 0;
    text-align: center;
  }
}
.servicesSection__wrap-services-header h2 {
  color: #ECE3D1;
}
.servicesSection__wrap-services-cards {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 1rem 3rem;
}
@media only screen and (max-width: 56.25em) {
  .servicesSection__wrap-services-cards {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
}

.webProjects {
  width: 100%;
  padding: 6rem 15rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  background-color: #ECE3D1;
  color: #303030;
}
@media only screen and (max-width: 56.25em) {
  .webProjects {
    padding: 6rem 4rem;
  }
}
.webProjects__header {
  text-align: center;
}
.webProjects__projects {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}

.webProjects__projects .webProjectCard:nth-child(odd) .webProjectCard__left {
  order: 2;
  text-align: right;
  align-items: end;
}
@media only screen and (max-width: 56.25em) {
  .webProjects__projects .webProjectCard:nth-child(odd) .webProjectCard__left {
    text-align: center;
    align-items: center;
  }
}
.webProjects__projects .webProjectCard:nth-child(odd) .webProjectCard__right {
  order: 1;
}

.photoProjects {
  width: 100%;
  padding: 6rem 0 6rem 15rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background-color: #ECE3D1;
  color: #303030;
}
@media only screen and (max-width: 56.25em) {
  .photoProjects {
    padding: 6rem 0 6rem 2rem;
  }
}
.photoProjects__header {
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .photoProjects__header {
    padding-right: 2rem;
  }
}
.photoProjects__projects {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.contactContent {
  width: 100%;
  padding: 6rem 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .contactContent {
    padding: 6rem 2rem;
  }
}

.footer {
  width: 100%;
  padding: 12rem 12rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 6rem 2rem;
  }
}
.footer__middle {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .footer__middle {
    align-items: center;
  }
}
.footer__middle ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__middle button {
  width: 20rem;
  height: 7rem;
}
.footer__middle .listItem1 .icon {
  width: 2rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 56.25em) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}

.listItem1:nth-child(3) .icon {
  height: 2.5rem;
  width: auto;
  padding-left: 0.3rem;
}

.indexPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contactPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=main.css.map */