h1, h2 {
  text-transform: uppercase; }

h2 {
  color: #073274; }

.hero-section {
  margin-top: -84px;
  min-height: 90vh;
  background: linear-gradient(135deg, #073274 0%, #0f66a7 50%, #18a3e7 100%);
  padding: 150px 0 100px 0; }
  .hero-section .bacillus {
    font-size: 32px;
    font-weight: 700;
    z-index: 400;
    position: relative; }
  .hero-section img.elysium-logo {
    max-width: 250px; }
  .hero-section img.hero-img {
    z-index: 400;
    position: relative;
    margin-top: 40px; }
  .hero-section h1 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 24px; }
  .hero-section p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.header {
  background: transparent;
  transition: .3s ease-in-out; }
  .header .nav-item.nav-link {
    color: #fff;
    font-size: 18px; }
  .header.stickied {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
    .header.stickied .nav-item.nav-link {
      color: #073274; }

.footer {
  padding: 30px 0 0 0; }
  .footer .footer-content {
    padding: 20px 0; }
  .footer ul li a {
    color: #073274; }
    .footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
      color: #0f66a7; }
  .footer .copyright {
    color: #000; }
    .footer .copyright a {
      color: #073274;
      text-decoration: none; }
      .footer .copyright a:hover, .footer .copyright a:focus, .footer .copyright a:active {
        color: #0f66a7; }

section.image-separator {
  margin-top: -30%;
  position: relative;
  z-index: 100; }
  section.image-separator img {
    width: 100%; }

section.about {
  background-color: #fff;
  margin-top: -12%;
  padding-top: 15%;
  padding-bottom: 125px;
  position: relative; }
  @media screen and (max-width: 991px) {
    section.about {
      padding-bottom: 0; } }
  @media screen and (max-width: 991px) {
    section.about .ampull {
      display: flex;
      justify-content: center;
      margin-top: 50px; } }
  section.about .floated-ampul {
    position: absolute;
    top: 20%;
    right: 24%;
    animation: floatUpDown 3s ease-in-out infinite; }
    @media screen and (max-width: 1450px) {
      section.about .floated-ampul {
        top: 14%;
        right: 13%; } }
    @media screen and (max-width: 1199px) {
      section.about .floated-ampul {
        top: 11%;
        right: 5%;
        z-index: 1000; } }
    @media screen and (max-width: 991px) {
      section.about .floated-ampul {
        position: relative; } }

section.product {
  margin-top: 15px;
  padding: 0 0 100px 0;
  background-color: #073274;
  border-top: 3px solid #0f66a7; }
  section.product .product-container {
    margin-top: -3px;
    cursor: pointer;
    padding: 50px;
    padding-bottom: 60px;
    background-color: #fff;
    border-left: 3px solid #0f66a7;
    border-right: 3px solid #0f66a7;
    border-bottom: 3px solid #0f66a7; }
    section.product .product-container img {
      width: 100%; }
    section.product .product-container .product-content {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      section.product .product-container .product-content h2 {
        font-size: 20px; }
      section.product .product-container .product-content h3 {
        color: #ff7800; }
      section.product .product-container .product-content .price {
        margin-top: 40px;
        font-size: 18px; }
        section.product .product-container .product-content .price strong {
          font-size: 24px; }
      section.product .product-container .product-content .point {
        margin-top: 12px;
        font-size: 16px; }
      section.product .product-container .product-content .expiry-date {
        font-size: 16px;
        margin-top: 8px;
        color: #073274; }
  section.product .point-info {
    margin-top: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center; }

section.partners {
  padding: 150px 0; }
  @media screen and (max-width: 991px) {
    section.partners {
      padding: 100px 0; } }
  section.partners h2 {
    text-align: center;
    margin-bottom: 80px; }
  section.partners .partner-item img {
    max-width: 80%; }
  @media screen and (max-width: 991px) {
    section.partners .partner-item {
      margin-bottom: 44px; } }
  section.partners img {
    height: 55px; }
    @media screen and (max-width: 991px) {
      section.partners img {
        height: auto; } }

section.contact {
  padding: 100px 0; }
  section.contact h2 {
    margin-bottom: 80px; }
  section.contact p {
    font-size: 18px;
    margin-bottom: 40px; }

@keyframes floatUpDown {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }

.site-error h1, .site-error p {
  color: #fff !important; }

.site-error .custom-bg {
  background: linear-gradient(135deg, #073274 0%, #0f66a7 50%, #18a3e7 100%); }

.site-error .custom-btn:hover {
  background-color: #f3e8ff !important;
  transition: background-color 0.3s ease-in-out; }

@media (prefers-color-scheme: dark) {
  .site-error .custom-bg {
    background: linear-gradient(135deg, #073274 0%, #0f66a7 50%, #18a3e7 100%);
    color: white !important; }
  .site-error .custom-btn {
    background-color: #374151 !important;
    color: white !important; }
  .site-error .custom-btn:hover {
    background-color: #4b5563 !important; } }

.site-error .btn {
  padding: 20px 25px !important;
  border: 1px solid #fff;
  background: transparent;
  text-transform: uppercase;
  color: #fff; }
  .site-error .btn:hover, .site-error .btn:focus, .site-error .btn:active {
    border-color: #073274;
    background-color: #073274; }

.site-error img {
  max-width: 250px; }

.site-error h2 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 24px; }

.btn {
  padding: 15px 25px;
  border-radius: 0;
  border: none;
  transition: .3s ease-in-out; }
  .btn.btn-primary {
    background-color: #073274; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background-color: #0f66a7; }

/*# sourceMappingURL=../css/main.css.map */
