<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --pr-color: #8045ff;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}

/* Navbar Style */
.nav-link {
  font-size: 20;
  color: #8045ff;
}
.navbar-toggler-icon {
  color: #8045ff !important;
}
.navbar-nav .nav-link {
  color: #8045ff !important;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
}

.navbar-brand {
  margin-left: 30px;
}

.nav-link :active {
  font-weight: 700;
}

.navbar {
  top: 0;
  z-index: 9999;
}

.navbar a:hover {
  text-decoration: none;
}

/*  Navbar Color */
.nav-color {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all ease-in-out 0.1s;
}
.bg-transparent {
  transition: all ease-in-out 0.1s;
}

/* Package */
h2 {
  font-size: 48px;
  font-weight: 600;
  color: #8045ff;
  margin-top: 50px;
}

.card {
  height: 460px;
  border: none;
}

.card-body h4 {
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 2.0rem;
}

.card-body p {
  color: #141414;
  font-weight: 400;
  font-size: 16px;
}

.card:hover {
  background: linear-gradient(123.3deg, #fcad54 0%, #6f2dff 92.96%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 25);
  transition: all ease-in-out 0.2s;
}

.card:hover .card-body h4 {
  color: #ffffff;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
  border-bottom: none;
}

.card:hover .card-body p {
  color: #fff;
  transition: all ease-in-out 0.2s;
}

.card-package {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  transition: all ease-in-out 0.2s;
}

.card-package span {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-top: 18px;
}

.card-package span p {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

/* FOoter */
.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#contact {
  background-image: url(../Assets/img/footer\ bg.png);
  margin-top: 158px;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 165px;
}

#contact h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1rem;
}

.button-contact {
  width: 237px;
  height: 70px;
  background-color: #8045ff;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
}

footer {
  background: #000;
  position: relative;
  width: 100%;
  height: 270px;
  font-size: 14px;
}

.footer .col-md-3 img {
  margin-left: -130px;
}

.small-image {
  width: 70%;
  height: auto;
}

footer .copyright {
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.contact-section-1 {
  width: 366px;
  height: 18px;
  margin-bottom: 150px;
  font-size: 16px;
  margin-left: -25px;
}

.contact-section-2 {
  width: 366px;
  height: 18px;
  margin-bottom: 150px;
  font-size: 16px;
  margin-left: 20px;
}

.contact-section-1 h6 {
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}

.contact-section-1 p {
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  line-height: 20px;
  width: 366px;
  height: 54px;
  margin-top: -10px;
}

.contact-section-2 h6 {
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}

.contact-section-2 p {
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  line-height: 17px;
  width: 366px;
  height: 36px;
  margin-top: -10px;
  margin-bottom: -15px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}
</pre></body></html>