@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Open+Sans:wght@300;400;500&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  background: black;
  color: white;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
}

img {
  width: 100%;
}

.btn-primary {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-radius: 0px;
  text-align: center;
  text-transform: none;
  letter-spacing: 1px;
  padding: 5px 25px;
}
@media (max-width: 768px) {
  .btn-primary {
    font-size: 13px;
    padding: 5px 15px;
  }
}
.btn-primary:hover, .btn-primary:active {
  border-color: rgb(255, 255, 255) !important;
  background: rgb(236, 80, 81) !important;
  color: white;
}

.btn-secondary {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  border: 1px solid #ec5051;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: #fff;
  background-color: #ec5051;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 28px;
  letter-spacing: 1px;
}
.btn-secondary .fa {
  margin-left: 15px;
}
.btn-secondary:hover {
  background: #16171d;
  border-color: #16171d;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.3px;
  text-transform: capitalize;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-style: normal;
  letter-spacing: -1px;
  text-transform: capitalize;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-transform: capitalize;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: -1px;
  text-transform: capitalize;
}

.progress {
  border-radius: 0px;
}
.progress .popover {
  visibility: hidden;
}

.progress-bar {
  background-color: rgb(236, 80, 81);
}

.tooltip {
  font-size: 13px;
}
.tooltip .tooltip-inner {
  border-radius: 0;
  padding: 2px 5px;
}

.default-section {
  padding-top: 98px;
  padding-bottom: 110px;
  text-align: center;
}
.default-section .title {
  margin-bottom: 30px;
}
.default-section .description {
  line-height: 1.5;
}

.banner {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner .simpleParallax {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.banner .simpleParallax .background {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .banner h3 {
    font-size: 15px;
  }
}
.banner .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.about-us {
  background-color: #000000;
  padding-top: 46px;
  padding-bottom: 88px;
  text-align: left;
}

.statistic {
  min-height: 80vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .statistic {
    grid-template-columns: 1fr;
  }
}
.statistic .banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/images/about-image.webp");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .statistic .banner-wrapper {
    padding: 20px 0px;
  }
}
.statistic .banner-wrapper .title {
  width: 90%;
  margin: auto;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -2px;
  text-transform: none;
  text-align: left;
}
@media (max-width: 768px) {
  .statistic .banner-wrapper .title {
    font-size: 20px;
  }
}
.statistic .banner-wrapper .title span {
  color: rgb(236, 80, 81);
}
.statistic .data-wrapper {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .statistic .data-wrapper {
    padding: 30px 0px;
  }
}
.statistic .data-wrapper .item-list {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: auto;
  gap: 15px;
}
@media (max-width: 768px) {
  .statistic .data-wrapper .item-list {
    width: 90%;
  }
}
.statistic .data-wrapper .item .item-title {
  color: black;
}

.service {
  padding: 120px 0px;
  text-align: center;
}
.service .title {
  margin-bottom: 30px;
}

.experience {
  display: grid;
  grid-template-columns: 9fr 5fr;
}
@media (max-width: 768px) {
  .experience {
    grid-template-columns: 1fr;
  }
}
.experience .client-wrapper {
  padding: 50px 30px;
}
.experience .client-wrapper .title {
  margin-bottom: 0px;
  font-weight: 700;
}
.experience .client-wrapper .noun {
  margin-bottom: 0px;
  font-weight: 700;
}
.experience .client-wrapper .description {
  font-size: 17px;
}
.experience .client-wrapper .client-image {
  width: 100%;
}
.experience .number-wrapper {
  background: url("/assets/images/number-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
}
.experience .number-wrapper .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .experience .number-wrapper .title {
    font-size: 40px;
  }
}
.experience .number-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.countdown {
  padding-top: 63px;
  padding-bottom: 101px;
  text-align: left;
  background: black;
}

.download {
  padding: 52px 0;
  background: #16171d;
}
.download .inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .download .inner-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.download .text {
  font-size: 18px;
  margin-bottom: 0px;
}

.contact {
  padding: 73px 0px;
}
.contact .title {
  text-align: center;
  margin-bottom: 30px;
}
.contact .description {
  text-align: center;
  margin-bottom: 50px;
}
.contact .title-form {
  text-align: center;
}
.contact .contact-form {
  margin-bottom: 50px;
}
.contact .form-group {
  margin-bottom: 20px;
}
.contact .form-control {
  border-radius: 0px;
}
.contact .description-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.contact .description-wrapper .link-maps {
  color: white;
  text-decoration: none;
}
.contact .description-wrapper .link-maps:hover {
  color: rgb(236, 80, 81);
}
.contact .description-wrapper .desc-title {
  margin-top: 35px;
  margin-bottom: 0px;
  font-weight: 700;
}

