@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: white;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1440px;
    width: 95%;
    padding: 0 10px;
    margin: 0 auto;
}

.redBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 65px;
    position: absolute;
    width: 720px;
    background-color: #B12C0D;
    right: 60px;
    margin-top: -50px;
}

.redBox p {
    color: white;
}

h2 {
    font-weight: 700;
    font-size: 40px;
    color: white;
}

#manuvo {
    background-color: #1E1E1E;
    position: relative;
}

.manuvo-container {
    position: relative;
}

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

.manuvo-container h2 {
    position: absolute;
    top: 40%;
    left: 100px;
}

#about {
    background-color: black;
}

.about-container {
    display: flex;
    height: 530px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutLeft {
    width: 40%;
}

.aboutRight {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 65px;
    position: absolute;
    width: 720px;
    right: 60px;
    padding-top: 0;
}

.aboutRight>div {
    display: flex;
}

.aboutRight>div>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aboutRight>div>div>p:nth-child(1) {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.aboutRight>div>div>p:nth-child(2) {
    color: white;
}

.aboutRight>div:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aboutRight>div:nth-child(3)>p:nth-child(1) {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.aboutRight>div:nth-child(3)>p:nth-child(2) {
    color: white;
}

#manuvo-image {
    background-color: white;
    margin-top: 100px;
}

.manuvo-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 50px 0;
}

.manuvo-image-container img {
    width: 90%;
}

#challenges {
    background-color: black;
}

.challenges-container {
    display: flex;
    padding: 150px 0;
    padding-bottom: 550px;
    padding-top: 180px;
}

.leftChallenges {
    width: 35%;
}

.rightChallenges {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 65px;
    position: absolute;
    width: 720px;
    right: 60px;
    padding-top: 0;
}

.rightChallenges>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rightChallenges>div>p:nth-child(1) {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

.rightChallenges>div>p:nth-child(2) {
    color: white;
}

.challImgDiv{
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#black-manuvo-section {
    margin-top: 300px;
    padding: 180px 0;
    padding-top: 320px;
    background-color: black;
}

.black-manuvo-section-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.black-manuvo-section-container img {
    width: 80%;
}

#white-manuvo-section {
    margin-top: 150px;
}

.white-manuvo-section-container {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 250px;
}

.white-manuvo-section-container img {
    width: 95%;
}

#next1 {
    background-color: black;
    height: 510px;
}

.next1-container {
    display: flex;
    justify-content: flex-end;
}

.nextTop {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-right: 100px;
    width: 40%;
}

.nextTop p {
    color: rgba(255, 255, 255, 0.5);
}

.nextTop div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 65px;
    position: absolute;
    width: 720px;
    right: 60px;
    padding-top: 0;
}

#next2 {
    height: 726px;
}

.next2-container {
    position: relative;
}

.next2-container img {
    position: absolute;
    left: 50%;
    width: 90%;
    top: -280px;
    transform: translateX(-50%);
}

#manuvo-video {}

.manuvo-video-container {}

.manuvo-video-container video {
    width: 100%;
}

#white-section {
    height: 300px;
}

#white-section+.redBox {
    transform: translateY(-200px);
}

#takeaways {
    background-color: black;
}

.takeaways-container {
    display: flex;
    padding: 0;
    max-width: 300000px;
    width: 100%;
}

.leftTakeaways {
    width: 30%;
    object-fit: contain;
    height: 600px;
}

.leftTakeaways img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rightTakeaways {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 65px;
    position: absolute;
    width: 720px;
    right: 60px;
    padding-top: 200px;
}

.rightTakeaways p {
    color: rgba(255, 255, 255, 0.5);
}

.transcribe-container {
    position: relative;
    background-color: black;
    padding: 0;
    width: 100%;
    max-width: 30000px;
}

.transcribe-container img {
    width: 100%;
    opacity: 0.5;
}

.transcribe-container h2 {
    position: absolute;
    top: 30%;
    z-index: 10;
    left: 50px;
}

.absPhone {
    position: relative;
    background-color: white;
    width: 100%;
    height: 500px;
}

.absPhone img {
    position: relative;
    left: 50%;
    top: -300px;
    transform: translateX(-50%);
    width: 90%;
}

#transcribe-black-section {
    background-color: black;
}

.transcribe-black-container {
    display: flex;
    align-items: center;
    padding-top: 670px;
    margin-top: 150px;
    padding-bottom: 250px;
    gap: 50px;
}

.leftTranscribeBlack {
    width: 50%;
    font-size: 24px;
}

.rightTranscribeBlack h2 {
    font-size: 24px;
}

.rightTranscribeBlack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 65px;
    position: absolute;
    width: 720px;
    right: 60px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.rightTranscribeBlack>div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.5);
}

#white-transcribe-section {
    background-color: white;
}

.white-transcribe-section-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
}

.white-transcribe-section-container img {
    width: 100%;
}

#white-section-transkriba {
    background-color: white;
    height: 300px;
}

#white-section-transkriba+.redBox {
    transform: translateY(-270px);
}






#eyetamin-video-section {
    height: 250px;
}

.eyetamin-video-container {
    position: relative;
}

