.home-banner {
  overflow: hidden;
}

.home-universe {
  padding: 70px 0;
  background: url("../images/bg-pattern.png") center #f7f7f7 fixed;
  text-align: center;
}

.home-universe__title {
  color: #505050;
  font-size: 32px;
  margin: 0;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .home-universe__title {
    font-size: 24px;
  }
}

.home-universe__text {
  margin: 35px 0 30px 0;
  color: #4a4a49;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 640px) {
  .home-universe__text {
    font-size: 12px;
  }
}

.home-universe__animation {
  margin: 40px auto 0 auto;
  display: block;
  height: auto !important;
}

.home-universe__animation #canvas {
  height: auto !important;
}

.home-universe__animation #dom_overlay_container {
  display: none;
}

/*# sourceMappingURL=atf-home.css.map */
.home-video-list {
  width: 100%;
  background-color: #fff;
  text-align: left;
  display: flex;
  align-content: center;
  align-items: center;
  /* margin-bottom: -150px; */
  -webkit-box-shadow: 0px 4px 13px -4px #000000;
  box-shadow: 0px 4px 13px -4px #000000;
}

@media only screen and (max-width: 640px) {
  .home-video-list {
    flex-direction: column;
  }
  .home-video-list iframe {
    display: none !important;
  }
}

.home-video-list iframe {
  display: none;
  border: 0;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .home-video-list iframe {
    width: 100%;
  }
}

.home-video-list iframe.active {
  display: inline-block;
}

.home-video-list .list-container {
  display: inline-block;
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .home-video-list .list-container {
    width: 100%;
  }
}

.home-video-list .list {
  list-style-type: none;
  padding: 0 10%;
  margin: 0;
}

.home-video-list .list-item {
  background-color: #f0f0f0;
  border-radius: 25px;
  min-height: 50px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  padding: 0 14px;
  cursor: pointer;
}

.rounded-link {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #ffaa00;
  color: white;
  display: inline-block;
  line-height: 30px;
  margin-right: 14px;
  min-width: 30px;
  min-height: 30px;
}

/* google review widget styling */

.LayoutDefault__Content-sc-1ydej6v-4 {
  padding: 0 75px;
}

@media only screen and (max-width: 640px) {
  .LayoutDefault__Content-sc-1ydej6v-4 {
    padding: 0 35px;
  }
}

/* remove review widget label */
.Main__Container-sc-1n4ud0o-0 > a {
  display: none !important;
}
/* add review widget spacing */
.elfsight-app-27419834-43f6-4621-8504-524d4e91bb8e {
  margin-bottom: 20px;
}
