@import url(variables.css);

/* Section About */
#about {
    min-height: 100vh;
    background: url(../assets/images/wizardsardine/bg_about.jpg);
    background-color: #000;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 84px;
    gap: 80px;
    padding: 10%;
    background-repeat: no-repeat;
}

#about .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    max-width: 800px;
    margin: auto;
    gap: 20px;
}
#about .wrapper h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    text-align: center;
    line-height: 70px;
}
.title-green {
    background: -o-linear-gradient(213deg, #61ffe1 0%, #60f8e1 20%, #5fe7e4 50%, #5ccbe8 70%, #59a4ee 100%);
    background: linear-gradient(237deg, #61ffe1 0%, #60f8e1 20%, #5fe7e4 50%, #5ccbe8 70%, #59a4ee 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-purple {
    background: -o-linear-gradient(213deg, #5433ff 0%, #5d35ff 20%, #6e38ff 40%, #853cff 60%, #a341ff 80%, #ac43ff 100%);
    background: linear-gradient(237deg, #5433ff 0%, #5d35ff 20%, #6e38ff 40%, #853cff 60%, #a341ff 80%, #ac43ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#about .wrapper .description1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    max-width: 700px;
    line-height: 24px;
    color: #c8c8c8;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
}
#about .wrapper .wrapper-belives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    gap: 40px;
}
#about .wrapper h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
}
#about .wrapper .description2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #9faeb4;
    text-align: center;
    max-width: 500px;
}
@media screen and (max-width: 768px) {
    #about {
        gap: 120px;
        padding: 80px 20px;
    }
    #about .wrapper h1 {
        font-size: 54px;
        line-height: 58px;
    }
    #about .wrapper .description1 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.8px;
    }
}
@media screen and (max-width: 640px) {
    #about .wrapper .wrapper-belives {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
@media screen and (max-width: 550px) {
    #about .wrapper {
        gap: 40px;
    }
    #about .wrapper h1 {
        font-size: 50px;
        line-height: 48px;
    }
    #about .wrapper .description1 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.8px;
    }
    #about .wrapper h4 {
        font-size: 24px;
    }
}
@media screen and (max-width: 430px) {
    #about .wrapper {
        gap: 40px;
    }
    #about .wrapper .description1 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.4px;
    }
}

/* Section Team */

h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 56px;
    background: -o-linear-gradient(220deg, #61ffe1 0%, #5ccbe8 17%, #59a4ee 34%, #5572f5 50%, #6e38ff 67%, #853cff 83%, #ac43ff 100%);
    background: linear-gradient(230deg, #61ffe1 0%, #5ccbe8 17%, #59a4ee 34%, #5572f5 50%, #6e38ff 67%, #853cff 83%, #ac43ff 100%);

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#team {
    padding: 5% 3% 10%;
    gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #020305;
}
#team .team-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#team .team-grid .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 180px;
    max-width: 240px;
    background: #131214;
    border-top-right-radius: 120px;
    border-top-left-radius: 120px;
    gap: 8px;
}
.team-member .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
#team .team-grid .team-member .img-wrapper {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
#team .team-grid .team-member .content-member {
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#team .team-grid .team-member .content-member h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
}
#team .team-grid .team-member .content-member .position {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #bad2dc;
    text-transform: uppercase;
    margin-bottom: 6px;
}
#team .team-grid .team-member .content-member .text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 18px;
}
#team .team-grid .team-member .footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
#team .team-grid .team-member .footer-icons .a-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
#team .team-grid .team-member .content-member .footer-icons .a-icon:hover svg path {
    fill: var(--ws-green);
}
#team .team-grid .team-member .footer-icons .a-icon img {
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 1200px) {
    #team .team-grid {
        gap: 20px;
    }
}
@media screen and (max-width: 870px) {
    #team .team-grid {
        max-width: 700px;
    }
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 38px;
    }
    #team {
        padding: 60px 20px;
    }
}

/* Section Timeline */

