/* utility classes */

.poppins-family {
  font-family: "Poppins", sans-serif;
}

.fredoka-family {
  font-family: "Fredoka", sans-serif;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.margin-100 {
  margin-block: 100px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 95% !important;
  }
}

#top-section{
  overflow-x: hidden;
}

/* main heading */

.main-heading {
  margin-top: 150px;
  margin-bottom: 50px;
}

.main-heading h1 {
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
}

.main-heading p {
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  width: 80%;
  margin-inline: auto;
}

/* story section */

.story-section {
  position: relative;
  margin-top: 300px;
  margin-bottom: 100px;
  height: 540px;
  background-color: #fff6ee;
  border-radius: 32px;
  padding-inline: 100px;
  padding-block: 40px;
  display: flex;
  align-items: end;
}

.storysection-img-mobile {
  display: none;
}

.story-section-content-mobile {
  display: none;
}

.storysection-img {
  left: 50%;
  top: -40%;
  transform: translateX(-50%);
  position: absolute;
  width: 600px;
  height: 410px;
  border-radius: 26px;
  overflow: hidden;
}

.storysection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-section-content p {
  text-align: left;
  font-size: 14px;
}

/* teams section */

.teams-section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.teams-section h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 150px;
}

.teams-card {
  position: relative;
  height: 430px;
  border: 4px solid #f9f4f4;
  border-radius: 32px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 15px;
}

.member-img-div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
}

.teams-card h4 {
  font-size: 24px;
}

.teams-card h6 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

.teams-card h4,
.teams-card h6 {
  margin: 0;
}

.qualifications-div {
  position: relative !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
  height: 140px;
  padding-block: 15px;
  background-color: #fff6ee;
  border-radius: 10px;
  z-index: -1;
}

.qualifications-div p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.qualifications-div p:nth-child(2) {
  margin-top: 20px;
}

.qualifications-div p:nth-child(3) {
  width: 70%;
}

.hat-div {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  width: 60px;
  height: 60px;
  border: 5px solid #fff6ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  background-color: white;
}

.hat-div img {
  width: 32px;
  height: 32px;
}

/* achievements and investors cards */

.achivements-investors-section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.achivements-investors-card {
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 430px;
  background-color: #fff6ee;
  border: 4px solid #ffa759;
  border-radius: 32px;
}

.achivements-investors-card h4 {
  text-align: center;
  margin: 0;
  font-size: 40px;
  line-height: 100%;
}

.achivements-investors-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.achivements-investors-card-content p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

/* Timeline Container */

.main-timeline-section h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}
.timeline-section {
  margin-bottom: 100px;
  background-color: #f9f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 0px;
  border-radius: 15px;
}

.horizontal-line {
  top: 80px;
  position: absolute;
  height: 3px;
  min-width: fit-content;
  background-color: #ffa759;
  z-index: -1;
}

.timeline-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  overflow-x: auto;
  z-index: 200;
}

.disable-btn {
  opacity: 0.5;
  pointer-events: none;
}

.timeline-container::-webkit-scrollbar {
  display: none;
}

.timeline-card {
  flex-shrink: 0;
  margin-bottom: 20px;
}

.year-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.year-div h3 {
  color: #ffa759;
  font-size: 35px;
  margin: 0;
}

.checkmark {
  width: 55px;
  height: 55px;
  background-color: #ffa759;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  align-items: center;
}

.checkmark i {
  font-size: 25px;
  color: white;
}

