@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background: rgb(255, 255, 255);
    overflow-x: hidden;
    margin: 0;
}

.navbar {
    background-color: #ffffff;
    display: grid;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    border-bottom: 1px solid rgb(0, 132, 255);
}

.navigasi {
    display: flex;
    justify-content: center;
    gap: 15px;
    
}

.navigasi a {
    color: rgb(0, 0, 0);
    font-weight: 799;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
    top: -10px;
}

.navigasi img {
  width: 16px;
}

.navigasi a:hover {
    border-bottom: 1px solid rgb(0, 132, 255);
    color: #1a0404;
    transform: scale(1.1);
}

.navigasi a:active {
    border-bottom: 1px solid rgb(0, 132, 255);
    color: black;
    transform: scale(1.1);
}

.logo {
    text-align: center;
    color: rgb(26, 71, 194);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 999;
    font-size: 40px;
    position: relative;
    top: 5px;
}

.teks-awal {
    display: grid;
    justify-content: center;
    position: relative;
    top: 120px;
}

.teks-1-settings {
    text-align: center;

}

.teks-1-settings h2 {

}

.teks-1-settings p {
    font-weight: 333;
    width: 350px;
    position: relative;
    top: -18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 20px;
}

.container-cnt {
    display: flex;
    justify-content: center;
}

.email {
  position: relative;
  top: 40px;
  display: grid;
  justify-content: center;

}

.email img {
  background: linear-gradient(270deg, rgb(204, 0, 255), rgb(250, 0, 150));
  background-size: 400% 400%;
  animation: rgbMove 6s ease infinite;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  justify-self: center;
  width: 30px;
}

.email p {
  font-size: 15px;
  color: white;
  font-family: 'tiktok sans', sans-serif;
  margin-top: 7px;
  text-align: center;
}

.contact-settings {
    background: linear-gradient(270deg, rgb(0, 132, 255), rgb(17, 43, 116));
    position: relative;
    top: 115px;
    width: 60vw;   
    height: 350px;      
    max-width: 600px;    
    min-width: 300px; 
    border-radius: 10px;
    animation: rgbMove 6s ease infinite;
    background-size: 400% 400%;
}

