/* FONT FAMILY */
/* FONT SIZING */
/* COLORS */
/* yello */
/* text-color */
/* white */
/* light gray */
/* Break-point */
/* Line Height */
/* Font weight */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  height: 100%;
  font-size: 10px; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 1300px; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 100%; } }

main {
  flex-grow: 1; }

header,
footer {
  flex-shrink: 0; }

ul,
ol {
  list-style: none; }

a {
  text-decoration: none; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes textmove {
  from {
    left: 0px; }
  to {
    left: 20px; } }

@keyframes focus {
  0% {
    transform: scale(1.4) translateX(-30%);
    filter: blur(10px);
    opacity: 0; }
  100% {
    transform: scale(1) translateX(0%);
    filter: blur(0px);
    opacity: 1; } }

@keyframes block {
  0% {
    width: 0;
    filter: blur(5px);
    opacity: 0; }
  100% {
    width: 100%;
    filter: blur(0px);
    opacity: 1; } }

.header {
  position: fixed;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  min-width: 1300px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 4;
  transition: all 0.6 ease; }
  @media screen and (max-width: 767px) {
    .header {
      min-width: 100%; } }
  .header__wrapper {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .header__wrapper {
        width: 100%;
        height: 70px;
        padding: 0 15px; } }
  .header__logo-img {
    height: 50px; }
  .header__menu-container {
    text-align: right; }

@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    left: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; } }

@media screen and (max-width: 767px) {
  .nav__list {
    margin-top: 70px;
    padding: 30px 10px 0; } }

.nav__item {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .nav__item {
      display: flex;
      border-bottom: 1px solid #707070;
      justify-content: flex-start; } }
  .nav__item:not(:last-child) {
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .nav__item:not(:last-child) {
        margin-right: 0; } }

.nav__text {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  color: #212121;
  padding-bottom: 2px;
  line-height: 1.5; }
  .nav__text::after {
    display: block;
    margin: auto;
    content: '';
    height: 5px;
    width: 0;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease; }
  .nav__text--active {
    font-weight: bold; }
    .nav__text--active::after {
      width: 100%;
      background: #ffa500; }

.nav__icon-span {
  display: block;
  height: 2px;
  width: 30px;
  background-color: #1c1c1c;
  transition: all .3s ease; }
  .nav__icon-span:not(:last-child) {
    margin-bottom: 8px; }

.nav-toggle a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #212121;
  text-decoration: none;
  font-size: 2rem;
  overflow: hidden;
  top: 5px; }
  .nav-toggle a:after {
    content: '';
    position: absolute;
    background: #212121;
    height: 2px;
    width: 0%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    transition: .35s ease; }
  .nav-toggle a:hover:after, .nav-toggle a:focus:after, .nav-toggle a:active:after {
    width: 100%; }

.nav-toggle h1 {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif; }

.nav-toggle .button_container {
  position: fixed;
  top: 3%;
  right: 3%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease; }
  .nav-toggle .button_container:hover {
    opacity: .7; }
  .nav-toggle .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff; }
  .nav-toggle .button_container.active .middle {
    opacity: 0;
    background: #fff; }
  .nav-toggle .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff; }
  .nav-toggle .button_container span {
    background: #212121;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .nav-toggle .button_container span:nth-of-type(2) {
      top: 11px; }
    .nav-toggle .button_container span:nth-of-type(3) {
      top: 22px; }

.nav-toggle .overlay {
  position: fixed;
  background: #212121;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden; }
  .nav-toggle .overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%; }
    .nav-toggle .overlay.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .nav-toggle .overlay.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .nav-toggle .overlay.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .nav-toggle .overlay.open li:nth-of-type(4) {
        animation-delay: .50s; }
  .nav-toggle .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center; }
  .nav-toggle .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .nav-toggle .overlay ul li {
      display: block;
      height: 15%;
      position: relative;
      opacity: 0; }
      .nav-toggle .overlay ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden; }
        .nav-toggle .overlay ul li a:hover:after, .nav-toggle .overlay ul li a:focus:after, .nav-toggle .overlay ul li a:active:after {
          width: 100%; }
        .nav-toggle .overlay ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          transform: translateX(-50%);
          height: 3px;
          background: #fff;
          transition: .35s; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