.content-div {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-card {
  width: 415px;
  padding-block: 20px;
  border-radius: 32px;
  border: 4px solid #ffa759;
  box-shadow: 0 6px 0px #ffa759;
  font-size: 14px;
  padding-inline: 30px;
}

.content-card p {
  font-size: 14px;
  margin: 0;
}

.img-div {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 70px;
  border: 3px solid #ffa759;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
}

.img-div img {
  width: 112px;
  height: 50px;
}

.next-prev-btn-div {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.next-btn,
.prev-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ffa759;
}

.next-btn i,
.prev-btn i {
  font-size: 22px;
  color: white;
}
/* social icons section */

.social-icons-div {
  margin-inline: auto;
  margin-bottom: 150px;
  height: 105px;
  width: 680px;
  background-color: #fff6ee;
  border: 4px solid #ffa759;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 40px;
}

.social-icons-div p {
  margin: 0;
  font-size: 14px;
  width: 35%;
}

.icons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 500px) {
  .main-heading {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .main-heading h1 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
  }

  .main-heading p {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    width: 80%;
    margin-inline: auto;
  }

  /* story section */

  .story-section-content {
    display: none;
  }

  .storysection-img {
    display: none;
  }

  .story-section {
    margin-top: 150px;
    margin-bottom: 50px;
    padding: 0px !important;
    width: 95% !important;
    height: 470px;
  }

  .story-section-content-mobile {
    display: block !important;
    padding-inline: 30px;
    overflow-y: auto;
    height: 350px;
    padding-bottom: 30px;
  }

  .story-section-content-mobile::-webkit-scrollbar{
    display: none;
  }

  .story-section-content-mobile p {
    text-align: justify;
    font-size: 14px;
  }

  .story-section-content-mobile p:nth-child(2) {
    margin-bottom: 0;
  }

  .storysection-img-mobile {
    left: 50%;
    top: -20%;
    transform: translateX(-50%);
    position: absolute;
    display: block !important;
    width: 275px;
    height: 190px;
    border-radius: 26px;
    overflow: hidden;
  }

  .storysection-img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hidden-text {
    display: none; /* Hidden by default */
  }

  .show-more-btn {
    background-color: transparent;
    text-decoration: underline;
    color: #ff7f56;
    border: none;
    cursor: pointer;
  }

  /* teams section */

  .teams-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .teams-container {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .teams-container .col-4 {
    width: 100%;
  }

  .teams-section h2 {
    margin-bottom: 80px;
    font-size: 22px;
  }

  .teams-card {
    width: 100% !important;
    gap: 10px;
    padding: 10px;
    height: 320px;
  }

  .teams-card h4 {
    font-size: 20px;
  }

  .teams-card h6 {
    font-size: 12px;
    text-align: center;
  }

  .teams-container .col-4:nth-child(2) {
    margin-top: 80px;
  }

  .teams-container .col-4:nth-child(3) {
    margin-top: 80px;
  }
  .member-img-div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
  }

  .member-img-div img {
    width: 100%;
    height: 100%;
  }

  .hat-div {
    width: 40px;
    top: -20px;
    height: 40px;
  }

  .hat-div img {
    width: 22px;
    height: 22px;
  }

  .qualifications-div {
    margin-top: 20px;
    border-radius: 20px;
  }

  .qualifications-div p:nth-child(3) {
    width: 80%;
  }

  /* achievements and investors cards */

  .achivements-investors-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .achivements-investors-container {
    width: 100% !important;
    margin-left: 0px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }

  .achivements-investors-container::-webkit-scrollbar {
    display: none;
  }

  .achivements-investors-container .col-6 {
    width: 100% !important;
  }

  .achivements-investors-card {
    padding-inline: 25px;
    padding-block: 15px;
    gap: 25px;
    height: 400px;
  }

  .achivements-investors-card img {
    width: 112px;
    height: 40px;
  }

  .achivements-investors-card h4 {
    text-align: center;
    margin: 0;
    font-size: 22px;
  }

  .achivements-investors-card-content p {
    font-size: 12px;
  }

  /* Timeline Container */
  .main-timeline-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .timeline-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    overflow-x: auto;
    z-index: 200;
  }

  .timeline-section {
    margin-bottom: 50px;
    background-color: #f9f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 0px;
    border-radius: 15px;
  }

  .year-div h3 {
    font-size: 32px;
  }

  .checkmark {
    height: 40px;
    width: 40px;
  }

  .checkmark i {
    font-size: 20px;
    color: white;
  }

  .horizontal-line {
    top: 65px;
    position: absolute;
    height: 3px;
    width: 2960px !important;
    background-color: #ffa759;
    z-index: -1;
  }

  .content-card {
    width: 250px;
    padding-inline: 15px;
    border-radius: 20px;
  }

  .img-div {
    width: 90px;
    height: 40px;
  }
  .img-div img {
    width: 68px;
    height: 30px;
  }

  .next-prev-btn-div {
    display: none;
  }

  /* social icons section */

  .social-icons-div {
    margin-inline: auto;
    margin-bottom: 70px;
    height: 150px;
    width: 95%;
    background-color: #fff6ee;
    border: 4px solid #ffa759;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding-inline: 30px;
    padding-block: 20px;
  }

  .social-icons-div p {
    margin: 0;
    font-size: 12px;
    width: 70%;
  }

  .icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

