@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);
body.page-template-events {
    font-family: 'Manrope', sans-serif;
    margin: 0;
}
.default-button {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 12px;
    display: flex;
    padding: 4px;
    transition: .3s;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
}
.default-button .text {
    color: #080d09;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 0 14px;
    position: relative;
    transition: .3s;
}
.default-button .icon {
    background: #080d09;
    border-radius: 8px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    position: relative;
    transition: background .3s, width .3s, min-width .3s, opacity .3s;
    width: 40px;
}
.default-button .icon svg {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: .4s;
    width: 24px;
}
.default-button .icon svg:first-child {
    transform: translate(-50%, -50%);
}
.default-button .icon svg:nth-child(2) {
    transform: translate(-200%, -50%);
}

span.marked-text {
    color: #07D99C;
}
.hero {
    background: url('/wp-content/uploads/2025/10/headway-F2KRf_QfCqw-unsplash-1-1-1.jpg');
    /* background: url('/wp-content/uploads/2025/10/hero-bg-intro.jpg'); */
    /* background: url('/wp-content/uploads/2025/10/headway-F2KRf_QfCqw-unsplash-1.jpg'); */
    /* background-repeat: no-repeat; */
    background-size: cover;
    color: white;
    padding: 200px 0 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-content .tag-marker,
.hero-content .hero-title {
    text-transform: uppercase;
}
.hero-content .tag-marker {
    background: #FFFFFF1A;
    backdrop-filter: blur(40px);
    border-radius: 20px;
    padding: 13px 24px;
    width: fit-content;
    margin: 0;
    color: white;
}
.hero-content .hero-title {
    font-weight: 400;
    font-size: 72px;
    margin: 48px 0 32px;
    -webkit-text-fill-color: initial;
}
.hero-content .hero-subtitle {
    font-size: 18px;
    /* margin: 0; */
    text-align: center;
    margin: 0 auto 48px;
    color: white;
    max-width: 90%;
}
.main-content {
    background: #000000;
    padding: 0 12px;
}
.main-content .row {
    background: #2B2C2A99;
    backdrop-filter: blur(40px);
    color: white;
    padding: 80px 48px;
    display: flex;
    position: relative;
    align-items: center;
    /* top: -200px; */
    justify-content: space-between;
    border-radius: 16px;
}
.main-content .row h3 {
    font-size: 40px;
    color: #07D99C;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.hero-content .markers-group,
.main-content .row .markers-group {
    margin: 40px 0;
}
.hero-content .markers-group .marker,
.hero-content .markers-group,
.main-content .row .markers-group .marker,
.main-content .row .markers-group {
    display: flex;
    align-items: center;
}
.hero-content .markers-group .marker,
.main-content .row .markers-group .marker {
    background: #171716;
    padding: 15px;
    margin-right: 20px;
    border-radius: 10px;
}
.main-content .row .column-left {
    width: 50%;
}
.hero-content .markers-group .marker:last-child,
.main-content .row .markers-group .marker:last-child {
    margin: 0;
}
.hero-content .markers-group img,
.main-content .row .markers-group img {
    margin-right: 10px;
}
.hero-content .markers-group p,
.main-content .row .markers-group p {
    margin: 0;
    text-transform: uppercase;
}
.main-content .row .content-big-text {
    font-size: 18px;
    line-height: 27px;
    /* text-transform: uppercase; */
    width: 660px;
}
.main-content .row .content-big-text p:last-child {
    font-weight: 700;
}
.main-content .row .content-big-text p {
    margin: 0 0 20px 0;
}
.main-content .row .column-right {
    position: relative;
    width: 40%;
}
.main-content .row .column-right img {
    border-radius: 16px;
    /* position: absolute; */
    width: 100%;
    max-width: 600px;
}

.meet-team h3 {
    margin: 60px 0;
    text-align: center;
    text-transform: uppercase;
}
.meet-team .row.team-row {
    display: flex;
    padding: 0 60px;
    justify-content: center;
    gap: 40px;
}
.meet-team .image img {
    border-radius: 24px;
}
.meet-team .team-member {
    max-width: 25%;
}
.meet-team .team-member img {
    width: 100%;
}
.meet-team .team-member .team-member-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.meet-team .team-member .team-member-info .team-member-name {
    color: white;
    font-size: 18px;
}
.meet-team .team-member .team-member-info .team-member-position {
    font-size: 12px;
}

.book-me-in-cta {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.book-me-in-cta .gradient {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    border-radius: 50%;
    background-color: #07D99C;
    z-index: -1;
    left: -10px;
    box-shadow: 0 0 200px 200px #07D99C;
}
.book-me-in-cta .cta-button {
    max-width: 1330px;
    padding: 80px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #0000006b;
    border: 2px solid;
    border-image: linear-gradient(12deg, #e6646500 50%, #05d99d) 1;
}
.book-me-in-cta .cta-button p {
    font-size: 48px;
    margin-bottom: 48px;
    color: white;
}

@media screen and (max-width: 1400px) {
    .main-content .row .column-left {
        width: 70%;
    }
    .meet-team .row.team-row {
        gap: 20px;
    }
    .book-me-in-cta .cta-button {
        width: 80%;
    }
}
@media screen and (max-width: 1300px) {
    /* .meet-team .row.team-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    } */
    .meet-team .image img {
        width: 100%;
    }
    /* .meet-team .row.team-row { */
}
@media screen and (max-width: 1200px) {
    .hero {
        padding: 150px 0 300px;
    }
    .main-content .row .column-right {
        width: 30%;
    }
}
@media screen and (max-width: 1100px) {
    .main-content .row {
        flex-direction: column;
        top: initial;
    }
    .main-content .row .content-big-text,
    .main-content .row .column-left {
        width: 100%;
    }
    .main-content .row .column-right {
        margin: auto;
    }
    .main-content .row .column-right img {
        position: relative;
    }
}
@media screen and (max-width: 1024px) {
    .book-me-in-cta .cta-button .header__btn,
    .hero-content .header__btn {
        display: flex;
    }
}
@media screen and (max-width: 992px) {
    .hero {
        padding: 60px 0 150px;
    }
    .hero-content .hero-subtitle {
        margin: 0 auto 20px;
    }
    .hero-content .markers-group {
        margin: 20px 0;
    }
    .hero-content .hero-title {
        font-size: 40px;
    }
    .hero-content .hero-subtitle {
        font-size: 14px;
        max-width: 80%;
        text-align: center;
    }
    .main-content .row h3 {
        font-size: 32px;
    }
    .hero-content .markers-group img {
        width: 15px;
    }
    .hero-content .markers-group p {
        font-size: 15px;
    }
    .hero-content .markers-group,
    .main-content .row .markers-group {
        /* flex-direction: column; */
    }
    .hero-content .markers-group .marker,
    .main-content .row .markers-group .marker {
        /* width: 100%; */
        margin: 10px;
    }
    .main-content .row .column-right {
        width: 50%;
    }
    .meet-team {
        padding: 0 16px;
    }
    .meet-team .team-member {
        max-width: 90%;
        margin: auto;
    }
    .book-me-in-cta .cta-button p {
        font-size: 26px;
        text-align: center;
    }
    .hero {
        background-position: center;
    }
    .meet-team .row.team-row {
        padding: 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .meet-team .row.team-row {
        display: flex;
        flex-direction: column;
    }
    .main-content .row .column-right {
        width: 100%;
    }
}