#section1 .content {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.section5BigTitle{
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#vLogo2,
.vLogo2,
.section5BigTitle div{
    width: 100%;
    height: auto;
}
#vLogo2{
    z-index: 1;
}
.vLogo2{
    z-index: 0;
    fill-opacity: 0;
    stroke: var(--Orange);
    stroke-opacity:1;
    stroke-width: 1px;
}
svg#vLogo2 path.v1{
    fill:url(#gradation-8);
    fill-opacity: 1;
}
svg#vLogo2 path.v2{
    fill:url(#gradation-9);
    fill-opacity: 1;
}
svg#vLogo2 path.v3{
    fill:url(#gradation-7);
    fill-opacity: 1;
}


.caseTitle{
    font-family: var(--Bold);
    line-height: 1em;
    font-size: 11vw;

    margin-top: 12%;
    margin-right: 5%;
    padding-bottom: 100px;
}
.caseTitle .bigTitle{
    color: var(--Orange);
    /*-webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--Orange);*/
}
.caseTitle .smallTitle{
    font-family: var(--Normal);
    display: block;
    font-size: 2vw;
    color: var(--Blue);
    line-height: 1.2em;
    font-weight: 900;
}


#section2 .content{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.filters{
    width: 80%;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 100px 0;
}
.option{
    width: 22%;
    height: 36px;
    font-size: 16px;
    font-family: var(--Bold);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid var(--Blue);
    color:  var(--Blue);
    background: transparent;
    transition: .3s;
}
.option.active,
.option:hover{
    background: var(--Blue);
    color: var(--White);
    transition: .3s;
}
.caseContent{
    width: 80%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 35vh;
}
.caseContent a{
    display: block;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}
.caseContent a:last-child{
    margin-bottom: 0;
}
.caseContent a img{
    display: block;
    width: 100%;
}
.portfolioPic{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.caseContent a:hover .portfolioPic img{
    transform: scale(1.05);
    transition: .3s;
}
/*.caseContent a:hover .portfolioPic::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: var(--Orange);
    mix-blend-mode: difference;
    z-index: 0;
    animation: hover 1s linear 1;
}*/
@keyframes hover {
    0% {
        clip-path: circle(0% at 50% 50%);
    }

    100% {
        clip-path: circle(200% at 50% 50%);
    }
}

/*////RWD////*/
@media screen and (max-width:1660px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {
  
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:1024px) {
    .filters{
        flex-wrap: wrap;
        justify-content: center;
    }
    .option{
        width: 45%;
        height: 36px;
        font-size: 16px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (orientation:landscape) and (max-height:800px) {
  
}
@media (orientation:portrait) and (max-height:1180px) {

}
@media (orientation:portrait) and (max-height:1024px) {
   
}
@media screen and (max-width:480px) {
    .section5BigTitle {
        top: 30%;
    }
    .caseTitle {
        margin-top: 35%;
        margin-right: 0;
        font-size: 12vw;
    }
    .caseTitle{
        width: 50%;
    }
    .caseTitle .bigTitle {
        -webkit-text-stroke-width: 1px;
    }
    .caseTitle .smallTitle {
        font-size: 4vw;
    }
    .option{
        width: 100%;
    }
    .filters {
        padding: 0 0 50px 0;
    }
    .caseContent {
        width: 100%;
    }
    .caseContent {
        padding-bottom: 20vh;
    }
}
/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-height:896px) {

}
/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height:844px) {

}
@media (orientation: portrait) and (max-width:390px) {

}
/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-height:812px) {

}
@media (orientation: portrait) and (max-width:375px) {
    
}
/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height:736px) {
    
}
/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height:667px) {
    
}
@media screen and (max-width:360px) {

}
@media screen and (max-width:320px) {
    
}