/*



New Event



http://www.templatemo.com/tm-486-new-event



*/



body {

		background: #000;

    font-family: 'Poppins', sans-serif;

    font-style: normal;

		font-weight: 400;

		overflow-X:hidden;

}

.kontainer{
  width:80%;
  height:300px;
  background:#ffffff;
  border-radius:10px;
  box-shadow:2px 2px 12px rgba(0,0,0,0.2);
  display: flex;
  margin: -10%  auto 20px auto;
  position: relative;
  justify-content:space-evenly;
  align-items: center;
  text-align:center;
 
  
}
.isi_kontainer h2  {
    font-size: 30px;
    padding-top:90px;
    color:black;
    text-shadow:2px 2px 12px rgba(0,0,0,0.1);

    
}
.isi_kontainer p  {
    font-size: 15px;
    padding-bottom:10px;
    color:black;
    
}
 .isi_kontainer button  {
    
    margin-bottom: 150px;
     height: 40px;
  width: 300px;
  border: none;
  outline: none;
  background:rgb(35, 82, 124);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  border-radius: 10px;
  box-shadow:2px 2px 12px rgba(0,0,0,0.2);
  
    
}
.isi_kontainer button:hover{
 background: #000;
 box-shadow:2px 2px 12px rgba(0,0,0,0.8);
 
}
.isi_kontainer button a{
 
 color: white;
}



.san{
    margin-top:350px;
}

.about-container{
	width:80%;
	height:430px;
	background:#ffffff;
	border-radius:20px;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
	display: flex;
	margin: -10%  auto 20px auto;
	position: relative;
	justify-content:space-evenly;
	align-items: center;
}
.about-container img{
	height:350px;
}
.about-text{
	width:500px;
} 
.about-text p:nth-child(1){
	color:#000000;
	font-family:calibri;
	font-size:16px;
	text-align:justify;
	padding-right:20px;
}
.about-text p:nth-child(2){
	color:#000000;
	font-family:calibri;
	font-size:16px;
	text-align:justify;
		padding-right:20px;
}
.con{
    padding-top:150px;
}

/*---------------------------------------

   Responsive styles            

-----------------------------------------*/

.services{
	width:100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.s-heading{
	text-align:center;
}
.s-heading h1{
	color:#576975;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0px;
}
.s-heading p{
	color: rgba(87,105,117,0.60);
	font-size: 1rem;
	margin: 5px;
	text-align: center;
}
.s-box-container{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:270px;
	
}
.s-box{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	width:300px;
	padding: 20px 25px;
	height: 400px;
	box-sizing: border-box;
	margin: 30px;
	
	background-color:rgb(35, 82, 124);
}
.s-box img{
	height: 75px;
}
.s-box h1{
	color:white;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 8px;
	
}
.s-box p{
	color: white;
	text-align: center;
}

.bar{
	width: 100px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	background-color:#f12020; 
	border-radius: 0px 0px 10px 10px;
	display: none;
	animation: bar 0.5s;
}
.s-box:hover{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.08);
	transition: all ease 0.3s;
}

.s-box:hover .bar{
	display: block;
}




@keyframes bar{
	0%{
		width:0px;
	}
	100%{
		width:100px;
	}
}
@media(max-width:1050px){
	.s-box-container{
		flex-wrap: wrap;
		bottom:150px;
		
	}	
	.services{
		height: auto;
	}
	.s-heading{
		margin: 15px;
	}
	.s-box{
		flex-grow: 1;
	}
	
}
.kata_testimoni{
    position:relative;
    top:0;
    width: 85%;
    margin: 50px auto;
    
}
.wadah_testimoni{
    
	width:100%;
	background:#ffffff;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
	display: flex;

	
	
	
}
.wadah_testimoni img{
	flex: 1;
}
.text_testimoni{
  flex: 3;
  padding: 20px;
} 
.text_testimoni h3{
    position:relative;
    right:5px;
    color:black;
    top:10px;
    
}
.text_testimoni h5{
    position:relative;
    
    color:black;
    bottom:10px;
    
    
}
.text_testimoni p{
    text-align:justify;
    color:black;
    position:relative;
    bottom:15px;
    
}

