html {
  font-size: 62.5%;
}

.HOME-PAGE {
  background-color: #ffffff;
}

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0 none;
  position: relative;
  outline: none;
}

.navigation-item {
  display: inline-block;
  text-align: center;
  display: inline-block;
  padding: .30rem 0;
  margin: 0;
  text-decoration: none;
  color: #444444;
  font-size: 1.5rem;
}

.carousel-selector {
  display: inline-block;
  text-align: center;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  font-family: Poppins, Verdana;
  font-size: 5rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f1f0f0;
}

.navigation-item {
  z-index: 1;
}

.carousel-selector {
  z-index: 1;
}

.navigation-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #6679d8;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}

.carousel-selector:before {
  color: grey;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #6679d8;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}

.navigation-item:hover:before, .navigation-item:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.carousel-selector:hover:before, .carousel-selector:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.carousel-selector:hover, .carousel-selector:focus {
  color: #444444;
  font-size: 5.5rem;
}

@keyframes hover-v {
  0% {
      transform: scaleX(0);
      height: 5px;
  }
  45% {
      transform: scaleX(1.05);
      height: 5px;
  }
  55% {
      height: 5px;
  }
  100% {
      transform: scaleX(1.05);
      height: 3.8rem;
  }
}

@keyframes no-hover-v {
  0% {
      transform: scaleX(1.05);
      height: 3.8rem;
  }
  45% {
      height: 5px;
  }
  55% {
      transform: scaleX(1.05);
      height: 5px;
      opacity: 1;
  }
  100% {
      transform: scaleX(0);
      height: 5px;
      opacity: .02;
  }
}

.business {
  font-family: Poppins, Verdana;
  position: absolute;
  max-width: 100%;
  font-size: 34rem;
  font-weight: unset;
  color: #e8eaef;
}

.frisbee-is-unique {
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
}

.Online-Business-Pla {
  font-size: 5rem;
  font-family: Poppins, Verdana;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
  margin-bottom: 4rem;
}

.Online-Business-Pla2 {
  font-size: 2.5rem;
  font-family: Poppins, Verdana;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
}

.Rectangle_discover {
  width: 17rem;
  height: 5rem;
  object-fit: contain;
  border-radius: 3rem;
  box-shadow: 0 1.8rem 2rem 0 rgba(171, 171, 181, 0.12);
  background-color: #6679d8;
  color: white;
  font-family: Poppins, Verdana;
  font-family: Poppins, Verdana;
  font-size: 1.6rem;
  font-weight: 900;
}

.Rectangle_discover:hover{
  cursor: pointer;
}

.Hero-image {
  max-width: 100%;
  height: auto;
}

.map-image {
  max-width: 120%;
  height: auto;
}

.benefits-image{
  max-width: 100%;
  height: auto;
}

.executive {
  font-size: 4rem;
  font-family: Poppins, Verdana;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
  margin-bottom: 4rem;
}

.It-enables-a-group-o {
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.057rem;
  color: #162242;
}

.battery-icon {
  max-width: 100%;
  height: auto;
}

.Battery-Friendly-Copy {
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
  vertical-align: ce;
}

.data-usage-icon {
  max-width: 100%;
  height: auto;
}

.Data-Usage-Optimized {
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
}

.How-does-it-work {
  font-family: Poppins, Verdana;
  font-size: 5.5rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #162242;
}

.card-frisbee {
  border: none;
}

.frisbee {
  max-width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.In-order-to-organize {
  font-family: Poppins, Verdana;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.057rem;
  text-align: center;
  color: #162242;
}

.group {
  max-width: 100%;
  height: auto;
}

.Group-9 {
  max-width: 100%;
  max-height: auto;
  margin-top: 5%;
  position: absolute;
}

.As-a-beekeeper-you-c {
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.057rem;
  text-align: center;
  color: #162242;
}

.Rectangle_Signup {
  width: 23.7rem;
  height: 6rem;
  object-fit: contain;
  border-radius: 3rem;
  background-color: #6679d8;
  box-shadow: 0 1.8rem 2rem 0 rgba(171, 171, 171, 0.12);
}

.Rectangle_Signup:hover{
  cursor: pointer;
}

.Signup-for-free {

  font-family: Poppins, Verdana;
  padding-top: 5%;
  font-size: 1.6rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}



.benefits-title {
  font-size: 5.5rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #162242;
}

.benefits-paragraph {
  text-align: left;
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.057rem;
  color: #162242;
}

.Organize-your-bee-co {
  font-family: Poppins, Verdana;
  font-size: 4.0rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
}

.colony-num {
  cursor: pointer;
  font-family: Poppins, Verdana;
  font-size: 5rem;
  text-decoration: underline;
  text-decoration-color: #6679D8;
  text-decoration-style: solid;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
}

.colony-num-gray {
  cursor: pointer;
  font-family: Poppins, Verdana;
  font-size: 5rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f1f0f0;
}

.Create-a-Beehive {
  font-family: Poppins, Verdana;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
}

.Open-the-Beehives-me {
  font-family: Poppins, Verdana;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.057rem;
  color: #8a90a0;
}

.text-style-1 {
  color: #9cc4c8;
}

.Group-11 {
  max-width: 100%;
  max-height: auto;
}
.Group-11-slide-3 {
  max-width: 80%;
  max-height: auto;
}

.carousel-control-next-icon:after {
  font-size: 5rem;
  color: #8a90a0;
}

.carousel-control-prev-icon:after {
  font-size: 5rem;
  color: #8a90a0;
}

.carousel {
  height: 65rem !important;
}

.hello {
  max-width: 100%;
  height: auto;
  align-content: center;
}

.Country {
  font-family: Poppins, Verdana;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #162242;
}

.Treosys-Ltd-Bul-Tz {
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.057rem;
  color: #162242;
}

.mail-to {
  text-decoration: underline;
  color: #403bd7;
}

.USA-Southwind-Ter {
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.057rem;
  color: #162242;
}

.Available-on-the {
  font-family: Poppins, Verdana;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.057rem;
  color: #162242;
}

.app {
  max-width: 100%;
  height: auto;
}

.Copyright-2016-Tre {
  opacity: 0.5;
  font-family: Poppins, Verdana;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.05rem;
  color: #162242;
}

.active-selector {
  color: #444444;
  display: inline-block;
  text-align: center;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin: 0;
  text-decoration: none;
  font-family: Poppins, Verdana;
  font-size: 5.5rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.carousel-wrapper {
  position: relative;
}

.carousel-wrapper .carousel-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

}


@media (min-width: 768px) {
  .carousel-wrapper .carousel-header p {
      width: 40%;
  }
}

.carousel-wrapper .carousel-item .text-item {
  padding-top: 33%;
}

@media (min-width: 992px) {
  .carousel-wrapper .carousel-item .text-item {
      padding-top: 25%;
  }
}

@media (min-width: 1200px) {
  .carousel-wrapper .carousel-item .text-item {
      padding-top: 22.5%;
  }
}

@media (min-width: 1200px) {
  .carousel-wrapper .carousel-item .text-item {
      padding-top: 25.5%;
  }
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%444444' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%444444' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.footer-links {
  font-size: 12px;
  color: rgb(96, 95, 95);
  text-decoration: underline;
  font-weight: 500;
}