a:hover {
  text-decoration: none;
  color: #007BFF; /* Example: Blue color */
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    max-width: none;
        }

        .contact-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 10px;
            text-align: center;
            flex: 1;
            min-width: 200px;
        }

        .contact-box img {
            width: 50px;
            height: 50px;
        }
.spacing {
    margin-top: 80px;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
  
}
.col-lg-12 .fadeInUp-animation .bunda {
}
.namanegara {
    margin-top: 5px;
    margin-bottom: 14px;
}


        @media (max-width: 600px) {
            .contact-box {
                flex: 100%;
            }
        }html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.btn {
    background-color: #FF0004;
}

.row {
    margin-top: 55px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

.row .col-lg-12 .btn.btn-lg {
    color: #FFFFFF;
}

.btn.btn-lg:hover {
    background-color: #d90004;
}

nav {
    background-color: #FFFFFF;
}



.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container {
    padding-left: 0;
    padding-right: 0;
	width: 90%;
	 max-width: 600px;
}

.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .container .row {
}

.container-fluid .container.no2 {
    background-color: #B27A7B;
}

.container .row .col-lg-12 {
    margin-top: 0px;
}

.container-fluid .container .col-lg-12 {
    margin-top: 30px;
    margin-bottom: -12px;
}

.carousel-item {
    color: #050505;
}

.carousel .carousel-indicators li {background-color: #FF0004;}
.carousel .carousel-indicators li.active {background-color: black;}

.carousel-item .carousel-caption h5 {
    color: #000000;
}

.carousel-item .carousel-caption h6 {
    color: #000000;
}


#carouselExampleIndicators1 .carousel-indicators li {
    color: #000000;
}

.carousel-item.active .carousel-caption p {
    color: #000000;
}

#carouselExampleIndicators1 .carousel-control-next .carousel-control-next-icon {
}

.col-lg-12 #carouselExampleIndicators1 .carousel-control-prev {
    color: #2A2A2A;
    border-color: #000000;
}

.carousel-item.active .carousel-caption h3 {
    color: #000000;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}

.carousel-item.active .carousel-caption .Avatar {
    border-radius: 50%;
   
}

.container .col-lg-12 #carouselExampleIndicators1 {
    padding-top: 2px;
    margin-top: 20px;
}


.container-fluid .container .col-lg-12 {
}

div .box {
    background-color: #f9f4f2;
    width: 100%;
    border: 0px white;
    padding: 10px 50px;
    margin: 0px;
    border-radius: 30px;
}

div .boxkedua {
    background-color: #f9f4f2;
    width: 100%;
    border: 0px white;
    padding: 10px 20px;
    margin: 0px;
    border-radius: 10px;
}

div .boxwhite {
    background-color: white;
    width: 100%;
    border: 0px white;
    padding: 10px;
	padding-left: 40px;
    margin: 0px;
    border-radius: 30px;
}


.container .col-lg-12 h1 {
    margin-top: 9px;
}

#carouselExampleIndicators1 .carousel-inner .carousel-item {
    padding-top: 5px;
}

#carouselExampleIndicators1 .carousel-inner .carousel-item.active {
    padding-top: 5px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding-top: 19px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0;
    display: none;
    background-color: #f8f4f3;
    overflow: hidden;
}

.split-para {
    display: block;
    margin: 10px;
}

.split-para span {
    display: block;
    float: right;
    width: 2%;
    margin-left: 10px;
}

/* Add a black background color to the top navigation */
.topnav {
    
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 10px;
	z-index: 1000; /* Tambahkan z-index dengan nilai yang cukup tinggi */
	 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Menambahkan shadow di bagian bawah */
    padding: 10px; /* Opsional: tambahkan padding agar konten tidak terlalu dekat dengan bayangan */
    background-color: white; /* Opsional: tambahkan background agar bayangan lebih terlihat */

	
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #FF0004;
    color: white;
	 border-radius: 11px;
	padding: 14px 16px;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
	visibility: hidden;
	transition: 0.1s;
}

.scrolled {
  visibility: visible;
  transition: 0.1s;
}

.scrolled a:hover {
    background-color: #d90004;
}

.logo-container {
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 1001;
	
  }
  /* Some filler content to demonstrate scrolling */
  .filler {
    height: 1500px; /* Make the page scrollable */
    background-color: #f0f0f0;
  }

#textlogo {
    transition: opacity 0.5s ease;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}




hr.style1{
	border-top: 2px solid white;
}

hr.styledaftar{
	border-top: 1px solid grey;
}

.footer {
    background-color: #f9f4f2;
    padding: 50px;
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 0;
}
.footer .container .boxwhite {
    margin-bottom: 9px;
}
body {
}
.container .boxwhite h4 {
    margin-top: 5px;
}

.row {
    margin-top: 0px;
}
.carousel-item .carousel-caption .Avatar {
}



       .contact-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            background-color: #f9f4f3;
            padding: 20px;
            border-radius: 10px;
            margin: auto;
        }

        .contact-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 10px;
            text-align: center;
            flex: 1;
            min-width: 200px;
        }

        .contact-box img {
            width: 50px;
            height: 50px;
        }

        @media (max-width: 600px) {
            .contact-box {
                flex: 100%;
            }
        }


.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid green;
}


@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

.carousel-item.active .carousel-caption h6 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

iframe {
  overflow: hidden;

}


.hideme
{
    opacity:0;
}




.daftar {
    display: block;
    margin: 20px auto;
    color: white;
    background-color: #FF0004;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.daftar:hover {
    background-color: #d90004;
	color: white;
}


.boxputih {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 0;
}
