@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Julius+Sans+One&display=swap');
.hero-section {
    position: relative;
}

.hero-section img {
    width: 100%;
    max-height: 745px;
    object-fit: cover;
}

.pb-100 {
    padding-bottom: 100px;
  }

.pt-100 {
  padding-top: 100px;
}


.hero-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: justify;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}


.about-us p{
    color: #616161;
    text-align: justify;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width:560px;
    margin:0 auto;
}


.bg-light {
    background-color: #f8f9fa !important;
}


.journey-section {
    background-color: #fff;
    text-align: center;
}


.timeline {
    display: flex;
    gap:160px;
    flex-wrap: wrap;
    justify-content:center;
}

.timeline-item {
    max-width: 415px;
    /* margin-bottom: 20px; */
}

.override-width{
    max-width: 256px;
}

.timeline-item .year {
    color:black;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.timeline-item h3 {
    color:black;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}


.timeline-item p {
    color: #616161;
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media only screen and (min-width: 768px) {



    .hero-text {
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        color: #FFF;
        text-align: justify;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 64px;
    }
}

@media only screen and (max-width: 1400px) {

    .about-us p{
        font-size: 18px;
    }

}


@media only screen and (max-width: 1185px) {


    .timeline-item p {
        font-size: 14px;
    }

    .about-us p{
        font-size: 16px;
    }

}


@media only screen and (max-width: 993px) {



    .timeline-item p {
        font-size: 14px;
    }

    .about-us p{
        width:100%
    }

    .timeline {
        gap: 60px;
    }

    .timeline-item {
        max-width: 350px;
    }

    .pb-100 {
        padding-bottom: 80px;
      }

    .pt-100 {
      padding-top: 80px;
    }
}

@media only screen and (max-width: 800px) {
.timeline {
    gap: 50px;
}

.timeline-item {
    max-width: 320px;
}
.timeline-item h3 {
    line-height: 28px;
}
}
@media only screen and (max-width: 768) {
    .timeline {
        gap: 00px;
    }

    .timeline-item {
        max-width: 100%;
    }



}
.tins{
    margin-left: 6px !important;
  }

  .romen{
    color: #000000 !important;
  }



  .sugestedps h1{
    margin-left: 10.3%;
  font-size: 32px;
  font-weight: 660;
  }
  .sugestedps p{
    height: 5px;
  width: 140px;
  background-color: white;
  margin-left: 10.3%;
  }
  /* Default styling */
/* Default styling for desktop/web view */
.common-heading{
    font-weight: bold;
}