/*start tour*/
section.tour{
  margin:50px auto ;
    position:relative;
    width: 90%;
   
}
.wadah_tour{
	background:#ffffff;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
	display: flex;
	justify-content:center;
  min-width: 100%;
  	
}

.tour .wadah_tour .text_tour h2{
  padding: 0;
  margin: 0;
  
}


.text_tour {
    text-align:justify;
    color:black;
    padding: 15px;
    flex: 1;

}

.gambar_tour{
  background-image: url(../images/denah.jpeg);
  background-size:contain;
  background-position:center ;
  background-repeat: no-repeat;
  min-height: 600px;
  flex: 1;
}

.box360{
    position: relative;

    max-height: 300px;
    border-radius:10px;
    box-sizing:border-box;
    display:flex;
    flex-direction: column;
    
}
.box360 .imgbox360{
  background-image: url(../images/depan1.jpg);
  background-size: cover;
  background-position:center ;
  background-position:0 -90px ;
    
    min-height: 300px;
}
.box360 .imgbox360 img{
    
    max-width: 100%;
    max-height: 300px;
    transition:transform 2s;
    border-radius:10px;
}

.box360:hover .imgbox360 img{
    transform:scale(1.2);
}

.box360 .detail360{
    position:absolute;
    top:10px;
    left:10px;
    bottom:10px;
    right:10px;
    background: rgba(0,0,0,.5);
    transform: scaleY(0);
    transition:transform .5s;
}
.box360:hover .detail360{
    transform: scaleY(1);
}

.box360 .detail360 .content360{
    position:absolute;
    top:40%;
    transform:translateY(-50%);
    text-align:center;
    padding:35%;
    color:white;
}
.box360 .detail360 .content360  p{
    margin:10px 0 0;
    padding:0;
    
}
.box360 .detail360 .content360 button {
    height:30px;
    width:150px;
    border-radius:20px;
     background:rgb(35, 82, 124);
   
    
}
.box360 .detail360 .content360 button a{
    height:30px;
    width:150px;
   color:white;
   display:block;
   
   
    
}
.box360 .detail360 .content360 button a:hover{
     
   top:-1px;
     height:30px;
    width:150px;
    border-radius:20px;
    background-color:white;
    color:black;
}

/*akhir section tour*/

/*section why*/
section.why{
  
  margin: 50px auto;
    position: relative;
    background:#ffffff;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
  width: 90%;
    
}

.wadah_why{
	justify-content: space-between;
	align-items: center;
  display: flex;
  width: 100%;
}

.text_why{
  
  box-sizing: border-box;
  padding: 50px;
} 

.p{
  flex: 1;
  box-sizing: border-box;
  
}

.why_gambar{
  border-right: 5px solid;
  background-image: url(../images/whyi.jpeg);
  background-position: center;
  background-size: cover;
  min-height: 420px;
  
  
  
}
.text_why h3{
    
    right:5px;
    color:black;
}
.text_why ul li{
    text-align:justify;
    color:black;
    
}

/* sourcing */

section#sumber{

  margin: 100px auto;
    position:relative;
    top:0;
    width: 90%;
    height: auto;
}

.wadah_sourcing{
	width:100%;
	background:#ffffff;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
	display: flex;
  min-height: 300px;
}

.wadah_sourcing .y{
  flex: 1;
  
}
.img_sour{
  background-image: url(../images/sourcingbaru.jpeg);
  max-width: 100%;
  background-size: cover;
   background-position:0 -10px ;
  background-color: #000;
  border-right: 5px;
  
}

.text_sourcing{
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
} 
.text_sourcing h3{
    
    color:black;
    
}
.text_sourcing p{
    text-align:justify;
    color:black;
    
}



