@charset "UTF-8";
@font-face {
  font-family: olivita;
  src: url("../_fonts/OlivitaTest-Regular.otf")
}
@font-face {
  font-family: montserrat;
  src: url("../_fonts/Montserrat-VariableFont_wght.ttf")
}
html, body, header, nav, div, ol, ul, li, dl, dt, dd, heading, img, p, h1, h2, h3, h4, h5, h6, main, aside, article, section, footer, pre, form, fieldset, input, blockquote, textarea, table, th, td, embed, a, object {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
html {
  font-size: 62.5%;
  background-color: #101E17;
  scroll-behavior: smooth;
}
.wrapper {
  min-width: 350px;
  max-width: 1300px;
  margin: 0px auto;
  position: relative
}
h1 {
  font-size: 6.2rem;
  font-family: olivita;
  color: #0E0000;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1000;
  background-color: #ff8413;
  border-radius: 60px;
  border: 5px solid #0E0000;
  width: 300px;
  padding: 20px;
  margin: 0px auto;
}
h2 {
  color: #fff;
  font-family: olivita;
  font-weight: 400;
  text-align: center;
  font-size: 5rem;
  position: relative;
  z-index: 1000;
  margin-top: 20px;
}
h3 {
  font-family: olivita;
  font-size: 4rem;
  font-weight: 400;
  ;
  z-index: 100;
}
.home-two h3 {
  margin-bottom: 10px
}
.main-works h3 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-size: 2rem;
  font-weight: 200;
}
.light-green-bg {
  background-color: #A6FFD0;
}
.dark-green-bg {
  background-color: #101E17;
}
.light-green-bubble {
  border: 3px solid #101E17;
  background-color: #A6FFD0;
  padding: 8px;
  border-radius: 30px;
}
.dark-green-bubble {
  border: 3px solid #A6FFD0;
  background-color: #101E17;
  padding: 8px;
  border-radius: 30px;
}
h4 {
  font-family: montserrat;
  background-color: #060606;
  color: #fff;
  padding: 2px;
  margin border-radius: 6px;
  text-align: center;
}
h5 {
  font-family: olivita;
  color: #000000;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 10px;
}
p {
  font-family: montserrat;
  font-size: 1.6rem;
  line-height: 22px
}
.orange-dotted {
  background-image: url("../_img/orange-dotted.svg")
}
.pink-dotted {
  background-image: url("../_img/pink-dotted.svg")
}
.pink-cross {
  background-image: url("../_img/pink-cross.svg")
}
.green-cross {
  background-image: url("../_img/green-cross.svg")
}
.orange-grid {
  background-image: url(../_img/orange-grid.svg);
}
.po-stripe {
  background-image:
    url("../_img/po-stripe.svg")
}
.pink-grid {
  background-image: url("../_img/pink-grid.svg")
}
.gp-stripe {
  background-image: url("../_img/gp-stripe.svg")
}
.white {
  color: #fff;
}
.black {
  color: #000000;
}
.underline {
  text-decoration: underline;
}
.main-nav {
  background-color: #FFBBD4;
  display: grid;
  grid-template-columns: 1fr 115px 115px 115px;
  padding: 15px 30px;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
}
.works-nav {
  display: grid;
  grid-template-columns: 1fr 115px 115px 115px;
  padding: 15px 30px;
}
.works-nav a {
  font-family: montserrat;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #A6FFD0;
  font-size: 1.2em;
  text-align: right;
  padding: 20px;
  transition: .5s all ease .1s
}
.works-nav img {
  width: 35px;
  float: left;
  display: block;
  margin-left: 15px
}
.works-nav a:hover {
  color: #FFFFFF;
  text-decoration-color: #000000;
}
.main-nav img {
  width: 35px;
  float: left;
  display: block;
  margin-left: 15px
}
.main-nav a {
  font-family: montserrat;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #FFBBD4;
  color: #000000;
  font-size: 1.2em;
  text-align: right;
  padding: 20px;
  transition: .5s all ease .1s
}
.main-nav a:hover {
  color: #FFFFFF;
  text-decoration-color: #563E29
}
.home-one {
  background-color: #101e17;
  position: relative;
  padding: 20px;
}
.home-one-hello h1:first-of-type {
  position: relative;
}
.home-one-hello h1:nth-last-of-type(2) {
  position: absolute;
  top: 0px;
  right: 90px;
}
.home-three {
  background-color: #101e17;
  position: relative;
  padding: 60px 20px;
}
.home-one img {
  width: 6%;
}
.home-one img:first-of-type {
  position: absolute;
  top: 25%;
  right: 8%;
  z-index: 100;
  display: none;
}
.home-one img:nth-of-type(2) {
  position: absolute;
  top: 25%;
  right: 9%;
  z-index: 90;
  display: none;
}
.home-one img:nth-of-type(3) {
  position: absolute;
  bottom: 10%;
  left: 9%;
  z-index: 90;
  display: none;
}
.home-one img:nth-of-type(4) {
  position: absolute;
  top: 10%;
  left: 17%;
  z-index: 90;
  width: 20%;
  display: block;
}
.home-one img:last-of-type {
  display: none;
}
.home-two-box-one, .home-two-box-two, .home-two-box-three, .home-two-box-four {
  padding: 20px 0px;
}
.home-two {
  background-color: #a6ffd0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  padding: 40px;
}
.home-two-box-two img {
  padding: 0px 0px 25px 15px;
  transform: rotate(5deg);
  background-image: url("../_img/pink-dotted.svg");
  border-radius: 70px;
}
.home-two-box-four img {
  padding: 0px 0px 25px 15px;
  transform: rotate(-5deg);
  background-image: url("../_img/po-stripe.svg");
  border-radius: 70px;
}
.home-project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px;
  grid-gap: 25px;
}
.home-project-grid img {
  transition: all 1s ease .1s;
  border-radius: 6px;
  cursor: pointer;
}
.home-project-grid img:hover {
  transform: rotate(-2deg);
  padding: 0px 0px 15px 15px;
  border-radius: 60px
}
.home-project-grid img:nth-of-type(3) {
  display: none;
}
.home-project-grid img:nth-of-type(4) {
  display: none;
}
.home-project-grid img:nth-of-type(5) {
  display: none;
}
.home-project-grid img:nth-of-type(6) {
  display: none;
}
.home-project-grid a:last-of-type {
  display: none;
}
.button {
  text-decoration: none;
  border: 3px solid #512542;
  color: #000000;
  border-radius: 30px;
  background-color: #FFB7D5;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: montserrat;
  transition: all .5s ease .1s;
}
.button:hover {
  background-color: #512542;
  color: #fff;
}
.home-three {
  background-color: #101e17;
  text-align: center;
}
.works-one {
  background-color: #101e17;
  position: relative;
  padding: 30px;
}
.works-one h1 {
  background-color: #c9ffe6;
  border: 3px solid #000000;
}
.works-one img {
  width: 10%;
}
.work-hdr {
  position: relative;
}
.work-hdr h1:nth-of-type(2) {
  background-image: url("../_img/po-stripe.svg");
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90
}
.main-works a {
  color: #fff;
}
.works-one img:nth-child(3) {
  position: absolute;
  top: 10%;
  left: 5%;
}
.works-one img:nth-of-type(2) {
  position: absolute;
  right: 7%;
  top: 30%;
  z-index: 30
}
.works-one img:nth-of-type(3) {
  position: absolute;
  top: 31%;
  right: 8%;
  z-index: 20
}
.works-one img:nth-of-type(4) {
  position: absolute;
  top: 5%;
  left: 15%;
  z-index: 20;
  width: 20%;
  transform: rotate(90deg)
}
.works-two img, .works-three img, .works-four img, .works-five img {
  position: relative;
  transition: all 1s ease .1s;
}
.works-two-item-one, .works-two-item-two, .works-two-item-three, .works-two-item-four, .works-three-item-one, .works-three-item-two, .works-three-item-three, .works-three-item-four, .works-four-item-one, .works-four-item-two, .works-four-item-three, .works-four-item-four {
  position: relative;
}
.works-two-item-two img:hover, .works-two-item-four img:hover, .works-four-item-two img:hover, .works-three-item-two img:hover, .works-three-item-four img:hover, .works-four-item-two img:hover, .works-four-item-four img:hover {
  padding: 0px 0px 10px 25px;
  transform: rotate(2deg);
  border-radius: 80px
}
.works-two-item-one img:hover, .works-two-item-three img:hover, .works-four-item-one img:hover, .works-four-item-three img:hover, .works-three-item-one img:hover, .works-three-item-three img:hover, .works-four-item-one img:hover, .works-four-item-three img:hover {
  padding: 0px 10px 25px 0px;
  transform: rotate(-2deg);
  border-radius: 80px
}
.works-two, .works-four, .works-three, .works-five {
  ;
  display: grid;
  grid-template-columns: 1fr;
  padding: 40px;
  grid-gap: 30px;
}
.works-two img, .works-four img, .works-three img, .works-five img {
  border-radius: 6px;
}
.ftr-img {
  transform: rotate(180deg);
}
.btm-divider {
  transform: rotate(180deg)
}
.main-ftr {
  position: relative;
  ;
  margin-top: -1px;
  text-align: center;
}
.dark-nav:hover {
  color: #FFFFFF;
  text-decoration-color: #A6FFD0
}
.light-nav:hover {
  color: #FFFFFF;
  text-decoration-color: #101E17
}
.dark-nav:first-of-type:hover {
  color: #FFB979;
  text-decoration-color: #FFDCC0
}
.light-nav:first-of-type:hover {
  color: #FFB979;
  text-decoration-color: #563E29
}
.dark-nav:nth-of-type(2):hover {
  color: #89FFC8;
  text-decoration-color: #C0FFDF
}
.light-nav:nth-of-type(2):hover {
  color: #DEFFEE;
  text-decoration-color: #42775C
}
.dark-nav:nth-of-type(3):hover {
  color: #FF75CA;
  text-decoration-color: #FFD7F2
}
.light-nav:nth-of-type(3):hover {
  color: #FF75CA;
  text-decoration-color: #683055
}
.main-ftr a {
  font-family: montserrat;
  font-size: 1.2em;
  ;
  line-height: 3rem;
  transition: .5s all ease .1s;
}
.dark-nav {
  text-decoration-color: #0B1E17;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.light-nav {
  text-decoration: none;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.main-ftr img {
  width: 6%;
  margin: 0px auto;
  margin-bottom: 10px;
  float: left;
  padding: 3px;
  display: none
}
.magazine-spread, .nectar-reserve, .midnight-library, .playground, .journey, .moma-flyer, .cobble-knot, .shopping-bags, .mighty-jambo, .flow-stationery, .type-poster, .image-colorize {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  padding: 80px 30px;
}
.nectar-reserve img, .midnight-library img, .playground img, .journey img, .moma-flyer img, .cobble-knot img, .magazine-spread img, .shopping-bags img, .mighty-jambo img, .flow-stationery img, .type-poster img, .image-colorize img {
  border-radius: 15px
}
.nectar-reserve img:first-of-type, .nectar-reserve img:nth-of-type(2), .nectar-reserve img:nth-of-type(3) {
  border-radius: 40px;
}
.contact-one img {
  display: none;
}
.works-button-previous {
  position: absolute;
  top: 120px;
}
.works-button-next {
  position: absolute;
  top: 120px;
  right: 40px;
}
.works-ftr {
  position: relative;
}
.works-button-previous-bottom {
  position: absolute;
  top: -40px;
  left: 30px;
}
.works-button-next-bottom {
  position: absolute;
  top: -40px;
  right: 30px;
}
.works-button-previous-bottom a, .works-button-next-bottom a {
  text-decoration: none;
  color: #000000;
  font-family: montserrat;
  transition: all .5s ease .1s;
  font-size: 1.2rem;
  font-weight: 600;
}
.works-button-previous a, .works-button-next a {
  text-decoration: none;
  color: #000000;
  font-family: montserrat;
  transition: all .5s ease .1s;
  font-size: 1.2rem;
  font-weight: 600;
}
.works-button-previous a:hover, .works-button-next a:hover {
  color: #fff;
  background-color: #512542;
}
.works-button-previous-bottom a:hover, .works-button-next-bottom a:hover {
  color: #fff;
  background-color: #512542;
}
.dark-pink-bubble {
  border: 2px solid #512542;
  background-color: #FFBDE9;
  padding: 8px;
  border-radius: 20px;
}
.contact-one {
  position: relative
}
.contact-form {
  padding: 40px;
  background-color: #A6FFD0;
}
.contact-header {
  width: 450px;
}
.contact-header {
  margin-top: 40px;
}
.contact-one h1 {
  background-color: #FFBBD4;
}
@media screen and (min-width:700px) {
  .contact-one img:nth-of-type(4) {
    display: block;
    width: 8%;
    position: absolute;
    top: 10%;
    left: 32%;
    transform: rotate(90deg)
  }
  .contact-one img:first-of-type {
    display: block;
    width: 6%;
    position: absolute;
    bottom: 10%;
    left: 7%;
  }
  .contact-one img:nth-of-type(2) {
    display: block;
    width: 4%;
    position: absolute;
    bottom: 30%;
    right: 15%;
  }
  .contact-one img:nth-of-type(3) {
    display: block;
    width: 6%;
    position: absolute;
    top: 10%;
    left: 25%;
  }
  .main-works h3 {
    font-size: 2.3rem;
  }
  .works-one img:nth-of-type(4) {
    position: absolute;
    width: 15%;
  }
  .works-two, .works-four, .works-three, .works-five {
    grid-template-columns: 1fr 1fr;
  }
  .nectar-reserve, .midnight-library, .playground, .journey, .moma-flyer, .cobble-knot, .magazine-spread, .shopping-bags, .mighty-jambo, .flow-stationery, .type-poster, .image-colorize {
    grid-template-columns: 1fr 1fr;
  }
  .home-one img:nth-of-type(2) {
    position: absolute;
    top: 10%;
    right: -25px;
    display: block;
  }
  .home-one img:nth-of-type(3) {
    position: absolute;
    bottom: 10%;
    left: -20px;
    display: block;
  }
  .home-one img:nth-of-type(4) {
    position: absolute;
    top: 10%;
    left: 27%;
    width: 10%;
    display: block
  }
  .home-one img:last-of-type {
    position: absolute;
    width: 20%;
    top: 10%;
    right: 20%;
    display: block;
  }
  .home-two-box-one {
    grid-area: ho
  }
  .home-two-box-two {
    grid-area: ht
  }
  .home-two-box-three {
    grid-area: hb
  }
  .home-two-box-three {
    grid-area: hf
  }
  .home-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "ho ht"
      "hb hf";
    grid-gap: 50px;
  }
  .home-project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .home-project-grid img:nth-of-type(3) {
    display: block;
  }
  .main-ftr {
    text-align: right;
    padding: 30px;
    position: relative;
  }
  .main-ftr img {
    position: absolute;
    top: 25px;
    width: 4%;
    display: block;
  }
}
@media screen and (min-width:1040px) {
  .works-one img:nth-of-type(4) {
    position: absolute;
    top: 3%;
    left: 35%;
    z-index: 20;
    width: 15%;
    transform: rotate(90deg)
  }
  .main-works h3 {
    font-size: 1.5rem;
  }
  .works-two, .works-four, .works-three, .works-five {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .home-one img:first-of-type {
    display: block;
  }
  .home-one img:nth-of-type(2) {
    position: absolute;
    top: 25%;
    right: 9%;
    z-index: 90;
  }
  .home-one img:nth-of-type(3) {
    position: absolute;
    bottom: 10%;
    left: 9%;
    z-index: 90;
  }
  .home-one img:nth-of-type(4) {
    position: absolute;
    top: 10%;
    left: 27%;
    z-index: 90;
    width: 10%;
  }
  .home-one img:last-of-type {
    position: absolute;
    width: 20%;
    top: 10%;
    right: 30%;
    display: block;
  }
  .home-project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 80px;
  }
  .home-three a {
    display: none;
  }
  .home-project-grid a {
    height: 50%;
    width: 75%;
    margin: 0px auto;
    padding-top: 55px;
    display: block;
    margin-top: 50px;
  }
  .home-project-grid img {
    cursor: pointer
  }
  .home-project-grid a:last-of-type {
    display: block;
  }
  .home-project-grid img:nth-of-type(4) {
    display: block;
  }
  .home-project-grid img:nth-of-type(5) {
    display: block;
  }
  .main-ftr img {
    position: absolute;
    top: 18px;
    width: 35px;
  }
}