/* Responsive Design */
@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px !important;
    padding-right: 20px !important;
  }

  .timeline-marker {
    left: 10px !important;
    right: auto !important;
  }

  .timeline-content::before {
    left: -10px !important;
    right: auto !important;
    border-right-color: white !important;
    border-left-color: transparent !important;
  }

  .hero-section,
  .about-hero,
  .gallery-hero,
  .contact-hero {
    height: 70vh;
  }

  .display-3 {
    font-size: 2.5rem;
  }
}

@media (min-width: 991px) {
  .footer-options {
    align-items: start !important;
  }
}

@media (max-width: 768px) {
  .lead {
    font-size: 16px !important;
  }
  .heading-container {
    display: flex;
    justify-content: end;
  }
  .ribbon {
    font-size: 20px !important;
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .hero-section h1 {
    font-size: 4.8rem !important;
  }
  .heading-content {
    right: -14px;
    top: 168px;
  }
  .date-content {
    font-size: 48px !important;
  }
  /* .hero-bg {
    height: 90% !important;
  } */
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-section h1 {
    font-size: 4.8rem !important;
  }
  .heading-content {
    right: -14px !important;
    top: 228px !important;
  }
  .date-content {
    font-size: 48px !important;
  }
  /* .hero-bg {
    height: 90% !important;
  } */
  .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 1023px) and (min-width: 992px) {
  .hero-section h1 {
    font-size: 4.6rem !important;
  }
  .heading-content {
    right: 0px !important;
    top: 168px !important;
  }
  .date-content {
    font-size: 46px !important;
  }
  .hero-section {
    height: 84vh !important;
  }
  /* .hero-bg {
    height: 90% !important;
  } */
}

@media (max-width: 991px) and (min-width: 769px) {
  .hero-section h1 {
    font-size: 4.6rem !important;
  }
  .heading-content {
    right: 10px !important;
    top: 168px !important;
  }
  .date-content {
    font-size: 46px !important;
  }
  .hero-section {
    height: 78vh !important;
  }
  /* .hero-bg {
    height: 86% !important;
  } */
}

/* Tab Responsive */
@media (max-width: 768px) and (min-width: 426px) {
  .map {
    height: 382px !important;
  }
  .footer-logo {
    width: 78px;
    height: 78px;
    padding: 0 !important;
  }
  .lead {
    font-size: 18px;
  }
  .hero-section h1 {
    font-size: 3.4rem !important;
  }
  .heading-content {
    right: 0px !important;
    top: 168px !important;
  }
  .date-content {
    font-size: 32px !important;
  }
  .hero-section {
    height: 70vh !important;
  }
  /* .hero-bg {
    height: 84% !important;
  } */
}

/* Mobile Responsive */
@media (max-width: 425px) {
  .hero-section {
    height: 40vh;
  }
  .about-content {
    width: 94% !important;
  }
  .lead {
    font-size: 16px !important;
  }
  .map {
    height: 280px !important;
  }
  .footer-logo {
    width: 78px !important;
    height: 78px !important;
  }
  .hero-section h1 {
    font-size: 2.5rem !important;
  }
  .heading-content {
    right: 00px !important;
    top: 162px !important;
  }
  .date-content {
    font-size: 28px !important;
  }
  .hero-section {
    height: 50vh !important;
  }
  /* .hero-bg {
    height: 78% !important;
  } */
  .gallery-card img {
    height: 180px !important;
  }
  #feature.ribbon {
    font-size: 18px !important;
  }
  #feature p {
    font-size: 14px !important;
  }
  .nav-logo {
    width: 64px;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .footer-row {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 1499px) and (min-width: 1300px) {
  .hero-bg {
    top: 20px;
  }
}
@media (max-width: 1299px) and (min-width: 1200px) {
  .desk-banner {
    max-height: 580px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .desk-banner {
    max-height: 500px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .desk-banner {
    max-height: 400px;
  }
  .modal-content {
    width: 85%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .desk-banner {
    max-height: 400px;
  }
  .modal-content {
    width: 85%;
  }
}
@media (max-width: 575px) and (min-width: 320px) {
  .desk-banner {
    display: none;
  }
  .modal-content {
    width: 100%;
  }
  .mob-banner {
    display: block;
    background-image: url(../images/mob-banner.jpg);
    background-position: 0px 65px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 120vh;
    max-height: 840px;
  }
  #about {
    padding-top: 0px !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .mob-banner {
    height: 120vh;
    max-height: 600px;
  }
}
@media (min-width: 375px) and (max-width: 475px) {
  .mob-banner {
    height: 120vh;
    max-height: 720px;
  }
}
