/*
Theme Name: emeraldmarketing
Text Domain: emeraldmarketing
Version: 1.0
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: mizan
Theme URI: https://metasoft/themes/emeraldmarketing/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
* {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --primary-color: #4620ec;
  --primary-hover: rgb(126, 128, 124);
  --secondary-color: #a760c8;
  --tx-color: rgb(22, 26, 20);
  --light-color: #ccc;
  --secondary-tx-color: rgba(22, 26, 20, 0.1);
  --font-size-h2: 54px;
  --font-size-h3: 24px;
  --font-size-h4: 20px;
  --font-size-h6: 15px;
}
/* html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
} */
body {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
/* html,
body {
  height: auto; 
  overflow: visible; 
}
html,
body {
  touch-action: none;
  overflow: hidden;
}
html,
body {
  touch-action: auto;
  overflow-x: hidden;
} */
.cursor-flow {
  width: 10px;
  height: 10px;
  transform: translate(-50%);
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #ffffff1a;
  transition: all 0.2s ease-out;
  color: var(--w);
  background: hsl(0deg 0% 62.99% / 63%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  will-change: transform;
  transition: transform 0.1s ease;
}
.header {
  width: 100%;
  height: 90px;
  background-color: transparent;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.logo {
  width: 100%;
}
.logo img {
  width: 100%;
}
/* START PROTFOLIO STYLE  */
/* .section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.section.four {
  background-color: #f7f7f7;
  z-index: 4;
}
.section_to-pin .section_pin {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section.four.section_to-pin .section_pin {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
} */
.about-section .form {
  margin-top: 44px;
}
.horizontal-scroll {
  overflow: hidden;
  color: black;
  /* height: 400vh; */
}

.horizontal-scroll .horizontal-wrapper {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
}

.protfolio-first-item {
  width: 900px;
  background-color: white;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.protfolio-first-item h1 {
  font-size: 70px;
  margin: 0;
  line-height: 1.4;
  color: var(--tx-color);
}
.protfolio-first-item h4 {
  font-size: 30px;
  font-weight: 300;
  color: #161a14;
  line-height: 0;
  margin: 0;
}
.protfolio-social {
  position: absolute;
  color: var(--tx-color);
  text-decoration: none;
}
.protfolio-social:hover {
  color: var(--primary-hover);
}
.protfolio-instagram {
  left: 20px;
  top: 20px;
}
.protfolio-fb {
  right: 20px;
  top: 20px;
}
.protfolio-youtube {
  left: 20px;
  bottom: 20px;
}
.protfolio-linkedin {
  right: 20px;
  bottom: 20px;
}

.protfolio-item {
  width: 1000px;
  background-color: black;
  border: 1px solid rgb(161, 161, 161);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.protfolio-img-wrapper {
  height: 70vh;
  overflow: hidden;
  transition: height 0.3s ease;
}

.protfolio-img {
  /* height: 70vh;
  display: flex;
  align-items: end;
  width: 100%; */

  width: 100%;
  height: 50px;
  transition: height 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1) !important;
}
.protfolio-img-wrapper {
  width: 100%;
  height: 70vh;
  transition: height 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
  transform: scale(1) !important;
}
.image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.marquee-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.protfolio-content-item {
  padding: 24px 0;
}
.protfolio-content-top {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.protfolio-content-left {
  display: flex;
  align-items: center;
  margin-right: 6px;
  transition: all 1s ease;
  transform: translateX(0px);
  opacity: 0.6;
}
.active .protfolio-content-left {
  transform: translateX(-27px);
  opacity: 1;
}
.protfolio-content-left span {
  padding: 16px 18px;
  border: 1px solid white;
  color: #d1d1d1;
  border-radius: 4px;
  line-height: 0;
  font-size: 14px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 1s ease;
  line-height: 1.5;
  height: 36px;
}
.protfolio-content-right {
  transition: all 1s ease;
}
.protfolio-content-right ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.protfolio-content-right ul li {
  list-style: none;
  font-size: 18px;
  color: #d1d1d1;
  border-right: 1px solid #eee;
  padding: 0 30px;
}
.protfolio-content-item h2 {
  width: 100%;
  color: white;
  font-size: 38px;
  margin: 0;
  margin-top: 34px;
  opacity: 0.4;
  transition: all 0.5s ease;
  font-family: "Syne", sans-serif;
}
.active .protfolio-content-item h2 {
  transition: all 0.5s ease;
  opacity: 1;
}
/* END PROTFOLIO STYLE  */

/* START OUR DESIGNERS */
.designer-bg {
  background: #c5c5c5;
}
.our-designer-section {
  height: 100vh;
  width: 100%;
  background: #c5c5c5;
  overflow: hidden;
}
.our-designer {
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.our-designer h1,
.designer-bottom-tx h1 {
  font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--tx-color);
  text-transform: uppercase;
}
.our-designer h1.middle {
  color: var(--primary-color);
  font-weight: 300;
}
.designer-bottom-tx h1 {
  transform: scale(0);
  opacity: 0;
}
.spread-tx {
  display: flex;
  align-items: center;
}
.designer-item {
  display: flex;
  width: 30px;
  height: 74px;
  position: relative;
}

.designer-item .designer-avatars {
  align-items: center;
  background-color: white;
  border-radius: 3.6875rem;
  display: grid;
  grid-template: 1fr / repeat(auto-fit, minmax(0, 1fr));
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  padding: 0 0.75rem;
  position: absolute;
  width: 100%;
  opacity: 1;
  transform: scale(1);
}
.designer-item .designer-avatars > img {
  width: 64px;
  height: 64px;
  display: flex;
  justify-self: center;
}
.our-design {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.our-design .design-item1 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 500px;
  transform: translate(0px, 460px);
}
.our-design .design-item2 {
  position: absolute;
  right: 0;
  top: 76%;
  width: 350px;
  transform: translate(0px, 400px);
}
.our-design .design-item3 {
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  transform: translate(0px, 760px);
}
.our-design img {
  width: 100%;
}
/* END OUR DESIGNERS */
.canvasSection {
  overflow: hidden;
}
canvas#myCanvas {
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  border-radius: 7rem;
  overflow: hidden;
  background-color: #000;
}

/* START CUBE ANIMATION */
.scene {
  perspective: 1000px;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: start;
  background: black;
  align-items: center;
  flex-direction: column;
}

.cube {
  width: 400px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: transform 1s ease;
}

.face {
  position: absolute;
  width: 500px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-family: monospace;
  font-size: 16px;
  color: #111;
  line-height: 1.2;
  word-break: break-word;
}

.front {
  background: transparent;
  transform: translateZ(250px);
}

.left {
  background: transparent;
  transform: rotateY(-90deg) translateZ(250px);
  align-items: end;
}
.cube-front-wall,
.cube-left-wall {
  display: flex;
  background-color: white;
  height: 100%;
}
.cube-front-wall ul,
.cube-left-wall ul {
  display: flex;
  flex-direction: column;
  align-items: space-between;
  height: 100%;
  margin: o;
  padding: 0;
}
.cube-front-wall ul li {
  font-size: 3.9rem;
  color: var(--tx-color);
  list-style: none;
  font-weight: 600;
  line-height: 1.1;
}

.cube-left-wall ul li {
  font-size: 1.4rem;
  color: var(--tx-color);
  list-style: none;
  font-weight: 600;
}
.cube-bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  z-index: 5;
}
.cube-bubbles span {
  position: absolute;
  bottom: -50px;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  background-size: cover;
  pointer-events: none;
  /* box-shadow: inset 0 0 10px rgba(67, 39, 39, 0.5); */
  animation: animate 4s linear infinite;
}
.cube-bubbles span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.25) translate(-70%, -70%);
  background-color: #eee;
  /* background: radial-gradient(#fff, transparent); */
  border-radius: 50%;
}
@keyframes animate {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  60%,
  99% {
    opacity: 1;
  }
  100% {
    transform: translateY(-1200%);
    opacity: 0;
  }
}

.fake-block {
  background: pink;
  width: 100%;
  min-height: 50vh;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-section {
  /* height: 240px; */
  /* width: 100%;
  background-color: #000000;
  position: relative;
  margin-top: -240px; */

  /* margin-top: -18.75rem; */
  position: relative;
  width: 100%;
  z-index: 1;
  background: black;
  line-height: 0;
}

.wrap {
  position: relative;
  width: 100%;
  /* min-height: 240px; */
}

.wrap svg {
  position: absolute;
  width: 46%;
  height: auto;
  top: 0px;
  right: 4%;
  overflow: visible;
  z-index: 50;
}

.activeSvg {
  height: auto;
  width: 100%;
  z-index: 1;
}
.inactiveSvg {
  z-index: 0;
}
/* .line-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
} */

.cube-video {
  height: 7.5rem;
  position: absolute;
  right: 16px;
  top: 0;
  -webkit-transform: translate(0%, 100%) scale(1);
  transform: translate(0%, 100%) scale(1);
  width: 7.5rem;
  border: 1px solid white;
  border-radius: 50%;
  overflow: hidden;
  z-index: 60;
}
.cube-video .video-animation {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.cube-bg {
  background-color: white;
  width: 2px;
  height: 0%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* END CUBE ANIMATION */

/* START HERO  */
.menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu ul {
  display: flex;
  align-items: center;
}
.menu ul li {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 24px;
}
.menu ul li a {
  color: var(--tx-color);
  font-size: 16px;
  text-decoration: none;
}
.menu ul li:hover a {
  color: var(--primary-color);
}
.right-menu ul li {
  display: flex;
  justify-content: end;
  align-items: center;
}
.banner {
  /* background-color: #f5e6f6; */
  /* background-image: linear-gradient(153deg, #fcd6ed96 42%, #dbe5fd 100%); */
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../image/hero-bg.png");
  background-size: cover;
}
/* .banner::before {
  content: "";
  position: absolute;
  right: 0;
  top: -226px;
  width: 571px;
  height: 1000px;
  background-image: url(../image/banner-bg.png);
  --background-overlay: "";
  background-position: center right;
  background-size: cover;
} */
.banner-content h2 {
  color: var(--tx-color);
  margin-top: 0;
  font-size: 5rem;
  text-align: center;
  margin: 0;
}
.banner-content h4 {
  color: var(--secondary-color);
  font-size: 4rem;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
  font-weight: 400;
}
.banner-content p {
  color: var(--tx-color);
  font-size: 1rem;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  width: 70%;
  margin: 18px auto;
}

.banner-contact-btn {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: white;
  background-color: var(--primary-color);
  color: white;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 166px;
  height: 50px;
  border-radius: 30px;
  margin: 24px auto 0;
  padding: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}
.banner-contact-btn:hover {
  background-color: var(--secondary-color);
}
.banner-contact-btn span {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.banner-contact-btn:hover span {
  transform: rotate(46deg);
  transition: all 0.3s ease;
}
.banner-contact-btn span img {
  height: 24px;
  width: 24px;
}
.banner-contact-btn b {
  margin-left: 10px;
  color: white;
}
.banner-contact-btn.contact-btn-small {
  width: 134px;
  height: 40px;
  padding: 3px;
  margin: 0;
  background: black;
  border: 1px solid black;
}
.banner-contact-btn.contact-btn-small:hover {
  background: var(--secondary-color);
}
.banner-contact-btn.contact-btn-small b {
  font-size: 16px;
  text-transform: none;
  font-weight: 300;
}
.banner-contact-btn.contact-btn-small span {
  height: 28px;
  width: 28px;
}
.banner-contact-btn.contact-btn-small span img {
  height: 20px;
  width: 20px;
}

.banner-content a.service-btn {
  background-color: #fff;
  color: var(--primary-color);
  margin-left: 44px;
}

/* .banner-content a:hover,
.banner-content a.service-btn:hover {
  background-color: var(--primary-hover);
  transition: all 0.3s ease;
  cursor: pointer;
} */

#kv-Animate-Heading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* row-gap: 1ch; */
}

.word {
  white-space: pre;
  padding-right: 0.7ch;
}
.first--letter {
  position: relative;
}

.second--letter {
  opacity: 1;
  position: absolute;
  left: 0;
  z-index: 3;
  color: transparent;
}

.lettering {
  --random_direct: 1;
}

.kv-slide-second-letter > span > span {
  animation: kv-slide-in 1s ease-out forwards;

  opacity: 0;
  animation-play-state: var(--kv_play_state);
  z-index: 12;
}

.kv-slide-second-letter > .first--letter {
  animation-play-state: var(--kv_play_state);
  animation: kv-fade-out 1.5s ease-in forwards;
}

@keyframes kv-fade-out {
  0% {
    color: var(--primary-hover);
    opacity: 1;
  }
  75%,
  100% {
    color: rgba(256, 256, 256, 0);
  }
}

@keyframes kv-slide-in {
  0% {
    color: var(--primary-hover);
    transform: translatex(calc(var(--random_direct) - 1.5ch));
    opacity: 0.01;
  }

  100% {
    color: var(--primary-hover);
    transform: translatex(0);
    opacity: 1;
  }
}
/* END HERO */

/* START TAB SECTION */
.tab-section {
  width: 100%;
  height: 700px;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.tabs-container {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  overflow: visible; /* Changed to visible */
  position: relative;
  z-index: 1;
  padding: 20px;
}

.tabs-header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.tab-button {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background: transparent;
  font-weight: 600;
  color: #333;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.tab-button.active {
  background: #eecffc;
  color: #000;
}

.tab-content {
  position: relative;
  height: 400px;
  overflow: visible; /* Changed to visible */
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.floating-text {
  position: absolute;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  animation: floatText 6s ease-out infinite;
  opacity: 0;
  z-index: 2;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.floating-text:hover {
  transform: scale(1.2);
  opacity: 1 !important;
}

@keyframes floatText {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--random-x), var(--final-y)) scale(var(--scale))
      rotate(var(--rotate));
    opacity: 1;
  }
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .tab-button {
    flex: 1 1 auto;
    min-width: 100px;
    font-size: 14px;
  }
  .tab-content {
    height: 320px;
  }
  .floating-text {
    font-size: 11px;
    padding: 6px 14px;
  }
}
/* END TAB SECTION */

.value-tx-section {
  margin-bottom: 100px;
}
.value-section {
  /* height: 550vh; */
  /* background-color: red; */
}
.our-value-item {
  /* width: 900px;
  height: 380px; */
  width: 100%;
  height: auto;
  background-color: gray;
  border-radius: 10px;
  color: var(--tx-color);
  padding: 44px;
  margin-right: 44px;
  position: relative;
  text-align: left;
}
.our-value-item h2 {
  font-size: 44px;
  margin: 0;
  padding: 0;
}
.our-value-item p {
  font-size: 16px;
  width: 60%;
}
.our-value-tag {
  width: 75%;
}
.our-value-tag span {
  padding: 8px 14px;
  background-color: white;
  margin-right: 14px;
  margin-bottom: 14px;
  color: var(--tx-color);
  font-size: 14px;
  display: inline-block;
  border-radius: 18px;
}
.our-value-item h4 {
  font-size: 16px;
  text-decoration: underline;
}
.our-value-1 {
  background-color: transparent;
  background-image: linear-gradient(120deg, #e5c1fc 9%, #ffdffa 100%);
}
.our-value-2 {
  background-color: transparent;
  background-image: linear-gradient(102deg, #70fdfd 17%, #ffd8d9 75%);
}
.our-value-3 {
  background-color: transparent;
  background-image: linear-gradient(120deg, #e2b4ff 9%, #f9b88b 100%);
}
.our-value-4 {
  background-color: transparent;
  background-image: linear-gradient(120deg, #c8e49a 9%, #eeb9db 100%);
}
.our-value-img {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 24px;
  top: 24px;
}
.our-value-img img {
  width: 100%;
  height: 100%;
  animation: rotateAnimation 2s linear infinite;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.our-value-pin {
  background-color: white !important;
}
.our-value-tx {
  color: var(--tx-color);
}
.our-value-tx h1 {
  font-size: 44px;
  padding-left: 100px;
}
.our-value-tx p {
  font-size: 16px;
  line-height: 1.8;
}
/* START OUR VALUES */
/* END OUR VALUES */
.section_pinaa {
  padding: 0 !important;
  background-color: white !important;
}

/* START SLIDER SECTION */
.showcase-section {
  width: 100vw;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.showcase__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 200%;
  margin-left: -50%;
  margin-right: -50%;
  position: relative;
  overflow: hidden;
}

.showcase__items {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}

.showcase__item {
  position: absolute;
  width: 33.3333%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  cursor: grabbing;
}

.slider-controll {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  transform: translateY(-50%);
}
.slider-controll button {
  cursor: pointer;
  font-size: 1em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #7b7b7b;
  background: rgb(255 255 255 / 54%);
}

/* END SLIDER SECTION */

/* START IDEA SECTION */

.idea-section {
  height: 200vh;
  background: yellow;
  position: relative;
}
.idea-fill {
  background: #c7bfcf;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.idea-content {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  padding: 8.125rem 1.25rem 1.25rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(6.25rem);
  transition: transform 0s 0.75s, opacity 0s 0.75s;
  opacity: 1;
}

.idea-svg {
  transition: transform 1s 0.3s, opacity 1s 0.3s;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  bottom: 3.125rem;
  position: absolute;
  width: 100%;
}
.idea-wrap {
  /* align-items: flex-end; */
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  padding: 8.125rem 1.25rem 1.25rem;
  /* position: absolute; */
  top: 0;
  width: 100%;
  z-index: 1;
}
.idea-bg {
  border-radius: 10rem;
  height: 32.5rem;
  opacity: 1;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  transition: opacity 0.3s ease;
  width: 28.75rem;
}
.idea-bg-test {
  width: 300px;
  height: 300px;
  overflow: hidden;
  background-color: red;
}

.startups {
  align-items: center;
  background: var(--color-black-100);
  display: flex;
  flex-direction: column;
  height: 400vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.startups__sticky {
  align-items: flex-start;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.startups__sticky .startups__content {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  padding: 8.125rem 1.25rem 1.25rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.startups__sticky .startups__content .parent {
  border-radius: 10rem;
  height: 32.5rem;
  opacity: 1;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  transition: opacity 0.3s ease;
  width: 28.75rem;
}

.startups__sticky .startups__content .parent canvas {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.canWrap {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  /* background-color: black; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
.canItem {
  border-radius: 10rem;
  height: 28.75rem;
  width: 28.75rem;
  opacity: 1;
  overflow: hidden;
  position: relative;
  /* -webkit-transform: translateY(-25%);
  transform: translateY(-25%); */
  transition: opacity 0.3s ease;
}

/* test */
#ideaBgParent {
  position: relative;
  /* width: 20%;
  height: 20vh; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

#revealText {
  opacity: 0;
  transform: translateY(300px);
  text-align: center;
  font-size: 8rem;
  color: white;
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.canWrap {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ideaSvgWrap {
  /* bottom: 3.125rem; */
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.ideaSvgcontainer {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ideaSvgWrap svg {
  opacity: 1;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  transition: opacity 0.3s ease;
  position: relative;
  width: 100%;
  height: 70vh;
  margin: 0 auto;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ideaSvgWrap h2 {
  font-size: 2rem;
  line-height: 1.4;
  color: white;
  margin: 0;
  padding: 0;
  z-index: 5;
  text-align: center;
}
.activeIdeaPath {
  height: auto;
  width: 100%;
  z-index: 1;
}
.blur-bg-wrap {
  position: absolute;
  width: 100%;
  height: 568px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 50;
}

.blur-bg {
  background: url(../image/blur.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  transform: scale(1);
}

/* END IDEA SECTION */

/* START ABOUT SECTION */
.about-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-title {
  display: flex;
  align-items: center;
}
.about-title span {
  font-size: 2rem;
  font-weight: 600;
  color: var(--tx-color);
}
.about-subtitle {
  font-size: 1.5rem;
  color: var(--tx-color);
  margin-top: 0.5rem;
}
.about-title .about-video {
  border-radius: 100%;
  height: 4.6875rem;
  margin: 0 0.5rem;
  overflow: hidden;
  position: relative;
  width: 4.6875rem;
}
.about-title .about-video video {
  border-radius: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.trust-us {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.trust-us h4 {
  font-size: 1.5rem;
  color: #bcbcbc;
  margin-bottom: 14px;
}
.trust-container {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin: 0;
}
.truns-left {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.trust-icon-wrap {
  display: flex;
}
.trust-container h5 {
  color: var(--tx-color);
  font-size: 1rem;
  margin: 0;
}
.flow-us {
  margin-top: 44px;
}
.flow-us h4 {
  font-size: 1.5rem;
  color: #bcbcbc;
  margin: 0;
}
.flow-email {
  color: var(--tx-color);
  font-size: 1rem;
  margin: 0;
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
.flow-email::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.flow-email::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.flow-email:hover::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.socila-icon {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.socila-icon a {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.socila-icon a:hover {
  background-color: var(--primary-hover);
  transform: translateX(-2px);
  transition: all 0.3s ease;
}

/* Input */

.input-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: white;
}
.input-item label {
  font-size: 1rem;
  color: var(--tx-color);
  margin-bottom: 0.5rem;
}

.btn {
  position: relative;
  padding: 0.5rem;
  font-size: 1rem;
  color: white;
  background: linear-gradient(to right, purple, white, purple) bottom / 0% 2px
    no-repeat #000;
  border: none;
  border: none;

  width: 10rem;

  outline: none;

  transition: 1s;
}

.btn:focus {
  background-size: 100% 2px;
}

.effect {
  border: none;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  outline: none;
  width: 100%;
}

.effect ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 99;
}

.effect ~ .focus-border:before,
.effect ~ .focus-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: purple;
  transition: 0.4s;
}

.effect ~ .focus-border:after {
  left: auto;
  right: 0;
}

.effect:focus ~ .focus-border:before,
.effect:focus ~ .focus-border:after {
  width: 50%;
  transition: 0.4s;
}
:root {
  --background-color: #f4e7e1;
  --border-color: #d9d9d9;
  --text-color-primary: #2d2d2d;
  --checked-color: #4e71ff;
}

/* Checkbox */

.interests .interests-items {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  justify-content: space-between;
}

.interests .interests-items .item {
  position: relative;
  padding: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 20px;
  border-radius: 5px;
  background: transparent;
  user-select: none;
  color: var(--tx-color);
  cursor: pointer;
}

.interests .interests-items .item input[type="checkbox"] ~ label {
  z-index: 2;
  cursor: pointer;
}

.interests .interests-items .item input[type="checkbox"]::after,
.interests .interests-items .item input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  appearance: none;
  border-radius: 50px;
  transition: all linear 0.52s;
  cursor: pointer;
}
.interests
  .interests-items
  .item
  input[type="checkbox"]:checked
  ~ label.icon-checkbox {
  border-color: var(--primary-color);
}
.interests
  .interests-items
  .item
  input[type="checkbox"]:checked
  ~ label.icon-checkbox::after {
  transform: scale(0.7);
  opacity: 1;
}
.interests .interests-items .item input[type="checkbox"]::after {
  content: "";
  display: block;
  z-index: -1;
  border: solid 1px var(--light-color);
  background: transparent;
}
.interests .interests-items .item input[type="checkbox"]:checked::after {
  border: solid 1px var(--primary-color);
  background-color: var(--secondary-color);
}
.about-form-title {
  font-size: 1rem;
  color: var(--tx-color);
  margin-bottom: 0.5rem;
  margin-top: 24px;
  margin-bottom: 16px;
}

/* Radio */

.budget .budget-items {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  justify-content: space-between;
}

.budget .budget-items .item {
  position: relative;
  padding: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 20px;
  border-radius: 5px;
  background: transparent;
  user-select: none;
  color: var(--tx-color);
  cursor: pointer;
}

.budget .budget-items .item input[type="radio"] ~ label {
  z-index: 2;
  cursor: pointer;
}

.budget .budget-items .item input[type="radio"],
.budget .budget-items .item input[type="radio"]::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  appearance: none;
  border-radius: 50px;
  transition: all linear 0.52s;
  cursor: pointer;
}

.budget .budget-items .item input[type="radio"]::after {
  content: "";
  display: block;
  z-index: -1;
  border: solid 1px var(--light-color);
  background: transparent;
}

.budget .budget-items .item input[type="radio"]:checked::after {
  border: solid 1px var(--primary-color);
  background-color: var(--secondary-color);
}
.submit-btn {
  padding: 18px 64px;
  border-radius: 29px;
  background-color: var(--primary-color);
  color: white;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  border: none;
  cursor: pointer;
  margin-top: 44px;
}
.submit-btn:hover {
  background-color: var(--primary-hover);
  transition: all 0.3s ease;
}
/* .label-up {
  display: block;
  position: relative;
  top: 0%;
  transition: 0.3s;
  font-size: 18px;
}

.interests .interests-items .item {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #16a756;
  color: white;
  border-radius: 2px;
  transition: 0.3s;
}

.interests .interests-items .item:hover .label-up {
  top: -100%;
} */

/* END ABOUT SECTION  */

/* START PRICING SECTION */
.pricing-card {
  border: 1px solid var(--light-color);
  border-radius: 30px;
  flex-direction: column;
  padding: 60px 30px 46px;
  transition: all 0.3s;
  display: flex;
  position: relative;
  color: var(--tx-color);
  transition: all 0.3s ease;
}
.pricing-card:hover {
  border-radius: 14px;
  transform: translateY(-24px);
  transition: all 0.3s ease;
}
.pricing-card.card-dark {
  background-color: #0f0f0f;
}
.card-dark .pricing-title h3,
.card-dark .pricing-amount h2,
.card-dark .pricing-included h4 {
  color: white;
}
.card-dark .spectacledcoder-button2 {
  background: #0f0f0f;
  color: white;
}
.top-slogan {
  background-color: var(--primary-color);
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 144px;
  height: 44px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.pricing-title {
  margin: 0;
}
.pricing-title h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.pricing-title h6 {
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 0;
  color: #858585;
}
.pricing-amount {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
}
.pricing-amount h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}
.pricing-amount h2 span {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
}
.pricing-amount h6 {
  color: #858585;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 22px;
  width: 100%;
  margin-top: 16px;
}
.price-btn {
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}
.start-btn {
}
.start-btn img {
  width: 20px;
}
.start-btn-1,
.start-btn-2 {
  display: flex;
  margin: auto;
  width: 100%;
  height: 60px;
  border-radius: 14px;
  animation: rotation 3s linear 0s infinite;
}
.start-btn-2 {
  background: linear-gradient(
    260deg,
    var(--primary-color),
    rgba(255, 255, 255, 0)
  );
}
.start-btn-1:hover {
  background: linear-gradient(
    var(--gradient-angle),
    rgb(203 191 255),
    rgb(31 0 169)
  );
}
.start-btn-2:hover {
  background: linear-gradient(
    var(--gradient-angle),
    var(--primary-color),
    rgba(255, 255, 255, 0)
  );
}
.start-btn-1 a,
.start-btn-2 a {
  width: 98%;
  height: 94%;
  margin: auto;
  outline: none;
  border: none;
  border-radius: 14px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-btn-1 a span,
.start-btn-2 a span {
  margin-left: 10px;
  margin-top: 4px;
}
.start-btn-1 a img,
.start-btn-2 a img {
  width: 18px;
}
.start-btn-1 a {
  background-color: var(--primary-color);
  color: rgb(255, 255, 255);
}
.start-btn-2 a {
  background-color: rgba(255, 255, 255, 0.911);
  color: rgb(0, 0, 0);
}

@keyframes rotation {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.pricing-included {
  margin-top: 44px;
}
.pricing-included h4 {
  color: var(--tx-color);
  font-size: var(--font-size-h4);
  margin: 0;
}
.pricing-included ul {
  margin-top: 24px;
  margin-left: 16px;
  padding: 0;
}
.pricing-included ul li {
  color: #858585;
  font-size: var(--font-size-h5);
  margin-bottom: 16px;
}

/* END PRICING SECTION */

/* START SERVICE TEXT SECTION */
.servic-text-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.servic-text-section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.servic-text-section ul li {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  width: 100%;
  transition: all 0.6s ease;
}
.servic-text-section ul li a {
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
.servic-text-section ul li a i {
  font-size: 16px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 22px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.servic-text-section ul li:hover a {
  transform: scale(0.9);
  transition: all 0.4s ease;
}
.servic-text-section ul li:hover a i {
  background-color: var(--primary-color);
  color: white;
  transition: all 0.6s ease;
}
.servic-text-section ul li span {
  font-size: 70px;
  color: var(--tx-color);
  font-weight: 600;
}
.servic-text-section ul li:nth-child(1) {
  transform: translateX(0);
}
.servic-text-section ul li:nth-child(2) {
  transform: translateX(50px);
}
.servic-text-section ul li:nth-child(3) {
  transform: translateX(100px);
}
.servic-text-section ul li:nth-child(4) {
  transform: translateX(150px);
}
.servic-text-section ul li:nth-child(5) {
  transform: translateX(200px);
}
.servic-text-section ul li:nth-child(6) {
  transform: translateX(250px);
}
.servic-text-section ul li:nth-child(7) {
  transform: translateX(300px);
}

.servic-text-section ul img {
  position: absolute;
  width: 200px;
  height: 200px;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
  left: 106px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transform: scale(0);
  border-radius: 4px;
  overflow: hidden;
}
.servic-text-section {
  background: white;
}
.hover-mover-wrapper::hover.servic-text-section ul img {
  left: 0px;
  transition: all 0.5s ease;
}
/* END SERVICE TEXT SECTION */

/* START FAQS */
.faq-section {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 120px;
}
.grid--accordion {
  margin-left: 244px;
}
.faq-title {
  font-size: 90px;
  line-height: 104px;
  color: white;
  font-weight: 500;
}
.faq-title span {
  color: #7b7b7b;
}

.accordion-group {
  background-color: black;
  border-radius: 10px;
  padding: 20px;
  color: white;
  cursor: pointer;
}
.u-overflow-h {
  overflow: hidden;
}
.accordion-wrap {
  border-radius: 10px;
  padding: 20px;
}

.faq-detail-title {
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  align-items: center;
  width: 100%;
  position: relative;
}
.faq-detail-title span {
  /* display: block; */
  /* color: var(--tx-color); */
}

.faq-detail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  left: -77px;
  top: -12px;
}
.faq-detail-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 1rem;
  fill: black;
  transform: translate(-50%, -50%);
}

.faq-detail-inner {
  margin-top: 24px;
  font-size: 1.8rem;
}
.faq-desc {
  color: #858585;
  font-size: 17px;
}
/* END FAQS */

/* START MEDIA QUERIES */
@media (max-width: 1600px) {
  .protfolio-item {
    width: 700px;
  }
}
@media (max-width: 1400px) {
  /* Your styles here */
}
@media (max-width: 1200px) {
  /* Your styles here */
}
@media (max-width: 1024px) {
  /* .m-hide {
    display: none;
  } */
}
@media (max-width: 992px) {
  .m-hide {
    display: none;
  }
  .our-designer h1,
  .designer-bottom-tx h1 {
    font-size: 1.5rem;
  }
  .cursor-flow {
    display: none;
  }
}

@media (max-width: 768px) {
  .our-value-tx h1 {
    font-size: 34px;
    padding-left: 0px;
    text-align: center;
  }
  .our-value-tx p {
    text-align: justify;
  }
  .interests .interests-items .item input[type="checkbox"] ~ label {
    font-size: 13px;
  }
  .budget .budget-items .item input[type="radio"] ~ label {
    font-size: 13px;
  }
  .input-item {
    margin-top: 24px;
  }
  .slider-controll {
    padding: 0;
  }
  .cube-video {
    right: 3px;
  }
  .tab-section {
    height: 560px;
  }
  .value-tx-section {
    margin-bottom: 20px;
  }
  .showcase__item {
    width: 100%;
    padding-left: 30%;
    padding-right: 12%;
  }
  .protfolio-item {
    width: 600px;
  }
  .banner-content h2 {
    font-size: 3rem;
  }
  .banner-content h4 {
    font-size: 2.5rem;
  }
  .banner-content p {
    font-size: 1rem;
    width: 100%;
  }
  .protfolio-content-top {
    flex-direction: column;
    padding-left: 8px;
  }
  .protfolio-content-right ul li:first-child {
    padding-left: 0;
    text-align: left;
  }
  .protfolio-content-right {
    margin-top: 16px;
  }
  .protfolio-content-item h2 {
    font-size: 28px;
    padding-left: 8px;
  }
  .spread-tx {
    flex-direction: column;
  }
  .our-designer-section {
    /* overflow: unset; */
    overflow: hidden;
  }
  .designer-item {
    transform: scale(0.7);
  }
  .our-value-item {
    width: 100%;
  }
  .our-value-item p {
    font-size: 14px;
    width: 100%;
  }
  .our-value-item h2 {
    font-size: 24px;
  }
  .our-value-tag {
    width: 100%;
  }
  .our-value-tag span {
    padding: 6px 8px;
    margin-right: 4px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .our-value-img {
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
  }
  .servic-text-section ul li span {
    font-size: 20px;
  }
  .servic-text-section ul li a i {
    font-size: 16px;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .servic-text-section ul li {
    transform: translateX(0px) !important;
  }
  .servic-text-section ul img {
    width: 60px;
    left: 0;
  }
  #revealText {
    font-size: 3rem;
  }
  .canItem {
    border-radius: 2rem;
    height: 10%;
    width: 10%;
  }
  canvas#myCanvas {
    border-radius: 2rem;
  }
  .faq-title {
    font-size: 68px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .faq-title span {
    margin-right: 10px;
  }
  .grid--accordion {
    margin-left: 30px;
  }
  .faq-detail-icon {
    top: 5px;
  }
  .pricing-card {
    margin-top: 44px;
  }
  .about-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .protfolio-item {
    width: 100%;
  }
  .designer-item {
    max-width: 360px;
  }
  .face {
    position: absolute;
    width: 400px;
    height: 300px;
  }
  .cube-front-wall ul li {
    font-size: 2.6rem;
  }
}
@media (max-width: 400px) {
  .cube {
    width: 300px;
    height: 326px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 1s ease;
  }
  .face {
    position: absolute;
    width: 300px;
    height: 326px;
  }
  .front {
    transform: translateZ(160px);
  }
  .left {
    transform: rotateY(-83deg) translateZ(174px);
  }
  .cube-left-wall ul li {
    font-size: 1rem;
    font-weight: 300;
  }
}

/* END MEDIA QUERIES */
