*, html, body {
    margin: 0;
    padding: 0;
    max-height: 100vh;
    scroll-behavior: smooth;
}
@font-face {
  font-family: "JUDUL";
  src: url(../../Font/Glaser\ Stencil\ D\ Regular.ttf)
}
@font-face {
  font-family: "Poppins";
  src: url(../../Font/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  src: url(../../Font/Montserrat-VariableFont_wght.ttf);
}
@font-face {
  font-family: "Nunito";
  src: url(../../Font/Nunito-Regular.ttf);
}

body {
    background: #001F3F;
}

table{
    width: 100%;
}

.navbar{
    position: fixed;
    height: 80px;
    background-color: #ffd700;
    align-items: center;
    text-align: center;
    z-index: 999;
    border: none;
    /* display: flex; */
    justify-content: center;
}
.navbar a{
    font-size: 20px;
    text-transform: uppercase;
    color: #001F3F;
    text-decoration: none;
    line-height: 80px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "Poppins";
}
.navbar .judul {
    display: flex;
    align-items: center;
}
.navbar .judul img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.navbar .judul span{
    font-size: 50px;
    font-family: "JUDUL";
    color: #104DE4;
}

.navbar .navRight img,
.navbar .navRight span {
    vertical-align: middle;
}

.navbar .navRight .icon1 {
    display: inline-block;
    margin-right: 0px; /* Sesuaikan margin sesuai kebutuhan */
}
.navbar .navRight .icon2 {
    display: inline-block;
    margin-right: 0px; /* Sesuaikan margin sesuai kebutuhan */
}

/* Garis NavBar */

.navbar .space{
    width: 10%;
}

/* .navbar .brand{
    border-bottom: 10px solid #ffffff;
} */
/* .navbar .home{
    border-bottom: 10px solid #ffffff;
} */
/* .navbar .collection{
    border-bottom: 10px solid #ffffff;
} */
.navbar .about{
    border-bottom: 10px solid #ffffff;
}
/* .navbar .shop{
    border-bottom: 10px solid #ffffff;
} */
/* .navbar .akun{
    border-bottom: 10px solid #ffffff;
} */

/* Garis NavBar */

.profil{
    position: relative;
    top: 100px;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.subTitle{
    font-family: "Poppins" !important;
    font-size: 60px !important;
    font-weight: bolder;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
}
/* Animasi Underline SubTitle */
.underline {

    position: relative;
    color: #ffffff;
}
.underline:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}
.underline:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
/* Animasi Underline SubTitle */

.gambarPP{
    display: flex;
    position: absolute;
    border-radius: 100%;
    padding: 30px;
    background-color: #ffd700;
    border-radius: 100%;
    box-shadow: 0 0 10px 5px rgba(0, 31, 63, .5) inset, 0px 0px 10px 5px rgba(255, 255, 255, 1);
    top: 20%;
    left: 0;
}
.gambarPP img{
    width: 450px;
}
.quotes{
    font-size: 50px;
    font-family: "Poppins"; 
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
}
.profilTeks{
    font-family: "Montserrat";
    font-size: 30px; 
    vertical-align: top;
    text-align: justify;
    color: #ffffff;
    font-weight: normal;
    vertical-align: middle;
    /* letter-spacing: -2.75px; */
    word-spacing: -3.3px;

}
.jarakIndent{
    width: 30%;
}



.kontak {
    position: relative;
    top: 100px;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.kontak td{
    color: #ffffff;
    font-family: "Nunito";
    font-size: 25px;
    vertical-align: top;
}
.kontakIcon{
    vertical-align: middle !important;
    text-align: center;
    width: 9%;
}
.kontakIcon a img{
    width: 75px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    opacity: .5;
    transition: all .5s ease;
}
.kontakIcon a img:hover{
    opacity: 1;
    width: 100px;
    border: none;
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 1);
}
.kontakIcon iframe{
    border-radius: 5px;
}
.vRule{
    width: 1px;
    background-color: #ffffff;
}
.isian{
    width: 60%;
}
.kontak td label{
    color: #ffffff;
    font-family: "Nunito";
    font-size: 25px;
    margin-left: 5px;
}
#inputTeks{
    width: 30%;
    margin-left: 5px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #001F3F;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 12px 20px;
    transition: all .3s ease;
}
#inputTeks:focus{
    width: 40%;
    padding: 15px 12px;
    background-color: #ffffff;
    border: 3px solid #001F3F;
    color: #001F3F;
    font-family: "Nunito";
    font-size: 20px;
}
#inputPesan{
    vertical-align: top;
    width: 50%;
    height: 150px;
    margin-left: 5px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #001F3F;
    color: #ffffff;
    font-family: "Nunito";
    font-size: 15px;
    border: 1px solid #ffffff;
    padding: 15px 12px;
    transition: all 0.3s ease;
}
#inputPesan:focus{
    width: 60%;
    height: 200px;
    background-color: #ffffff;
    border: 3px solid #001F3F;
    color: #001F3F;
    font-family: "Nunito";
    font-size: 20px;
}
#inputPesan::-webkit-scrollbar {
    display: none;
}

#inputKirim{
    width: 10%;
    margin-left: 5px;
    background-color: #ffd700;
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    color: #001F3F;
    font-family: "Nunito";
    font-size: 20px;
    transition: all .5s ease;
    opacity: .75;
}
#inputKirim:hover{
    opacity: 1;
    width: 20%;
    padding: 12px 20px;
    font-weight: bolder;
}



footer {
    position: relative;
    width: 100%;
    max-height: 100vh;
    padding-left: 10px;
    line-height: 50px;
    background: #ffd700;
    color: #001F3F;
    margin-top: 150px;
    bottom: 0;
  }
  footer > div{
    text-align: center;
    font-family: "Nunito";
    letter-spacing: 8px;
    font-size: large;
    font-weight: 500;
  }