.card-about h6 {
  font-weight: 400;
  margin-bottom: 0px;
}
.card-about h3 {
  margin-bottom: 20px;
  font-weight: 300;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .service-list {
    grid-template-columns: 1fr;
  }
}
.service-list .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 25px;
  background: transparent;
  transition: all 0.5s ease;
}
.service-list .icon-wrapper:hover {
  background: #f5245f;
  color: white;
  border-color: #f5245f;
}
.service-list h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.porto-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}
.porto-card.reverse .banner-image {
  order: 1;
}
@media (max-width: 768px) {
  .porto-card {
    grid-template-columns: 1fr;
  }
  .porto-card.reverse .banner-image {
    order: 0;
  }
}
.porto-card .banner-image {
  background: url("/assets/images/bg-grey.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .porto-card .banner-image {
    padding: 30px 0px;
  }
}
.porto-card .banner-image .inner-image {
  width: 40%;
}
.porto-card .description-wrapper {
  background: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .porto-card .description-wrapper {
    padding: 50px 0px;
  }
}
.porto-card .description-wrapper .inner {
  width: 75%;
  margin: auto;
  display: flex;
  gap: 25px;
}
.porto-card .description-wrapper .icon {
  font-size: 26px;
  color: #ec5051;
  transition: all 0.5s ease;
}
.porto-card .description-wrapper .icon:hover {
  color: #393939;
}
.porto-card .description-wrapper .title {
  font-weight: 400;
  margin-bottom: 30px;
}
.porto-card .description-wrapper .description {
  line-height: 1.5;
  margin-bottom: 30px;
}

.countdown-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .countdown-list {
    grid-template-columns: 1fr;
  }
}
.countdown-list .number {
  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
  color: #ec5051;
  overflow: hidden;
  margin-bottom: 15px;
  height: 1em;
  letter-spacing: -2px;
}
.countdown-list .title {
  margin-bottom: 15px;
}
.countdown-list .description {
  color: #74797b;
}

.socmed-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.socmed-list .icon-round {
  width: 37.325px;
  height: 37.325px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(236, 80, 81);
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.socmed-list .icon-round:hover {
  background: #2889ea;
}

.card-news a {
  text-decoration: none;
  color: white;
}
.card-news a:hover {
  color: #f5245f;
}
.card-news .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
}

.wa-floating-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #25d366;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 25px;
  border-radius: 30px;
  font-size: 16px;
}

#main-header {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 0px 45px;
  z-index: 99;
  background: transparent;
  transition: all 0.5s ease;
}
#main-header.scrolled {
  background: black;
}
#main-header.scrolled .logo {
  height: 55px;
}
@media (max-width: 768px) {
  #main-header {
    text-align: center;
    padding: 0px 15px;
    background: black;
  }
}
#main-header .logo {
  width: auto;
  height: 90px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  #main-header .logo {
    height: 57px;
  }
}

#main-footer {
  background-color: #393939;
  padding: 82px 0 76px;
}
#main-footer .inner-wrapper {
  display: grid;
  grid-template-columns: 6fr 6fr 12fr;
}
@media (max-width: 768px) {
  #main-footer .inner-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
}
#main-footer .inner-wrapper .title {
  color: #fff;
  margin: 0 0 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
#main-footer .inner-wrapper .desc {
  line-height: 25px;
  margin-bottom: 15px;
}
#main-footer .inner-wrapper .about-section {
  padding-right: 30px;
  border-right: 1px solid #444;
}
@media (max-width: 768px) {
  #main-footer .inner-wrapper .about-section {
    padding: 0px;
    border: none;
  }
}
#main-footer .inner-wrapper .contact-section {
  padding: 0px 30px;
  border-right: 1px solid #444;
}
@media (max-width: 768px) {
  #main-footer .inner-wrapper .contact-section {
    padding: 0px;
    border: none;
  }
}
#main-footer .inner-wrapper .update-section {
  padding: 0px 30px;
}
@media (max-width: 768px) {
  #main-footer .inner-wrapper .update-section {
    padding: 0px;
    border: none;
  }
}

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