@import url("https://fonts.cdnfonts.com/css/poppins");
@import url("https://fonts.cdnfonts.com/css/ftf-indonesiana-serif-free");
@import url("https://fonts.cdnfonts.com/css/bicubik");
@import url("https://fonts.cdnfonts.com/css/song-myung");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: inherit;
    outline: none !important;
    list-style: none !important;
    text-decoration: none !important;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: poppins, sans-serif;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    letter-spacing: 0.8px;
    background-color: #1a2a41;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
}

i {
    font-style: normal;
}

img {
    max-width: 100%;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.audio-player {
    --player-button-width: 3em;
    --sound-button-width: 2em;
    --space: 0.5em;
    width: 10.5rem;
    height: 2.5rem;
}

.controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: -9px;
}

.player-button {
    background-color: transparent;
    border: 0;
    width: var(--player-button-width);
    height: var(--player-button-width);
    cursor: pointer;
    padding: 0;
}

.timeline {
    -webkit-appearance: none;
    width: calc(
        100% -
            (
                var(--player-button-width) + var(--sound-button-width) +
                    var(--space)
            )
    );
    height: 0.5em;
    background-color: #e5e5e5;
    border-radius: 5px;
    background-size: 0% 100%;
    background-image: linear-gradient(#de5e97, #de5e97);
    background-repeat: no-repeat;
    margin-right: var(--space);
}

.timeline::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s;
    background-color: #a94672;
}

.timeline::-moz-range-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s;
    background-color: #a94672;
}

.timeline::-ms-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s;
    background-color: #a94672;
}

.timeline::-webkit-slider-thumb:hover {
    background-color: #943f65;
}

.timeline:hover::-webkit-slider-thumb {
    opacity: 1;
}

.timeline::-moz-range-thumb:hover {
    background-color: #943f65;
}

.timeline:hover::-moz-range-thumb {
    opacity: 1;
}

.timeline::-ms-thumb:hover {
    background-color: #943f65;
}

.timeline:hover::-ms-thumb {
    opacity: 1;
}

.timeline::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.timeline::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.timeline::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.sound-button {
    background-color: transparent;
    border: 0;
    width: var(--sound-button-width);
    height: var(--sound-button-width);
    cursor: pointer;
    padding: 0;
}

.myclock {
    font-family: "Bicubik", monospace;
    color: #ffffff;
    text-align: center;
    position: relative;
    left: 50%;
    top: -5%;
    transform: translate(-50%, -50%);
    color: #daf6ff;
    text-shadow:
        0 0 20px rgba(0, 255, 255, 1),
        0 0 20px rgba(10, 175, 230, 0);
}
.jam {
    letter-spacing: 0.05em;
    font-size: 50px;
    margin: -10px 0;
    display: inline-block;
}
.tanggal {
    letter-spacing: 0.1em;
    font-size: 8px;
}
.ucapan {
    letter-spacing: 0.1em;
    font-size: 10px;
    padding: 7px 0 0;
}
.detik {
    position: fixed;
    font-size: 11px;
    margin-top: 30px;
    display: inline-block;
}

#particles-js {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
}

.page {
    position: fixed;
    width: calc(90% + 2px);
    height: 100%;
    color: #fff;
    margin-left: -50px;
    padding: 0;
    overflow: auto;
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
    transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
}

#about:target .pt-home,
#post:target .pt-home,
#blog:target .pt-home {
    -webkit-filter: blur(3px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pt-about,
.pt-post,
.pt-blog {
    opacity: 1;
}
.pt-about {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 90vw;
    height: 100vh;
}

#about:target .pt-about,
#post:target .pt-post,
#blog:target .pt-blog {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.page .header-page {
    position: relative;
    text-align: center;
    opacity: 0;
}

.page .header-page:after,
.page .header-page:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    left: calc(50% - 46px);
    bottom: -19px;
    background-color: #00ffff;
}

.page .header-page:before {
    left: calc(50% + 16px);
}

