.main {
  /*display: unset;*/
  background-color: transparent;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.color {
  position: relative;
  /*width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
  height: 91vh;
  max-height: 728px;
  max-height: 570px;
  display: flex;
  flex-direction: column;
}

section {
  user-select: none;
}

.sub-nav {
  color: #f58420;
  font-weight: 600;
  margin: 10px;
  padding: 4px 6px;
  border-radius: 8px;
  text-transform: capitalize;
}

.sub-nav:hover {
  color: #f58420;
  font-weight: 600;
  text-decoration: none;
  background: #478fcc;
  color: #fff;
}

body.houseofcb,
body.houseofcb .nav .login:hover,
.nav.houseofcb {
  background-color: #ffe9de !important;
}

body.web,
body.web .nav .login:hover,
.nav.web {
  background-color: #b9ece6 !important;
}

body.game,
body.game .nav .login:hover,
.nav.game {
  background-color: #7fc5eb !important;
}

body.gravybaby,
body.gravybaby .nav .login:hover,
.nav.gravybaby {
  background-color: #fff !important;
}

body.tills,
body.tills .nav .login:hover,
.nav.tills {
  background-color: #fff8e1 !important;
}

.color .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  cursor: pointer;
  transition: all 5s ease-in-out;
  z-index: 2;
}

.color .arrow img {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.color .arrow.left,
.color .arrow.left img {
  left: 0;
}

.color .arrow.right,
.color .arrow.right img {
  right: 0;
}

.color .arrow.left:hover img,
.color .arrow.right:hover img {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

section :not(i) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

section img {
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

section .table {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

section .table-row {
  display: table-row;
}

/*---------- HOUSE OF CB ----------*/
section.houseofcb {
  /*padding: 10px;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  /*visibility: hidden;*/
}

section.houseofcb .box {
  /*margin: 8px;
    padding: 4% 8%;*/
}

section.houseofcb .mobile-top {
  display: none;
}

section.houseofcb .left,
section.houseofcb .middle,
section.houseofcb .right {
  display: table-cell;
  vertical-align: top;
}

section.houseofcb .left {
  width: 40%;
}

section.houseofcb .left > img {
  width: 110%;
  padding: 14% 0 12% 0;
}

section.houseofcb .left .conna-image {
  display: none;
}

section.houseofcb .middle {
  width: 34%;
  padding-top: 6%;
}

section.houseofcb .middle .box {
  margin: 0 3% 0 0%;
  padding: 0 8% 0 0%;
}

section.houseofcb .middle .hcb-logo {
  width: 64%;
}

section.houseofcb .middle p {
  font-size: 1vw;
  color: #000000;
  margin: 0 0 3% 0;
  position: relative;
  z-index: 1;
  white-space: pre-line;
}

section.houseofcb .middle p.second {
  display: none;
}

section.houseofcb .middle .sign {
  /*width: 26%;*/
  float: right;
  position: relative;
  right: 6vw;
  width: 15%;
  z-index: 1;
}

section.houseofcb .middle .view-project {
  margin-top: 22%;
}

section.houseofcb .middle .view-project > a {
  text-decoration: none;
  border: 1px solid #000;
  width: fit-content;
  padding: 2.5% 10%;
  text-transform: uppercase;
  font-size: 0.8vw;
  font-weight: 600;
  color: #000;
  margin-left: 3%;
}

section.houseofcb .middle .view-project > a:hover {
  color: #fff;
  background-color: #000;
}

section.houseofcb .right {
  width: 30%;
  position: relative;
}

section.houseofcb .right .cb1 {
  padding-top: 45%;
  padding-bottom: 8%;
}

section.houseofcb .right .cb1 a {
  text-decoration: none;
  border: 1px solid #f6a796;
  padding: 2.5% 8%;
  text-transform: uppercase;
  color: #f6a796;
  font-size: 1vw;
  position: absolute;
  right: 0;
  bottom: 3%;
}

section.houseofcb .right .cb1 a:hover {
  color: #fff;
  background-color: #f6a796;
}

section.houseofcb .right .cb1 > img {
  width: 79%;
  position: absolute;
  top: 21%;
  left: 21%;
}

section.houseofcb .right .cb2 {
  margin-right: 22%;
}

section.houseofcb .right .cb2 > img {
  width: 100%;
}

section.houseofcb .conna-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
/*---------- END HOUSE OF CB ----------*/

/*---------- ROCKY WEBSITE ----------*/
section.rocky {
  /*padding: 10px;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
}

section.rocky .left,
section.rocky .right {
  display: table-cell;
}

section.rocky .right {
  vertical-align: top;
  width: 38%;
}

section.rocky .right .rocky-logo {
  width: 65%;
  margin-bottom: 2%;
}

section.rocky .right p {
  font-size: 1vw;
  white-space: pre-line;
  color: #000;
}

section.web .right p.second {
  display: none;
}

section.rocky .right span {
  font-size: 1vw;
  display: list-item;
  margin-left: 6%;
  line-height: 1.7;
}

section.rocky .right .view-project {
  margin-top: 10%;
  margin-bottom: 2%;
  display: flex;
  flex-wrap: wrap;
}

section.rocky .right .view-project > a:not(:last-child) {
  width: 25%;
  display: flex;
  align-items: center;
  margin-right: 2%;
}

section.rocky .right .view-project > a:last-child {
  text-decoration: none;
  border: 1px solid #000;
  width: fit-content;
  padding: 2% 6%;
  text-transform: uppercase;
  color: #000;
  font-size: 0.8vw;
  font-weight: 600;
}

section.rocky .right .view-project > a > img {
  width: 100%;
}

section.rocky .right .view-project > a:last-child:hover {
  color: #fff;
  background-color: #000;
}

section.rocky .left {
  width: 62%;
  vertical-align: middle;
}

section.rocky .left img {
  width: 80%;
  float: left;
}

section.rocky .view-project-2 {
  clear: both;
  position: relative;
  right: 10%;
  text-align: right;
  display: none;
}

section.rocky .view-project-2 a {
  text-decoration: none;
  border: 1px solid #000;
  width: fit-content;
  text-transform: uppercase;
  color: #000;
  font-size: 1.4vw;
  padding: 1.8% 4.5%;
}

section.rocky .view-project-2 a:hover {
  background-color: #000;
  color: #fff;
}
/*---------- END ROCKY WEBSITE ----------*/

/*---------- ROCKY GAME ----------*/
section.rocky.game {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
}

section.rocky.game .border {
  padding: 4% 12%;
}

section.rocky.game .table {
  margin-top: 0;
}

section.rocky.game .table-row {
  display: flex;
}

section.rocky.game .right .rocky-logo {
  margin-bottom: 6%;
}

section.rocky.game .left {
  order: 2;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

section.rocky.game .left img {
  float: right;
  width: 72%;
  position: relative;
  bottom: -7%;
}
/*---------- END ROCKY GAME ----------*/

/*---------- GRAVYBABY ----------*/
section.gravybaby {
  /*padding: 10px;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
}

section.gravybaby .border {
  margin: 8px;
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  margin-top: 0%;
}

section.gravybaby .left {
  display: flex;
  align-items: center;
}

section.gravybaby .right {
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.gravybaby .left img {
  /*width: 46vw;*/
  width: 95%;
  margin-bottom: 4%;
}

section.gravybaby .right img {
  /*width: 29vw;*/
  width: 100%;
}

section.gravybaby .view-project-2 {
  display: none;
}

section.gravybaby .right a {
  text-decoration: none;
  border: 1px solid #000;
  width: fit-content;
  padding: 2% 6%;
  text-transform: uppercase;
  color: #000;
  font-size: 0.8vw;
  font-weight: 600;
  margin: 8% 0 0 19%;
}

section.gravybaby .right a:hover {
  color: #fff;
  background-color: #000;
}

/*---------- END GRAVYBABY ----------*/
section.tills .border {
  margin: 0;
}

section.tills .right {
  align-items: unset;
}

section.tills .left,
section.tills .right {
  width: 50%;
}

section.tills .left img {
  margin-top: 4%;
  margin-bottom: 0;
}

section.tills h2 {
  color: #616161;
  font-family: "aileronlight";
  font-size: 33px;
  margin: 0;
  text-transform: inherit;
}

section.tills h2 > span {
  font-family: "aileronblack";
}

section.tills p {
  color: #616161;
  font-family: "aileronthin";
  font-size: 16px;
}

section.tills p.label {
  font-family: "aileronthin_italic";
  font-size: 22px;
}

section.tills .right a {
  margin: 10px 0 0;
}

.color > section {
  -webkit-transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1),
    transform 1000ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1),
    transform 1000ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1),
    transform 1000ms cubic-bezier(0.694, 0, 0.335, 1);
  will-change: opacity;
}

section.active {
  transform: translateX(0);
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
  -webkit-transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1) 1000ms,
    transform 1000ms cubic-bezier(0.694, 0, 0.335, 1) 1000ms;
  -o-transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1) 1000ms,
    transform 1000ms cubic-bezier(0.694, 0, 0.335, 1) 1000ms;
  transition: opacity 1000ms cubic-bezier(0.694, 0, 0.335, 1) 1000ms,
    transform 1000ms cubic-bezier(0.694, 0, 0.335, 1) 1000ms;
  will-change: opacity;
}

