/* Template: Home Page (home.php) */

@media screen and (max-width: 540px) {
  section.home_hero_section .home_hero_buttons a.dark-btn,
  section.home_hero_section .home_hero_buttons a.light-btn {
    margin-bottom: 12px !important;
  }

  section.home_hero_section .home_hero_buttons {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}

section.home_hero_section .home_hero_buttons {
  white-space: nowrap;
}

.home_hero_section h2 {
  font-size: 65px;
  font-family: "Lato" !important;
  font-weight: 300;
  padding-bottom: 20px;
}

.home_hero_section p {
  font-size: 16px;
  font-family: "Lato" !important;
  font-weight: 400;
  padding-bottom: 25px;
}

.home_hero_section .carousel-caption {
  bottom: 0;
  top: 32%;
}

.home_hero_section .carousel-control-prev-icon {
  background-image: url(/wp-content/uploads/2022/03/arrow_left.png);
}

.home_hero_section .carousel-control-next-icon {
  background-image: url(/wp-content/uploads/2022/03/arrow_right.png);
}

.home_hero_section .carousel-control-next-icon,
.home_hero_section .carousel-control-prev-icon {
  width: 19px;
  height: 35px;
}

section.home_hero_section .home_hero_buttons a.dark-btn {
  color: #fff;
  background-color: #4eb857;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 300;
  font-family: "Lato" !important;
  border: 1px solid #4eb857;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.home_hero_section .home_hero_buttons a.dark-btn:hover {
  border: 1px solid #fff;
  background-color: #fff0;
}

section.home_hero_section .home_hero_buttons a.light-btn {
  color: #fff;
  background-color: #fff0;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 300;
  font-family: "Lato" !important;
  border: 1px solid #fff;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.home_hero_section .home_hero_buttons a.light-btn:hover {
  border: 1px solid #4eb857;
  background-color: #4eb857;
}

section.home_hero_section .home_hero_buttons {
  padding-top: 25px;
}

#section10 a {
  padding-top: 60px;
}

#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 33px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: -3px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

.demo a {
  position: absolute;
  bottom: 45px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font:
    normal 400 20px/1 "Josefin Sans",
    sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  section.home_hero_section .home_hero_buttons a.dark-btn,
  section.home_hero_section .home_hero_buttons a.light-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .home_hero_section h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 540px) {
  .home_hero_section h2 {
    font-size: 22px;
    padding-bottom: 0;
  }

  section.home_hero_section .home_hero_buttons a.dark-btn {
    padding: 7px 20px;
    margin: 0 5px;
  }

  .home_hero_section p {
    padding-bottom: 0;
  }

  section.home_hero_section .home_hero_buttons {
    padding-top: 7px;
  }

  section.home_hero_section .home_hero_buttons a.light-btn {
    padding: 7px 20px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 1024px) {
  section#section10 {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .home_hero_section .carousel-item img {
    height: 600px;
    object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .home_hero_section h2 {
    font-size: 38px;
  }

  .home_hero_section .carousel-item img {
    height: 650px;
  }
}

@media screen and (max-width: 992px) {
  .home_hero_section video {
    height: 600px;
    object-fit: cover;
  }

  .home_hero_section h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .home_hero_section video {
    height: 650px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1000px) {
  .home_hero_section .carousel-caption {
    transform: translateX(0%) translateY(-50%);
    top: 50%;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #section10 a {
    padding-top: 30px;
  }
}
