/* CONTENT */
.bg-section {
  background-image: url('../assets/images/company/hd.gif');
  background-size: cover;
  background-position: center;
  padding: 75px 0 300px 0px;
  position: relative;
  text-align: left;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.content h2 {
  font-weight: 700;
  font-size: 53px;
  line-height: 128%;
  margin-bottom: 10rem;
}

.content p {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-top: 32px;
  margin-bottom: 54px;
  max-width: 480px;
}

.btn-custom {
  background: #5fa0ce;
  box-shadow: 2px 4px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  padding: 15px 35px;
  transition: 0.4s;
  cursor: pointer;
}

.datasets-title {
  margin: 50px 0px 40px;
  font-weight: 500;
  font-size: 60px;
  line-height: 64px;
}

.datasets-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 50px;
}


.data-privacy {
  margin-top: 100px;
}

.btn-privacy {
  background: transparent;
  border: 1px solid white;
  font-weight: 600;
  padding: 12px;
  transition: 0.3s;
}

.privacy {
  background-image: url('../assets/images/common/blank-banner.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 74px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 40px;
}

.privacy h2 {
  text-align: center;
  font-size: 43px;
  line-height: 120%;
  max-width: 900px;
  margin-top: 30px;
}

.privacy p {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.0025em;
  max-width: 640px;
  margin: 24px 0 45px;
}

.wrap-image {
  margin-bottom: 60px;
}

.hero_bg {
  display: none;
}

.hero_bg2 {
  display: none;
}

.hero_bg3 {
  display: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hidden {
  opacity: 0;
  transform: translateY(20px);
}

.visible {
  animation: fadeInUp 2s forwards;
}

/* DATASET section */
.dataset {
  overflow: hidden;
  margin: 20px 0px;
  width: 300px;
  width: 100%;
}

.dataset img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.dataset-details {
  margin-top: 20px;
}

.dataset-title {
  color: #44d2ff;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  height: 46px;
}

.dataset-content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #b3b6bb;
  display: -webkit-box;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dataset-info {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dataset-button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}


.details-button {
  background: #0e365b;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding: 10px 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  cursor: pointer;
}

.details-button:hover {
  background: #042442;
}

.request-button {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 150%;
  margin: 10px 0 10px 10px;
  padding: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  white-space: nowrap;
  cursor: pointer;
}

.request-button:hover {
  text-decoration: none;
  background: transparent;
  color: #fff;
}

@media (max-width: 500px) {
  .bg-section {
    padding: 70px 0 160px 0px;
  }

  .content h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 115%;
    max-width: 100%;
    margin-bottom: 5rem;
  }

  .content p {
    font-size: 18px;
    margin: 32px 0 73px;
    max-width: 100%;
  }

  .datasets-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 150%;
    margin: 30px 0px 20px;
  }

  .datasets-content {
    font-size: 14px;
  }

  .btn-custom {
    font-size: 13px;
  }


  .privacy {
    background-image: url('../assets/images/common/blank-banner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 74px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 40px;
  }

  .privacy h2 {
    font-size: 24px;
    line-height: 120%;
    margin-top: 30px;
  }

  .privacy p {
    font-size: 14px;
    line-height: 150%;
    margin: 24px 0 45px;
  }

  .btn-privacy {
    background: transparent;
    border: 1px solid white;
    padding: 12px;
    font-size: 13px;
  }

  .wrap-image {
    margin-bottom: 40px;
  }

  .wrap-image img {
    width: 50px;
  }

  .svg-container svg {
    width: 90%;
    height: 90%;
  }

}
