div {
    display: flex; /* or any other value you prefer */
}

/* Reset styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Body styles */
  body {
    font-family: raleway, sans-serif;
    color: white;
  }

  a {
    text-decoration: none;
  }  

  button {
    text-decoration-color: white;
    background-color: rgba(0, 0, 0, 0);
  }

  button:hover {
    cursor: pointer;
  }

  /* link styles */
  
  .text-link {
    cursor: pointer; /* Change cursor to pointer on hover */
    text-decoration: none;
    color: white;
  }

.text-link:hover {
    font-style: italic;
}

.styled-header {
  font-family: playfair display, serif;
  font-size: 148px;
  font-style: italic;
}

.error-page {
  gap: 24px;
  padding-left: 200px;
  padding-top: 200px;
  height: 1000px;
  width: 100%;
  /* align-self: stretch; */
  background: #2c2c2c;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  background-image: url(images/header-background3.png);
  background-size: cover;
  background-position: bottom;
}

  /* Main container styles */
  .container {
    overflow-x: hidden;
    width:auto;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  /* Header styles */

  @media only screen and (max-width: 600px) {
    .inner-header .logo {
      display: none;
    }

    .header .nav-links {
      justify-content: space-between !important;
    }

    .header .nav-link {
      margin-left: 0px !important;
    }
  }

  .header {
    align-self: stretch;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .header .inner-header {
    align-self: stretch;
    padding: 24px 48px;
    background: #0B0A0B;
    color: #0B0A0B;
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .header .logo {
    color: white;
    font-size: 20px;
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
  }
  
  .header .nav-links {
    flex: 1;
    height: 21px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .header .nav-link {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 20.80px;
    word-wrap: break-word;
    margin-left: 57px;
  }

  .nav-link {
    cursor: pointer;
  }

  .nav-link:hover {
    font-style: italic;
  }
  
  /* Main content styles */
  @media only screen and (max-width: 600px) {
    .intro-page {
      padding: 48px !important;
    }
  }

  .main-content {
    align-self: stretch;
    background: #0F0E0F;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;

  }

  .intro-page {
    width: 100%;
    padding: 220px 48px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url('images/header-background3.png');
    background-size: cover;
    background-position: bottom;
  }
  
  /* Section 1 styles */

  @media only screen and (max-width: 600px) {
    .section-1 .heading {
        font-size: 92px !important;
        line-height: 92px !important;
    }
    .section-1 .section-description {
      font-size: 16px !important;
      line-height: 20px !important;
    }
    .section-1 {
      gap: 24px !important;
      margin: 64px 0;
    }
}   

  .section-1 {
    flex-direction: column;
    margin: 72px 0;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 51px;
  }
  
  .section-1 .heading {
    color: white;
    font-size: 144px;
    font-family: Playfair Display, Serif;
    font-style: italic;
    font-weight: 400;
    line-height: 129.60px;
    word-wrap: break-word;
  }
  
  .section-1 .section-description {
    max-width: 399px;
    color: white;
    font-size: 20px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
  }
  
  /* Section 2 styles */
  @media only screen and (max-width: 600px) {
    .section-2 {
      padding-top: 0 !important;
    }

    .section-2 .info {
      align-items: flex-start !important;
    }
    .section-2 .role {
      font-size: 12px !important;
    }
    .section-2 .info .experience .label {
      font-size: 12px !important;
    } 
  }

  .section-2 {
    flex: 1;
    padding-top: 72px;
    padding-bottom: 72px;
    align-self: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .section-2 .info {
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .section-2 .info .experience {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0;

  }
  
  .section-2 .info .experience .label {
    color: white;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 20.80px;
    word-wrap: break-word;
    opacity: 50%;
  }
  
  .section-2 .info .role {
    color: white;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 20.80px;
    word-wrap: break-word;
  }
  
  /* Section 3 styles */
  @media only screen and (max-width: 600px) {
    .section-3 .sub-section .heading {
      font-size: 48px !important;
      line-height: 48px !important;
    }
    .section-3 .sub-section .section-description {
      font-size: 16px !important;
      line-height: 20px !important;
    }
  }

  .section-3 {
    align-self: stretch;
    height: min-content;
    background: #0F0F0F;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 51px;
  }
  
  .section-3 .sub-section {
    align-self: stretch;
    padding: 48px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
  
  .section-3 .sub-section .divider {
    align-self: stretch;
    height: 0px;
    border: 1px white solid;
  }
  
  .section-3 .sub-section .heading {
    color: white;
    font-size: 64px;
    font-family: Playfair Display, Serif;
    font-style: italic;
    font-weight: 400;
    line-height: 83.20px;
    word-wrap: break-word;
  }
  
  .section-3 .sub-section .section-description {
    color: white;
    font-size: 20px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
    margin-bottom: 32px;
  }
  
  /* Footer styles */
@media only screen and (max-width: 600px) {
  .footer .cta {
    font-size: 124px !important;
    line-height: 116px !important;
  }
  .separator {
    display: none !important;
  }
  .footer .contact-info {
    width: 100% !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    justify-content: start !important;
    flex-direction: column !important;
    height: fit-content;
  }
  .footer .contact-info .cta-btn {
    padding: 8px 12px !important;
    width: 264px !important;
  }
  .footer .inner-footer {
    flex-direction: column;
    gap: 60px !important;
  }
  .footer .contact-info .cta-btn .text {
    font-size: 12px;
  }
  .sub-footer {
    display: none !important;
  }

}

  .footer {
    align-self: stretch;
    height: 805px;
    padding-top: 220px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    background-image: url('images/footer-background3.png');
    background-size: cover;
    background-position: top;
    background-blend-mode: darken;
  }
  
  .footer .inner-footer {
    padding: 0 48px;
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
  }
  
  .footer .cta {
    max-width: 364px;
    color: white;
    font-size: 148px;
    font-family: Playfair Display, Serif;
    font-style: italic;
    font-weight: 400;
    line-height: 133.20px;
    word-wrap: break-word;
  }
  
  .footer .separator {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: center; 
   }
  
  .footer .contact-info {
    height: 206px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .footer .contact-info .cta-btn {
    width: 235px;
    padding: 16px;
    border-radius: 32px;
    border: 2px white solid;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    fill-opacity: 0%;
  }
  
  .footer .contact-info .cta-btn .text {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    line-height: 20.80px;
    word-wrap: break-word;
  }

  .cta-btn.btn-image img {
    width: 18px; /* Set the width of the image */
    height: auto; /* Maintain the aspect ratio */
}


  .showcase {
    width: 100%;
    height: fit-content;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
    display: inline-flex;
}

.section {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 23px;
    display: flex;
}

.image-container {
    align-self: stretch;
    /* height: 720px; */
    border-radius: 12px;
    /* position: relative;
    display: inline-flex; */
}

.image-container a {
  display: flex;
  width: 100%;
  align-self: stretch;
  border-radius: inherit;
  cursor: pointer;
}

.image-container a:hover img {
  transform: rotate(2deg); /* Rotate the image on hover */
  transition: transform 0.3s ease;

}

.image-container img {
    align-self: stretch;
    height: 100%;
    width: -webkit-fill-available;
    object-fit: cover;
    border-radius: inherit;
}

@media only screen and (max-width: 600px) {
  .date {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .tag {
    display: none !important;
  }
  .circle {
    display: none !important;
  }
  .tag-container{
    display: none !important;
  }
  .description {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .showcase {
    gap: 56px;
  }
}

.content {
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    display: inline-flex;
    flex: 1;
}

.text-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
}

.date {
    color: white;
    font-size: 32px;
    font-family: Raleway;
    font-weight: 400;
    line-height: 41.60px;
    word-wrap: break-word;
}

.description {
    color: white;
    font-size: 20px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
}

.date-container {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 14px;
    display: inline-flex;
}

.tag {
    color: white;
    font-size: 12px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 15.60px;
    word-wrap: break-word;
}

.date-range {
    padding: 4px 16px;
    background: rgba(255, 255, 255, 0);
    border-radius: 64px;
    border: 1px white solid;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.tag-container {
    padding: 4px 16px;
    background: rgba(255, 255, 255, 0);
    border-radius: 64px;
    border: 1px white solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.tag-container div {
    color: white;
    font-size: 12px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 15.60px;
    word-wrap: break-word;
}

.circle {
    width: 11px;
    height: 11px;
    background: #7BDBFF;
    border-radius: 9999px;
}

.separator {
    align-self: stretch;
    height: 0px;
    border: 1px white solid;
    margin: 23px 0;
}

.sub-footer {
  padding: 48px;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Raleway, sans-serif;
}

/* about page */
@media only screen and (max-width: 600px) {
  .about-header .heading {
    font-size: 100px !important;
    line-height: 100px !important;
    padding: 12px 0;
  }
  .about-header .section-description {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .sub-heading {
    padding-bottom: 0px !important;
  }
}

.about-header {
  flex-direction: column;
  /* margin-top: 72px;
  margin-bottom: 72px; */
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding-top: 220px;
  padding-bottom: 220px;

}

.about-header .heading {
  max-width: 1000px;
  width: 100%;
  color: white;
  font-size: 144px;
  font-family: Playfair Display, Serif;
  font-style: italic;
  font-weight: 400;
  line-height: 129.60px;
  word-wrap: break-word;
  justify-self: start;
}

.about-header .section-description {
  max-width: 1000px;
  width: 100%;
  color: white;
  font-size: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

/* timeline */

.timeline {
  position: relative;
  max-width: 1000px;
  /* margin: 100px; */
  flex-direction: column;
}

.timeline-container {
  width: 100%;
  padding: 0 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-tl {
  padding: 10px 50px;
  position: relative;
  width: 50%;
  animation: movedown 1s linear forwards;
}

@keyframes movedowm {
  0%{
    opacity: 1;
    transform: translateY(-30px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}

.text-box {
  padding: 20px 30px;
  background: #2c2c2c;
  position: relative;
  border-radius: 6px;
  font-size: 16px;
  flex-direction: column;
}

.left-container {
  left: 0;
}

.right-container {
  left: 50%;
}

.container-tl img {
  position: absolute;
  height: 40px;
  border: 50%;
  right: -20px;
  top: 32px;
}

.right-container img{
  left: -20px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  background: white;
  top: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
  animation: moveline 6s linear forwards;
}

@keyframes moveline {
  0%{
    height: 0;
  }
  100%{
    height: 100%;
  }
}

.text-box h2 {
  font-weight: 600;
}
.text-box small {
  display: inline-block;
  margin-bottom: 15px;
}

.left-container-arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #2c2c2c;
  right: -15px;
}

.right-container-arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #2c2c2c;
  left: -15px;
}

@media screen and (max-width: 600px) {
  .timeline {
    margin: 50px auto;
  }
  .timeline::after{
    left: 31px;
  }
  .container-tl{
    width: 100%;
    padding-left: 80px;
    padding-right: 25px;
  }
  .text-box small {
    margin-bottom: 10px;
  }
  .right-container{
    left: 0;
  }
  .left-container img, .right-container img{
    left: 10px;
  }
  .left-container-arrow {
    border-right: 15px solid #2c2c2c;
    border-left: 0;
    left: -15px;
  }
  .right-container-arrow {
    border-right: 15px solid #2c2c2c;
    border-left: 0;
    right: 0px;
  }
}
  
.sub-heading {
    color: white;
    font-size: 64px;
    font-family: Playfair Display, Serif;
    font-style: italic;
    font-weight: 400;
    line-height: 64px;
    word-wrap: break-word;  
    padding-top: 64px;
    padding-bottom: 64px;
    /* width: 1000px; */
}