@charset "UTF-8";
/* CSS Document */
/* W3.CSS 4.10 February 2018 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

@font-face {
  font-family: dinot;
  src: url('../fonts/dinot-regular.otf');
  font-family: dinot-medium;
  src: url('../fonts/dinot-medium.otf');
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "dinot-medium", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: 800;
}

#list-tour {
  font-family: "dinot", Arial, Helvetica, sans-serif !important;
}

.container-form {
  position: relative;
  display: block;
  width: 80%;
  margin: auto;
}

#container-form-tiket {
  padding-top: 50px;
}

.myLink {
  display: none;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */

.column {
  width: 100%;
  padding: 80px 0;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

fieldset {
  border: none;
  padding-left: 0;
}

#bootstrapForm {
  width: 40%;
}

.clear {
  clear: both;
}

h3 {
  font-size: 1.5rem;
}

h6,
p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.25rem !important;
}

.button3 {
  border-radius: 4px;

  background-color: rgba(255, 0, 0, 0);

  border: none;

  color: #f00;

  text-align: center;

  font-size: 18px;

  padding: 10px;

  width: auto;

  height: 100%;

  transition: all 0.5s;

  cursor: pointer;

  margin: 0px;
}

.desktop-banner {
  display: block;
}

.mobile-banner {
  display: none;
}

.footer-content {
  padding-top: 20px;
  border-top: 1px solid #d8dadb;
}

.titloc{
  transition: transform 2s !important;
}

.titloc:hover{
  transform: scale(1.2);
}

.btn-submit {
  font-size: 1rem !important;

  padding: 20px 10px !important;

  background: #1f2e68 !important;
}

.btn-submit:hover {
  background-color: #475aa8 !important;
}

.good-offer {
  padding: 30px;

  background-color: rgba(255, 0, 0, 0);
}

.package-product {
  padding: 0px;

  margin-bottom: 20px;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
  #bootstrapForm {
    width: 90%;
    padding-top: 100px;
  }

  #container-form-tiket {
    background-size: 100% auto;
    padding-top: 100px;
  }

  .column {
    width: 100%;
    height: 300px;
    border-bottom: 1px solid #fff;
  }

  h2 {
    font-size: 20px;
  }

  h6 {
    font-size: 12px;
  }

  h4 {
    font-size: 14px;
  }

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .container-form {
    width: 100% !important;

    margin: auto;
  }
}

@media screen and (max-width: 894px) {
  #bootstrapForm {
    width: 90%;
    padding-top: 100px;
  }

  #container-form-tiket {
    background-size: 100% auto;
    padding-top: 50px;
  }

  .column {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
  }

  h2 {
    font-size: 23px;
  }

  h6 {
    font-size: 14px;
  }
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font:400 12px/1.625 "dinot", Helvetica, Arial, sans-serif;
	color:#444;
  background:#ececea!important; /*linear-gradient(#2b243f, #9d746a)*/
	
}
			
.wrapper {
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
}

img {
    width: 100%;
    height: auto;
}

.header {
  overflow: hidden;
  background-color: #ececea;
  padding: 15px 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  position: fixed;
  top:0;
  right:0;
  left:0;
  z-index:1;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 1px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  max-width:360px;
}

.header a:hover {
  background-color: transparent;
  color: black;
}
.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}
.topnav {
  overflow: hidden;
  padding-top:10px;
  
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}

.topnav a:hover {
  color: #00b7ea;
  text-decoration:none;
}

.topnav .active {
  	color: #00b7ea;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    color: #000;
  	background-color:#ececea;
  }

    .content {
      margin-top:200px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
 
}

@media screen and (max-width: 400px) {
	
	.container-panah {
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		height: 13vh;
	} 
}
@media screen and (max-width: 320px) {
  .logo {
    width: 300px !important;
  } 
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.content {
    margin-top:100px;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}
.padding10{
  padding: 10px;
}
.padding20{
  padding: 20px;
}
.padding30{
  padding: 30px;
}
.margin-top50{
  margin-top: 50px;
}
.margin-top100{
  margin-top: 100px;
}
.margin-top150{
  margin-top: 150px;
}
.margin-bottom10{
  margin-bottom: 10px;
}
.margin-bottom20{
  margin-bottom: 20px; 
}
.margin-bottom30{
  margin-bottom: 30px;
}
.margin-bottom40{
  margin-bottom: 40px;
}
.margin-bottom50{
  margin-bottom: 50px;
}
.margin-bottom100{
  margin-bottom: 100px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.shop-img{
  max-width: 200px;
}
.underline {
  border-bottom: solid 1px #474544;
  width: 40%;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 45%;
}
.point-location-scbd{
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}
.point-location-bsd{
  width: 120px;
  height: auto;
  margin-bottom: 30px;
}
.section-padding{
  padding: 100px 0px 50px;
}
h2 .heading-text{
  font-weight: 800;
}
.img-copy{
  margin-left: -15px;
}

.btn-blue{
  border-radius: 30px !important;
  padding: 10px 50px !important;
  font-size: 24px !important;
  background: #00b5f0 !important;
  border: 1px solid #00b5f0 !important;
}

@media screen and (max-width: 768px) {
  .display-none{
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .shop-img{
    width: 80px;
  }
  .wa-img{
    width: 150px;
  }
    .content{
        margin-top:100px;
    }
}

.kontainer-footer {
	float: left;
    width: 100%;
    padding: 40px 0 0;
    height: auto; /* Should be removed. Only for demonstration */
    background-color:transparent;
	
}

.kontainer-footer ul li {
	display:inline;
	margin:5px;
	
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

p {
	font-size:12px;
	line-height:28px;
}

.column-1 ul li {
	display:inline;
	margin:10px;
	font-size:12px;
  
}

@media screen and (max-width: 600px) {
	.kontainer-footer {
		display:none;
	
}

	.column-1 {
		text-align:center;
  }
}

@media screen and (max-width: 768px) {
	#container-form {
		width:100%;
		margin: 0 auto;
	}
	.col-lg-15 .col-sm-6 {
		text-align:center;
  }
}

@media screen and (max-width: 1199px) {
	
	.kontainer-footer {
		display:none;
  }
	.column-1 {
		text-align:center;
		padding:15px;	
  }
}

#navbar {
  background-color: #333;
  position: fixed;
  top: 28px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

.footer-social{
  max-width: 300px;
  height: auto;
}
.footer-mobile{
  background-color: #00b5f0 ;
}
.footer-mobile p{
  font-size: 18px;
  font-weight: 400;
}
.footer-m{display: none; position: relative; width: 100%; margin: auto; text-align: center; padding: 0px; color: #fff;}

@media only screen and (min-width: 10px) and (max-width: 1000px) {
	.footer-m{display: block;}
}
@media only screen and (min-width: 10px) and (max-width: 600px) {
  .footer-social{
  max-width: 280px;
  height: auto;
}
}