/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    h1 {
        font-size: calc(1.2rem + 1.5vw);
    }
    h2 {
        font-size: calc(1.1rem + .9vw);
    }

    .navbar-nav {
        align-items: start !important;
    }

    .section-hero .input-group {
        width: 80%;
    }
    .img-hero {
        margin: 0;
    }

    .domain-registered-items .domain-registered-count {
        font-size: 40px;
    }
    .domain-registered-items span {
        font-size: 12px;
    }

    .text-header {
        font-size: 32px;
    }

    #accordionInformation .accordion-item {
        margin: 0 5px;
    }
    #accordionInformation .accordion-button {
        padding: 12px 24px;
        text-align: center;
        font-size: 15px;
    }

    .section-syarat .box-right {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .section-syarat .box-right .box-domain {
        margin-bottom: 15px;
    }

    .img-kebijakan-1,
    .img-kebijakan-2 {
        display: none;
    }

    .text-header-page {
        font-size: 38px;
    }
    .text-title-berita {
        font-size: 28px;
    }

    .section-faq-body {
        margin-top: 0;
    }
    .section-faq-body .accordion-button {
        font-size: 16px;
    }
    .section-faq-body .accordion-body {
        font-size: 14px;
    }

    .widget {
        margin-top: 25px;
    }
    .widget .widget-title {
        margin-bottom: 15px;
    }
    .widget-body ul li a {
        font-size: 16px;
    }

    .footer {
        padding-top: 40px;
    }
    .footer .text-footer-head {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .footer ul li {
        padding-bottom: 8px;
        font-size: 14px;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}