/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  position: relative;
}

h1,
h3,
span {
  font-family: 'Montserrat', sans-serif;
}

h2,
h4 {
  font-family: 'Kaushan Script', cursive;
}

h1 {
  position: relative;
  font-size: 5rem;
  line-height: 4.6rem;
  text-align: center;
  padding-bottom: 0.8em;
}

@media (min-width: 500px) {
  h1 {
    font-size: 7.5rem;
    line-height: 7rem;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 10rem;
    line-height: 9.5rem;
    padding-bottom: 0.5em;
  }
}

@media (min-width: 1199px) {
  h1 {
    font-size: 12.5rem;
    line-height: 12rem;
  }
}

h1::before {
  content: '';
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6rem;
  height: 0.2rem;
  background-color: #ffffff;
}

@media (min-width: 900px) {
  h1::before {
    bottom: 0.5;
  }
}

@media (min-width: 1199px) {
  h1::before {
    bottom: 2.5rem;
  }
}

@media (min-width: 1449px) {
  h1::before {
    bottom: 3.5rem;
  }
}

h2 {
  font-size: 2.4rem;
  text-align: center;
}

@media (min-width: 500px) {
  h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 900px) {
  h2 {
    font-size: 5rem;
  }
}

@media (min-width: 1199px) {
  h2 {
    font-size: 6.5rem;
  }
}

h3 {
  font-size: 2rem;
}

@media (min-width: 500px) {
  h3 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1137px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 1.6rem;
}

@media (min-width: 500px) {
  h4 {
    font-size: 2rem;
  }
}

@media (min-width: 1137px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

p {
  font-size: 1.4rem;
}

@media (min-width: 900px) {
  p {
    font-size: 1.5rem;
  }
}

.menu__list li {
  font-size: 2rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  position: relative;
}

h1,
h3,
span {
  font-family: 'Montserrat', sans-serif;
}

h2,
h4 {
  font-family: 'Kaushan Script', cursive;
}

h1 {
  position: relative;
  font-size: 5rem;
  line-height: 4.6rem;
  text-align: center;
  padding-bottom: 0.8em;
}

@media (min-width: 500px) {
  h1 {
    font-size: 7.5rem;
    line-height: 7rem;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 10rem;
    line-height: 9.5rem;
    padding-bottom: 0.5em;
  }
}

@media (min-width: 1199px) {
  h1 {
    font-size: 12.5rem;
    line-height: 12rem;
  }
}

h1::before {
  content: '';
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6rem;
  height: 0.2rem;
  background-color: #ffffff;
}

@media (min-width: 900px) {
  h1::before {
    bottom: 0.5;
  }
}

@media (min-width: 1199px) {
  h1::before {
    bottom: 2.5rem;
  }
}

@media (min-width: 1449px) {
  h1::before {
    bottom: 3.5rem;
  }
}

h2 {
  font-size: 2.4rem;
  text-align: center;
}

@media (min-width: 500px) {
  h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 900px) {
  h2 {
    font-size: 5rem;
  }
}

@media (min-width: 1199px) {
  h2 {
    font-size: 6.5rem;
  }
}

h3 {
  font-size: 2rem;
}

@media (min-width: 500px) {
  h3 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1137px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 1.6rem;
}

@media (min-width: 500px) {
  h4 {
    font-size: 2rem;
  }
}

@media (min-width: 1137px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

p {
  font-size: 1.4rem;
}

@media (min-width: 900px) {
  p {
    font-size: 1.5rem;
  }
}

.menu__list li {
  font-size: 2rem;
}

header {
  position: relative;
  height: 100vh;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 430px;
}

@media (min-width: 900px) {
  header {
    min-height: 520px1;
  }
}

@media (min-width: 1199px) {
  header {
    min-height: 630px;
  }
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner {
  color: #ffffff;
  display: grid;
  gap: 1.5em;
  z-index: 0;
}

.banner button {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
  background-color: transparent;
  justify-self: center;
  border: 2px solid #ffffff;
  padding: 0.3em 1.5em;
  -webkit-transition: -webkit-transform 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .banner button {
    font-size: 1.5rem;
  }
}

@media (min-width: 1199px) {
  .banner button {
    font-size: 1.7rem;
    padding: 0.3em 1.7em;
  }
}

.banner button:hover,
.banner button:active {
  font-weight: 600;
  -webkit-transform: translate(-0.4em, -0.4em);
  transform: translate(-0.4em, -0.4em);
  -webkit-box-shadow: 0.4em 0.4em 0px 0px #95e1d3;
  box-shadow: 0.4em 0.4em 0px 0px #95e1d3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(233, 131, 131, 0.8)),
    to(rgba(242, 218, 138, 0.8))
  );
  background: linear-gradient(
    rgba(233, 131, 131, 0.8),
    rgba(242, 218, 138, 0.8)
  );
}

.menu-shadow {
  position: absolute;
  bottom: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1em;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 768px) and (orientation: landscape) {
  .menu-shadow {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .menu-shadow {
    grid-template-columns: repeat(4, 1fr);
  }
}

.menu-shadow span {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.404);
  padding-top: 1em;
}

@media (min-width: 768px) {
  .menu-shadow span {
    font-size: 1.4rem;
  }
}

.menu-shadow span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.404);
}

