#projectsContainer{
    padding: 10px;
    height: auto;
    width: inherit;
    /* border: 1px solid white; */
    margin-top: 20px;
    color: white;
}
#projectsContainer h2{
    font-size: 3vw;
}
#projectsContainer h2 span{
    color: yellow;
}
#projects-logo-break{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    gap: 7px;
    opacity: 0;
    transform: translateX(80px);
    transition: 1s;
}
#projectsHeading{
    opacity: 0;
    transform: translateX(80px);
    transition: 1s;
}
#projects-logo-break img{
    width: 2.5vw;
}
#projectsOuter{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
#projectsOuter h4{
    margin-top: 8px;
    font-family: emoji;
}
#projectOneOuter{
    width: 100%;
    
}
#projectsOuter > div{
    opacity: 0;
    transform: translateX(80px);
    transition: 1s;
}
.projectOne{
    border: 1px solid white;
    width: 100%;
    height: 40vh;
    border-radius: 7px;
    
}
#projectTwoOuter{
    width: 45%;
    border-radius: 7px;
   
}
.projectTwo{
    border: 1px solid white;
    width: 100%;
    height: 30vh;
    border-radius: 7px solid white;
}
#projectThreeOuter{
    width: 45%;
}
.projectThree{
    border: 1px solid white;
    width: 100%;
    height: 30vh;
    border-radius: 7px solid white;
}
#projectsSlider{
    width: 100%;
    border: 1px solid white;
    height: 40vh;
    margin-top: 40px;
    overflow-x: scroll;
    display: flex;
    gap: 40px;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 7px;
    opacity: 0;
    transform: translateX(80px);
    transition: 1s;
}
.insideSlider{
    width: 20vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 7px;
}
.project1{
    border: 1px solid #ffffff;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
}.project2{
    border: 1px solid #ffffff;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
}.project3{
    border: 1px solid #ffffff;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
}.project4{
    border: 1px solid #ffffff;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
}
.projectImg {
    width: 100%;
    height: inherit;
    overflow: hidden;
    border-radius: 7px;
}
.commingSoonBox {
    height: inherit;
    justify-content: center;
    display: flex;
    align-items: center;
}
.commingSoonBox img {
    position: absolute;
    opacity: 0.1;
}
.commingSoonBox h2{
    font-size: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-left: 20px;
}
.commingSoonBox h2 span{
    font-size: 1.5vw;
}