/*--/ 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 --*/

.web-1,
.web-2,
.web-3,
.web-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;
}

.web-1 {
    background: #fff;
    /*vertical-align: middle;
    display: table-cell;*/
    display: block;
    margin-top: 100px;
}

.web-2 {
    background: #fff;
}

.web-3 {
    background: #fff;
}

.web-7 {
    background: #000;
}


.web-2 .web-content,
.web-3 .web-content,
.web-4 .web-content,
.web-2 .web-content .content-more a,
.web-3 .web-content .content-more a,
.web-4 .web-content .content-more a,
.web-2 .web-content .content-more-hover a,
.web-3 .web-content .content-more-hover a,
.web-4 .web-content .content-more-hover a {
    color: #fff;
}




/*page1*/
.web1-wrap {
    display: flex;
    /* padding: 0 10%; */
    align-items: center;
    /* height: 750px; */
    /* width: 95%; */
    /* max-width: 1500px; */
    margin: 2% auto 10%;
    
}
.web1-wrap a:hover{text-decoration: none;}
.web1-left {
    flex: 1;
}

.web1-right {
    flex: 1;
}

.hover1 .content-wrap1{color: #000;background-color: #fff;transition: all .05s;}
.hover2 .content-wrap2{color: #000;background-color: #e1e1e1;transition: all .05s;}
.hover3 .content-wrap3{color: #000;background-color: #fff;transition: all .05s;}
.hover4 .content-wrap4{color: #000;background-color: #e1e1e1;transition: all .05s;}
.hover5 .content-wrap5{color: #000;background-color: #fff;transition: all .05s;}
.hover6 .content-wrap6{color: #000;background-color: #e1e1e1;transition: all .05s;}

.hover1:hover .content-wrap1{background-color: #b9db8d;color: #fff;}
.hover2:hover .content-wrap2{background-color: #4d5b25;color: #fff;}
.hover3:hover .content-wrap3{background-color: #363f17;color: #fff;}
.hover4:hover .content-wrap4{background-color: #5f7235;color: #fff;}
.hover5:hover .content-wrap5{background-color: #708943;color: #fff;}
.hover6:hover .content-wrap6{background-color: #9bb564;color: #fff;}

.hover1 .content-left{transition: all .7s;}
.hover2 .content-left{transition: all .7s;}
.hover3 .content-left{transition: all .7s;}
.hover4 .content-left{transition: all .7s;}
.hover5 .content-left{transition: all .7s;}
.hover6 .content-left{transition: all .7s;}

.hover1:hover .content-left{padding-top: 5%;}
.hover2:hover .content-left{padding-top: 5%;}
.hover3:hover .content-left{padding-top: 5%;}
.hover4:hover .content-left{padding-top: 5%;}
.hover5:hover .content-left{padding-top: 5%;}
.hover6:hover .content-left{padding-top: 5%;}

.content-wrap1{
    display: flex; 
    padding: 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}
.content-wrap2{
    display: flex;   
    padding: 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}
.content-wrap3{
    display: flex;   
    padding: 2% 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}
.content-wrap4{
    display: flex;   
    padding: 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}
.content-wrap5{
    display: flex; 
    padding: 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}
.content-wrap6{
    display: flex; 
    padding: 5%;
    height: 26vh;
    cursor: pointer;
    /*transition: all .7s;*/
}

.content-wrap1 :hover{
    
}
.content-wrap2 :hover{
}
.content-wrap3 :hover{
}
.content-wrap4 :hover{
}
.content-wrap5 :hover{
}
.content-wrap6 :hover{
}


.content-left{
    flex-basis: 60%;
    padding-left: 2%;
}
.content-right{
    flex-basis: 40%;
    position: relative;
}
.content-title{
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.content-subtitle{
    font-size: 1.8rem;
    font-weight: 500;
    margin: 2% 0;
    letter-spacing: 2px;
}
.content-img{
    width: 85%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.content-img img{
    width: 80%;
}





/*page1*/


/*right page*/
.bd-block{
    color: #231815;
    width: 94%;
    float: right;
    font-weight: 400;
    padding: 5% 0;
}
.bd-wrap{
    display: flex;
    /*align-items: center;*/
}
.bd-title{
    width: 15%;
    font-weight: bold;
    display: flex;
}
.bd-title1{
    font-size: 25px;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
}
.bd-title2{
    padding: 0 10%;
    font-size: 5.5rem;
    writing-mode: vertical-lr;
}

.bd-text{
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    float: right;
    margin: 0% 10%;
    line-height: 2;
}
.bd-text-title{
    font-weight: bold;
}
.bd-text-content{}

/*right page*/





/*footer*/
.web-7 .web-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: 1280px) {
    /*right page*/
    .bd-title {
        width: 30%;
    }
    /*right page*/
}
@media only screen and (max-width: 1024px) {
    .content-img img {
        width: 100%;
    }
    /*right page*/
    .bd-title {
        width: 30%;
    }
    /*right page*/
}

@media only screen and (max-width: 768px) {

    
    /*page1*/
    .web-1 {
        margin-top: 75px;
        height: auto;
    }
    .web1-wrap {
        margin-top: 0px;
        display: block;
    }
    .content-wrap1 {
        height: auto;
    }
    .content-wrap2 {
        height: auto;
    }
    .content-wrap3 {
        height: auto;
    }
    .content-wrap4 {
        height: auto;
    }
    .content-wrap5 {
        height: auto;
    }
    .content-wrap6 {
        height: auto;
    }

    .content-title {
        font-size: 2.6rem;
        letter-spacing: 1px;
    }
    .content-subtitle {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
    .content-img {
        width: 35%;
    }
    .hover1:hover .content-left{padding-top: 0%;padding-left: 20%;}
    .hover2:hover .content-left{padding-top: 0%;padding-left: 20%;}
    .hover3:hover .content-left{padding-top: 0%;padding-left: 20%;}
    .hover4:hover .content-left{padding-top: 0%;padding-left: 20%;}
    .hover5:hover .content-left{padding-top: 0%;padding-left: 20%;}
    .hover6:hover .content-left{padding-top: 0%;padding-left: 20%;}

    /*page1*/

    /*right page*/
    .bd-block {
        width: 98%;
        padding: 5% 0;
    }
    .bd-wrap {
        display: block;
    }
    .bd-title {
        width: 90%;
    display: block;
    text-align: center;
    }
    .bd-title1 {
        writing-mode: unset;
        font-size: 20px;
    letter-spacing: 1px;
    }
    .bd-title2 {
        padding: 0 5%;
        font-size: 4rem;
        writing-mode: unset;
    }
    .bd-text {
        font-size: 2rem;
        width: 80%;
        float: left;
        margin: 5%;
    }
    /*right page*/
    
}

@media only screen and (max-width: 480px) {
    .content-img {
        width: 40%;
    }


    /*right page*/
    .bd-title1 {
        font-size: 16px;
    }
    .bd-title2 {
        font-size: 3rem;
    }
    .bd-text {
        width: 90%;
        font-size: 1.8rem;
    }
    /*right page*/


    /*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;
    }
}