.page .header-page span {
    position: absolute;
    width: 35px;
    height: 17px;
    left: calc(50% - 17px);
    margin-top: 10px;
}

.page .header-page span:before,
.page .header-page span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #00ffff;
    -webkit-border-radius: 50px 50px 0;
    border-radius: 50px 50px 0 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page .header-page span:after {
    left: auto;
    right: 0;
    -webkit-border-radius: 50px 50px 50px 0;
    border-radius: 50px 50px 50px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-main {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: fixed;
    margin-left: 10px;
    overflow: auto;
    overflow-x: hidden;
    backdrop-filter: blur(30px) brightness(250%);

    z-index: 99;
    border-radius: 18px;
    height: 500px;
    width: 50px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 30px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main ul li span.active {
    color: #fff;
}
.header-main ul li p {
    font-size: 8px;
    margin-top: 3px;
    text-align: center;
    font-family: poppins;
    color: #fff;
}
.header-main ul li a {
    color: #00ffff;
}

#about:target .header-main ul li a,
#post:target .header-main ul li a,
#blog:target .header-main ul li a {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

#about:target .icon-a,
#post:target .icon-r {
    color: #fff;
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
}

.header-main .logo {
    height: 17%;
    position: relative;
    text-align: center;
    padding: 40px 0;
    border-right-color: #0e0f10;
    border-bottom: 5px solid #0e0f10;
}

.header-mobile {
    clear: both;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-mobile > .title {
    line-height: 20px;
    margin-left: 75px;
    font-family: "Bicubik", monospace;
    font-size: 20px;
    min-width: 20px;
    float: left;
    margin-top: 20px;
}

.html,
.invisible {
    display: none;
}

.html.visible,
.visible {
    display: block;
}
.html.search {
    z-index: 999;
    position: absolute;
    padding-top: 100px;
    visibility: collapse;
}

.header-mobile .ion-ios-search {
    z-index: 999;
    position: relative;
    float: right;
    line-height: 24px;
    margin-right: 17px;
    font-size: 24px;
    min-width: 24px;
    margin-top: 20px;
}
.header-mobile .search {
    right: 0;
    bottom: 0;
    position: absolute;
}
.header-mobile .search input {
    width: 0;
    color: #fff;
    height: 24px;
    border: none;
    font-size: 16px;
    max-width: 150px;
    font-weight: 300;
    padding-right: 30px;
    font-family: inherit;
    background: transparent;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid transparent;
    -webkit-appearance: textfield;
}
.header-mobile .search input:focus {
    outline: none;
}
.header-mobile .search input::-webkit-search-decoration,
.header-mobile .search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.header-mobile .search .search-visible {
    width: 100%;
    border-bottom-color: #aaa;
}

.header-mobile h2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 50px;
    white-space: nowrap;
    font-family: "Bicubik", sans-serif;
}

.header-mobile .header-toggle {
    font-size: 20px;
    cursor: pointer;
    width: 40px;
    text-align: center;
    margin-left: 25px;
    margin-top: -5px;
    position: absolute;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.header-mobile .header-toggle i {
    color: #fff;
}

.pt-home {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.pt-home img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}
.pt-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #12171b;
}

.pt-home .banner {
    display: inline-block;
    position: absolute;
    width: 83%;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pt-home .banner h1 {
    color: #fff;
    margin-bottom: 15px;
    font-family: song myung;
}

.pt-home .banner p {
    color: #ffff;
    font-size: 30px;
    font-family: song myung;
    display: inline-block;
}

.quotes {
    margin: 0px;
    padding: 0px;
    position: absolute;
    color: #fff;
    transition:
        all 5s ease,
        color 1s ease;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    text-align: center;
    font-size: 8px;
    text-shadow: 0px 0px 10px #000;
    z-index: 2;
}

.pt-home .social {
    position: absolute;
    width: 40px;
    height: 120px;
    top: 20px;
    z-index: 1;
}

.pt-home .social ul li {
    display: inline-block;
}

.pt-home .social ul li i {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pt-home .social ul li i:hover {
    color: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6000;
    background-color: #212534;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tunggu {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    font-family: "Space Mono", monospace;
}
.copyright {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 7px;
    font-family: "Space Mono", monospace;
}

.loader {
    max-width: 5rem;
    width: 30%;
    height: auto;
    stroke-linecap: round;
}
circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-origin: 170px 170px;
    will-change: transform;
}
circle:nth-of-type(1) {
    stroke-dasharray: 550px;
}
circle:nth-of-type(2) {
    stroke-dasharray: 500px;
}
circle:nth-of-type(3) {
    stroke-dasharray: 450px;
}
circle:nth-of-type(4) {
    stroke-dasharray: 300px;
}
circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
    50% {
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        transform: rotate(360deg);
    }
}

.logo-m svg {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
}

.move {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.m-logo :nth-child(12) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.m-logo :nth-child(11) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m-logo :nth-child(10) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.m-logo :nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.m-logo :nth-child(8) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.m-logo :nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.m-logo :nth-child(6) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.m-logo :nth-child(5) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.m-logo :nth-child(4) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.m-logo :nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.m-logo :nth-child(2) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.m-logo :nth-child(1) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.m-logo {
    transform-origin: 50% 50%;
    -webkit-animation:
        vanishOut 0.5s forwards,
        explode-logo 0.5s forwards;
    animation:
        vanishOut 1s forwards infinite,
        explode-logo 1s forwards infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes explode-logo {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes explode-logo {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.mash-logo-svg {
    opacity: 0;
    -webkit-animation: vanishIn 1s forwards;
    animation: vanishIn 1s forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

@-webkit-keyframes pop-logo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pop-logo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes slide-bottom {
    0% {
        opacity: 0;
        transform: scale(0);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transform: translateY(0);
    }
}
@keyframes slide-bottom {
    0% {
        opacity: 0;
        transform: scale(0);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transform: translateY(0);
    }
}
@-webkit-keyframes vanishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        filter: blur(90px);
    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
    }
}
@keyframes vanishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        filter: blur(90px);
    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
    }
}
.vanishOut {
    -webkit-animation-name: vanishOut;
    animation-name: vanishOut;
}

@-webkit-keyframes vanishOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
    }
    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        filter: blur(20px);
    }
}
@keyframes vanishOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
    }
    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        filter: blur(20px);
    }
}

