.portfoliopagegrid__wrapper {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.dealers-choice, .scroll-page {
  background: url("desat-prod-invert-bg.34feab05.jpg") center / cover no-repeat;
}

.revealwraptest {
  flex-grow: 1;
  width: 100%;
  height: 600px;
  display: flex;
}

.hexboyclip {
  stroke-dasharray: 570;
  stroke-dashoffset: 570px;
  animation: 2s ease-in-out infinite alternate draw;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.slide-in-thingy_wrapper {
  backdrop-filter: blur(8px);
  z-index: 2147483647;
  background: #81818180;
  border-top-left-radius: .35em;
  border-bottom-left-radius: .35em;
  justify-content: center;
  align-items: center;
  animation: 1s .5s forwards slideIn;
  display: flex;
  position: absolute;
  top: 80px;
  right: -100%;
}

.slide-in-thingy-text_wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 25px;
  display: flex;
}

.slide-in-thingy-text {
  color: #202324;
  white-space: nowrap;
  font-family: rift, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

@keyframes slideIn {
  from {
    right: -100%;
  }

  to {
    right: 0;
  }
}

#firstSlide {
  background: url("desat-prod-invert-bg.34feab05.jpg") center / cover no-repeat;
}

.intro-slide-wrapper {
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.intro-slide-title {
  color: #202324;
}

.intro-slide-section-title {
  color: #000;
}

.intro-arrows-wrapper {
  display: flex;
}

.intro-arrows {
  color: var(--fluorescent-blue);
  font-size: 5rem;
}

#category-slide {
  background: url("desat-prod-invert-bg.34feab05.jpg") center / cover no-repeat;
}

.categories--page--slide {
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  display: flex;
}

#webDevelopmentBg {
  background: url("desat-prod-invert-bg.34feab05.jpg") center / cover no-repeat;
}

.webdev-slide-title {
  color: var(--fluorescent-blue);
}

#designBg {
  background: url("desat-prod-invert-bg.34feab05.jpg") center / cover no-repeat;
}

.design-slide-title {
  color: var(--mint-green);
}

#caseStudiesBg {
  background: url("desat-prod-invert-bg.34feab05.jpg") center / cover no-repeat;
}

.casestudies-slide-title {
  color: var(--telemagenta);
}

#marketingConsultingBg {
  background: url("desat-prod-invert-bg.34feab05.jpg") center / cover no-repeat;
}

.marketingconsulting-slide-title {
  color: var(--wisteria);
}

#surftwo {
  background: url("vans-surf-pink.6b857fe5.png") center / cover no-repeat;
}

#susa {
  background: url("susa-ventures.efb5f77b.png") center / cover no-repeat;
}

.first__frame--cic {
  filter: invert() sepia(0%) saturate(0%) hue-rotate(112deg) brightness(102%) contrast(101%);
}

.second__frame--cic {
  filter: invert(60%) sepia(11%) saturate(11%) hue-rotate(340deg) brightness(93%) contrast(83%);
}

.third__frame--cic {
  filter: invert() sepia(0%) saturate(0%) hue-rotate(112deg) brightness(102%) contrast(101%);
}

.hexagon__wrapper {
  height: 100%;
  display: flex;
}

