/* header */
#header {
    min-height: 700px !important;
}

.section-awal {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
}
.judul-atas {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 5px rgb(8, 6, 129);
    margin-top: 30px;
}
.deskripsi-atas {
    color: rgb(219, 219, 219) !important;
    font-size: 16px;
    margin: 20px 0;
    text-align: justify;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.btn-awal {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: 2px solid #ff5e00;
    color: #fbfcfd;
    background-color: #ff7300;
    padding: 6px 20px;
    border-radius: 7px;
    font-size: 16px;
}
.btn-awal:hover {
    background-color: #ff9c08;
    color: #ffff;
}
.btn-awal:active {
    background-color: #ffa723;
}
.btn-ambil {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: 2px solid #ff5e00;
    color: #fbfcfd;
    background-color: #ff7300;
    padding: 7px 20px;
    border-radius: 7px;
    font-size: 16px;
}
.btn-ambil:hover {
    background-color: #ff9c08;
    color: #ffff;
}
.btn-abil:active {
    background-color: #ffa723;
}
.btn-hosting-lebih {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: 2px solid #374392;
    background-color: #041e8e;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 20px;
}
.btn-hosting-lebih:hover {
    background-color: #0c1faf;
    color: #ffff;
}
.btn-hosting-lebih:active {
    background-color: #384bcc;
    box-shadow: 0 2px rgb(174, 180, 255);
    transform: translateY(4px);
}
.btn-ketersediaan {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: 2px solid #374392;
    background-color: #041e8e;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 20px;
}
.btn-ketersediaan:hover {
    background-color: #777a8f;
    color: #ffff;
}
.btn-ketersediaan:active {
    background-color: #384bcc;
    box-shadow: 0 2px rgb(174, 180, 255);
    transform: translateY(4px);
}
.justify-content-center {
    position: relative;
}
.section-unlimited {
    padding: 40px 0;
}
.section-cara {
    background-color: #f7f7f9;
    padding: 80px 0;
}
.section-ambil {
    background: linear-gradient(155deg, #041e92 30%, #cc00ff 100%);
    padding: 50px 0;
}
.section-lebih {
    background-color: #f7f7f9;
    padding: 80px 0;
}
.section-tidak {
    padding: 80px 0;
}
.section-ketersediaan {
    padding: 80px 0;
}
.judul-unlimited {
    color: #041e8e;
    font-weight: bolder;
}
.judul-ambil {
    color: #ffffff;
    font-weight: bolder;
}
span.judul-tambahan {
    font-weight: bold;
    font-size: 45px;
    color: #ff7300;
}
.judul-tidak {
    color: #041e8e;
    font-weight: bolder;
}
.judul-lebih {
    color: #041e8e;
    font-weight: bolder;
}
.judul-cara {
    color: #041e8e;
    font-weight: bolder;
}
.judul-ketersediaan {
    color: #041e8e;
    font-weight: bolder;
}
.judul-tittle-ketersediaan {
    color: #041e8e;
    font-weight: bolder;
    text-align: center;
}
.deskripsi-tittle-ketersediaan {
    text-align: justify;
    padding: 0 30px 15px 30px;
    margin-bottom: 20px;
}
.deskripsi-cara {
    margin-bottom: 30px;
}
.deskripsi-lebih {
    margin-bottom: 30px;
}
.deskripsi-cara {
    margin-bottom: 30px;
}
.deskripsi-tidak {
    margin-bottom: 30px;
}

.card-ketersediaan {
    padding: 10px 20px;
    max-height: 270px;
    transition: all 0.2s ease-in-out;
}
.list-fasilitas-kiri {
    display: block;
    color: #041e8e;
    font-size: 15px;
    margin-bottom: 15px;
    transition: all 0.1s ease-in-out;
    float: right;
}
.list-fasilitas {
    display: block;
    color: #041e8e;
    margin-bottom: 15px;
    transition: all 0.1s ease-in-out;
    font-size: 15px;
    float: left;
}

.tittle-fasilitas-list {
    font-size: 18px;
    background-color: #dae6e1;
    color: #041e8e !important;
    border-radius: 50px;
    padding: 10px;
}
.tittle-fasilitas-list-kiri {
    font-size: 18px;
    background-color: #dae6e1;
    color: #041e8e !important;
    border-radius: 50px;
    padding: 10px;
}
.fa-check-circle {
    color: #041e8e !important;
    font-size: 18px;
}
.list-domain-kiri {
    float: right;
    margin-right: -40px;
    margin-top: 60px;
    z-index: 100;
}

.list-domain-kanan {
    margin-top: 60px;
    margin-left: -80px;
    float: left;
    max-width: 300px;
}
.img-hosting-unlimited {
    max-width: 90%;
    margin: 10px;
    border-radius: 50%;
    padding: 20px;
    background: #dae6e1;
}
.img-lebih {
    max-width: 100%;
    margin-left: 25px;
}
ul.tittle-lebih-domain {
    margin-top: 40px;
}

p.deskripsi-tittle-hosting-lebih {
    margin-top: 5px;

    font-size: 17px;
    color: #0c1c57 !important;
}
p.deskripsi-tittle-hosting-cara {
    margin-top: 5px;
    font-size: 17px;
    color: #0c1c57 !important;
}
.nomer-lebih {
    background-color: #041e8e;
    color: #ffff !important;
    border-radius: 18px 3px;
    padding: 9px;
    margin-right: 10px;
    align-self: center;
}
.card-cara {
    position: relative;
    background-color: #ffff;
    padding: 30px 20px 25px 0;
    max-width: 900px;
    box-shadow: -2px 0 14px 4px rgb(0 0 0 / 13%);
}
ul.tittle-cara {
    margin: 26px 0 0 0;
}
.nomer-cara {
    background-color: #041e8e;
    color: #ffff !important;
    border-radius: 20px;
    padding: 6px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    align-self: center;
}
.li-hosting-lebih:hover {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background-color: #b0d3ff29;
}

.list-fasilitas-kiri:hover {
    position: relative;
    transform: scale(1.1);
    z-index: 1;
    border-radius: 15px;
}

.list-fasilitas:hover {
    position: relative;
    transform: scale(1.1);
    z-index: 1;
    border-radius: 15px;
}

.card-ketersediaan:hover {
    position: relative;
    transform: scale(1.05);
    z-index: 1;
    background-color: #b0d3ff29;
    border-radius: 30px;
}
li.li-hosting-lebih {
    display: flex;
}
li.li-hosting-cara {
    display: flex;
}
img.img-ketersediaan {
    max-width: 45%;
}
img.img-cara {
    max-width: 100%;
    padding: 0 20px 20px 0;
    margin-top: -10px;
}

.table-rekomendasi {
    border-collapse: collapse;
    width: 100%;
}

.th,
.td-rekomendasi {
    text-align: left;
    padding: 8px 13px;
    padding-left: 30px;
}
.th,
.td-rekomendasi-harga {
    text-align: center;
    padding: 30px;
    font-weight: 900;
    font-size: 18px;
    color: #041e92;
}
table,
th,
td {
    border: 1px solid rgba(34, 31, 226, 0.205);
}

.tr-rekomendasi:nth-child(even) {
    background-color: #f2f2f2;
}

.th-rekomendasi {
    background-color: #041e92;
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 10px 110px;
}
i.fa.fa-check.warna-cek {
    margin-right: 10px;
    color: #041e92;
}
.table-header-tidak {
    font-weight: normal;
    font-size: 17px;
}
td.td-rekomendasi:hover {
    background: #aab9ff47;
}
.main {
    width: 269px;
    height: 255px;
    border: 2px solid #041e8e17;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.circle {
    width: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    overflow: hidden;
    margin: auto;
    animation: circle 6s linear infinite;
}

.nama-testi {
    font-size: 20px;
    color: #ffff;
    font-weight: bold;
}
.testimoni {
    padding-top: 5px;
}
.judul-testi {
    margin-top: 20px;
    font-size: 17px;
    color: #283383;
}

.testi-img.text-center {
    padding-top: 25px;
}
.tanggal-testi {
    margin-left: 25px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.tanggal-testi-domain {
    font-size: 15px;
    font-weight: normal;
}
.warna-icon {
    color: gold;
}
.background-img {
    background: linear-gradient(90deg, #000c9d, #1840f0);
    position: relative;
    margin-left: 35%;
    padding: 5px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.background-calender {
    margin: unset;
    padding: unset;
    width: unset;
}

.card-testi {
    border-radius: 10px;
    background: #0b0bb7;
    min-height: 300px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
p.isi-pesan.mt-2 {
    color: #ffff !important;
}
i.far.fa-calendar-alt {
    color: #ff2525;
    font-size: 22px;
    margin-right: 5px;
}
p.testi-calender {
    float: left;
    color: #ffff !important;
    margin-left: -15px;
    margin-top: 20px;
    background: linear-gradient(90deg, #2732b7, #1840f0);
    border-top-right-radius: 29px;
    padding: 13px 15px 12px 30px;
    border-bottom-right-radius: 30px;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.img-circle {
    border-radius: 50%;
    vertical-align: middle;
    max-width: 95px;
    border: solid 3px #ffff;
    transform-style: preserve-3d;
}
.owl-carousel {
    margin-top: 6%;
}

.owl-carousel .item {
    text-align: center;
    margin: 10px;
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #eaa400;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.owl-theme .owl-dots .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ffb301;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 40px 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
}
.card-testi-domain {
    padding: 45px 20px 96px 20px;
}
.warna-icon-testi {
    color: #ffc800;
}
.btn-testi {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border-bottom: 2px solid #2435c3;
    color: #2633bd;
}
.section-testi {
    background-color: #f7f7f9;
    padding: 40px 0;
}
.judul-testi {
    font-weight: bolder;
    color: #041e8e;
    font-size: 30px;
}
.btn-testi:hover {
    background-color: #2633bd;
    color: #ffff;
    border-radius: 20px;
}
.btn-testi:active {
    background-color: #2633bd;
    box-shadow: 0 5px rgb(174, 180, 255);
    transform: translateY(4px);
}
.section-garansi {
    padding: 40px 0;
}
.garansi {
    margin-top: 30px;
}
.tittle-garansi {
    margin-top: 50px;
    font-weight: bolder;
    color: #2b3680;
}

.img-garansi {
    width: 65%;
    transition: all 0.2s ease-in-out;
}
.img-garansi:hover {
    transform: scale(1.1);
}
.btn-biru {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #2b3680;
    border: none;
    color: #f9f9fa;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    margin: auto;
}

.btn-biru:hover {
    background-color: #4d569e;
}
.btn-biru:active {
    background-color: #374392;
    box-shadow: 0 5px rgb(174, 180, 255);
    transform: translateY(4px);
}
.card-pertanyaan {
    background: linear-gradient(to right, #0426be 10%, #0026ffc5 90%);
    box-shadow: -2px 0 14px 4px rgb(0 0 0 / 13%);
}
.card-tittle-pertanyaan {
    color: #ffff;
    padding: 10px;
    white-space: initial;
}
.section-garansi {
    padding: 40px 0;
}
.section-pertanyaan {
    background-color: #f7f7f9;
    padding: 80px 0;
}
.btn-link:hover {
    color: #ffff;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.judul-pertanyaan {
    font-weight: bolder;
    color: #041e8e;
}
@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-140px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-140px) rotate(-360deg);
    }
}
@media (min-width: 1025px) {
    img.vert-move {
        position: absolute;
        max-width: 100%;
        padding: 60px;
        height: 380px;
        top: -55px;
        right: 10px;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }
}
@media (max-width: 1024px) {
    img.vert-move {
        position: absolute;
        max-width: 100%;
        padding: 25px;
        top: 0;
        right: 10px;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }
    p.tittle-fasilitas-list.ml-4 {
        margin-right: -23px;
    }
    p.tittle-fasilitas-list-kiri.mr-4 {
        margin-left: -20px;
    }
}
@media (max-width: 991px) {
    .container-promo {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    section {
        padding: 15px 0px 15px 0px !important;
    }
    .list-domain-kiri {
        float: unset;
        margin: unset;
    }
    .list-fasilitas-kiri {
        display: block;
        color: #041e8e;
        font-size: 15px;
        margin-bottom: 15px;
        float: unset;
        margin-left: -40px;
        text-align: right;
    }
    .list-fasilitas {
        display: block;
        color: #041e8e;
        margin-bottom: 15px;
        font-size: 15px;
        margin-left: -40px;
        float: unset;
        text-align: left;
    }
    .list-domain-kanan {
        margin: unset;
        float: unset;
    }
    .img-lebih {
        max-width: 65%;
        margin: unset;
    }
    .judul-ambil {
        color: #ffffff;
        font-weight: bolder;
        font-size: 30px;
    }
    .card-cara {
        position: relative;
        background-color: #ffff;
        max-width: 900px;
        box-shadow: -2px 0 14px 4px rgb(0 0 0 / 13%);
    }
    .card-ketersediaan:hover {
        position: relative;
        transform: scale(1.05);
        z-index: 1;
        background-color: #b0d3ff29;
    }
    .th-rekomendasi {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    section .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .list-domain-kanan {
        max-width: unset;
    }
    p.tittle-fasilitas-list.ml-4 {
        margin: unset !important;
    }
    p.tittle-fasilitas-list-kiri.mr-4 {
        margin: unset !important;
    }
    .list-fasilitas {
        text-align: unset;
    }
    .list-fasilitas-kiri {
        text-align: unset;
    }
    .img-hosting-unlimited {
        max-width: 30%;
    }
}

@media (max-width: 425px) {
    .img-hosting-unlimited {
        max-width: 60%;
    }
    img .img-cara {
        padding: 20px;
    }
    .table-rekomendasi {
        width: 180%;
    }
    span.judul-tambahan {
        font-size: 40px;
    }
    .judul-atas {
        font-size: 40px;
    }
    .deskripsi-tittle-ketersediaan {
        text-align: justify;
        padding: 0 10px 15px 10px;
        margin: unset;
    }
    img.vert-move {
        top: -204px;
        padding: 60px;
    }
}
@media (max-width: 320px) {
    img.vert-move {
        top: -143px;
    }
}
