@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
  transition: all 0.5s linear;
  font-family: "Poppins", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Navbar */
.navbar-toggler {
  outline: 0 !important;
}

.menu-bar {
  color: #ffffff;
  font-size: 27px;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.navbar-nav .navbar-btn {
  background: #d1326b;
  border-radius: 3.93779px;
  text-align: center;
}

.nav-item.active .nav-link {
  color: #68d6d1 !important;
}

.navbar.scrolled {
  background: #073046;
}

.open-navbar-logo {
  display: none;
}

@media (max-width: 1199.98px) {
  .navbar {
    background: #073046;
  }

  .navbar.clicked .navbar-collapse {
    height: 100vh;
    overflow: auto !important;
    padding-top: 4rem;
  }

  .navbar.clicked .navbar-small-logo {
    display: none;
  }

  .navbar.clicked .open-navbar-logo {
    display: block;
  }

  .navbar-nav .nav-link {
    position: relative;
    font-size: 20px;
    line-height: 150%;
    margin-top: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .navbar-nav .nav-link::before {
    content: "";
    width: 100%;
    border-top: 1px solid rgba(247, 247, 247, 0.25);
    position: absolute;
    top: -0.5rem;
    left: 0;
  }

  .navbar-nav .navbar-btn {
    margin-top: 2.5rem;
    line-height: 45px;
    height: 60px;
  }

  .navbar-nav .navbar-btn:before {
    top: -2rem;
  }
}

@media (min-width: 576px) {
  .navbar.clicked .open-navbar-logo {
    margin-top: 4rem;
  }
}

@media (max-width: 576.98px) {
  .navbar.clicked .navbar-collapse {
    padding-top: 1.2rem;
  }

  .navbar-nav .nav-link {
    font-size: 17px;
    margin-top: 0.7rem;
  }

  .navbar-nav .nav-link::before {
    top: -0.35rem;
  }

  .navbar-nav .navbar-btn {
    margin-top: 2rem;
    line-height: 40px;
    height: 55px;
  }

  .navbar-nav .navbar-btn::before {
    top: -1.65rem;
  }
}

/* Header */
header.home-page {
  background: radial-gradient(
    101.68% 259.84% at 0.59% 0.98%,
    #0a5178 0%,
    #073046 100%
  );
}

@media (max-width: 1199.98px) {
  header.home-page {
    padding: 10rem 0 4rem;
  }
}

@media (min-width: 1200px) {
  .h-xl-100 {
    height: 100vh;
    /* padding-top: 15rem; */
  }
}

header.home-page .heading {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 108%;
  color: #ffffff;
}

header.home-page .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  color: #ffffff;
}

header.home-page .button-wrapper {
  flex-wrap: wrap;
}

.start-chain-btn {
  display: block;
  width: 193px;
  height: 45px;
  background: #d1326b;
  border-radius: 3.93779px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  margin-right: 3rem;
}

.start-chain-btn:hover {
  text-decoration: none;
  color: #d1326b;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.how-work-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 239px;
  height: 45px;
  background: #35a39e;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.how-work-btn:hover {
  text-decoration: none;
  background: #d1326b;
  color: #ffffff;
}

.how-work-btn i {
  font-size: 20px;
  margin-right: 0.5rem;
}

@media (max-width: 576.98px) {
  .start-chain-btn {
    width: 100%;
    margin-right: 0rem;
  }

  .how-work-btn {
    width: 100%;
  }
}

header.home-page .img-wrapper {
  position: relative;
}

header.home-page .img-wrapper i.fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #ffffff;
  background: #d1326b;
  border-radius: 50%;
  overflow: hidden;
}

header.home-page .img-wrapper:hover i.fa-play-circle {
  background: #ffffff;
  color: #d1326b;
}

.worth-wrapper {
  display: flex;
  width: 472px;
}

.worth-wrapper .social-shares {
  width: 201px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
}

.worth-wrapper .social-shares .icon-links {
  display: flex;
}

.worth-wrapper .social-shares .icon-links a {
  position: relative;
  width: 42px;
  height: 42px;
  background: #073046;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  margin-right: 11px;
  margin-top: 1rem;
}

.worth-wrapper .social-shares .icon-links a:nth-of-type(4) {
  margin-right: 0px;
}

.worth-wrapper .social-shares .icon-links a i {
  font-size: 22px;
  line-height: 42px;
}

.worth-wrapper .social-shares .icon-links a:hover {
  background: #fff;
  color: #000;
}

.worth-wrapper .amounts-distributed {
  width: 165px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
}

.worth-wrapper .amounts-distributed .amount {
  font-weight: 600;
  font-size: 32px;
  line-height: 108%;
  color: #68d6d1;
}

.worth-wrapper .amounts-distributed .currency {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
}

.worth-wrapper .separator {
  width: 106px;
  position: relative;
}

.worth-wrapper .separator::before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .img-wrapper {
    width: 472px;
  }
}

.amounts-distributed-mobile {
  background: #35a39e;
  padding: 3rem 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #68d6d1;
  text-align: center;
}

.amounts-distributed-mobile .amount {
  font-weight: 600;
  font-size: 64px;
  line-height: 108%;
  text-align: center;
  color: #ffffff;
}

.amounts-distributed-mobile .currency {
  font-weight: 500;
  font-size: 14px;
  line-height: 161.69%;
}

/* Work Mechanism */
.work-mechanism {
  background: #f7f7f7;
  padding: 8rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  color: #073046;
}

@media (max-width: 991.98px) {
  .work-mechanism {
    padding: 4rem 0;
  }
}

