<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:"Poppins", sans-serif;
}



body,html {
		overflow-x: hidden !important;
		position: relative !important;
        max-width: 100% !important;
        height: auto !important;
        background-color: #0c1421 !important;
        user-select: none !important;
          -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
        -webkit-user-select:none;
    -webkit-touch-callout:none;
}

a {
	text-decoration: none !important;
	color: white !important;
	transition: 1s ease;
	opacity: 1;
}

a:hover {
transition: .2s ease;
opacity: 0.5 !important;
}

body::-webkit-scrollbar {
	display: none !important;
}

.tj {
	text-align: justify !important;
  text-justify: inter-word !important;
}


img i {
	  pointer-events: none;

}

.container &gt; a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.container &gt; a &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 10px #000;
}

.container {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}


a {
	text-decoration: none !important;
}



.google-map {
	   position: relative;
	   left: 0;
	   right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
  
}


.container {
	top: 0;
	right: 0;
	left: 0;
  display: flex;
  background-color: #0c1421;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}


img i {
	  pointer-events: none !important;

}


.qiyam {
  margin-left: auto;
  margin-right: auto;
}



footer {
	text-align: center;
	position: absolute;
	background: #26272b;;
	right: 0;
	left: 0;
	bottom: 0;
}

footer .f1 {
	margin-top: 17px;
}
.hehe {
	text-align: center;
	margin-top: -30px;
}


.home img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}



#text {
	position: relative;
	font-size: 10vw;
	color: white;
	text-align: center;
	justify-content: center;
	font-family:"Poppins", sans-serif;
}
.textt {
	position: relative;
	font-size: 2.3em;
	color: white;
	text-align: center;
	justify-content: center;
	font-family:"Poppins", sans-serif;
	line-height: -95px !important;
	text-shadow: black 2px 0 10px;
}

#text2 {
	position: relative;
	font-size: 10vw;
	color: black;
	text-align: center;
	justify-content: center;
	font-family:"Poppins", sans-serif;
}


header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 200px;
	transition: 0.5s ease;
}