.menu-shadow span:first-child {
  color: #ffffff;
}

.menu-shadow span:first-child::before {
  background-color: #ffffff;
}

.menu-shadow span:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #e98383;
}

.outer-menu {
  position: fixed;
  bottom: 10vh;
  right: 0;
  z-index: 1;
  width: 4em;
  height: 4em;
}

@media (min-width: 768px) {
  .outer-menu {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    height: auto;
    top: 0;
    left: 0;
  }
}

.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 4em;
  height: 4em;
  opacity: 0;
}

@media (min-width: 768px) {
  .outer-menu .checkbox-toggle {
    display: none;
  }
}

.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}

.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 4em;
  height: 4em;
  padding: 0.5em 1em;
  background: #0000007a;
  border-radius: 0.5em 0 0 0.5em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .outer-menu .hamburger {
    display: none;
  }
}

.outer-menu .hamburger > div {
  position: relative;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -0.66667em;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.outer-menu .hamburger > div:after {
  top: 0.66667em;
}

.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .outer-menu .menu {
    position: relative;
    visibility: visible;
    z-index: 999;
    height: auto;
    width: 45%;
    margin-left: auto;
    left: unset;
    top: 2em;
    right: 1em;
  }
}

.outer-menu .menu > div {
  width: 300vw;
  height: 300vw;
  color: #fefefe;
  background: #e15858;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .outer-menu .menu > div {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
  }
}

.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .outer-menu .menu > div > div {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    width: 100%;
  }
}

.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}

@media (min-width: 768px) {
  .outer-menu .menu > div > div > ul {
    width: 100%;
    height: 2em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.outer-menu .menu > div > div > ul > li {
  padding: 0.5em 1em;
  margin: 1em;
  display: block;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .outer-menu .menu > div > div > ul > li {
    font-size: 1.8rem;
    padding: 0 0;
    margin: 0;
  }
}

.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.outer-menu .menu > div > div > ul > li > a:hover {
  color: #f2da8a;
}

.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}

.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #f2da8a;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.main {
  margin-top: 2em;
  padding: 0 1em;
  max-width: 1210px;
  margin: auto;
  margin-top: 2em;
}

@media (min-width: 600px) {
  .main {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .main {
    margin-top: 8em;
  }
}

.main__title {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
}

@media (min-width: 600px) {
  .main__title {
    margin-bottom: 4em;
  }
}

@media (min-width: 1137px) {
  .main__title {
    margin-bottom: 6rem;
  }
}

.main__title::before {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 0.1em;
  background-color: #e98383;
}

@media (min-width: 600px) {
  .main__title::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4em;
    height: 0.1em;
    background-color: #e98383;
  }
}

.main__title h4 {
  margin-bottom: 0.5em;
}

.main__description {
  padding: 0 0.5em;
  max-width: 960px;
  margin: auto;
  margin-bottom: 3em;
  line-height: 1.5em;
  text-align: center;
}

@media (min-width: 1137px) {
  .main__description {
    margin-bottom: 6em;
  }
}

.main__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1137px) {
  .main__imgs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main__imgs .main__imgs__pic {
  position: relative;
  width: 90%;
  max-width: 23em;
  margin: 0 auto 1.5em;
  -webkit-transition: -webkit-transform ease-in-out 0.2s,
    -webkit-box-shadow ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s,
    -webkit-box-shadow ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, box-shadow ease-in-out 0.2s,
    -webkit-transform ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
}

@media (min-width: 1137px) {
  .main__imgs .main__imgs__pic {
    margin-bottom: 0;
  }
}

.main__imgs .main__imgs__pic img {
  position: relative;
  width: 100%;
  max-width: 380px;
  cursor: pointer;
}

.main__imgs .main__imgs__pic .main__imgs__pic__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 3;
}