.work-mechanism span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35a39e;
}

.work-mechanism .card {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
  padding: 3rem 2rem 2rem;
  /* height: 100%; */
  margin-top: 30px;
}

.work-mechanism .card .card-img-top {
  width: 45px;
}

.work-mechanism .card .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #073046;
}

.work-mechanism .card .card-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 161.69%;
  color: #666666;
}

.discover-concept-btn {
  display: block;
  width: 193px;
  height: 45px;
  background: #d1326b;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 3.93779px;
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  margin-top: 6rem;
}

.discover-concept-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

/* Testemonial */
.testemonial {
  padding: 5rem 0;
}

.testemonial .heading {
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  color: #073046;
}

.testemonial .heading span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35a39e;
}

.side-menu-bar {
  margin-top: 4rem;
}

.side-menu-bar .menu-item {
  border-top: 1px dashed rgba(102, 102, 102, 0.2);
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666666;
  padding: 1rem 0;
  width: 80%;
}

.side-menu-bar .menu-item:nth-last-child(1) {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.2);
}

.side-menu-bar .menu-item a {
  color: #073046;
}

.side-menu-bar .menu-item a:hover,
.side-menu-bar .menu-item a.active {
  color: #35a39e;
  text-decoration: none;
}

.all-testemonial-btn {
  display: block;
  width: 226px;
  height: 45px;
  background: #d1326b;
  border-radius: 3.93779px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
}

.all-testemonial-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 576.98px) {
  .all-testemonial-btn {
    width: 90%;
    height: 54px;
    background: #d1326b;
    border-radius: 3.93779px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 54px;
    color: #ffffff;
  }
}

.client-testemonial {
  background: #35a39e;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 2rem;
}

.client-avatar {
  width: 100px;
  height: 98px;
  object-fit: cover;
}

.client-flag {
  width: 25px;
  height: 17px;
  position: absolute;
  top: 30%;
  right: -12px;
  transform: translateY(-30%);
}

.client-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.testemonial-date {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
}

.client-participants {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
}

.testemonial-text {
  font-size: 14px;
  line-height: 175%;
  color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.testemonials-wrapper .client-testemonial {
  display: none;
}

.testemonials-wrapper .client-testemonial.active {
  display: block;
}

.slider-nav a {
  color: #666;
  font-size: 30px;
  margin: 0 1rem;
}

.slider-nav a:hover {
  color: #666;
  text-decoration: none;
}

/* Other Work */
.other-work-wrapper {
  background: #f7f7f7;
  padding: 6rem 0;
}

.other-work-wrapper .heading {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35a39e;
  margin-bottom: 2rem;
}

.other-work {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .other-work {
    display: flex;
  }

  .other-work > div {
    width: 60%;
  }
}

.other-work:hover {
  background: #f7f7f7;
}

.other-work .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #073046;
}

.other-work .contribution {
  font-size: 12px;
  line-height: 161.69%;
  color: #666666;
}

.other-work .button {
  display: block;
  height: 28px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.other-work .button:hover {
  text-decoration: none;
  color: #ffffff;
}

.other-work .button.red {
  background: #d1326b;
  width: 70px;
}

.other-work .button.green {
  background: #35a39e;
  width: 85px;
}

/* Message Area */
.msg-area {
  background: radial-gradient(
    77.67% 439.71% at 8.78% 13.97%,
    #ff4387 0%,
    #ad1e52 100%
  );
  padding: 6rem 0;
}

.msg-area .heading {
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
}

.msg-area .heading span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #68d6d1;
}

.msg-area .text {
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #ffffff;
  opacity: 0.75;
  max-width: 550px;
}

.msg-area .buttons {
  width: 260px;
  display: flex;
}

.msg-area .buttons .link-btn {
  background: #35a39e;
  border-radius: 3.47452px;
  color: #fff;
  width: 50px;
  height: 45px;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.msg-area .buttons .link-btn i {
  transform: rotate(45deg);
}

.start-channel-btn {
  width: 200px;
  height: 45px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 3.93779px;
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  color: #239482;
}

.start-channel-btn:hover,
.msg-area .buttons .link-btn:hover {
  text-decoration: none;
}

.msg-area .buttons:hover .start-channel-btn,
.msg-area .buttons:hover .link-btn {
  background: #d1326b;
  color: #fff;
}

footer {
  background: radial-gradient(
    101.68% 259.84% at 0.59% 0.98%,
    #0a5178 0%,
    #073046 100%
  );
  padding: 6rem 0;
}

footer .heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #68d6d1;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
}

.footer-social-icons a {
  color: #fff;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  width: 42px;
  height: 42px;
}

.footer-social-icons a:hover {
  color: #d1326b;
  text-decoration: none;
}

.footer-logo {
  position: relative;
}

.footer-logo::before,
.footer-logo::after {
  content: "";
  width: 36%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer-logo::before {
  left: 10%;
}

.footer-logo::after {
  right: 10%;
}

@media (max-width: 991.98px) {
  .footer-logo::before,
  .footer-logo::after {
    width: 34%;
  }
}

@media (max-width: 767.98px) {
  .footer-logo::before,
  .footer-logo::after {
    width: 32%;
  }
}

@media (max-width: 576.98px) {
  .footer-logo::before,
  .footer-logo::after {
    width: 30%;
  }
}

.quick-links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin: 0 0.8rem;
}

@media (max-width: 767.98px) {
  .quick-links a {
    display: block;
    font-size: 20px;
    line-height: 350%;
  }
}

.copyright-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
}
