.body{
	background:#fffaff;
}


.jumbotron {
	background-image: 
  background size: cover;
	height:250px;
	text-align: left;
	margin-top: 20px;
}
.profil{
	background:#ffb5fc;
}
.menu{
	position:relative;
	width:90%;
	z-index:9999;
}

.my-navbar{
	width:100%;
	padding:20px 20px;
	background-color:white;
	position:absolute;
	top:10px;
	left:0;
	z-index:999;
	box-shadow:0px 2px 10px rgba(0,0,0,0.2);
}
.nav-item .nav-link{
	font-family:'oswald' ,sans-serif;
	font-size:15px;
	color: black;
	font-weight:300!important;
	text-transform:uppercase;
	margin:0px 10px;
	position:relative;
}

.nav-item .nav-link:before{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	transform:scaleX(0);
	transition:0.5s;
	content:"";
	transform-origin:left;
	background-color:brown;
}

.nav-item .nav-link:hover:before{
	transform-origin:right;
	transform:scaleX(1);
}

.navbar-scroll{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(255,255,255,0.7);
	padding:5px 20px;
	transition:0.5s;
	animation:scroll 0.9s 1;
}

@keyframes scroll{
	0%{transform:translateY(-100%);}
	100%{transform:translateY(0%);}
}

.navbar-brand{
	text-transform:capitalize;
	font-size:35px;
	color:#2f3542;
	font-style:italic;
	font-family:'oswald',sans-serif;
	font-weight:bold;
}

.slider{
	position:relative;
	width:100%;
	height:50%;
	background-color: lightgray;
	
}
.carousel-item img{
	width:100%;
	
}

/* This only changes this particular animation duration */

.animate__animated.animate__bounce {
  --animate-duration: 2s
  }

.jumbotron .profil_namira{
	margin-top: -70px
}
.jumbotron .profil{
	color: black;
	margin-top: -50px;
}

#gambar{
	transition:.5s;
}
#gambar:hover{
	transform: scale(1.2);
}


.paket-area{
	background:#fbedff;
	padding:50px 0;
	position:relative;
	margin:0px 0;
}
.paket-promo{
	background:;
	padding:50px 0;
	position:relative;
	margin:0px 0;	
}

.video-area{
	background:#cf81e3;
	padding:50px 0;
	position:relative;
	margin:0px 0;

}


.testimoni{
	background:#c99bbd;
	padding:50px 0;
	position:relative;
	margin:0px 0;
}
.img-area{
	width:100px;
	height:100px;
	margin:auto;
	border:1px solid#fff;
	border-radius:60%;
	overflow:hidden;
}

.img-area .img{
	width: 100%
}

.carousel-caption{
	position:static;
	padding-bottom:65px;
	padding-top:0;
}

.program{
	position: relative;
	overflow: hidden;
	
}

.program:before{
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(105, 0, 111, 0.8);
	top: -70%;
	bottom: -40%;
	z-index: 1;
	transform: rotate(0deg);
	transform-origin: center top 0;
	transition: .5s
}
.program:hover:before{
	top:50%;
}

.program img{
width: 100%
height:auto;
transition: .5s
}
.program img:hover{
	transform: scale(1.2);
}

.text-paket{
	width:100%;
	padding:0 20px;
	position: absolute;
	top: -20%;
	bottom:70px;
	color:#f09d05;
	left: 0;
	z-index: 2;
	transition:1,5s;
	margin-top: 70px
}

.program:hover .text-paket{
	top: 300px;

}
.text-card-paket{
	width:100%;
	padding:0 20px;
	position: absolute;
	top: -100%;
	color:#f09d05;
	left: 0;
	z-index: 2;
	transition:1,5s;
	margin-top: 85px
}
.text-card-paket h3{
	font-family: verdana;
}

.program:hover .text-card-paket{
	top: 50px
}

.kantor-area{
	background:#782475;

	position:relative;
	margin:0px 0;
	
	width:100%;

}
.alamat-kantor{
margin-top: -50px;

position: relative;
padding-top:25px;
padding-bottom: 50px;

width:1700px;
}

.pertanyaan-are{
margin-top: -50px;

position: relative;
padding-top:25px;
padding-bottom: 50px;

margin-bottom: -100px;
width:1700px;

}

.cabang{
	position:relative;
	top:-4px;
	margin-left:-30px;
	text-transform:capitalize;
	color:#fff;
	padding-bottom:-100px;
	max-height:490px;
}



.footer-1{
	background-image: url(img/banner/banner1.png);
	filter: alpha;
	background:#782475;
	opacity:40;
	padding:80px;
	
}

.lurus{
	border-left: 3px red solid;
	height: 270px;
	width: 20px;
	display: inline-block;
	padding-left: 5px;
}

.footer{
	background:#571254;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:70px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.profil-namira{
	background-image: url(img/banner/video.png);
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
  	padding: 127px 0;
  	width:100%;
  	height:100%;

}
.filter{
	position: relative;
  	z-index: 0;
}
.filter:before{
	opacity: .7;
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(105, 0, 111, 0.8);
	top: 0%;
	bottom: 0%;
	z-index: -1;

}
.profil-namira h1{
	font-size:40px;
	color:#fff;
}
.profil-namira h2{
	font-size:50px;
	color:#fff;
}
.gambar1 .tumb{
	margin-bottom:40px;
	margin-top:20px;
}
.gambar1 .tumb1{
	margin-top:20px;
	margin-left: 30px;
}

.pencapaian{
	margin-bottom:50px;
}

.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.misi{
	margin-left:-20px;
}
.hubungi-kami{
	margin-left:90px;
	margin-right:90px;
	right:90px;
	margin-top:80px;
}

.bg-image{
	background-image: url(img/banner/video.png);
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
  	padding: 17px 0;
  	width:50%;
  	height:50%;
}


#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}
.hotel-slider{
	margin-top:30px;
	margin-bottom:40px;
}
.itinerary{
	background-color:#fff4f4;
	margin-top:-30px;
	border:3px;
}
.fa-facebook{
	size:50px;
}


.paket-reguler{
	position: relative;
	overflow: hidden;
	
}

.paket-reguler:before{
	position: absolute;
	content:'';
	width: 70%;
	height: 100%;
	background:#b80d8a;
	top: 0%;
	bottom:100%;
	z-index: 1;
	transform: rotate(0deg);
	transform-origin: center top 0;
	transition: .5s
}
.paket-reguler:hover:before{
	width: 0%;
}

.paket-reguler img{
width:100%;
left:50%;
height:100%;
transition:.5s ease-out;

}
.paket-reguler img:hover{
	width:100%;
	left:100%;
}

.text-paket-reguler{
	width:100%;
	padding:0 20px;
	position: absolute;
	top: -20%;
	bottom:70px;
	color:#f09d05;
	left: 0;
	z-index: 2;
	transition:1,5s;
	margin-top: 70px
}

.paket-reguler:hover .text-paket-reguler{
	top: 300px;

}
.text-card-paket-reguler{
	width:100%;
	padding:0 20px;
	position: absolute;
	top: -100%;
	color:#f09d05;
	left: 0;
	z-index: 2;
	transition:1,5s;
	margin-top: 85px
}
.text-card-paket-reguler h3{
	font-family: verdana;
}





.hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
 
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
  width:100%;
  height:100%;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  padding: 20px;
  top:40px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 17px;
  text-transform: uppercase;
  text-overflow:30px;
  color: #fff;
  text-shadow:2px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: -50px 0 0 0;
  padding: 100px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}


.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
.img .turkey{
	width:400px;
}