* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
}

.olalgo-about-us-first-section-background {
    height: 100vh;
    width: 100%;
}

.olalgo-about-us-first-section-image {
    height: 100vh;
    background-image: url("https://res.cloudinary.com/dmfwd8not/image/upload/v1709286154/desktop-wallpaper-trading-forex_v9z9ys.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.olalgo-about-us-first-section-container {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding-right: 50px;
}

.olalgo-about-us-first-section-container-content {
    height: 80%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.olalgo-about-us-first-section-content {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 50px;
}

.olalgo-about-us-first-section-container-group {
    height: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.olalgo-about-us-first-section-container-group h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 0;
}

.olalgo-about-us-first-section-container-group img {
    height: 75px;
    width: 75px;
    margin-bottom: 10px;
}

#counter1,
#counter2,
#counter3 {
    font-size: 24px;
    font-weight: bold;
    transition: 1s ease-out;
}

.olalgo-about-us-first-section-container-group .count-up {
    opacity: 0;
}

.olalgo-about-us-first-section-content h1 {
    opacity: 0;
    font-size: 5rem;
    font-weight: 200;
    color: #fff;
    margin-bottom: 20%;
}

.olalgo-about-us-first-section-content p {
    opacity: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}

.olalgo-about-us-second-section-background {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.olalgo-about-us-second-section-header {
    opacity: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.olalgo-about-us-second-section-header h1 {
    font-size: 3rem;
    font-weight: 600;
    color: #08949c;
}

.olalgo-about-us-second-section-line {
    height: 10px;
    width: 100px;
    background-color: #08949c;
    border: none;
    outline: none;
    border-radius: 50px;
    margin: 20px 0px;
}

.olalgo-about-us-second-section-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.olalgo-about-us-second-section-content {
    opacity: 0;
    height: 300px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #08949c;
    color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
}

.olalgo-about-us-second-section-content i {
    font-size: 5rem;
    color: #fff;
    margin-bottom: 20px;
}

.olalgo-about-us-second-section-content h2 {
    color: #fff;
    text-align: center;
}

.visible {
    opacity: 1;
    animation: countUpAnimation 1s ease-out forwards;
}

.olalgo-about-us-third-section-background {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    padding-top: 20px;
}

.olalgo-about-us-third-section-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.olalgo-about-us-third-section-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.olalgo-about-us-third-section-container-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 20px;
}

.olalgo-about-us-third-section-container-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.olalgo-about-us-third-section-container-pip-row {
    opacity: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.olalgo-about-us-third-section-container-pip-row h1 {
    font-size: 3rem;
    font-weight: 600;
    background-image: linear-gradient(45deg, #08949c, #0abfc9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.olalgo-about-us-third-section-container-pips {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.olalgo-about-us-third-section-container-pip {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #08949c;
    color: white;
    border-radius: 15px;
    padding: 20px 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
}

.olalgo-about-us-third-section-container-pip-bar {
    width: 80%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    font-size: 12px;
    border-radius: 10px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.olalgo-about-us-third-section-container-pip-bar h2 {
    color: #08949c;
    font-size: 21px;
    text-align: center;
}

@keyframes countUpAnimation {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .olalgo-about-us-first-section-image {
        min-height: 100vh;
        background-image: url("https://res.cloudinary.com/dmfwd8not/image/upload/v1709286154/desktop-wallpaper-trading-forex_v9z9ys.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .olalgo-about-us-first-section-container {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        padding-bottom: 50px;
    }

    .olalgo-about-us-first-section-container-content {
        height: 200px;
        min-width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
        padding: 20px;
    }

    .olalgo-about-us-first-section-content {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .olalgo-about-us-first-section-content p {
        display: none;
    }

    .olalgo-about-us-first-section-content h1 {
        text-align: center;
        font-size: 4rem;
    }

    .olalgo-about-us-first-section-container-group h1 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1d1d1d;
    }

    .olalgo-about-us-first-section-container-group img {
        height: 50px;
        width: 50px;
        margin-bottom: 10px;
    }

    #counter1,
    #counter2,
    #counter3 {
        font-size: 1.2rem;
        font-weight: bold;
        transition: 1s ease-out;
    }

    .olalgo-about-us-second-section-background {
        height: 150vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .olalgo-about-us-second-section-body {
        height: 80%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .olalgo-about-us-second-section-content {
        opacity: 0;
        min-height: 150px;
        min-width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #08949c;
        color: white;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
    }

    .olalgo-about-us-second-section-content i {
        font-size: 3.5rem;
        color: #fff;
        margin-bottom: 20px;
    }

    .olalgo-about-us-second-section-content h2 {
        text-align: center;
    }

    .olalgo-about-us-second-section-header h1 {
        text-align: center;
    }

    .olalgo-about-us-first-section-container-group h1 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1d1d1d;
    }

    .olalgo-about-us-first-section-container-group img {
        height: 60px;
        width: 60px;
        margin-bottom: 10px;
    }

    .olalgo-about-us-third-section-container-pip-row {
        opacity: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .olalgo-about-us-third-section-container-pip-row h1 {
        text-align: center;
    }

    .olalgo-about-us-third-section-container-pip-row:nth-child(2) {
        flex-direction: column-reverse;
    }

    .olalgo-about-us-third-section-container-pip {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        background-color: #08949c;
        color: white;
        border-radius: 15px;
        padding: 20px 10px;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .olalgo-about-us-first-section-image {
        min-height: 100vh;
        background-image: url("https://res.cloudinary.com/dmfwd8not/image/upload/v1709286154/desktop-wallpaper-trading-forex_v9z9ys.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .olalgo-about-us-first-section-container {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        padding-bottom: 50px;
    }

    .olalgo-about-us-first-section-container-content {
        height: 200px;
        min-width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
        padding: 20px;
    }

    .olalgo-about-us-first-section-content {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .olalgo-about-us-first-section-content p {
        display: none;
    }

    .olalgo-about-us-first-section-content h1 {
        text-align: center;
        font-size: 4rem;
    }

    .olalgo-about-us-first-section-container-group h1 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1d1d1d;
    }

    .olalgo-about-us-first-section-container-group img {
        height: 50px;
        width: 50px;
        margin-bottom: 10px;
    }

    #counter1,
    #counter2,
    #counter3 {
        font-size: 1.2rem;
        font-weight: bold;
        transition: 1s ease-out;
    }

    .olalgo-about-us-second-section-content {
        height: 200px;
        width: 200px;
        text-align: center;
    }

    .olalgo-about-us-third-section-container-content {
        width: 95%;
    }

    .olalgo-about-us-third-section-container-pip-row h1 {
        font-size: 2.5rem;
    }

    .olalgo-about-us-second-section-body {
        height: 60%;
    }
}