@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Raleway", sans-serif;
}

.container-fluid {
  padding-right: 80px;
  padding-left: 80px;
}

p {
  font-size: 16px;
  font-weight: 400;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
  color: #1A171E;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  color: #29B550;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.btn-green-custom {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  background: #29B550;
  border-radius: 400px;
  color: #ffffff;
  outline: 0;
  border: 0;
  padding: 20px 104px 20px 62px;
}
.btn-green-custom:hover {
  color: #ffffff;
}
.btn-green-custom:hover i {
  background: #29B550;
  transform: translateX(4px);
}
.btn-green-custom i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #23dc57;
  border-radius: 50%;
  font-size: 30px;
  width: 56px;
  height: 56px;
  top: 4px;
  right: 4px;
  transition: all 0.3s;
}

.flex-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header.main-header {
  position: absolute;
  left: 0px;
  top: 12px;
  z-index: 99;
}
header.main-header .wrap {
  display: flex;
  align-items: center;
}
header.main-header .wrap .menu-list {
  display: flex;
  margin-left: 80px;
}
header.main-header .wrap .menu-list li:not(:last-child) {
  margin-right: 40px;
}
header.main-header .wrap .menu-list li a {
  color: #ffffff;
  transition: all 0.3s;
}
header.main-header .wrap .menu-list li a:hover {
  color: #29B550;
}
header.main-header .wrap .toggle-menu {
  display: none;
}

.hero {
  background: #1A171E;
  color: #ffffff;
}
.hero .row {
  margin-right: -80px;
}
.hero .row .content {
  position: relative;
  padding-top: 170px;
  z-index: 2;
}
.hero .row .content h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}
.hero .row .content p.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 540px;
  margin-top: 24px;
  margin-bottom: 36px;
}
.hero .row .content .btn-green-custom {
  margin-bottom: 48px;
}
.hero .row .content .number-companies {
  display: flex;
  align-items: center;
}
.hero .row .content .number-companies .emoji {
  width: 66px;
  height: 66px;
  background: #2d2834;
  border-radius: 50%;
  margin-right: 20px;
}
.hero .row .content .number-companies .text h6 {
  font-size: 18px;
  font-weight: 600;
}
.hero .row .content .number-companies .text p {
  font-size: 14px;
  font-weight: 500;
}
.hero .row .image {
  padding-right: 0;
}
.hero .row .image .wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.hero .row .image .wrap .star img {
  position: absolute;
  right: 90%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.hero .row .image .wrap .hero-image {
  position: relative;
  z-index: 1;
}

.statistics {
  background: #F8F8F8;
  padding: 56px 110px;
}
.statistics .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.statistics .wrap h4 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.statistics .wrap p {
  font-weight: 500;
}

.about {
  position: relative;
  margin-top: 100px;
  padding-bottom: 120px;
}
.about header {
  text-align: center;
}
.about header h2 {
  max-width: 1060px;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 20px;
}
.about .content p {
  max-width: 1062px;
  text-align: justify;
  margin: auto;
  margin-bottom: 32px;
}
.about .content .btn-green-custom {
  margin-bottom: 72px;
}
.about .content .image img {
  max-width: 1920px;
  width: 100%;
}

.why-hive {
  padding-top: 88px;
  padding-bottom: 88px;
  background: #F8F8F8;
}
.why-hive .content h2 {
  max-width: 520px;
  margin-top: 18px;
  margin-bottom: 20px;
}
.why-hive .content p {
  margin-bottom: 34px;
  max-width: 520px;
}
.why-hive .items .item {
  color: #ffffff;
  background: #1A171E;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}
.why-hive .items .item .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #29B550;
  font-size: 26px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(152, 234, 175, 0.25) 0%, rgba(49, 135, 73, 0.25) 100%);
  margin-bottom: 16px;
}
.why-hive .items .item .icon.rotate i {
  transform: rotate(-45deg);
}
.why-hive .items .item .title {
  margin-bottom: 10px;
}