.hamburglar {
    transform: scale(0.6);
    position: relative;
    display: block;
    width: 68px;
    height: 68px;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    -webkit-mask: url(#mask);
    mask: url(#mask);
    -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
}

.animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    transform: rotate(0deg);
    transform-origin: 100% 0;
}
.path-rotation:before {
    content: "";
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #00ffff;
}

@-webkit-keyframes rotate-out {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate-in {
    0% {
        transform: rotate(360deg);
    }
    40% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes rotate-in {
    0% {
        transform: rotate(360deg);
    }
    40% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.hamburglar.is-open .path {
    -webkit-animation: dash-in 0.6s linear normal;
    animation: dash-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hamburglar.is-open .animate-path {
    -webkit-animation: rotate-in 0.6s linear normal;
    animation: rotate-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
    -webkit-animation: dash-out 0.6s linear normal;
    animation: dash-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hamburglar.is-closed .animate-path {
    -webkit-animation: rotate-out 0.6s linear normal;
    animation: rotate-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}
@keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}
.burger-icon {
    position: absolute;
    padding: 19px 7px;
    height: 68px;
    width: 68px;
}

.burger-container {
    position: relative;
    height: 28px;
    width: 36px;
}

.burger-bun-top,
.burger-bun-bot {
    position: absolute;
    display: block;
    height: 4px;
    width: 55px;
    border-radius: 2px;
    background: #fff;
}

.burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 55px;
    border-radius: 2px;
    background: #00ffff;
}

.burger-bun-top {
    top: 0;
    transform-origin: 43px 2px;
}

.burger-bun-bot {
    bottom: 0;
    transform-origin: 43px 2px;
}

.burger-filling {
    top: 12px;
}

.burger-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.svg-ring {
    width: 68px;
    height: 68px;
}

.hamburglar.is-open .burger-bun-top {
    -webkit-animation: bun-top-out 0.6s linear normal;
    animation: bun-top-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hamburglar.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out 0.6s linear normal;
    animation: bun-bot-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in 0.6s linear normal;
    animation: bun-top-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hamburglar.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in 0.6s linear normal;
    animation: bun-bot-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        transform: rotate(-45deg);
    }
}

@keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes bun-bot-out {
    0% {
        left: 0;
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        transform: rotate(45deg);
    }
}
@keyframes bun-bot-out {
    0% {
        left: 0;
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        transform: rotate(45deg);
    }
}
@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        transform: rotate(0deg);
    }
}
@keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        transform: rotate(0deg);
    }
}
@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
@keyframes bun-bot-in {
    0% {
        left: -5px;
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.hamburglar.is-open .burger-filling {
    -webkit-animation: burger-fill-out 0.6s linear normal;
    animation: burger-fill-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
    -webkit-animation: burger-fill-in 0.6s linear normal;
    animation: burger-fill-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}

@keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}
@-webkit-keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}
@keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.profile-card {
    width: 100%;
    min-height: 460px;
    margin: auto;
    box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
    background: #191c29;
    border-radius: 12px;
    max-width: 700px;
    position: relative;
}
.profile-card.active .profile-card__cnt {
    filter: blur(6px);
}
.profile-card.active .profile-card-message,
.profile-card.active .profile-card__overlay {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0.1s;
}
.profile-card.active .profile-card-form {
    transform: none;
    transition-delay: 0.1s;
}
.profile-card__img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    box-shadow:
        0px 5px 40px 0px #00ffff,
        0px 0px 0px 4px rgba(0, 255, 255, 0.5);
}
@media screen and (max-width: 576px) {
    .profile-card__img {
        width: 120px;
        height: 120px;
    }
}
.profile-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.profile-card__cnt {
    margin-top: -35px;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 40px;
    transition: all 0.3s;
}
.profile-card__name {
    font-weight: 700;
    font-size: 20px;
    color: #00ffff;
    margin-bottom: 15px;
}
.profile-card__txt {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    padding: 0px 3px;
}
.profile-card__txt strong {
    font-weight: 700;
}
.profile-card-loc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.profile-card-loc__icon {
    display: inline-flex;
    font-size: 20px;
    margin-right: 10px;
}
.profile-card-inf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 35px;
}
.profile-card-inf__item {
    padding: 10px 35px;
    min-width: 150px;
}
@media screen and (min-width: 768px) {
    .profile-card__txt {
        padding: 0px 70px;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .profile-card-inf__item {
        padding: 5px 10px;
        min-width: 90px;
    }
}
.profile-card-inf__title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.profile-card-inf__txt {
    font-weight: 500;
    margin-top: 7px;
    color: #fff;
}
.profile-card-social {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.profile-card-social__item {
    display: inline-flex;
    width: 55px;
    height: 55px;
    margin: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #405de6;
    box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
    position: relative;
    font-size: 21px;
    flex-shrink: 0;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .profile-card-social__item {
        width: 50px;
        height: 50px;
        margin: 10px;
    }
}
@media screen and (min-width: 768px) {
    .profile-card-social__item:hover {
        transform: scale(1.2);
    }
}
.profile-card-social__item.facebook {
    background: linear-gradient(45deg, #3b5998, #0078d7);
    box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
}
.profile-card-social__item.twitter {
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7);
}
.profile-card-social__item.instagram {
    background: linear-gradient(
        45deg,
        #405de6,
        #5851db,
        #833ab4,
        #c13584,
        #e1306c,
        #fd1d1d
    );
    box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
}

.profile-card-social__item.link {
    background: linear-gradient(45deg, #d5135a, #f05924);
    box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
}
.profile-card-social .icon-font {
    display: inline-flex;
}
.profile-card-ctr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
@media screen and (max-width: 576px) {
    .profile-card-ctr {
        flex-wrap: wrap;
    }
}
.profile-card__button {
    background: none;
    border: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin: 15px 35px;
    padding: 15px 40px;
    min-width: 201px;
    border-radius: 50px;
    min-height: 55px;
    color: #fff;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .profile-card__button {
        min-width: 170px;
        margin: 15px 25px;
    }
}
@media screen and (max-width: 576px) {
    .profile-card__button {
        min-width: inherit;
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
        max-width: 300px;
    }
    .profile-card__button:last-child {
        margin-bottom: 0;
    }
}
.profile-card__button:focus {
    outline: none !important;
}
@media screen and (min-width: 768px) {
    .profile-card__button:hover {
        transform: translateY(-5px);
    }
}
.profile-card__button:first-child {
    margin-left: 0;
}
.profile-card__button:last-child {
    margin-right: 0;
}
.profile-card__button.button--blue {
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.4);
}
.profile-card__button.button--blue:hover {
    box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
}
.profile-card__button.button--orange {
    background: linear-gradient(45deg, #d5135a, #f05924);
    box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35);
}
.profile-card__button.button--orange:hover {
    box-shadow: 0px 7px 30px rgba(223, 45, 70, 0.75);
}
.profile-card__button.button--gray {
    box-shadow: none;
    background: #dcdcdc;
    color: #142029;
}
.profile-card-message {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 130px;
    padding-bottom: 100px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.profile-card-form {
    box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    transform: scale(0.8);
    position: relative;
    z-index: 3;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .profile-card-form {
        max-width: 90%;
        height: auto;
    }
}
@media screen and (max-width: 576px) {
    .profile-card-form {
        padding: 20px;
    }
}
.profile-card-form__bottom {
    justify-content: space-between;
    display: flex;
}
@media screen and (max-width: 576px) {
    .profile-card-form__bottom {
        flex-wrap: wrap;
    }
}
.profile-card textarea {
    width: 100%;
    resize: none;
    height: 210px;
    margin-bottom: 20px;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px 20px;
    color: #324e63;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    outline: none;
    transition: all 0.3s;
}
.profile-card textarea:focus {
    outline: none;
    border-color: #8a979e;
}
.profile-card__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    background: rgba(22, 33, 72, 0.35);
    border-radius: 12px;
    transition: all 0.3s;
}

.me {
    width: 100%;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 50px 20px;
    padding-top: 100px;
    display: flex;
}
@media screen and (max-width: 768px) {
    .me {
        height: auto;
        min-height: 100vh;
        padding-top: 100px;
    }
}

.kartu {
    min-height: 100vh;
    font-family: "Fira Sans", sans-serif;
    display: flex;
    margin-top: -20px;
}

.pt-blog .blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin-top: 50px;
    padding: 2px;
    border-radius: 25px;
    transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    .pt-blog .blog-slider .blog-slider__content {
        padding: 15px 15px;
        background: #191c29;
        border-radius: 25px;
    }
    .blog-slider__text img {
        max-width: 300px;
    }

    .blog-slider__button.button {
        width: 150px;
        margin-top: 40px;
    }

}

