@font-face {
    font-family: "Audiowide";
    font-style: normal;
    font-weight: normal;
    src: url("../webfonts/Audiowide-Regular.ttf");
}

/*.namadinas{
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
   font-family: "Audiowide", sans-serif;
}
*/
body {
  overflow-x: hidden;
}
#logo h1 {
  background: none;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 1.1em;
  color: #2c3e50;
  font-family: "Audiowide", sans-serif;
}

.box.feature, .card{
  background-color: #FFFFB7 !important;
  border-radius: 0 0.75em ;
  /*background-image: linear-gradient(315deg, #f9ea8f 0%, #aff1da 74%);*/
}


.box.feature h2 {
    text-align: left;
}

.owl-carousel .owl-item img {


  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 450px;
 /* border-radius: 45px/15px;
  padding: 10px 10px 10px;
  background-color: #fbb034;
  background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);*/
}

.marq {
  -moz-animation: marquee 15s linear infinite;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  color: #444;
  letter-spacing: 2px;
  font-weight: 700;
/*  padding: 20px;*/
  font-size: 14px;
  z-index: -1;
  position:absolute;
  width: 1000px
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#banner {
  /*padding: 4em;
  padding-top: 10px;*/
/*  z-index: -999;*/
  padding: 0 !important;
}

#banner-wrapper{
	background: #215d6e;
    height: 600px;
}

.owl-theme .owl-nav.disabled+.owl-dots{
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: end;
  width: 100%;
  margin-right: 10px;
  display: none;
}

.owl-theme .owl-dots .owl-dot span{
  width: 20px;
  height:15px;
  border-radius: 0 !important;
}

#nav ul li a, #nav ul li span {
	color: #2c3e50;	
}	
/*
=============*/
.image img {
    height:200px;
    transition: transform .2s;
}

.image img:hover {
   -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

#footer-wrapper{
 background-image: url("images/bg-hd.jpg"); 
 padding:0;
}

#main-wrapper{
background: #fff;
box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
/*padding: 5em 0 5em 0;*/
background-image: url("images/mappatt.jpg"); 
}

#main-wrapper2{
 background-image: url("images/aboutbg.jpg"); 
     padding: 0 30px 0 30px;
}

#footer-wrapper h3{
 color: #fff;
}

#footer-wrapper p, #footer-wrapper a, #footer-wrapper li{
 color: #cccccc;
 text-decoration: none;
}

/*.box.container{
 background-image: url("images/bg-hd.jpg"); 
}*/

#copyright{
 color: black;
 font-weight: bold;
}

ul.menu li {
  border-left: solid 1px #000;
}
#header-wrapper1 {
padding-top: 5px;
position: absolute;
z-index: 900;
width: 100%;
height: 50px;
background: linear-gradient(to bottom,rgba(255,255,255,.8) 0,rgba(255,255,255,.8) 40%,rgba(255,255,255,0) 100%);

}

#header-wrapper {
background-size: contain;
background-image: url("images/yellowbg.jpg"); 
padding: 0.5em 2em 0.5em 2em;
box-shadow: 0 8px 2px -2px #bdc3c7;
-webkit-box-shadow: 0 8px 2px -2px #bdc3c7;
-moz-box-shadow: 0 8px 2px -2px #bdc3c7;
margin-bottom: 6px;
}

#header{
  max-width: 100% !important;
}

.dropotron li > a, .dropotron li > span{
  font-weight: bold;
}

.style2 img{
   width: 100%; height: 90px;border-radius: 5px;
  }

.button.link{
    border-radius: 0 !important;
    background: #FFDD3C;
    color: #444;
}
.button.menu{
  /*background-color: #444 !important;*/
   /* background-image: url("images/btnlink.png"); 
    background-size: cover;*/
    color: #444;
    transition: transform .2s;
    /*border-radius: 0;*/
    border-radius: 0.75em 0;
    height: 70px;
    font-family: "Audiowide", sans-serif;
    background: #FFDD3C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover{
  color: #ffff66 !important;
  background-image: url("images/btnlink.png"); 
  background-size: cover;
}

.button.menu:hover{
  color: #ffff66 !important;
  background-image: url("images/btnlink.png"); 
  background-size: cover;
   -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

.pariwisatatext p{
  text-align: center;
}

/*.owl-carousel.owl-theme{
    box-shadow: rgba(0, 0, 0, 0.35) 0 4px 2px -2px;
  }*/

@media screen and (max-width: 980px){

.button.menu{
	height: 50px;
}
#logo h1 {
    font-size: 14px;
    line-height: 18px;
}

  #footer-wrapper{
    text-align: center;
  }
  
  .style2 img{
    width:50%;
  }
  .owl-carousel button.owl-dot{
    width: 5%;
  }

  #logo{
    justify-content: center;
  }

  .owl-carousel .owl-item img {
  width: 100%; 
  height: 250px;
  }

  #banner {
    padding: 1em;
    padding-top: 10px;
  }

  #banner-wrapper {
    padding: 0;
    height: 500px;
	}

	.svg{
	display: none;
	}

#header-wrapper{
    padding: 0.5em 0em 0.5em 4em;
  }

	.owl-carousel.owl-theme{
		box-shadow: rgba(0, 0, 0, 0.35) 0 4px 2px -2px;
	}
}

.galerix .card{
	border:none;
}

.grid-container {
  columns: 3 200px;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
}
.grid-container div {
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
  border: solid 2px black;
  padding: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
.grid-container div:hover img {
  filter: grayscale(0);
}
.grid-container div:hover {
  border-color: coral;
}
.grid-container div img {
  width: 100%;
  filter: grayscale(100%);
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
.grid-container div p {
  margin: 5px 0;
  padding: 0;
  text-align: center;
  font-style: italic;
}