.wadah_kami{
    position:relative;
	width:80%;
	height:330px;
	background:#ffffff;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
	display: flex;
	margin: 10%  auto 20px auto;
	justify-content:space-evenly;
	align-items: center;
	bottom:100px;
}
.wadah_kami img{
    height:300px;
	width:400px;
	position:relative;
	border-radius:10px;
}
.text_kami{
	width:500px;
	position:relative;
	right:20px;
	color:black;
	bottom:40px;
	
} 
.text_kami h3{
    position:relative;
    right:5px;
}
.text_kami p{
    text-align:justify;
    color:black;
    
}

section#pesan{
    position:relative;
   top:0;
   margin:100px auto;

   width: 85%;
    
}

.wadah_pesan{
	width:100%;
  min-height: 400px;
	background:#ffffff;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
	display: flex;
}

.wadah_pesan .y{
  padding: 20px;
}
.pesanGambar{
  background-image: url(../images/reservasi.png);
  background-size: cover;
  background-position: center;
  flex: 1;

  
}
.text_pesan{
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
	
} 
.text_pesan h3{
    
    right:5px;
    color:black;
    
}
.text_pesan p{
    text-align:justify;
    color:black;
    
}
.wadah_pesan button{
  width: 200px;
    border-radius:10px;
    cursor:pointer;
 
   
}
.wadah_pesan button a{
    display:block;
    padding-top:8px;
    border-radius:10px;
    background:rgb(35, 82, 124);
    color:white;
}

.wadah_pesan button a:hover{
    background-color:white;
    color:black;
    
}

.maps{
    position:relative;
    top:0;
    margin: 100px auto;
    width: 100%;
}
.wadah_maps iframe{
    position:relative;
    height:400px;
    width:100%;
}
.wadah_maps{
    position:relative;
    width:80%;
	height:400px;
    display: flex;
	margin: 1%  auto 20px auto;
	justify-content:space-evenly;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
    align-items: center;
	

}
section.event{
   top:0;
   margin: 100px auto;
   width: 85%;
   
   
}

.wadah_event{
  width:100%;	
    display: flex;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
	

}

.eventGambar{
  background-image: url(../images/consultan.png);
  background-size: cover;
  background-position:center ;
  flex: 1;
}

.text_event{
  flex: 1;
  padding: 20px;
	
}  
.text_event h3{
    color:black;
    
}
.text_event p{
    text-align:justify;
    color:black;
    
}


.tempat_video p{
	color: white;
	text-align: center;
}

.bar{
	width: 100px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	background-color:#f12020; 
	border-radius: 0px 0px 10px 10px;
	display: none;
	animation: bar 0.5s;
}


section.video{
    position:relative;
    top:0;
    width: 100%;
    margin: 100px auto;
    

}
    
.ruang_video{
	width:100%;
	display: flex;
	justify-content: space-around;

	
}
.tempat_video{
	border-radius: 5px;
	padding: 20px 25px;
	box-sizing: border-box;
	background-color:transparent;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
}
.tempat_video .konten_video iframe{
    width:370px;
    margin-bottom: -2px;
    height:210px;
    
}
.tempat_video img{
	height: 75px;
}
.tempat_video p{
	color: white;
	text-align: center;
}

.bar{
	width: 100px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	background-color:#f12020; 
	border-radius: 0px 0px 10px 10px;
	display: none;
	animation: bar 0.5s;
}
.tempat_video:hover{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.08);
	transition: all ease 0.3s;
}

.tempat_video:hover .bar{
	display: block;
}


@keyframes bar{
	0%{
		width:0px;
	}
	100%{
		width:100px;
	}
}



h1,h2,h3,h4,h5,h6 {

  font-weight: 600;

}



h3,h5 {

  font-weight: 500;

}



h1 {

    font-size: 40px;

    letter-spacing: 2px;

}



h2 {

  font-size: 30px;

  text-transform: uppercase;

}



h3 {

  line-height: 36px;

}



h5 {

    letter-spacing: 1px;

    padding-top: 10px;

}



p {

    color: #707070;

    font-size: 14px;

    line-height: 24px;

}



a {

  text-decoration: none !important;

  outline: none;

}





/*---------------------------------------

    General               

-----------------------------------------*/

.section-title {
 position:relative;
  margin-bottom: 32px;
  top:50px;

}


#register {

  padding-top: 14rem;

  padding-bottom: 14rem;

}



