/* jeprizal */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    color: #e96b56;
    text-decoration: none;
  }
  
  a:hover {
    color: #e6573f;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Raleway", sans-serif;
  }
#topbar {
    background: #545454;
    padding: 10px 0;
    font-size: 14px;
  }
  
  #topbar .contact-info i {
    font-style: normal;
    color: #00A2B9;
  }
  
  #topbar .contact-info i a,
  #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
  }
  
  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
  }
  
  #topbar .contact-info i a:hover {
    color: #00A2B9;
  }
  
  #topbar .social-links a {
    color: #bababa;
    line-height: 0;
    transition: 0.3s;
    margin-left: 10px;
  }
  
  #topbar .social-links a:hover {
    color: #ffffff;
  }
  
/* circular menu */
input {position: absolute; display: none}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-circular {
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 50px;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 13;
  touch-action: none;
}

.btn {
  width: 50px;
  height: 50px;
  border-radius: 70px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.material-icons.md-36 { font-size: 28px; color: #03A9F4 }

.btn {
  background: #ECEFF1;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn:not(:first-child) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -2;
  
  -webkit-transition: all 0.6s cubic-bezier(.87,-.41,.19,1.44);
  transition: all 0.6s cubic-bezier(.87,-.41,.19,1.44);
}

.btn:nth-child(2) {top:0px;-webkit-transition-delay: 0s;transition-delay: 0s}
.btn:nth-child(3) {top:0px;left:0px;-webkit-transition-delay: 0.1s;transition-delay: 0.1s}
.btn:nth-child(4) {left:0px;;-webkit-transition-delay: 0.2s;;transition-delay: 0.2s}
.btn:nth-child(5) {top:0px;left:0px;-webkit-transition-delay: 0.3s;transition-delay: 0.3s}
.btn:nth-child(6) {top:0px;-webkit-transition-delay: 0.4s;transition-delay: 0.4s}
.btn:nth-child(7) {top:0px;left:0px;-webkit-transition-delay: 0.5s;transition-delay: 0.5s}


input#toggle:checked ~ #show-menu .btn:nth-child(2) {
  top:-150px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(3) {
  top:-120px;left:95px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(4) {
  top: -60px;left:180px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(5) {
  top :60px;left:180px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(6) {
  top:120px;left: 90px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(7) {
  top:170px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.menuBtn, .closeBtn {
  position: absolute;
  transition: all 0.3s ease;
}

.closeBtn {
  transform: translateY(50px);
  opacity: 0;
}

input#toggle:checked ~ #show-menu .btn .menuBtn {
  transform: translateY(-50px);
  opacity: 0;
}

input#toggle:checked ~ #show-menu .btn .closeBtn {
  transform: translateY(0px);
  opacity: 1;
}
/* ============================== */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 60px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo h1 {
    font-size: 26px;
    padding: 0 0 0 8px;
    margin: 11px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    border-left: 8px solid #00A2B9;
  }
  
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #545454;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }
  
  .scrolled-offset {
    margin-top: 70px;
  }
  
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #545454;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #00A2B9;
  }
  
  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: #e96b56;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }
  
  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: #ec7f6d;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #545454;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #e96b56;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #545454;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(59, 59, 59, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #545454;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #00A2B9;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #e96b56;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
/* HOME */

.home-screen .home-cover {
    background-color: rgba(0, 0, 0, 0.0); 
}

/* teks */

#hero {
    width: 100%;
    min-height: 75vh;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
#hero h2 {
    color: #00A2B9;
    margin-bottom: 10px;
    margin-top: 10rem;
    font-size: 48px;
    font-weight: 700;
    -webkit-text-stroke: 2px black;
  }
  @media (max-width: 768px) {
    #hero h2 {
      color: #00A2B9;
      margin-bottom: 10px;
      margin-top: 30px;
      font-size: 48px;
      font-weight: 700;
      text-align: center;
      -webkit-text-stroke: 2px black;
    }
    #hero h5 {
      color: #00A2B9;
      margin-bottom: 30px;
      -webkit-text-stroke: 1px black;
      font-weight: bolder;
      text-align: center;
    }
  }
#hero .teks-content {
    text-align: left;    
}


