* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Nunito;
  font-family: 'Indie Flower';
  /*background-color: #9bd5cc;
  background-image: url(1.gif);
  background-repeat: no-repeat;*/
}

section {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

section div:nth-child(1) {
  position: relative;
  height: 44%;
  /*  background-color: #9bd5cc;*/
  background-color: #fff;
  overflow: hidden;
}

#logo {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}

#social1 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 80%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 80px;
}

#social2 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 80%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 80px;
}

section div:nth-child(2) {
  position: relative;
  height: 12%;
  /*  background-color: #9bd5cc;*/
  background-color: #008591;
  overflow: hidden;
}

section div:nth-child(3) {
  position: relative;
  height: 44%;
  /*  background-color: #9bd5cc;*/
  background-color: #9bd5cc;
  overflow: hidden;
}

#img1 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 55%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 500px;
}

#img2 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}

#img3 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 55%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 500px;
}

section div h2 {
  position: relative;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  /* white-space: nowrap; */
  font-size: 3.5em;
  animation: animate 8s linear infinite;
  color: #fff;
}

@keyframes animate {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

@media screen and (min-width: 2560px) {
  #logo {
    width: 900px;
  }

  #social1 {
    left: 46%;
    width: 120px;
  }

  #social2 {
    left: 54%;
    width: 120px;
  }

  #img1 {
    width: 700px;
  }

  #img2 {
    width: 700px;
  }

  #img3 {
    width: 700px;
  }

  section div h2 {
    font-size: 5.5em;
    animation: animate 9s linear infinite;
  }
}

@media screen and (max-width: 1440px) {
  #social1 {
    left: 46%;
    width: 70px;
  }

  #social2 {
    left: 54%;
    width: 70px;
  }

  #img1 {
    width: 400px;
  }

  #img2 {
    width: 400px;
  }

  #img3 {
    width: 400px;
  }
}


@media screen and (max-width: 1024px) {
  #logo {
    width: 500px;
  }

  #social1 {
    left: 44%;
  }

  #social2 {
    left: 56%;
  }

  #img1 {
    display: none;
  }

  #img2 {
    width: 500px;
  }

  #img3 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #logo {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
  }

  #social1 {
    left: 44%;
    width: 60px;
  }

  #social2 {
    left: 56%;
    width: 60px;
  }

  #img2 {
    width: 400px;
  }

  section div h2 {
    font-size: 3em;
    animation: animate 6s linear infinite;
  }
}

@media screen and (max-width: 576px) {
  #social1 {
    left: 40%;
  }

  #social2 {
    left: 60%;
  }

  section div h2 {
    font-size: 3em;
    animation: animate 5s linear infinite;
  }
}

@media screen and (max-width: 425px) {
  #logo {
    width: 300px;
  }

  section div h2 {
    font-size: 3em;
    animation: animate 5s linear infinite;
  }
}

@media screen and (max-width: 360px) {

  #social1 {
    left: 38%;
    width: 55px;
  }

  #social2 {
    left: 62%;
    width: 55px;
  }

  #img2 {
    width: 300px;
  }

  section div h2 {
    font-size: 2.5em;
    animation: animate 4s linear infinite;
  }
}

@media screen and (max-width: 320px) {
  #logo {
    width: 250px;
  }

  #social1 {
    width: 50px;
  }

  #social2 {
    width: 50px;
  }

  #img2 {
    width: 300px;
  }

  section div h2 {
    font-size: 2.5em;
  }
}