#detail, #video,

#speakers, 

#program,

#sponsors, 





#detail,

#speakers, #sponsors,





#overview h3,

#detail h3, #video h3,

#register h3,

#venue h3,

#contact h3 {

    padding-bottom: 12px;

}

.container_testi{
    margin-top:200px;
}


.parallax-section {

  background-attachment: fixed !important;

  background-size: cover !important;

}

/*---------------------------------------

    Preloader section              

-----------------------------------------*/

.preloader {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 99999;

  display: flex;

  flex-flow: row nowrap;

  justify-content: center;

  align-items: center;

  background: none repeat scroll 0 0 #ffffff;

}



.sk-rotating-plane {

  width: 50px;

  height: 50px;

  background-color: #222;

  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;

          animation: sk-rotatePlane 1.2s infinite ease-in-out; }



@-webkit-keyframes sk-rotatePlane {

  0% {

    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);

            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {

    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {

    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



@keyframes sk-rotatePlane {

  0% {

    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);

            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {

    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {

    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }







/*---------------------------------------

    Navigation Links section              

-----------------------------------------*/

.custom-navbar {

    margin-bottom: 0;

    background-color: #101010;

}



.custom-navbar .navbar-brand {

    

    font-weight: 600;

    font-size: 3rem;

    line-height: 40px;

}



.custom-navbar .nav li a {

    color: white;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: 0.6px;

    text-transform: uppercase;

    line-height: 40px;

    transition: all 0.4s ease-in-out;

}



.custom-navbar .nav li a:hover {

    background: transparent;

    color: #66ccff;

}



.custom-navbar .navbar-nav > li > a:hover,

.custom-navbar .navbar-nav > li > a:focus {

 background-color: transparent;

}



.custom-navbar .nav li.active > a {

    background-color: transparent;

    color: #66ccff;

}



.custom-navbar .navbar-toggle {

    border: none;

    padding-top: 10px;

}



.custom-navbar .navbar-toggle {

   background-color: transparent;

}



.custom-navbar .navbar-toggle .icon-bar {

    background: transparent;

    border-color: transparent;

}



@media(min-width:768px) {

    .custom-navbar {

        

        border-bottom: 0;

       

    }

    .custom-navbar.top-nav-collapse {

        background: #101010;

        padding: 0;

    }



}







/*---------------------------------------

    Intro section              

-----------------------------------------*/

#intro {

   background: url('../images/fix.jpeg') 100% 0 repeat-y fixed;

    -webkit-background-size: cover;

    background-size: cover;

    background-position: center center;

   opacity:0.8;

    color: #ffffff;

    display: -webkit-box;

    display: -webkit-flex;

     display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

     -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

    height: 100vh;

    text-align: center;

    max-width:100%;

    

}





#intro h3 {

  letter-spacing: 2px;

}







/*---------------------------------------

   Overview  section              

-----------------------------------------*/

#overview{
    position: relative;
    
}

#overview img {

  padding-bottom: 32px;

}







/*---------------------------------------

    Detail section              

-----------------------------------------*/

#detail {

    background: #222;

    color: #ffffff;

    

}



#detail .fa {

  color: #f2545f;

  font-size: 48px;

}







/*---------------------------------------

    Video section              

-----------------------------------------*/

#video iframe {

  border: none;

}







/*---------------------------------------

   Speakers section              

-----------------------------------------*/

section#speakers {

    background: #fff;
    position:relative;
    top:0;
    
   

}


#speakers h3 {

    font-size: 18px;

    margin-bottom: 0px;

}



#speakers h6 {

  color: #666;

  margin-top: 4px;

}



#speakers img {

  width: 100%;

  max-width: 100%;

  height: auto;

}



#speakers .col-md-3 {

    display: block;

    width: 100%;

    padding-top: 30px;

    padding-bottom: 20px;

    margin-bottom: 22px;

}



#speakers .speakers-wrapper {

    background: #ffffff;

    padding-bottom: 22px;

}







/*---------------------------------------

   Program section              

-----------------------------------------*/

#program h4 {

    color: #808080;

    font-size: 12px;

}