.main__imgs .main__imgs__pic .show {
  display: block;
}

.main__imgs--focus {
  -webkit-transform: translate(-0.5em, -0.5em);
  transform: translate(-0.5em, -0.5em);
  -webkit-box-shadow: 0.5em 0.5em 0px 0px #95e1d3;
  box-shadow: 0.5em 0.5em 0px 0px #95e1d3;
}

.main__imgs--focus::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(233, 131, 131, 0.8)),
    to(rgba(242, 218, 138, 0.8))
  );
  background: linear-gradient(
    rgba(233, 131, 131, 0.8),
    rgba(242, 218, 138, 0.8)
  );
  z-index: 1;
}

.numbers {
  margin-top: 2em;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}

@media (min-width: 600px) {
  .numbers {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .numbers {
    margin-top: 8em;
  }
}

@media (min-width: 650px) {
  .numbers {
    background-color: #95e1d3;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1137px) {
  .numbers {
    grid-template-columns: 1fr repeat(5, 230px) 1fr;
  }
  .numbers div:first-of-type {
    border-left: 1px solid #ffffff;
  }
  .numbers :first-child {
    grid-column: 2/3;
  }
}

.numbers__tile {
  color: #ffffff;
  text-align: center;
  height: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #95e1d3;
}

@media (min-width: 650px) {
  .numbers__tile {
    height: 12em;
    border-right: 1px solid #ffffff;
  }
}

.numbers__tile span {
  font-size: 5rem;
  margin-bottom: 0.1em;
}

.numbers :last-child {
  grid-column: 1/3;
}

@media (min-width: 650px) {
  .numbers :last-child {
    grid-column: auto;
  }
}

.services {
  margin: auto;
  margin-top: 2em;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1150px;
}

@media (min-width: 600px) {
  .services {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .services {
    margin-top: 8em;
  }
}

@media (min-width: 798px) {
  .services {
    grid-template-columns: repeat(2, 350px);
    gap: 3em;
  }
}

@media (min-width: 1120px) {
  .services {
    grid-template-columns: repeat(3, 350px);
    gap: 1em;
  }
}

.services__title {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
}

@media (min-width: 600px) {
  .services__title {
    margin-bottom: 4em;
  }
}

@media (min-width: 1137px) {
  .services__title {
    margin-bottom: 6rem;
  }
}

.services__title::before {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 0.1em;
  background-color: #e98383;
}

@media (min-width: 600px) {
  .services__title::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4em;
    height: 0.1em;
    background-color: #e98383;
  }
}

.services__title h4 {
  margin-bottom: 0.5em;
}

@media (min-width: 798px) {
  .services__title {
    grid-column: 1/3;
  }
}

@media (min-width: 1120px) {
  .services__title {
    grid-column: 1/4;
  }
}

.services__element {
  display: grid;
  grid-template-columns: 3em 1fr;
  grid-template-rows: 1fr 1fr;
  width: 80%;
  padding: 2em 0;
  margin: auto;
  border-bottom: 1px solid #000000;
}

@media (min-width: 798px) {
  .services__element {
    padding: 0;
    border-bottom: none;
    width: 100%;
  }
}

@media (min-width: 1120px) {
  .services__element--margin {
    margin-bottom: 4em;
  }
}

.services__element svg {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-top: 1em;
}

.services__element p {
  line-height: 1.9rem;
}

.services__element :nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
  text-transform: uppercase;
  font-weight: 500;
}

.services__element :last-child {
  grid-column: 2/3;
  grid-row: 2/3;
}

.services :nth-child(2) {
  padding-top: 0;
}

.services :last-child {
  border: none;
}

.design {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3em;
  margin: 2em auto 0;
}

@media (min-width: 600px) {
  .design {
    margin-top: 5em;
  }
}

@media (min-width: 1137px) {
  .design {
    margin-top: 9em;
  }
}

.design__title {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
  grid-column: 1/7;
}

@media (min-width: 600px) {
  .design__title {
    margin-bottom: 4em;
  }
}

@media (min-width: 1137px) {
  .design__title {
    margin-bottom: 6rem;
  }
}

.design__title::before {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 0.1em;
  background-color: #e98383;
}

@media (min-width: 600px) {
  .design__title::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4em;
    height: 0.1em;
    background-color: #e98383;
  }
}