@keyframes rgbMove {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.judul {
    color: rgb(3, 255, 242);
    position: relative;
    top: 5px;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    font-size: 20px;

}

.judul img {
    width: 90px;
    padding: 20px 0 15px;
}

.nomor-1 {
    display: flex;
    justify-content: center;

}

.nomor-1 a {
    font-size: 17px;
    border-radius: 10px;
    padding: 12px;
    width: 45vw;
    max-width: 500px;    
    min-width: 100px; 
    text-decoration: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: 'Bebas Neue', sans-serif;
    color: rgb(0, 0, 0);
    transition: 0.5s ease;
    background-color: rgb(255, 255, 255);

}

.nomor-1 a:active {
    transform: translateY(-5px);
}

.nomor-1 img {
    width: 20px;
}

/* ============================================ */

.nomor-2 {
    position: relative;
    top: 15px;
    display: flex;
    justify-content: center;

}

.nomor-2 a {
    font-size: 17px;
    border-radius: 10px;
    padding: 12px;
    width: 45vw;
    max-width: 500px;    
    min-width: 100px; 
    text-decoration: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: 'Bebas Neue', sans-serif;
    color: rgb(0, 0, 0);
    transition: 0.5s ease;
    background-color: rgb(255, 255, 255);

}

.nomor-2 a:active {
    transform: translateY(-5px);
}

.nomor-2 img {
    width: 20px;
}

.desk {
    font-weight: 333;
    font-size: 15px;
    line-height: 19px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 50vw;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    top: 130px;
}

.pideo video {
    z-index: -1;
    position: relative;
    left: 50%;
    top: 120px;
    transform: translate(-50%);
    width: 200px;
}

footer {
    position: relative;
    top: 326px;
    width: 100%;
    max-width: 100%;
    height: 180px;
    background:  #0a2540 ; 

    /*  #0a2540  */
    /* #eaf3ff */

}

.container-footer {
    width: 100%;
    height: 180px;
    display: grid;
    align-items: center;
}

.textt {
    width: 90vw;
    min-width: 340px;
    max-width: 900px;
    position: relative;
    top: -40px;
    left: 20px;
}

.teks-footer-1 {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
    color: white;
    font-family: "Roboto Flex", sans-serif;
}

.teks-footer-2 {
    position: relative;
    top: 5px;
    font-size: 13px;
    color: white;
    font-family: "Roboto Flex", sans-serif;
     font-variation-settings:
    "slnt" 0,
}

.akhir {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgb(0, 0, 0);
    position: absolute;
    top: 150px;
    z-index: 999;
    background: #0a2540;
}

.akhir p {
    font-family: monospace;
    color: rgb(255, 255, 255);
    font-size: clamp(1.1 rem, 4vw, 1.5rem);
}

.btn-sosmed {
  position: relative;
  top: -74px;
  z-index: 9999;

}

.btn-sosmed-settings {
  padding-left: 20px;
  display: flex;
  justify-content: start;
  gap: 15px;

}

/* LIST BUTTON */
.btn-1 {

}

.btn-2 {

}

.btn-3 {

}

.btn-4 {

}

.btn-5 {

}


/* LOGO BUTTON */
.logo-wa {
  width: 30px;
  transition: 0.5s ease;
}

.logo-wa:hover {
  transform: scale(1.3)
}

.logo-ig {
  width: 30px;
  transition: 0.5s ease;
}

.logo-ig:hover {
  transform: scale(1.3)
}

.logo-tele {
  width: 30px;
  transition: 0.5s ease;
}

.logo-tele:hover {
  transform: scale(1.3)
}

.logo-tt {
  width: 30px;
  transition: 0.5s ease;
}

.logo-tt:hover {
  transform: scale(1.3)
}

.logo-yt {
  width: 30px;
  transition: 0.5s ease;
}

.logo-yt:hover {
  transform: scale(1.3)
}

.video-komunitas img {
    z-index: -1;
    position: relative;
    left: 50%;
    top: 210px;
    transform: translate(-50%);
    width: 200px;
    z-index: 999;
}


.teks-komunitas {
    font-weight: 333;
    width: 350px;
    min-width: 300px;
    font-size: clamp(1.2 rem, 4vw, 1.5rem);
    display: flex;
    justify-self: center;
    position: relative;
    top: 220px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    max-width: 650px;
}

.section-gambar {
    position: relative;
    top: 330px;
}

.section-gambar img {
  padding: 0;
  margin: 0;
  filter: brightness(30%);
  width: 100%;
  max-height: 250px;
  min-height: 100px;
  object-fit: cover;
  object-position: 50% 20%;
}

.section-gambar p {
  font-weight: 300;
  line-height: 17px;
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  max-width: 550px;
  width: 80vw;
  position: absolute;
  padding-top: 20px;
  padding-left: 15px;
  color: #D3D3D3;
  z-index: 999;
}

.section-gambar p span {
  position: relative;
  top: -5px;
  left: -0px;
}

.container-community {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 350px;
    width: 350px;
    position: relative;
    top: 250px;
    flex-wrap: wrap;
}

.community img {
    background: linear-gradient(270deg, rgb(0, 132, 255), rgb(17, 43, 116));
    padding: 40px;
    border-radius: 20px;
    width: 70px;
    transition: 0.5s ease;
    cursor: pointer;
    animation: rgbMove 6s ease infinite;
    background-size: 400% 400%;
}

.community img:active {
    transform: scale(1.1);
}

.community-setting-container {
    display: flex;
    justify-content: center;
}

.nmr-1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    border-radius: 5px;
    width: 70px;
    position: relative;
    top: 2px;
    z-index: -1;
    left: 20px;
    background: linear-gradient(270deg, rgb(0, 132, 255), rgb(250, 0, 150));
    background-size: 400% 400%;
    animation: rgbMove 3s ease infinite;
}