#program h3 {

  margin-top: 16px;

}



#program .program-divider {

    border: 1px solid #f9f9f9;

    margin-top: 32px;

    margin-bottom: 42px;

}



#program span {

    padding-right: 12px;

}



/* #program img {

  border-radius: 10%;

} */

#program{
    position:relative;
    top:0;
    background-color: #eee;
    
}   

#program .container{

min-width: 90%;
}

.nav-tabs {

  margin-bottom: 20px;

}

.nav-tabs > li {

  float: left;

  margin-bottom: -1px;

}

.nav-tabs > li > a {

  color: #000000;

  font-weight: 600;

  margin-right: 2px;

  line-height: 1.42857143;

  border: none;

  border-radius: 0px;

}

.nav-tabs > li > a:hover {

  background-color: transparent;

}

.nav-tabs > li.active > a,

.nav-tabs > li.active > a:hover,

.nav-tabs > li.active > a:focus {

  color: #f2545f;

  cursor: default;

  background-color: transparent;

  border: 1px solid transparent;

  border-bottom-color: #999;

}

.tab-content {

  padding-top: 20px;

}






/*---------------------------------------

    Regsiter section              

-----------------------------------------*/

#register {

    background:#2F4F4F;

    -webkit-background-size: cover;

    background-size: cover;

    background-position: center center;

    color: #ffffff;

    text-align:center;

}



.button2 {

  background-color: #008CBA; 

  color: white; 

  border: 5px solid #008CBA;



}



.button2:hover {

  background-color: #008CBA;

  color: white;

}





#register .form-control {

  background: transparent;

  border: 2px solid #ffffff;

  border-radius: 0px;

  color: #ffffff;

  margin-bottom: 16px;

}



#register input {

  height: 45px;

}



#register input[type="submit"] {

  background: #f2545f;

  border-radius: 100px;

  border: none;

  color: #ffffff;

  letter-spacing: 2px;

  height: 50px;

  margin-top: 12px;

  transition: all 0.4s ease-in-out;

}



#register input[type="submit"]:hover {

  background: #ffffff;

  color: #222;

}







/*---------------------------------------

   Faq section              

-----------------------------------------*/

#faq {

  background: #f9f9f9;

  padding-top: 8rem;

  padding-bottom: 8rem;

}



#faq .panel-group {

  margin-top: 32px;

}



#faq .panel-group .panel {

  margin-bottom: 8px;

}



#faq .panel-default {

  border: none;

}



#faq .panel-default>.panel-heading {

  background: #f0f0f0;

  color: #505050;

}



#faq .panel-heading {

  border: none;

  padding-top: 8px;

  padding-bottom: 6px;

}



#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {

  border-top: none;

  padding-top: 22px;

  padding-left: 32px;

  padding-bottom: 22px;

}



#faq .panel-heading .panel-title a[data-toggle="collapse"] {

  font-size: 18px;

  font-weight: 500;

  position: relative;

  display: block;

  width: 100%;

  height: 100%;

  padding: 10px 15px;

}



#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {

  content: "-";

  display: block;

  position: absolute;

  line-height: 1;

  right: 1em;

  top: 50%;

  transform: translateY(-50%);

}



#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {

  content: "+";

}







/*---------------------------------------

   Venue section              

-----------------------------------------*/

#venue {

    background: #DCDCDC;

    background-size: cover;

    background-position: center center;

    padding-top: 7rem;

    padding-bottom: 7rem;

}



#venue p {

  padding-top: 12px;

  padding-bottom: 18px;

}







/*---------------------------------------

   Sponsors section              

-----------------------------------------*/

#sponsors img {

  margin-top: 18px;

}







/*---------------------------------------

   Contact section              

-----------------------------------------*/

#contact {

    background-color:white;

    background-size: cover;

    background-position: center center;

}



#contact .contact_des {

  padding-top: 3rem;

  padding-right: 2rem;

}



#contact .contact_detail {

  background: #ffffff;

  padding: 5rem 5rem 12rem 5rem;

  box-shadow:0 0 3px 3px rgba(0,0,0,.3);

  border-radius:10px;

}



