.gorgeous{
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
.gorgeous header{
    z-index: 10;
}
.gorgeous header .menu a{
    color: #cdcad3;
    border-bottom-color: #cdcad3;
    transition: all 0.3s;
}
.gorgeous #ga_click_menu_project{
    color: white;
    border-bottom-color: white;
}
.gorgeous header .menu a:hover{
    color: #fdab3b;
    border-color: #fdab3b;
}
#ga_click_menu_project:hover{
    color: #fdab3b;
    border-color: #fdab3b;
}
.gorgeous .r-l{
    font-family: 'DT-Roboto-Light';
}
.gorgeous .hero{
    position: relative;
    height: 59.375vw;
    background: url("../../i/portfolio/gorgeous/hero.png") center no-repeat;
    background-size: cover;
    color: white;
    z-index: 2;
}
.gorgeous .hero .g-container{
    text-align: center;
}
.gorgeous .grey{
    color: #a2a2a2;
}
.gorgeous .g-logo{
    margin-top: 202px;
    width: 258px;
}
.gorgeous .hero h3{
    margin-top: 27px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 29px;
}
.gorgeous .hero p{
    font-size: 12px;
    line-height: normal;
}
.gorgeous .hero ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}
.gorgeous .hero ul li {
    display: inline;
    border-bottom: 1px dashed;
    padding: 0;
    margin: 0 10px;
}
.gorgeous .hero ul li a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}
.gorgeous .browser{
    position: absolute;
    top: 685px;
    left: 50%;
    margin-left: -555px;
    width: 1110px;
    height: auto;
    background: linear-gradient(#f8f8f7, #f7f1e7, #f5dfbc);
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.35);
    z-index: 2;
}
.gorgeous .browser .ball-1{
    position: absolute;
    width: 64px;
    top: 50%;
    margin-top: -32px;
    right: -32px;
    animation: ball 3s infinite;
}
.gorgeous .browser .bar{
    position: relative;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
}
.gorgeous .browser .bar .controls{
    width: 65px;
    height: 15px;
    background: url(../../i/portfolio/zipline/browser-controls.png) left center no-repeat;
    background-size: contain;
    margin: 0 0 0 25px;
}
.gorgeous .browser .bar .expand{
    width: 65px;
    height: 15px;
    background: url(../../i/portfolio/zipline/expand-icon.png) center center no-repeat;
    background-size: contain;
    margin: 0 0 0 25px;
}
.gorgeous .browser .bar .input{
    width: 760px;
    background-color: white;
    border-radius: 5px;
    height: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d2d2d2;
    font-size: 12px;
}
.gorgeous .browser .page{
    width: 1089px;
    margin-bottom: 11px;
}
.gorgeous .land{
    width: 100%;
    position: relative;
    background-image: linear-gradient(to right, transparent, transparent 61%, #ca9857 61%, #ca9857), url("../../i/portfolio/gorgeous/land-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -220px;
    box-sizing: border-box;
    padding: 44vw 0 275px 0;
}
.gorgeous .land .g-container{
    position: relative;
    display: flex;
    box-sizing: border-box;
    margin: 0 auto 0;
    width: 1110px;
}
.gorgeous .land .g{
    width: 905px;
    position: absolute;
    right: 39%;
    top: 800px;
}
.gorgeous .land .col{
    padding-top: 400px;
    position: relative;
    width: 410px;
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.gorgeous .land .col .body{
    width: 375px;
    max-width: 100%;
    margin: 80px 0 80px auto;
}
.gorgeous .land h1{
    display: inline-block;
    position: relative;
    font-family: 'DT-Roboto-Bold';
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #d8a65f;
    margin: 0 0 50px 0;
}
.gorgeous .land h1:before{
    position: absolute;
    left: -35px;
    top: -30px;
    display: block;
    content: '';
    width: 65px;
    height: 97px;
    background: url("../../i/portfolio/gorgeous/flower.png") center no-repeat;
    background-size: contain;
}
.gorgeous .land h1:after{
    position: absolute;
    display: block;
    content: '';
    width: 270px;
    height: 2px;
    background-color: #d8a65f;
    right: 0;
    bottom: -10px;
}
.gorgeous .land p{
    font-family: 'DT-Roboto-Light';
    font-size: 14px;
    line-height: 20px;
}
.gorgeous .land .sections{
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    width: 684px;
    height: 1075px;
    left: -140px;
    background: url("../../i/portfolio/gorgeous/sections.png") center/cover no-repeat;
    padding-top: 250px;
}
.gorgeous .land .sections .row{
    display: flex;
    justify-content: flex-start;
    width: 400px;
    margin: auto;
    margin-bottom: 10px;
}
.gorgeous .land .section{
    width: 120px;
    height: 52px;
    margin: 0 5px;
    cursor: pointer;
}
.gorgeous .land .section:hover{
    transform: scale(1.2);
}
.gorgeous .land .main{
    width: 684px;
    height: 2265px;
    position: relative;
    z-index: 2;
    background: url("../../i/portfolio/gorgeous/land.png") center/cover no-repeat;
}
.gorgeous .land .bottom{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.gorgeous .land .ball-2{
    width: 106px;
    position: absolute;
    top: 95px;
    right: -30px;
    z-index: 4;
    animation: ball 4s infinite;
}
.gorgeous .land .ball-3{
    width: 379px;
    position: absolute;
    top: 1300px;
    left: 0;
    z-index: 4;
    animation: ball 6s infinite;
}
.gorgeous .land .ball-4{
    width: 135px;
    position: absolute;
    top: 601px;
    left: -55px;
    z-index: 4;
    animation: ball 4.5s infinite;
}
.gorgeous .land .ball-4-1{
    width: 189px;
    position: absolute;
    top: 888px;
    right: -88px;
    z-index: 4;
    animation: ball 5s infinite;
}
.gorgeous .land .ball-5{
    width: 59px;
    position: absolute;
    top: 760px;
    left: 15px;
    animation: ball 3s infinite;
}
.gorgeous .land .sections .ball{
    width: 88px;
    position: absolute;
    top: 653px;
    right: -23px;
    animation: ball 3s infinite;
}
.gorgeous .land .photo-1{
    width: 317px;
    position: absolute;
    top: 23px;
    left: -212px;
    z-index: 4;
}
.gorgeous .land .photo-2{
    width: 276px;
    position: absolute;
    top: 120px;
    right: -127px;
    z-index: 3;
}

.gorgeous .zein{
    position: relative;
    margin: -220px 0 0;
    background: url("../../i/portfolio/gorgeous/zein-bg.png") center bottom no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 230px 0 120px;
    text-align: center;
}
.gorgeous .zein .diamond{
    width: 150px;
    top: -62px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}
.gorgeous .zein h1{
    display: inline-block;
    position: relative;
    font-family: 'DT-Roboto-Bold';
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #d8a65f;
    margin: 0 0 50px 0;
}
.gorgeous .zein h1:before{
    position: absolute;
    left: -35px;
    top: -30px;
    display: block;
    content: '';
    width: 65px;
    height: 97px;
    background: url("../../i/portfolio/gorgeous/flower.png") center no-repeat;
    background-size: contain;
}
.gorgeous .zein h1:after{
    position: absolute;
    display: block;
    content: '';
    width: 330px;
    height: 2px;
    background-color: #d8a65f;
    left: 50%;
    margin-left: -165px;
    bottom: -10px;
}
.gorgeous .zein p{
    font-family: 'DT-Roboto-Light';
    font-size: 14px;
    line-height: 20px;
}
.gorgeous .zein .page{
    display: block;
    background: url("../../i/portfolio/gorgeous/zein.png") center/cover no-repeat;
    width: 684px;
    height: 1554px;
    margin: 45px auto 112px;
    position: relative;
}
.gorgeous .zein .page .ball{
    width: 88px;
    top: 525px;
    position: absolute;
    left: -34px;
    animation: ball 2s infinite;
}
.gorgeous .zein a{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #ca9857;
    font-size: 20px;
}
.gorgeous .zein a:before{
    position: absolute;
    left: -107px;
    top: -69px;
    display: block;
    content: '';
    width: 86px;
    height: 128px;
    background: url("../../i/portfolio/gorgeous/flower.png") center no-repeat;
    background-size: contain;
}
.gorgeous .zein a:after{
    position: absolute;
    right: -107px;
    top: -69px;
    display: block;
    content: '';
    width: 86px;
    height: 128px;
    background: url("../../i/portfolio/gorgeous/flower.png") center no-repeat;
    background-size: contain;
    transform: scaleX(-1);

}
.gorgeous .zein .ball-1{
    position: absolute;
    width: 336px;
    top: -210px;
    right: -160px;
    animation: ball 6s infinite;
}
.gorgeous .zein .ball-2{
    position: absolute;
    width: 121px;
    bottom: 417px;
    right: 73px;
    animation: ball 4s infinite;
}
.gorgeous .zein .item-1{
    width: 180px;
    position: absolute;
    left: 0;
    top: 466px;
}
.gorgeous .zein .item-2{
    width: 217px;
    position: absolute;
    top: 700px;
    right: 138px;
}
.gorgeous .zein .item-3{
    width: 281px;
    position: absolute;
    top: 1200px;
    left: 168px;
}
.gorgeous .zein .item-4{
    width: 157px;
    position: absolute;
    top: 1400px;
    right: 0;
}


@keyframes ball {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(30px);
    }
    100%{
        transform: translateY(0);
    }
}
@media only screen and (max-width: 1440px) {
    .gorgeous .land {
        background-image: linear-gradient(to right, transparent, transparent 70%, #ca9857 70%, #ca9857), url("../../i/portfolio/gorgeous/land-bg.jpg");
    }
    .gorgeous .land .g{
        right: 30%;
    }
    .gorgeous .land .ball-3{
        display: none;
    }
}