* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000000;
  font-family: "Rethink Sans", sans-serif;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-design.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.5;
}

header {
  padding: 24px;
  position: sticky;
  top: 0;
  background: #000000;
  z-index: 99;
}

header a {
  display: flex;
  justify-content: center;
}

header img {
  max-width: 415px;
}

.title-img {
  text-align: center;
}

.title-img img {
  max-width: 1170px;
  width: 90%;
}

.hero-section {
  min-height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #000000;
}

.hero-section .cloud {
  position: absolute;
}

.hero-section .cloud1 {
  top: 0;
  left: -100px;
}

.hero-section .cloud2 {
  top: -50px;
  right: 30%;
}

.hero-section .cloud3 {
  right: -90px;
  bottom: 30%;
}

.banner-bottom {
  position: relative;
  margin-top: -190px;
}

.banner-bottom img {
  width: 100%;
}

.banner-bottom .top-stripe {
  position: absolute;
  z-index: 1;
  top: 70px;
}

.banner-img {
  position: relative;
  z-index: 3;
}

.red-sun {
  max-width: 207px;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.banner-eye1,
.banner-eye2 {
  max-width: 200px;
  position: absolute;
  z-index: 5;
  top: 23%;
}

.banner-eye1 {
  left: 25px;
}

.banner-eye2 {
  right: 25px;
}

.text-section {
  font-size: 70px;
  text-align: center;
  color: #ffff00;
  padding-bottom: 150px;
  line-height: 1.3;
  padding-top: 50px;
  font-weight: 600;
}

.gorilla-section {
  position: relative;
  background-color: #000;
}

.gorilla-section img {
  width: 100%;
}

.top-stripe {
  position: absolute;
  top: -35px;
  left: 0;
}

.shape1 {
  max-width: 568px;
  right: -200px;
  position: absolute;
  top: 60px;
}

.shape2 {
  max-width: 568px;
  left: -200px;
  position: absolute;
  top: 60px;
}

.cube-left {
  position: absolute;
  top: 210px;
  left: 160px;
}

.cube-right {
  position: absolute;
  top: 210px;
  right: 160px;
}

.gorilla-bottom {
  position: relative;
  background-color: #000;
}

.gorilla-bottom img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.gorilla-bottom .red-sun {
  max-width: 280px;
  width: 100%;
  top: -25px;
  z-index: 0;

}

.gorillatext {
  position: absolute;
  height: 100px;
  display: flex;
  z-index: 4;
  align-items: center;
  color: #f7e8da;
  bottom: 0;
  left: 0;
  width: 50%;
  font-size: 26px;
  justify-content: center;
  height: calc(25px + (100 - 25) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(6px + (26 - 6) * ((100vw - 320px) / (1920 - 320)));
  ;
}

.gorillaRightText {
  left: 50%;
  padding-right: 5%;
}

.gorillaLeftText {
  padding-left: 5%;
}

@media screen and (max-width: 991px) {
  .title-img img {
    max-width: 588px;
  }
}

.cubeGif img {
  max-width: 100px;
}

.footer-section {
  padding-bottom: 0;
  position: relative;
  font-size: 0;
  z-index: 3;
  padding-top: 265px;
}

.footer-section .sun-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.social-icons {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  padding: 145px 0 135px;
}

.social-icons li {
  list-style: none;
}

.social-icons li a {
  text-decoration: none;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  background-color: #f7e8da;
  transition: all 0.4s;
}

.social-icons li a:hover {
  color: #f7e8da;
  background-color: #ff0062;
}

main {
  overflow: hidden;
}

.footer-bg {
  margin-top: -30px;
  display: block;
}

.footer-bg img {
  width: 100%;
}

.crow-icon {
  position: absolute;
  top: -95px;
}

.crow-icon .crow-circle {
  position: absolute;
  bottom: 28px;
  max-width: 66px;
}

.crow-icon .crow-circle img {
  max-width: 100%;
}

.crow-icon.crow-icon-left {
  left: 0;
}

.crow-icon.crow-icon-left .crow-circle {
  right: 20px;
}

.crow-icon.crow-icon-right {
  right: 0;
}

.crow-icon.crow-icon-right .crow-circle {
  left: 20px;
}

.circle-animate {
  animation: ani 60s linear infinite;
}

@keyframes ani {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.circle-animate02 {
  animation: anim 15s linear infinite;
}

@keyframes anim {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.sun-pattern {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 84%;
  width: 100%;
}

@keyframes rotate {
  100% {
    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@media (max-width: 1639px) {
  .banner-bottom .red-sun {
    top: -20px;
  }

  .banner-eye1,
  .banner-eye2 {
    max-width: 155px;
  }

  .gorilla-bottom .red-sun {
    max-width: 244px;
  }

  .footer-section .title-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1439px) {
  .hero-section .cloud3 {
    bottom: 20%;
  }

  .hero-section {
    min-height: 650px;
  }

  .title-img {
    max-width: 800px;
    margin: 0 auto;
  }

  .banner-eye1,
  .banner-eye2 {
    max-width: 120px;
  }

  .text-section {
    font-size: 60px;
    padding: 50px 0 120px;
    font-style: italic;
  }

  .cube-right {
    top: 60px;
    right: 60px;
  }

  .cube-left {
    top: 60px;
    left: 60px;
  }

  .cube-left img,
  .cube-right img {
    max-width: 80px;
    height: auto !important;
  }

  .crow-icon img {
    max-height: 280px;
  }

  .crow-icon .crow-circle {
    bottom: 22px;
    max-width: 54px;
  }

  .crow-icon.crow-icon-right .crow-circle {
    left: 14px;
  }

  .crow-icon.crow-icon-left .crow-circle {
    right: 14px;
  }

  .footer-section {
    padding-top: 190px;
  }
}

@media (max-width: 1199px) {
  .hero-section .cloud {
    display: none;
  }

  .hero-section {
    min-height: initial;
    padding: 105px 0 400px;
  }

  .banner-bottom .red-sun {
    top: -60px;
  }

  .banner-bottom .top-stripe {
    height: 60px;
    top: 20px;
  }

  .banner-bottom img {
    height: 100%;
  }

  .banner-eye1,
  .banner-eye2 {
    max-width: 80px;
  }

  .banner-bottom .red-sun {
    top: -70px;
  }

  .text-section {
    font-size: 50px;
  }

  .crow-icon,
  .shape1,
  .shape2,
  .cube-animation,
  .cube,
  .gif {
    display: none !important;
  }

  .gorilla-section {
    overflow: initial;
  }

  .gorilla-section .top-stripe {
    height: 80px;

    img {
      height: 100%;
    }
  }

  .gorilla-section img {
    height: 546px;
    object-fit: cover;
    object-position: top;
  }

  .footer-bg img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .footer-section {
    padding-top: 160px;
    background-color: #000;
  }

  .footer-section .title-img {
    margin: 0 auto;
    margin-bottom: 160px;
  }

  header img {
    max-width: 260px;
  }

  .footer-section .sun-img,
  .gorilla-bottom .red-sun {
    max-width: 215px;
  }

  .gorilla-bottom .red-sun {
    max-width: 190px;
    top: -20px;
  }

  .footer-section {

    position: relative;
  }

  .footer-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/bg-design.png);
    background-repeat: repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
    height: 100%;
  }
}

@media (max-width: 829px) {
  .text-section {
    font-size: 42px;
    line-height: normal;
  }

  .gorilla-section img {
    height: 400px;
  }

  .banner-eye1 {
    left: 15px;
  }

  .banner-eye2 {
    right: 15px;
  }

  .banner-eye1,
  .banner-eye2 {
    max-width: 60px;
  }

  .hero-section .title-img {
    max-width: 80%;
  }

  .hero-section {
    padding: 60px 0 340px;
  }

  .footer-section .title-img img {
    max-width: 480px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .social-icons {
    padding: 100px 0;
  }

  .banner-bottom .red-sun,
  .footer-section .sun-img,
  .gorilla-bottom .red-sun {
    max-width: calc(140px + (160 - 140) * ((100vw - 575px) / (830 - 575)));
  }

  .footer-section .title-img {
    margin-bottom: 100px;
  }

  .gorillatext {
    padding: 0;
  }

  .footer-section {

    position: relative;
  }

  .footer-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/bg-design.png);
    background-repeat: repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
    height: 100%;
  }

  .cube-left img,
  .cube-right img {
    max-width: 65px;
    height: auto !important;
  }

  .cube-left {
    top: 55px;
    left: 35px;
  }

  .cube-right {
    top: 55px;
    right: 35px;
  }
          .gorilla-bottom .red-sun  { top: -4px;}
}

@media (max-width: 576px) {
  header {
    padding: 15px;
  }

  header img {
    max-width: 200px;
  }

  .banner-bottom .red-sun,
  .footer-section .sun-img,
  .gorilla-bottom .red-sun {
    max-width: calc(90px + (120 - 90) * ((100vw - 320px) / (576 - 320)));
  }

  .social-icons {
    padding: 70px 0;
  }

  .footer-section .title-img img {
    width: 78%;
  }

  .social-icons {
    gap: 10px;
  }

  .social-icons li a {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .banner-bottom .red-sun {
    top: -30px;
  }

  .banner-eye1 {
    left: 5px;
  }

  .banner-eye2 {
    right: 5px;
  }

  .banner-eye1,
  .banner-eye2 {
    max-width: 35px;
  }

  .hero-section {
    padding-bottom: 240px;
  }

  .banner-bottom {
    margin-top: -120px;
  }

  .gorilla-section img {
    height: 240px;
  }

  .gorilla-section .top-stripe {
    height: 40px;
    top: -20px;
  }

  .text-section {
    font-size: 24px;
    padding: 50px 0 90px;
  }

  .gorilla-bottom .red-sun {
    top: -10px;
  }

  .cube-left {
    top: 35px;
    left: 25px;
  }

  .cube-right {
    top: 35px;
    right: 25px;
  }

  .cube-left img,
  .cube-right img {
    max-width: 40px;
    height: auto !important;
  }
}

@media (max-width: 430px) {

  .cube-left {
    top: 35px;
    left: 18px;
  }

  .cube-right {
    top: 35px;
    right: 18px;
  }
}

@media (max-width: 400px) {

  .cube-left,
  .cube-right {
    display: none;
  }
}