.banner {
  height: 100vh;
  width: 100%;
  padding: 40px;
  margin-top: 0;
  background: url(../img/banner.jpg) no-repeat;
  background-size: 80%;
  background-position: 225% 5%;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s; }
  @media screen and (max-width: 767px) {
    .banner {
      background-size: cover;
      background-position: center;
      background-attachment: scroll;
      padding: 20px; }
      .banner::before {
        content: "";
        opacity: 0.6; } }
  @media screen and (min-width: 1900px) {
    .banner {
      height: 70vh; }
      .banner .banner__content {
        height: 70vh; } }
  .banner__content {
    max-width: 1200px;
    display: flex;
    height: 100vh;
    width: 100%;
    margin: auto; }
  .banner__text-container {
    width: 42%;
    align-self: center;
    margin-right: 45px;
    animation: stretch 1.5s  ease-out; }
    @media screen and (max-width: 767px) {
      .banner__text-container {
        width: 100%;
        background: #ffffffde;
        padding: 30px;
        margin-right: 0; } }
  .banner__text {
    font-size: 80px;
    font-weight: 600;
    color: #ffa500;
    font-family: "Montserrat", sans-serif;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .banner__text {
        font-size: 5rem;
        line-height: 1.2; } }
  .banner__text-small {
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    color: #212121;
    padding: 60px 0; }
    @media screen and (max-width: 767px) {
      .banner__text-small {
        padding: 40px 0; } }
  .banner__img {
    height: 100%;
    width: 100%; }

