* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* home */

.title{
    font-family: sans-serif;
    color:white;
    margin: auto;
    text-align:center;
    vertical-align: middle;
    font-size: 40px;
    text-shadow: 1px 1px 6px black;
    position: relative;
}

.bg {
    background-image: url('fujii.jpg');
    background-size: 100%;
    padding-top:17%;
    padding-bottom:17%;
    background-repeat: no-repeat;

}
.title2{
    font-family: sans-serif;
    color:white;
    margin: auto;
    text-align:center;
    vertical-align: middle;
    font-size: 18px;
    position: relative;
}

/* navbar */

.shiroko {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.akane {
    text-shadow: 1px 1px 1px black;
}

.sigma {
    display: flex;
    position: fixed;
    font-size: 18px;
    padding: 5px;
}

.sigma a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: white;
    font-family: calibri;
    transition: text-shadow 0.2s;
}

.sigma a:hover {
    text-shadow: 1px 1px 1px black;
}

.kusurii {
    left: 10px;
    top: 5px;
    border-radius: 50%;
    position: fixed;
}

/* about us */

.bg2{
    background-image: url('TembokChinese.jpg');
    background-size: 100%;
    padding-top:17%;
    padding-bottom:17%;
    background-repeat: no-repeat;
}

.cp {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 350px;
    position: relative;
    color: white;
    margin: auto;
    text-shadow: 1px 1px 3px black;
}

/* travel */

.topp {
    background-image: url('hikouki.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    padding-top: 80px;
    padding-bottom: 20px;
    height: 100%;
    margin-bottom: 20px;
}

.div1 {
    font-family: sans-serif;
    color:white;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    text-shadow: 1px 1px 6px black;
    position: relative;
}

.laz{
    padding-bottom:17%;
    background-repeat: no-repeat;
    background-position: top;
}

.nig {
    text-align: center;
    margin-top: 50px;
    margin-bottom: -5px;
}

.listofdest{
    font-family: calibri;
    color: white;
    width: 720px;
    margin-top: 40px;
    padding: 7px;
    padding-top: 20px;
    padding-left: 50px;
    font-size: 15px;
    text-shadow: 1px 1px 4px black;
    position: relative;
}

.optflex {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    position: relative;
}

.opt {
    background-color: rgb(255, 243, 234, 0.5);
    margin: auto;
    width: 700px;
    border-radius: 20px;
}

.flight {
    background-image: url('hikouki2.jpg');
    width: 200px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    font-family: sans-serif;
    color: white;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 1px;
    font-size: 20px;
    text-shadow: 3px 1px 5px black;
    transition: width 0.2s, height 0.2s, box-shadow 0.1s, font-size 0.2s, margin 0.2s;
    margin: 10px;
    text-decoration: none;
}

.flight:hover {
    width: 240px;
    height: 144px;
    box-shadow: 1px 0px 5px black;
    font-size: 25px;
    margin-bottom: -40px;
}

.train {
    background-image: url('aba.jpg');
    width: 200px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    font-family: sans-serif;
    color: white;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 1px;
    font-size: 20px;
    text-shadow: 3px 1px 5px black;
    transition: width 0.2s, height 0.2s, box-shadow 0.1s, font-size 0.2s, margin 0.2s;
    margin: 10px;
    text-decoration: none;
}

.train:hover {
    width: 240px;
    height: 144px;
    box-shadow: 1px 0px 5px black;
    font-size: 25px;
    margin-bottom: -40px;
}

.bus {
    background-image: url('bbuss.jpg');
    width: 200px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    font-family: sans-serif;
    color: white;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 1px;
    font-size: 20px;
    text-shadow: 3px 1px 5px black;
    transition: width 0.2s, height 0.2s, box-shadow 0.1s, font-size 0.2s, margin 0.2s;
    margin: 10px;
    text-decoration: none;
}

.bus:hover {
    width: 240px;
    height: 144px;
    box-shadow: 1px 0px 5px black;
    font-size: 25px;
    margin-bottom: -40px;
}

.begron {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
}

.hoteru {
    padding-left: 50px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.dropbtn {
    background-image: url('dd.jpg');
    color: white;
    padding: 5px;
    border: none;
    cursor: pointer;
    transition: background-image 0.15s;
    font-family: Arial, Helvetica, sans-serif;
    align-content: center;
    width: 40px;
}

.dropbtn:hover, .dropbtn:focus {
    background-image: url('ddh.jpg');
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dd {
    display: flex;
}

.dda {
    background-image: url('dda.png');
    width: 30px;
}

.psyr {
    background-color: #ffffff;
    color: rgb(5, 5, 5);
    padding: 11px;
    font-size: 16px;
    border-style: solid;
    border-color: #ff702d;
    border-width: 1.5px;
    font-family: Arial, Helvetica, sans-serif;
    width: 220px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    transition: background-color 0.15s;
}

.dropdown-content a:hover {
    background-color: rgb(186, 186, 186);
}

.slc {
    background-color: rgb(181, 181, 181);
}

.show {
    display: block;
}

.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.advimg {
    width: 1170px;
    margin: auto;
    height: 400px;
}

.oren {
    background-image: url('adv1.jpg');
}

.ijo {
    background-image: url('adv2.jpg');
}

.biru {
    background-image: url('adv3.jpg');
}

.ungu {
    background-image: url('adv4.jpg');
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  margin-left: 18px;
  margin-right: 18px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Flight */

.ts {
    background-color: white;
}

.skibidi {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -20px;
}

.linku {
    text-decoration: none;
}

.brrbrrpatapim {
    background-color: rgb(30, 93, 230, 0.8);
    width: 330px;
    padding: 15px;
    border-radius: 15px;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    transition: background-color 0.1s, color 0.1s;
    margin: 10px;
    position: relative;
}

.brrbrrpatapim:hover {
    background-color: rgba(0, 63, 114, 0.8);
    color: rgb(255, 255, 255);
}

.brrbrrpatapim:active {
    background-color: rgb(4, 0, 62);
    color: white;
}

.lirililarila {
    background-color: rgba(38, 190, 255, 0.9);
    padding: 5px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imeg {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.fly {
    font-family: sans-serif;
    color:white;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    text-shadow: 1px 1px 6px black;
    position: relative;
    background-color: rgb(55, 165, 255);
    top: 0;
    padding-top: 80px;
    padding-bottom: 50px;
}

.sac {
    background-color: rgb(46, 40, 202);
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    padding-left: 20px;
}

/* Support */

.bg3 {
    background-image: url('fla.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top:17%;
    padding-bottom:17%;
}