.eyetamin-video-container video {
    position: absolute;
    width: 80%;
    left: 50%;
    top: -270px;
    transform: translateX(-50%);
}

#developing {
    background-color: black;
    overflow: hidden;
    height: 422px;
}

.developing-container {
    display: flex;
    padding: 0;
    align-items: center;
    width: 100%;
    gap: 100px;
    max-width: 300000px;
}

.developingLeft {
    width: 30%;
    height: 100%;
    position: relative;
}

.developingLeft img {
    height: auto;
    height: 422px;
    width: 422px;
}

.developingRight {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 65px;
    position: absolute;
    width: 720px;
    right: 60px;
}

.developingRight p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

.bigPicSec {
    background-color: white;
    margin: 100px 0;
}

.bigPic-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
}

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

#eyetamin-video-section {
    background-color: white;
}

.eyetamin-video-container2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eyetamin-video-container2 video {
    width: 90%;
}

#white-section-eyetamin {
    height: 350px;
}

#white-section-eyetamin+.redBox {
    transform: translateY(-220px);
}

.theChalls {
    padding-top: 50px;
}

.theWhite {
    margin-top: 400px;
}

#eyetamin {
    height: auto;
}

.eyetamin-container {
    width: 100%;
    padding: 0;
    margin-bottom: -10px;
    position: relative;
    max-width: 300000px;
}

.eyetamin-container img {
    width: 100%;
    position: relative;
    bottom: 0;
}

.eyetamin-container h2 {
    position: absolute;
    top: 30%;
    left: 50px;
    z-index: 5;
}

#ccpc-image-sec {
    background-color: white;
    margin: 150px 0;
}

.ccpc-image-sec-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ccpc-image-sec-container img {
    width: 90%;
}

.theRed {
    transform: translateY(-200px);
}

.nextt {
    margin-top: 50px;
}

.ccpc-pic {}

.ccpc-pic-container {
    height: 400px;
    position: relative;
}

.ccpc-pic-container img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -200px;
    width: 100%;
}

#ccpc {
    height: auto;
}

.ccpc-container {
    height: 900px;
    padding: 0;
    margin-bottom: -10px;
    position: relative;
    padding: 0;
    width: 100%;
    overflow: hidden;
    max-width: 300000px;
}

.ccpc-container img {
    width: 100%;
    bottom: 0;
}

.ccpc-container h2 {
    position: absolute;
    top: 30%;
    left: 50px;
}

p {
    font-weight: 300;
}




.pointer-circle {
    height: 35px;
    width: 35px;
    border: 1px solid lightgrey;
    border-radius: 50%;
    position: absolute;
    z-index: 30;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.scroll-cont {
    display: none;
    align-items: center;
    gap: 10px;
    color: white;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 70px;
    left: 40px;
    z-index: 9;
    text-decoration: none;
}

.scroll-cont img {
    height: 20px;
    transform: rotate(-90deg) translateY(15px);
}

.arrowDiv {
    display: flex;
    align-items: center;
}

.arrowDiv>div {
    height: 3px;
    width: 45px;
    background-color: white;
    animation-name: example;
    animation-duration: 6s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}


@keyframes example {
    0% {
        width: 45px;
    }

    60%{
        width: 44.8px;
        margin-right:0.2px;
    }

    100% {
        width: 0px;
        margin-right: 45px;
    }
}




header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 20;
    background-color: transparent;
}

.header-container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftHeader {
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftHeader a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftHeader img {
    height: 50px;
}

.rightHeader {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 60px;
    cursor: pointer;
}

.rightHeader img {
    height: 25px;
}

.menu {
    position: absolute;
    display: none;
    flex-direction: column;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
}

.actualMenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 35%;
    left: 50px;
    transform: translateY(-50%);
    gap: 20px;
}

.actualMenu a {
    text-decoration: none;
    color: white;
    position: relative;
    opacity: 0.7;
}

.actualMenu a>div:nth-child(1) {
    position: absolute;
    top: 10px;
    left: 0;
}

.actualMenu a>div:nth-child(2) {
    margin-left: 25px;
    font-size: 42px;
    font-weight: 600;
}

.explore {
    position: absolute;
    font-weight: 700;
    bottom: 0px;
    left: 20px;
    font-size: 260px;
    opacity: 0.3;
}






