@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

* {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.navbar-nav {
    padding: 12px 50px 12px 20px;
}

.navbar-brand {
    margin-left: 10vw;
}

.navbar-brand img {
    height: 60px;
}


.overlay {
    position: absolute;
    height: 91vh;
    width: 100%;
    background-color: black;
}

.carousel-item {
    height: 91vh;
}

.carousel-inner img {
    width: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.hero-container {
    position: absolute;
    top: 35vh;
    left: 10vw;
    padding: 50px;
}

.hero-item {
    color: white;
}

.hero-item h1,
h4 {
    font-weight: bold;
}

.hero-item p {
    margin-top: 24px;
}

/*.section-1,
.section-2,
.section-3 {
    padding: 200px;
}*/

.section-1 {
    padding: 150px 5vw 150px 10vw;
}

.section-7 {
    padding: 20px 10vw 150px 10vw;
}

.section-8 {
    padding: 0px 18vw 150px  18vw;
}

.container-img {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-1 h1 {
    margin-bottom: 20px;
}

.container-img img {
    height: 350px;
    width: 500x;
    object-fit: cover;
}

.section-2 {
    background-color: black;
    padding: 150px 10vw 150px 10vw;
}

.section-2 {
    background-image: url("../img/bg-1.jpg");
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;
}

.section-2 h1,
li {
    color: white;
}

.text-p {
    color: white;
}

.section-2 .card-deck {
    padding: 0 5% 0 5%;
    margin-top: 50px;
}

.section-2 .card-deck i {
    font-size: 4em;
    margin: 25px;
}

.section-3 {
    padding: 150px 10vw 150px 10vw;
}

/*.section-3 {
    background-color: #f6f2ff;
}*/

.section-4{
    background-image: url(../img/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
    color: white;
}

.section-11{
    background-image: url(../img/ikan.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
    color: white;
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
}

hr {
    width: 50vw;
}
.section-5{
    background-image: url(../img/ikan.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: rgb(13, 9, 24);
    
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-3,
.section-4,
.section-5 {
    text-align: center;
}

.section-4,
.section-5 {
    padding: 150px 10vw 150px 10vw;
}

.row h1 {
    font-weight: bold;
}

.container-map {
    
}

footer {
    background-color: #2f318b;
    color: white;
    margin-top: 24px;
    padding: 100px;
}

footer h2 {
    font-weight: bold;
}

.section-2 p {
    text-align: center;
}

.kkp {
    width: 100px;
}

.text-align-right {
    text-align: center;
}

.gallery {
    margin: 65px;
    border: 200% solid #ccc;
    float: center;
    width: 200px;
    text-align: center;
   
  }
  
.gallery:hover {
    border: 150% solid #777;
  }
  
.gallery img {
    width:135%;
    height: 80%;
  }
  
.desc {
    padding: 4px;  
	text-align: left;
  }

.page-width{
    width: 100%;
}
.section-header{
    justify-content: center;
    align-content: center;
    max-width: 1000px;
    margin: auto;
}
.text-center{
    text-align: center;
}
.grid-container{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px;
    grid-gap: 10px;
    padding: 10px;
}
.grid-container > div{
    text-align: center;
    padding: 20px 20px;
    font-size: 20px;
}
.gambar{
    max-width: 300px;
    max-height: 300px;
}
.gambar-artikel{
    max-width: 280px;
    max-height: 280px;
}
.font-size-11{
    font-size: 100px;
}