#contact .form-control {

  background: transparent;

  border: none;

  border-bottom: 1px solid #f0f0f0;

  border-radius: 0px;

  box-shadow: none;

  margin-bottom: 16px;

  transition: all 0.4s ease-in-out;

}



#contact .form-control:focus {

  border-bottom-color: #999;

}



#contact input {

  height: 45px;

}



#contact input[type="submit"] {

  background: #222;

  border-radius: 100px;

  border: none;

  color: #ffffff;

  letter-spacing: 2px;

  height: 50px;

  margin-top: 12px;

  transition: all 0.4s ease-in-out;

}



#contact input[type="submit"]:hover {

  background: #f2545f;

}





.button {

  background-color: #4CAF50; /* Green */

  border: none;

  color: white;

  padding: 15px 32px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  margin: 4px 2px;

  cursor: pointer;

  -webkit-transition-duration: 0.4s; /* Safari */

  transition-duration: 0.4s;

}



.button1 {

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}



.button2:hover {

  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);

}



#galeri h2{

    

    font-size:60px;

    margin:50px 0;

    text-align:center;

    text-shadow:1px 2px 2px white;

}



#pesan h2{

    font-size:40px;

     margin:50px 0;

    text-align:center;

    text-shadow:1px 2px 2px white;

   

}

.menubar ul{

    margin:0;

    padding:0;

    box-sizing:border-box;

    background: black;

    color:black;

    float:right;

    margin-right:10px;

    position:relative;

    list-style:none;

    

}



.menubar ul li{

    color:white;

}



.menubar nav ul li{

    float:left;

    display:inline-block;

    background: black;

    margin:0 15px;

}

.menubar nav ul li a{

    color:white;

    text-decoration:none;

    line-height:70px;

    font-size:18px;

    padding:8px 15px;

}

.containerreservasi{

    width: 50%;

    background-color:#DCDCDC;

    margin:auto;

    padding:10px;

    box-shadow:0 0 3px 3px rgba(0,0,0,.5);

    border-radius:10px;

}

.bersih{

    bersih:both;

}

.ruangan nav ul li{

    margin: 0 5px;

}

.header{

    min-height:100vh;

    width:100%;

    background-image:linier-;

}



.kontener{

    width: auto;

    background-color:white;

    margin:auto;

    padding:10px;

    box-shadow:0 0 3px 3px rgba(0,0,0,.8);

    border-radius:10px;

}

.galery li{

    width:160px;

    height:120px;

    overflow:hidden;

    border:3px solid #666;

    float:left;

    margin-right: 15px;

    margin-bottom :15px;

    margin-top: 15px;

    position:relative;

}

.galery li,

.galery li img

.galery li span{

    border-radius:10%;

}

.galery li span{

    display:block;

    width:160px;

    height:120px;

    background-color:rgba(200,200,200,.5);

   

    position:absolute;

    top:0;

    text-align:center;

    line-height:120px;

    color:#000;

    text-shadow: 1px 1px 1px white;

    opacity:0;

    transition:.3s;

}

.galery li a:hover span{

    opacity:1;

    

}

.clear{

    clear:both;

}



.overlay{

    width:0;

    height:0;

    overflow:hidden;

    position:fixed;

    top:0;

    left:0;

    background: rgba(0,0,0,0);

    z-index:9999;

    transition:1s;

    text-align:center;

    padding:100px 0;

}



.overlay:target{

    width:auto;

    height:auto;

    bottom:0;

    right:0;

    background: rgba(0,0,0,.7);

}



.overlay img{

    max-height:100%;

    box-shadow: 2px 2px 7px rgba(0,0,0,.0);

}

.overlay:target img{

    animation: zoomDanFade 1s;

}



.overlay .close{

    position:absolute;

    top:60px;

    left:50%;

    margin-left: -20px;

    color:white;

    text-decoration:none;

    background-color:black;

    border:1px solid white;

    line-height:14px;

    padding:5px;

    opacity:0;

}

.overlay:target .close{

    animation :slideDownFade .5s .5s forwards;

}