.text-hexagon-stroke {
  -webkit-clip-path: polygon(25% 15%, 75% 15%, 97% 50%, 75% 85%, 25% 85%, 3% 50%);
  clip-path: polygon(25% 15%, 75% 15%, 97% 50%, 75% 85%, 25% 85%, 3% 50%);
  background: #000;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 360px;
  margin-top: auto;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.text-hexagon-stroke-vans-404, .text-hexagon-stroke-bowie {
  background: #fff;
}

.text-hexagon {
  z-index: 4;
  -webkit-clip-path: polygon(25% 15%, 75% 15%, 97% 50%, 75% 85%, 25% 85%, 3% 50%);
  clip-path: polygon(25% 15%, 75% 15%, 97% 50%, 75% 85%, 25% 85%, 3% 50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 350px;
  display: flex;
  position: relative;
}

.text-hexagon-susa {
  background: #f2c71b;
}

.text-hexagon-vans {
  background: #ff4024;
}

.text-hexagon-vans-404 {
  background: #000;
}

.text-hexagon-bowie {
  background: #d92f26;
}

.text-hexagon-h1 {
  z-index: 5;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-hexagon-p {
  z-index: 5;
  font-size: 1.1rem;
}

.hexagon-text-color-vans-surf, .hexagon-text-color-vans-404, .hexagon-text-color-bowie {
  color: #fff;
}

.hx-irame {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

:root {
  --outer-padding: 4vw;
  --grid-height: 100vh;
  --grid-columns: 2;
  --grid-gap-thin: 1vw;
  --grid-gap-wide: 3.33vw;
  --base-hue: 265;
  --base-sat: 40%;
  --hue: var(--base-hue);
  --cic-grey: #000000e7;
  --cic-turquoise: #04f1ed;
  --cic-turquoise-light: #04f1ed;
  --hex-hover-adjust-hue: hsla(var(--hue), 95%, 98%);
}

.ccportfoliohome__bodywrap {
  background: url("inverted-bghexagons.8fb553fc.jpg") top / cover fixed;
}

@supports (display: grid) {
  .ccportfoliohome__grid {
    grid-gap: var(--grid-gap);
    padding: 4vw;
    padding: var(--outer-padding);
    grid-template-areas: "item1 item2 item3 item4";
    display: grid;
  }

  @media screen and (width <= 648px) {
    .ccportfoliohome__grid {
      grid-gap: 3.33vw;
      grid-gap: var(--grid-gap-wide);
      grid-template: "item1 item2"
                     "item3 item4"
                     / 1fr;
    }
  }

  @media screen and (width >= 649px) and (width <= 1399px) {
    .ccportfoliohome__grid {
      grid-template-rows: auto;
      grid-template-columns: auto;
    }
  }

  @media screen and (width >= 1400px) {
    .ccportfoliohome__grid {
      grid-template-rows: auto;
      grid-template-columns: auto;
    }
  }

  .ccportfoliohome__grid .hex--item:first-child {
    grid-area: item1;
  }

  .ccportfoliohome__grid .hex--item:nth-child(2) {
    grid-area: item2;
  }

  .ccportfoliohome__grid .hex--item:nth-child(3) {
    grid-area: item3;
  }

  .ccportfoliohome__grid .hex--item:nth-child(4) {
    grid-area: item4;
  }
}

.ccportfoliohome__box {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ccportfoliohome__grid .hex--item:hover, .ccportfoliohome__grid .hex--item:focus {
  opacity: 1;
  transform: translateY(20px);
}

.ccportfoliohome__grid .hex--item {
  background-position: 0 0;
  background-size: 150% 100%;
  transition: background .5s, outline .5s;
  position: relative;
}

.ccportfoliohome__grid .hex--item:hover, .ccportfoliohome__grid .hex--item:focus {
  background-position: 100% 0;
  outline: 1px salmon;
}

.ccportfoliohome__grid .hex--item:first-child, .ccportfoliohome__grid .hex--item:nth-child(2), .ccportfoliohome__grid .hex--item:nth-child(3), .ccportfoliohome__grid .hex--item:nth-child(4) {
  transition: all .5s;
}

.ccportfoliohome__grid--hexagon:first-child, .ccportfoliohome__grid--hexagon:nth-child(2) {
  margin-top: 0;
}

.ccportfoliohome__diamond {
  z-index: 2;
  shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  box-shadow: -1em -.4em 1em -.4em #04f1ed;
  box-shadow: -1em -.4em 1em -.4em var(--cic-turquoise-light);
  text-align: center;
  transform-origin: center;
  background-image: linear-gradient(to top left, #dddddd0c 0%, #fff1 100%);
  border: 1px solid #0b0a0a;
  justify-content: center;
  align-items: center;
  width: calc(65.33% - 10px);
  height: calc(59.33% - 10px);
  transition: box-shadow .25s, transform .25s;
  display: grid;
  position: absolute;
  transform: rotate(27deg);
}

.ccportfoliohome--magiclink {
  width: calc(96.33% - 10px);
  height: 100%;
  margin: 0 auto;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 2px #0003;
}

.ccportfoliohome--magiclink:hover {
  box-shadow: 0 0 223px 1px #04f1ed;
  box-shadow: 0px 0px 223px 1px var(--cic-turquoise);
}

.ccportfoliohome--magiclink:after {
  content: "";
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  position: relative;
}

.ccportfoliohome__grid--hexagon {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  width: calc(96.33% - 10px);
  height: 100%;
  margin: 0 auto;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 2px #0003;
}

.ccportfoliohome__grid--hexagon:before {
  content: "";
  padding-top: 100%;
  display: grid;
}

.ccportfoliohome__grid--img {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: 3;
  background-position: center;
  background-size: cover;
  min-width: 108px;
  min-height: 100px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ccportfoliohome__grid--img:before, .ccportfoliohome__grid--img:after {
  content: "";
  opacity: 0;
  z-index: 2;
  transition: opacity .5s;
  position: absolute;
  inset: 0;
}

.ccportfoliohome__grid--img:before {
  background: #11101140;
}

.ccportfoliohome__grid--img:after {
  background: linear-gradient(to top, #000000f5, #00000080, #000000f0);
}

.ccportfoliohome__grid--innercontainer {
  opacity: 0;
  text-align: center;
  color: #fff;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  width: 100%;
  transition: all .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.9);
}

.ccportfoliohome--h1 {
  text-align: center;
  color: var(--cic-grey);
}

.ccportfoliohome--h2 {
  text-align: center;
  color: var(--cic-grey);
  font-size: 22px;
}

.project--desc {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #40e0d0;
  margin: 1em 0 0;
  font-size: 11px;
  font-weight: bolder;
  line-height: 1.5;
}

.ccportfoliohome__grid--hexagon:hover .ccportfoliohome__grid--img:before, .ccportfoliohome__grid--hexagon:hover .ccportfoliohome__grid--img:after, .ccportfoliohome__grid--hexagon:hover .ccportfoliohome__grid--innercontainer {
  opacity: 1;
}

.ccportfoliohome__grid--hexagon:hover .ccportfoliohome__grid--innercontainer {
  z-index: 5;
  transform: translate(-50%, -50%)scale(1);
}

@supports not (display: grid) {
  .ccportfoliohome__grid {
    border: 1px solid purple;
    flex-flow: wrap;
    min-height: 100vh;
    padding: .75vw;
    display: flex;
  }

  .ccportfoliohome__grid .hex--item {
    min-height: 10vh;
    margin: .75vw;
  }

  .ccportfoliohome__grid .hex--item:first-child, .ccportfoliohome__grid .hex--item:nth-child(2), .ccportfoliohome__grid .hex--item:nth-child(3), .ccportfoliohome__grid .hex--item:nth-child(4), .ccportfoliohome__grid .hex--item:nth-child(5), .ccportfoliohome__grid .hex--item:nth-child(6), .ccportfoliohome__grid .hex--item:nth-child(7), .ccportfoliohome__grid .hex--item:nth-child(8), .ccportfoliohome__grid .hex--item:nth-child(9), .ccportfoliohome__grid .hex--item:nth-child(10), .ccportfoliohome__grid .hex--item:nth-child(11), .ccportfoliohome__grid .hex--item:nth-child(12), .ccportfoliohome__grid .hex--item:nth-child(13), .ccportfoliohome__grid .hex--item:nth-child(14) {
    flex: 0 calc(50% - 1.5vw);
  }

  @media screen and (width >= 648px) {
    .ccportfoliohome__grid .hex--item:first-child, .ccportfoliohome__grid .hex--item:nth-child(2) {
      flex: 0 calc(50% - 1.5vw);
    }
  }

  @media screen and (width >= 1400px) {
    .ccportfoliohome__grid .hex--item:first-child, .ccportfoliohome__grid .hex--item:nth-child(2), .ccportfoliohome__grid .hex--item:nth-child(3), .ccportfoliohome__grid .hex--item:nth-child(4), .ccportfoliohome__grid .hex--item:nth-child(5), .ccportfoliohome__grid .hex--item:nth-child(6) {
      flex: 0 calc(50% - 1.5vw);
    }

    .ccportfoliohome__grid .hex--item:nth-child(7), .ccportfoliohome__grid .hex--item:nth-child(8), .ccportfoliohome__grid .hex--item:nth-child(9), .ccportfoliohome__grid .hex--item:nth-child(10), .ccportfoliohome__grid .hex--item:nth-child(11), .ccportfoliohome__grid .hex--item:nth-child(12), .ccportfoliohome__grid .hex--item:nth-child(13), .ccportfoliohome__grid .hex--item:nth-child(14) {
      flex: 0 calc(25% - 1.5vw);
    }
  }
}
