/*--/ 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 --*/

.about-1,
.about-2,
.about-3,
.about-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;
}

.about-1 {
    background: #fff;
    /*vertical-align: middle;
    display: table-cell;*/
}

.about-2 {
    background: #fff;
}

.about-3 {
    background: #fff;
}

.about-7 {
    background: #000;
}


.about-2 .about-content,
.about-3 .about-content,
.about-4 .about-content,
.about-2 .about-content .content-more a,
.about-3 .about-content .content-more a,
.about-4 .about-content .content-more a,
.about-2 .about-content .content-more-hover a,
.about-3 .about-content .content-more-hover a,
.about-4 .about-content .content-more-hover a {
    color: #fff;
}

/*page1*/
.about1-wrap {
    display: flex;
    padding: 0 10%;
    align-items: center;
}

.about1-img {
    flex-basis: 50%;
    padding: 0 5%;
}

.about1-img img {
    max-width: 100%;
}

.about1-text {
    flex-basis: 50%;
    padding: 3%;
}

.about1-text .about1-title {
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 4%;
}

.about1-text .about1-content {
    line-height: 2.2;
    font-size: 19px;
    font-weight: 400;
    /* text-align: justify;*/
}

/*page1*/

/*page2*/
.about2-wrap {
    display: flex;
    padding: 0 10%;
    align-items: center;
}

.about2-img {
    flex-basis: 60%;
    padding: 0 5%;
}

.about2-img img {}

.about2-text{
    flex-basis: 40%;
    padding: 3%;
}
.about2-text .about2-title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 4%;
    text-align: center;
}

.about2-text .about2-content {
    text-align: center;
    line-height: 1.8;
}

.about2-text .about2-content .about2-content-1{
    border: 0.5px solid;
    width: 70%;
    margin: 7% auto;
}
.about2-text .about2-content .about2-content-2{
    font-size: 2rem;
    font-weight: bolder;
}
.about2-text .about2-content .about2-content-3{
    font-size: 2rem;
    font-weight: bolder;
}
.about2-text .about2-content .about2-content-4{
    font-size: 2rem;
    font-weight: bolder;
}
.about2-text .about2-content .about2-content-5{
    font-size: 2rem;
    font-weight: bolder;
}
/*page2*/

/*page3*/
.about3-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 1500px;
    padding: 0 10%;
    justify-content: center;
}
.about3-col1{
    flex-basis: 33%;
    color: #000;
}
.about3-col2{
    flex-basis: 33%;
    background-color: #e1e1e1;
    color: #333333;
}
.about3-col3{
    flex-basis: 33%;
    background-color: #ededed;
    color: #333333;
}
.about3-col4{
    flex-basis: 33%;
    background-color: #e1e1e1;
    color: #333333;
}
.about3-col5{
    flex-basis: 33%;
    background-color: #ededed;
    color: #333333;
}
.about3-col6{
    flex-basis: 33%;
    background-color: #e1e1e1;
    color: #333333;
}

.about3-col1 :hover{}
.about3-col2 :hover{
    background-color: #4b7bc6;
    color: #fff;
    padding-right: 35%;
}
.about3-col3 :hover{
    background-color: #e2c54b;
    color: #fff;
    padding-right: 35%;
}
.about3-col4 :hover{
    background-color: #d36257;
    color: #fff;
    padding-right: 35%;
}
.about3-col5 :hover{
    background-color: #e8c1d8;
    color: #fff;
    padding-right: 35%;
}
.about3-col6 :hover{
    background-color: #a3c168;
    color: #fff;
    padding-right: 35%;
}



.about3-col1 .about3-title{
    text-align: center;
    font-size: 3.5rem;
}
.about3-col5 .about3-title{
    padding-top: 40%;
}
.about3-col6 .about3-title{
    padding-top: 40%;

}


.about3-title{
    text-align: right;
    padding: 35% 5%;
    font-size: 2.8rem;
    font-weight: bold;
    height: 100%;
    transition: all .7s;
}

.about3-title :hover{
    transform: translate(-50px,0);
}
/*page3*/




/*footer*/
.about-7 .about-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*/
    .about1-wrap {
        display: block;
        margin-top: 80px;
    }

    .about1-text .about1-title {
        font-size: 4rem;
        letter-spacing: 1px;
    }

    .about1-text .about1-content {
        line-height: 1.6;
        font-size: 16px;
        text-align: justify;
    }

    /*page1*/

    /*page2*/
    .about2-wrap {
        display: block;
        margin-top: 80px;
    }
    .about2-text .about2-title {
        font-size: 2.8rem;
        letter-spacing: 1px;
    }
    .about2-text .about2-content {
        line-height: 1.5;
    }
    .about2-text .about2-content .about2-content-2 {
        font-size: 1.8rem;
    }
    .about2-text .about2-content .about2-content-3 {
        font-size: 1.8rem;
    }
    .about2-text .about2-content .about2-content-4 {
        font-size: 1.8rem;
    }
    .about2-text .about2-content .about2-content-5 {
        font-size: 1.8rem;
    }
    /*page2*/

    /*page3*/
    .about3-col1{
        flex-basis: 50%;
        color: #000;
    }
    .about3-col2{
        flex-basis: 50%;
        background-color: #e1e1e1;
        color: #333333;
    }
    .about3-col3{
        flex-basis: 50%;
        background-color: #e1e1e1;
        color: #333333;
    }
    .about3-col4{
        flex-basis: 50%;
        background-color: #ededed;
        color: #333333;
    }
    .about3-col5{
        flex-basis: 50%;
        background-color: #ededed;
        color: #333333;
    }
    .about3-col6{
        flex-basis: 50%;
        background-color: #e1e1e1;
        color: #333333;
    }

    .about3-col1 .about3-title {
        font-size: 2.5rem;
    }
    .about3-title {
        font-size: 2rem;
    }
    /*page3*/
}

@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;
    }
}