@font-face {
  font-family: "DrukWide";
  src: url("fonts/DrukWideBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansKR";
  src: url("fonts/IBMPlexSansKR-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansKR";
  src: url("fonts/IBMPlexSansKR-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    overflow-x:hidden;
    
    font-family: "IBMPlexSansKR", sans-serif;
}

.hero-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

.swiper-slide {
  width: auto;         /* let content define width */
  flex-shrink: 0;      /* Swiper default, but make sure you didn't change it */
  display: inline-flex;/* or flex / block, but NOT display:none anywhere */
}


.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -30px!important;
}

.swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 12px;
    height: 3px;
    border-radius: 20px;
    background-color: #ccc;
    margin: 0 5px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #000; /* Чорний колір для активної точки */
}

.bullets-content {
    font-family: "IBMPlexSansKR", sans-serif;
    display: grid;
    gap: 30px;
    font-size: 18px;
}

.bullets-content .item:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 0;
}

.bullets-content .item {
    position: relative;
    padding-left: 50px;
}

.participation-section.reworked {
    padding-bottom: 120px;
    padding-top: 200px;
}

.participation-section.reworked .wrapper .content {
    flex-direction: row-reverse;
}

.description.bullets .item {
    text-align: left;
    position: relative;
    padding-left: 52px;
}

.description.bullets .item:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 12px;
}

.navbar {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 0 20px;
}

.navbar-inner {
    height: 100%;
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
    display: flex;
    align-items: center;
    gap: 45px;
    z-index: 1111;
}

.nav a {
    font-size: 16px;
    font-family: "IBMPlexSansKR", sans-serif;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.logo img {
    width: 110px;
    height: 65px;
}

.hamburger {
    width: 45px;
    height: 45px;
    display: none;
    background: none;
    border: none;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 36px;
}

.hamburger-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.about-us-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    padding-top: 120px;
}

.wrapper {
    height: 100%;
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.intersection.faq-style .content .item h4 {
    color: #000000;
    "IBMPlexSansKR", font-family: sans-serif;
    font-family: "IBMPlexSansKR", sans-serif;
    font-size: 20px;
}

.psa-paddings {
    padding: 120px 20px;
}

.psa-paddings .wrapper {
    margin: 0 auto;
}

.flywheel-section.psa-paddings .wrapper .header {
    max-width: 700px;
    margin: 0 auto;
}

.flywheel-content {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 40px;
    background: #1c1c1c;
    font-family: "DrukWide", "IBMPlexSansKR", sans-serif;
    font-size: 20px;
}

.flywheel-section {
    background: #1c1c1c;
}

.flywheel-section .wrapper {
    color: #fff;
    text-align: center;
}

.item.arr {
    color: #7e7e7e;
}

.intersection.faq-style .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}

.intersection.faq-style .content p {
    font-family: "IBMPlexSansKR", sans-serif;
    margin-top: 14px;
}

.intersection.faq-style .content .item {
    border-bottom: 1px solid #cccccc73;
    padding-bottom: 40px;
}

.header {
    font-size: 62px;
    line-height: 110%;
    text-transform: uppercase;
    font-family: "DrukWide", "IBMPlexSansKR", sans-serif;
}

.about-us-section .content.about-us {
    display: flex;
    justify-content: space-between;
    font-family: "IBMPlexSansKR", sans-serif;
    font-weight: 300;
    line-height: 130%;
}

.participation-section.reworked .wrapper .content .right-block {
    max-width: 510px;
    max-height: 720px;
}

.description.bullets {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-us-section .header {
    text-align: left;
}

.about-us-section .content.about-us .left-block {
    height: 100%;
    width: 100%;
    max-width: 517px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    font-size: 16px;
    line-height: 140%;
}

.about-us-section .content.about-us .left-block .image {
    width: 100%;
    height: 100%;
    max-width: 517px;
    max-height: 648px;
    overflow: hidden;
}

.about-us-section .content.about-us .left-block img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transform: scale(1.1); 
    transition: transform 0.4s ease;
}

.about-us-section .content.about-us .left-block .image:hover img {
    cursor: pointer;
    transform: scale(1);
}

.logo-container {
    background: #fff;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    margin-bottom: 20px;
}

.logo-container img {
    width: 100%;
}

.intersection.faq-style.new-ver .content h4 {
    font-weight: 400;
    font-size: 18px;
}

.about-us-section .content.about-us .right-block {
    width: 100%;
    max-width: 525px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 25px;
    font-size: 16px;
    line-height: 140%;
}

