* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

html {
  font-size: 0.78vw;
}

a {
  text-decoration: none;
}

.w {
  width: 120rem;
  padding: 0 3.625rem;
  margin: 0 auto;
}

body {
  width: 100%;
  background-color: #181b2a;
  overflow-x: hidden;
  background-image: url(../images/noise.png);
}

/*header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.5rem;
}

header nav a {
  color: #fff;
  margin: 0 1.25rem;
  font-family: 'Source Sans 3', sans serif;
  font-weight: 400;
}

.button {
  display: block;
  background-color: #d8aa50;
  color: #fff;
  font-family: "Source Sans 3", sans serif;
  font-size: 1.1rem;
  font-weight: 400;

  width: 7.5rem;
  line-height: 3.125rem;
  text-align: center;
  margin-right: 20px;
}

.designprocessbutton {
  display: block;
  background-color: #d8aa50;
  color: #fff;
  font-family: "Source Sans 3", sans serif;
  font-size: 1.25rem;
  font-weight: 400;

  width: 12rem;
  line-height: 3.125rem;
  text-align: center;
} */

header .logo {
  width: 6.5rem;
  margin-top: 10px;
  margin-left: 30px;
}


/* ======================= HERO ====================== */

main {
  width: 92.5rem;
  margin: 5.625rem auto;
}

main .titleWrapper {
  text-align: right;
}

main .titleWrapper.active {
  text-align: left;
}

main .titleWrapper .num {
  font-size: 2.25rem;
  color: #f5f5f5;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  border-bottom: .0625rem solid #d8aa50;
  padding-bottom: .625rem;
}

main .titleWrapper .title {
  font-size: 2.25rem;
  color: #f5f5f5;
  font-family: 'Spectral';
  font-weight: bold;
  margin-top: 1.0625rem;
}

main .titleWrapper .subtitle {
  font-size: 1.5rem;
  color: #989898;
  font-family: 'Source Sans Pro';
}

main .sliderWrapper {
  overflow: hidden;
  padding: 1.25rem 0;
  position: relative;
  margin: 6.875rem 0;
}

main .slider {
  display: flex;
  align-items: center;
  transform: translateX(1rem);
  transition: .3s ease-in-out;
}

main .item {
  width: 26.1875rem;
  height: 17.5rem;
  transition: .3s ease-in-out;
  flex-shrink: 0;
  margin-right: 7rem;
}

main .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


main .item.active {
  transform: scale(1.2);
}

.next {
  width: 3.125rem;
  position: absolute;
  right: 0;
  background-color: #d8aa50;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  transform: scaleY(.87);
  /* display: none; */
}

.next img {
  display: block;
  width: 100%;
}

/*------ footer -------*/

/*footer {
  border-top: 2px solid #d8aa50;
  margin-top: 200px;
}

footer .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .mainSite {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
  border-right: 1px solid #d8aa50;
}

footer .mainSite h3 {
  align-self: start;
  margin-right: 50px;
}

footer .subscribe {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
  flex-direction: column;
}

footer .subscribe div {
  display: flex;
  align-items: center;
}

footer .subscribe h3 {
  width: 443px;
  margin-bottom: 20px;
}

footer .subscribe div input {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #d8aa50;
  line-height: 25px;
  margin-left: 30px;
  margin-right: 30px;
  width: 300px;
  color: white;
}

footer .subscribe div a.button {
  width: 100px;
  line-height: 25px;
  padding: 5px 10px;
}

footer .social {
  border-bottom: 1px solid #d8aa50;
  border-top: 1px solid #d8aa50;
  padding: 50px 0;
}

footer .social .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

footer .social .icons a {
  width: 50px;
  height: 50px;
  margin: 0 1em;
}

footer .social img {
  display: block;
  width: 50px;
  height: 50px;
}

footer .social h3 {
  text-align: center;
}

footer .design-process-citations {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  border-bottom: 1px solid #d8aa50;
}

footer .designprocess {
  justify-content: center;
  display: flex;
}

footer .copyright {
  padding: 50px 100px;
}

@media only screen and (max-width: 750px) {
  footer .info {
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
  }

  footer .mainSite {
    width: 100%;
    border: none;
    padding: 50px 0;
  }

  footer .subscribe {
    width: 100vw;
    grid-row: 2;
    padding: 50px 0;
    border-top: 1px solid #d8aa50;
    border-left: none;
  }

  footer .subscribe h3 {
    width: 340px;
  }

  footer .subscribe div input {
    width: 200px;
  }

  footer .social .icons a {
    margin: 0 0.5em;
  }
}

@media only screen and (max-width: 650px) {
  footer .design-process-citations {
    display: grid;
    grid-template-columns: auto;
  }

  footer .citations {
    grid-row: 2
  }

  footer .subscribe h3 {
    width: 310px;
  }

  footer .subscribe div input {
    width: 180px;
    margin-right: 15px;
  }
}*/