@media (min-width: 501px) and (max-width: 730px) {
  .main-heading {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .main-heading h1 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
  }

  .main-heading p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    width: 80%;
    margin-inline: auto;
  }

  /* story section */

  .story-section-content {
    display: none;
  }

  .storysection-img {
    display: none;
  }

  .story-section {
    margin-top: 150px;
    margin-bottom: 50px;
    padding: 0px !important;
    width: 95% !important;
    height: 430px;
  }

  .story-section-content-mobile {
    display: block !important;
    padding-inline: 30px;
    overflow-y: auto;
    height: 240px;
    padding-bottom: 30px;
  }

  .story-section-content-mobile::-webkit-scrollbar{
    display: none;
  }

  .story-section-content-mobile p {
    text-align: justify;
    font-size: 15px;
  }

  .story-section-content-mobile p:nth-child(2) {
    margin-bottom: 0;
  }

  .storysection-img-mobile {
    left: 50%;
    top: -20%;
    transform: translateX(-50%);
    position: absolute;
    display: block !important;
    width: 400px;
    height: 210px;
    border-radius: 26px;
    overflow: hidden;
  }

  .storysection-img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hidden-text {
    display: none; /* Hidden by default */
  }

  .show-more-btn {
    background-color: transparent;
    text-decoration: underline;
    color: #ff7f56;
    border: none;
    cursor: pointer;
  }

  /* teams section */

  .teams-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .teams-container {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .teams-container .col-4 {
    width: 100%;
  }

  .teams-section h2 {
    margin-bottom: 80px;
    font-size: 28px;
  }

  .teams-card {
    width: 100% !important;
    gap: 10px;
    padding: 20px;
    height: 320px;
  }

  .teams-card h4 {
    font-size: 20px;
  }

  .teams-card h6 {
    font-size: 14px;
    text-align: center;
  }

  .teams-container .col-4:nth-child(2) {
    margin-top: 80px;
  }

  .teams-container .col-4:nth-child(3) {
    margin-top: 80px;
  }
  .member-img-div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
  }

  .member-img-div img {
    width: 100%;
    height: 100%;
  }

  .hat-div {
    width: 45px;
    top: -20px;
    height: 45px;
  }

  .hat-div img {
    width: 25px;
    height: 25px;
  }

  .qualifications-div {
    margin-top: 30px;
    border-radius: 20px;
  }

  .qualifications-div p:nth-child(3) {
    width: 70%;
  }

  /* achievements and investors cards */

  .achivements-investors-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .achivements-investors-container {
    width: 100% !important;
    margin-left: 0px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }

  .achivements-investors-container::-webkit-scrollbar {
    display: none;
  }

  .achivements-investors-container .col-6 {
    width: 100% !important;
  }

  .achivements-investors-card {
    padding-inline: 25px;
    padding-block: 15px;
    gap: 25px;
    height: 340px;
  }

  .achivements-investors-card img {
    width: 150px;
    height: 50px;
  }

  .achivements-investors-card h4 {
    text-align: center;
    margin: 0;
    font-size: 28px;
  }

  .achivements-investors-card-content p {
    font-size: 14px;
  }

  /* Timeline Container */
  .main-timeline-section h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }

  .timeline-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    overflow-x: auto;
    z-index: 200;
  }

  .timeline-section {
    margin-bottom: 50px;
    background-color: #f9f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 0px;
    border-radius: 15px;
  }

  .year-div h3 {
    font-size: 32px;
  }

  .checkmark {
    height: 40px;
    width: 40px;
  }

  .checkmark i {
    font-size: 20px;
    color: white;
  }

  .horizontal-line {
    top: 65px;
    position: absolute;
    height: 3px;
    width: 2960px !important;
    background-color: #ffa759;
    z-index: -1;
  }

  .content-card {
    width: 250px;
    padding-inline: 15px;
    border-radius: 20px;
  }

  .img-div {
    width: 90px;
    height: 40px;
  }
  .img-div img {
    width: 68px;
    height: 30px;
  }

  .next-prev-btn-div {
    display: none;
  }

  /* social icons section */

  .social-icons-div {
    margin-inline: auto;
    margin-bottom: 70px;
    height: 130px;
    width: 90%;
    background-color: #fff6ee;
    border: 4px solid #ffa759;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding-inline: 30px;
    padding-block: 20px;
  }

  .social-icons-div p {
    margin: 0;
    font-size: 16px;
    width: 70%;
  }

  .icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