.swiper-container.swiper {
    overflow: visible;
}

.about-us-section .content.about-us .right-block .image {
    width: 100%;
    height: 100%;
    max-width: 525px;
    max-height: 542px;
    overflow: hidden;
}

.about-us-section .content.about-us .right-block img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transform: scale(1.1); 
    transition: transform 0.4s ease;
}

.about-us-section .content.about-us .right-block:hover img {
    cursor: pointer;
    transform: scale(1);
}

.about-us-section .content.about-us .right-block .description {
    text-align: right;
}

.intersection .wrapper {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

/* Коли видно */
.intersection .wrapper.visible {
    opacity: 1;
    transform: translateY(0);
}

.intersection .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.intersection h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.intersection {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "DrukWide", "IBMPlexSansKR", sans-serif;
    background-color: rgba(241, 241, 241, 1);
    margin-top: 120px;
    padding: 120px 20px;
}

.intersection .wrapper {
    font-size: 28px;
    padding: 0;
    max-width: 700px;
}

.data-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}


.data-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 90px;
}

.data-section .header-container {
    width: 100%;
    display: flex;
    max-width: 1240px;
    justify-content: space-between;
    align-items: end;
}

.data-section .header-container .header {
    width: 100%;
    max-width: 732px;
}

.data-section .header-container .sub-header {
    width: 100%;
    max-width: 433px;
    font-size: 28px;
    font-family: "IBMPlexSansKR", sans-serif;
    font-weight: 300;
    line-height: 130%;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: rgba(28, 28, 28, 1);
    font-family: "IBMPlexSansKR", sans-serif;
    line-height: 130%;
}

.grid-item {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 350px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-item.image {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 350px;
    overflow: hidden;
}

.grid-item.image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transform: scale(1.1); 
    transition: transform 0.4s ease;
}

.grid-item.image:hover img {
    cursor: pointer;
    transform: scale(1);
}

.grid-item.data {
    padding: 13px 30px;
}

.grid-item div {
    font-size: 74px;
    text-align: right;
    line-height: 130%;
}

.grid-item p {
    font-weight: 300;
}

.advantages-section {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    padding-top: 120px;
}

.advantages-section .advantages-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.advantages-section .advantages-grid .grid-item {
    height: 100%;
    min-height: unset;
    max-height: unset;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 22px;
    border: 1px solid rgba(238, 238, 238, 1);
    justify-content: unset;
    padding: 25px 50px;
}

.advantages-section .advantages-grid .grid-item .title {
    text-align: center;
}

.advantages-section .advantages-grid .grid-item img {
    width: 100%;
    height: 100%;
    max-width: 52px;
    max-height: 52px;
}

.advantages-section .advantages-grid .grid-item p {
    font-size: 18px;
    line-height: 130%;
    color: #000;
    text-transform: uppercase;
    font-family: "DrukWide", "IBMPlexSansKR", sans-serif;
}

.advantages-section .advantages-grid .grid-item .content {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: "IBMPlexSansKR", sans-serif;
}

.participation-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    padding-top: 120px;
}

.participation-section .wrapper .content {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.participation-section .wrapper .content .left-block {
    width: 100%;
    height: 100%;
    max-width: 527px;
    max-height: 790px;
    overflow: hidden;
}

.participation-section .wrapper .content .left-block img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transform: scale(1.1); 
    transition: transform 0.4s ease;
}

.participation-section .wrapper .content .left-block:hover img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform: scale(1);
}

.participation-section .wrapper .content img {
    width: 100%;
}

.participation-section .wrapper .content .right-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 430px;
    max-height: 613px;
    gap: 25px;
}

.intersection.faq-style.new-ver {
    margin: 0;
}

.intersection.faq-style.new-ver .content {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-bottom: 80px;
}

.participation-section .wrapper .content .right-block .image {
    width: 100%;
    height: 100%;
    max-width: 430px;
    max-height: 613px;
    overflow: hidden;
}

.participation-section .wrapper .content .right-block .image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transform: scale(1.1); 
    transition: transform 0.4s ease;
}

.participation-section .wrapper .content .right-block .image:hover img {
    cursor: pointer;
    transform: scale(1);
}

.participation-section .wrapper .content .right-block .description {
    text-align: right;
    font-family: "IBMPlexSansKR", sans-serif;
    font-weight: 300;
}

.intersection.transparent {
    background: transparent;
}

.opportunity-section .opportunity-grid .grid-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

