@font-face {
  font-family: 'sonder_sansblack_rough';
  src: url('../font/sondersans-blackrough-webfont.woff2') format('woff2'), url('font/sondersans-blackrough-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sonder_slabblack';
  src: url('../font/sonderslab-black-webfont.woff2') format('woff2'), url('../font/sonderslab-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sonder_slabblack_rough';
  src: url('../font/sonderslab-blackrough-webfont.woff2') format('woff2'), url('../font/sonderslab-blackrough-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sonder_sansblack';
  src: url('../font/sondersans-black-webfont.woff2') format('woff2'), url('../font/sondersans-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: none;
}
:root {
  --size: 10px;
}
body {
  background-color: #fafafa;
  font-family: 'Niramit', sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 32px;
  overflow-x: hidden;
}
a:focus {
  outline: none;
}
::-moz-selection {
  background: none repeat scroll 0 0 rgba(255, 188, 189, 0.7);
  color: black;
}
::-webkit-selection {
  background: none repeat scroll 0 0 rgba(255, 188, 189, 0.7);
  color: black;
}
::-o-selection {
  background: none repeat scroll 0 0 rgba(255, 188, 189, 0.7);
  color: black;
}
::selection {
  background: none repeat scroll 0 0 rgba(255, 188, 189, 0.7);
  color: black;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
}
.content {
  bottom: 0;
  left: 0;
}
.about .content {
  padding-top: 100px;
}
.logo {
  background: url('../img/logo-main.svg') no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  z-index: 100;
  margin-left: 4vh;
  position: fixed;
  z-index: 10;
  top: 3vh;
  transition: -webkit-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logo:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: normal;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 188, 189, 0.9);
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
  transform: translate(-50%, -50%) scale(0.3);
  z-index: 10;
}
.custom-cursor--link {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background-color: rgba(255, 188, 189, 0.6);
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px 10px transparent;
  border: solid 2px transparent;
}
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px 10px rgba(255, 188, 189);
  border: solid 2px transparent;
  border-radius: 10px;
}
/*------------------ HELPERS ----------------------- */
.center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.big-bottom {
  margin-bottom: 60px;
}
.big-top {
  margin-top: 60px;
}
.little-bottom {
  margin-bottom: 30px;
}
.little-top {
  margin-top: 30px;
}
a.btn-back {
  text-decoration: none;
}
button {
  border-radius: 40px;
  background-color: #FCD2D0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  outline: none;
  transition: all 0.25s ease;
  color: black;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-family: 'Rozha One', serif;
  margin: 0 auto;
}
button:hover {
  border-radius: 15px;
}
/*------------------ MENU ----------------------- */
.bg-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FCD2D0;
  z-index: 10;
  transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: hidden;
}
.reveal {
  opacity: 1;
  display: block;
  pointer-events: auto;
  visibility: visible;
  overflow-y: hidden;
}
.hamburger-shell {
  margin: 0;
  position: fixed;
  overflow: hidden;
  width: 50px;
  height: 47px;
  overflow: auto;
  right: 3vh;
  top: 3vh;
  z-index: 10;
  cursor: none !important;
}
.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: black;
  display: block;
  margin: 9px auto;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  background-color: #FF95AC;
}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
#menu {
  position: fixed;
  color: black;
  display: none;
  margin-top: 7%;
  text-decoration: none;
  padding-top: 80px;
  width: 100vw;
  text-align: center;
  overflow: auto;
  z-index: 10;
}
.menu__link {
  text-decoration: none;
  color: black;
  font-style: normal;
  transition: font-style 0.2s ease;
  width: 240px;
  display: block;
  margin: 0 auto;
}
.menu__link:hover {
  font-style: italic;
}
.menu__item {
  text-decoration: none!important;
  padding-bottom: 70px;
  list-style: none;
  transition: all 150ms ease;
}
.menu__item .menu__subtitle:hover {
  color: #333;
}
.menu__title {
  font-family: 'Rozha One', serif;
  font-size: 3.125em;
  margin-bottom: 15px;
}
.menu__subtitle {
  font-weight: 300;
  font-size: 1.125em;
}
.menu__social {
  margin-top: 20vh;
}
/*------------------ FONTS ----------------------- */
.main--title {
  font-family: 'Rozha One', serif;
  font-size: 2.5em;
  display: block;
  text-align: center;
  padding-bottom: 50px;
}
.home .main--title {
  padding-bottom: 70px;
}
.about .main--title {
  margin-top: 25px;
  padding-bottom: 20px;
}
.main--title span {
  position: relative;
}
.main--title span::after {
  content: '';
  display: block;
  background: #FCD2D0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -3;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.link--effect {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.link--effect::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s;
}
.link--effect:hover::after {
  width: 100%;
}
.link--about {
  font-size: 21px;
}
.bold {
  font-weight: 500;
}
.chapters {
  float: left;
  margin-left: -30px;
  font-weight: 500;
  line-height: 30px;
}
.subtitle {
  font-family: 'Rozha One', serif;
  font-size: 1.313em;
  display: block;
  position: relative;
}
.subtitle--main {
  margin-bottom: 30px;
}
/*------------------ CONTENT ----------------------- */
.responsive-box {
  background: url("../img/banner-home.jpg") no-repeat;
  background-size: cover;
  margin: 0;
  float: left;
  position: relative;
  z-index: -6;
}
.responsive-box {
  background-color: #FCD2D0;
}
.box-1,
.banner-dewit,
.banner-minimalist,
.banner-covamen,
.banner-quartz {
  width: 94%;
  height: 80vh;
  margin-bottom: 80px !important;
}
.responsive-banner-dewit {
  background: url("../img/work-dewit.jpg") no-repeat;
  background-size: cover;
  margin: 0;
  float: left;
  position: relative;
  z-index: -6;
}
.responsive-banner-minimalist {
  background: url("../img/banner-minimalist-big.jpg") no-repeat;
  background-size: cover;
  margin: 0;
  float: left;
  position: relative;
  z-index: -6;
}
.responsive-banner-covamen {
  background: url("../img/work-covamen.jpg") no-repeat;
  background-size: cover;
  margin: 0;
  float: left;
  position: relative;
  z-index: -6;
}
.responsive-banner-quartz {
  background: url("../img/banner-quartz.jpg") no-repeat;
  background-size: cover;
  margin: 0;
  float: left;
  position: relative;
  z-index: -6;
}
.circle {
  display: inline-block;
  background: rgba(252, 210, 208, 0.8);
  width: 80vh;
  height: 80vh;
  border-radius: 50%;
  position: absolute;
  z-index: -10;
  top: 43vh;
  right: -10vw;
  float: right;
}
/*------------------ PROJECTS ----------------------- */
.projects__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  margin: 50px 0 100px 0;
}
.project .projects__grid {
  margin: 50px 0 0px 0;
}
.projects__item {
  text-decoration: none;
  height: 450px;
  display: block;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.minimalist .projects__item {
  height: 460px;
}
.wrapper {
  overflow: hidden;
}
.projects__item--1 {
  grid-row: 1;
  grid-column: 1;
  overflow: hidden;
}
.projects__item--2 {
  grid-row: 1;
  grid-column: 2;
  margin-top: 250px;
  overflow: hidden;
}
.projects__item--3 {
  grid-row: 2;
  grid-column: 1;
  position: relative;
  top: -100px;
  overflow: hidden;
}
.projects__item--4 {
  grid-row: 2;
  grid-column: 2;
  margin-top: 150px;
  overflow: hidden;
}
.projects__item--5 {
  grid-row: 3;
  grid-column: 1;
  overflow: hidden;
  position: relative;
  top: -100px;
}
.projects__item--6 {
  grid-row: 3;
  grid-column: 2;
  overflow: hidden;
  margin-top: 150px;
}
.bg--1,
.bg--2,
.bg--3,
.bg--4,
.bg--5,
.bg--6 {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg--1:hover,
.bg--2:hover,
.bg--3:hover,
.bg--4:hover,
.bg--5:hover,
.bg--6:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.bg--1 {
  background: url("../img/work-dewit.jpg") no-repeat;
  background-size: cover;
}
.bg--2 {
  background: url("../img/work-covamen.jpg") no-repeat;
  background-size: cover;
}
.bg--3 {
  background: url("../img/work-logofolio.jpg") no-repeat;
  background-size: cover;
}
.bg--4 {
  background: url("../img/banner-minimalist-frame.jpg") no-repeat;
  background-size: cover;
}
.bg--5 {
  background: url("../img/banner-architecture.jpg") no-repeat;
  background-size: cover;
}
.bg--6 {
  background: url("../img/banner-quartz.jpg") no-repeat;
  background-size: cover;
}
.projects__infos {
  padding: 30px 0 0 30px;
  position: relative;
  bottom: 450px;
}
.projects__title {
  font-family: 'Rozha One', serif;
  font-size: 1.5em;
  color: white;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}
.projects__subtitle {
  font-family: 'Niramit', sans-serif;
  font-size: 1em;
  color: white;
  font-weight: 400;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}
.check {
  opacity: 0;
  font-family: 'Niramit', sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  color: white;
  position: relative;
  bottom: -290px;
  transition: opacity 0.2s ease 0s;
  display: block;
}
.check::after {
  content: '';
  background: url('../img/arrow-link.svg') no-repeat;
  width: 21px;
  height: 12px;
  display: block;
  position: relative;
  left: 88px;
  bottom: 21px;
  line-height: 30px;
  text-align: center;
}
.projects__item:hover .check {
  opacity: 1;
}
/*------------------ PROJECTS DESC ----------------------- */
.left {
  float: left;
  width: 70%;
}
.right {
  float: right;
}
.visual--banner {
  width: 100%;
  display: block;
  margin: 60px 0;
  -webkit-box-shadow: 7px 4px 14px -1px #b8b8b8;
  -moz-box-shadow: 7px 4px 14px -1px #b8b8b8;
  box-shadow: 7px 4px 14px -1px #b8b8b8;
}
.dewit--1,
.dewit--2,
.dewit--3,
.dewit--4,
.minimalist--1,
.minimalist--2,
.minimalist--3,
.minimalist--4,
.hp--1,
.hp--2,
.hp--3,
.hp--4 {
  width: 100%;
  height: 100%;
  display: block;
}
.dewit--1 {
  background: url("../img/dewit-01.jpg") no-repeat;
  background-size: cover;
}
.dewit--2 {
  background: url("../img/dewit-02.jpg") no-repeat;
  background-size: cover;
}
.dewit--3 {
  background: url("../img/dewit-03.jpg") no-repeat;
  background-size: cover;
}
.minimalist--1 {
  background: url("../img/work-minimalist.jpg") no-repeat;
  background-size: cover;
}
.minimalist--2 {
  background: url("../img/work-minimalist-got.jpg") no-repeat;
  background-size: cover;
}
.minimalist--3 {
  background: url("../img/work-minimalist-gg.jpg") no-repeat;
  background-size: cover;
}
.hp--1 {
  background: url("../img/minimalist-sirius.jpg") no-repeat;
  background-size: cover;
}
.hp--2 {
  background: url("../img/minimalist-rogue.jpg") no-repeat;
  background-size: cover;
}
.hp--3 {
  background: url("../img/minimalist-luna.jpg") no-repeat;
  background-size: cover;
}
.hp--4 {
  background: url("../img/minimalist-foloeil.jpg") no-repeat;
  background-size: cover;
}
/*------------------ ABOUT ----------------------- */
.about--title {
  font-family: 'Rozha One', serif;
  font-size: 2.5em;
  display: block;
  position: relative;
  text-align: center;
  top: 25px;
}
.about--title::after {
  content: '';
  display: block;
  background: #FCD2D0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -3;
  position: relative;
  top: -50px;
  left: 289px;
}
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
.about__grid--infos {
  grid-column: 1;
  width: 100%;
}
.about__grid--picture {
  grid-column: 2;
  width: 100%;
}
.about__quote {
  width: 400px;
  margin: 0 auto;
}
blockquote {
  font-weight: 400;
  font-size: 1.3125em;
  line-height: 1.5625em;
  margin-top: 30px;
}
.quote:before {
  content: '“';
  font-family: 'Rozha One', serif;
  font-size: 3.125em;
  display: block;
  position: relative;
  top: 73px;
  right: 29px;
}
.author {
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
}
.about__bio {
  font-size: 1.125em;
  margin-top: 60px;
  line-height: 1.875em;
}
.about__grid--picture {
  background: url('../img/profile-picture.jpg') no-repeat;
  background-size: cover;
  -webkit-box-shadow: 20px 20px 0px 0px #fcd2d0;
  -moz-box-shadow: 20px 20px 0px 0px #fcd2d0;
  box-shadow: 20px 20px 0px 0px #fcd2d0;
}
/*------------------ FOOTER ----------------------- */
footer {
  position: relative;
  bottom: 0;
  margin-top: 30px;
  color: #868686;
}
.logo--footer {
  float: left;
  clear: left;
  background: url('../img/logo-main.svg') no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 25px;
  width: 25px;
  transition: all 0.2s ease-in-out;
}
.logo--footer:hover {
  transform: scale(1.1);
}
.footer__contact {
  text-align: center;
}
.footer__contact a {
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  color: #868686;
}
.footer__contact a:hover {
  color: black;
}
.footer__social {
  float: right;
  clear: both;
  position: relative;
  top: -34px;
}
.footer__social a {
  text-decoration: none;
  color: #868686;
}
@media (min-width: 1500px) {
  .circle {
    right: 0;
  }
  .about footer {
    position: fixed;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 780px;
    margin: 0 auto;
  }
  .hamburger-shell {
    right: 8vh;
  }
  .about footer {
    position: fixed;
    width: 100%;
  }
  .minimalist .projects__item {
    height: 427px;
  }
  .minimalist--1 {
    background: url("../img/work-minimalist-small.jpg") no-repeat;
    background-size: contain;
  }
  .minimalist--2 {
    background: url("../img/work-minimalist-got-small.jpg") no-repeat;
    background-size: contain;
  }
  .minimalist--3 {
    background: url("../img/work-minimalist-gg-small.jpg") no-repeat;
    background-size: contain;
  }
  .hp--1 {
    background: url("../img/minimalist-sirius-small.jpg") no-repeat;
    background-size: contain;
  }
  .hp--2 {
    background: url("../img/minimalist-rogue-small.jpg") no-repeat;
    background-size: contain;
  }
  .hp--3 {
    background: url("../img/minimalist-luna-small.jpg") no-repeat;
    background-size: contain;
  }
  .hp--4 {
    background: url("../img/minimalist-foloeil-small.jpg") no-repeat;
    background-size: contain;
  }
}
@media (max-width: 780px) {
  .custom-cursor {
    display: none;
  }
  .custom-cursor--link {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 188, 189, 0.6);
  }
  .container {
    margin: 0;
  }
  .content {
    min-width: 90%;
    margin: 0 20px;
  }
  .about .content {
    padding-top: 90px;
  }
  .box-1,
  .banner-dewit,
  .banner-minimalist,
  .banner-covamen,
  .banner-quartz {
    width: 100%;
  }
  .responsive-box,
  .responsive-banner-dewit,
  .responsive-banner-covamen,
  .responsive-banner-minimalist,
  .responsive-banner-quartz {
    margin: 20px 0 0 0;
  }
  .about__grid {
    display: block;
  }
  .about__grid--picture {
    display: none;
  }
  .about__quote {
    width: 90%;
    margin-left: 20px;
  }
  .main--title {
    font-size: 1.875em;
  }
  .home .main--title {
    padding-bottom: 50px;
  }
  .main--title span::after {
    width: 70px;
    height: 70px;
  }
  .circle {
    display: none !important;
  }
  .logo {
    margin-left: 2vh;
  }
  .hamburger-shell {
    right: 1vh;
    top: 2vh;
  }
  #menu {
    top: 4vh;
    width: 100%;
  }
  .menu__title {
    font-size: 2.5em;
  }
  .menu__social {
    margin-top: 2vh;
  }
  .home--title {
    left: 0;
    text-align: center;
  }
  .projects__grid {
    position: relative;
    display: block;
  }
  .chapters {
    margin: 0px 15px 0 0;
  }
  .minimalist .projects__item {
    height: 420px;
  }
  .projects__item--2 {
    margin-top: 40px;
  }
  .projects__item--3 {
    margin-top: 50px;
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
  .projects__item--4 {
    margin-top: 40px;
  }
  .projects__item--5 {
    margin-top: 50px;
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
  .projects__item--6 {
    margin-top: 40px;
  }
  .minimalist .projects__item--1 {
    margin-top: 40px;
  }
  .minimalist .projects__item--3 {
    margin-bottom: 40px;
  }
  .logo--footer {
    float: none;
    width: 25px;
    position: relative;
    margin: 0 auto;
    top: 106px;
  }
  .footer__social {
    float: none;
    width: 200px;
    margin: 0 auto;
    top: 6px;
  }
  footer {
    margin-bottom: 60px;
  }
  .about footer {
    position: relative;
  }
  .minimalist--1 {
    background: url("../img/work-minimalist-small.jpg") no-repeat;
    background-size: cover;
  }
  .minimalist--2 {
    background: url("../img/work-minimalist-got-small.jpg") no-repeat;
    background-size: cover;
  }
  .minimalist--3 {
    background: url("../img/work-minimalist-gg-small.jpg") no-repeat;
    background-size: cover;
  }
  .hp--1 {
    background: url("../img/minimalist-sirius-small.jpg") no-repeat;
    background-size: cover;
  }
  .hp--2 {
    background: url("../img/minimalist-rogue-small.jpg") no-repeat;
    background-size: cover;
  }
  .hp--3 {
    background: url("../img/minimalist-luna-small.jpg") no-repeat;
    background-size: cover;
  }
  .hp--4 {
    background: url("../img/minimalist-foloeil-small.jpg") no-repeat;
    background-size: cover;
  }
}