@media (min-width: 731px) and (max-width: 991px) {
  .main-heading {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .main-heading h1 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
  }

  .main-heading p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    width: 80%;
    margin-inline: auto;
  }

  /* story section */

  .story-section-content {
    display: none;
  }

  .storysection-img {
    display: none;
  }

  .story-section {
    margin-top: 150px;
    margin-bottom: 50px;
    padding: 0px !important;
    width: 95% !important;
    height: 380px;
  }

  .story-section-content-mobile {
    display: block !important;
    padding-inline: 30px;
    overflow-y: auto;
    height: 200px;
    padding-bottom: 30px;
  }

  .story-section-content-mobile::-webkit-scrollbar{
    display: none;
  }

  .story-section-content-mobile p {
    text-align: justify;
    font-size: 16px;
  }

  .story-section-content-mobile p:nth-child(2) {
    margin-bottom: 0;
  }

  .storysection-img-mobile {
    left: 50%;
    top: -30%;
    transform: translateX(-50%);
    position: absolute;
    display: block !important;
    height: 230px;
    border-radius: 26px;
    overflow: hidden;
  }

  .storysection-img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hidden-text {
    display: none; /* Hidden by default */
  }

  .show-more-btn {
    background-color: transparent;
    text-decoration: underline;
    color: #ff7f56;
    border: none;
    cursor: pointer;
  }

  /* teams section */

  .teams-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .teams-container {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .teams-container .col-4 {
    width: 100%;
  }

  .teams-section h2 {
    margin-bottom: 100px;
    font-size: 36px;
  }

  .teams-card {
    width: 80% !important;
    gap: 10px;
    padding: 20px;
    height: 380px;
    margin-inline: auto;
  }

  .teams-card h4 {
    font-size: 24px;
  }

  .teams-card h6 {
    font-size: 18px;
    text-align: center;
  }

  .teams-container .col-4:nth-child(2) {
    margin-top: 100px;
  }

  .teams-container .col-4:nth-child(3) {
    margin-top: 100px;
  }
  .member-img-div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: white;
  }

  .member-img-div img {
    width: 100%;
    height: 100%;
  }

  .hat-div {
    width: 60px;
    top: -20px;
    height: 60px;
  }

  .hat-div img {
    width: 40px;
    height: 40px;
  }

  .qualifications-div {
    margin-top: 30px;
    border-radius: 20px;
  }

  .qualifications-div p {
    font-size: 16px;
  }

  .qualifications-div p:nth-child(3) {
    width: 70%;
  }

  /* achievements and investors cards */

  .achivements-investors-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .achivements-investors-container {
    width: 100% !important;
    margin-left: 0px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }

  .achivements-investors-container::-webkit-scrollbar {
    display: none;
  }

  .achivements-investors-container .col-6 {
    width: 100% !important;
  }

  .achivements-investors-card {
    padding-inline: 25px;
    padding-block: 15px;
    gap: 30px;
    height: 400px;
  }

  .achivements-investors-card img {
    width: 200px;
    height: 70px;
  }

  .achivements-investors-card h4 {
    text-align: center;
    margin: 0;
    font-size: 34px;
  }

  .achivements-investors-card-content p {
    font-size: 16px;
  }

  /* Timeline Container */
  .main-timeline-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
  }

  .timeline-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    overflow-x: auto;
    z-index: 200;
  }

  .timeline-section {
    margin-bottom: 50px;
    background-color: #f9f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 0px;
    border-radius: 15px;
  }

  .year-div h3 {
    font-size: 32px;
  }

  .checkmark {
    height: 40px;
    width: 40px;
  }

  .checkmark i {
    font-size: 20px;
    color: white;
  }

  .horizontal-line {
    top: 65px;
    position: absolute;
    height: 3px;
    width: 3700px !important;
    background-color: #ffa759;
    z-index: -1;
  }

  .content-card {
    width: 320px;
    padding-inline: 15px;
    border-radius: 20px;
  }

  .content-card p {
    font-size: 18px;
  }
  .img-div {
    width: 120px;
    height: 50px;
  }
  .img-div img {
    width: 75px;
    height: 40px;
  }

  .next-prev-btn-div {
    display: none;
  }

  /* social icons section */

  .social-icons-div {
    margin-inline: auto;
    margin-bottom: 70px;
    height: 130px;
    width: 90%;
    background-color: #fff6ee;
    border: 4px solid #ffa759;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 30px;
    padding-block: 20px;
  }

  .social-icons-div p {
    margin: 0;
    font-size: 18px;
    width: 50%;
  }

  .icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* main heading */

  .main-heading {
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .main-heading h1 {
    font-size: 70px;
    text-align: center;
    text-transform: uppercase;
  }

  .main-heading p {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    width: 80%;
    margin-inline: auto;
  }

  /* story section */

  .story-section {
    position: relative;
    margin-top: 330px;
    margin-bottom: 100px;
    height: 540px;
    background-color: #fff6ee;
    border-radius: 32px;
    padding-inline: 100px;
    padding-block: 40px;
    display: flex;
    align-items: end;
  }

  .storysection-img-mobile {
    display: none;
  }

  .story-section-content-mobile {
    display: none;
  }

  .storysection-img {
    left: 50%;
    top: -40%;
    transform: translateX(-50%);
    position: absolute;
    width: 600px;
    height: 350px;
    border-radius: 26px;
    overflow: hidden;
  }

  .storysection-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .story-section-content p {
    text-align: left;
    font-size: 14px;
  }

  /* teams section */

  .teams-section {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .teams-section h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 70px;
  }

  .teams-card {
    position: relative;
    height: 430px;
    border: 4px solid #f9f4f4;
    border-radius: 32px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 15px;
  }

  .teams-container{
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .teams-container::-webkit-scrollbar{
    display: none;
  }

  .teams-container .col-4{
    width: 50% !important;
    margin-top: 100px;
  }

  .member-img-div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: white;
  }

  .teams-card h4 {
    font-size: 24px;
  }

  .teams-card h6 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .teams-card h4,
  .teams-card h6 {
    margin: 0;
  }

  .qualifications-div {
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
    height: 140px;
    padding-block: 15px;
    background-color: #fff6ee;
    border-radius: 10px;
    z-index: -1;
  }

  .qualifications-div p {
    margin: 0;
    font-size: 14px;
    text-align: center;
  }

  .qualifications-div p:nth-child(2) {
    margin-top: 20px;
  }

  .qualifications-div p:nth-child(3) {
    width: 70%;
  }

  .hat-div {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 60px;
    height: 60px;
    border: 5px solid #fff6ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 300;
    background-color: white;
  }

  .hat-div img {
    width: 32px;
    height: 32px;
  }

  /* achievements and investors cards */

  .achivements-investors-section {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .achivements-investors-card {
    padding-inline: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 430px;
    background-color: #fff6ee;
    border: 4px solid #ffa759;
    border-radius: 32px;
  }

  .achivements-investors-container{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 30px;
  }

  .achivements-investors-container::-webkit-scrollbar{
    display: none;
  }

  .achivements-investors-container .col-6{
    width: 70% !important;
  }

  .achivements-investors-card h4 {
    margin: 0;
    font-size: 42px;
  }

  .achivements-investors-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .achivements-investors-card-content p {
    margin: 0;
    font-size: 14px;
    text-align: center;
  }

  /* Timeline Container */

  .main-timeline-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
  }
  .timeline-section {
    margin-bottom: 100px;
    background-color: #f9f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 0px;
    border-radius: 15px;
  }

  .horizontal-line {
    top: 80px;
    position: absolute;
    height: 3px;
    min-width: fit-content;
    background-color: #ffa759;
    z-index: -1;
  }

  .timeline-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    overflow-x: auto;
    z-index: 200;
  }

  .disable-btn {
    opacity: 0.5;
    pointer-events: none;
  }

  .timeline-container::-webkit-scrollbar {
    display: none;
  }

  .timeline-card {
    flex-shrink: 0;
    margin-bottom: 20px;
  }

  .year-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .year-div h3 {
    color: #ffa759;
    font-size: 35px;
    margin: 0;
  }

  .checkmark {
    width: 55px;
    height: 55px;
    background-color: #ffa759;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    align-items: center;
  }

  .checkmark i {
    font-size: 25px;
    color: white;
  }

  .content-div {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .content-card {
    width: 415px;
    padding-block: 20px;
    border-radius: 32px;
    border: 4px solid #ffa759;
    box-shadow: 0 6px 0px #ffa759;
    font-size: 14px;
    padding-inline: 30px;
  }

  .content-card p {
    font-size: 14px;
    margin: 0;
  }

  .img-div {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 70px;
    border: 3px solid #ffa759;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
  }

  .img-div img {
    width: 112px;
    height: 50px;
  }

  .next-prev-btn-div {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  .next-btn,
  .prev-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #ffa759;
  }

  .next-btn i,
  .prev-btn i {
    font-size: 22px;
    color: white;
  }
  /* social icons section */

  .social-icons-div {
    margin-inline: auto;
    margin-bottom: 150px;
    height: 105px;
    width: 680px;
    background-color: #fff6ee;
    border: 4px solid #ffa759;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 40px;
  }

  .social-icons-div p {
    margin: 0;
    font-size: 14px;
    width: 35%;
  }

  .icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
