@import url(https://fonts.googleapis.com/css2?family=Italiana&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik+Microbe&display=swap);
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: Italiana, serif;
}
html {
  overflow-x: hidden;
}
.header {
  position: fixed;
  width: 100vw;
  height: 20%;
  display: flex;
  z-index: 1000;
}
.container-left-0 {
  width: 10%;
  background-color: transparent;
}
.container-left {
  width: 40%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-end-start-radius: 1%;
}
.socrates {
  height: 100%;
  border-radius: 1%;
}
.header .img-container .logo {
  background-image: linear-gradient(to right, #fff, #000);
  box-shadow: 0.9rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  transform: translate(-50%);
}
.hue-shift.logo:hover {
  animation: hue-shift 2s infinite alternate;
}
@keyframes hue-shift {
  from {
    filter: hue-rotate(0);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
.container-right {
  width: 40%;
  height: 100%;
  background: #070606;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 1%;
}
.header .container-right .navbar {
  width: 100%;
  height: 100%;
}
.header .navbar .nav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
}
.header .navbar .nav-menu li a {
  color: #fff;
  text-decoration: none;
}
.container-right-0 {
  width: 10%;
  background: 0 0;
}
.back-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.home .what-why {
  width: 100%;
  height: 100vh;
}
.home .what-why .what {
  float: left;
  position: relative;
  text-align: center;
  width: 50%;
  height: 100%;
  opacity: 0.7;
}
.home .what-why .what:hover {
  opacity: 1;
}
.home .what-why .what .what-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .what-why .what .content-what {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 100.5%;
}
.home .what-why .what .content-what .text-what {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  font-size: 32px;
  white-space: nowrap;
}
.home .what-why .what .content-what .box {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%);
}
.home .what-why .what .content-what .box a span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate-0 2s infinite;
}
.home .what-why .what .content-what .box a span:nth-child(1) {
  animation-delay: -0.2s;
}
.home .what-why .what .content-what .box a span:nth-child(2) {
  animation-delay: -0.4s;
}
@keyframes animate-0 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home .what-why .why {
  width: 50%;
  float: right;
  height: 100%;
  opacity: 0.7;
}
.home .what-why .why .content-why {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 100.5%;
}
.home .what-why .why .content-why .text-why {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  font-size: 32px;
  white-space: nowrap;
}
.home .what-why .why .content-why .btn {
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translate(-50%);
  font-size: 32px;
  padding: 12px 48px;
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
.home .what-why .why .content-why .btn:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.3);
}
.home .what-why .why .why-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.home .what-why .why:hover {
  opacity: 1;
}
.what-section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000;
  z-index: -10;
}
.what-section .container-angel {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
}
.what-section .div-text {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 10rem;
  font-family: "Times New Roman", Times, serif;
}
.what-section .inner-text {
  z-index: -1;
  color: #fff;
}
.what-section .outer-text {
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}
.what-section .title {
  display: none;
}
.what-section .what-paragraph {
  position: absolute;
  top: 70%;
  padding: 0 30px;
  font-size: 32px;
  font-family: Italiana, serif;
  text-align: justify;
  color: #fff;
}
.fade-in {
  opacity: 0;
}
.fade-in.appear {
  animation: slideContent 0.5s linear 0.5s backwards;
  animation-fill-mode: both;
}
@keyframes slideContent {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
  }
}
.what-section-2 {
  width: 100%;
  height: auto;
}
.what-section-2 .list-img {
  text-align: center;
  padding: 5rem 0;
  margin-bottom: 0;
}
.what-section-2 .list-img img {
  width: 125px;
  margin-right: 4rem;
}
.what-section-2 .what-heading {
  text-align: center;
  font-size: 64px;
  margin-top: 7rem;
}
.what-section-2 .what-paragraph-2 {
  text-align: justify;
  padding: 5rem 30px;
  font-size: 32px;
}
.why-section {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: #000;
}
.why-section .why-title {
  position: relative;
  height: 100%;
  top: 1rem;
}
.why-section .why-title h2 {
  position: absolute;
  top: 10%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 8em;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
}
.why-section .why-title h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #03a9f4;
}
.why-section .why-title h2:nth-child(2) {
  color: #03a9f4;
  animation: animate 4s ease-in-out infinite;
}
.why-section .why-paragraph {
  position: absolute;
  top: 50%;
  text-align: justify;
  padding: 0 30px;
  font-size: 32px;
  color: #fff;
}
@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0 46%,
      13% 46%,
      29% 53%,
      47% 59%,
      68% 60%,
      85% 56%,
      100% 51%,
      100% 100%,
      0 100%
    );
  }
  50% {
    clip-path: polygon(
      0 63%,
      18% 66%,
      36% 65%,
      51% 60%,
      69% 52%,
      84% 48%,
      100% 51%,
      100% 100%,
      0 100%
    );
  }
}
.button-section {
  width: 100%;
  height: 90vh;
  position: relative;
}
.button-section .interact {
  text-align: center;
  font-size: 2rem;
  font-family: Poppins, sans-serif;
  margin-top: 1rem;
}
.button-section .button-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.button-section .button-wrap #btn-primary {
  position: absolute;
  --y: -25;
  --x: 0;
  --rotation: 0;
  --speed: 2;
  --txt: Buttons;
  --padding: 12px 48px;
  font-family: Poppins, sans-serif;
  color: #fff;
  cursor: pointer;
  padding: var(--padding);
  font-weight: 700;
  font-size: 1.25rem;
  transition: background 0.1s ease;
  background-image: linear-gradient(to right, #870000, #190a05);
  animation-name: flow-and-shake;
  animation-duration: calc(var(--speed) * 1s);
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.button-section .button-wrap #btn-primary::after {
  content: var(--txt);
  position: absolute;
  font-family: Poppins, sans-serif;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}
