
h1, h2, h3, h4, h5, h6, p{
    color: aliceblue;
}
html, body {
    margin-top: 50px;
    overflow-x: hidden;
}


body {
    background-color: #000; /* Full black */
    color: #e6e6e6; /* Text terang */
}
a { color: #78c7ff; }
a:hover { color: #007ae4; }

.navbar1 {
    background-color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;         
    z-index: 999;         
}

.navbar1 ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.navbar1 a {
    color: #d2d2d2;
    text-decoration: none;
    font-size: 20px;
}

.navbar1 a.active,
.navbar1 a:hover {
    color: #32ff7e;
}

.accordion-item {
    background-color: #101010;
    border: 1px solid #333;
    color: #fff;
}

.accordion-button {
    background-color: #1b1b1b;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #2a2a2a;
    color: #32ff7e;
}

.accordion-body {
    background-color: #141414;
    color: #dcdcdc;
}

.feature-card {
  background-color: #7f8280 !important;
}

.feature-card h5 {
  color: #ffffff !important;
}

.feature-card p {
  color: #ffffff !important;
}

.custom-sticky-nav a{
    text-decoration: none;
    color: rgb(186, 186, 189);
}

.custom-sticky-nav {
    background-color:#4b4b4b;
    display: flex; 
    position: sticky; 
    top: 0;
    width: 100%;
    z-index: 999999;
}

.custom-sticky-nav ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    margin-left: auto;
}

.custom-sticky-nav li{
    margin-left: 40px;
    font-size: 20px;
}

.custom-sticky-nav a:hover{
    color: rgb(25, 206, 31);
}


.hero{
    display: flex;
    gap: 100px;
}
.hero img{
    width: 990px;
    height: 1200px;
    object-fit: cover;
    object-position: center;
}
.hero .text{
    margin-top: 50px;
}

.hero .text .porto{
    color: rgb(25, 206, 31);
}

.hero .text a{
    color: rgb(0, 0, 0);
    text-decoration: none; 
    font-size: 40px; 
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 30px;
}

.hero .text a:hover{
    font-size: 40px;
    color: rgb(70, 25, 203);
    background-color: rgb(48, 236, 54);
}

.hero .text .name span{
    color: rgb(25, 206, 31);
}

.hero .text .name .abid:hover{
    color: rgb(0, 255, 251);
}

.tab1 {
    display: flex;
}

.tab1 img{
    width: 800px;
    height: 800px;
    object-fit: cover;
    object-position: center;
    margin-right: 150px;
}

.tab2{
    display: flex;
}

.tab2 img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: center;
    margin: 150px;
}

.about1{
    display: flex;
}

.link-medsos a:hover{
    color: #32ff7e !important;
    transform: translateY(-2px);
    transform: scale(1.1)
}
