@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/AspireAcademy_@2x.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: 12vw;
    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: 50vw;
    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;
    position: relative;
    color: #000;
    z-index: 889;
}
.second_slide_h_ProjectBriefDetails h1{
    font-size: 4vw;
    font-weight: 100;
    line-height: 3.5vw;
    margin-top: 0vh;
    padding-top: 2vh;
}
.second_slide_p_ProjectBriefDetails p{
    width: 33vw;
    font-size: 1vw;
    padding-top: 5vh;
}
.first_slide_img_ProjectBriefDetails {
    background-image: url(../../images/Aspire_pic_work.png);
    background-size: cover;
    background-position: right;
    padding-top: 18vh;
    margin-bottom: 10vh;
    /* padding-bottom: 18vh; */
    width: 83vw;
    height: 35vh;
    border-radius: 1vw;
    box-shadow: 0 4px 3vw rgba(0, 0, 0, 0.2);

}

.first_slide_text_ProjectBriefDetails {
    width: 83vw;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 5vh;

}
.first_slide_text_ProjectBriefDetails h2{
    font-size: 1.4vw;
    font-weight: 700;
    font-family: 'Nunito-Regular';
}
.first_slide_text_ProjectBriefDetails h1{
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-top: -1vh;
    width: 35vw;
    font-family: 'Nunito-semi-bold';
    display: flex;
    align-items: flex-end;
}
.first_slide_text_ProjectBriefDetails h1 span{
    font-size: 1.7vw;
}
.first_slide_text_ProjectBriefDetails p {
    
    font-size: 1.12vw;
    font-family: 'Nunito-semi-bold';
    line-height: 2vw;
    font-weight: unset;
    letter-spacing: 1.2px;
}
.first_slide_text_ProjectBriefDetails p  span{

    font-size: 1.3vw;
    font-family: 'Proxima_Nova_Soft';
    font-weight: bold;
}
.slide2_text_ProjectBriefDetails {
    width: 83vw;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 5vh;
    margin-left: 8vw;

}
.slide2_text_ProjectBriefDetails h1{
    font-size: 2.5vw;
    line-height: 0vw;
    /* margin-top: -1vh; */
    width: 35vw;
    font-family: 'Nunito-semi-bold';
    display: flex;
    align-items: flex-end;
}
.slide2_text_ProjectBriefDetails p {
    font-size: 1.12vw;
    font-family: 'Nunito-semi-bold';
    line-height: 1.7vw;
    font-weight: unset;
    letter-spacing: 1.2px;
}
.second_slide_image_ProjectBriefDetails{
    background-size: cover;
    background-position: center;
    padding-top: 14vh;
    width: 20.5vw;
    margin-right: 1vw;
    height: 40vh;
    border-radius: 1vw;
}
.second_slide_image_ProjectBriefDetails:nth-child(1){
    background-image: url(../../images/Matchday_Lineup_Before_the_game.png);


}
.second_slide_image_ProjectBriefDetails:nth-child(2){
    background-image: url(../../images/Kick_Off_During_the_game.png);


}
.second_slide_image_ProjectBriefDetails:nth-child(3){
    background-image: url(../../images/Half_Time_During_the_game.png);


}
.second_slide_image_ProjectBriefDetails:nth-child(4){
    background-image: url(../../images/Good_luck_Before_the_game.png);


}
.slide3_images{
    display: flex;
    justify-content: center;
    width: 83vw;
}
.slide3_image{
    background-size: cover;
    background-position: center;
    padding-top: 14vh;
    width: 20.5vw;
    margin-right: 1vw;
    height: 30vh;
    border-radius: 1vw;
    box-shadow: 0 4px 3vw rgba(0, 0, 0, 0.2);
 
}
.slide3_image:nth-child(1){
    background-image: url(../../images/Matchday\ Card\ -\ Before\ the\ game@2x.png);

}
.slide3_image:nth-child(2){
    background-image: url(../../images/Screenshot\ 2024-04-14\ at\ 3.29.47тАпPM@2x.png);


}
.slide3_image:nth-child(3){
    background-image: url(../../images/Screenshot\ 2024-04-14\ at\ 3.28.19тАпPM@2x.png);


}
.slide3_image:nth-child(4){
    background-image: url(../../images/Screenshot\ 2024-04-14\ at\ 3.31.48тАпPM@2x.png);

}
.slide4_image{
    background-size: cover;
    background-position: center;
    padding-top: 14vh;
    width: 20.5vw;
    margin-right: 1vw;
    height: 30vh;
    border-radius: 1vw;
    box-shadow: 0 4px 3vw rgba(0, 0, 0, 0.2);

}
.slide4_images{
    display: flex;
    justify-content: center;
    width: 83vw;
}
.slide4_image:nth-child(1){
    background-image: url(../../images/1.png);

}
.slide4_image:nth-child(2){
    background-image: url(../../images/2.png);


}
.slide4_image:nth-child(3){
    background-image: url(../../images/3.png);


}
.slide4_image:nth-child(4){
    background-image: url(../../images/4.png);

}
.slide3_images_ProjectBriefDetails{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    width: 83vw;
}
.second_slide_images_ProjectBriefDetails{
  
    width: 83vw;
}
.second_slide_content_ProjectBriefDetails{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

}
.second_slide_content{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 8vh;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 8vh;
}
.slide3_content p{
    font-size: 1.12vw;
    font-family: 'Nunito-semi-bold';
    line-height: 2vw;
    font-weight: unset;
    width: 30vw;
    letter-spacing: 1.2px;
}
.slide3_content p:nth-child(1){
    width: 30vw;
}
.slide3_content p:nth-child(2){
    width: 44vw;
}
.slide3_content p span{
    font-size: 1.3vw;
    font-family: 'Proxima_Nova_Soft';
    font-weight: bold;
}
.slide3_content{
    display: flex;
    justify-content: space-around;
    margin: 5vh 0vw 5vh 0vw;
}
.slide4_content{
    
    margin: 5vh 0vw 0vh 0vw;
}
.slide4_content p{
    font-size: 1.12vw;
    font-family: 'Nunito-semi-bold';
    line-height: 2vw;
    font-weight: unset;
    letter-spacing: 1.2px;
    margin-left: 3vw;
}
.slide4_content p span{
    font-size: 2.5vw;
    line-height: 2vw;
    /* margin-top: -1vh; */
    width: 35vw;
    font-family: 'Nunito-semi-bold';
    display: flex;
    align-items: flex-end;
}
.slide4_content p b{
    font-family: 'Proxima_Nova_Soft';
    line-height: 2.5;
}
.slide5_image{
    background-size: cover;
    background-position: center;
    padding-top: 14vh;
    width: 20.5vw;
    margin-right: 1vw;
    height: 40vh;
    border-radius: 1vw;
}
.slide5_image:nth-child(1){
    background-image: url(../../images/slide51.png);

}
.slide5_image:nth-child(2){
    background-image: url(../../images/slide52.png);


}
.slide5_image:nth-child(3){
    background-image: url(../../images/slide53.png);


}
.slide5_image:nth-child(4){
    background-image: url(../../images/slide54.png);

}
.slide5_images_ProjectBriefDetails{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    top: 5vw;
    z-index: 9999;
}
.slide5_images{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.second_slide_h h1{
    font-size: 2.5vw;
    line-height: 2vw;
    /* margin-top: -1vh; */
    width: 35vw;
    font-family: 'Nunito-semi-bold';
    display: flex;
    align-items: flex-end;
}
.second_slide_p p{
    font-size: 1.12vw;
    font-family: 'Nunito-semi-bold';
    line-height: 1.7vw;
    font-weight: unset;
    letter-spacing: 1.2px;
    width: 40vw;
}
.first_slide_ProjectBriefDetails {
    display: flex;
    padding-top: 20vh;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.active_portfolio {
    opacity: 100% !important;
}
@media (max-width:768px) {
    .second_slide_content_ProjectBriefDetails {
        display: flex    ;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .second_slide_image_ProjectBriefDetails {
        background-size: 41vw;
        background-position: center;
        /* padding-top: 14vh; */
        background-repeat: no-repeat;
        /* padding-bottom: 42vw; */
        width: 40vw;
        margin-right: 1vw;
        height: 42vh;
        border-radius: 1vw;
    }
    .works p span {
        font-size: 6vw;
        font-weight: bold;
        font-family: 'Nunito-semi-bold';
    }
    .works p {
        font-family: 'Nunito-Regular';
        color: #000;
        font-size: 3vw;
        opacity: 100%;
        width: 70vw;
        line-height: 2vh;
        padding-left: 2vw;
        text-align: center;
    }
    .works_text {
        display: flex
    ;
        width: 90%;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        color: black;
    }
    .works img {
        width: 33vw;
         margin-right: 0vw; 
    }
    .works {
       
        height: 39vh;
    }
    #home h1 {
        font-family: 'Nunito-semi-bold';
        font-size: calc(6vw + 6vh);
        font-weight: 400;
        text-align: center;
        /* letter-spacing: -1.5px; */
        margin-left: 0vw;
    }
    .first_slide_text_ProjectBriefDetails h2 {
        font-size: 3vw;
    }
    .first_slide_text_ProjectBriefDetails h1 {
        font-size: 4vw;
        line-height: 5.5vw;
    }
    .first_slide_text_ProjectBriefDetails p {
        font-size: 2vw;
        font-family: 'Nunito-semi-bold';
        line-height: 3vw;
    }
    .first_slide_text_ProjectBriefDetails p span {
        font-size: 2.3vw;
    }
    .slide2_text_ProjectBriefDetails p {
        font-size: 2vw;
        font-family: 'Nunito-semi-bold';
        line-height: 3vw;
    }
    .slide2_text_ProjectBriefDetails h1 {
        font-size: 3.5vw;
    }
    .second_slide_h h1 {
        font-size: 3.5vw;
    }
    .second_slide_p p {
        font-size: 2vw;
        font-family: 'Nunito-semi-bold';
        line-height: 3vw;
    }
    .slide3_images {
        display: flex
    ;
        justify-content: center;
        width: 83vw;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
    .slide3_images{
        display: flex    ;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;

    }
    .slide3_image{
        background-size: 41vw;
        background-position: center;
        /* padding-top: 14vh; */
        background-repeat: no-repeat;
        /* padding-bottom: 42vw; */
        width: 40vw;
        margin-right: 1vw;
        height: 23vw;
        border-radius: 1vw;
    }
    .slide3_content p,.slide4_content p {
        font-size: 2vw;
        font-family: 'Nunito-semi-bold';
        line-height: 3vw;
    }
    .slide3_content p span {
        font-size: 2.3vw;}
        .slide4_images  .slide5_images {
            display: flex    ;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        }
        .slide4_image{
            background-size: 41vw;
            background-position: center;
            /* padding-top: 14vh; */
            background-repeat: no-repeat;
            /* padding-bottom: 42vw; */
            width: 40vw;
            margin-right: 1vw;
            height: 23vw;
            border-radius: 1vw;
        }
        .slide4_content p span {
            font-size: 3.5vw;}
            .slide5_image {
                background-size: 41vw;
                background-position: center;
                /* padding-top: 14vh; */
                background-repeat: no-repeat;
                /* padding-bottom: 42vw; */
                width: 40vw;
                margin-right: 1vw;
                height: 41vw;
                border-radius: 1vw;
            }
    
}
/* #contact {
    color: #000;
    background-color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.contact_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    z-index: 999;
}

.contact_text {
    z-index: 999;
    display: flex;
    width: 90vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 75vh;
    position: relative;
    left: 8vw;
}

.contact_text p {
    line-height: 4.5vh;
    font-family: 'Proxima_Nova_Soft';
    font-size: 1.4vw;
    align-content: center;
    text-align: left;
    width: 34vw;
    font-weight: 400;
    margin-top: -2vh;
}

.contact_text h1 {
    line-height: 0vh;
    font-size: 7vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.contact_info {
    position: absolute;
    display: flex;
    width: 90vw;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    left: 8vw;
    top: 50vh;
}

.contact_info p {
    display: flex;
    font-size: 1.5vw;
    letter-spacing: 0.5px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.contact_info img {
    width: 1.3vw;
    padding-right: 1vw;
}

.bg_circle_contact {
    display: flex;
    position: absolute;
    /* bottom: 0vh; 
    width: 100vw;
    height: 100vh;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.circle1_contact {

    display: flex;
    width: calc(35vw + 35vh);
    height: calc(35vw + 35vh);
    border: 0.1px solid #F6F7F84D;
    border-radius: 50%;
    position: relative;
    bottom: 53vh;
    left: -9vw;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.circle2_contact {
    display: flex;
    width: calc(10vw + 10vh);
    height: calc(10vw + 10vh);
    border: 0.1px solid #BA0767;
    border-radius: 50%;
    position: relative;
    top: 19vh;
    left: 28vw;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social_media {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 90vw;
    top: 65vh;
    left: 8vw;
}

.social_media img {
    width: 3.5vw;
    padding-right: 2vw;
}

.social_media a:first-child {
    padding-left: 2vw;
}

hr {
    border: 1px solid #BA0767;
    width: 25vw;
    opacity: 100%;
}

.bottom {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    top: 40vh;
}

.menu {

    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 45vw;
    left: 8vw;
    top: 33vh;
}

.menu a {
    color: #000 !important;
    font-size: 1vw;

}

.copyright {
    display: flex;
    position: absolute;
    width: 50vw;
    top: 31vh;
    left: 67vw;
}

.copyright p {
    font-size: 1.1vw;
} */