body {
    font-family: Poppins;
    margin: 0;
    padding: 0;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F6F6F6;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navigation-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 8%;
    height: 70px;
    transition: height 0.5s ease-out;
}

.navigation-bar.shrunk {
    height: 35px;
}

#ppcImg {
    height: 20px;
    width: auto;
}

.navigation-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
    justify-content: flex-end;
    align-items: center;
}

.navigation-bar ul li a {
    color: #020D0E;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.navigation-bar ul li a:hover {
    color: #ddd;
    /* Hover effect */
}

.button-get-started-text {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.button-get-started {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #31BACE;
    background: #31BACE;
    text-decoration: none;
}

.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000000;
}

@media screen and (max-width: 1220px) {
    .navigation-bar {
        flex-wrap: wrap;
        position: relative;
        padding: 10px 8%;
    }

    .navigation-bar ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: white;
        padding: 15px 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .navigation-bar ul.active {
        display: flex;
    }

    .navigation-bar ul li {
        text-align: center;
        padding: 10px 0;
    }

    .button-get-started,
    .earth-icon {
        display: none;
    }

    .hamburger {
        display: block;
    }
}

@media screen and (max-width: 390px) {
    .navigation-bar ul {
        gap: 25px;
    }
}


.nav-direction {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-left: 8%;
    padding-top: 140px;
}

.home-nav {
    color: #969696;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%;
    text-decoration: none;
}

.home-nav:hover {
    color: #02090A;
}

.current-page-nav {
    color: #02090A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%;
}

.icon-nav {
    width: 16px;
    height: 16px;
}

.large-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1111;
}

.small-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1111;
}

@media screen and (max-width: 680px) {
    .nav-direction {
        top: 120px;
    }

    .home-nav,
    .current-page-nav {
        font-size: 14px;
    }

    .small-shape {
        display: none;
    }

    .large-shape {
        bottom: -30%;
        left: -20%;
    }
}


.news-events {
    display: flex;
    padding: 4% 8%;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    position: relative;
}

.news-events-inside-frame-1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-self: stretch;
    gap: 30px;
}

.news-events-inside-frame-1-1 {
    display: flex;
    align-items: flex-start;
}

.news-events-inside-frame-1-2 {
    display: flex;
    justify-content: right;
}

.pages-nav-container {
    display: flex;
    gap: 5px;
}

.previous-page-container,
.next-page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5px 7.495px 7.495px 7.5px;
    border-radius: 4.686px;
    border: 0.937px solid #E6E6E6;
}

.previous-page-container:hover,
.next-page-container:hover,
.dropdown-icon:hover {
    background-color: #969696;
    cursor: pointer;
}

.previous-page-container:active,
.next-page-container:active,
.dropdown-icon:active {
    background-color: #363636;
}


.current-page-display-container {
    display: flex;
    padding: 4px 7.501px 3.865px 21.555px;
    justify-content: flex-end;
    align-items: center;
    gap: 8.992px;
    border-radius: 4.686px;
    border: 0.937px solid #E6E6E6;
    position: relative;
}

.dropdown-menu {
    display: none;
    flex-direction: column;
    width: 66px;
    justify-content: center;
    align-items: center;
    border: 0px solid #E6E6E6;
    position: absolute;
    top: 90%;
    left: 0;
    background-color: white;
}

.page-1, .page-2, .page-3{
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    border: 0.937px solid #E6E6E6;
    width: 100%;
}

.page-1 div, .page-2 div, .page-3 div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
}

.page-2 svg, .page-3 svg{
    display: none;
}


.page-1:hover, .page-2:hover, .page-3:hover{
    background-color: #B7B7B7;
    cursor: pointer;
}

.current-page-number {
    color: #050505;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 15px;
}