.section {
  max-width: 1200px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .section {
      max-width: 100%;
      padding: 0 20px; } }
  .section__title {
    font-size: 6rem;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .section__title {
        font-size: 2.8rem;
        font-weight: bold;
        color: #212121;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 3px solid #ffa500; } }
  .section__content {
    display: flex;
    padding: 100px 0;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .section__content {
        flex-direction: column;
        padding: 80px 0 50px; } }
  .section__side-title {
    width: 55px; }
  .section__side-title-img {
    width: 100%; }
  .section__title-yellow {
    font-size: 6rem;
    color: #ffa500;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .section__title-yellow {
        font-size: 2.8rem;
        padding-bottom: 40px; } }
  .section__description {
    font-size: 2.4rem;
    font-family: "Montserrat", sans-serif;
    color: #212121; }
    @media screen and (max-width: 767px) {
      .section__description {
        font-size: 1.6rem; } }
  .section--about-us, .section--projects, .section--services {
    animation: stretch 1.5s  ease-out; }
    .section--about-us .section__side-content, .section--projects .section__side-content, .section--services .section__side-content {
      width: 80%;
      align-self: center;
      margin-left: 80px; }
      @media screen and (max-width: 767px) {
        .section--about-us .section__side-content, .section--projects .section__side-content, .section--services .section__side-content {
          width: 100%;
          margin-left: 0; } }
    .section--about-us .section__description, .section--projects .section__description, .section--services .section__description {
      padding-bottom: 40px; }
      .section--about-us .section__description:last-child, .section--projects .section__description:last-child, .section--services .section__description:last-child {
        padding-bottom: 0; }
  .section--projects .section__side-content {
    width: 100%; }
  .section--why-us {
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .section--why-us {
        padding: 0; } }
    .section--why-us .section__content {
      display: block; }
    .section--why-us .section__hero-container {
      height: 445px;
      width: 100%;
      background: url(../img/why-us.jpg) no-repeat;
      background-size: cover;
      position: relative;
      margin-bottom: 100px; }
      @media screen and (max-width: 767px) {
        .section--why-us .section__hero-container {
          width: 100%;
          height: 200px;
          background-size: cover; } }
    .section--why-us .section__hero-description {
      padding: 50px 90px;
      background: #fff;
      position: absolute;
      bottom: -130px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      width: 75%; }
      @media screen and (max-width: 767px) {
        .section--why-us .section__hero-description {
          padding: 15px;
          width: 90%;
          position: absolute;
          bottom: -105px; } }
  .section--video {
    max-width: 100%;
    background-image: linear-gradient(180deg, #fff 50%, #ffa500 50%); }
    .section--video .section__content {
      flex-direction: column; }
    .section--video .section__title {
      font-weight: bold;
      padding-top: 50px;
      margin: 0 auto; }
    .section--video video {
      width: 70%;
      margin: 0 auto;
      height: auto;
      border: 2px solid #707070;
      background-color: #212121; }
      @media screen and (max-width: 767px) {
        .section--video video {
          width: 100%; } }
  .section--services .section__side-content {
    width: 85%; }
    @media screen and (max-width: 767px) {
      .section--services .section__side-content {
        width: 100%; } }
  .section--contact {
    border: 1px solid #ccc;
    padding: 20px 60px 60px;
    margin-bottom: 100px;
    box-shadow: 2px 3px 10px #c3c3c3; }
    @media screen and (max-width: 767px) {
      .section--contact {
        border: 0;
        padding: 30px;
        margin-bottom: 50px;
        box-shadow: none;
        width: 100%; } }
    .section--contact .section__content {
      flex-direction: column;
      padding: 0; }
    .section--contact .section__title {
      font-weight: bold;
      padding-top: 50px; }
      @media screen and (max-width: 767px) {
        .section--contact .section__title {
          padding-top: 0; } }
  .section--projects-gallery .section__content {
    display: block; }
    @media screen and (max-width: 767px) {
      .section--projects-gallery .section__content {
        padding: 70px 0; } }

.button {
  height: 45px;
  border: 3px solid #212121;
  background: transparent;
  border-radius: 100px;
  width: auto;
  padding: 13px 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1; }
  .button:hover {
    background: #212121;
    color: #fff; }

.gallery {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .gallery {
      flex-direction: column;
      width: 100%; } }
  .gallery__container {
    display: flex;
    flex-direction: column; }
    .gallery__container--reverse {
      flex-direction: column-reverse; }
  .gallery__wrapper {
    display: flex; }
    @media screen and (max-width: 767px) {
      .gallery__wrapper {
        flex-direction: column; } }
    .gallery__wrapper--small .gallery__box {
      width: 255px;
      height: 180px; }
      @media screen and (max-width: 767px) {
        .gallery__wrapper--small .gallery__box {
          width: 100%;
          height: 200px; } }
    .gallery__wrapper--medium .gallery__box {
      width: 255px;
      height: 280px; }
      @media screen and (max-width: 767px) {
        .gallery__wrapper--medium .gallery__box {
          width: 100%;
          height: 200px; } }
  .gallery__box {
    width: 530px;
    height: 280px;
    position: relative;
    display: inline-block;
    margin: 1% 2% 1% 0%;
    overflow: hidden;
    box-shadow: 2px 3px 10px #444; }
    .gallery__box:hover .gallery__info {
      opacity: 0; }
    @media screen and (max-width: 767px) {
      .gallery__box {
        width: 100%;
        height: 200px;
        margin: 10px 0; } }
  .gallery__overlay {
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0; }
    .gallery__overlay:hover {
      opacity: 0.8;
      padding: 20px; }
  .gallery__img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }
  .gallery__overlay-wrapper {
    border: 2px solid #FFA500;
    height: 100%; }
  .gallery__caption {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 17px;
    transform: translateX(-50%);
    text-align: center; }
    .gallery__caption:hover {
      animation: slide 0.7s; }
  .gallery__info {
    color: #fff;
    width: 100%;
    height: 25%;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    font-family: "Montserrat", sans-serif; }
  .gallery__info-text {
    position: absolute;
    top: 40%;
    left: 5%; }
  .gallery__link-container {
    width: 100%;
    padding-top: 50px;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .gallery__link-container {
        margin-left: 0;
        text-align: center; } }
  .gallery__view-more {
    margin-right: 15px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #212121;
    padding-bottom: 15px;
    border-bottom: 5px solid #ffa500; }
    @media screen and (max-width: 767px) {
      .gallery__view-more {
        font-size: 2rem;
        margin-right: 0; } }
  .gallery--projects {
    display: block; }
    .gallery--projects .gallery__container {
      display: block; }
    .gallery--projects .gallery__wrapper {
      display: grid;
      justify-content: space-evenly;
      flex: 1 1 160px;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      padding-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .gallery--projects .gallery__wrapper {
          grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } }
    .gallery--projects .gallery__box {
      width: auto;
      margin: 10px;
      box-shadow: 2px 3px 10px #cacaca; }
    .gallery--projects .gallery__img {
      transform: scale(1);
      transition: 0.3s ease-in-out;
      -o-object-fit: cover;
         object-fit: cover; }
      .gallery--projects .gallery__img:hover {
        transform: scale(1.3); }
  .gallery__project-title {
    font-weight: 600;
    font-size: 2.8rem;
    color: #212121;
    font-family: "Raleway", sans-serif;
    padding: 20px 0; }

.services__list {
  display: flex;
  flex-wrap: wrap;
  align-content: center; }

.services__box {
  background: #fff;
  padding: 15px; }

.services__item {
  width: 30%;
  height: 260px;
  flex-grow: 1;
  border: 1px solid #e6e6e6;
  margin: 1% 2% 1% 0%;
  overflow: hidden;
  box-shadow: 2px 3px 10px #c3c3c3; }
  @media screen and (max-width: 767px) {
    .services__item {
      width: 100%;
      height: auto;
      margin: 15px 0; } }

.services__img-holder {
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
  overflow: hidden; }

.services__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out; }
  .services__img:hover {
    transform: scale(1.3); }

.services__caption {
  font-weight: 700;
  color: #ffa500;
  font-size: 1.4rem;
  margin-top: 10px; }

.contact__container {
  display: flex; }
  @media screen and (max-width: 767px) {
    .contact__container {
      flex-direction: column; } }

.contact__details, .contact__form {
  width: 100%; }

.contact__details {
  border-right: 3px solid #E5E5E5;
  margin-right: 50px; }
  @media screen and (max-width: 767px) {
    .contact__details {
      border-bottom: 3px solid #E5E5E5;
      border-top: 3px solid #E5E5E5;
      border-right: 0;
      margin-right: 0;
      margin-bottom: 50;
      padding: 30px 0; } }

.contact__form {
  margin-top: 50px; }

.contact__textbox {
  width: 100%;
  height: 45px;
  border: 2px solid #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  padding: 0 10px; }

.contact__textarea {
  width: 100%;
  border: 2px solid #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  padding: 10px;
  resize: none; }

.contact__form-group {
  padding-bottom: 15px; }
  .contact__form-group--right {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .contact__form-group--right {
        text-align: center; } }

.contact__details-content {
  padding: 60px 45px 0 0; }
  @media screen and (max-width: 767px) {
    .contact__details-content {
      padding: 0; } }

.contact__details-group {
  padding-bottom: 20px; }

.contact__details-title {
  font-weight: 600;
  font-size: 2.8rem;
  color: #ffa500;
  font-family: "Raleway", sans-serif; }

.contact__details-text {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #212121;
  padding: 10px 0; }

.contact__details-sns {
  display: flex;
  justify-content: space-between;
  width: 25%;
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .contact__details-sns {
      width: 40%; } }

.accordion {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 3px 10px #cacaca; }

.toggle {
  display: none; }

.option {
  position: relative;
  border: 1px solid #dcdcdc; }

.title,
.content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s; }

.title {
  background: #fff;
  padding: 1em;
  display: block;
  color: #ffa500;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Raleway", sans-serif; }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 1.8rem; } }

.title:after, .title:before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #ffa500;
  transition: all 0.2s; }

.title:after {
  transform: rotate(90deg); }

.content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff; }
  .content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5; }

.toggle:checked + .title + .content {
  max-height: initial; }

.toggle:checked + .title:before {
  transform: rotate(90deg) !important; }

.footer {
  padding: 20px;
  text-align: center;
  background: #ffa500; }
  .footer__text {
    font-size: 1.6rem;
    font-weight: 600;
    color: #212121;
    font-family: "Montserrat", sans-serif; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

.font-28 {
  font-size: 2.8rem; }

.font-16 {
  font-size: 1.6rem; }

.font-14 {
  font-size: 1.4rem; }

.yellow {
  color: #ffa500; }

.white {
  color: #fff; }

.black {
  color: #212121; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.reverse {
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .reverse {
      flex-direction: column; } }
  .reverse .section__side-content {
    margin-left: 0;
    margin-right: auto; }

.btn-link {
  color: #212121;
  text-decoration: none; }

@media screen and (min-width: 1400px) {
  main {
    max-width: 1366px;
    margin: 0 auto; } }
