.imgtop-float {
  animation: float 5s ease-in-out infinite;
  position: relative;
  z-index: 2;
  width: 100%;
}

.header-top {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  max-width: 590px;
}

.header-top-section {
  padding: 0;
  position: absolute;
  z-index: 2;
}

.header-details {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  max-width: 450px;
  margin-bottom: 15px;
}

.header-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 40px;
}

.header-store {
  margin-bottom: 20px;
}

.header-store-card {
  width: 170px;
  height: auto;
  margin-right: 10px;
  transition-duration: 1s;
}

.header-social-section {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.header-social-section a {
  background-color: #00a79d;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 10px 5px 0;
  width: 35px;
  height: 35px;
  padding: 10px;
  transition-duration: 1s;
  text-decoration: none;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.header-social-section {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.header-bg-section {
  position: absolute;
  width: 94%;
  padding-top: 100%;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-bg-section {
    position: absolute;
    width: 110%;
    padding-top: 110%;
    top: 40%;
    left: -45%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.header-bg-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../../../assets/img/bg-header/bg-header.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-section {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0 100px 0;
  z-index: 2;
  flex-direction: row;
}

.highlight-section {
  padding: 100px 0;
  background-color: #eeeeee;
  position: relative;
}

.highlight-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.highlih-card {
  border-radius: 20px;
  padding: 35px 40px 45px 40px;
  background-color: #fff;
  margin: 20px;
}

.highlih-card-center {
  margin: 0;
  padding-bottom: 55px;
  background: linear-gradient(140deg, #00a79d, #4e51a2);
  box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
}

.highlights-card-content h2 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

heading-fitur p {
}

.container1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: #073f7a !important;
  -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
  box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
}

.header-scrolled .nav-link-menu {
  color: #ffffff;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 184, 0);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

.heading-fitur {
  margin-bottom: 50px;
}

h3 {
  font-size: 30px;
  line-height: 20px;
  font-weight: 600;
}

.heading-fitur h3 {
  font-weight: 700;
}

.heading-fitur p {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 20px;
}

.feature-icon {
  margin-right: 20px;
  transition: all 0.3s ease-in;
}

.icon {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.75rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
  color: inherit;
  transition: all 0.3s ease-in;
}

.icon-shape {
  text-align: center;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
}

.white-text {
  color: #fff !important;
}

.bg-color {
  background: #4e51a2 !important;
}

.single-feature:hover .icon {
  border-radius: 50%;
}

.image-fitur {
  animation: float 5s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

.single-feature {
  align-items: flex-start !important;
  display: flex !important;
  padding: 1.5em 1em;
  /*cursor: pointer;*/
  transition: all 0.3s ease-in;
}

.client-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  opacity: 0.5;
}

.client-header {
  font-size: 30px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 20px;
  line-height: 1;
}

.reviews-title-section h2 {
  color: #404040;
}

.reviews-slider-container {
  margin-top: 40px;
}

.review-section {
  padding: 100px 0;
  background-color: #eeeeee;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: #f70f0f00;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.swiper-button-prev {
  background: #073f7a;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 30px;
  /*display: none;*/
}

.swiper-button-next {
  background: #073f7a;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 30px;
  /*display: none;*/
}

.subtitle-client {
  padding: 35px 40px;
  background: linear-gradient(60deg, #00a79d, #4e51a2);
  border-radius: 15px;
  text-align: center;
}

.subtitle-client p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 700px;
  color: #fff;
}

.tittle-client {
  margin-bottom: 20px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #ec41ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 65, 255, 0.25);
}

.accordion-button:not(.collapsed) {
  color: rgba(0, 0, 0, 0.9);
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.acordion-faq {
}

.acordion-faq {
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.contact-us-title-section {
  text-align: left;
  margin-bottom: 45px;
}

.subtitle-form {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  opacity: 0.5;
}

.title-form {
  font-size: 42px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 20px;
  line-height: 1;
}

.title-form-detail {
  font-size: 18px;
  line-height: 1.4;
  color: #8a8a8a;
  margin-bottom: 10px;
}

.contact-us-form-group input {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: rgba(12, 0, 46, 0.06);
  margin-bottom: 10px;
  width: 100%;
  height: 45px;
  padding: 8px 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #8a8a8a;
}

.form-select {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #8a8a8a;
  background-color: rgba(12, 0, 46, 0.06);
  background-image: url([svg]);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  margin-bottom: 10px;
}

.form-button {
  width: 100%;
  background: linear-gradient(60deg, #00a79d, #0984e3);
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  transition-duration: 1s;
}

.contact-us-content-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 40px;
}

.contact-us-header-img-section img {
  width: 100%;
  animation: float 5s ease-in-out infinite;
}

.footer-section-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 55px;
}

.footer-section {
  padding: 100px 0 25px 0;
  background: linear-gradient(30deg, #00a79d, #4e51a2);
  background-size: cover;
}

.footer-section-logo {
  margin-bottom: 17px;
}

.footer-section-div p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}

.header-social-links.footer-social-links {
  font-size: 12px;
  min-width: 1.8rem;
  min-height: 1.8rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
  transition: all 0.3s ease-in;
}

.footer-section-div h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-section-div ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section-div ul li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  font-size: medium;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  padding-right: 1.9rem;
  padding-left: 0.5rem;
}

.btn-secondary:hover {
  color: rgb(78, 81, 162);
  background-color: rgb(255, 255, 255);
  border-color: #073f7a;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  font-size: medium;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  padding-right: 1.9rem;
  padding-left: 0.5rem;
}
