header .bg {
  width: 100%;
  height: 35px;
  background-image: url(../images/bg.gif);
  background-size: 36px;
}

#hero {
  height: 544px;
  background: #ffe03d;
  position: relative;
  overflow: hidden;
  border-bottom: 7px solid black;
}
#hero .warn {
  font-family: "Bellota";
  color: #ff5b5b;
  font-weight: bold;
  float: right;
  padding: 10px 10px 0 0;
  font-size: 12px;
}
#hero .car {
  position: absolute;
  bottom: -32px;
  transform: rotate(0.5deg) translate(-100%, 0);
  animation: ride 10s infinite linear;
  z-index: 9999;
}
@media (max-width: 414px) {
	#hero .car {
	  animation: ride 10s infinite linear;
	}
}
#hero #canvas {
  position: absolute;
}
@media (max-width: 768px) {
  #hero {
    height: 257px;
  }
  #hero .car {
    width: 250px;
    bottom: -20px;
  }
  #hero .warn {
    display: none;
  }
  #hero canvas {
    display: none;
  }
}

#line {
  background: repeating-linear-gradient(90deg, #ba88b2, #ba88b2 45px, #000 45px, #000 90px);
  overflow: hidden;
  padding: 3em 0 4em 0;
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  #line {
    padding: 2em 0;
    background: repeating-linear-gradient(90deg, #ba88b2, #ba88b2 14px, #000 14px, #000 28px);
    border-left: 7px solid black;
    border-right: 7px solid black;
  }
}
#line .block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
#line .block .text {
  display: flex;
  animation: floatText 50s infinite linear;
}
#line .text {
  font-family: "Poppins";
  font-size: 90px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: max-content;
}
@media (max-width: 992px) {
  #line .text {
    font-size: 50px;
  }
}

#blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 7px solid black;
  border-bottom: 0;
}
#blocks * {
  position: relative;
  padding: 40px;
}
#blocks * h2 {
  font-family: "Bangers";
  text-align: center;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.247);
  font-size: 70px;
}
#blocks * p {
  font-family: Bellota;
  font-weight: bold;
  padding-top: 0;
  line-height: 1.5;
}
#blocks * .lava {
  position: absolute;
  top: 20px;
  left: 0;
  transform: translate(-50%, -50%);
}
#blocks .first {
  background-color: #ffb2b2;
}
#blocks .first h2,
#blocks .first p {
  color: #f939ac;
}
#blocks .second {
  border-right: 7px solid black;
  border-left: 7px solid black;
  background-color: #b4b2ff;
}
#blocks .second h2,
#blocks .second p {
  color: #e2013e;
}
#blocks .third {
  background-color: #d4ffb2;
}
#blocks .third h2,
#blocks .third p {
  color: #905bff;
}
@media (max-width: 1200px) {
  #blocks * {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  #blocks {
    grid-template-columns: 1fr;
  }
  #blocks .second {
    border-right: none;
    border-left: none;
    border-top: 7px solid black;
    border-bottom: 7px solid black;
  }
  #blocks .lava {
    display: none;
  }
  #blocks * p {
    font-size: 16px;
  }
}

#companies {
  border-top: 45px solid #db3e3e;
  border-bottom: 45px solid #db3e3e;
  display: flex;
  flex-wrap: wrap;
}
#companies .scroll {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  transition-timing-function: linear;
  scrollbar-width: none;
}
#companies .scroll img {
  font-size: 42px;
  width: 150px;
  margin: 15px 15px 15px 200px;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 190px;
}
#companies .scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  #companies .scroll img {
    margin: 15px 15px 15px 30px;
  }
}

