@keyframes slideInFromBottom {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(180deg, #ffffff 0%, #23c5cd 119.76%);
  font-family: "Roboto" !important;
  font-style: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  color: #fff;
  position: fixed;
  z-index: 999;
  right: 0;
}

.logo {
  font-size: 32px;
}

.menu {
  display: flex;
  gap: 35px;
  padding: 16px 80px 16px 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0 0 10px;
  margin-top: 40px;
}

.menu a {
  color: #367487;
  font-weight: 400;
  font-size: 16px;
}

.menu li:hover {
  background-color: #e7e7e7;
  border-radius: 5px;
  transition: 0.3s ease;
}

.menu li {
  padding: 5px 14px;
  list-style: none;
}

.services {
  position: relative;
}

.services:hover .dropdown {
  display: block;
}

.image-home {
  position: absolute;
  padding: 50px;
  width: 100%;
}

.image-home img {
  width: 317px;
  height: 150px;
}

.banner-page {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url("../assets/banerfinal.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 340px 150px;
}

.banner-text {
  color: black;
  max-width: 720px;
}

.banner-text .banner-title {
  color: #367487;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 50px;
  animation: 2s linear 0s 1 slideInFromLeft;
}

.banner-text .banner-subtitle {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 50px;
  animation: 1s linear 0s 1 slideInFromLeft;
}

.banner-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: #23c5cd;
  text-align: center;
  cursor: pointer;
  border-radius: 47px;
}

.banner-text button:hover {
  transition-duration: 400ms;
  transition-property: background-color;
  background-color: #367487;
}

.desc-page {
  padding: 50px 0;
  justify-items: center;
}

.desc-page .desc-image {
  text-align: center;
}

.desc-page .desc-image img {
  width: 960px;
  height: 760px;
  object-fit: cover;
}

.desc-page .desc-text {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.desc-page .desc-text .desc-title {
  width: 60%;
}

.desc-page .desc-text .desc-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #367487;
}

.desc-page .desc-text .desc-title h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #211b3d;
}

.desc-page .desc-text .desc-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.step-page {
  padding: 1em;
}

.step-page .step-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #367487;
}

.step-page .step-subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #367487;
}

.step-page .step-text h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #367487;
}

.step-page .step-text p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.profile-page {
  background: linear-gradient(90deg, #2da199 0%, rgba(45, 161, 153, 0) 100%);
  border-radius: 0 400px 400px 0;
  width: 90%;
  padding: 100px;
}

.profile-page .profile-image img {
  width: 495px;
  height: 620px;
  border-radius: 70px;
  object-fit: cover;
}

.profile-page .profile-content .profile-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #367487;
}

.profile-page .profile-content .profile-text {
  font-weight: 400;
  font-size: 20px;

  line-height: 28px;
  color: #000000;
  margin-top: 30px;
}

.artikel-page {
  padding: 100px 100px;
}

.artikel-page .splide__text {
  margin-top: 20px;
  text-align: center;
}

.artikel-page .splide__slide__container img {
  width: 340px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.video-page {
  padding: 1rem 6rem;
}

.video-page .video-content iframe {
  width: 60rem;
  height: 35rem;
}

.download-page {
  padding: 50px 0 150px;
}

.download-page .download-image img {
  width: 540px;
  height: 540px;
  object-fit: cover;
}

.download-page .download-content h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #367487;
  margin-bottom: 20px;
}

.download-page .download-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #283f3c;
  margin-bottom: 20px;
}

.download-page .download-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 12px;
}

.logo-page {
  padding: 50px 75px;
}

.logo-page img {
  height: 114px;
}

.head-page {
  padding: 20px 0;
}

.title-head-page {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  color: #367487;
  text-transform: uppercase;
  animation: 1s ease-out 0s 1 slideInFromTop;
}

.subtitle-head-page {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #23c5cd;
  animation: 1s ease-out 0s 1 slideInFromTop;
}

.body-page {
  padding: 60px 0;
}

.content-page {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #111;
  margin-bottom: 40px;
  animation: 1s ease-out 0s 1 slideInFromBottom;
}

.title-content-page {
  font-weight: 700;
  font-size: 24px;
  color: #087b82;
}

.subtitle-content-page {
  font-weight: 600;
  font-size: 18px;
  color: #087b82;
}

.image-article-page {
  padding: 20px 0;
}

.image-article-page img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}

.subtitle-article-page {
  font-weight: 500;
  font-size: 18px;
  color: #23c5cd;
  margin-top: 10px;
}

footer {
  background: url("https://res.cloudinary.com/dnbymxcji/image/upload/v1680106170/Theraverse/footer_hurc9k.png");
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 150px 50px;
  color: #fff;
}

footer a {
  color: #fff;
}

@media (max-width: 1200px) {
  .profile-page {
    background: linear-gradient(180deg, #2da199 0%, rgba(45, 161, 153, 0) 100%);
    border-radius: 0;
    width: 100%;
    padding: 100px;
  }

  .profile-page .profile-image {
    text-align: center;
  }

  .profile-page .profile-content {
    margin-top: 70px;
    padding: 0;
  }

  .video-page {
    padding: 100px 50px;
  }

  .video-page .video-content iframe {
    width: 560px;
    height: 330px;
  }
}

@media (max-width: 768px) {
  .profile-page {
    background: linear-gradient(180deg, #2da199 0%, rgba(45, 161, 153, 0) 100%);
    border-radius: 0;
    width: 100%;
    padding: 100px;
  }

  .profile-page .profile-content .profile-text {
    font-size: 14px;
  }

  .desc-page .desc-image img {
    width: 480px;
    height: 500px;
  }

  .video-page {
    padding: 50px 10px;
  }

  .video-page .video-content iframe {
    width: 480px;
    height: 240px;
  }

  .download-page .download-image img {
    width: 420px;
    height: 420px;
    margin-bottom: 50px;
  }

  footer {
    background: linear-gradient(
      90deg,
      rgba(0, 115, 95, 0.8) -4.94%,
      rgba(108, 216, 222, 0.8) 208.11%,
      rgba(108, 216, 222, 0.8) 208.4%
    );
  }
}

@media (max-width: 576px) {
  .navbar {
    display: none;
  }

  .image-home {
    text-align: center;
  }

  .banner-page {
    padding: 325px 10px;
  }

  .banner-text .banner-title {
    font-size: 14px;
  }

  .banner-text .banner-subtitle {
    font-size: 14px;
  }

  .desc-page .desc-image img {
    width: 360px;
    height: 480px;
  }

  .profile-page .profile-image img {
    width: 310px;
    height: 390px;
  }

  .video-page .video-content iframe {
    width: 360px;
    height: 200px;
  }

  .download-page .download-image img {
    width: 360px;
    height: 360px;
    margin-bottom: 50px;
  }

  .logo-page {
    padding: 20px 20px;
  }

  .logo-page img {
    height: 60px;
  }

  .title-head-page {
    font-size: 24px;
  }

  .subtitle-head-page {
    font-size: 14px;
  }

  .image-article-page img {
    height: 240px;
  }

  .subtitle-article-page {
    font-size: 14px;
  }
}
