body {
    /* background-image: linear-gradient(45deg, #3365deff, #4769bdff);
    overflow: hidden; */
    margin: 0px;
}

.banner{
    background-image: linear-gradient(45deg, #3365deff, #4769bdff);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.img{
    width: 50%;
    float: left;
}
.img .handphone {
    width: 80%; 
    margin-top: 7%;
    margin-left: 50px;
}
.text{
    width: 50%;
    margin-top: 7%;
}
.text h1{
    font-size: 65px;
    text-align: center; 
    margin: -20px 0 24px -98px;
    font-weight: lighter;
}

.text h2{
    font-size: 40px;
    text-align: center; 
    margin: -20px 0 24px -98px;
    font-weight: lighter;
}

.text ol{
    margin: -12px 0 0 29px;
}
.sub-title{
    text-align: center; 
    margin: -14px 0 35px -99px; 
    font-size: 20px;
    font-weight: lighter;
}
.cost{
    position: relative;
    margin-top: 22px; 
    padding: 50px; 
    border: 1px solid #809dffff; 
    margin-left: 206px;
}

.cost-price{
    position: absolute;
    display: flex;
    align-items: baseline;
    top: -30%;
    left: -10%;
}

.cost .p1{
    /* right: 356px;
    bottom: 160px; */
    position: absolute;
    color: #fff344ff;
    top: -10%;
}
.cost .p2{
    /* right: 318px;
    bottom: 45px; */
    font-size: 60px;
    color: #fff344ff;
}
.cost .p3{
    /* right: 240px;
    bottom: 100px; */
    color: #fff344ff;
}
.hub{
    margin-top: 50px;
}

.portofolio .divider{
    position: absolute;
    width: 100%;
    height: 300px;
    background: white;
    transform: skewY(3deg);
    top: -7.5%;
    z-index: 0;
}

.portofolio{
    position: relative;
    width: 100%;
    height: 100vh;
}

.portofolio .content{
    width: 80%;
    position: relative;
    padding-top: 10vh;
    margin: auto;
    z-index: 1;
}

.content .title{
    font-family: 'Nexa';
    font-size: 50px;
    text-align: center;
}

.content .porto-placeholder{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.porto-placeholder .items{
    position: relative;
    width: 30%;
    margin: 0 1.5% 3%;
}

.items > img{
    width: 95%;
    padding: 5%;
}

.items:hover > img{
    width: 100%;
    padding: 1.5% 2.5% 5%;
}

.items .black-bg{
    position: absolute;
    background: black;
    opacity: .1;
    width: 95%;
    height: 95%;
    margin: 5%;
    top: 0;
    left: 0;
}

/*Font styling*/
@font-face{font-family: 'Nexa'; src: url('../Nexa-Bold.otf');}
p, ol, ul {
    font-family: 'Nexa';
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}
@font-face{font-family: 'Riffic'; src: url('../RifficFree-Bold.ttf');}
h1, h2 {
    font-family: 'Riffic';
    color: #ffffff;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body{
        height: 100%;
        width: 100%;
        overflow: auto;
        margin: 0.1px;
    }
    .img{
        float: none;
    }
    .img .handphone{
        position: absolute;
        margin: 0;
        right: 20vw;
        top: 31vh;
        width: 60vw;
    }
    .text{
        margin: 0;
    }
    .text ol{
        margin: -12px 0 0 3vw;;
    }
    .text h1{
        margin: 0;
        margin-top: 30px;
        font-size: 10vw;
    }
    .text p{
        font-size: 6vw;
    }
    .sub-title{
        margin: 0 5vw;
        font-size: 5vw;
        height: 54vh;
    }
    .list{
        margin: 10vh 8vw 5vh 9vw;
    }
    .cost{
        margin-left: 170px;
    }
    .cost .p1{
        right: 40vw; bottom: 247px;
    }
    .cost .p2{
        right: 30vw; bottom: 150px; font-size: 50px;
    }
    .cost .p3{
        right: 23vw; bottom: 156px;
    }
    .hub{
        margin: 50px 2vw;
        text-align: center;
        word-spacing: 2px;
        line-height: 6vh;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 1024px){
    body{
        height: 100%;
        width: 100%;
        overflow: auto;
    }
    .img{
        float: none;
    }
    .img .handphone{
        position: absolute;
        margin: 0;
        left: 29vw;
        top: 28vh;
        width: 39vw;
    }
    .list{
        margin-top: 43vh;
        margin-left: 5vw;
    }
    .list p{
        font-size: 5vw;
    }
    .list ol {
        font-size: 4vw;
    }
    .text{
        position: relative;
        margin-top: 6vh;
        margin-left: 11vw;
    }
    .text h1{
        font-size: 8vw; 
    }
    .text ol{
        margin: 0;
    }
    .sub-title{
        font-size: 4vw;
        margin: -1vh 17vw 39vh 0vw;
    }
    .list p{
        font-size: 5vw;
    }
    .cost{
        padding: 7vw;
        margin-top: 5vh;
    }
    .cost .p1 {
        right: 49vw;
        bottom: 15vh;
        font-size: 3vw;
    }
    .cost .p2 {
        right: 47vw;
        bottom: 4vh;
        font-size: 7vw;
    }
    .cost .p3 {
        right: 36vw;
        bottom: 8vh;
        font-size: 3vw;
    }
    .hub{
        margin: 1vh 13vw 5vh 2vh;
        text-align: center;
        word-spacing: 7px;
        font-size: 4vw;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (max-width: 992px) {} */

@media only screen and (orientation: landscape) {
    
}