/* Видимий стан */
.opportunity-section .opportunity-grid .grid-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.opportunity-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 20px;
    /* padding-top: 120px; */
    background-color: rgba(28, 28, 28, 1);
    color: rgba(255, 255, 255, 1);
}

.term-section.psa-paddings {
    background-image: url(/afc/img/capetown.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
}

.term-section.psa-paddings:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(60deg, #ffffffcf, transparent);
    content: '';
}

.term-section.psa-paddings:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffffc4;
    content: '';
}

.term-section.psa-paddings .wrapper {
    position: relative;
    z-index: 3;
}

.term-section.psa-paddings .header {
    max-width: 700px;
}

.term-section.psa-paddings .content {
    font-size: 22px;
    display: flex;
    gap: 70px;
}

.term-section.psa-paddings .content .item {
    border-top: 1px solid;
    padding-top: 30px;
}

.opportunity-section .opportunity-grid {
    display: flex;
    justify-content: center;
}

.opportunity-section .opportunity-grid .grid-item {
    align-items: center;
    padding: 50px;
    width: 100%;
    max-width: 400px;
    max-height: unset;
}

.opportunity-section .opportunity-grid .grid-item .title {
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    font-family: "DrukWide", "IBMPlexSansKR", sans-serif;
    text-align: center;
    margin-bottom: 32px;
}

.opportunity-section .opportunity-grid .grid-item .content {
    font-size: 16px;
    font-family: "IBMPlexSansKR", sans-serif;
    font-weight: 300;
    text-align: center;
}

.opportunity-section .opportunity-grid .grid-item .divider {
    height: 1px;
    width: 100%;
    background-color: rgba(56, 56, 56, 1);
}

.intersection.transparent .wrapper {
    text-align: center;
}

.opportunity-section .opportunity-grid .grid-item .logo img {
    width: 100%;
    height: 100%;
    max-width: 210px;
    max-height: 58px;
    margin-top: 60px;
}

.team-section {
    width: 100%;
    display: flex;
    padding: 120px 20px;
}

.team-section .sub-header {
    width: 100%;
    max-width: 800px;
    font-family: "IBMPlexSansKR", sans-serif;
    font-weight: 300;
}

.team-section .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 90px;
}

.team-section .container .team-grid {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.team-section .container .team-grid img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transform: scale(1.1); 
    transition: transform 0.4s ease;
}

.team-section .container .team-grid-card:hover img {
    cursor: pointer;
    transform: scale(1);
}

.team-section .container .team-grid-card {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 335px;
    max-height: 480px;
    overflow: hidden;

    transition: 0.3s ease;
}

.team-section .container .header-container {
    width: 100%;
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
}

.team-section .container .team-grid-card .details {
    position: absolute;
    padding: 10px 15px;
    bottom: 0px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-family: "IBMPlexSansKR", sans-serif;
    transition: 0.3s ease;
}

.team-section .container .team-grid-card:hover .details {
    font-size: 21px;
    transition: 0.3s ease;
}

.team-section .container .team-grid-card:hover .details .name {
    font-size: 23px;
    transition: 0.3s ease;
}

.team-section .container .team-grid-card .details .name {
    font-size: 22px;
    font-family: "DrukWide", "IBMPlexSansKR", sans-serif;
    transition: 0.3s ease;
}

.advantages-section .advantages-grid .grid-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.advantages-section .advantages-grid .grid-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.section {
    font-size: 16px;
    font-family: "IBMPlexSansKR", sans-serif;
    font-weight: 300;
    padding-bottom: 50px;
}

.section ul {
    padding-left: 15px;
    margin-top: 20px;
}

.section h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    font-family: "DrukWide", "IBMPlexSansKR", sans-serif;
}

.position {
    font-size: 18px;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 20px;

    background-color: rgba(28, 28, 28, 1);
    color: rgba(255, 255, 255, 1);
    font-family: "IBMPlexSansKR", sans-serif;
    font-weight: 300;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

footer .left-block img {
    width: 119px;
    height: 50;
    margin-bottom: 10px;
}

footer .right-block {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    font-size: 18px;
}

.subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    max-width: 720px;
    color: #363636;
}