@media only screen and (max-width:1300px) {
    .aboutRight {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 45px;
        position: absolute;
        width: 480px;
        right: 60px;
        padding-top: 0;
    }

    .redBox {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 45px;
        position: absolute;
        width: 480px;
        background-color: #B12C0D;
        right: 60px;
        margin-top: -50px;
    }

    .rightChallenges {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 45px;
        position: absolute;
        width: 480px;
        right: 60px;
        padding-top: 0;
    }

    .nextTop div {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 45px;
        position: absolute;
        width: 480px;
        right: 60px;
        padding-top: 0;
    }

    .rightTakeaways {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 45px;
        position: absolute;
        width: 480px;
        right: 60px;
        padding-top: 200px;
    }

    .absPhone {
        position: relative;
        background-color: white;
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width:1000px){
    .absPhone {
        position: relative;
        background-color: white;
        width: 100%;
        height: 250px;
    }
}

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

    .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    h2 {
        font-weight: 700;
        font-size: 26px;
        color: white;
    }

    .manuvo-container h2 {
        position: absolute;
        top: 40%;
        left: 20px;
    }

    .ccpc-container h2{
        left: 30px;
    }

    .about-container {
        flex-direction: column;
        gap: 50px;
        align-items: center;
        height: auto;
        padding-top: 50px;
    }

    .aboutLeft {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .aboutLeft>* {
        width: 90%;
    }

    .aboutRight {
        width: 90%;
        padding: 0;
        position: relative;
        right: 0;
    }

    .redBox {
        position: relative;
        width: 100%;
        padding: 0;
        right: 0;
        padding: 50px 0;
        align-items: center;
        gap: 20px;
    }

    .redBox>* {
        width: 90%;
    }

    .manuvo-image-container {
        padding-top: 0;
    }

    #manuvo-image {
        margin-top: 0;
    }

    .challenges-container {
        flex-direction: column;
        align-items: center;
        padding: 100px 0;
        gap: 50px;
    }

    .leftChallenges {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .leftChallenges>* {
        width: 90%;
    }

    .rightChallenges {
        width: 90%;
        position: relative;
        right: 0;
        padding: 0;
    }

    .rightChallenges>div {
        gap: 7px;
    }

    #black-manuvo-section {
        margin-top: 0;
        padding: 100px 0;
        padding-top: 50px;
    }

    .white-manuvo-section-container {
        padding: 70px 0;
    }

    .white-manuvo-section-container img {
        width: 100%;
    }

    #white-manuvo-section {
        margin-top: 0;
    }

    .next1-container {
        flex-direction: column;
        padding: 50px 0;
    }

    .nextTop {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        align-items: center;
    }

    .nextTop div {
        position: relative;
        width: 90%;
        padding: 0;
        right: 0;
    }

    .next2-container img {
        position: relative;
        top: unset;
    }

    .next2-container {}

    #next1 {
        height: auto;
    }

    #next2 {
        height: 200px;
    }

    .takeaways-container {
        flex-direction: column;
    }

    .leftTakeaways {
        width: 100%;
        height: 200px;
    }

    .rightTakeaways {
        width: 100%;
        position: relative;
        right: 0;
        padding: 0;
        align-items: center;
        padding: 50px 0;
    }

    .rightTakeaways>* {
        width: 90%;
    }

    #white-section {
        height: 100px;
    }

    #white-section+.redBox {
        transform: translateY(-20px);
        transform: none;
    }

    .manuvo-container{
        padding-top: 100px;
    }

    .manuvo-image-container img {
        width: 100%;
    }

    #manuvo-video {
        margin-bottom: -50px;
        margin-top: 50px;
    }

    p {
        font-size: 12px;
    }

    .absPhone {
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .absPhone>img {
        position: relative;
        top: -50px;
        width: 100%;
    }

    .transcribe-black-container {
        flex-direction: column;
        padding: 50px 0;
        margin-top: 0;
        padding-top: 0px;
    }

    .rightTranscribeBlack {
        width: 90%;
        position: relative;
        padding: 0;
        right: 0;
    }

    #white-section-transkriba+.redBox {
        transform: none;
    }

    #white-section-transkriba {
        height: 50px;
    }

    .transcribe-container h2 {
        top: 50%;
        left: 30px;
        transform: translateY(-70%);
        width: 80%;
    }

    .eyetamin-container h2 {
        left: 20px;
    }

    .eyetamin-video-container video {
        position: relative;
        width: 100%;
        top: unset;
    }

    #white-transcribe-section {
        margin-top: 0;
    }

    .developing-container {
        flex-direction: column;
        gap: 0;
    }

    .developingLeft {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .developingLeft img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .developingRight {
        position: relative;
        right: 0;
        width: 100%;
        padding: 40px 0;
        align-items: center;
    }

    .developingRight>* {
        width: 90%;
    }

    #developing {
        height: auto;
    }

    #white-section-eyetamin+.redBox {
        transform: none;
    }

    #white-section-eyetamin {
        height: 70px;
    }

    .ccpc-container {
        height: auto;
    }

    .theRed {
        transform: none;
    }

    #ccpc-image-sec {
        margin: 50px 0;
    }

    .ccpc-pic-container img {
        top: unset;
        width: 100%;
        position: relative;
    }

    .ccpc-pic-container {
        height: auto;
    }

    .bigPicSec {
        margin: 50px 0;
    }

    .aboutRight>div:nth-child(3) {
        gap: 5px;
    }

    .aboutRight>div>div {
        gap: 5px;
    }

    .theChalls {
        padding: 0;
        margin-top: -10px;
    }

    .challenges-container {
        padding-top: 40px;
    }

    .scroll-cont {
        gap: 10px;
        bottom: 30px;
        left: 10px;
        font-size: 10px;
    }

    .scroll-cont img {
        height: 20px;
    }

    .pointer-circle {
        display: none;
    }

    .leftHeader {
        margin-left: -30px;
    }

    .rightHeader {
        margin-right: 20px;
    }
}