/*.color>section img { 
    -webkit-transition: transform  1000ms cubic-bezier(.694,0,.335,1) 1000ms;
    -o-transition: transform  1000ms cubic-bezier(.694,0,.335,1) 1000ms;
    transition: transform 1000ms cubic-bezier(.694,0,.335,1) 1000ms;
    will-change: transform;
} */

section.next {
  transform: translateX(15px);
}

section.prev {
  transform: translateX(-15px);
}

/* DESKTOP */
@media (min-width: 1200px) {
}

/* DESKTOP */
@media (min-width: 768px) {
}

/* MOBILE */
@media (max-width: 767px) {
  .arrow {
    display: none;
  }

  .nav {
    background-color: #fff !important;
  }

  .nav.fixed {
    padding: 24px 40px;
  }

  section {
    /*position: relative !important;*/
    /*opacity: 1 !important;*/
    /*transform: translate(0) !important;*/
  }

  section.houseofcb {
    background-color: #ffe9de;
    padding-bottom: 0;
  }

  section.houseofcb .box {
    margin: unset !important;
    padding: 2% 4% 0 4% !important;
    width: 100%;
  }

  section .table-row {
    display: flex;
    flex-direction: column;
  }

  section.houseofcb .conna-image {
    display: none;
  }

  section.houseofcb .left {
    width: 100%;
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 3%;
  }

  section.houseofcb .left > img {
    width: 50%;
    padding: 6% 0 6% 0;
    width: 55%;
  }

  section.houseofcb .left .conna-image {
    display: block;
    width: 45%;
    position: relative;
    padding: 6% 0 0 0;
  }

  section.houseofcb .middle {
    width: 100%;
    order: 1;
  }

  section.houseofcb .middle .hcb-logo {
    width: 35%;
  }

  section.houseofcb .middle p {
    display: none;
  }

  section.houseofcb .middle p.second {
    display: block;
    font-size: 2.48vw;
  }

  section.houseofcb .middle .sign {
    width: 12%;
    right: 0;
  }

  section.houseofcb .middle .view-project {
    margin-top: 5%;
  }

  section.houseofcb .middle .view-project > a {
    padding: 1.8% 7%;
    font-size: 1.8vw;
  }

  section.houseofcb .right {
    display: none;
  }

  section.web {
    background-color: #b9ece6;
  }

  section.web .border {
    padding: 2% 6%;
  }

  section.web .right .rocky-logo {
    width: 42%;
  }

  section.web .left {
    order: 2;
    width: 100%;
  }

  section.web .right {
    order: 1;
    width: 100%;
  }

  section.web .right p {
    display: none;
  }

  section.web .right p.second {
    display: block;
    font-size: 2.5vw;
    margin-left: 6%;
  }

  section.web .right span {
    font-size: 2.5vw;
    margin-left: 14%;
  }

  section.web .right .view-project {
    display: flex;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 7%;
  }

  section.web .right .view-project > a:last-child {
    padding: 1.8% 6%;
    font-size: 1.8vw;
  }

  section.web .left {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.web .left img {
    width: 90% !important;
    margin-bottom: 4% !important;
  }

  section.game {
    background-color: #7fc5eb;
  }

  section.game .border {
    padding: 4% 6% !important;
  }

  section.game .left {
    width: 100%;
    justify-content: center !important;
  }

  section.game .left img {
    bottom: unset;
    margin-bottom: unset;
  }

  section.game .right {
    width: 100%;
  }

  section.game .right .rocky-logo {
    width: 48%;
  }

  section.game .right p {
    font-size: 2.8vw;
  }

  section.game .right .view-project {
    margin-top: 6%;
    margin-bottom: 12%;
  }

  section.game .right .view-project > a:last-child {
    padding: 1.8% 6%;
    font-size: 1.8vw;
  }

  section.gravybaby {
    background-color: #ffffff;
  }

  section.gravybaby .border {
    flex-direction: column;
    width: 100%;
  }

  section.gravybaby .left {
    order: 2;
    justify-content: center;
  }

  section.gravybaby .left img {
    margin-bottom: 0;
    width: 100%;
  }

  section.gravybaby .right {
    order: 1;
  }

  section.gravybaby .right img {
    width: 75%;
  }

  section.gravybaby .right a {
    margin: 8% 0 14% 0;
    padding: 1.8% 6%;
    font-size: 1.8vw;
  }

  /*section.houseofcb .box {
        padding: 2% 5%;
    }

    section.houseofcb .mobile-top {
        display: block;
    }

    section.houseofcb .mobile-top .box {
        padding: 0;
        margin-bottom: 6%;
    }

    section.houseofcb .mobile-top .box .hcb-logo {
        width: 35%;
    }

    section.houseofcb .mobile-top .box .sign {
        width: 10%;
    }

    section.houseofcb .mobile-top .box p {
        font-size: 2.5vw;
    }

    section.houseofcb .mobile-top .sign {
        float: right;
        margin-top: 4%;
    }

    section.houseofcb .mobile-top .view-project {
        margin-top: 8%;
        margin-bottom: 10%;
    }

    section.houseofcb .mobile-top .view-project a {
        text-decoration: none;
        border: 1px solid #000;
        width: fit-content;
        padding: 1.5% 4.2%;
        text-transform: uppercase;
        font-size: 2vw;
        color: #000;
    }

    section.houseofcb .left {
        width: 50%;
    }

    section.houseofcb .left > img {
        width: 100%;
    }

    section.houseofcb .middle {
        display: none;
    }

    section.houseofcb .right {
        width: 32%;
        position: relative;
    }

    section.houseofcb .right .cb1 {
        padding-bottom: 12%;
    }

    section.houseofcb .right .cb1 a {
        padding: 2.8% 10%;
        font-size: 2vw;
    }

    section.rocky .border {
        border: none;
    }

    section.rocky .left,
    section.rocky .right {
        display: block;
        margin: auto;
    }

    section.gravybaby .left,
    section.gravybaby .right {
        display: none;
    }

    section.rocky .border {
        padding: 5%;
    }

    section.rocky .left {
        width: 100%;
    }

    section.rocky .left .rocky-logo {
        position: relative;
        width: 40%;
    }

    section.rocky .left p {
        padding: 0 8%;
        font-size: 2.5vw;
    }

    section.rocky .left span {
        margin-left: 18%;
        font-size: 2.5vw;
    }

    section.rocky .left .view-project {
        display: none;
    }

    section.rocky .right {
        width: 80%;
    }

    section.rocky .right img {
        width: 100%;
        margin: 5% 0 6% 0;
    }

    section.rocky .view-project-2 {
        display: block;
    }

    section.rocky .view-project-2 a {
        font-size: 2vw;
        padding: 1.5% 4%;
    }

    section.gravybaby .middle > .image-top {
        position: relative;
    }

    section.gravybaby .middle > .image-top > .gravybaby-text {
        font-size: 1.9vw;
    }

    section.gravybaby .middle > .image-top .view-project {
        text-align: center;
        margin-top: 4%;
    }

    section.gravybaby .middle > .image-top .view-project > a {
        font-size: 2vw;
    }

    section.gravybaby .middle > .image-bottom {
        position: relative;
        margin-top: 6%;
    }

    section.gravybaby .table {
        margin-bottom: -0.5%;
    }

    section.gravybaby .mobile-images {
        display: block;
        margin-top: -0.1%;
    }*/
}

@media (max-width: 480px) {
  /*section.houseofcb .box {
        padding: 0 3%;
    }

    section.houseofcb .mobile-top .box .hcb-logo {
        width: 45%;
        margin-bottom: -2%;
    }

    section.houseofcb .mobile-top .box p {
        font-size: 3vw;
    }

    section.houseofcb .mobile-top .view-project {
        margin-bottom: 12%;
    }

    section.houseofcb .right .cb1 {
        padding-bottom: 18%;
    }

    section.houseofcb .right .cb1 a {
        font-size: 3vw;
    }

    section.houseofcb .mobile-top .box .sign {
        width: 18%;
    }

    section.houseofcb .mobile-top .view-project a {
        font-size: 2.8vw;
    }

    section.rocky .border {
        padding: 5% 3% 7% 3%;
    }

    section.rocky .left p,
    section.rocky .left span {
        font-size: 3.1vw;
    }

    section.rocky .left .view-project {
        margin-top: 8%;
        margin-bottom: 12%;
    }

    section.rocky .left .view-project > a {
        font-size: 3vw;
        padding: 2.5% 7%;
    }

    section.rocky .view-project-2 a {
        font-size: 2.8vw;
    }

    section.gravybaby {
        padding: 1px;
    }

    section.gravybaby .border-1,
    section.gravybaby .border-2 {
        margin: 4px;
    }

    section.gravybaby .border-3 {
        padding: 0;
        margin: 3px;
    }

    section.gravybaby .middle > .image-top > .gravybaby-logo {
        width: 100%;
    }

    section.gravybaby .middle > .image-top > .gravybaby-text {
        font-size: 2.8vw;
    }

    section.gravybaby .middle > .image-top .view-project {
        margin-top: 5%;
    }

    section.gravybaby .middle > .image-top .view-project > a {
        font-size: 2.8vw;
    }*/
}
