@import url('https://fonts.cdnfonts.com/css/poppins');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.relative {
    position: relative;
}

.decoration {
    border-radius: 35px;
    background: linear-gradient(180deg, #F5B32F 0%, #F98727 51.56%, #FB561D 100%);
    width: 65%;
    height: 10%;
    position: absolute;
    z-index: -1;
    top: -1%;
    left: 32%;
    right: 0;
    margin: auto;
}

/*.jumbotron .decoration img {*/
/*    width: 40px;*/
/*    position: absolute;*/
/*    left: -20px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    padding-bottom: 300px;*/
/*}*/

/*.jumbotron .decoration img.two {*/
/*    left: unset;*/
/*    right: -15px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    padding-bottom: unset;*/
/*    padding-top: 300px;*/
/*    width: 30px;*/
/*}*/

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn {
    border-radius: 15px;
}

.navbar .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron {
    padding-top: 103px;
    padding-bottom: 133px;
}

.jumbotron h1 {
    font-size: 56px;
    font-weight: 600;
}

.jumbotron h2 {
    font-size: 40px;
    font-weight: 600;
}

.jumbotron p {
    font-size: 16px;
    color: #606C76;
    font-weight: 400;
}

.jumbotron .input-group {
    width: 500px;
}

.jumbotron .form-control {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px;
}

.jumbotron .input-group-text {
    padding: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.jumbotron .input-group-text .btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.jumbotron .counters p {
    font-size: 18px;
}

.jumbotron .bordered-left {
    border-left: 1px solid #F0F0F0;
    padding-left: 30px;
}

.modal-information {
    text-align: center;
    padding-bottom: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    overflow: hidden;
}

.modal-information img {
    position: relative;
    transition: all 1s;
    opacity: 1;
    border-radius: 5px;
}

.modal-information img.logo.hide {
    opacity: 0;
    margin-top: -999;
}

.modal-information h2 {
    font-size: 22px;
    margin-top: .5rem;
    margin-bottom: 5px;
}

.modal-information p {
    color: #7E8CAC;
    font-size: 14px;
}

.modal-information .form-control {
    border: 1px solid #7E8CAC;
    border-radius: 5px;
    font-size: 16px;
}

.modal-information .btn.btn-secondary {
    background-color: #7E8CAC;
    border-color: #7E8CAC;
    border-radius: 3px;
}

.modal-information .form-control::placeholder {
    font-size: 14px;
    color: #7E8CAC;
}

.modal-information .username-result {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.modal-information .btn.btn-primary,
.modal-information .btn.btn-primary:focus {
    background-color: #FB561D;
    border: 1px solid #FB561D;
    color: #fff !important;
    border-radius: 3px;
}

#cek-pesanan .btn.btn-primary,
#cek-pesanan .btn.btn-primary:focus {
    background-color: #FB561D;
    border: 1px solid #FB561D;
}

.username-data,
.robux-data,
.create-gamepass {
    margin-top: 2rem;
}

.username-data a,
.robux-data a {
    color: unset;
}

.username-item,
.robux-item {
    border: 1px solid #7E8CAC;
    padding: 1rem;
    padding-bottom: 0;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.username-item {
    padding-left: 0;
    padding-right: 0;
}

.robux-item {
    padding: 1rem;
}

.username-item:hover,
.robux-item:hover {
    border: 1px solid #FB561D;
    cursor: pointer;
}

.text-success {
    color: #FB561D !important;
}

.username-item h3 {
    font-size: 14px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 1rem;
}

.robux-item h2 {
    color: #212529;
}

.robux-item h3 {
    color: #7E8CAC;
    font-size: 14px;
    font-weight: 300;
}

.custom-robux {
    border: 1px solid #7E8CAC;
    padding: 2rem;
    border-radius: 5px;
}

.custom-robux h3 {
    font-size: 18px;
    color: #212529;
    font-weight: 500;
}

.custom-robux p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.why {
    padding-bottom: 150px;
}

.why h3 {
    font-size: 32px;
    font-weight: 600;
}

.why p {
    font-size: 16px;
    color: #606C76;
    text-align: right;
    font-weight: 400;
    max-width: 700px;
}

.why .card {
    background-color: #F7F9FB;
    border: none;
    text-align: center;
}

.why .card img {
    margin-bottom: 15px;
}

.why .card h4 {
    font-size: 18px;
}

.top {
    padding-bottom: 160px;
}

.top .card {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding-left: 24px;
}

.top h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.top p {
    color: #606C76;
    font-size: 16px;
    font-weight: 400;
}

.top .btn.btn-gradient,
.jumbotron .btn.btn-gradient {
    background: linear-gradient(90.09deg, #FB591B 0.08%, #F78927 49.49%, #F5B22F 99.93%);
    color: #fff;
    padding: 20px 42px;
}

.top h5 {
    font-size: 24px;
    font-weight: 600;
}

.top .subtitle-top {
    background: linear-gradient(90deg, #FA5521 0%, #FAAD2E 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top ul {
    list-style: none;
    padding-left: 0;
}

.top ul li {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.top ul li span {
    font-size: 24px;
    font-weight: 600;
}

.top h6 {
    font-size: 18px;
    font-weight: 500;
}

.top .robux-nominal {
    color: #606C76;
    font-size: 14px;
}

.faq {
    padding-bottom: 150px;
}

.faq h2 {
    color: #0C0E10;
    font-size: 32px;
    margin-bottom: 64px;
    font-weight: 600;
}

.faq .collapsible-widget {
    background-color: #F7F9FB;
    padding: 16px 24px;
    border-radius: 15px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget.show {
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq .collapsible-widget.show .header {
    border-bottom: 1px solid #E9ECEF;
    padding-bottom: 10px;
}

.faq .collapsible-widget .header i {
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget.show .header i {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget .detail {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget.show .detail {
    margin-top: 16px;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget .header p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
}

.faq .collapsible-widget .detail p {
    font-size: 14px;
}

.subscribe-bg {
    padding-top: 82px;
    padding-bottom: 82px;
    background-image: url(../img/subscribe.svg);
    background-size: cover;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 157px;
    color: #fff;
}

.subscribe-bg h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 36px;
}

.subscribe-bg .input-group {
    width: 400px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
    padding-left: 10px;
}

.subscribe-bg .input-group .form-control {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: none;
}

.subscribe-bg .input-group-text {
    background-color: unset;
    border: none;
}

.subscribe-bg .btn.btn-dark {
    background-color: #181818;
    border-radius: 15px;
    padding: 16px 24px;
}

footer {
    background: #F7F9FB;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

footer ul li {
    margin-bottom: 13px;
}

footer ul li a {
    text-decoration: none;
    color: #8E8E8F;
    font-weight: 400;
    font-size: 15px;
}

footer p {
    color: #8E8E8F;
    font-weight: 400;
    font-size: 14px;
}

.footer-bottom {
    background: linear-gradient(90deg, #FD531C 0%, #FC8428 51.56%, #F8AE32 100%);
    padding: 25px;
    color: #fff;
}

.footer-bottom ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.footer-bottom ul li {
    margin-right: 20px;
}

.footer-bottom ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.footer-bottom h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

#cek-pesanan,
#payment,
#paymentmethod {
    padding-top: 50px;
    padding-bottom: 100px;
}

#paymentmethod h1,
#payment h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

#payment h1 {
    margin-bottom: 0;
}

#payment table {
    font-size: 14px;
    color: #7E8CAC;
    font-weight: 400;
}

.paymentmethod h2 {
    font-size: 18px;
    margin-bottom: 1rem;
}

.paymentmethod-header {
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 1rem;
}

.paymentmethod .paymentmethod-item label {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.paymentmethod .paymentmethod-item img {
    width: 75px;
}

.paymentmethod .paymentmethod-item .paymentmethod-info {
    margin-left: .75rem;
}

.paymentmethod .paymentmethod-item .paymentmethod-info h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.paymentmethod .paymentmethod-item .paymentmethod-info p {
    font-size: 12px;
    color: #7E8CAC;
    font-weight: 400;
    margin-bottom: 0;
}

.paymentmethod label {
    width: 100%;
}

.paymentmethod input[type=radio] {
    position: absolute;
    right: 2rem;
}

.order-info {
    display: flex;
    justify-content: space-between;
}

.order-info p {
    margin-bottom: 0;
    font-weight: 600;
    color: #212529;
    font-size: 14px;
}

.order-info h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #7E8CAC;
    font-weight: 400;
}

.order-info h4 b {
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
    .jumbotron h1 {
        font-size: 48px;
    }

    .jumbotron h2 {
        font-size: 24px;
    }

    .jumbotron .counters p {
        font-size: 14px;
    }

    .jumbotron .counters p img {
        width: 15px;
    }

    .why img {
        width: 80px;
        height: 78px;
    }

    .top h5 {
        font-size: 20px;
    }

    .top .subtitle-top {
        font-size: 14px;
    }

    .top .robux-nominal {
        font-size: 12px;
    }

    .top div:nth-child(3)>div>div>img {
        width: 15px;
    }

    .subscribe-bg h3 {
        font-size: 24px;
    }

    .subscribe-bg .btn.btn-dark {
        padding: 12px 24px;
    }

    footer h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1200px) {
    .jumbotron h1 {
        font-size: 36px;
    }

    .jumbotron .input-group {
        width: 450px;
    }

    .jumbotron .counters {
        justify-content: center;
    }

    .why h3 {
        font-size: 24px;
    }

    .why>div>div.d-flex.justify-content-between.mb-5 {
        flex-direction: column;
        text-align: center;
    }

    .why p {
        text-align: center;
        max-width: unset;
    }

    .why img {
        width: 70px;
        height: 68px;
    }

    .why .card {
        height: 100%;
    }

    .why .card h4 {
        font-size: 16px;
    }

    .top h3 {
        font-size: 24px;
    }

    .top p {
        font-size: 14px;
    }

    .top .btn.btn-gradient,
    .jumbotron .btn.btn-gradient {
        padding: 12px 24px;
    }

    .top>div>div>div.col-md-4>div>div>ul {
        margin-top: 10px !important;
    }

    .top .subtitle-top {
        margin-bottom: 0;
    }

    .faq h2 {
        font-size: 24px;
    }

    .faq .collapsible-widget p {
        font-size: 14px;
    }

    footer h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    footer h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .subscribe-bg {
        padding-left: 50px;
        padding-right: 50px;
    }

    .top>div>div>div.col-lg-8 {
        text-align: center;
    }

    .top>div>div>div.col-lg-4>div {
        margin-top: 50px;
    }

    .top .card {
        border: none;
        text-align: center;
    }

    .why p {
        font-size: 14px;
    }

    .why .card {
        margin-bottom: 30px;
        height: unset;
    }

    .jumbotron>div>div>div.w-50.text-center.relative {
        display: none;
    }

    .jumbotron>div>div>div:nth-child(1) {
        width: 100% !important;
        text-align: center;
    }

    .jumbotron .input-group {
        width: 100%;
    }

    footer>div>div>div.col-lg-4 {
        text-align: center;
    }

    footer>div>div>div.col-lg-8>div {
        margin-top: 50px;
        justify-content: space-between !important;
    }

    .faq h2 {
        margin-bottom: 30px;
    }

    .faq {
        padding-bottom: 50px;
    }

    .subscribe-bg {
        padding: 50px;
        margin-bottom: 50px;
    }

    .subscribe-bg .btn.btn-dark {
        padding: 12px 24px;
    }

    .top,
    .why {
        padding-bottom: 50px;
    }

    #navbarSupportedContent>div {
        flex-direction: column;
    }

    #navbarSupportedContent>div .nav-link {
        padding-bottom: 16px;
        color: rgba(0, 0, 0, .65);
    }
}

@media screen and (max-width: 768px) {
    .subscribe-bg .input-group {
        width: 100%;
    }

    footer>div>div>div.col-lg-8>div {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0;
    }

    footer h3 {
        margin-top: 20px;
    }

    footer>div>div>div.col-lg-4 {
        text-align: start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .jumbotron {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .jumbotron>div>div>div:nth-child(1)>div.d-flex.pt-4.counters>div:nth-child(1) {
        padding-right: unset;
    }

    .jumbotron .bordered-left {
        border-left: none !important;
        padding-right: unset !important;
    }

    .jumbotron .counters {
        justify-content: space-around;
    }

    .faq .collapsible-widget {
        margin-bottom: 10px;
    }

    body>section.footer-bottom>div>div>div:nth-child(2) {
        display: none;
    }

    body>section.footer-bottom>div>div {
        justify-content: center !important;
    }
}