/* detail page */
.detail #particles-bg{
    height: 43vh;
    width: 85vw;
    top: auto;
    bottom: 13vw;
    left: auto;
    right: 0;
    position: absolute;
    transform: translate(0, 0) rotate(345deg);
    transform-origin: right bottom;
}
.detail-header{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.detail-banner{
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0;
    transform: scale(1.2);
    transition: all 1s ease 0.4s;
}
.detail-banner.show{
    opacity: 1;
    transform: scale(1);
}
.detail-banner:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: var(--black-color);
    opacity: 0.5;
}
.detail .pro-detail{
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -45%);
}
.detail .pro-type{
    font-size: 1.25rem;
    color: var(--white-color);
}



.detail .pro-title{
    font-size: 4rem;
    color: var(--red-color);
    margin: 6px 0 8px 0;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    /* margin: 0px;
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 1px; */
}


.detail .pro-des{
    color: var(--white-color);
    font-size: 1.25rem;
    font-weight: 500;
}
.vs-btn{
    transition: none;
    margin: 50px;
    opacity: 0;
    transform: translate(50%, 0);
    transition: all .7s ease-out 1.3s;
}
.vs-btn.show{
    opacity: 1;
    transform: translate(0, 0);
}

.detail .section-con{
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
}
.des-title{
    font-size: 5vw;
    margin-right: 2vw;
    line-height: 5.2vw;
}
.column {
    display: inline-block;
    vertical-align: top;
}

.column .title {
    margin-bottom: 10px;
    color: var(--grey-color);
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 40px;
    font-weight: 100;
}
.column .title:nth-child(1) {
    margin-top: 8vw;
}
.column p {
    margin-top: 0;
    margin-bottom: 10px;
}
.column-list{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.column-list li{
    padding-left: 20px;
    margin: 8px 0;
    position: relative;
}
.column-list li:before{
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: var(--red-color);
    position: absolute;
    left: 0;
    transform: rotate(32deg);
    transform-origin: left bottom;
}

.gallery-title{
    color: var(--grey-color);
    width: 70%;
    margin: auto;
    margin-bottom: 25px;
}
.gallery{
    display: flex;
}
.gallery:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    width: 1px;
}
.thumb-wrapper{
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 40px 0;
}
.thumbnail{
    width: 120px;
    position: relative;
    cursor: pointer;
}
.thumbnail:before, .thumbnail:after{
    content: "";
    display: inline-block;
    position: absolute;
    transition: all .5s ease-out;
}
.thumbnail:before{
    border: 1px solid var(--red-color);
    height: calc(100% + 28px);
    width: calc(100% + 28px);
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
}
.thumbnail:after{
    height: 100%;
    width: 100%;
    background-color: var(--pink-op-color);
    opacity: 0;
    left: 0;
}
.thumbnail-active:before{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}
.thumbnail-active:after{
    opacity: 1;
}
.thumb-wrapper img{
    width: 100%;
}

.swiper-slide{
    opacity: 1 !important;
    z-index: 1;
}
.swiper-slide-active{
    z-index: 2;
}
.inner-img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.2);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: all .01s cubic-bezier(.25,.46,.45,.94) 0.75s;
}
/* .swiper-slide-prev .inner-img{
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all 1s cubic-bezier(.25,.46,.45,.94);
}
.swiper-slide-next .inner-img{
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: all 1s cubic-bezier(.25,.46,.45,.94);
} */
.swiper-slide-active .inner-img{
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100% );
    transition: all .75s cubic-bezier(.25,.46,.45,.94);
}

.mySwiper2 .swiper-pagination-bullet {
    background: var(--grey-color);
    opacity: 1;
}
.mySwiper2 .swiper-pagination-bullet-active{
    background: var(--red-color);
}

.trigger-box{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100px;
    width: 100px;
}
.pop-trigger{
    background-color: var(--red-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    cursor: zoom-in;
    position: absolute;
    top: 25px;
    left: 25px;
}
.pop-trigger:before, .pop-trigger:after{
    content: "";
    display: inline-block;
    height: 2px;
    width: 45%;
    background-color: var(--white-color);
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop-trigger:after{
    transform-origin: left;
    transform: rotate(90deg) translate(-50%, 0);
}


.gallery-bot.scroll-bar{
    /* color: var(--pink-color); */
    bottom: 7vh;
    opacity: 0.1;
}


/* web design & development */
.section-con{
    margin-top: 18vw;
}
section:nth-child(2) .section-con{
    margin-top: 8vw;
}
.performing{
    width: 960px;
    margin: auto;
    position: relative;
    pointer-events: none;
}
.performing::after{
    content: "";
    display: block;
    clear: both;
}
.svg-box{
    width: 33%;
    margin-right: 0.5%;
    float: left;
    margin-bottom: 50px;
}
.svg-box:nth-child(3n+3){
    margin-right: 0;
}
.svg-box object{
    opacity: 0;
    transition: all 0.8s ease;
}
.svg-box.show object{
    opacity: 1;
}
.svg-box p{
    color: var(--white-color);
    text-align: center;
    margin: 8px 0;
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 0.8s ease;
}
.svg-box.show p{
    opacity: 1;
    transform: translate(0, 0px);
}
.web-de section:nth-child(2) .particles-bg{
    width: 90%;
    height: 30vw;
    top: auto;
    bottom: 25vh;
    left: 3%;
    transform: translate(0, 0) rotate(-11deg);
}
.exp-btn {
    margin: 18vh auto 12vh auto;
}


@media (max-width: 767px){

}
@media (min-width: 768px){

}
@media (min-width: 992px){
    .mySwiper2.swiper-container, .mySwiper2 .swiper-slide {
        width: 768px;
        height: 480px;
    }
    .thumb-wrapper{
        padding: 0;
    }
    .thumbnail {
        width: 100px;
    }
}
/* @media (min-width: 1200px){
    .mySwiper2.swiper-container, .mySwiper2 .swiper-slide {
        width: 768px;
        height: 480px;
    }
} */
@media (min-width: 1400px){
    .mySwiper2.swiper-container, .mySwiper2 .swiper-slide {
        width: 1080px;
        height: 675px;
    }
    .des-title {
        font-size: 90px;
        line-height: 90px;
    }
}
