/*--/ mouse --*/

.icon-scroll {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 1em;
    height: 3.125em;
    transform: translateX(-50%) scale(2);
    z-index: 1;
}

.icon-arrows::after,
.icon-arrows::before {
    content: '';
}

.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
    display: block;
    width: 0.315em;
    height: 0.315em;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
    margin: 0 0 0.125em 0.315em;
    transform: rotate(45deg);
    animation: mouse-scroll 1s infinite;
    animation-direction: alternate;
}

.icon-arrows::before {
    margin-top: 0.315em;
    animation-delay: .1s;
}

.icon-scroll span {
    animation-delay: .2s;
}

.icon-arrows::after {
    animation-delay: .3s;
}

.icon-scroll .mouse {
    height: 1.375em;
    width: .875em;
    border: 1px solid #232323;
    border-radius: 2em;
    margin-left: 0.5px;
}

.icon-scroll .wheel {
    position: relative;
    display: block;
    /*height: 0.1875em;
    width: 0.1875em;*/
    height: 0.2em;
    width: 0.2em;
    margin: 0.1875em auto 0;
    background: #232323;
    animation: mouse-wheel 1.2s ease infinite;
    border-radius: 50%;
}

@keyframes mouse-wheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(.375em);
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/*--// mouse --*/

.product-1,
.product-2,
.product-3,
.product-7 {
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    display:flex;
    align-items:center;
    justify-content:center;
}

.product-1 {
    background: #fff;
    /*vertical-align: middle;
    display: table-cell;*/
    display: block;
    margin-top: 100px;
}

.product-2 {
    background: #fff;
}

.product-3 {
    background: #fff;
}

.product-7 {
    background: #000;
}


.product-2 .product-content,
.product-3 .product-content,
.product-4 .product-content,
.product-2 .product-content .content-more a,
.product-3 .product-content .content-more a,
.product-4 .product-content .content-more a,
.product-2 .product-content .content-more-hover a,
.product-3 .product-content .content-more-hover a,
.product-4 .product-content .content-more-hover a {
    color: #fff;
}




/*page1*/
.product-work-wrap{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    /* width: 95%; */
    /* max-width: 1500px; */
    margin: 1% auto 10%;
    /* padding: 0 10%;*/
}
.product-work-left{
    flex-basis: 35%;
    padding: 1%;
    position: relative;
}
.product-work-right{
    flex-basis: 65%;
    padding: 1%;
}

.product-work-title{
    font-size: 6rem;
    letter-spacing: 3px;
    font-weight: bold;
    position: absolute;
    top: 3%;
    left: 10%;
}
.product-work-subtitle{
    font-size: 3.5rem;
}
.product-work-text{
    font-size: 1.6rem;
    font-weight: 400;
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 300px;
    max-width: 90%;
}

.work-right-wrap{
    display: flex;
    flex-wrap: wrap;
}
.works{
    flex-basis: 50%;
}
.works img{
    /*padding: 15% 25%;*/
}
.work-right-wrap li:nth-child(1){background: #ededed;}
.work-right-wrap li:nth-child(2){background: #e1e1e1;}
.work-right-wrap li:nth-child(3){background: #e1e1e1;}
.work-right-wrap li:nth-child(4){background: #ededed;}



/*page1*/






/*footer*/
.product-7 .product-content {
    color: #fff;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer-follow {
    font-size: 4rem;
    letter-spacing: 5px;
    margin: 3% auto;
    font-weight: bold;
}

.footer-icon-wrap {}

.footer-icon-wrap a {
    margin: 1%;
}

.footer-icon-wrap img {
    max-width: 65px;
}

.footer-icon {}

.footer-icon img {}

.footer-copyright {}

.footer-copyright-text {
    margin: 2% auto;
    border-bottom: 1px solid;
    padding: 1% 4% 2%;
    width: max-content;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 600;
}

.footer-other {}

.footer-other a {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {

    
    /*page1*/
    .product-work-wrap {
        display: block;
    }
    .product-work-title {
        position: relative;
        left: 0;
        font-size: 3rem;
        margin: 0% 0 3%;
    }
    .product-work-subtitle{
        font-size: 2rem;
    }
    .product-work-text {
        position: relative;
        width: 100%;
        left: 0;
        max-width: 100%;
        font-size: 1.5rem;
    }
    /*page1*/

    
}

@media only screen and (max-width: 480px) {


    /*footer*/
    .footer-follow {
        font-size: 3rem;
        letter-spacing: 4px;
    }

    .footer-icon-wrap img {
        width: 15%;
    }

    .footer-copyright-text {
        margin: 3% auto;
        padding: 2% 4% 2%;
        line-height: 1.8;
    }
}