@keyframes zoomDanFade{

    0%{

        transform:scale(0);

        opacity:0;

    }

    100%{

        transform: scale(1);

        opacity:1;

    }

}



@keyframes slideDownFade{

    0%{

        opacity:0;

        margin-top:-20px;

    }

    100%{

        opacity:1;

        margin-top:0;

    }

}



.cta{

  margin: 100px auto;

  width: 90%;

  height: 10%;

  background-position: center;

  background-size: cover;

  border-radius: 10px;

  text-align: center;

  padding: 100px 0;

 background-color:#ADD8E6;

  opacity: 70%;

  color: black;

  margin-bottom: 40px;





}

.cta p{

color: #fff;

font-size: 20px;

 margin-bottom: 40px;

 padding: 0;

 color:black;

 

}



.cta .order{

  display: inline-block;

  text-decoration: none;

  color: black;

  border: 2px solid black;

  padding: 12px 34px;

  font-size: 13px;

  background: transparent;

  position: relative;

  cursor: pointer;

}



.cta .order:hover{

    border:1px solid #f44336;

    background:#f44336;

    transition:1s;

}









/*---------------------------------------

   Footer section              

-----------------------------------------*/

*{
  margin: 0;
  padding: 0;
  color: #d9d9d9;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.content1{
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
}
.content1 .text{
  font-size: 2.5rem;
  font-weight: 600;
  color: #202020;
}
.content1 .p{
  font-size: 2.1875rem;
  font-weight: 600;
  color: #202020;
}
testi{
  position: relative;
  bottom: 0px;
  width: 100%;
  background: #111;
}


footer{
  position: relative;
  top: 0;
  width: 100%;
  background: #111;
}
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
 
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #f12020;
  top: -10px;
}
.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #f12020;
}
.center .content .fas{
  font-size: 1.4375rem;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover{
  background: #f12020;
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}
.right form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .tombol{
  margin-top: 10px;
}
.right form .tombol button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #f12020;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.right form .tombol button:hover{
  background: #000;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}

@media screen and (max-width: 900px) {

  .ruang_video{
    flex-wrap: wrap;
    flex-direction: column;
   
    justify-content: center;
    align-items: center;
    
   
  }
  .ruang_video .tempat_video{
   width:310px;
  }
  
   .tempat_video .konten_video iframe{
   width:260px;
  }
}

@media screen and (max-width: 900px){
   
    .wadah_testimoni{
       margin-left: auto;
       margin-right: auto;
       top: 1855px;
		flex-direction: column;
		width:90%;
		height: auto;
		padding: 30px 0px;
		align-items: center;
    }
    .text_testimoni{
       position:relative;
		width:90%;
		text-align: justify;
		color:#000000;
		left:2px;
	
    }
    
    .wadah_testimoni img{
        position:relative;
        top:-2px;
    }
}
@media screen and (max-width: 900px){
  
    .atas{
       	position:relative;
        bottom:800px;
       
    }
    
}



@media screen and (max-width: 900px){
  
    .wadah_event{
    
		flex-direction: column;
		
    }
   

    .eventGambar{
      
      min-height: 400px;
      border-bottom: 5px solid #008CBA;
    }
    
    
}


@media screen and (max-width: 900px){
    
    #speakers{
        margin-left: auto;
       margin-right: auto;
		width:90%;
		height: 600px;
		padding: 10px 0px;
		align-items: center;
		top:1420px;
    }
 
    
}

