#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/home/slider_VAR\ 1.jpg") top center;
    background-size: cover;
    position: relative;
    /* z-index: -1; */
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

#hero h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 30px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 72px;
    color: #fff;
}

#hero h2 {
    color: #fff;
    font-weight: bold;
    font-size: 49px;
    line-height: 60px;
}

#hero p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#hero .divider {
    line-height: normal;
    background-color: white;
    border: 1.2px solid white;
    min-width: 150px;
}

#hero .btn-get-started {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    transition: 0.5s;
    color: #fff;
    background: #EA2B1F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px 0px;
}

#services.text-content {
    font-size: 14px;
}

#services .thumb-alasan {
    margin: 0;
    padding: 0;
}
#hero .btn-get-started:hover {
    background: linear-gradient(95.7deg, #F94144 0%, #FF874F 100%);
    box-shadow: 1px 2px 15px 1px rgba(0, 0, 0, 0.4);
}

#bg-testi .btn-get-started {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    transition: .3s;
    color: #EA2B1F;
    background: #ffffff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    border-radius: 20px 0px;
}

#bg-testi .btn-get-started:hover {
    background: #EA2B1F;
    box-shadow: 1px 2px 15px 1px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    transform: scale(1.05);
}

#selengkapnya.btn-get-started {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    transition: 0.5s;
    color: #fff;
    background: #EA2B1F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px 0px;
}

#selengkapnya.btn-get-started:hover {
    background: linear-gradient(95.7deg, #F94144 0%, #FF874F 100%);
    box-shadow: 1px 2px 15px 1px rgba(0, 0, 0, 0.4);
}


#services .container-box {
    background: linear-gradient(90deg, #F16521 0%, #F94144 96.9%);
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: 0 0.25em;
}
#services .container-box2 {
    background: white;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: 0 0.25rem;
}


@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
    .content-writing p {
        font-size: 20px;
    }
    #services .nav-item .nav-link {
        margin: auto 1em;
        width: 150px;
        height: 165px;
    }
    #services .nav-item .nav-link.active {
        color: #fff;
        background: #EA2B1F;
        width: 150px;
        margin: auto 1rem;
    }
    #services .container-box {
        height: 180px;
    }
    #services .container-box2 {
        height: 180px;
    }
    .text-testi {
        background: #FFEEE6;
        border-radius: 10px;
        height: 170px;
        padding: 10px;
    }
    #hero .hero-container {
        padding-left: 5.5rem;
    }
    .accordion .btn-link {
        text-decoration: none;
        width: 100%;
    }
    .accordion h5 button {
        float: left;
    }
    .accordion h5 i {
        float: right;
    }
    .accordion {
        background-color: #FFFFFF;
    }
    .accordion h5 {
        font-size: medium;
    }
    .accordion h5:before {
        font-size: medium;
        color: #EA2B1F;
    }
    .accordion .card-header {
        background-color: #FFFFFF;
    }
    #main {
        width: 100%;
        height: fit-content;
        background: url("../img/home/bg-home-1.jpg") top center;
        background-size: cover;
        position: relative;
    }


    #pricelist.btn-get-started {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        font-size: 22px;
        display: inline-block;
        padding: 20px 30px;
        justify-content: center;
        transition: 0.5s;
        color: #fff;
        background: linear-gradient(95.7deg, #F94144 0%, #FF874F 100%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
    }
    #pricelist .iconify{
        color: white;
    }

    #pricelist.btn-get-started:hover {
        box-shadow: 1px 2px 15px 1px rgba(0, 0, 0, 0.4);
    }
    
}