#showcase {
  border-top: 7px solid black;
  background-color: #f5d049;
  padding: 130px 40px 50px 40px;
  position: relative;
  background-image: url("../images/showcase-bg.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
#showcase .title {
  position: absolute;
  font-family: "Gibson Bold";
  top: 150px;
  left: 50px;
}
#showcase .title p {
  color: #272964;
  font-size: 18px;
}
#showcase .title h2 {
  text-transform: uppercase;
  writing-mode: vertical-lr;
  font-size: 80px;
  margin-top: 20px;
  margin-left: -15px;
}
#showcase .content {
  margin-left: 220px;
  font-family: "Poppins";
  color: #272964;
}
#showcase .content .image {
  filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.25));
}
#showcase .content .image img {
  max-width: 573px;
  max-height: 573px;
}
#showcase .content h3 {
  margin: 2em 0;
  font-size: 18px;
}
#showcase .content p {
  font-weight: 200;
  /* max-width: 340px; */
  max-width: 575px;
  line-height: 1.4em;
  margin-bottom: 60px;
}
#showcase .content .arrow a {
  transition: transform 0.2s;
  display: block;
}
#showcase .content .arrow:hover a {
  transform: translate(0.5cm, 0);
}
@media (max-width: 992px) {
  #showcase {
    background-position: right -10vw top;
  }
  #showcase .content .image img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #showcase {
    padding: 80px 40px 50px 40px;
    background-position: right -35vw top;
  }
  #showcase .content {
    margin-left: 80px;
  }
  #showcase .content h3 {
    margin-top: 75px;
  }
  #showcase .content h3,
#showcase .content p,
#showcase .content .arrow {
    margin-left: -70px;
  }
  #showcase .title {
    top: 40px;
  }
  #showcase .title h2 {
    font-size: 60px;
    margin-left: -9px;
  }
}
@media (max-width: 500px) {
  #showcase .title {
    position: relative;
    left: 0;
    top: 0;
  }
  #showcase .content {
    margin-left: 0;
    margin-top: 2rem;
  }
  #showcase .content h3 {
    padding-top: 0.5rem;
  }
  #showcase .content h3,
#showcase .content p,
#showcase .content .arrow {
    margin-left: 10px;
  }
}

#demo .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#demo .content * {
  padding: 40px 0;
  position: relative;
}
#demo .content a
{
	padding: 0;
}
#demo .content * img {
  display: block;
  margin: 0 auto;
}
#demo .content .projects {
  border-right: 3.5px solid black;
  background: #49c0e8;
}
#demo .content .projects a img {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#demo .content .projects .diamond {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -40%);
  z-index: 9;
  width: 200px;
}
#demo .content .gif {
  border-left: 3.5px solid black;
  background: #7822ce;
}
#demo .content .gif img {
  margin-top: 50px;
  height: 292px;
}
#demo .content .gif h2 {
  font-family: "Coiny";
  color: #ff5252;
  font-size: 80px;
  position: absolute;
  margin-top: -140px;
  text-align: center;
  width: 100%;
}
#demo .border {
  height: 68px;
  background: url(../images/drawing.svg);
  border-top: 7px solid black;
  border-bottom: 7px solid black;
}
@media (max-width: 1200px) {
  #demo .content * {
    padding: 20px 0;
  }
  #demo .content .diamond {
    width: 200px;
  }
}
@media (max-width: 992px) {
  #demo .content * {
    padding: 10px 0;
  }
}
@media (max-width: 860px) {
  #demo .content {
    grid-template-columns: 1fr;
  }
  #demo .content .diamond {
    display: none;
  }
  #demo .content .projects {
    border-right: none;
    border-bottom: 3.5px solid black;
  }
  #demo .content .projects img {
    max-width: 229px;
  }
  #demo .content .gif {
    border-top: 3.5px solid black;
  }
  #demo .content .gif img {
    padding-bottom: 40px;
    height: auto;
    width: calc(100% - 30px);
    max-width: 250px;
  }
  #demo .content .gif h2 {
    font-size: 37px;
    margin-top: -76px;
  }
}
@media (max-width: 420px) {
  #demo .content .gif img {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #demo .border {
    height: 0;
    border-bottom: none;
  }
}

#projects .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 7px solid black;
}
#projects .content * {
  max-height: 780px;
}
#projects .content img,
#projects .content video {
  height: calc(100% + 3px);
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s;
}
#projects .content .gif {
  border-left: 7px solid black;
  border-right: 7px solid black;
}
#projects .content .project {
  overflow: hidden;
}
#after_projects .border {
  background-image: url(../images/bg2.gif);
  background-size: 121px;
  height: 121px;
  width: 100%;
}
@media (max-width: 576px) {
  #projects .content {
    grid-template-columns: 1fr;
  }
  #projects .content .gif {
    border-left: 0;
    border-right: 0;
    border-top: 7px solid black;
    border-bottom: 7px solid black;
    height: 260px;
  }
  #projects .content .gif img {
    height: 100%;
  }
}