@media (max-width: 900px){
    
  /* sourcing */
    section#sumber{
      margin-top: 200px;
      
    }
    

    .wadah_sourcing{
	    display: flex;
      flex-direction: column;
      min-height: 500px;

		
    }
    .wadah_sourcing .text_sourcing{
       
		text-align: justify;
		color:#000;
		
    }

    .wadah_sourcing .img_sour.y{
      background-position: center;
      border-bottom: 5px solid ;
      border-right: 0;
      min-height: 300px;
      
    }
    
    /* why */

    .wadah_why{
      
        flex-direction: column;  
        min-height: 600px;
    
      }
    
    
    .text_why{
      padding: 50px;
      box-sizing: border-box;
        width: 100%;
      text-align: justify;
      color:#000;

      
      }

    .why_gambar{
      min-width: 100%;
      border-right: 0;
      border-bottom: 5px solid;
    }
      
      /*tour  */

      .wadah_tour{
      flex-direction: column;    
      min-height: 900px;
        
        }
        .box360 .detail360 .content360{
   
    padding:22%;
   
}
        
    /* pesan */
  .wadah_pesan{
    flex-direction: column;
    
    
   }

    .text_pesan{
      padding: 20px;
      flex: 1;
      box-sizing: border-box;
   }

   .pesanGambar{
    background-position: center;
    min-height: 300px;
   }

         
        
}
@media screen and (max-width: 900px){
   
    .wadah_kami{
       margin-left: auto;
       margin-right: auto;
       
		flex-direction: column;
		width:90%;
		height: 650px;
		padding: 10px 0px;
		align-items: center;
		top:10px;
		
    }
    .text_kami{
       position:relative;
		width:90%;
		text-align: justify;
		color:#000000;
		bottom:10px;
		left:-5px;
		
    }
    
    .wadah_kami img{
        position:relative;
        width:300px;
        height:200px;
        top:5px;
        
    }
    
}
@media screen and (max-width: 900px) {
 
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}






/*---------------------------------------

   Finish Footer              

-----------------------------------------*/
/* Back top */

.go-top {

  background-color: #222;

  bottom: 2em;

  right: 2em;

  color: #ffffff;

  font-size: 32px;

  display: none;

  position: fixed;

  text-decoration: none;

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  transition: all 0.4s ease-in-out;

}



.go-top:hover {

    background: #f2545f;

    color: #ffffff;

}





/*---------------------------------------

   Social icon             

-----------------------------------------*/







/*---------------------------------------

   Responsive styles            

-----------------------------------------*/

@media (max-width: 980px) {



  p {font-size: 13px;}



  .custom-navbar .navbar-brand {

    font-size: 2rem;

  }



  .custom-navbar .nav li a {

    font-size: 11px;

	line-height: 20px;

  }



  #intro { height: 65vh; }



  #video iframe {

    margin-top: 42px;

  }



  #contact .contact_detail {

  background: #ffffff;

  padding: 10rem 3rem 10rem 5rem;

}



}



@media (max-width: 768px) {



  .custom-navbar .navbar-brand {

    line-height: 20px;

  }



  #overview img,

  #detail .col-md-4,

  #register form {

    padding-top: 32px;

  }



  .nav-tabs > li > a {

    font-size: 13px;

  }



  #program img {

    padding-bottom: 32px;

  }



  #sponsors img {

    padding-top: 22px;

  }



  #contact .contact_detail {

    margin-top: 82px;

  }



}



@media (max-width: 760px) {



  #intro {

    height: 100vh;

  }



}

@media(max-width:1000px){
	*{
		box-sizing: border-box;
	}
	.model{
		height: 460px;
		left: 90%;
		transform: translateX(-90%);
	}
	.text-container{
		top:46%;
	}
	.text-container button{
		margin: 5px;
	}
	.about-container{
		width:90%;
		border-radius: 10px;
	}
	.about-container img{
		height: 200px;
	}
	.about-text{
		width: 400px;
		color:#000000;
	}
	.box-container{
		justify-content: center;
		flex-wrap: wrap;
	}
	.services{
		height: auto;
	}

}
@media(max-width:750px){

	.model{
		display: none;
	}
	

	.text-container{
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 80%;
	}

	.about-container{
		top: 0px;
		flex-direction: column;
		width:90%;
		height: auto;
		padding: 30px 0px;
		align-items: center;
	}
	.about-text{
		width:90%;
		text-align: justify;
		color:#000000;
	}
	.services-text{
		width: 100%;
	}
	.contact-me{
		height: 180px;
	}
	.contact-me p{
		font-size: 18px;
	}
	.contact-me button{
		width: 150px;
		height: 33px;
	}
	.con{
	    padding-top:80px;
	}

}


