@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #0099ff;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
header .logo span {
  color: #ffc8a3;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-filter: hue-rotate(0deg);
          filter: hue-rotate(0deg);
  transition: all 2s ease;
}
header .logo:hover span {
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
}
.toggle {
  position: relative;
  width: 60px;
  height: 60px;
  background: url(./assets/menu.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  cursor: pointer;
}
.toggle.active {
  background: url(./assets/close.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
}
.showcase {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(0, 4, 15);
  transition: 0.4s;
  z-index: 2;
}
.showcase.active {
  right: 250px;
}

.showcase video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(187, 53, 0, 0.5);
  mix-blend-mode: overlay;
  transition: 0.4s;
}
.overlay.active {
  background: rgba(0, 118, 187, 0.9);
}
.text {
  position: relative;
  z-index: 10;
}

.text h2 {
  font-size: 5em;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.text h3 {
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.text p {
  font-size: 1.1em;
  color: #fff;
  line-height: 1.7em;
  margin: 30px 0;
  font-weight: 400;
  max-width: 750px;
  border-left: #fff 4px solid;
  border-top: #fff 3px solid;
  border-radius: 1px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: justify;
  text-justify: inter-word;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.text p:hover {
  opacity: 0.9;
}
#Portf {
  display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  font-size: 1em;
  border-left: #fff 4px solid;
  border-bottom: #fff 3px solid;
  border-radius: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
}
#Portf:hover {
  letter-spacing: 7px;
  padding: 10px 16px;
  color:rgba(0, 0, 0, 0.7);
  background-color: white;
}
#Portd {
  display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  right: 100px;
  font-size: 1em;
  border-right: #fff 4px solid;
  border-bottom: #fff 3px solid;
  border-radius: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
}
#Portd:hover {
  letter-spacing: 7px;
  padding: 10px 6px 10px 18px;
  color:rgba(0, 0, 0, 0.7);
  background-color: white;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0099ff;
  width: 250px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sea + .menu {
  -webkit-filter:hue-rotate(190deg)!important;
          filter:hue-rotate(190deg)!important;
}
body.sea {
  background-color: #e77000;
}
.forest + .menu {
  -webkit-filter:hue-rotate(320deg)!important;
          filter:hue-rotate(320deg)!important;
}
body.forest {
  background-color: #00b48f;
}
.sea > .overlay {
  -webkit-filter:hue-rotate(190deg)!important;
          filter:hue-rotate(190deg)!important;
}
.sea > .overlay.active {
  -webkit-filter:hue-rotate(210deg)!important;
          filter:hue-rotate(210deg)!important;
}
.forest > .overlay {
  -webkit-filter:hue-rotate(120deg)!important;
          filter:hue-rotate(120deg)!important;
}
.forest > .overlay.active {
  -webkit-filter:hue-rotate(320deg)!important;
          filter:hue-rotate(320deg)!important;
}

.menu ul {
  position: relative;
}
.menu ul li {
  list-style: none;
}

.menu .list-heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 55px;
  font-weight: 900;
  color: #0089e4;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menu .list-heading:hover {
  -webkit-filter: drop-shadow(5px 5px 5px #005791) invert(15%);
          filter: drop-shadow(5px 5px 5px #005791) invert(15%);
}

.menu .list-footer {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  position: absolute;
  left: -20px;
  bottom: 0;
  font-size: 55px;
  font-weight: 900;
  color: #0089e4;
  transition: transform 1s, -webkit-filter 0.3s linear;
  transition: filter 0.3s linear, transform 1s;
  transition: filter 0.3s linear, transform 1s, -webkit-filter 0.3s linear;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu .list-footer:hover {
  -webkit-filter: drop-shadow(5px 5px 5px #005791) invert(15%);
          filter: drop-shadow(5px 5px 5px #005791) invert(15%);
}

.flipper {
  transform: rotateX(360deg);
}

.menu ul li a {
  text-decoration: none;
  font-size: 24px;
  line-height: 1.5em;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  color: #fff;
}
.menu ul li a:hover {
  -webkit-filter: invert(80%) opacity(0.4);
          filter: invert(80%) opacity(0.4);
}

.menu ul li a img {
  border-radius: 30%;
  width: 18px;
}
@media (max-width: 990px) {
  .showcase,
  .showcase header {
    padding: 40px;
  }
  .text h2 {
    font-size: 3.5em;
  }
  .text h3 {
    font-size: 2.5em;
  }
  .text p {
    margin-right: 60px;
  }
  #Portd {
    right: 60px;
  }
}
@media (max-width: 880px) {
  .showcase,
  .showcase header {
    padding: 40px;
  }
  .text h2 {
    font-size: 3em;
  }
  .text h3 {
    font-size: 2em;
  }
  .text p {
    margin-right: 60px;
  }
}
@media (max-width: 560px) {
  .showcase,
  .showcase header {
    padding: 40px;
  }
  .text h2 {
    font-size: 2em;
  }
  .text h3 {
    font-size: 1.5em;
  }
  .text p {
    font-size: 0.9em;
    margin-left: 0;
    margin-right: 0;
  }
  #Portf {
    bottom: 82px;
    left: 40px;
    font-size: 0.8em;
    border-right: none;
    border-bottom: none;
  }
  #Portf:hover {
  padding: 10px 20.5px;
  }
  #Portd {
    bottom: 40px;
    left: 40px;
    right: auto;
    font-size: 0.8em;
    border-right: none;
    border-left: #fff 4px solid;
    border-bottom: #fff 3px solid;
  }
}