header.sticky {
	height: calc(2.5rem + 1rem);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.t1 {
	width: 45% !important;
}



header .brand  {
	display: inline-block;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s ease;
}

header .brand :hover {
	opacity: 0.3;
}



header .navigation {
	position: relative;
}

header .navigation .navigation-items a{
	position: relative;
	color: #fff; 
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	margin-left: 20px;
	transition: 0.3 ease;
}



header .navigation .navigation-items a:before {
	content: '';
	position: absolute;
	background: #fff;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	transition: 0.3s ease;
}

header .navigation .navigation-items a:hover:before {
	transition: 0.3s ease;
	width: 100%;
} 


section {
	content: '';
	height: 100%;
	position: relative;
	padding: 50px 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	background: #0c1421 !important;
}


.home {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #0c1421;
}

.home:before {
	z-index: 777;
	background: rgba(29, 42, 59, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.home:after {
	z-index: 888;
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: linear-gradient(transparent, #0c1421);
}

.home .content {
	z-index: 888;
	color: #fff;
	width: 70%;
	margin-top: 50px;
}

.home .content h2{
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 40px;
	margin-bottom: 40px;
}

.home .content h2 span{
	font-size: 1.2em;
	font-weight: 500;
}

.home .content p {
	margin-bottom: 65px;
}

.home .content a {
	background: #fff;
	padding: 15px 35px;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
	border-radius: 2px;	
}

.home .content a:hover {
	transition: 0.5s ease;
	opacity: .5;
	padding: 15px 35px;;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
	border-radius: 2px;	
}

.piw {
	margin-top: -90px;
}

.row .media-icons {
z-index: 888;
	position: relative;
	display: inline-block;
	flex-direction: column;
	transition: 0.3s ease;
}


.row .media-icons a{
	color: #fff;
	font-size: 1.6em;
	padding: 5px;
	opacity: 1;
}

.row .media-icons a:hover{
	transition: 0.3s ease-out;
	color: black;
	font-size: 1.9em;
	opacity: 0.5;
}
.row .media-iconsq a{
	text-align: center !important; 
	justify-content: center !important;
	color: #fff;
	font-size: 1.6em;
	padding: 1px;
	margin: 0;
	opacity: 1;
	
}

.row .media-iconsq a:hover{
	transition: 0.3s ease-out;
	color: black;
	opacity: 0.5;
}

.filres {
	filter: saturate(2.3);
}

.qewi {
	right: 0;
	left: 0;
}

.qewi img{
	border-radius: 7px;
		opacity: 1;
}

.qewi img:hover {
	transition: 1s ease;
	opacity: 0.5;
}
.qewis img{
	border-radius: 7px;
	transition: transform 0.4s ease;
	  transform: scale3d(1, 1, 1);

}

.qewis img:hover {
		transition: 0.8s ease;
		filter: drop-shadow(8px 5px 3px darkgreen);
     transform: scale3d(1.1, 1.1, 1.1);
}

.qewi p {
	margin: 15px;
	padding: 5px;
	opacity: 1;
}
.qewi p:hover {
	transition: 1s ease;
	opacity: 0.5;
}

.circularsquare { border-top-left-radius: 50% 50%; border-top-right-radius: 50% 50%; border-bottom-right-radius: 50% 50%; border-bottom-left-radius: 50% 50%; }


.qewi a {
	text-decoration: none !important;
}

.media-icons {
  margin: 10px;
  color: #333;
  transition: color 0.3s; /* Transisi warna ketika hover */
}


/* Efek hover */
.media-icons:hover {
  color: black /* Warna ikon berubah menjadi merah ketika hover */
}

.media-iconsq {
  color: #333;
  transition: color 0.3s; /* Transisi warna ketika hover */
}



/* Efek hover */
.media-iconsq:hover {
  color: black /* Warna ikon berubah menjadi merah ketika hover */
}

.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 44px 0;
  overflow: hidden;
  top: -70px;
}
.testimonial .image {
  width: 30%;
  object-fit: cover;
  border-radius: 100px;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 13.5px;
  font-weight: 100;
  color: white;
}
.details .job {
  font-size: 10.4px;
  font-weight: 100;
  color: white;
}
/* swiper button css */
.nav-btn {
  width: 10px !important;
  border-radius: 20%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

 /* CSS specific to iOS devices */ 
/*@supports (-webkit-touch-callout: none) {
 
  .inyong h2 {
	margin: 0 !important;
	margin-bottom: 50px !important;
	padding: 0 !important;
	font-size: 1.3em !important;
}

body,html {
		overflow-x: hidden !important;
		position: relative !important;
        width: 100% !important;
        background-color: #0c1421 !important;
}

footer {
	font-size: 0.7em !important;
}
 

	.google-map iframe {
     width: 100% !important;
}
	header {
   		padding: 12px 20px;
	}


	header .brand {
	font-size: 0.8em;
}

	.home .content h2{
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 30px;
	margin-bottom: 30px;
}

.home .content h2 span{
	font-size: 0.8em;
	font-weight: 500;
}

	section {
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 37px 20px;
	}

	.home .media-icons {
    	right: 15px;
	}

	header .navigation {
		display: none;
	}	
	header .navigation.active{
		transition: 0.5s ease;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(1, 1, 1, 0.5);
	}
	header .navigation .navigation-items a {
		color: #222;
		font-size: 1.2em;
		margin: 20px;
		transition: 0.5s ease;
	}
		header .navigation .navigation-items a:before {
		background: #222;
		transition: 0.5s ease;
	}
	header .navigation.active .navigation-items{
		transition: 1s ease;
		background: #fff;
		width: 600px;
		max-width: 600px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
	}

	.menu-btn {
		transition: 0.7s ease-in;
		background: url(../menu.png)no-repeat;
		background-size: 30px;
		background-position: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		
	}

	.menu-btn.active {
		transition: 0.7s ease-out;
		z-index: 999;
		background: url(../close.png)no-repeat;
		background-size: 30px;
		background-position: center;
		
	}
		.containers {
			display: inline;
  align-items: center;
  justify-content: center;
}

.containers img {
	margin: 0;
	width: 62%;
  margin-bottom: 30px;
}


.text {
  font-size: 20px;
  text-align: center;
}
.hehe {
	text-align: center;
	margin-bottom: 20px;
}
 .qa {
 	height: 65% !important; 
 } .qb {
 	height: auto !important; 
 } .qc {
 	height: auto !important; 
 } .qd {
 	height: auto !important; 
 }
}

}
}*/


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


	  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none !important;
  }
  .testimonial .image {
  width: 50%;
  object-fit: cover;
  border-radius: 100px;
}
}


.home video {
	z-index: 000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #fff;
}

.eq {
	padding: 25px;
}

.eq a i {
	margin: 5px;
}

/*.blue {
	background: #3c31dd;
}

.red {
	background: #dd3f31;
}

.white {
	background: #fff;
}

.dark {
	background: #0f0f10;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 126px;
    transform: rotateY(180deg);
}

.wave .shape-fill {
    fill: #000000;
}

.spacer {
	position: absolute;
	width: 100%;
	background-repeat: repeat;
	background-position:center;
	background-size: cover;
}

.layer1 {
	background-image: url(./layer1.svg);
}*/

/*
.curve {
	position: absolute;
	height: 225px;
	width: 100%;
	bottom: 0;
}
.curve::before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 100% 50%;
	width: 55%;
	height: 100%;
	background-color: #202731;
	transform: translate(85%, 60%);
}
.curve::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 100% 50%;
	width: 55%;
	height: 100%;
	background-color: #3c31dd;
	transform: translate(-4%, 40%);
	z-index: -1;
}
*/

.qiw {
	margin-top: -52px;
	margin-bottom: 35px;
}

.fow {
	text-align: center;
}

.fow form {
	padding: 40px;
}

	.containers {
		color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c1421;
}

.containers img {
	margin-right: 50px;
  width: 300px;
}

.image {
  flex-basis: 10%
}

.text2 {
  font-size: 18.3px;
  padding-left: 60px;
  margin-top: -10px !important;
}



iframe {
	margin-left: 50px;
}

nav a:is(:link, :active, :visited) {
		font-weight: normal;
}

nav a:is(:link, :active, :visited).active {
	font-smooth: 2em;
	font-weight: 686;

}


.qwzc h5 {
	opacity: 1;
}

.qwzc h5:hover {
	transition: 1s ease-out;
   opacity: 0.5;
}

.qis {
	width: 100% !important;
}


/*@media (min-width: 100px) and (max-width: 767.98px) {



.qis {
	width: 30% !important;
}

	table {
		width: 50% !important;
		font-size: 0.4em;
	}
}
*/
@media screen and (min-width: 50px) and (max-width: 1000px) {
body,html {
		overflow-x: hidden !important;
		position: relative !important;
        width: 100% !important;
        background-color: #0c1421 !important;
/*        -webkit-user-select:none;
    -webkit-touch-callout:none;*/
}

	footer {
	font-size: 0.7em !important;
}

.textt {
	position: relative;
	font-size: 2.5em;
	color: white;
	text-align: center;
	justify-content: center;
	font-family:"Poppins", sans-serif;
	line-height: -25px !important;
	text-shadow: black 2px 0 10px;
}

	.gallery img {
		object-fit: cover !important;
		width: 100% !important;
	}

	.qw img {
		width: 80% !important;
		height: 75% !important;
	}

	.miq img {
		width: 100% !important;
	}


.text2 {
  font-size: 18.3px;
  padding-left: 0px;
  margin-top: 50px !important;
}

.media-iconsq {
	margin-top: 0;
	margin-left: 0 !important;
  color: #333;
  transition: color 0.3s; /* Transisi warna ketika hover */
}

#mountain_left {
	width: 100% !important;
}
#mountain_right {
	display: none;
}


.pps {
	width: 100% !important;
}

.text {
  font-size: auto;
  margin-top: 30px !important;
}


.card {
	width: 24.8rem !important;
}

	.google-map iframe {
		padding: 0px;
		margin : 0px;
     width: 97%;
     object-fit: cover;
     border-radius: 14.2px !important;
}
	header {
   		padding: 12px 20px;
	}

	header .brand {
	font-size: 1em !important;
}

	.home .content h2{
	font-size: 1.8em !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 5px !important;
	line-height: 30px !important;
	margin-bottom: 30px !important;
}

.home .content h2 span{
	font-size: 1em;
	font-weight: 500;
}

	section {
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 37px 20px;
	}


	header .navigation {
    display: none;
  }
  header .navigation.active {
  	color: black !important;
    transition: 0.5s ease;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.5);
  }
  header .navigation .navigation-items a {
    color: black !important;
    font-size: 1.2em;
    margin: 20px;
    transition: 0.5s ease;
  }
  header .navigation .navigation-items a:before {
    background: #222;
    transition: 0.5s ease;
    color: black !important;
  }
  header .navigation.active .navigation-items {
  	color: black !important;
    transition: 1s ease;
    background: #fff;
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }
  .menu-btn {
    transition: 0.7s ease-in;
    background: url(../menu.png) no-repeat;
    background-size: 30px;
    filter: drop-shadow(4px 2px 3px black) !important;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .menu-btn.active {
    transition: 0.7s ease-out;
    z-index: 999;
    background: url(../close.png) no-repeat;
    background-size: 30px;
    background-position: center;
  }
		.containers {
			color: white;
			display: inline;
  align-items: center;
  justify-content: center;
  background-color: #0c1421
}

.containers img {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

iframe {
	border-radius: 50px !important;
}

.text {
  font-size: 18px;
  text-align: center;
}
.hehe {
	text-align: center;
	margin-bottom: 20px;
}



#text {
	position: relative;
	font-size: 14vw;
	color: white;
	text-align: center;
	justify-content: center;
	font-family:"Poppins", sans-serif;
}


}
</pre></body></html>