/* Mobile */
@media (max-width: 480px) {

    .subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    
    .advantages-section .advantages-grid {
        grid-template-columns: 1fr;
    }

    .hero-section {
        min-height: 620px;
        overflow: hidden;
    }
    
    .swiper-slide {
        width: 100%;
    }
    
    .wrapper {
        gap: 45;
    }

    .hamburger {
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 0;
        transition: 0.3s ease;
    }

    nav.nav {
        display: none;
        position: absolute;
        top: 70px;
        right: 30px;
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
        gap: 25px;
        background-color: white;

    }

    .navbar.open .nav {
        display: flex;
    }

    .navbar-inner .nav {
        width: 100%;
        right: 0;
        top: 90px;
        gap: 10px;
        padding: 10px 20px 30px 20px;
    }

    .navbar-inner .nav a {
        height: 100%;
        width: 100%;
        min-height: 45px;
        font-size: 18px;
        border-bottom: 1px solid rgb(210 210 210);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header {
        font-size: 35px;
        text-align: center;
    }

    .about-us-section {
        padding-top: 60px;
    }
    
    .about-us-section .wrapper {
        gap: 45px;
    }

    .about-us-section .content.about-us {
        flex-direction: column;
    }

    .intersection, 
    .data-section {
        margin-top: 60px;
    }

    .intersection .wrapper {
        font-size: 18px;
        padding: 60px 20px;
    }

    .data-section .header-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .data-section .header-container .header {
        text-align: center;
    }

    .data-section .header-container .sub-header {
        width: 100%;
        max-width: 360px;
        text-align: center;
        font-size: 16px;
    }

    .data-section .container {
        gap: 45px;
    }

    .grid-container {
        display: flex;
        flex-direction: column;
    }

    .grid-container .grid-item.data {
        height: 100%;
        gap: 30px;
    }

    .grid-container .grid-item.data div {
        font-size: 45px !important;
    }

    .advantages-section,
    .participation-section,
    .opportunity-section,
    .team-section {
        padding-top: 60px;
    }

    .opportunity-section {
        padding-bottom: 60px;
    }

    .advantages-section .wrapper,
    .participation-section .wrapper,
    .opportunity-section .wrapper,
    .team-section .container {
        gap: 45px
    }

    .team-section .container .header {
        text-align: left;
    }

    .advantages-grid,
    .participation-section .content,
    .opportunity-section,
    .team-section {
        flex-direction: column;
    }

    .advantages-section .advantages-grid .grid-item {
        min-height: 335px;
        padding: 25px;
    }

    .participation-section .wrapper .content .left-block {
        display: none;
    }

    .participation-section .wrapper .content .right-block .description {
        text-align: center;
    }

    .participation-section .wrapper .content .right-block {
        max-height: unset;
    }

    .participation-section .wrapper .header,
    .opportunity-section, .wrapper, .header {
        font-size: 30px;
    }

    .opportunity-section .opportunity-grid {
        flex-direction: column;
    }

    .opportunity-section .opportunity-grid .grid-item {
        padding-bottom: 0px;
    }

    .opportunity-section .opportunity-grid .grid-item .content {
        padding-bottom: 30px;
    }

    .opportunity-section .opportunity-grid .grid-item .logo img {
        margin-top: 30px;
    }

    .team-section .team-grid {
        flex-direction: column;
    }


    footer {
        text-align: left;
        position: relative;
        padding: 45px 20px;
        flex-wrap: wrap;
        gap: 20px;
    }

    footer .wrapper {
        flex-direction: column;
        align-items: start;
    }

    footer .left-block {
        font-size: 16px;
        order: 999;
    }

    footer .right-block {
        flex-direction: column;
    }
}

.nav a:hover {
    border-bottom: 1px solid black;
}

/* Tablets */
@media (min-width: 481px) and (max-width: 768px) {}

/* Screens */
@media (min-width: 1024px) {}

@media (max-width: 700px) {
    .term-section.psa-paddings .content {
        flex-wrap: wrap;
    }

    .term-section.psa-paddings .content .item {
        border-top: 1px solid #00000026;
        padding-top: 30px;
    }

    .term-section.psa-paddings .content {
        gap: 30px;
    }

    .flywheel-content {
        flex-wrap: wrap;
        gap: 10px;
    }

    .intersection.transparent {
        padding: 0 20px 70px 20px;
    }

    .intersection.transparent .wrapper {
        padding: 0;
    }

    .opportunity-section .opportunity-grid .grid-item {
        border: none!important;
    }

    .intersection h2 {
        font-size: 28px;
    }

    #contact .left-block div br {
        display: none;
    }

    .bullets-content {
        grid-template-columns: 1fr;
        gap: 40px;
        font-size: 20px;
    }

    .intersection.faq-style.new-ver .content {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .logo-container {
        height: 200px;
    }

    .intersection.faq-style.new-ver {
        padding-bottom: 50px;
    }

}

 