/*! Font Family */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v23/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTk3j77e.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/*! cyrillic */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v23/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTA3j77e.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/*! vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v23/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTs3j77e.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/*! latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v23/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3j77e.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/*! latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v23/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3jw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;900&display=swap');

/*! CSS */
body {
    background: url('../images/background.jpg') repeat;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Segoe UI', 'Roboto', 'Nunito', Arial, Sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    color: #2c3e50
}


#clear,
.clear {
    clear: both
}

#navbar-iframe,
.feed-links,
.quickedit {
    display: none !important;
    visibility: hidden
}

img,
iframe,
table,
video,
object,
embed {
    background: none !important;
    max-width: 100%
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

img.hide {
    display: none;
    visibility: hidden
}

iframe:hover {
    cursor: default !important
}

strong,
b {
    font-weight: 600
}

cite,
em,
i {
    font-style: italic
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a:hover {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer
}

a img {
    border: none;
    border-width: 0;
    outline: none
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -.4em;
    font-size: 86%;
}

sub {
    top: .4em;
}

small {
    font-size: 86%;
}

kbd {
    font-size: 80%;
    border: 1px solid #777;
    padding: 2px 5px;
    border-bottom-width: 2px;
    border-radius: 3px;
}

mark {
    background-color: #ffce00;
    color: black;
}

p,
blockquote,
pre,
table,
figure,
hr,
form,
ol,
ul,
dl {
    margin: 1.5em 0;
}

hr {
    height: 1px;
    border: none;
    background-color: #666;
}

ul li {
    list-style: none
}

/*! heading */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;
    font-weight: 700
}

h1 {
    font-size: 1.8rem
}

h2 {
    font-size: 1.6rem
}

h3 {
    font-size: 1.4rem
}

h4 {
    font-size: 1.2rem
}

h5 {
    font-size: 1rem
}

h6 {
    font-size: 0.9rem
}

/*! css */
.post-body {
    width: 100%;
    padding: 0;
    margin: 0;
}

.post-body img {
    max-width: 100%;
    width: 100% !important;
    height: auto;
    display: block;
}

.post-body li {
    margin-bottom: 14px
}

.post-body a {
    font-size: large;
    font-weight: 700;
    border-bottom: 1px dotted #eee;
}

.post-body a:hover {
    color: #dc3545
}

.container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.profile-wrapper {
    position: relative;
    display: inline-block;
}

.profile-wrapper img {
    width: 120px;
    height: 120px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.verified-badge {
    position: absolute;
    bottom: 30px;
    right: 5px;
    border-radius: 50%;
    padding: 2px;
}

.verified-badge i {
    color: #1da1f2;
    font-size: 20px;
}

.descriptions {
    font-size: 18px;
    margin-bottom: 25px;
    color: #555;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
}

.social-icons i {
    font-size: 24px;
    color: #333;
    transition: color 0.3s ease;
}

.social-icons i:hover {
    color: #007bff;
}

.btn-glow {
    max-width: 100%;
    width: 540px;
    padding: 15px 25px;
    margin: 15px auto;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 50px;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-glow:hover {
    color: #ffc107
}

/*! Tombol dengan warna */
.btn-video {
    background: #007bff;
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.7);
}

.btn-video:hover {
    background: #0056b3;
    box-shadow: 0 0 25px rgba(0, 123, 255, 0.9);
}

.btn-video:active {
    background: #004085;
    box-shadow: 0 0 30px rgba(0, 123, 255, 1);
}

.btn-wa {
    background: #28a745;
    box-shadow: 0 0 20px rgba(40, 167, 69, 0.7);
}

.btn-wa:hover {
    background: #218838;
    box-shadow: 0 0 25px rgba(40, 167, 69, 0.9);
}

.btn-wa:active {
    background: #1e7e34;
    box-shadow: 0 0 30px rgba(40, 167, 69, 1);
}

.btn-group {
    background: #dc3545;
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.7);
}

.btn-group:hover {
    background: #c82333;
    box-shadow: 0 0 25px rgba(220, 53, 69, 0.9);
}

.btn-group:active {
    background: #bd2130;
    box-shadow: 0 0 30px rgba(220, 53, 69, 1);
}

.btn-glow:hover {
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        /*! Warna shadow sesuai tombol */
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
        /*! Warna shadow sesuai tombol */
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        /*! Warna shadow sesuai tombol */
    }
}

footer {
    text-align: center;
    margin: 30px auto;
    font-size: 14px;
    color: #555;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

.ad-banner {
    text-align: center;
    margin: 15px auto;
}

.ad-banner iframe {
    border-radius: 50px;
}

@media (max-width: 600px) {
    .btn-glow {
        width: 100% !important;
    }
}