#team {
  position: relative;
}
#team .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#team .content .member {
  position: relative;
}
#team .content .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  display: block;
}
#team .content .member .mask {
  position: absolute;
  /* left: -1px; */
  left: 0;
  transition: width 1s ease-in-out;
  width: 0;
  top: 0;
}
#team .content .member:hover .mask {
  width: 100%;
}
#team .content.content-group
{
	grid-template-columns: repeat(1, 1fr);
	width: 100%;
}
#team .title {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
}
#team .title h2 {
  text-transform: uppercase;
  letter-spacing: 2%;
}
#team .title img {
  margin-left: 30px;
}
@media (max-width: 992px) {
  #team .title img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  #team .title img {
    width: 80px;
  }
}
#team .first h2 {
  font-family: "Gibson Bold";
  font-size: 170px;
  color: #edce61;
}
@media (max-width: 1200px) {
  #team .first h2 {
    font-size: 120px;
  }
}
@media (max-width: 992px) {
  #team .first h2 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  #team .first h2 {
    font-size: 80px;
  }
}
#team .second {
  bottom: 130px;
}
@media (max-width: 768px) {
  #team .second {
    bottom: 130px;
  }
}
#team .second h2 {
  font-size: 170px;
  font-family: "Julietta Messie Regular";
  text-shadow: none;
  color: #ed61ce;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  #team .second h2 {
    font-size: 120px;
  }
}
@media (max-width: 992px) {
  #team .second h2 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  #team .second h2 {
    font-size: 80px;
    margin-top: 0px;
  }
}
#team .second img {
  opacity: 0;
}
#after_team .border {
  background-image: url(../images/bg3.gif);
  background-size: 259px;
  height: 103px;
  width: 100%;
  border-top: 7px solid black;
  border-bottom: 7px solid black;
}
@media (max-width: 576px) {
  #team .content {
    grid-template-columns: 1fr;
  }
  #team .content .member:not(:first-child) {
    display: none;
  }
}

#contact {
  background: #c8d362;
  font-family: "Poppins";
  color: #92067d;
  border-bottom: 7px solid black;
}
#contact .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#contact .info {
  padding: 120px 30px 120px 120px;
  position: relative;
}
#contact .info .phone {
  position: absolute;
  bottom: 140px;
}
#contact .info img {
  transform: translate(0, 5px);
  margin-right: 15px;
}
#contact .text {
  font-weight: bold;
  word-break: break-all;
  font-size: 83px;
  padding: 60px 20px;
  width: 318px;
  margin: 0 auto;
  line-height: 150%;
  text-align: center;
}
#contact .address {
  padding: 120px 120px 120px 30px;
  position: relative;
}
#contact .address > * {
  display: flex;
}
#contact .address > * a {
  text-decoration: underline;
  display: block;
  margin-top: 0.5em;
}
#contact .address .second {
  position: absolute;
  bottom: 140px;
}
#contact .address img {
  float: left;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  #contact .address,
#contact .info {
    padding: 120px 30px;
  }
  #contact .text {
    font-size: 60px;
    width: 250px;
  }
}
@media (max-width: 992px) {
  #contact {
    padding-bottom: 30px;
  }
  #contact .content {
    grid-template-columns: 1fr;
  }
  #contact .content .text {
    grid-row: 1;
    width: auto;
    padding: 30px;
  }
  #contact .content .address,
#contact .content .info {
    padding: 30px 30px;
  }
  #contact .content .address .phone,
#contact .content .address .second,
#contact .content .info .phone,
#contact .content .info .second {
    position: initial;
    margin-top: 20px;
  }
}

#eyes {
  height: 712px;
  background: linear-gradient(180deg, #50c1e5 0%, #010b26 100%);
  padding-top: 50px;
}
#eyes .info {
  background: #fff;
  max-width: 411px;
  padding: 20px 65px;
  border: 2px solid #000000;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(6px 5px 0 black);
}
#eyes .info h3 {
  font-family: Bungee;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.015em;
}
#eyes .info p {
  font-family: Anonymous Pro;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.015em;
  color: #92067d;
  margin-top: 1em;
}
#eyes .info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
#eyes canvas {
  margin: 0 auto;
  display: block;
}
@media (max-width: 650px) {
  #eyes {
    display: none;
  }
}

/*# sourceMappingURL=home.css.map */