.design__title h4 {
  margin-bottom: 0.5em;
}

.design__background {
  position: absolute;
  left: 0;
  bottom: 1.5em;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.design__devices {
  width: 100%;
  max-width: 570px;
  margin: auto;
  padding: 0 2em;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto 1fr 1.5em;
}

.design__devices__tablet {
  width: 100%;
  grid-column: 1/5;
  grid-row: 2/3;
}

.design__devices__phone {
  width: 80%;
  grid-column: 4/6;
  grid-row: 2/4;
  justify-self: center;
  align-self: end;
}

.we-do {
  margin: auto;
  margin-top: 2em;
  padding: 1em 1em 0;
  max-width: 1200px;
  display: grid;
}

@media (min-width: 600px) {
  .we-do {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .we-do {
    margin-top: 8em;
  }
}

@media (min-width: 1200px) {
  .we-do {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.we-do__title {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
}

@media (min-width: 600px) {
  .we-do__title {
    margin-bottom: 4em;
  }
}

@media (min-width: 1137px) {
  .we-do__title {
    margin-bottom: 6rem;
  }
}

.we-do__title::before {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 0.1em;
  background-color: #e98383;
}

@media (min-width: 600px) {
  .we-do__title::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4em;
    height: 0.1em;
    background-color: #e98383;
  }
}

.we-do__title h4 {
  margin-bottom: 0.5em;
}

@media (min-width: 1200px) {
  .we-do__title {
    grid-column: 1/3;
  }
}

.we-do__description {
  padding: 0 0.5em;
  max-width: 960px;
  margin: auto;
  margin-bottom: 3em;
  line-height: 1.5em;
  text-align: center;
}

@media (min-width: 1200px) {
  .we-do__description {
    grid-column: 1/3;
  }
}

.we-do img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: auto;
  margin-bottom: 2em;
}

@media (min-width: 1200px) {
  .we-do img {
    grid-column: 1/2;
    margin-bottom: 0;
    max-width: 100%;
    height: 100%;
  }
}

.we-do__info {
  width: 100%;
  max-width: 480px;
  height: 24em;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .we-do__info {
    grid-column: 2/3;
    max-width: 100%;
  }
}

.we-do__info :last-child {
  margin-bottom: 0;
}

.we-do__info__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8em;
  border: solid 1px #d4d4d4;
  margin-bottom: 1em;
  -webkit-transition: margin-bottom 0.5s ease-in-out;
  transition: margin-bottom 0.5s ease-in-out;
}

.we-do__info__block__icon {
  margin-right: 0.5em;
}

.we-do__info__block__arrow {
  margin-left: auto;
  background-color: transparent;
  border: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.we-do__info__block__des {
  line-height: 2rem;
  position: absolute;
  top: 3.5em;
  left: 0;
  width: 100%;
  padding: 0;
  height: 0;
  overflow-y: scroll;
  border: 1px solid #d4d4d4;
  -webkit-transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.we-do__info .js-open {
  margin-bottom: 12em;
  -webkit-transition: margin-bottom 0.5s ease-in-out;
  transition: margin-bottom 0.5s ease-in-out;
}

.we-do__info .js-open::before {
  visibility: visible;
}

.we-do__info .js-open__turn {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.we-do__info .js-open__des {
  height: 11em;
  padding: 0.5em 1em;
}

.testimonials-inline {
  margin-top: 2em;
  padding: 1em;
  display: grid;
  grid-template-columns: 5% 1fr 2fr 5%;
  grid-template-rows: 1fr auto;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

@media (min-width: 600px) {
  .testimonials-inline {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .testimonials-inline {
    margin-top: 8em;
  }
}

@media (min-width: 678px) {
  .testimonials-inline {
    grid-template-columns: 1fr 1em 6em auto 1em 1fr;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    height: 12em;
  }
}

@media (min-width: 1165px) {
  .testimonials-inline {
    grid-template-columns: 1fr 3em 10em 40em 3em 1fr;
  }
}

.testimonials-inline__icon {
  grid-column: 2/3;
  width: 50%;
  height: 50%;
  max-width: 3em;
  max-height: 3em;
  justify-self: center;
  outline: 0.15em solid #95e1d3;
  outline-offset: 1em;
}

@media (min-width: 678px) {
  .testimonials-inline__icon {
    grid-column: 3/4;
  }
}

@media (min-width: 1165px) {
  .testimonials-inline__icon {
    max-width: 5em;
    max-height: 5em;
  }
}

.testimonials-inline img {
  width: 100%;
  max-width: 8em;
  border-radius: 50%;
  justify-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (min-width: 678px) {
  .testimonials-inline img {
    grid-column: 3/4;
    max-width: 10em;
  }
}

.testimonials-inline__opinion {
  line-height: initial;
  margin-bottom: 1em;
  font-style: italic;
}

@media (min-width: 678px) {
  .testimonials-inline__opinion {
    line-height: 2.5rem;
    margin-bottom: 1em;
  }
}

@media (min-width: 1165px) {
  .testimonials-inline__opinion {
    font-size: 2rem;
  }
}

.testimonials-inline__name {
  position: relative;
  font-family: 'Kaushan Script', cursive;
  margin-left: 3em;
}

@media (min-width: 1165px) {
  .testimonials-inline__name {
    font-size: 2rem;
  }
}

.testimonials-inline__name::before {
  content: '';
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: -3em;
  width: 2.5em;
  height: 0.15em;
  background-color: #e98383;
}

.testimonials-inline__arrow-left {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  justify-self: center;
  width: 2.5em;
  height: 100%;
  background-color: transparent;
  border: none;
}

.testimonials-inline__arrow-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 1.5em;
  height: 100%;
}

@media (min-width: 678px) {
  .testimonials-inline__arrow-left {
    grid-column: 2/3;
  }
}

.testimonials-inline__arrow-right {
  grid-column: 4/5;
  grid-row: 1/3;
  position: relative;
  justify-self: center;
  width: 2.5em;
  height: 100%;
  background-color: transparent;
  border: none;
}

.testimonials-inline__arrow-right svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1.5em;
  height: 100%;
}

@media (min-width: 678px) {
  .testimonials-inline__arrow-right {
    grid-column: 5/6;
  }
}

.team {
  margin: auto;
  margin-top: 2em;
  padding: 0 1em 0;
  display: grid;
  gap: 2em;
  max-width: 1200px;
}

@media (min-width: 600px) {
  .team {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .team {
    margin-top: 8em;
  }
}

@media (min-width: 800px) {
  .team {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team__title {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
}

@media (min-width: 600px) {
  .team__title {
    margin-bottom: 4em;
  }
}

@media (min-width: 1137px) {
  .team__title {
    margin-bottom: 6rem;
  }
}

.team__title::before {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 0.1em;
  background-color: #e98383;
}

@media (min-width: 600px) {
  .team__title::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4em;
    height: 0.1em;
    background-color: #e98383;
  }
}

.team__title h4 {
  margin-bottom: 0.5em;
}

@media (min-width: 800px) {
  .team__title {
    grid-column: 1/4;
  }
}

.team__description {
  padding: 0 0.5em;
  max-width: 960px;
  margin: auto;
  margin-bottom: 3em;
  line-height: 1.5em;
  text-align: center;
}

@media (min-width: 800px) {
  .team__description {
    grid-column: 1/4;
  }
}

.team__member {
  position: relative;
  width: 100%;
  margin: 0 auto 2.5em;
  display: grid;
}

@media (min-width: 800px) {
  .team__member {
    margin-bottom: 0;
  }
}

.team__member__img {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1em;
  -webkit-transition: -webkit-transform ease-in-out 0.2s,
    -webkit-box-shadow ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s,
    -webkit-box-shadow ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, box-shadow ease-in-out 0.2s,
    -webkit-transform ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
  cursor: pointer;
}

@media (min-width: 800px) {
  .team__member__img {
    max-width: 380px;
  }
}

.team__member__img img {
  width: 100%;
}

.team__member__img__social {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  grid-template-columns: repeat(4, auto);
  gap: 1px;
  z-index: 9;
  fill: #f38181;
  background-color: #e98383;
}

.team__member__img__social a:visited {
  fill: inherit;
  stroke: inherit;
}

.team__member__img__social svg {
  padding: 0.5em;
  width: 2.2em;
  height: 2.2em;
  background-color: #f2da8a;
}

.team__member__img__social svg:visited,
.team__member__img__social svg:hover {
  background-color: #e98383;
  fill: #ffffff;
}

.team__member__img .show-social {
  display: grid;
}

.team__member__img--focus {
  -webkit-transform: translate(-0.5em, -0.5em);
  transform: translate(-0.5em, -0.5em);
  -webkit-box-shadow: 0.5em 0.5em 0px 0px #95e1d3;
  box-shadow: 0.5em 0.5em 0px 0px #95e1d3;
}

.team__member__img--focus::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(233, 131, 131, 0.8)),
    to(rgba(242, 218, 138, 0.8))
  );
  background: linear-gradient(
    rgba(233, 131, 131, 0.8),
    rgba(242, 218, 138, 0.8)
  );
  z-index: 1;
}

.team__member p {
  text-align: center;
}

.team__member__name {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.team__member__occupation {
  color: #aaa9a9;
}

.barbers {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #eaeff2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 600px) {
  .barbers {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .barbers {
    margin-top: 8em;
  }
}

@media (min-width: 800px) {
  .barbers {
    grid-template-columns: repeat(6, auto);
    height: 12em;
  }
}

@media (min-width: 1200px) {
  .barbers {
    grid-template-columns: 1fr repeat(6, 200px) 1fr;
    height: 12em;
  }
  .barbers :first-child {
    grid-column: 2/3;
  }
}

.barbers img {
  width: 100%;
  max-width: 150px;
  justify-self: center;
}

.projects {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 600px) {
  .projects {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .projects {
    margin-top: 8em;
  }
}

.projects__title {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
}

@media (min-width: 600px) {
  .projects__title {
    margin-bottom: 4em;
  }
}

@media (min-width: 1137px) {
  .projects__title {
    margin-bottom: 6rem;
  }
}

.projects__title::before {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 0.1em;
  background-color: #e98383;
}

@media (min-width: 600px) {
  .projects__title::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4em;
    height: 0.1em;
    background-color: #e98383;
  }
}

.projects__title h4 {
  margin-bottom: 0.5em;
}

.projects__description {
  padding: 0 0.5em;
  max-width: 960px;
  margin: auto;
  margin-bottom: 3em;
  line-height: 1.5em;
  text-align: center;
  padding: 0 2em;
}

@media (min-width: 500px) {
  .projects__description {
    margin-bottom: 5em;
  }
}

@media (min-width: 990px) {
  .projects__description {
    margin-bottom: 7em;
  }
}

.projects__gallery {
  display: grid;
}

@media (min-width: 500px) {
  .projects__gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}

@media (min-width: 990px) {
  .projects__gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}

.projects__gallery :nth-child(3) {
  grid-row: 2/4;
}

@media (min-width: 990px) {
  .projects__gallery :nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
}

.projects__gallery__img {
  position: relative;
}

.projects__gallery__img img {
  width: 100%;
  height: 100%;
}

.projects__gallery__img:hover {
  -webkit-transform: translate(-0.5em, -0.5em);
  transform: translate(-0.5em, -0.5em);
  -webkit-box-shadow: 0.5em 0.5em 0px 0px #95e1d3;
  box-shadow: 0.5em 0.5em 0px 0px #95e1d3;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.projects__gallery__img:hover::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(233, 131, 131, 0.8)),
    to(rgba(242, 218, 138, 0.8))
  );
  background: linear-gradient(
    rgba(233, 131, 131, 0.8),
    rgba(242, 218, 138, 0.8)
  );
  z-index: 1;
}

.projects__gallery__img:hover .projects__gallery__img__info {
  display: initial;
}

.projects__gallery__img__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.projects__gallery__img__info svg {
  margin-bottom: 1em;
}

.projects__gallery__img__info p {
  margin-bottom: 0.8em;
}

.projects__gallery__img__info :nth-child(2) {
  color: #ffffff;
}

.projects__gallery__img__info :last-child {
  color: #d4d4d4;
  text-transform: initial;
}

.testimonials-grid {
  margin-top: 2em;
  position: relative;
  padding: 4em 2em;
  display: grid;
}

@media (min-width: 600px) {
  .testimonials-grid {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .testimonials-grid {
    margin-top: 8em;
  }
}

@media (min-width: 720px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
  }
}

@media (min-width: 900px) {
  .testimonials-grid {
    padding-top: 6em;
    padding-bottom: 6em;
    -webkit-column-gap: 6em;
    -moz-column-gap: 6em;
    column-gap: 6em;
  }
  .testimonials-grid :nth-child(3),
  .testimonials-grid :nth-child(4) {
    margin-bottom: 2em;
  }
}

@media (min-width: 1130px) {
  .testimonials-grid {
    padding-bottom: 7em;
    grid-template-columns: 1fr repeat(2, auto) 1fr;
    grid-template-rows: repeat(3, 10em);
    row-gap: 0;
  }
}

.testimonials-grid__hero {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testimonials-grid__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials-grid__title {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
  margin-bottom: 7em;
}

@media (min-width: 600px) {
  .testimonials-grid__title {
    margin-bottom: 4em;
  }
}

@media (min-width: 1137px) {
  .testimonials-grid__title {
    margin-bottom: 6rem;
  }
}

.testimonials-grid__title::before {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 0.1em;
  background-color: #e98383;
}

@media (min-width: 600px) {
  .testimonials-grid__title::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4em;
    height: 0.1em;
    background-color: #e98383;
  }
}

.testimonials-grid__title h4 {
  margin-bottom: 0.5em;
}

@media (min-width: 720px) {
  .testimonials-grid__title {
    grid-column: 1/3;
  }
}

@media (min-width: 1130px) {
  .testimonials-grid__title {
    grid-column: 1/5;
  }
}

.testimonials-grid__client {
  max-width: 32em;
  margin: auto;
  margin-bottom: 3em;
  line-height: 1.2em;
  align-self: center;
  display: grid;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 0.5em;
  grid-template-columns: 25% 75%;
  grid-template-rows: 1em 1em minmax(0, 1fr);
}

@media (min-width: 720px) {
  .testimonials-grid__client {
    margin-bottom: 0;
  }
}

@media (min-width: 1130px) {
  .testimonials-grid__client--c2r2 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .testimonials-grid__client--c3r2 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .testimonials-grid__client--c2r3 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .testimonials-grid__client--c3r3 {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}

.testimonials-grid__client img {
  max-width: 70%;
  border-radius: 50%;
  grid-column: 1/2;
  grid-row: 1/4;
  justify-self: center;
}

.testimonials-grid__client__name {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.testimonials-grid__client__occupation {
  position: relative;
}

.testimonials-grid__client__occupation::before {
  content: '';
  position: absolute;
  bottom: -1em;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 4em;
  height: 0.15em;
  background-color: #e98383;
}

@media (min-width: 900px) {
  .testimonials-grid__client__occupation::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 4em;
    height: 0.15em;
    background-color: #e98383;
  }
}

.testimonials-grid__client :last-child {
  font-size: 1.2rem;
  margin-top: 1.5em;
  padding-right: 1em;
  overflow-wrap: break-word;
}

.testimonials-grid :last-child {
  margin-bottom: 0;
}

.blog {
  max-width: 1210px;
  margin: auto;
  margin-top: 2em;
}

@media (min-width: 600px) {
  .blog {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .blog {
    margin-top: 8em;
  }
}

@media (min-width: 900px) {
  .blog {
    padding: 0 2em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2em;
  }
}

.blog__title {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 3em;
}

@media (min-width: 600px) {
  .blog__title {
    margin-bottom: 4em;
  }
}

@media (min-width: 1137px) {
  .blog__title {
    margin-bottom: 6rem;
  }
}

.blog__title::before {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 0.1em;
  background-color: #e98383;
}

@media (min-width: 600px) {
  .blog__title::before {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4em;
    height: 0.1em;
    background-color: #e98383;
  }
}

.blog__title h4 {
  margin-bottom: 0.5em;
}

@media (min-width: 900px) {
  .blog__title {
    grid-column: 1/4;
  }
}

.blog__post {
  position: relative;
  width: 85%;
  max-width: 390px;
  margin: 0 auto 4em;
  display: grid;
  gap: 0.8em;
  cursor: pointer;
}

@media (min-width: 900px) {
  .blog__post {
    width: 100%;
    margin-bottom: 0;
  }
}

.blog__post__date {
  position: absolute;
  left: -0.5em;
  bottom: 9em;
  background-color: #95e1d3;
  color: #ffffff;
  padding: 0.5em;
}

.blog__post img {
  width: 100%;
}

.blog__post__heading {
  font-weight: 500;
}

.blog__post__activity {
  padding-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__post__activity svg {
  margin-right: 0.3em;
  -ms-flex-item-align: center;
  align-self: center;
}

.blog__post__activity p {
  margin-right: 1em;
  color: #d4d4d4;
}

.blog__post--border {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #d4d4d4;
}

.blog__post p:nth-child(4) {
  color: #d4d4d4;
}

.map {
  margin-top: 2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.8em;
  text-align: center;
}

@media (min-width: 600px) {
  .map {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .map {
    margin-top: 8em;
  }
}

.map__hero {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.map__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map__open-map {
  position: relative;
  color: #e98383;
  cursor: pointer;
}

.map__open-map svg {
  margin-bottom: 0.5em;
}

.map__open-map::before {
  content: '';
  position: absolute;
  bottom: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3em;
  height: 0.2em;
  background-color: #e98383;
}

.info {
  margin: auto;
  margin-top: 2em;
  display: grid;
  width: 80%;
  padding-bottom: 2em;
  border-bottom: 1px solid #d4d4d4;
}

@media (min-width: 600px) {
  .info {
    margin-top: 4em;
  }
}

@media (min-width: 1137px) {
  .info {
    margin-top: 8em;
  }
}

@media (min-width: 800px) {
  .info {
    width: 100%;
    max-width: 700px;
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
  }
}

@media (min-width: 1110px) {
  .info {
    max-width: 1200px;
    padding-left: 1em;
    padding-right: 1em;
    grid-template-columns: 1.8fr 1.4fr 1fr;
    -ms-flex-line-pack: start;
    align-content: start;
    gap: 3em;
  }
}

.info__company {
  max-width: 480px;
  color: #d4d4d4;
  margin-bottom: 3em;
  display: grid;
}

@media (min-width: 800px) {
  .info__company {
    grid-column: 1/3;
    margin-bottom: 0;
  }
}

@media (min-width: 1110px) {
  .info__company {
    grid-column: 1/2;
    margin-bottom: 0;
  }
}

.info__company span {
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin-bottom: 1em;
}

@media (min-width: 1110px) {
  .info__company span {
    margin-bottom: 0;
  }
}

.info__company__description {
  margin-bottom: 2em;
  line-height: 1.4em;
}

@media (min-width: 1110px) {
  .info__company__description {
    margin-bottom: 0;
  }
}

.info__company__followers {
  display: inline-block;
  color: #000000;
  padding-bottom: 1em;
  border-bottom: 1px solid #d4d4d4;
}

.info__company__followers span {
  font-size: 1.5rem;
}

.info__social-media {
  margin: 0.5em 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  fill: #95e1d3;
}

.info__social-media p {
  padding-bottom: 0.5em;
}

.info__social-media a {
  padding: 0.5em;
}

.info__social-media a:visited {
  fill: inherit;
}

.info__social-media a:hover,
.info__social-media a:active {
  fill: #e98383;
}

.info form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0.3em;
}

.info form input {
  padding: 0.25em 0.8em;
  margin-bottom: 1em;
  border: 1px solid #d4d4d4;
  color: #d4d4d4;
}

@media (min-width: 800px) {
  .info form input {
    margin-bottom: 0;
  }
}

.info form button {
  text-transform: uppercase;
  background-color: #95e1d3;
  border: none;
  padding: 0.3em 1.5em;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

.info form button:hover,
.info form button:active {
  background-color: #e98383;
}

.info__blogs {
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 3em;
  display: grid;
}

@media (min-width: 800px) {
  .info__blogs {
    grid-column: 1/2;
  }
}

@media (min-width: 1110px) {
  .info__blogs {
    grid-column: 2/3;
    width: 100%;
  }
}

.info__blogs__post {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}

.info__blogs__post img {
  grid-column: 1/2;
  grid-row: 1/4;
  margin-right: 1em;
}

.info__blogs__post__title :first-child {
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.7rem;
}

.info__blogs__post__title :last-child {
  color: #d4d4d4;
}

.info__blogs :last-child {
  margin-bottom: 0;
}

.info__insta {
  margin-right: auto;
  cursor: pointer;
}

@media (min-width: 800px) {
  .info__insta {
    margin: initial;
    max-width: 270px;
  }
}

.info__insta__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2em;
  margin-bottom: 1em;
}

.info__insta__imgs img {
  width: 100%;
  height: auto;
}

.info__insta p {
  color: #d4d4d4;
}

footer {
  margin: 2em 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer span {
  font-family: 'Roboto', sans-serif;
  color: #e98383;
}
