#pilot-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 120px;
}

#pilot-info {
    width: calc(100% - 400px);
    height: auto;
    position: relative;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

#pilot-info > .pilot-image {
    width: 100%;
    height: 40vw;
    background-image: url(../../assets/home/1705760909887.jpg);
    background-size: 100%;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pilot-info > .pilot-name {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    font-size: 42px;
}

#pilot-info > .pilot-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    font-size: 20px;
}

#about-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1C1C1C;
}

#about {
    width: calc(100% - 0px);
    height: auto;
    position: relative;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    font-size: 20px;
}

#about > .about-image {
    width: 100%;
    height: 30vw;
    background-image: url(../../assets/pilot/IMG_5405.JPG);
    background-size: 110%;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#about > .about-text-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

#about > .about-text-box > .about-text {
    width: auto;
    height: auto;
    font-weight: regular;
}

#about > .about-text-box > .about-text > .about-title {
    font-size: 42px;
}

#statistics-section {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}

#statistics-section > .statistics {
    width: calc(100% - 400px);
    height: auto;
    position: relative;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-size: 32px;
}

#statistics-section > .statistics > .statistics-box {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#statistics-section > .statistics > .statistics-box > .statistics-number {
    font-size: 42px;
}

#statistics-section > .statistics > .statistics-box > .statistics-name {
    font-size: 18px;
    padding-top: 10px;
}

#timeline-section {
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    background: #1C1C1C;
}

#timeline-section > .title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}

#timeline {
    width: calc(100% - 400px);
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}

#timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #D83434;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

#timeline > .container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: calc(50% - 60px);
}

#timeline > .container.left {
    left: 0;
    z-index: 100;
}

#timeline > .container.right {
    left: 50%;
    z-index: 100;
}

#timeline > .container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -9.5px;
    background: white;
    border: 2px solid #D83434;
    border-radius: 16px;
}

#timeline > .container.right::after {
    left: -9.5px;
}

#timeline > .container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #D83434;
    z-index: 1;
}

#timeline > .container.right::before {
    left: 8px;
}

#timeline > .container > .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #D83434;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

#timeline > .container.left > .date {
  right: -75px;
}

#timeline > .container.right > .date {
  left: -75px;
}

#timeline > .container > .icon {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 10px;
    top: calc(50% - 20px);
    background: white;
    border: 2px solid #D83434;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #121212;
    z-index: 1;
}

#timeline > .container.left > .icon {
    right: 56px;
}

#timeline > .container.right > .icon {
    left: 56px;
}

#timeline > .container > .content {
    padding: 30px 90px 30px 30px;
    background: #121212;
    position: relative;
    border-radius: 0 20px 20px 0;
}

#timeline > .container.right > .content {
    padding: 30px 30px 30px 90px;
    border-radius: 20px 0 0 20px;
}

#timeline > .container > .content > h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #D83434;
}

#timeline > .container > .content > p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: white;
}

#image-section {
    height: 22vw;
    background-image: url(../../assets/pilot/ChangeCockpit-Logo.jpg);
    background-size: 80%;
    background-position: 50% 50%;
    margin-bottom: -25px;
}

#sponsor-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1C1C1C;
}

#sponsor {
    width: calc(100% - 0px);
    height: auto;
    position: relative;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    font-size: 20px;
}

#sponsor > a > .sponsor-image {
    width: 100%;
    height: 25vw;
    background-image: url(../../assets/pilot/ChangeCockpit-Logo.jpg);
    background-size: 150%;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sponsor > .sponsor-text-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

#sponsor > .sponsor-text-box > .sponsor-text {
    width: auto;
    height: auto;
    font-weight: regular;
    font-size: 42px;
}

@media all and (max-width: 1380px) {
    #pilot-info {
        width: calc(100% - 40px);
    }

    #about > .about-text-box > .about-text {
        font-size: 14px;
    }

    #about > .about-text-box > .about-text > .about-title {
        font-size: 24px;
    }

    #statistics-section > .statistics {
        width: calc(100% - 40px);
    }

	#timeline {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 15px 0;
        position: relative;
    }
}

@media (max-width: 800px) {
    #statistics-section > .statistics {
        grid-template-columns: repeat(1, 1fr);
    }

    #timeline::after {
        left: 90px;
    }

    #timeline > .container {
        width: calc(100% - 140px);
        padding-left: 120px;
        padding-right: 30px;
    }

    #timeline > .container.right {
        left: 0%;
    }

    #timeline > .container.left::after, 
    #timeline > .container.right::after {
        left: 82px;
    }

    #timeline > .container.left::before,
    #timeline > .container.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }

    #timeline > .container.left > .date,
    #timeline > .container.right > .date {
        right: auto;
        left: 15px;
    }

    #timeline > .container.left > .icon,
    #timeline > .container.right > .icon {
        right: auto;
        left: 146px;
    }

    #timeline > .container.left > .content,
    #timeline > .container.right > .content {
        padding: 30px 30px 30px 90px;
        border-radius: 20px 0 0 20px;
    }
}