@media screen and (min-width: 992px) {
    .pt-home img {
        
        opacity: 0;
        
    }
    .pt-home {
        overflow: hidden;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        object-fit: cover;
        opacity: 1;
        background-image: url("../img/boy_wp.jpg");
    }
}

@media screen and (max-width: 992px) {
    .pt-blog .blog-slider {
        height: auto;
        margin-bottom: 50px;
    }
}

.pt-blog .blog-slider .blog-slider__content > * {
    opacity: 1;
    transform: none;
    font-family: "Fira Sans", sans-serif;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5em;
    text-align: left;
    margin: 7px;
}
.pt-blog .blog-slider .blog-slider__content .blog-slider__code {
    text-align: left;
    padding-top: 90px;
}
.pt-blog .blog-slider .blog-slider__content .blog-slider__title {
    text-align: left;
    margin-bottom: 20px;
}

.pt-blog .blog-slider .blog-slider__content .blog-slider__text img {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1px;
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #212534;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}
.blog-slider__item {
    display: flex;
    align-items: center;
    width: 200px;
}
@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}
.blog-slider__img {
    width: 290px;
    height: 290px;
    border-radius: 20px;
    flex-shrink: 0;
    transform: translateX(-80px);
    background-image: linear-gradient(147deg, #212534 100%, #fd3838 74%);
    box-shadow: 4px 13px 30px 1px rgba(0, 255, 255, 0.2);
    overflow: hidden;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}
@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}
.blog-slider__content {
    padding-right: 25px;
}
@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}
@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}
.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}
.blog-slider__code {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    margin-top: -50px;
}
.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.blog-slider__text {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5em;
}
.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #4aa8a8 0%, #00e6e6 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(0, 255, 255, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 150px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #ffff;
    opacity: 0.5;
    transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00ffff;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