.button-section .button-wrap #btn-primary:hover {
  background-image: linear-gradient(to right, #500, #190a05);
  color: transparent;
  --speed: 0.1;
  --rotation: -1;
  --y: -1;
  --x: 1;
  --txt: "Click me";
  padding: 12px 48px;
}
.button-section .button-wrap #button-shadow {
  position: relative;
  border-radius: 100%;
  bottom: -40px;
  height: 4px;
  width: 12%;
  background: #af9d9d;
  animation: shadow 2s infinite ease-in-out;
  z-index: -1;
}
@keyframes shadow {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    opacity: 0.2;
    transform: scaleX(0.25);
  }
}
@keyframes flow-and-shake {
  0%,
  100% {
    transform: translate(calc(var(--x) * -1%), 0)
      rotate(calc(var(--rotation) * -1deg));
  }
  50% {
    transform: translate(calc(var(--x) * 1%), calc(var(--y) * 1%))
      rotate(calc(var(--rotation) * 1deg));
  }
}
.button-section .container-gif {
  position: relative;
  bottom: 80%;
}
.button-section .container-gif #gif-socrates {
  transform: translate(-50%);
  left: 50%;
  width: 25%;
  position: absolute;
  display: none;
}
.button-section .socrates-words {
  font-size: 32px;
  position: relative;
}
.button-section .socrates-words #hello {
  position: absolute;
  left: 20%;
  top: 13rem;
  display: none;
}
.button-section .socrates-words #socrates-name {
  position: absolute;
  left: 70%;
  top: 13rem;
  display: none;
}
.game-section {
  height: 120vh;
  width: 100%;
  position: relative;
  background: #000;
}
.game-section .game-title {
  font-family: Poppins, sans-serif;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.game-section .instructions {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 10%;
  text-align: justify;
  transform: translate(-50%);
}
#canvas1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  max-width: 95%;
  max-height: 100%;
}
#backgroundImage,
#enemyImage,
#playerImage {
  display: none;
}
#fullScreenButton {
  position: absolute;
  font-size: 20px;
  padding: 10px;
  top: 90%;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