.service {
  margin-top: 100px;
  padding-bottom: 100px;
}
.service header {
  text-align: center;
}
.service header h2 {
  max-width: 1060px;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 20px;
}
.service .content .description {
  max-width: 1060px;
  margin: auto;
  margin-bottom: 52px;
  text-align: center;
}
.service .content #service_carousel .owl-item {
  width: 302px !important;
  height: 354px !important;
}
.service .content #service_carousel .owl-item:nth-child(n+1) .item {
  background: #29B550;
}
.service .content #service_carousel .owl-item:nth-child(2n+2) .item {
  background-color: #289A6A;
}
.service .content #service_carousel .owl-item:nth-child(3n+3) .item {
  background-color: #289A7F;
}
.service .content #service_carousel .owl-item:nth-child(4n+4) .item {
  background-color: #289A9A;
}
.service .content #service_carousel .owl-item:nth-child(5n+5) .item {
  background-color: #28859A;
}
.service .content #service_carousel .owl-item:first-child {
  margin-left: 80px;
}
.service .content #service_carousel .owl-item .item {
  position: relative;
  width: 302px;
  height: 354px;
  color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  background-image: url("../images/star-service.png") !important;
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
}
.service .content #service_carousel .owl-item .item .category {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 300px;
  font-weight: bold;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
.service .content #service_carousel .owl-item .item .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
}
.service .content #service_carousel .owl-item .item .learn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 18px;
  left: 24px;
  color: #ffffff;
  font-weight: 700;
}
.service .content #service_carousel .owl-item .item .learn-more:hover i {
  margin-left: 24px;
  opacity: 0;
}
.service .content #service_carousel .owl-item .item .learn-more i {
  font-size: 28px;
  margin-left: 16px;
  transition: all 0.3s;
}
.service .content #service_carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 32px;
}
.service .content #service_carousel .owl-dots .owl-dot {
  background: #29B550;
  width: 8px;
  height: 8px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  margin: 0 4px;
  box-sizing: content-box;
  outline: none;
}
.service .content #service_carousel .owl-dots .owl-dot.active {
  background: #ffffff;
  border: 4px solid #29B550;
}

.faq {
  position: relative;
  background: #1A171E;
  margin-top: 116px;
  padding-bottom: 122px;
}
.faq:before {
  content: "";
  position: absolute;
  top: -116px;
  width: 100%;
  background-image: url(../images/faq-bg.png) !important;
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
  height: 116px;
  background-size: 100%;
}
.faq header {
  position: relative;
  text-align: center;
  z-index: 1;
}
.faq header h2 {
  color: #ffffff;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 64px;
}
.faq .content {
  color: #ffffff;
}
.faq .content .faq-list {
  position: relative;
  max-width: 1060px;
  margin: auto;
  z-index: 1;
}
.faq .content .faq-list .faq-item {
  padding: 16px 16px 16px 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  background: #1A171E;
}
.faq .content .faq-list .faq-item:not(:last-child) {
  margin-bottom: 24px;
}
.faq .content .faq-list .faq-item.active .toggle-button {
  background: #2e2a33 !important;
}
.faq .content .faq-list .faq-item.active .toggle-button i {
  transform: rotate(-90deg);
}
.faq .content .faq-list .faq-item .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq .content .faq-list .faq-item .question p {
  font-size: 18px;
  font-weight: 600;
}
.faq .content .faq-list .faq-item .question .toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border-radius: 50%;
  background: #34C15C;
  width: 56px;
  height: 56px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s;
}
.faq .content .faq-list .faq-item .question .toggle-button i {
  transition: all 0.3s;
}
.faq .content .faq-list .faq-item .answer {
  display: none;
  max-width: 970px;
}
.faq .content .faq-list .faq-item .answer p {
  margin-top: 38px;
  margin-bottom: 12px;
}
.faq .content .faq-list .faq-item .answer a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.3s;
}
.faq .content .faq-list .faq-item .answer a:hover {
  color: #29B550;
}
.faq .content .star-backgrounds img:nth-child(1) {
  position: absolute;
  top: -137px;
  right: 0;
}
.faq .content .star-backgrounds img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.faq .content .star-backgrounds img:nth-child(3) {
  position: absolute;
  top: -18px;
  left: 59px;
}