section#timeline {
    background: url(../assets/images/wizardsardine/bg_timeline.jpg);
    background-position: center;
    background-size: cover;
    padding: 10% 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 100px;
}

#timeline h2 {
    margin-bottom: 50px;
}

#timeline h5 {
    color: #b0def0;
    font-family: IBM Plex Sans;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.34px;
    line-height: 34px;
}
#timeline h3 {
    color: #828282;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.64px;
    line-height: 66px;
    margin-bottom: 14px;
}
#timeline h6 {
    color: #8f9ca1;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    white-space: nowrap;
}
.timeline-text {
    color: #d1d1d1;
    font-size: 16px;
    font-weight: 400;
    line-height: 147.5%; /* 23.6px */
    letter-spacing: 0.16px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 24px;
    background: -o-linear-gradient(
        253deg,
        #61ffe1 9.93%,
        #60f8e1 13.76%,
        #5fe7e4 19.1%,
        #5ccbe8 25.22%,
        #59a4ee 32.1%,
        #5572f5 38.97%,
        #5133ff 46.62%,
        #5433ff 54.26%,
        #5d35ff 60.37%,
        #6e38ff 65.72%,
        #853cff 70.31%,
        #a341ff 74.89%,
        #ac43ff 100%
    );
    background: linear-gradient(
        197deg,
        #61ffe1 9.93%,
        #60f8e1 13.76%,
        #5fe7e4 19.1%,
        #5ccbe8 25.22%,
        #59a4ee 32.1%,
        #5572f5 38.97%,
        #5133ff 46.62%,
        #5433ff 54.26%,
        #5d35ff 60.37%,
        #6e38ff 65.72%,
        #853cff 70.31%,
        #a341ff 74.89%,
        #ac43ff 100%
    );
    top: -60px;
    bottom: 0;
    left: calc(50% - 10px);
    border-radius: 2px;
}

/* timeline-item around content */
.timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 40%;
    margin-top: -40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (hover: hover) {
    .timeline-item:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        cursor: default;
    }
    .timeline-item:hover h3 {
        color: #d5d5d5 !important;
    }
}

/* LEFT ITEMS */
.left {
    left: 0;
    left: 54px;
}
.timeline-item.left h5,
.timeline-item.left h3,
.timeline-item.left .timeline-text {
    text-align: right;
}
.timeline-item.left {
    margin-right: 60px;
}
/* RIGHT ITEMS */
.right {
    left: 50%;
}
.timeline-item.right h5,
.timeline-item.right h3,
.timeline-item.right .timeline-text {
    text-align: left;
}
.timeline-item.right {
    margin-left: 50px;
}

@media screen and (max-width: 1000px) {
    section#timeline {
        padding: 10% 20px;
    }
    .timeline-item {
        padding: 10px;
    }
}
@media screen and (max-width: 900px) {
    #timeline h3 {
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    #timeline h5 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (max-width: 800px) {
    .timeline-item.right {
        margin-left: 20px;
    }
    .timeline-item.left {
        margin-right: 20px;
    }
    .timeline::after {
        width: 18px;
    }
}
@media screen and (max-width: 768px) {
    section#timeline {
        gap: 40px;
        padding: 60px 20px;
    }
    #timeline h2 {
        margin-bottom: 30px;
    }
    .timeline::after {
        left: 10%;
        top: 0%;
    }
    .timeline-item {
        margin-bottom: 60px;
        margin-top: 0;
        width: 80%;
    }
    .timeline-item.left,
    .timeline-item.right {
        margin-right: 0;
        margin-left: 10px;
        left: 15%;
    }
    .timeline-item.left h5,
    .timeline-item.left h3,
    .timeline-item.left .timeline-text {
        text-align: left;
    }
}

@media screen and (max-width: 550px) {
    section#timeline {
        gap: 40px;
        padding: 60px 0px;
    }

    #timeline h3 {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    #timeline h5 {
        font-size: 24px;
        line-height: 28px;
    }
}