@media (max-width: 768px) {

    #bg-button {
        width: 100%;
        height: 190px;
        background: linear-gradient(90deg, #F94144 0%, #F16521 100%);
        background-size: contain;
        position: relative;
    }
    #hero h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #hero h1 {
        font-size: 44px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 34px;
        line-height: 24px;
    }
    #hero p {
        font-size: 16px;
        width: 75%;
    }
    .content-writing p {
        font-size: 18px;
    }
    #hero {
        height: 480px;
    }
    .form-cek-resi .note {
        font-size: 15px;
    }
    #services .container-box {
        margin: 0;
        max-width: 100%;
    }
    #services .container-box2 {
        margin: 0;
        width: 100%;
    }
    
    #services.thumb-item{
        margin: 0.3rem;
        padding: 0.3rem;
    }
    .text-testi {
        background: #FFEEE6;
        border-radius: 10px;
        padding: 8px;
        height: 140px;
    }
    #bg-testi .btn-get-started {
        transition: .3s;
    }
    #bg-testi .btn-get-started:hover {
        transform: scale(1.02);
    }
    #hero .hero-container {
        padding-left: 1.5rem;
    }
    .accordion .btn-link {
        text-decoration: none;
        width: 100%;
    }
    .accordion h5 button {
        float: left;
    }
    .accordion h5 i {
        float: right;
    }
    .accordion {
        background-color: #FFFFFF;
    }
    .accordion h5 {
        font-size: medium;
    }
    .accordion h5:before {
        font-size: medium;
        color: #EA2B1F;
    }
    .accordion .card-header {
        background-color: transparent;
    }
    .accordion {
        padding: auto 0.3rem;
    }
    #services .icon-bg {
        background-image: url('../img/home/bg-index.png');
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: 200%;
        background-size: 40%;
    }
    #pricelist.btn-get-started {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        font-size: 22px;
        display: inline-block;
        padding: 20px 30px;
        justify-content: center;
        transition: 0.5s;
        color: #F94144;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
    }

    #pricelist.btn-get-started:hover {
        box-shadow: 1px 2px 15px 1px rgba(0, 0, 0, 0.4);
    }

}

@media (max-height: 500px) {
    #hero {
        height: 520px;
    }
}



#main2 {
    width: 100%;
    height: fit-content;
    background: url("../img/home/bg-home-2.jpg") center;
    background-size: cover;
    background-position: center;
    position: relative;
    /* z-index: -1; */
}

.form-cek-resi {
    position: relative;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 12px 1px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    margin-top: -130px;
}

.tb-resi {
    position: relative;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 12px 1px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    margin-top: -5px;
}

#about.bg-home1 {
    width: 100%;
    height: fit-content;
    background: url("../img/home/bg-home-bottom.png") center;
    background-size: cover;
    position: relative;
    /* opacity: 0.2; */
    /* z-index: -1; */
}

#about .form-cek-resi .btn-call-us {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 1px solid white;
    background: #EA2B1F;
}

#about.form-cek-resi .btn-call-us:hover {
    background: #ffffff;
    color: #EA2B1F;
    text-decoration: none;
    border: 1px solid #EA2B1F;
}

#about .tb-resi .btn-call-us {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 1px solid white;
    background: #EA2B1F;
}

#about.tb-resi .btn-call-us:hover {
    background: #ffffff;
    color: #EA2B1F;
    text-decoration: none;
    border: 1px solid #EA2B1F;
}

.form-hitung {
    /* z-index: -1; */
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 1px 4px 12px 1px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    margin-top: -15%;
    /* margin-bottom: 350px; */
}

.form-hitung .btn-call-us {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 1px solid white;
    background: #EA2B1F;
}

.form-hitung .btn-call-us:hover {
    background: #ffffff;
    color: #EA2B1F;
    text-decoration: none;
    border: 1px solid #EA2B1F;
}