.testimonial {
  margin-top: 100px;
  margin-bottom: 100px;
}
.testimonial header {
  text-align: center;
}
.testimonial header h2 {
  max-width: 1060px;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 28px;
}
.testimonial .content {
  padding: 0 40px;
}
.testimonial .content #testimonial_carousel .owl-item {
  height: 285px !important;
}
.testimonial .content #testimonial_carousel .owl-item:nth-child(n+1) .item {
  background-position: -81px 78px !important;
}
.testimonial .content #testimonial_carousel .owl-item:nth-child(2n+2) .item {
  background-position: -223px 39px !important;
}
.testimonial .content #testimonial_carousel .owl-item:nth-child(3n+3) .item {
  background-position: 85px -265px !important;
}
.testimonial .content #testimonial_carousel .owl-item .item {
  position: relative;
  height: 285px;
  color: #ffffff;
  background: #1A171E;
  padding: 32px;
  border-radius: 16px;
  background-image: url("../images/star-faq-1.png") !important;
  background-repeat: no-repeat !important;
}
.testimonial .content #testimonial_carousel .owl-item .item .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.testimonial .content #testimonial_carousel .owl-item .item .header .author {
  display: flex;
  align-items: center;
}
.testimonial .content #testimonial_carousel .owl-item .item .header .author img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}
.testimonial .content #testimonial_carousel .owl-item .item .header .author .name {
  font-weight: 700;
}
.testimonial .content #testimonial_carousel .owl-item .item .header .author .field {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
}
.testimonial .content #testimonial_carousel .owl-item .item .header .quote {
  font-size: 30px;
  color: #29B550;
}
.testimonial .content #testimonial_carousel .owl-item .item .comment {
  font-size: 14px;
  font-weight: 400;
}
.testimonial .content #testimonial_carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 32px;
}
.testimonial .content #testimonial_carousel .owl-dots .owl-dot {
  background: #29B550;
  width: 8px;
  height: 8px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  margin: 0 4px;
  box-sizing: content-box;
  outline: none;
}
.testimonial .content #testimonial_carousel .owl-dots .owl-dot.active {
  background: #ffffff;
  border: 4px solid #29B550;
}

footer.main-footer {
  background: #1A171E;
  padding-top: 40px;
  color: #ffffff;
}
footer.main-footer .top {
  text-align: center;
}
footer.main-footer .top .menu-list {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 42px;
}
footer.main-footer .top .menu-list li:not(:last-child) {
  margin-right: 40px;
}
footer.main-footer .top .menu-list li a {
  color: #ffffff;
  transition: all 0.3s;
}
footer.main-footer .top .menu-list li a:hover {
  color: #29B550;
}
footer.main-footer .top hr {
  background: #ffffff;
  opacity: 0.2;
  margin: 0 -80px;
}
footer.main-footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
footer.main-footer .bottom .copyright {
  color: #828282;
  font-size: 14px;
}
footer.main-footer .bottom .socials ul {
  display: flex;
}
footer.main-footer .bottom .socials ul li:not(:last-child) {
  margin-right: 16px;
}
footer.main-footer .bottom .socials ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s;
}
footer.main-footer .bottom .socials ul li a:hover {
  color: #1A171E;
  background: white;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 35px;
    line-height: 43px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  header.main-header {
    width: 100%;
    top: 4px;
    z-index: 3;
  }
  header.main-header .wrap {
    justify-content: space-between;
  }
  header.main-header .wrap .menu-list {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    position: fixed;
    width: 240px;
    height: 100vh;
    background: white;
    top: 0;
    left: -240px;
    padding: 24px;
    padding-top: 44px;
    transition: all 0.3s;
  }
  header.main-header .wrap .menu-list.opened {
    left: 0;
  }
  header.main-header .wrap .menu-list li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  header.main-header .wrap .menu-list li a {
    color: #1A171E;
  }
  header.main-header .wrap .toggle-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 48px;
  }

  .hero .row {
    margin-right: -15px;
  }
  .hero .row .content {
    position: relative;
    padding-top: 90px;
    margin-bottom: 24px;
    z-index: 2;
  }
  .hero .row .content h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .hero .row .image .wrap .hero-image {
    max-width: 100%;
  }

  .statistics {
    padding: 56px 0;
  }
  .statistics .wrap h4 {
    font-size: 32px;
  }

  .about:before {
    height: 210px;
  }

  .testimonial .content #testimonial_carousel .owl-item .item,
.testimonial .content #testimonial_carousel .owl-item {
    height: unset !important;
  }

  .service .content #service_carousel .owl-item:first-child {
    margin-left: 0;
  }

  .faq:before {
    top: -115px;
  }

  footer.main-footer .top .menu-list {
    flex-direction: column;
  }
  footer.main-footer .top .menu-list li {
    margin-right: 0 !important;
    margin-bottom: 16px;
  }
  footer.main-footer .top hr {
    margin: 0 -15px;
  }
  footer.main-footer .bottom {
    flex-direction: column;
  }
  footer.main-footer .bottom .copyright {
    margin-bottom: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