.blog-slider__code.code {
    height: 20px;
    width: 200px;
    margin: 40px 40px;
    margin-top: -40px;
}
.blog-slider__title.title {
    height: 30px;
    width: 100%;
}
.blog-slider__text.text {
    height: 60px;
    width: 100%;
}
.blog-slider__code.code,
.blog-slider__title.title,
.blog-slider__text.text {
    background: #404040;
    margin-bottom: 10px;
    border-radius: 4px;
}
.blog-slider__button.button {
    background: #404040;
    height: 50px;
    margin-top: 20px;
}
.blog-slider__img.img {
    background: #404040;
    display: flex;
    align-items: center;
}
.blog-slider__img.img p {
    margin: 30%;
    font-size: 25px;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}
.blog-slider__img.img,
.blog-slider__code.code,
.blog-slider__title.title,
.blog-slider__text.text,
.blog-slider__button.button {
    animation: shimmer 3s infinite linear;
    background: linear-gradient(to right, #404040 8%, #0d0d0d 18%, #404040 33%);
    background-size: 1000px 100%;
}

.page .mob-mb {
    margin-top: 60px !important;
}
.style-color li a {
    color: black;
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
}

.style-options {
    width: 180px;
    position: fixed;
    right: -180px;
    top: 28%;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.style-options.active {
    right: 0;
}

.style-options .toggle-btn {
    position: absolute;
    top: 0;
    left: -40px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px 0 0 30px;
    border-right: none;
    cursor: pointer;
}

.style-options .toggle-btn span {
    margin: 0;
    margin: 0 auto;
}

.style-options .toggle-btn span i {
    font-size: 23px;
    -webkit-animation-name: settings;
    animation-name: settings;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    color: #0e0f10;
    line-height: 35px;
}

.style-options .style-menu {
    text-align: center;
    padding: 0;
}

.style-options .style-menu h4 {
    font-size: 14px;
    font-weight: 600;
    color: #0e0f10;
}

.style-options .style-menu .style-nav h4,
.style-options .style-menu .style-back h4,
.style-options .style-menu .style-box h4 {
    padding: 0 20px;
}

.style-options .style-menu .style-nav ul li,
.style-options .style-menu .style-back ul li,
.style-options .style-menu .style-box ul li {
    margin-top: -1px;
    float: left;
    width: 50%;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}
.style-options .style-menu .style-nav ul a {
    margin-top: -1px;
    float: left;
    width: 50%;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
}

.style-options .style-menu .style-nav ul li a,
.style-options .style-menu .style-back ul li a,
.style-options .style-menu .style-box ul li a {
    color: #0e0f10;
    font-weight: 600;
    display: block;
}

.style-options .style-menu .style-nav ul li a:hover,
.style-options .style-menu .style-back ul li a:hover,
.style-options .style-menu .style-box ul li a:hover {
    color: #8e8e8e;
}

.style-options .style-menu .style-nav ul li i,
.style-options .style-menu .style-back ul li i,
.style-options .style-menu .style-box ul li i {
    font-size: 12px;
}

.style-options .style-menu .style-color {
    padding: 0 20px;
}

.style-options .style-menu .style-color ul {
    margin-top: 10px;
}

.style-options .style-menu .style-color ul li {
    display: inline-block;
}

.style-options .style-menu .style-color ul li a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

@-webkit-keyframes settings {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes settings {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
    -webkit-transition:
        transform 0.3s ease,
        opacity 0.3s;
    transition:
        transform 0.3s ease,
        opacity 0.3s;
}

[data-tooltip]:after {
    content: attr(data-tooltip);
    font:
        10px poppins,
        sans-serif;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
}

[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

[data-tooltip][data-position="top"]:after {
    bottom: 100%;
    margin-bottom: 25px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

[data-tooltip][data-position="top"]:hover:after {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

[data-tooltip][data-position="left"]:after {
    right: 100%;
    margin-right: 10px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

[data-tooltip][data-position="left"]:hover:after {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

[data-tooltip][data-position="right"]:after {
    left: 100%;
    margin-left: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

[data-tooltip][data-position="right"]:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

[data-tooltip][data-position="bottom"]:after {
    top: 100%;
    margin-top: 25px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

[data-tooltip][data-position="bottom"]:hover:after {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media screen and (max-width: 991px) {
    .pt-home .banner h1 {
        font-size: 60px;
    }
    .pt-home .banner p {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .page {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #about:target .pt-about,
    #post:target .pt-post,
    #blog:target .pt-blog {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .header-main {
        backdrop-filter: blur(30px) brightness(250%);
        margin-left: 10px;

        top: 50%;
        border-radius: 18px;
        height: 70%;
        width: 70px;
        background-color: transparent;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .page .header-page {
        opacity: 1;
    }
    .me {
        width: 100vw;
    }
    .header-mobile {
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .header-main ul li {
        font-size: 30px;
    }
    .header-main .logo,
    .music-bg {
        padding: 20px 0;
    }
    .page .mob-mt {
        margin-top: 100px !important;
    }
    .page .header-page h2 {
        font-size: 32px;
    }
    .pt-home .banner h1 {
        font-size: 50px;
    }
    .pt-home .banner p {
        font-size: 20px;
    }
    .page .box {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .pt-home .banner {
        width: 100%;
    }
    .pt-home .banner h1 {
        font-size: 40px;
    }
    .pt-home .banner p {
        font-size: 17px;
    }
    .pt-home .social {
        top: unset;
        bottom: 10px;
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes musicline {
    0% {
        height: 5px;
    }
    10% {
        height: 10px;
    }
    20% {
        height: 5px;
    }
    30% {
        height: 14px;
    }
    40% {
        height: 18px;
    }
    50% {
        height: 5px;
    }
    60% {
        height: 16px;
    }
    70% {
        height: 10px;
    }
    80% {
        height: 12px;
    }
    90% {
        height: 4px;
    }
    100% {
        height: 18px;
    }
}

@keyframes musicline {
    0% {
        height: 5px;
    }
    10% {
        height: 10px;
    }
    20% {
        height: 5px;
    }
    30% {
        height: 14px;
    }
    40% {
        height: 18px;
    }
    50% {
        height: 5px;
    }
    60% {
        height: 16px;
    }
    70% {
        height: 10px;
    }
    80% {
        height: 12px;
    }
    90% {
        height: 4px;
    }
    100% {
        height: 18px;
    }
}

@-webkit-keyframes kenburnsSlide {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    40% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburnsSlide {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    40% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
