/*--/ 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 --*/

.package-1,
.package-2,
.package-3,
.package-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;
}

.package-1 {
    background: #fff;
    /*vertical-align: middle;
    display: table-cell;*/
    display: block;
    margin-top: 100px;
}

.package-2 {
    background: #fff;
}

.package-3 {
    background: #fff;
}

.package-7 {
    background: #000;
}


.package-2 .package-content,
.package-3 .package-content,
.package-4 .package-content,
.package-2 .package-content .content-more a,
.package-3 .package-content .content-more a,
.package-4 .package-content .content-more a,
.package-2 .package-content .content-more-hover a,
.package-3 .package-content .content-more-hover a,
.package-4 .package-content .content-more-hover a {
    color: #fff;
}



/*page1*/
.package1-wrap{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    /* width: 95%; */
    /* max-width: 1500px; */
    margin: 2% auto 10%;
    /* padding: 0 10%;*/
}
.package1-wrap li:first-child{background:#ededed}
.package1-wrap li:nth-child(2n-1){background:#ededed}
.package1-wrap li:nth-child(2n){background:#fff}
.package{
    flex-basis: 33.3%;
    position: relative;
}
.package1-wrap .package img{
    /*padding: 15% 28%;*/
}
.package-bg-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(242, 242, 242, 0.4);*/
    /*padding: 20px;*/
    transition: background, 0.5s;
}
.package-img-bg{
    color: #2f2f2f;
    background: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    /* text-transform: uppercase; */
    width: 100%;
    height: 100%;
    /* display: inline-block; */
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* padding: 10px 0; */
    position: relative;
    margin: 0 auto;
    /* text-align: center; */
    opacity: 0;
    transition: opacity, 0.5s;
    letter-spacing: 1.5px;
    font-weight: 300;
    color: transparent;
}
.package:hover .package-img-bg {opacity: 1;}
.package-img-title{
    color: #fff;
    position: absolute;
    bottom: 25%;
    left: 5%;
    font-size: 4rem;
    letter-spacing: 5px;
    font-weight: bold;
}
.package-img-text{
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 5%;
    font-weight: 400;
}

/*page1*/






/*footer*/
.package-7 .package-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*/
    
    /*.package1-wrap li:nth-child(2n-1){background:#ededed}
    .package1-wrap li:nth-child(2n){background:#fff}*/
    .package1-wrap li:first-child{background:#ededed}
    .package1-wrap li:nth-child(2){background:#fff}
    .package1-wrap li:nth-child(3){background:#fff}
    .package1-wrap li:nth-child(4){background:#ededed}
    .package1-wrap li:nth-child(5){background:#ededed}
    .package1-wrap li:nth-child(6){background:#fff}
    .package {
        flex-basis: 50%;
    }
    
    /*page1*/

    
}

@media only screen and (max-width: 480px) {

    /*page1*/
    .package {
        flex-basis: 100%;
    }
    .package1-wrap li:first-child{background:#ededed}
    .package1-wrap li:nth-child(2n-1){background:#ededed}
    .package1-wrap li:nth-child(2n){background:#fff}
    /*page1*/

    /*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;
    }
}