@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  background-color: white;
  font-family: "Poppins", sans-serif;
  color: #9c9c9c;
}

body .btn {
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
}

body #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1;
}

body #btn-back-to-top img {
  width: 25px;
  height: 25px;
}

body #btn-back-to-top.btn {
  padding: 14px 20px;
}

.navbar {
  margin-bottom: 36px;
}

.navbar .navbar-brand {
  color: #466bf3;
  font-weight: 600;
  font-size: 24px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
}

.navbar .navbar-nav .nav-item .active {
  font-weight: 500;
  color: #466bf3;
}

.jumbotron {
  background-color: #fafafa;
  border-radius: 24px;
  margin-bottom: 120px;
}

.jumbotron .card .card-body {
  padding-left: 48px;
}

.jumbotron .card .card-body .card-title {
  font-size: 48px;
  color: #232631;
  font-weight: 700;
  margin-bottom: 10px;
}

.jumbotron .card .card-body .card-text {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 30px;
  margin-bottom: 50px;
}

.jumbotron .card .card-body .btn-outline-primary {
  margin-right: 20px;
}

.jumbotron .img-thumbnail {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  border-radius: 24px;
}

.package {
  margin-bottom: 120px;
}

.package .card .card-img-overlay .card-text {
  padding: 10px 24px;
}

.package .card .card-img-overlay .card-text p {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.package .card .card-img-overlay .card-text span {
  color: #ededed;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.package .card.active {
  border: 4px solid #466bf3;
  border-radius: 24px;
  padding: 12px;
}

.package .card.non-active {
  border: none;
  padding: 12px;
}

.package .card .card-body span {
  font-size: 16px;
  font-weight: 600;
  color: #466bf3;
}

.package .card .card-body .card-title {
  font-size: 36px;
  font-weight: 600;
  color: #232631;
  margin-bottom: 12px;
}

.package .card .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
}

.gallery {
  margin-bottom: 120px;
}

.gallery .text-center h5 {
  font-size: 36px;
  font-weight: 600;
  color: #232631;
  margin-bottom: 12px;
}

.gallery .text-center p {
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
  margin-bottom: 60px;
}

.gallery .text-center.bottom {
  margin-top: 60px;
}

.gallery .card {
  border-radius: 24px;
}

.gallery .card .card-img-top {
  width: 100%;
  height: 389px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.gallery .card .card-body {
  padding: 16px;
}

.gallery .card .card-body .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #232631;
  margin-bottom: 0px;
}

.gallery .card .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
  margin-bottom: 0px;
}

.map {
  margin-bottom: 120px;
}

.map .icon-love {
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: -50px;
  margin-right: -50px;
  position: relative;
}

.map .cover-map {
  width: 100%;
  overflow: hidden;
  height: 435px;
  border-radius: 24px;
  border-top-left-radius: 80px;
}

.map .card {
  width: 250px;
  height: 192px;
  border-radius: 24px;
  margin-left: 50px;
  margin-top: -142px;
}

.map .card .card-body img {
  margin-bottom: 8px;
  height: 24px;
}

.map .card .card-body .card-text {
  font-size: 16px;
  font-weight: 500;
  color: #232631;
}

.map .card .card-body .mt-auto .icon {
  background-color: #ededed;
  width: 54px;
  height: 54px;
  border-radius: 100%;
}

.map .card .card-body .mt-auto .icon img {
  width: 100%;
  height: 100%;
}

.map .card .card-body .mt-auto .location p {
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-bottom: 0px;
}

.map .card .card-body .mt-auto .location span {
  font-size: 14px;
  font-weight: 400;
  color: black;
}

footer {
  background-color: #232631;
  padding: 100px 100px 0px 100px;
}

footer .footer .company-section .card .card-body .card-title {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-left: 8px;
}

footer .footer .company-section .card .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #e0e7fa;
  margin-top: 12px;
}

footer .footer .links h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  color: white;
}

footer .footer .links ul {
  list-style: none;
  padding: 0px;
}

footer .footer .links ul .link-item {
  margin-bottom: 14px;
}

footer .footer .links ul .link-item a {
  color: #9c9c9c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

footer .footer .links ul .link-item a:hover {
  color: white;
}

footer .footer .links ul .link-item span {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: 400;
}

footer .footer .big-logo {
  width: 277px;
  height: 314px;
}

footer .footer .big-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bread {
  height: 100px;
}

.bread a {
  text-decoration: none;
}

.detail-package {
  margin-bottom: 100px;
}

.detail-package .card .img-fluid {
  height: 418px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.detail-package .card .card-body .card-title {
  font-size: 36px;
  font-weight: 600;
  color: #232631;
  margin-bottom: 12px;
}

.detail-package .card .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
}

.detail-package .card .card-body .price {
  font-size: 28px;
  font-weight: 600;
  color: #232631;
}

.detail-package.gallery .text-left h5 {
  font-size: 28px;
  font-weight: 600;
  color: #232631;
  margin-bottom: 6px;
}

.detail-package.gallery .text-left p {
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
  margin-bottom: 30px;
}

.detail-package.gallery .card-img-top {
  border-radius: 24px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    margin-bottom: 0px;
  }
  .jumbotron .card .card-body {
    padding-left: 24px;
  }
  footer {
    padding: 100px;
  }
  .detail-package {
    margin-bottom: 60px;
  }
  .detail-package .card .card-body .price {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    margin-bottom: 0px;
  }
  .jumbotron {
    margin-bottom: 60px;
  }
  .jumbotron .card .card-body {
    padding: 48px 12px;
  }
  .package {
    margin-bottom: 60px;
  }
  .gallery {
    margin-bottom: 60px;
  }
  .map {
    margin-bottom: 60px;
  }
  footer {
    padding: 50px 20px 30px 20px;
  }
  .detail-package {
    margin-bottom: 60px;
  }
  .detail-package .card .card-body .price {
    font-size: 20px;
  }
}
/*# sourceMappingURL=main.css.map */