/*-------- PRICING -----------*/

/* #footer-package {
  background: #fafafa;
  color: #444444;
} */
.package {
    max-width: 1150px;
    margin: auto;
    padding: auto;
    margin-top: 25px;
    padding-top: 30px;
}
.package h2 {
    width: 300px;
    color: #000000;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;

    text-decoration: none;
    margin: auto;
    border-bottom: 3px solid #fdd55e;
}
.package .box {
    position: relative;
    max-width: 600px;
    width: 25%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.package .cl-25 {
    background: #fafafa;
    margin: 10px 6px;
    padding: 0px;
    margin-left: 20px;
    transition: transform 0.2s;
    text-align: center;
    float: left;
    width: 30%;
}
.package .cl-25:hover {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1.1);
}

.package ul {
    margin: 0;
    list-style: none;
    padding: 11px 8px;
    /* border-bottom: 1px solid #eee; */
    text-align: left;
}

.package li {
    margin: 0;
    list-style: none;
    padding: 11px 8px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.package .no::before {
    content: "\2718";
    background: none;
    color: #f80000;
    float: right;
    font-size: 12px;
    padding: 4px;
    border-radius: 100%;
}
.package .ok::before {
    content: "\2714";
    /* font-family: FontAwesome; */
    background: none;
    color: #11d60b;
    float: right;
    font-size: 12px;
    padding: 4px;
    border-radius: 100%;
}
.package .kepala {
    background: #fff;
    margin: 0;
    padding: 20px 10px;
    font-size: 18px;
    color: rgb(10, 10, 10);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0px;
}
.pricing {
    background-color: rgba(253, 213, 94, 0.877);
    margin-top: 0px;
    padding: 30px 0px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    /* border-bottom: 3px solid #85ba23; */
}
.pricing span {
    padding-bottom: 10px;
}
.pricing p {
    font-size: 22px;
    padding: 2px;
    margin-bottom: 0;
}
.package .pr1::before {
    content: "start from";
    padding-right: 8px;
    font-size: 10px;
}
.package span.pr1 {
    padding: 10px 0px;
    font-size: 30px;
}
.package .pr2::after {
    content: "project";
    padding-right: 8px;
    font-size: 15px;
}
.package span.pr2 {
    padding: 10px 0px;
    font-size: 30px;
}
p.durasi {
    border: 1px solid #ddd;
    color: #85ba23;
    display: inline-block;
    font-size: 14px;
    margin: 10px 20px;
    padding: 8px 15px;
    width: 75px;
    border-radius: 10px;
}
.package .btn a {
    background: #fdd55e;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    text-decoration: none;
    border-radius: 20px;
}
.package .btn {
    padding: 3em 0;
    text-align: center;
}
.black {
    background: #000000 !important;
}
.red {
    background: red !important;
}
.orange {
    background: #f39c12 !important;
}
.green {
    background: #2ecc71 !important;
}
.blue {
    background: #3498db !important;
}
.purple {
    background: #9b59b6 !important;
}
.yellow {
    background: #ffd600 !important;
}
.pink {
    background: #f889eb !important;
}
.grey {
    background: #bdc3c7 !important;
}
.turquoise {
    background: #1abc9c !important;
}
.midnight {
    background: #2c3e50 !important;
}
.asbestos {
    background: #6d7b7c !important;
}
.dark {
    background: #454545 !important;
}

/* common */
.ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    padding: 15px 0;
    background-color: lime;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 12px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

@media only screen and (max-width: 480px) {
    .package .cl-25 {
        width: 70%;
    }
    .package .cl-25 {
        transform: scale(1.05);
    }
}
@media only screen and (max-width: 640px) {
    .package .cl-25 {
        width: 70%;
    }
    .package span.pr {
        font-size: 20px;
    }
}
@media only screen and (max-width: 960px) {
    .package .cl-25 {
        width: 70%;
    }
    .package span.pr {
        font-size: 20px;
    }
    .package .cl-25 {
        background: #fafafa;
        margin: 50px 6px;
        padding: 0px;
        margin-left: 60px;
        transition: transform 0.2s;
        text-align: center;
        float: left;
        width: 70%;
    }
}

/*-------- END PRICING -----------*/