/*--------------------------------------------------------------
# fitur
--------------------------------------------------------------*/
.fitur {
  position: relative;
  z-index: 2;
}

.fitur .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.fitur .icon-box i {
  color: #00A2B9;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.fitur .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.fitur .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.fitur .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.fitur .icon-box:hover {
  background: #00A2B9;
}

.fitur .icon-box:hover i,
.fitur .icon-box:hover h3 a,
.fitur .icon-box:hover p {
  color: #fff;
}

/* button */

#button-container {
  display: flex;
  flex-direction: row;
  
}

.primary-button {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 500px;
  width: 250px;
  height: 48px;
  overflow: hidden;
  background-color: transparent;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.primary-button:hover {
  cursor: pointer;
  border: 2px solid #fff;
}

.primary-button .round {
  border-radius: 50%;
  background-color: #0197f6;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: -1;
  animation: scale-down 0.2s forwards;
  
}

.primary-button.animate .round {
  animation: scale-up 0.5s forwards;
}

@keyframes scale-up {
  to {
      transform: scale(600);
  }
}

@keyframes scale-down {
  from {
      transform: scale(600);
  }
  to {
      ransform: scale(0);
  }
}
@media (max-width: 768px) {
  .button-container{
    width: auto;
    height: auto;
    padding-right: 10%;
  }
  .primary-button{
    height: auto;
    width: 100%;
  }
}


/* end button */
/* slide */
/* slide */
#slide{
  width: 100%;
  margin-top:50px;
}
.item{
  width:200px;
  height:300px;
  background-position: 50% 50%;
  display: inline-block;
  transition: 0.5s;
  background-size: cover;
  position: fixed;
  z-index: -1;
  top:50%;
  transform: translate(0,-50%);
  border-radius: 20px;
  box-shadow:  0 30px 50px #505050;
}
.item:nth-child(1),
.item:nth-child(2){
  left:0;
  top:0;
  transform: translate(0,0);
  border-radius: 0;
  width:100%;
  height:100%;
  box-shadow: none;
}
.item:nth-child(3){
  left:50%;
}
.item:nth-child(4){
  left:calc(50% + 220px);
}
.item:nth-child(5){
  left:calc(50% + 440px);
}
.item:nth-child(n+6){
  left:calc(50% + 660px);
  opacity: 0;
}
.content{
  position: absolute;
  top:50%;
  left: 10%;
  width: 40%;
  text-align: left;
  padding:0;
  color:#eee;
  transform: translate(0,-50%);
  display: none;
  font-family: system-ui;
}