@media (max-width: 768px) {
    .form-cek-resi h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .form-cek-resi h1 {
        font-size: 40px;
        line-height: 36px;
    }
    .form-cek-resi h2 {
        font-size: 28px;
        line-height: 24px;
    }
    .form-cek-resi {
        left: 0;
        right: 0;
    }
    .form-cek-resi p {
        font-size: 16px;
    }
    h5 {
        font-size: 16px;
        text-align: center;
    }
    #about h2 {
        font-size: 28px;
    }
    .divider-custom .skew {
        background: rgb(255, 255, 255);
        width: 100px;
        height: 5px;
        float: right;
        -ms-transform: skew(-5deg);
        /* Support untuk IE 9 */
        -webkit-transform: skew(-5deg);
        /* support untuk Safari */
        transform: skew(-15deg);
        /* default syntax */
    }
    #about.bg-home1 {
        height: fit-content;
    }
    .content-writing {
        height: fit-content;
    }
    #services {
        padding: 15px 0px;
    }
    #services .nav-item .nav-link {
        height: 14vh;
        width: calc(18vw + .20vw);
        margin: auto 0.2rem;
        border-radius: 9px;
        padding: 10px 5px 5px;
    }
    #sevices .nav-pills .nav-link.active {
        color: #fff;
        background: #EA2B1F;
        width: 120px;
        margin: auto 0.3rem;
    }
    #services img {
        width: 10vw;
        height: 6vh;
        margin-top: 5px !important;
    }
    #services .thumb-alasan img {
        width: 17vw;
        height: auto;
    }
    #services h6 {
        font-size: calc(8px + .60vw);
    }
    #services a {
        padding: 0px 0px;
    }
    .form-hitung .nav-item .nav-link {
        font-size: 13px;
    }
}

.skew {
    background: rgb(255, 255, 255);
    width: 200px;
    height: 10px;
    float: right;
    -ms-transform: skew(-10deg);
    /* Support untuk IE 9 */
    -webkit-transform: skew(-10deg);
    /* support untuk Safari */
    transform: skew(-30deg);
    /* default syntax */
}

.cta-home {
    background: url("../img/home/port-1845350_1280\ 6.png") center center;
    background-size: 100%;
    /* background-repeat: no-repeat; */
    width: 100%;
    position: relative;
    /* padding-top: 50px; */
    /* padding-bottom: 200px; */
}

.cta-home:before {
    content: "";
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.cta-home h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta-home p {
    color: #fff;
}

.cta-home .cta-home-btn {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta-home .cta-home-btn:hover {
    background: #EA2B1F;
    border: 2px solid #EA2B1F;
}

@media (min-width: 1024px) {
    .cta-home {
        background-attachment: fixed;
    }
}

#bg-testi {
    /* background: transparent; */
    background: linear-gradient(97deg, #F94144 1.51%, #FF7637 98.89%);
    border-radius: 0px 60px;
    width: 100%;
    /* margin-top: 100%; */
    height: fit-content;
    background-size: cover;
    position: relative;
    box-shadow: 15px 15px rgba(0, 0, 0, 0.12);
    /* z-index: -1; */
}

.container-testi {
    width: 100%;
    height: 320px;
    margin-top: 20px;
    border-bottom: 10px solid #EA2B1F;
    box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, 0.2);
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
}

.swiper-testi {
    position: relative;
    width: 100%;
    /* z-index: -1; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    flex-shrink: 0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#about .btn-call-us {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 20px 0 20px 0;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 1px solid white;
    background: #EA2B1F;
}

#about .btn-call-us:hover {
    background: #ffffff;
    color: #EA2B1F;
    border: 1.5px solid #EA2B1F;
    text-decoration: none;
}

.swiper-pagination {
    position: relative;
    top: 25px;
    right: 10px;
    width: auto !important;
    left: auto !important;
    margin: 0;
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 10%;
    height: 5px;
    margin: auto;
    text-align: center;
    opacity: 1;
    background: #C4C4C4;
}

.swiper-pagination-bullet-active {
    /* color:#fff; */
    background: #EA2B1F;
}

@media (min-width: 360px) {
    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 45%;
        bottom: 0;
        z-index: 1;
        margin-inline: -12%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 10%;
        height: 10%;
        color: #EA2B1F;
        background: rgb(255, 255, 255);
        text-align: center;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 1024px) {
    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 45%;
        bottom: 0;
        z-index: 1;
        margin-inline: -6%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 5%;
        height: 10%;
        color: #EA2B1F;
        background: rgb(255, 255, 255);
        text-align: center;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
}