@font-face {
    font-family: 'Proxima_Nova_Soft';
    src: url('../../fonts/FontsFree-Net-Proxima-Nova-Soft-W03-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Big_Shoulders_Text';
    src: url('../../fonts/BigShouldersText-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Nunito-Regular';
    src: url('../../fonts/Nunito-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Nunito-semi-bold';
    src: url('../../fonts/Nunito-SemiBold.ttf') format('truetype');

}

body {

    font-family: 'Nunito-Regular';
    background-color: #fff;
    overflow-x: clip;
    box-sizing: border-box;
    overflow-y: scroll;
    margin: 0;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
    display: none;
    scroll-behavior: smooth;
}

section {
    position: relative;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

}

a {
    text-decoration: none;
    color: white;
}

#home {
    background-image:/*  linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), */ url(../../images/awcbg.png);
    background-size: cover;
    background-position: right;
    color: white;
    background-color: #BA0767;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible !important;
    height: 80vh !important;
    z-index: 1000;
}

#home h1 {
    font-family: 'Nunito-semi-bold';
    font-size: calc(2.5vw + 2.5vh);
    font-weight: 400;
    /* letter-spacing: -1.5px; */
    margin-left: 8vw;
}

.div_home {
    width: 80vw;
    padding-left: 8vw;
    position: absolute;
}

#eclipse {
    position: relative;
    width: 6vw;
    top: 0vh;

}

.div_image_home {
    display: flex;
    align-items: flex-end;
    position: absolute;
    justify-content: flex-end;
    bottom: 0vh;
    height: 50vh;
    flex-wrap: wrap;
    padding-left: 90vw;
    flex-direction: row;
}

.works {
    border-radius: 3vw;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 83vw;
    left: 8vw;
    height: 34vh;
    bottom: -35vh;
    align-items: center;
    box-shadow: 0 4px 3vw rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    justify-content: center;
}

.works img {
    width: 19vw;
    margin-right: 10vw;
}

.works_text {
    display: flex;
    width: 90%;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    color: black;
}

.works p {
    font-family: 'Nunito-Regular';
    color: #000;
    font-size: 1.3vw;
    opacity: 100%;
    width: 33vw;
    line-height: 3vh;
    padding-left: 2vw;
}
.works p span {
    font-size: 2.7vw;
    font-weight: bold;
    font-family: 'Nunito-semi-bold';
}

.ProjectBriefDetails {
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color: #000;
    margin-top: 25vh;
}
.ProjectBriefDetails >div{
    width: 83vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10vh;
    flex-wrap: wrap;
    align-items: center;

}


.ProjectBriefDetails h1{
    font-size: 2.5vw;
    line-height: 1.5vw;
    margin-top: -1vh;
    width: 35vw;
    font-family: 'Nunito-semi-bold';
    display: flex;
    align-items: flex-end;
}


.ProjectBriefDetails p {
    
    font-size: 1.12vw;
    font-family: 'Nunito-semi-bold';
    line-height: 2vw;
    font-weight: unset;
    letter-spacing: 1.2px;
}

.objectives_centent, .CHALLENGES_content, .SOLUTIONS_centent, .result_content{
    width: 41vw;
}
.objectives_images, .CHALLENGES_images, .result_images ,.SOLUTIONS_images{
    width: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.objectives_images video{
    width: 65%;
}
.CHALLENGES_images >div:nth-child(1) img, .SOLUTIONS_images img, .result_images img{
    width: 20vw;
}
.CHALLENGES_images >div:nth-child(2) img:nth-child(1), .CHALLENGES_images >div:nth-child(2) img:nth-child(2) {
    width: 18vw;
}
