* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'RocknRoll One', sans-serif;
    color: #3c4652;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #3c4652;
}

/* BAHAN */
.break {
    clear: both;
}

.section-heading {
    font-size: 25px;
    color: #03A696;
    font-family: 'RocknRoll One', sans-serif;
    margin-bottom: 25px;
    font-weight: bold;
}

#particles-js {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* NAVBAR */
.navbar {
    z-index: 1000;
    transition: opacity 0.4s;
    border-radius: 10px;
}

.nav-link {
    font-weight: bold;
}

.navbar-white {
    background: white;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    width: 90% !important;
    margin-top: 10px !important;
    margin-left: 5%;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/* INTRO */
.intro {
    padding-top: 100px;
    height: 590px;
    background: url('../../images/wave-top.png') 100% 80%;
    background-size: cover;
    z-index: 999;
}

.intro-text>p {
    font-size: 50px;
}

.intro-name {
    color: #03A696;
    font-family: 'RocknRoll One', sans-serif;
}

.intro-detail {
    font-size: 20px;
}

.intro-img,
.intro-img-mobile {
    z-index: 999;
}

.intro-img-mobile {
    display: none;
}

.show-more-btn {
    color: #03A696;
    border: 1px solid #03A696;
    transition: 0.4s;
    margin-top: 25px;
}

.show-more-btn:hover {
    background: #03A696;
    color: white;
}

/* SHORT PROFILE */
#short-profile {
    z-index: 999;
}

.short-profile-text {
    font-size: 17px;
}

/* SKILLS & EXPERIENCES & FEEDBACK */
#skills-experiences-feedback {
    margin-top: 30px;
}

.list-heading {
    color: #03A696;
    font-size: 20px;
    font-family: 'RocknRoll One', sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
}

.list {
    padding: 0;
}

.list li {
    font-size: 17px;
    list-style: none;
    padding: 7px 0;
}

.skills,
.experiences,
.feedback,
.teams {
    z-index: 999;
}

.feedback-heading {
    color: #03A696;
    font-size: 20px;
    font-family: 'RocknRoll One', sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.feedback img {
    margin-bottom: 20px;
}

.skills-wrapper,
.experiences-wrapper {
    border-radius: 10px;
    padding: 20px;
}

/* OUR TEAMS */
.teams {
    display: flex;
    justify-content: center;
}

.teams-content {
    text-align: center;
}

.teams-content>figure {
    margin-top: 30px;
}

.people>img {
    width: 100%;
}

.people>p {
    margin-top: 10px;
    font-size: 17px;
}

/* FOOTER */
.socmed>a {
    font-size: 25px;
}

.contact {
    z-index: 999;
    background: url('../../images/wave-bottom.png');
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    margin-top: 30px;
}

.contact>p {
    font-size: 40px;
}

.btn-email,
.btn-telegram {
    color: white;
    margin-top: 30px;
}

.btn-email {
    background: #D64E42;
}

.btn-telegram {
    background: #259DCF;
}

.btn-telegram:hover {
    color: white;
}

.btn-email:hover {
    color: white;
}

.footer {
    z-index: 999;
    background: #F5F6FA;
}

/* BACK TO TOP */
.backToTop {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 40px;
    font-size: 30px;
    background: #03A696;
    color: white;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 1000;
    cursor: pointer;
}

.backToTop.show {
    opacity: 1;
}