.item:nth-child(2) .content{
  display: block;
  z-index: 11111;
}
.item .name{
  font-size: 40px;
  font-weight: 900;
  opacity: 0;
  animation: showcontent 1s ease-in-out 1 forwards;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
}
.item .name:hover {
    color:#00A2B9;
}
.item .des{
  margin:20px 0;
  font-weight: 900;
  opacity: 0;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  animation:showcontent 1s ease-in-out 0.3s 1 forwards
}
.item .des:hover{
  color:#00A2B9;
}
.item button{
  
  opacity: 0;
  animation:showcontent 1s ease-in-out 0.6s 1 forwards
}
@keyframes showcontent{
  from{
      opacity: 0;
      transform: translate(0,100px);
      filter:blur(33px);
  }to{
      opacity: 1;
      transform: translate(0,0);
      filter:blur(0);
  }
}
.buttons{
  position: absolute;
  bottom:30px;
  z-index: 222222;
  text-align: center;
  width:100%;
}
.buttons button{
  /* width:50px;
  height:50px; */
  border-radius: 20%;
  border:1px solid #555;
  transition: 0.5s;
}.buttons button:hover{
  background-color: #bac383;
}
/* CSS untuk tampilan seluler (lebar maksimum 768px) */
@media (max-width: 768px) {
  .item{
    width: auto;
    height: auto;
  }
  .content{
    top:50%;
    left: 10%;
    width: auto;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #00A2B9;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #00A2B9;
}

#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #00A2B9;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00A2B9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #00A2B9;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* ============= */

/* kuliner */
.kuliner-menu{
  width: 100%;
  min-height: 75vh;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 0;
  padding-top: 10px;
  position: relative;
}

.kuliner-menu h5{
  color: #00A2B9;
  font-weight: 700;
  -webkit-text-stroke: 1px black;
}
.kuliner-menu .card {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
  box-sizing: border-box;
  transition: 0.5s;
}
.kuliner-menu .card:hover {
  filter: blur(0px);
  transform: scale(1.1);
  opacity: 1;
}
.kuliner-menu .card .h6 {
  font-size: 4.5em;
  padding: 30px 0;
}
.btn.small, 
.btn-two.small, 
.btn-gradient.small, 
.btn-effect.small {
  padding: 8px 18px;  
  font-size: 14px;
}
.btn-gradient {
	text-decoration: none;
	color: white;
	padding: 10px 30px;
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.btn-gradient:hover {
	color: #00A2B9;
}
.btn-gradient.cyan {
	background: rgba(27,188,194,1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27,188,194,1)), to(rgba(24,163,168,1)));
	background: -webkit-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
	background: -moz-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
	background: -o-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
	background: linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcc2', endColorstr='#18a3a8', GradientType=0);
}
.btn-gradient.cyan:hover {
  background: rgba(240,210,100,1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(240,210,100,1)), to(rgba(229,201,96,1)));
	background: -webkit-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
	background: -moz-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
	background: -o-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
	background: linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d264', endColorstr='#e5c960', GradientType=0 );
}
@media (max-width: 768px) {
  .kuliner-menu .card {
    margin: 0 auto;
    position: relative;
    width: 80%;
  }
}

/* cafe 4 */
@keyframes slidy {
  0% { left: 0%; }
  20% { left: 0%; }
  25% { left: -100%; }
  45% { left: -100%; }
  50% { left: -200%; }
  70% { left: -200%; }
  75% { left: -300%; }
  95% { left: -300%; }
  100% { left: -400%; }
  }
  figure { 
    margin: 0; background: #fff;
    font-family: Istok Web, sans-serif;
    font-weight: 100;
    padding: 0;
  }
  div#captioned-gallery { 
    width: 100%; overflow: hidden; z-index: 1;
  }
  figure.slider { 
    position: relative; width: 500%;
    font-size: 0; animation: 30s slidy infinite; 
  }
  figure.slider figure { 
    width: 20%; height: auto;
    display: inline-block;  position: relative; overflow: hidden; 
  }
  figure.slider img { width: 100%; max-height: 90vh; filter: brightness(30%);}
  figure.slider figure figcaption { 
    position: absolute; bottom: 0;
    color: #fff; width: 100%;
    font-size: 2rem; padding: .6rem;
    text-align: center; top: 30%;
  }

  /* cafe-menu */
  .cafe-menu{
    width: 100%;
    min-height: 75vh;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 30px;
    padding-top: 10px;
    position: relative;
    
  }
  
  .cafe-menu h5{
    color: #00A2B9;
    font-weight: 700;
    -webkit-text-stroke: 1px black;
  }
  .cafe-menu .card {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    box-sizing: border-box;
    transition: 0.5s;
  }
  .cafe-menu .card:hover {
    filter: blur(0px);
    transform: scale(1.1);
    opacity: 1;
  }
  .cafe-menu .card .card-body{
    padding-top: initial;
    padding-right: initial;
    padding-bottom: 10px;
    padding-left: initial;
  }
  .cafe-menu .card .card-body img{
    width: 100%;
    height: 160px; 
    object-fit: cover;
    margin: 0;
  }
  .cafe-menu .card .card-title {
    font-size: 1em;
    padding: 30px 0;
    font-weight: bold;
  }
  
  .cafe-menu.btn.small, 
  .btn-two.small, .btn-gradient.small, 
  .btn-effect.small {
    padding: 5px 15px;  
    font-size: 14px;
  }
  /* Mengubah warna teks menjadi putih */
  .cafe-menu .btn-gradient,
  .btn-gradient:hover,
  .btn-gradient.cyan,
  .btn-gradient.cyan:hover {
    color: white;
  }
  /* Mengubah warna latar belakang button menjadi hitam */
  .cafe-menu.btn-gradient,
  .btn-gradient.cyan {
    background: black;
  }
  /* Jika diperlukan, Anda bisa menyesuaikan warna teks saat hover */
  .cafe-menu.btn-gradient:hover,
  .btn-gradient.cyan:hover {
    color: #00A2B9;
  }
  @media (max-width: 768px) {
    
    
    .hidden-mobile {
      display: none;
    }
  }
  
 /* Hotel */
 .banner img{
  max-height: 867px;
  width: 100%;
}
.hotel-bg{
  position: relative;
  min-height: 75vh;
  padding: 20px;
}
.hotel-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/DATA_HOTEL/TPPDG-Exterior-Evening.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(80%);
  z-index: -1;
}
.banner .container{
  width: 50%;
  margin-left: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hotel .container {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0, 20px;
  user-select: none;
}

.hotel{
  font-family: 'Mulish', sans-serif;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, rgb(219, 236, 255), rgb(108, 131, 146));
}
.slide-hotel {
  height: 80vh;
  border-radius: 25px;
  margin: 10px;
  cursor: pointer;
  color: white;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 500ms ease-in-out;
}