.animation-section {
  height: 100vh;
  width: 100%;
  position: relative;
  background-image: linear-gradient(to top, #d3649f, #000);
}
.animation-section .animation-title {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: Poppins, sans-serif;
}
.wrap {
  height: 82%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
.creativity-title {
  font-family: "Rubik Microbe", cursive;
  font-weight: 600;
  color: #fff;
  font-size: 100px;
  position: relative;
  margin: 0 auto;
  text-shadow: 0 -5px 10px rgba(255, 255, 255, 1),
    0 0 5px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0),
    0 0 15px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0);
  -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse,
    shift 4s ease-in-out infinite alternate,
    blur 8s ease-in-out infinite alternate;
  animation: noise-anim 3s infinite linear alternate-reverse,
    shift 4s ease-in-out infinite alternate,
    blur 8s ease-in-out infinite alternate;
  transform: skewX(0);
}
.creativity-title:after {
  content: attr(data-text);
  position: absolute;
  left: 3px;
  text-shadow: -1px 0 red;
  top: 0;
  color: transparent;
  background: 0 0;
  overflow: hidden;
  clip-path: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse,
    shift 4s ease-in-out infinite alternate;
  animation: noise-anim-2 3s infinite linear alternate-reverse,
    shift 4s ease-in-out infinite alternate;
  transform: skewX(0);
  z-index: -2;
  opacity: 0.7;
}
.creativity-title:before {
  content: attr(data-text);
  position: absolute;
  left: 1px;
  text-shadow: -3px 0 #0ff;
  top: 0;
  color: transparent;
  background: 0 0;
  overflow: hidden;
  clip-path: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse,
    shift 4s ease-in-out infinite alternate;
  animation: noise-anim-2 3s infinite linear alternate-reverse,
    shift 4s ease-in-out infinite alternate;
  transform: skewX(0);
  z-index: -1;
  opacity: 0.8;
}
@keyframes blur {
  0%,
  100%,
  40%,
  50%,
  60%,
  90%,
  95% {
    text-shadow: 0 -5px 10px rgba(255, 255, 255, 1),
      0 0 5px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0),
      2px 1px 15px rgba(100, 240, 255, 0), 0 0 20px rgba(255, 255, 255, 0);
  }
  45%,
  75% {
    text-shadow: 0 -5px 10px rgba(255, 255, 255, 1),
      0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1),
      2px 1px 15px rgba(100, 240, 255, 1), 0 0 20px rgba(255, 255, 255, 1);
  }
  97.5% {
    text-shadow: 0 -5px 10px rgba(255, 255, 255, 0),
      0 0 5px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0),
      2px 1px 4px rgba(255, 100, 100, 1), 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(42px, 9999px, 89px, 0);
  }
  5% {
    clip: rect(52px, 9999px, 3px, 0);
  }
  10% {
    clip: rect(11px, 9999px, 99px, 0);
  }
  15% {
    clip: rect(83px, 9999px, 57px, 0);
  }
  20% {
    clip: rect(27px, 9999px, 34px, 0);
  }
  25% {
    clip: rect(49px, 9999px, 90px, 0);
  }
  30% {
    clip: rect(96px, 9999px, 74px, 0);
  }
  35% {
    clip: rect(11px, 9999px, 97px, 0);
  }
  40% {
    clip: rect(78px, 9999px, 26px, 0);
  }
  45% {
    clip: rect(51px, 9999px, 32px, 0);
  }
  50% {
    clip: rect(26px, 9999px, 2px, 0);
  }
  55% {
    clip: rect(98px, 9999px, 7px, 0);
  }
  60% {
    clip: rect(84px, 9999px, 1px, 0);
  }
  65% {
    clip: rect(91px, 9999px, 47px, 0);
  }
  70% {
    clip: rect(97px, 9999px, 34px, 0);
  }
  75% {
    clip: rect(79px, 9999px, 65px, 0);
  }
  80% {
    clip: rect(32px, 9999px, 62px, 0);
  }
  85% {
    clip: rect(24px, 9999px, 19px, 0);
  }
  90% {
    clip: rect(16px, 9999px, 39px, 0);
  }
  95% {
    clip: rect(30px, 9999px, 79px, 0);
  }
  100% {
    clip: rect(87px, 9999px, 89px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(25px, 9999px, 35px, 0);
  }
  5% {
    clip: rect(34px, 9999px, 40px, 0);
  }
  10% {
    clip: rect(13px, 9999px, 52px, 0);
  }
  15% {
    clip: rect(30px, 9999px, 48px, 0);
  }
  20% {
    clip: rect(7px, 9999px, 33px, 0);
  }
  25% {
    clip: rect(38px, 9999px, 7px, 0);
  }
  30% {
    clip: rect(1px, 9999px, 15px, 0);
  }
  35% {
    clip: rect(89px, 9999px, 93px, 0);
  }
  40% {
    clip: rect(57px, 9999px, 17px, 0);
  }
  45% {
    clip: rect(33px, 9999px, 48px, 0);
  }
  50% {
    clip: rect(57px, 9999px, 5px, 0);
  }
  55% {
    clip: rect(100px, 9999px, 6px, 0);
  }
  60% {
    clip: rect(2px, 9999px, 92px, 0);
  }
  65% {
    clip: rect(65px, 9999px, 19px, 0);
  }
  70% {
    clip: rect(78px, 9999px, 74px, 0);
  }
  75% {
    clip: rect(46px, 9999px, 10px, 0);
  }
  80% {
    clip: rect(60px, 9999px, 97px, 0);
  }
  85% {
    clip: rect(45px, 9999px, 57px, 0);
  }
  90% {
    clip: rect(65px, 9999px, 87px, 0);
  }
  95% {
    clip: rect(67px, 9999px, 63px, 0);
  }
  100% {
    clip: rect(24px, 9999px, 28px, 0);
  }
}
@keyframes shift {
  0%,
  100%,
  40%,
  44%,
  58%,
  61%,
  65%,
  69%,
  73% {
    transform: skewX(0);
  }
  41% {
    transform: skewX(10deg);
  }
  42% {
    transform: skewX(-10deg);
  }
  59% {
    transform: skewX(40deg) skewY(10deg);
  }
  60% {
    transform: skewX(-40deg) skewY(-10deg);
  }
  63% {
    transform: skewX(10deg) skewY(-5deg);
  }
  70% {
    transform: skewX(-50deg) skewY(-20deg);
  }
  71% {
    transform: skewX(10deg) skewY(-10deg);
  }
}
.parallax-scrolling-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax-scrolling-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to top, #0a2a43, transparent);
  z-index: 10;
}
.parallax-scrolling-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a2a43;
  z-index: 10;
  mix-blend-mode: color;
}
.parallax-scrolling-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.parallax-scrolling-section #main-title {
  position: relative;
  color: #fff;
  font-size: 5rem;
  font-family: Poppins, sans-serif;
  z-index: 1;
}
.parallax-scrolling-section #road {
  z-index: 2;
}
#pricing-section {
  height: 100vh;
  background: #0a2a43;
  height: auto;
}
#pricing-section .pricing-title strong {
  display: flex;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  color: #fff;
}
#pricing-section .card-all {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
#pricing-section .card-all .card-wrapper {
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: auto;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25) 0 5px 5px rgba(0, 0, 0, 0.22);
  padding: 2rem;
  margin: 1rem;
  transition: all 0.2s ease-in;
}
#pricing-section .card-all .card-wrapper:hover {
  transform: scale(1.1);
}
#pricing-section .card-all .card-wrapper .card-header h2 {
  font-family: Poppins, sans-serif;
}
#pricing-section .card-all .card-wrapper:hover .card-header > h2 {
  transform: scale(1.1);
  color: #5222d0;
  letter-spacing: 2px;
}
#pricing-section .card-all .card-wrapper .card-header {
  margin: 1rem;
  text-align: center;
}
#pricing-section .card-all .card-wrapper img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
#pricing-section .card-all .card-wrapper .card-detail {
  width: 100%;
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
}
#pricing-section .card-all .card-wrapper .card-detail > p {
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #d5d5d5;
}
#pricing-section .card-all .card-wrapper .card-detail .check {
  color: #5222d0;
}
#pricing-section .card-all .card-wrapper .card-detail > p:hover {
  background-color: #d5d5d5;
}
#pricing-section .card-all .card-wrapper .card-price {
  display: flex;
  align-items: flex-start;
  margin: 1rem;
}
#pricing-section .card-all .card-wrapper .card-price > p {
  font-size: 3rem;
}
#pricing-section .card-all .card-wrapper .card-price p,
#pricing-section .card-all .card-wrapper .card-price p sup {
  font-family: Poppins, sans-serif;
}
#pricing-section .card-all .card-wrapper .card-price > p > sup {
  font-size: 1rem;
}
#pricing-section .pricing-warning {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
.footer {
  position: relative;
  width: 100%;
  height: 60vh;
  background-color: #c2c2c2;
  bottom: 0;
}
.footer .whole-content {
  width: 100%;
  height: 100%;
}
.footer .whole-content .top {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
  border-bottom: 1px solid #fff;
  padding: 0 70px;
}
.footer .whole-content .top .logo-details img {
  width: 7.5rem;
}
.footer .whole-content .top .links .join {
  color: #fff;
  padding-bottom: 15px;
}
.footer .whole-content .top .links a {
  border: #fff 1px solid;
  margin: 0 4px;
  padding: 8px 10px;
  border-radius: 50%;
  color: #fff;
}
.footer .whole-content .top .links a:nth-child(2):hover {
  background: #0a2a43;
}
.footer .whole-content .top .links a:nth-child(3):hover {
  background: #9f2b68;
}
.footer .whole-content .center {
  height: 55%;
  background: #111;
  position: relative;
}
.footer .whole-content .center .address {
  color: #fff;
}
.footer .whole-content .center .address h3 {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%);
}
.footer .whole-content .center .address .phone .fa-phone {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%);
}
.footer .whole-content .center .address .phone .text {
  position: absolute;
  top: 47.5%;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
}
.footer .whole-content .center .address .email .fa-envelope {
  position: absolute;
  top: 75%;
  left: 46%;
  transform: translate(-50%);
}
.footer .whole-content .center .address .email .text {
  position: absolute;
  top: 74%;
  left: 51%;
  transform: translate(-50%);
  color: #fff;
}
.footer .whole-content .bottom {
  width: 100%;
  height: 15%;
  background: #000;
}
.footer .whole-content .bottom .ending-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer .whole-content .bottom .ending-text .copyright-text {
  color: #fff;
}
.contact-section {
  width: 100%;
  height: auto;
}
.contact-section .weird-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
  height: 10rem;
}
.contact-section p {
  padding: 0 20px;
  font-weight: 700;
  margin-top: 2.5rem;
  text-align: center;
}
.contact-section .weird-container form {
  width: 90%;
  max-width: 600px;
  margin-top: 2rem;
}
.contact-section .weird-container form .input-group {
  margin-bottom: 30px;
  position: relative;
}
.contact-section .weird-container form .input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  resize: none;
  transition: 0.3s;
}
.contact-section .weird-container form .input-group input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  font-size: 15px;
  outline: 0;
  border-radius: 30px;
}
.contact-section .weird-container form .input-group label {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  font-weight: 700;
  cursor: text;
  transition: 0.3s;
}
.btn-contact {
  padding: 12px 48px;
  outline: 0;
  font-family: Poppins, sans-serif;
  border: 1px solid #000;
  cursor: pointer;
  color: #fff;
  background: #111;
  transition: 0.3s;
}
.width {
  width: 100%;
}
.btn-contact:hover {
  background-color: #fff;
  color: #000;
}
.contact-section .weird-container form .input-group input:focus ~ label,
.contact-section .weird-container form .input-group input:valid ~ label,
.contact-section .weird-container form .input-group textarea:focus ~ label,
.contact-section .weird-container form .input-group textarea:valid ~ label {
  top: -35px;
  font-size: 14px;
}
.contact-section .weird-container .img-contact-1 {
  position: absolute;
  width: 15rem;
  left: 5rem;
  animation: move-down 2s infinite alternate;
}
.contact-section .container-img {
  width: 100%;
  text-align: center;
}
.contact-section .container-img .img-contact {
  width: 10rem;
  margin: 2.5rem 0;
  animation: move-down 3s infinite alternate;
}
@keyframes move-down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-2rem);
  }
}
.info-section {
  width: 100%;
  height: 100vh;
}
.info-section .info-container {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.info-section .info-container button,
.info-section .info-container h1,
.info-section .info-container p {
  font-family: Poppins, sans-serif;
}
.info-section .info-container .horizontal-line {
  margin: 0;
  align-self: stretch;
  height: 1px;
  background: #000;
}
@media only screen and (max-width: 821px) {
  .header .container-right .icon-container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .header .container-right .icon-container .burger-bar {
    position: absolute;
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .header .container-right .icon-container .burger-bar .bar {
    background-color: #fff;
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header
    .container-right
    .icon-container
    .burger-bar.active
    .bar:nth-child(2) {
    opacity: 0;
  }
  .header
    .container-right
    .icon-container
    .burger-bar.active
    .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header
    .container-right
    .icon-container
    .burger-bar.active
    .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header .container-right .navbar {
    position: relative;
    background-color: #000;
    width: 100%;
    height: 100%;
    bottom: 19px;
    z-index: -1;
    padding-top: 10px;
    opacity: 0;
  }
  .header .container-right .navbar.active {
    opacity: 1;
  }
  .header .navbar .nav-menu {
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .header .navbar .nav-menu a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }
  .header .container-right .navbar .nav-menu .price {
    width: 100%;
    height: 50%;
  }
  .what-section .div-text {
    display: none;
  }
  .what-section .title {
    display: unset;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    font-size: 4rem;
    white-space: nowrap;
    font-family: Italiana, serif;
  }
  .title-word {
    animation: color-animation 4s linear infinite;
  }
  .title-word-1 {
    --color-1: #df8453;
    --color-2: #3d8dae;
    --color-3: #e4a9a8;
  }
  .title-word-2 {
    --color-1: #dbad4a;
    --color-2: #accfcb;
    --color-3: #17494d;
  }
  .title-word-3 {
    --color-1: #accfcb;
    --color-2: #e4a9a8;
    --color-3: #a28089;
  }
  .title-word-4 {
    --color-1: #3d8dae;
    --color-2: #df8453;
    --color-3: #e4a9a8;
  }
  @keyframes color-animation {
    0% {
      color: var(--color-1);
    }
    32% {
      color: var(--color-1);
    }
    33% {
      color: var(--color-2);
    }
    65% {
      color: var(--color-2);
    }
    66% {
      color: var(--color-3);
    }
    99% {
      color: var(--color-3);
    }
    100% {
      color: var(--color-1);
    }
  }
  .what-section .what-paragraph {
    top: 30%;
  }
  .what-section-2 .list-img {
    padding: unset;
  }
  .what-section-2 .list-img img {
    margin-right: unset;
    width: 200px;
    margin-top: 5rem;
  }
  .why-section .why-title h2 {
    font-size: 82px;
  }
  #fullScreenButton {
    display: none;
  }
  .animation-section {
    height: 40vh;
  }
  .animation-section .wrap .creativity-title {
    font-size: 20px;
  }
  .off {
    display: none;
  }
  .header .container-right .navbar {
    right: 1px;
  }
  .footer .whole-content .center .address .phone .fa-phone {
    top: 49%;
    left: 42.5%;
  }
  .footer .whole-content .center .address .email .fa-envelope {
    left: 42%;
  }
  .contact-section h1 {
    height: 30rem;
  }
  .contact-section p {
    margin-top: unset;
  }
}
@media only screen and (max-width: 641px) {
  .why-section .why-title h2 {
    font-size: 52px;
  }
  .button-section .button-wrap #button-shadow {
    width: 22%;
  }
  .contact-section .weird-container .img-contact-1 {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .header {
    height: 12%;
  }
  .container-left {
    border-end-start-radius: 20%;
  }
  .socrates {
    border-radius: 20%;
  }
  .container-right {
    border-bottom-right-radius: 20%;
  }
  .home {
    width: 100%;
    height: 200vh;
  }
  .back-video {
    height: 200vh;
  }
  .home .what-why .what {
    width: 100%;
  }
  .home .what-why .why {
    width: 100%;
  }
  .what-section .div-text {
    font-size: 32px;
  }
  .what-section .title {
    font-size: 2.5rem;
  }
  .what-section-2 .what-heading {
    margin-top: 5rem;
  }
  .what-section-2 .list-img img {
    width: 225px;
    display: inline-block;
    vertical-align: middle;
  }
  .why-section .why-paragraph {
    top: 25%;
  }
  .button-section .button-wrap #button-shadow {
    width: 40%;
  }
  .button-section .container-gif #gif-socrates {
    width: 90%;
    top: 50px;
  }
  .button-section .socrates-words #hello {
    left: 50%;
    transform: translate(-50%);
    top: 10px;
  }
  .button-section .socrates-words #socrates-name {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 60px;
    white-space: nowrap;
  }
  .button-section {
    height: 100vh;
  }
  .game-section {
    height: 90vh;
  }
  .header .container-right .icon-container .burger-bar {
    left: 65%;
  }
  .footer .whole-content .center .address .phone .fa-phone {
    left: 34%;
  }
  .footer .whole-content .center .address .email .fa-envelope {
    left: 31%;
  }
  .contact-section .weird-container p {
    bottom: 68%;
    text-align: justify;
  }
  .contact-section h1 {
    height: 10rem;
  }
  .contact-section p {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 376px) {
  .what-section {
    height: 150vh;
  }
  .what-section-2 .list-img img {
    width: 200px;
  }
  .why-section .why-title h2 {
    font-size: 45px;
  }
  .button-section .button-wrap #button-shadow {
    width: 48%;
  }
  .footer .whole-content .center .address .phone .fa-phone {
    left: 32%;
  }
  .footer .whole-content .center .address .email .fa-envelope {
    left: 29%;
  }
}