.number-of-pages-display-container {
    color: var(--400, #A3A3A3);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;

}



.news-events-heading {
    width: 30%;
    color: #020D0E;
    font-size: clamp(25px, 4vw, 61px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.news-events-heading svg {
    width: clamp(20px, 4vw, 32px);
    animation: rotate 0.5s linear forwards;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.new-features {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.news-events-subheading {
    display: flex;
    align-items: center;
    gap: 30px;
}

.news-events-subheading .news-icon:hover:not(.selected) {
    background-color: #969696;
    cursor: pointer;
}

.news-events-subheading .news-icon.selected {
    background-color: #363636;
}

.news-icon.selected .news-icon-text {
    color: #F6F6F6;
}

.news-events-subheading .news-icon:active {
    background-color: #363636;
}

.new-features-page-1,
.new-features-page-2,
.new-features-page-3 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.new-features-page-1 {
    display: flex;
}

.new-features-page-2, .new-features-page-3 {
    display: none;
}

.new-features-container {
    display: flex;
    height: 90px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-bottom: 1px solid #B7B7B7;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s ease, opacity 1s ease;
    border-radius: 20px;
}

.new-features-container.hidden {
    display: none;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s ease, opacity 1s ease;
}

.new-features-container:hover {
    background-color: #F6F6F6;
    cursor: pointer;
}

.new-features-container:active {
    background-color: #969696;
}

.new-features-container.visible {
    opacity: 1;
    transform: translateY(0);
}


.news-date-text {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 210px;
}

.date-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 110px;
}

.time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.date-inside-text {
    color: #C0C0C0;

    /* Remark */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 14.4px */
}

.news-icon {
    display: flex;
    height: 27.907px;
    padding: 0.698px 23.023px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 34.884px;
    border: 0.698px solid #020D0E;
}

.news-icon-text {
    color: #020D0E;
    text-align: center;

    /* Remark */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 14.4px */
}

.news-texts {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.new-feature-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.heading-texts {
    color: #486284;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.features-icon {
    display: flex;
    width: 27.321px;
    height: 27.321px;
    justify-content: center;
    align-items: center;
}

.features-icon-inside {
    display: flex;
    width: 20px;
    height: 20px;
    transform: rotate(12deg);
    padding: 0.323px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16.129px;
    border: 2px solid #31BACE;
}


.features-description {
    align-self: stretch;
    color: #8CA2C0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}


@media screen and (max-width: 1400px) {
    .news-date-text {
        flex-direction: column;
        gap: 10px;
    }

    .new-features-container{
        gap: 0px;
    }    
}

@media screen and (max-width: 1050px) {
    .news-events-inside-frame-1-1 {
        flex-direction: column;
        gap: 20px;
    }

    .news-events-heading {
        width: 100%;
    }

    .heading-texts {
        font-size: 20px;
        font-weight: 600;
    }
}

@media screen and (max-width: 780px) {
    .date-inside-text {
        font-size: 10px;
    }

    .heading-texts {
        font-size: 18px;
        font-weight: 700;
    }

    .features-description {
        font-size: 12px;
    }

}

@media screen and (max-width: 460px) {
    .new-features-container {
        height: 60px;
    }

    .date-inside-text {
        font-size: 10px;
    }

    .heading-texts {
        font-size: 16px;
        font-weight: 700;
    }

    .features-description {
        font-size: 8px;
    }

    .news-icon {
        height: 20px;
        padding: 0.698px 20px;
    }

    .time {
        display: none;
    }

    .features-icon {
        width: 15px;
        height: 15px;
    }

    .features-icon-inside {
        width: 100%;
        height: 100%;
    }

    .features-icon-inside svg {
        width: 50%;
        height: 50%;
    }

    .large-shape {
        bottom: -50%;
        left: -50%;
    }
}

@media screen and (max-width: 400px) {

    .heading-texts {
        font-size: 13px;
        font-weight: 800;
    }

}


.footer {
    height: 256px;
    width: 100%;
    background-color: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-inside-frame {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-nav-bar {
    display: flex;
    width: 86%;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 7%;
}

.footer-nav-bar a {
    color: #020D0E;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.footer-nav-bar a:hover {
    color: #31BACE;
}

.social-media-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-media-nav a:hover svg path {
    fill: #31BACE;
    cursor: pointer;
}

.footer-note {
    align-self: stretch;
    color: #C0C0C0;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1050px) {
    .footer-nav-bar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer {
        height: 300px;
    }
}

@media screen and (max-width: 500px) {
    .footer-nav-bar {
        gap: 20px;
    }

    .footer-nav-bar a {
        font-size: 13px;
    }
}