@import url('https://fonts.googleapis.com/css2?family=Poppins: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&family=Racing+Sans+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  /* If the screen size is smaller than 1200px, set the font-size to 80px */
  @media (max-width: 1199.98px) {
    .res {
      font-size: 20px;
    }
  }
.btn-danger {
    background-color: #b0fa05;
    border-color:#b0fa05;
    border-radius: 0px;
    padding: 5px 25px;
    font-weight: 500;
    color: black;
}

.racing {
    font-family: "Racing Sans One", sans-serif;
}

.btn-danger:hover {
    background-color: black;
    border-color: black;
    color: #b0fa05;
}

.btn-outline-dark {
    border-color:#b0fa05;
    border-radius: 0px;
    padding: 5px 25px;
    font-weight: 500;
    color: #b0fa05;
}

.btn-outline-dark:hover {
    background-color: b0fa05;
    border-color: b0fa05;
    color: black;
}

.btn-outline-danger {
    border-color:#b0fa05;
    border-radius: 0px;
    padding: 5px 25px;
    font-weight: 500;
    color: black;
}

.btn-outline-danger:hover {
    background-color: black;
    border-color: black;
    color: #b0fa05;
}

.nav-item .nav-link{
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
}

.nav-link:hover {
    color: #b0fa05 !important;
}

.scroll-nav-active, .bg-dark {
    background-color: black;
    border-bottom: 1px solid #b0fa05;
}


.text-nav-active {
    color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(176, 250 ,  5, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

.link-mini:hover {
    color: #fff !important;
}

.hero-title {
    padding-top: 180px;
}

.hero-text {
    font-size: 65px;
    font-weight: 600;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

a {
    text-decoration: none;
}

.m-t{
    margin-top: 100px;
}

.page-item.active .page-link {
    color: #000 !important;
    background: #b0fa05 !important;
    border-color: #b0fa05 !important;
  }


.page-item .page-link {
    color: #000 !important;
    border-color: #b0fa05 !important;
  }  

.kotak {
    background: #b0fa05 !important;
}


.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

body{
    
    font-family: "Poppins", sans-serif;
    
    #hero{
        background-image: url("../../assets/images/banner.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 600px;
    }

    #lokasi{
        background-image: url("../../assets/images/bannerb.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 400px;
    }

    #video{
        background-image: url("../../assets/images/bannerb.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 850px;
    }

    #footer{
        background-color: #b0fa05;
        color: black;
    }
    
}

@media only screen and (max-width: 600px) {
    
    body {
        #video{
            height: 420px;
        }
        #lokasi{
            height: 360px;
        }
        .hero-text {
            font-size: 35px;
            font-weight: 600;
            }
    }
}