.slide-hotel h3 {
  position: absolute;
  font-size: 10vh;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
}

.active-hotel {
  box-shadow: 0 5px 20px black;
  flex: 10;
}

.active-hotel h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 768px) {
  .cafe-menu .row {
      flex-wrap: nowrap; 
      overflow-x: auto;
  }
  .cafe-menu{
      margin: 0;
      padding: 0;
      
  }
  .cafe-menu .card{
      box-shadow: 0 0 25px rgba(0,0,0,0.2);
  }
  .hotel{
      height: 50vh;
  }
  .slide-hotel {
      height: 40vh;
  }
  .slide-hotel h3 {
      font-size: 19px;
  }
}
@media (max-width: 576px) {
  .banner .container {
    width: 90%;
    text-align: center;
  }
  
  .slide-hotel h3 {
    font-size: 14px; /* Mengurangi ukuran font pada judul slide */
    bottom: 10px; /* Menyesuaikan posisi judul slide pada layar yang lebih kecil */
    left: 10px;
  }
  
  .slide-hotel {
    margin: 5px; /* Mengurangi margin pada slide */
    height: 50vh; /* Mengubah tinggi slide pada layar yang lebih kecil */
  }
}


/* TRansportasi */
@keyframes moveBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.transportasi-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/DATA_TRANSPORTASI/TRANSPORTAS.png');
  background-size: cover;
  background-position: center;
  filter: brightness(80%);
  z-index: -1;
  animation: moveBackground 20s linear infinite;
}
@media (max-width: 768px) {
  
}

/*  */
.altmenu {
  width: 50%;
  justify-content: center;
  transform: translateX(50%);
  background: transparent;
  position: fixed;
  bottom:0px;
  left:0px;
  border-top: 1px solid #aba;
  background: #155f74;
  border-radius: 50px 50px 0 0;
}
.altmenu ul {
  padding: 0;
  margin: 0;
}
.altmenu ul li {
  display: inline-block;
  width: 20.04%;
  margin-left: -4px;
}
.altmenu ul li a {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  color:#000;
  transition: 300ms;
  color: #fff;
}
.altmenu ul li a:hover {
  color: #03A9F4;
}
@media (max-width: 930px) {
  .altmenu{
    width: 100%;
    transform: translateX(0);
  }
  .altmenu ul li a {
    padding: 10px 10px;
  }
}

/* trprtsi */