.girl-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top:0;


}
.girl-bg svg{
    width: 100%;
    height: 100%;
}
.tax-girl_tag #footer,
.tax-girl-cat #footer,
.post-type-archive-girl #footer{
    background: transparent;
}

.post-type-archive-girl #page-content{
    margin: 0;
}

.girl-current{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.girl-cover{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.girl-cover ul{
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: perspective(2000px);
}

.girl-cover ul li:first-child{
    position: relative;
}
.girl-cover ul li img{
    max-width:90vw;
    max-height: 85vh;
    width: auto;
    height: auto;
}

.girl-cover ul li{
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
}

.girl-current .grid-box.kong .box-warp{
    height: 100vh;
    background-color: transparent;
}



.girl-current-title{
    position: absolute;
    left:2rem;
    bottom:2rem;
    width: 55%;
    z-index: 1;
}
.girl-current-title h2{
    font-size: 4rem;
}
.girl-current-title h2 a{
    color: white;
}


.girl-nav{
    position: absolute;
    right: 2rem;
    bottom:2rem;
}


@keyframes jobcolorchange {
    0%{background:#f1ff9d;}
    25%{background:#f1ff9d;}
    50%{background:#eacdff;}
    75%{background:#eacdff;}
    100%{background:#f1ff9d;}
}
@-webkit-keyframes jobcolorchange {
    0%{background:#f1ff9d;}
    25%{background:#f1ff9d;}
    50%{background:#eacdff;}
    75%{background:#eacdff;}
    100%{background:#f1ff9d;}
}

.girl-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.girl-nav ul li{
    padding: .5rem;
}
.girl-nav ul li a{
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    display: block;
}
.girl-nav ul li a:hover{
    background: #fff;
}


#girl-two{
    background-color: white;
    position: relative;
    z-index: 3;
}

.girl-two-warp{
    margin: 0 -2rem;
    display: flex;
    align-items: flex-start;
}
.girl-two .girl-two-left{
    width: 66.66666%;
}
.girl-two .girl-two-right{
    width: 33.333333%;
}
.girl-two .girl-two-right .grid-box,
.girl-two .girl-two-left .grid-box{
    width: 100%;
}

.girl-two .girl-two-right .podcast-player-z{
    box-shadow: unset;
    border-radius: unset;
}

.girl-two .girl-two-right .bar-z{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2d1ff+0,fdff9b+50,c1fffc+100 */
    background: #f2d1ff; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #f2d1ff 0%, #fdff9b 50%, #c1fffc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #f2d1ff 0%,#fdff9b 50%,#c1fffc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #f2d1ff 0%,#fdff9b 50%,#c1fffc 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d1ff', endColorstr='#c1fffc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.girl-two .girl-two-left .grid-box header {
    position: absolute;
    z-index: 1;
    background: rgba(255,255,255,0.5);
    width: 100%;
}

.girl-two .girl-two-left .grid-box .box-img img{
    height: 520px;
}

.girl-two .girl-two-left .grid-box .box-content {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    left: 2px;
    background: #fff;
    border-radius:10px;
    max-width: 60%;
}

.girl-space{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: relative;
    padding: 8rem 0;
    margin-top: -20vh;
}
.girl-space:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    background-color: #f1ff9d;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    animation: jobcolorchange 12s infinite;
}



.space{
    background-color: #fff;
}
.space.space-top{
    height: 5rem;
    width: 100%;
}
.space-left{
    position: absolute;
    left: 0;
    top:0;
    width: 12%;
    height: 70vh;
}
.space-right{
    position: absolute;
    right: 0;
    top:0;
    width: 12%;
    height: 70vh;
}

#girl-page-video{
    position: relative;
}

.girl-page-video .grid-box{
    width: 100%;
    padding: 0;
}
.girl-page-video .grid-box .box-warp{
    background-color: transparent;
    border-radius: 2rem;
    display: flex;
    height: 60vh;
}
.girl-page-video .grid-box .box-warp .box-header{
    align-items: flex-start;
    width:4.5rem;
    padding:2rem 1rem;
    background: white;
    flex-direction: column;
}

.girl-page-video .grid-box .box-warp .box-header .box-link a{
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.girl-page-video .grid-box .box-warp .box-img{
    width: 100%;
}
.girl-page-video .grid-box .box-warp .box-img img{
    height: 60vh;
}
.girl-page-video .grid-box .box-warp .box-img video{
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.girl-page-video .grid-box .box-warp .box-tags{
    background: white;
    border: none;

}
.girl-page-video .grid-box .box-warp .box-tags a{
    font-size: 1rem;
}

.girl-page-video .grid-box .box-warp .box-info h2{
    font-size: 3rem;
    padding: 1rem;
    text-align: justify;
}
.girl-page-video .grid-box .box-warp .box-info{
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

.girl-page-video .grid-box .box-warp .box-tags{
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}


#girl-grid{
    background-color: #fff;

}

.girl-grid{
    padding: 5rem 0 0 0;
}

.girl-most-read{
   position: relative;
    padding:3rem 0 0 0;
    background-color: white;
}

.girl-most-read .girl-swiper{
    padding: 5rem 0;
    margin: 0 auto;
}

.girl-most-read .grid-box{
    width: 100%;
    padding: 0 2rem;
}

.girl-most-read-title{
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
}
.girl-most-read-title h1{
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}
.girl-most-read-title span{
    animation: scroll 15s linear infinite;
    text-transform: capitalize;
    padding: 0 1rem;
}


.girl-tags{
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+76,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    padding: 5rem 0 3rem 0;
}

.girl-tags ul{
    text-align: center;
}

.girl-tags ul .grid-sizer{
    width: 10px;
}

.girl-tags ul li a{
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding: 2rem;
    display: block;

}

.girl-tags ul li:nth-child(3n) a{
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

.girl-tags ul li a:hover{
    -webkit-text-stroke: 1px #00ffff;
}

.stamp{
    position: absolute;
    font-size: 4rem;
    font-weight: 700;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    left: calc(50vw - 175px);
}
.stamp>div{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.stamp span{
    display: block;
    white-space: nowrap;
}

.girl-page-video .box-link{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.girl-page-video .box-link>span{
    margin-left: 0;
    margin-top: 0.75rem;
}
