/*-----------------------------------------------------------------------------------
	braintsystems.com
	About: braintsystems.com official website 
	Author: bramana jaya safutra 
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Airstrike3D';
	src: url('./fonts/Airstrike3D/airstrike3d.ttf');
	src: url('./fonts/Airstrike3D/airstrike3d.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'AirstrikeAcademy';
	src: url('./fonts/AirstrikeAcademy/airstrikeacad.ttf');
	src: url('./fonts/AirstrikeAcademy/airstrikeacad.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'AirstrikeChrome';
	src: url('./fonts/AirstrikeChrome/airstrikechrome.ttf');
	src: url('./fonts/AirstrikeChrome/airstrikechrome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'AirstrikeBold3D';
	src: url('./fonts/AirstrikeBold3D/airstrikeb3d.ttf');
	src: url('./fonts/AirstrikeBold3D/airstrikeb3d.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'AirstrikeCondensed';
	src: url('./fonts/AirstrikeCondensed/airstrikecond.ttf');
	src: url('./fonts/AirstrikeCondensed/airstrikecond.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Maxthron-Regular';
	src: url('./fonts/Maxthron-Regular/Maxthron-Regular%20TTF.ttf');
	src: url('./fonts/Maxthron-Regular/Maxthron-Regular%20TTF.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Poppins-Medium';
	src: url('./fonts/Poppins-Medium/Poppins-Medium.ttf');
	src: url('./fonts/Poppins-Medium/Poppins-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'AirstrikeBold';
	src: url('./fonts/AirstrikeBold/airstrikebold.ttf');
	src: url('./fonts/AirstrikeBold/airstrikebold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-l-edge{
	background-position: left!important;
	background-repeat: no-repeat;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgba(0, 0, 0, 0);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.logo{
	width:600px;
	height:200px;
}
.navbar-brand img{
	width:200px;
	height:65px;
}
.nav{
	background-size:cover;
	box-shadow:0.00px 2.00px 4px #000000;
}
.nav-button{
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:2px 2px 2px 2px;
	border-radius:15px 15px 15px 15px;
	font-size:10px;
	line-height:9px;
	text-align:center;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	width:120px;
	height:30px;
	position:relative;
	left:5px;
	right:5px;
	margin-left:5px;
	margin-right:5px;
	font-weight:normal;
	background:linear-gradient(0deg, var(--swatch-var-Unnamed-Swatch-copy-2) 0%, var(--swatch-var-6510) 19%, var(--swatch-var-Unnamed-Swatch-copy-4) 96%, #FFFFFF  100%);
	font-family:"AirstrikeCondensed";
}
.nav-logo{
	border-radius:16px 16px 16px 16px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#FEFB00!important;
	width:200px;
	height:70px;
}
.green-bg-gradient{
	background:linear-gradient(68deg, #61E1A3, #49AFFF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.pink-bg-gradient{
	background:linear-gradient(140deg, #7A79F2 0%, #9255F8 100);
}
.shore-bg-gradient{
	background:linear-gradient(0deg, #FFBA1E, #0AA2FF);
}
.judul{
	color:var(--swatch-var-Unnamed-Swatch-copy-2)!important;
	font-size:25px;
	background:linear-gradient(0deg, #FF40FF 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-family:"Abril Fatface";
	font-weight:700;
	letter-spacing:1px;
	line-height:24px;
}
.subjudul{
	color:#932092!important;
	font-family:"Abril Fatface";
	font-size:20px;
}
.hero-header-text{
	font-size:30px;
	font-weight:bold;
	font-family:"Airstrike3D";
}
.moto{
	font-family:"Abril Fatface";
	font-size:40px;
	color:var(--swatch-var-Unnamed-Swatch-copy-3)!important;
	background:radial-gradient(var(--swatch-var-Unnamed-Swatch) 41%, #DDDBDB 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-weight:bold;
	letter-spacing:1px;
	line-height:45px;
}
.defenisi{
	font-family:"Josefin Slab";
	font-size:14px;
	background:linear-gradient(0deg, #000000 33%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.judul-bidang{
	font-size:27px;
	font-family:"Open Sans";
	font-weight:800;
	text-decoration:none;
	background:linear-gradient(0deg, #FF40FF 48%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:var(--swatch-var-Unnamed-Swatch-copy-3)!important;
}
.gambar-bidang{
	width:300px;
	height:300px;
}
.gambarbidang1{
	width:400px;
	height:400px;
}
.tombol{
	font-size:16px;
	color:#932092!important;
	border-style:solid;
	border-color:#FF40FF!important;
	border-radius:70px 70px 70px 70px;
	border-width:1px 1px 1px 1px;
	background:linear-gradient(0deg, #FF40FF 4%, #FFFFFF 100%);
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.card{
	border-style:solid;
	border-color:#0432FF!important;
	border-width:1px 1px 1px 1px;
}
.card2{
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:2px 2px 2px 2px;
	box-shadow:inset 0.00px -1.00px 4px #FEFB00;
}
.nav-list{
	margin:5px 0px 5px 0px;
	color:var(--swatch-var-1928)!important;
	font-size:20px;
	font-family:"AirstrikeGradient";
	width:670px;
	padding:5px 2px 5px 5px;
	text-shadow:1.70px 1.06px 2px #000000;
}
.judul-website{
	font-size:120px;
	line-height:100px;
	text-align:center;
	color:var(--swatch-var-Unnamed-Swatch-copy-8)!important;
	background:linear-gradient(162deg, #0432FF 0%, #FFFFFF 100%);
	font-family:"AirstrikeChrome";
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-weight:normal;
	letter-spacing:3px;
}
.feat-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
}
.feat-header{
	font-weight:bold;
}
.logo-2{
	width:200px;
}
.logojudul{
	width:500px;
	height:300px;
}
.kata2{
	color:var(--swatch-var-Unnamed-Swatch-copy-19)!important;
	font-size:20px;
	font-family:"PT Sans";
	font-weight:normal;
	line-height:24px;
	text-decoration:none;
}
.kata{
	font-size:16px;
	line-height:22px;
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	background:linear-gradient(163deg, var(--swatch-var-Unnamed-Swatch-copy-2) 42%, #FFFFFF  100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-family:"Maxthron-Regular";
	font-weight:normal;
	letter-spacing:1px;
}
.judul-bidang-2{
	font-size:45px;
	font-family:"AirstrikeBold3D";
	font-weight:700;
	text-transform:none;
	color:var(--swatch-var-6510)!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, #932092  0%, #FFFFFF 32%);
	line-height:45px;
}
.videowebsite{
	padding-right:35px;
}
.logosedang{
	width:400px;
	height:130px;
}
.def-harga{
	font-size:14px;
	font-family:"Domine";
	color:var(--swatch-var-Unnamed-Swatch-copy-6)!important;
	line-height:18px;
	background:linear-gradient(0deg, #0432FF 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.list{
	font-size:18px;
	color:#FEFB00!important;
	text-align:center;
	font-family:"Domine";
	text-shadow:0.88px 1.80px 0px #000000;
	border-style:solid;
	border-radius:40px 40px 40px 40px;
	box-shadow:inset 0.00px -3.00px 29px #FEFB00;
	padding-top:10px;
	padding-bottom:5px;
	line-height:15px;
	border-color:#FEFFFF!important;
	margin-left:20px;
	margin-right:20px;
}
.angka{
	font-size:18px;
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
	background:linear-gradient(0deg, var(--swatch-var-Unnamed-Swatch-copy-2) 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	margin-top:20px;
}
.card3{
	border-style:solid;
	border-radius:25px 25px 25px 25px;
	border-color:var(--swatch-var-Unnamed-Swatch)!important;
	box-shadow:0.53px 0.85px 13px #000000;
	position:relative;
	margin-left:20px;
	margin-right:20px;
}
.tombol-harga{
	border-style:solid;
	border-color:#FEFFFF!important;
	border-width:2px 2px 2px 2px;
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
	box-shadow:inset 0.00px -2.00px 9px #FEFB00;
	border-radius:30px 30px 30px 30px;
	font-family:"AirstrikeCondensed";
	padding:5px 20px 5px 20px;
	font-size:20px;
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	background:linear-gradient(0deg, var(--swatch-var-Unnamed-Swatch-copy-7) 41%, #FFFFFF 100%);
	line-height:25px;
}
.silver{
	font-size:25px;
	font-family:"Lato";
	font-weight:bold;
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
	background:linear-gradient(55deg, var(--swatch-var-Unnamed-Swatch-copy-7) 42%, #FFFFFF  100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	line-height:40px;
	border-style:solid;
	border-radius:50px 50px 50px 50px;
	border-color:#FEFFFF!important;
	box-shadow:inset 0.00px -2.00px 10px #FEFFFF;
	padding:5px 5px 5px 5px;
}
.gold{
	font-size:50px;
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
	line-height:60px;
	border-style:solid;
	border-color:#FEFFFF!important;
	border-radius:50px 50px 50px 50px;
	box-shadow:inset 0.00px -2.00px 15px #FEFFFF;
	background:linear-gradient(119deg, var(--swatch-var-Unnamed-Swatch-copy-7) 0%, #FEFB00 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.judul-menu{
	font-size:30px;
	color:var(--swatch-var-1928)!important;
	font-family:"Oswald";
	font-weight:900;
	background:linear-gradient(0deg, var(--swatch-var-Unnamed-Swatch-copy-2) 46%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	border-style:solid;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-2)!important;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
	padding:5px 5px 5px 5px;
	box-shadow:inset 0.00px -2.00px 11px #0433FF;
}
.testimoni{
	width:700px;
	height:300px;
}
.logokonstumer{
	width:80px;
	height:80px;
}
.fontwihte{
	font-family:"Airstrike3D";
	font-weight:bold;
	font-size:50px;
	color:var(--swatch-var-Unnamed-Swatch-copy-3)!important;
	background:linear-gradient(0deg, #000000 40%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	line-height:40px;
}
.kata3{
	font-size:16px;
	color:var(--swatch-var-6316)!important;
	background:linear-gradient(0deg, var(--swatch-var-Unnamed-Swatch-copy-3) 32%, #FFFFFF 50%, var(--swatch-var-Unnamed-Swatch-copy-2) 70%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	line-height:22px;
	font-weight:bold;
}
.judulwebsite2{
	font-family:"Airstrike3D";
	color:var(--swatch-var-Unnamed-Swatch-copy-5)!important;
	font-size:130px;
	text-align:center;
	line-height:100px;
	font-weight:normal;
	text-shadow:0.00px -0.00px 9px #FEFFFF;
}
.defenisi1{
	color:var(--swatch-var-6510)!important;
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:16px;
	line-height:18px;
}
.kata4{
	color:#FEFB00!important;
	font-family:"PT Sans Narrow";
	font-size:20px;
	line-height:22px;
}
.judulbidang3{
	font-family:"Airstrike3D";
	font-size:35px;
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
	font-style:italic;
	line-height:35px;
	text-shadow:1.58px 1.23px 0px #FEFB00,0.00px -2.00px 2px #3C0E4E;
}
.bloc-divider-t-fill{
	fill:#FEFFFF;
	height:111px;
	width:100%;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-Unnamed-Swatch-copy-17);
	height:83px;
}
.kata5{
	color:#932092!important;
	font-size:20px;
	font-family:"PT Sans";
	line-height:24px;
}
.bloc-divider-t-bloc-15-fill{
	fill:var(--swatch-var-Unnamed-Swatch-copy-17);
}
.bloc-divider-b-bloc-4-fill{
	fill:var(--swatch-var-Unnamed-Swatch-copy-21);
	height:59px;
}
.bloc-divider-t-bloc-4-fill{
	fill:#FEFFFF;
}
.bloc-divider-t-bloc-5-fill{
	fill:var(--swatch-var-Unnamed-Swatch-copy-6);
}
.bloc-divider-b-bloc-3-fill{
	fill:var(--swatch-var-Unnamed-Swatch-copy-8);
}
.judul-multimedia{
	color:var(--swatch-var-6316)!important;
	background:linear-gradient(0deg, var(--swatch-var-Unnamed-Swatch-copy-2) 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-family:"Airstrike3D";
	font-size:35px;
	line-height:30px;
	text-shadow:1.62px 1.18px 0px #0433FF;
}
.carddef{
	background:linear-gradient(89deg, #2C00D1 24%, var(--swatch-var-1928) 100%);
	border-radius:25px 25px 25px 25px;
	border-style:solid;
	border-color:#932092!important;
	margin:5px 10px 5px 10px;
}
.paket{
	background:linear-gradient(226deg, #9631ED 29%, #FFFFFF 100%);
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:5px 5px 5px 5px;
	border-radius:30px 30px 30px 30px;
	box-shadow:8.49px 8.49px 9px #000000;
}
.web{
	background-image:url("img/portofolio%20bpsdm.png");
	background-image: -webkit-image-set(url("img/portofolio%20bpsdm.webp") 1x,
url("img/portofolio%20bpsdm.webp") 2x);background-image: image-set(url("img/portofolio%20bpsdm.png") 1x,
url("img/portofolio%20bpsdm.png") 2x,url("img/portofolio%20bpsdm.webp") 1x,
url("img/portofolio%20bpsdm.webp") 2x);
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
}
.web-text{
	font-family:"Abril Fatface";
	font-size:20px;
	color:#0432FF!important;
	line-height:30px;
}
.web-2{
	background-image:url("img/laborku.png");
	background-image: -webkit-image-set(url("img/laborku.webp") 1x,
url("img/laborku.webp") 2x);background-image: image-set(url("img/laborku.png") 1x,
url("img/laborku.png") 2x,url("img/laborku.webp") 1x,
url("img/laborku.webp") 2x);
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
}
.web-3{
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
	background-image:url("img/biroadpim.png");
	background-image: -webkit-image-set(url("img/biroadpim.webp") 1x,
url("img/biroadpim.webp") 2x);background-image: image-set(url("img/biroadpim.png") 1x,
url("img/biroadpim.png") 2x,url("img/biroadpim.webp") 1x,
url("img/biroadpim.webp") 2x);
}
.web-4{
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
	background-image:url("img/dishub.png");
	background-image: -webkit-image-set(url("img/dishub.webp") 1x,
url("img/dishub.webp") 2x);background-image: image-set(url("img/dishub.png") 1x,
url("img/dishub.png") 2x,url("img/dishub.webp") 1x,
url("img/dishub.webp") 2x);
}
.web-5{
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
	background-image:url("img/gisbatanghari.png");
	background-image: -webkit-image-set(url("img/gisbatanghari.webp") 1x,
url("img/gisbatanghari.webp") 2x);background-image: image-set(url("img/gisbatanghari.png") 1x,
url("img/gisbatanghari.png") 2x,url("img/gisbatanghari.webp") 1x,
url("img/gisbatanghari.webp") 2x);
}
.web-6{
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
	background-image:url("img/1sikilat.png");
	background-image: -webkit-image-set(url("img/1sikilat.webp") 1x,
url("img/1sikilat.webp") 2x);background-image: image-set(url("img/1sikilat.png") 1x,
url("img/1sikilat.png") 2x,url("img/1sikilat.webp") 1x,
url("img/1sikilat.webp") 2x);
}
.web-7{
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
	background-image:url("img/sikokplan_login_1.png");
	background-image: -webkit-image-set(url("img/sikokplan_login_1.webp") 1x,
url("img/sikokplan_login_1.webp") 2x);background-image: image-set(url("img/sikokplan_login_1.png") 1x,
url("img/sikokplan_login_1.png") 2x,url("img/sikokplan_login_1.webp") 1x,
url("img/sikokplan_login_1.webp") 2x);
}
.web-8{
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
	background-image:url("img/Screenshot%202024-06-12%20at%2013.01.38.png");
	background-image: -webkit-image-set(url("img/Screenshot%202024-06-12%20at%2013.01.38.webp") 1x,
url("img/Screenshot%202024-06-12%20at%2013.01.38.webp") 2x);background-image: image-set(url("img/Screenshot%202024-06-12%20at%2013.01.38.png") 1x,
url("img/Screenshot%202024-06-12%20at%2013.01.38.png") 2x,url("img/Screenshot%202024-06-12%20at%2013.01.38.webp") 1x,
url("img/Screenshot%202024-06-12%20at%2013.01.38.webp") 2x);
}
.web-9{
	background-size:contain;
	width:300px;
	height:170px;
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:3px 3px 3px 3px;
	border-radius:20px 20px 20px 20px;
	box-shadow:4.73px 3.69px 6px #000000;
	background-image:url("img/dlh.png");
	background-image: -webkit-image-set(url("img/dlh.webp") 1x,
url("img/dlh.webp") 2x);background-image: image-set(url("img/dlh.png") 1x,
url("img/dlh.png") 2x,url("img/dlh.webp") 1x,
url("img/dlh.webp") 2x);
}
.logodepan{
	width:100%;
	text-align: center;
}
.textcover{
	font-family:"AirstrikeAcademy";
	font-size:25px;
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:var(--swatch-var-Unnamed-Swatch-copy-8)!important;
	font-weight:normal;
}
.apple-white-link{
	font-family:"Lato";
	font-weight:700;
	color:#FEFFFE!important;
}
.apple-white-link:hover{
	text-decoration:underline!important;
}
.apple-blue-wire-button{
	font-size:16px;
	line-height:20px;
	border-style:solid;
	border-color:#017D93!important;
	color:#FEFFFF!important;
	border-width:2px 2px 2px 2px;
}
.apple-blue-wire-button:hover{
	border-color:#FFFFFF!important;
	background-color:#FFFFFF;
	color:#000000!important;
}
.apple-navbar-logo{
	width:16px;
	opacity:0.9;
}
.apple-navbar-logo:hover{
	opacity:1;
}
.apple-main-logo{
	float:left;
}
.apple-nav-list{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:center;
}
.apple-nav-link{
	font-size:15px;
	color:#D5D5D5!important;
}
.apple-nav-link:hover{
	color:#FEFFFF!important;
}
.apple-subnav{
	box-shadow:0px 2px 2px transparent;
	background-color:rgba(0,0,0,0.80);
}
.apple-subnav-logo{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
}
.apple-subnav-link{
	font-size:13px;
	color:#EAEAEA!important;
	margin-right:14px;
}
.apple-subnav-link:hover{
	color:#0096FF!important;
}
.apple-grey{
	color:#929292!important;
}
.apple-blue-button{
	font-family:"Lato";
	font-weight:400;
	font-size:13px;
	background-color:#0071E3;
	color:#FFFFFF!important;
	line-height:16px;
	padding-right:10px;
	padding-left:10px;
}
.apple-blue-button:hover{
	background-color:#007EFF;
}
.apple-center-video{
	padding-left:80px;
}
.apple-hero-intro{
	max-width:690px;
	margin-right:auto;
	margin-left:auto;
}
.apple-bold{
	font-family:"Lato";
	font-weight:700;
}
.apple-iphones-image{
	padding-right:50px;
	padding-left:50px;
}
.apple-wire-button{
	font-size:16px;
	border-style:solid;
	border-color:#FFFFFF!important;
	line-height:16px;
	color:#FEFFFF!important;
	border-width:1px 1px 1px 1px;
}
.apple-wire-button:hover{
	color:#000000!important;
	background-color:#FFFFFF;
}
.apple-modal-parent{
	width:100vw;
	height:100vh;
}
.apple-flex-modal{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	height:100vh;
}
.apple-modal-header{
	border-width:0px 0px 0px 0px;
}
.apple-close-icon{
	margin-top:10px;
}
.apple-modal-row{
	max-width:700px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 100px 50px 100px;
}
.apple-large-number{
	font-size:50px;
	line-height:70px;
}
.apple-gradient-text{
	color:transparent!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, #006881 0%, #09A6BE  100%);
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.apple-vertical-text{
	max-width:70px;
}
.apple-iphone-side{
	max-width:150px;
}
.apple-iphone-water{
	background-image:url("img/iphone-water-cropped.jpg");
	background-image: -webkit-image-set(url("img/iphone-water-cropped.webp") 1x,
url("img/iphone-water-cropped.webp") 2x);background-image: image-set(url("img/iphone-water-cropped.jpg") 1x,
url("img/iphone-water-cropped.jpg") 2x,url("img/iphone-water-cropped.webp") 1x,
url("img/iphone-water-cropped.webp") 2x);
	background-size:contain;
	height:900px;
	display:flex;
	flex-direction:column-reverse;
	background-position:right top;
	background-repeat:no-repeat;
}
.apple-iphone-water-div{
	max-width:300px;
	padding-bottom:128px;
}
.apple-5g-gradient{
	color:transparent!important;
	background:linear-gradient(90deg, #EAEAEA 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.apple-iphone-bg{
	background-image:url("img/iphone-bg.jpg");
	background-image: -webkit-image-set(url("img/iphone-bg.webp") 1x,
url("img/iphone-bg.webp") 2x);background-image: image-set(url("img/iphone-bg.jpg") 1x,
url("img/iphone-bg.jpg") 2x,url("img/iphone-bg.webp") 1x,
url("img/iphone-bg.webp") 2x);
	background-size:cover;
	max-width:600px;
	margin-right:auto;
	margin-left:auto;
	padding-top:60px;
	padding-right:28px;
	padding-left:28px;
}
.apple-iphone-tv{
	max-width:480px;
	margin-top:14px;
	margin-bottom:14px;
}
.apple-5g-text-gradient{
	font-family:"Lato";
	font-weight:700;
	color:transparent!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, #186F8F 0%, #51A5BE 100%);
}
.apple-a14-text{
	max-width:650px;
	margin-right:auto;
	margin-left:auto;
}
.apple-a14-g1{
	border-style:solid;
	border-color:rgba(4,79,99,0.50)!important;
	padding:28px 50px 28px 50px;
	border-width:5px 5px 5px 5px;
}
.apple-a14-gradient{
	font-size:50px;
	font-family:"Lato";
	font-weight:700;
	color:transparent!important;
	background:linear-gradient(90deg, #035D7B 0%, #0EBBD4 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	line-height:70px;
}
.bloc-divider-t-style{
	height:400px;
	fill:transparent;
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
}
.bloc-divider-b-style{
	height:400px;
	fill:transparent;
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
}
.apple-lidar-divider{
	border-style:_popUpItemAction:;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	height:3px;
	background:linear-gradient(90deg, #00586C 0%, #08A0B8 100%);
	margin-bottom:28px;
}
.apple-camera-max-width{
	max-width:1200px;
}
.apple-camera-spec{
	height:228px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.apple-white{
	color:#FFFFFF!important;
}
.apple-no-padding{
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.apple-small-text{
	font-size:12px;
	padding-left:28px;
}
.apple-camera-lens{
	min-height:200px;
}
.apple-silver{
	color:#C0C0C0!important;
}
.bloc-divider-t-bloc-15-style{
	height:300px;
	fill:transparent;
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
}
.bloc-divider-b-bloc-15-style{
	height:300px;
	fill:transparent;
	background:linear-gradient(0deg, #000000 0%, transparent 99%);
}
.apple-video-z-index{
	z-index:-1;
}
.apple-airplay{
	width:55px;
}
.apple-pixels-row{
	max-width:900px;
	margin-right:auto;
	margin-left:auto;
}
.apple-pixel-column{
	height:228px;
	padding-right:28px;
	padding-left:28px;
	align-items:center;
	display:flex;
	background-color:#151515;
	border-style:solid;
	border-color:#000000!important;
	border-radius:20px 20px 20px 20px;
	border-width:7px 7px 7px 7px;
}
.bloc-divider-b-0-style{
	height:500px;
	fill:transparent;
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
}
.apple-privacy{
	border-style:solid;
	border-color:#000000!important;
	border-width:40px 40px 40px 40px;
}
.apple-lock{
	width:60px;
}
.apple-blue-link{
	color:#0096FF!important;
}
.apple-blue-link:hover{
	text-decoration:underline!important;
}
.apple-privacy-column{
	margin-top:28px;
	margin-bottom:28px;
	padding:28px 28px 28px 28px;
}
.apple-privacy-icon{
	height:70px;
}
.apple-accessories-row-padding{
	min-height:450px;
	padding:50px 50px 50px 50px;
}
.apple-accessories-div{
	max-width:275px;
	margin-right:auto;
	margin-left:auto;
}
.apple-bigger-p-text{
	font-size:22px;
	line-height:32px;
	font-family:"Lato";
	font-weight:400;
}
.bloc-divider-b-warning-style{
	height:400px;
	fill:transparent;
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
}
.about{
	font-family:"Airstrike";
	font-size:20px;
}
.footer-link{
	font-size:15px;
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	font-family:"AirstrikeCondensed";
	text-transform:none;
}
.textrun{
	font-size:500px;
}
.logosudut{
	width:300px;
}
.navbar-nav li a{
	font-size:18px;
	color:#FEFFFF!important;
	text-transform:capitalize;
	margin-right:5px;
	margin-left:5px;
	text-align:center;
}
.navbar-nav li a:hover{
	text-decoration:overline!important;
	text-shadow:0px 0px 14px rgba(255,251,0,0.3);
	color:#FEFB00!important;
}
.designer-bold{
	font-family:"Helvetica";
	font-size:20px;
	color:var(--swatch-var-5060)!important;
	line-height:24px;
	text-shadow:1.51px 1.31px 0px #000000;
}
.designer-footer-logo{
	text-decoration:overline!important;
	font-size:50px;
	font-family:"Poppins-Bold";
	width:140px;
}
.designer-blog-title{
	font-size:23px;
	line-height:31px;
	font-family:"Poppins-SemiBold";
}
.designer-blog-title:hover{
	;
}
.bloc-divider-b-bloc-17-style{
	height:100px;
}
.bloc-divider-t-footer-style{
	height:415px;
	fill:transparent;
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
	width:100%;
}
.logokecil{
	width:300px;
}
.paragr{
	font-size:18px;
	line-height:24px;
	font-family:"Helvetica";
}
.logokota{
	width:300px;
}
.login{
	border-style:solid;
	border-color:#FEFB00!important;
	border-width:2px 2px 2px 2px;
	border-radius:20px 20px 20px 20px;
	background:radial-gradient(#000000  55%, #FEFB00 95%);
	margin:1px 1px 1px 1px;
	font-size:8px;
	color:#FEFFFF!important;
	line-height:12px;
	box-shadow:0.00px -0.00px 12px #FBFBFB;
	cursor:auto;
	caret-color:var(--swatch-var-5550);
}
.icon{
	width:90px;
	height:90px;
	border-style:solid;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-18)!important;
	border-width:2px 2px 2px 2px;
	background-image:url("img/icon%20pemerintah.png");
	background-image: -webkit-image-set(url("img/icon%20pemerintah.webp") 1x,
url("img/icon%20pemerintah.webp") 2x);background-image: image-set(url("img/icon%20pemerintah.png") 1x,
url("img/icon%20pemerintah.png") 2x,url("img/icon%20pemerintah.webp") 1x,
url("img/icon%20pemerintah.webp") 2x);
	background-size:cover;
	border-radius:50px 50px 50px 50px;
	caret-color:#FEFFFF;
	cursor:zoom-in;
	margin:15px 15px 15px 15px;
	background-position:center top;
}
.icon-dikbud{
	width:90px;
	height:90px;
	border-style:solid;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-18)!important;
	border-width:2px 2px 2px 2px;
	background-image:url("img/icon%20dikbud.png");
	background-image: -webkit-image-set(url("img/icon%20dikbud.webp") 1x,
url("img/icon%20dikbud.webp") 2x);background-image: image-set(url("img/icon%20dikbud.png") 1x,
url("img/icon%20dikbud.png") 2x,url("img/icon%20dikbud.webp") 1x,
url("img/icon%20dikbud.webp") 2x);
	background-size:cover;
	border-radius:50px 50px 50px 50px;
	caret-color:#FEFFFF;
	cursor:zoom-in;
	margin:15px 15px 15px 15px;
}
.icon-disdik{
	width:90px;
	height:90px;
	border-style:solid;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-18)!important;
	border-width:2px 2px 2px 2px;
	background-image:url("img/icon_disdik.png");
	background-image: -webkit-image-set(url("img/icon_disdik.webp") 1x,
url("img/icon_disdik.webp") 2x);background-image: image-set(url("img/icon_disdik.png") 1x,
url("img/icon_disdik.png") 2x,url("img/icon_disdik.webp") 1x,
url("img/icon_disdik.webp") 2x);
	background-size:cover;
	border-radius:50px 50px 50px 50px;
	caret-color:#FEFFFF;
	cursor:zoom-in;
	margin:15px 15px 15px 15px;
	background-position:center top;
}
.icon-provinsi{
	width:90px;
	height:90px;
	border-style:solid;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-18)!important;
	border-width:2px 2px 2px 2px;
	background-image:url("img/icon_prov.png");
	background-image: -webkit-image-set(url("img/icon_prov.webp") 1x,
url("img/icon_prov.webp") 2x);background-image: image-set(url("img/icon_prov.png") 1x,
url("img/icon_prov.png") 2x,url("img/icon_prov.webp") 1x,
url("img/icon_prov.webp") 2x);
	background-size:cover;
	border-radius:50px 50px 50px 50px;
	caret-color:#FEFFFF;
	cursor:zoom-in;
	margin:15px 15px 15px 15px;
	background-position:center top;
}
.bloc-divider-b-footer-style{
	height:428px;
}
.gambar{
	background-image:url("img/10.jpg");
	background-image: -webkit-image-set(url("img/10.webp") 1x,
url("img/10.webp") 2x);background-image: image-set(url("img/10.jpg") 1x,
url("img/10.jpg") 2x,url("img/10.webp") 1x,
url("img/10.webp") 2x);
	background-image: -webkit-image-set(url("img/10.webp") 1x,
url("img/10.webp") 2x);background-image: image-set(url("img/10.jpg") 1x,
url("img/10.jpg") 2x,url("img/10.webp") 1x,
url("img/10.webp") 2x);
	position:sticky;
}
.judul-berita{
	font-family:"AirstrikeBold3D";
	color:#FEFB00!important;
	font-size:80px;
	text-shadow:1.46px 1.36px 2px #000000;
	line-height:75px;
}
.berita{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border-radius:0px 0px 0px 0px;
}
.tombol2{
	border-style:solid;
	border-color:#0432FF!important;
	border-width:3px 3px 3px 3px;
	border-radius:35px 35px 35px 35px;
	box-shadow:inset 0.00px -0.00px 27px #0432FF;
	font-size:20px;
	font-family:"AirstrikeCondensed";
	line-height:26px;
	height:40px;
	width:150px;
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
	margin:15px 15px 15px 15px;
}
.bloc-divider-b-bloc-18-style{
	height:189px;
}
.button{
	border-color:var(--swatch-var-Unnamed-Swatch-copy-19)!important;
	border-radius:30px 30px 30px 30px;
	margin:0px 0px 0px 0px;
	padding:10px 15px 10px 15px;
	border-style:solid;
	font-size:22px;
	font-weight:normal;
	font-family:"AirstrikeBold";
	line-height:12px;
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	text-align:center;
	background:linear-gradient(0deg, #000000 0%, var(--swatch-var-7724) 100%);
	border-width:1px 1px 1px 1px;
}
.link{
	font-size:25px;
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	background-size:contain;
	font-weight:normal;
	text-overflow:clip;
	font-family:"AirstrikeBold3D";
	border-style:solid;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	border-width:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
}
.link-style{
	font-weight:bold;
}
.link-jasa-aplikasi-style{
	font-weight:bold;
}
.link-multimedia-style{
	font-weight:bold;
}
.h6-event -style{
	font-size:18px;
}
.h2-style{
	font-family:"Airstrike3D";
}
.h2-bloc-2-style{
	font-family:"AirstrikeBold3D";
}
.h2-2-style{
	font-family:"AirstrikeBold3D";
}
.bloc-divider-t-bloc-4-style{
	height:88px;
	fill:var(--swatch-var-Unnamed-Swatch-copy-21);
}
.kata6{
	font-size:18px;
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
}
.judul-video-potensi{
	font-family:"AirstrikeAcademy";
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	font-size:40px;
	line-height:30px;
}
.kata-video{
	font-family:"Poppins-Medium";
	font-size:18px;
	line-height:20px;
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	letter-spacing:0px;
	white-space:normal;
	text-align:left;
}
.logopersen{
	width:50px;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-Unnamed-Swatch-copy-17);
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-Unnamed-Swatch:rgba(0,249,0,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-1:rgba(255,255,255,0.50);
	
	--swatch-var-Unnamed-Swatch-copy-2:rgba(4,51,255,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-3:rgba(148,33,146,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-4:rgba(255,255,255,1.00);
	
	--swatch-var-1928:rgba(26,26,19,1.00);
	
	--swatch-var-2365:rgba(201,85,254,0.54);
	
	--swatch-var-6316:rgba(228,166,245,0.55);
	
	--swatch-var-Unnamed-Swatch-copy-5:rgba(255,255,255,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-6:rgba(255,255,255,0.80);
	
	--swatch-var-Unnamed-Swatch-copy-7:rgba(0,0,0,1.00);
	
	--swatch-var-917:rgba(185,213,237,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-8:rgba(255,255,255,0.79);
	
	--swatch-var-6510:rgba(11,0,254,0.71);
	
	--swatch-var-Unnamed-Swatch-Copy:rgba(255,251,0,1.00);
	
	--swatch-var-7724:rgba(60,14,78,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-9:rgba(255,255,255,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-10:#EAEAEA;
	
	--swatch-var-Unnamed-Swatch-copy-11:#C0C0C0;
	
	--swatch-var-Unnamed-Swatch-copy-12:#929292;
	
	--swatch-var-Unnamed-Swatch-copy-13:#151515;
	
	--swatch-var-Unnamed-Swatch-copy-14:#000000;
	
	--swatch-var-Unnamed-Swatch-copy-15:rgba(12,12,12,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-16:#121212;
	
	--swatch-var-Unnamed-Swatch-copy-17:rgba(0,0,0,0.80);
	
	--swatch-var-Unnamed-Swatch-copy-18:rgba(255,251,0,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-19:rgba(4,51,255,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-20:rgba(255,255,255,0.34);
	
	--swatch-var-Unnamed-Swatch-copy-21:rgba(255,255,255,0.34);
	
}


/* Background colour styles */

.bgc-928{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-14);
}
.bgc-6510{
	background-color:var(--swatch-var-6510);
}
.bgc-5996{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-9);
}
.bgc-3626{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-4);
}
.bgc-4439{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-7);
}
.bgc-6131{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-5);
}

/* Text colour styles */

.tc-3626{
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
}
.tc-4122{
	color:var(--swatch-var-Unnamed-Swatch-Copy)!important;
}
.tc-3783{
	color:var(--swatch-var-Unnamed-Swatch-copy-19)!important;
}
.tc-2960{
	color:var(--swatch-var-Unnamed-Swatch-copy-12)!important;
}
.tc-5996{
	color:var(--swatch-var-Unnamed-Swatch-copy-9)!important;
}

/* Link colour styles */

.ltc-3626{
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
}
.ltc-3626:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-3626{
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
}

/* Bloc image backgrounds */

.bg-WAVE{
	background-image:url("img/WAVE.png");
	background-image: -webkit-image-set(url("img/WAVE.webp") 1x,
url("img/WAVE.webp") 2x);background-image: image-set(url("img/WAVE.png") 1x,
url("img/WAVE.png") 2x,url("img/WAVE.webp") 1x,
url("img/WAVE.webp") 2x);
}
.bg-security{
	background-image:url("img/security.jpeg");
	background-image: -webkit-image-set(url("img/security.webp") 1x,
url("img/security.webp") 2x);background-image: image-set(url("img/security.jpeg") 1x,
url("img/security.jpeg") 2x,url("img/security.webp") 1x,
url("img/security.webp") 2x);
}
.bg-mobile-app-development{
	background-image:url("img/mobile-app-development.jpg");
	background-image: -webkit-image-set(url("img/mobile-app-development.webp") 1x,
url("img/mobile-app-development.webp") 2x);background-image: image-set(url("img/mobile-app-development.jpg") 1x,
url("img/mobile-app-development.jpg") 2x,url("img/mobile-app-development.webp") 1x,
url("img/mobile-app-development.webp") 2x);
}
.bg-lock2{
	background-image:url("img/lock2.png");
	background-image: -webkit-image-set(url("img/lock2.webp") 1x,
url("img/lock2.webp") 2x);background-image: image-set(url("img/lock2.png") 1x,
url("img/lock2.png") 2x,url("img/lock2.webp") 1x,
url("img/lock2.webp") 2x);
}
.bg-gedung{
	background-image:url("img/gedung.jpg");
	background-image: -webkit-image-set(url("img/gedung.webp") 1x,
url("img/gedung.webp") 2x);background-image: image-set(url("img/gedung.jpg") 1x,
url("img/gedung.jpg") 2x,url("img/gedung.webp") 1x,
url("img/gedung.webp") 2x);
}
.bg-19965328-6099605{
	background-image:url("img/19965328_6099605.jpg");
	background-image: -webkit-image-set(url("img/19965328_6099605.webp") 1x,
url("img/19965328_6099605.webp") 2x);background-image: image-set(url("img/19965328_6099605.jpg") 1x,
url("img/19965328_6099605.jpg") 2x,url("img/19965328_6099605.webp") 1x,
url("img/19965328_6099605.webp") 2x);
}
.bg-10{
	background-image:url("img/10.jpg");
	background-image: -webkit-image-set(url("img/10.webp") 1x,
url("img/10.webp") 2x);background-image: image-set(url("img/10.jpg") 1x,
url("img/10.jpg") 2x,url("img/10.webp") 1x,
url("img/10.webp") 2x);
	background-image: -webkit-image-set(url("img/10.webp") 1x,
url("img/10.webp") 2x);background-image: image-set(url("img/10.jpg") 1x,
url("img/10.jpg") 2x,url("img/10.webp") 1x,
url("img/10.webp") 2x);
}
.bg-video4{
	background-image:url("img/video4.jpg");
	background-image: -webkit-image-set(url("img/video4.webp") 1x,
url("img/video4.webp") 2x);background-image: image-set(url("img/video4.jpg") 1x,
url("img/video4.jpg") 2x,url("img/video4.webp") 1x,
url("img/video4.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}
#particles-js{
	position: absolute;
	height:100%;
	width: 100%;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-header-text{
		font-size:25px;
		line-height:28px;
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.judulwebsite2{
		font-size:70px;
		line-height:75px;
	}
	.apple-navbar-logo{
		width:18px;
	}
	.apple-main-logo{
		float:none;
	}
	.apple-navbar-toggle{
		float:left;
	}
	.apple-mobile-nav{
		padding-right:0px;
	}
	.apple-center-video{
		padding-left:70px;
	}
	.apple-gold-iphones{
		padding:0px 0px 0px 0px;
	}
	.apple-iphones-image{
		padding-right:28px;
		padding-left:28px;
	}
	.apple-modal-row{
		padding-right:80px;
		padding-left:80px;
		max-width:600px;
	}
	.apple-iphone-side{
	}
	.apple-iphone-water{
		background-position:right top;
	}
	.apple-iphone-bg{
		max-width:500px;
		background-size:cover;
	}
	.apple-iphone-tv{
		max-width:400px;
	}
	.apple-a14-gradient{
		font-size:45px;
		line-height:65px;
	}
	.apple-camera-max-width{
		max-width:100%;
	}
	.apple-no-padding{
	}
	.apple-camera-lens{
		min-height:450px;
	}
	.bloc-divider-t-bloc-15-style{
		height:100px;
	}
	.bloc-divider-b-bloc-15-style{
		height:100px;
	}
	.apple-privacy{
		border-width:28px 28px 28px 28px;
	}
	.navbar-nav li a{
		margin-right:3px;
		margin-left:3px;
		font-size:17px;
	}
	.designer-bold{
		font-size:16px;
	}
	.designer-footer-logo{
		font-family:"Lato";
		font-weight:900;
		text-decoration:overline!important;
		font-size:45px;
		width:140px;
	}
	.designer-blog-title{
		font-size:22px;
		line-height:30px;
	}
	.bloc-divider-b-bloc-17-style{
		height:100px;
	}
	.logokecil{
		width:250px;
	}
	.paragr{
		font-size:14px;
		line-height:19px;
	}
	.logokota{
		width:240px;
	}
	.icon{
		margin-left:25px;
		margin-right:25px;
		width:70px;
		height:70px;
	}
	.icon-dikbud{
		width:70px;
		height:70px;
		margin-left:25px;
		margin-right:25px;
	}
	.icon-disdik{
		width:70px;
		height:70px;
		margin-left:25px;
		margin-right:25px;
	}
	.icon-provinsi{
		width:70px;
		height:70px;
		margin-left:25px;
		margin-right:25px;
	}
	.tombol2{
		font-size:18px;
		width:110px;
		height:30px;
		margin-left:3px;
		margin-right:3px;
		line-height:14px;
		border-color:#FEFB00!important;
		border-width:2px 2px 2px 2px;
		border-radius:25px 25px 25px 25px;
	}
	
}

@media (max-width: 767px){
	.hero-header-text{
		font-size:20px;
		line-height:25px;
	}
	.feature-details-col{
		text-align:center;
	}
	.judulwebsite2{
		font-size:50px;
		line-height:50px;
	}
	.judulbidang3{
		font-size:40px;
		line-height:40px;
		text-shadow:1.81px 0.85px 2px #000000;
		font-family:"Airstrike";
		color:var(--swatch-var-Unnamed-Swatch-Copy)!important;
	}
	.videowebsite{
		border-style:solid;
		border-color:#FEFB00!important;
	}
	.web{
		width:250px;
		height:140px;
	}
	.tombol-harga{
		font-size:16px;
	}
	.logosedang{
		width:300px;
		height:100px;
	}
	.kata4{
		font-size:16px;
		line-height:18px;
	}
	.web-text{
		color:var(--swatch-var-Unnamed-Swatch-copy-7)!important;
	}
	.web-2{
		height:140px;
		width:250px;
	}
	.web-3{
		height:140px;
		width:250px;
	}
	.web-4{
		height:140px;
		width:250px;
	}
	.web-5{
		height:140px;
		width:250px;
	}
	.web-6{
		height:140px;
		width:250px;
	}
	.web-7{
		height:140px;
		width:250px;
	}
	.web-8{
		height:140px;
		width:250px;
	}
	.web-9{
		height:140px;
		width:250px;
	}
	.apple-center-video{
		padding-left:50px;
	}
	.apple-gold-iphones{
		padding:15px 15px 15px 15px;
	}
	.apple-large-number{
		font-size:40px;
		line-height:50px;
	}
	.apple-gradient-text{
	}
	.apple-vertical-text{
		max-width:50px;
	}
	.apple-iphone-side{
		max-width:128px;
	}
	.apple-iphone-water{
		background-position:right top;
	}
	.apple-iphone-bg{
		max-width:428px;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.apple-iphone-tv{
		max-width:328px;
	}
	.apple-a14-gradient{
		font-size:40px;
		line-height:60px;
	}
	.apple-camera-max-width{
		max-width:100%;
	}
	.bloc-divider-t-bloc-15-style{
		height:000px;
	}
	.bloc-divider-b-bloc-15-style{
		height:000px;
	}
	.apple-privacy{
		border-width:14px 14px 14px 14px;
	}
	.navbar-nav li a{
		text-align:center;
	}
	.designer-bold{
		font-size:14px;
	}
	.designer-footer-logo{
		font-family:"Lato";
		font-weight:900;
		text-decoration:overline!important;
		font-size:40px;
	}
	.designer-blog-title{
		font-size:21px;
		line-height:29px;
	}
	.logokecil{
		width:200px;
	}
	.logokota{
		width:220px;
	}
	.judul-berita{
		font-size:50px;
		line-height:60px;
	}
	.tombol2{
		font-size:14px;
		width:80px;
		margin-left:3px;
		margin-right:3px;
	}
	.menu-icon-navigation-stroke{
		stroke:#FFFF00!important;
		fill:#FFFF00!important;
	}
	
}

@media (max-width: 575px){
	.hero-header-text{
		font-size:12px;
		line-height:12px;
		background:linear-gradient(0deg, #000000 0%, #FFFFFF 31%);
		background-clip:text!important;
		-webkit-background-clip:text!important;
	}
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	.judulwebsite2{
		font-size:24px;
		line-height:24px;
	}
	.navbar-brand img{
		width:120px;
		height:40px;
	}
	.logosedang{
		width:200px;
		height:65px;
	}
	.kata4{
		font-size:14px;
		line-height:12px;
	}
	.judulbidang3{
		font-size:24px;
		line-height:24px;
		text-align:center;
		font-family:"Airstrike";
		text-shadow:0.00px -2.00px 2px #000000;
		color:#FEFB00!important;
	}
	.kata2{
		font-size:12px;
		line-height:14px;
	}
	.kata5{
		font-size:12px;
		line-height:14px;
	}
	.videowebsite{
	}
	.fontwihte{
		font-size:40px;
		color:var(--swatch-var-Unnamed-Swatch-copy-5)!important;
		text-shadow:1.06px 1.70px 2px #000000;
	}
	.logokonstumer{
		width:50px;
		height:50px;
	}
	.kata{
		font-size:9px;
		line-height:12px;
		letter-spacing:2px;
	}
	.web-text{
		color:var(--swatch-var-Unnamed-Swatch-copy-7)!important;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
	}
	.purple-gradient-bg{
		background:linear-gradient(92deg, var(--swatch-var-Unnamed-Swatch-copy-7)  0%, #8B74FD 100%);
	}
	.silver{
		font-size:12px;
		line-height:14px;
		background:linear-gradient(55deg, var(--swatch-var-Unnamed-Swatch-copy-7) 7%, #FFFFFF   100%);
		border-radius:30px 30px 30px 30px;
		box-shadow:inset 0.00px -2.00px 3px #FEFFFF;
	}
	.list{
		font-size:12px;
		margin-left:10px;
		margin-right:10px;
		line-height:5px;
	}
	.apple-mobile-nav{
		padding-right:0px;
	}
	.apple-subnav-logo{
		font-size:16px;
	}
	.apple-center-video{
		padding-left:30px;
	}
	.apple-wire-button{
		line-height:22px;
	}
	.apple-modal-header{
		padding-bottom:0px;
	}
	.apple-modal-row{
		padding:0px 0px 28px 0px;
	}
	.apple-large-number{
		font-size:30px;
		line-height:40px;
	}
	.apple-vertical-text{
		max-width:40px;
	}
	.apple-iphone-side{
		max-width:75px;
	}
	.apple-iphone-water{
		height:500px;
		background-position:right top;
	}
	.apple-iphone-water-div{
		padding-bottom:0px;
		max-width:300px;
	}
	.apple-iphone-bg{
		background-size:contain;
		max-width:280px;
		padding:28px 14px 28px 14px;
	}
	.apple-iphone-tv{
		max-width:229px;
	}
	.apple-a14-g1{
		padding:20px 20px 20px 20px;
	}
	.apple-a14-gradient{
		font-size:35px;
		line-height:55px;
	}
	.apple-camera-max-width{
		max-width:100%;
	}
	.apple-camera-spec{
		height:200px;
	}
	.apple-no-padding{
	}
	.apple-camera-lens{
		padding-right:20px;
		padding-left:20px;
	}
	.bloc-divider-t-bloc-15-style{
		height:000px;
	}
	.bloc-divider-b-bloc-15-style{
		height:000px;
	}
	.apple-privacy{
		border-width:0px 0px 0px 0px;
	}
	.apple-accessories-row-padding{
		padding-right:14px;
		padding-left:14px;
	}
	.designer-bold{
		font-size:20px;
		line-height:20px;
		text-align:center;
		font-family:"Airstrike3D";
	}
	.designer-footer-logo{
		text-decoration:overline!important;
		font-family:"Lato";
		font-weight:900;
		font-size:40px;
		width:100px;
	}
	.designer-blog-title{
		font-size:20px;
		line-height:28px;
	}
	.logokecil{
		width:140px;
	}
	.paragr{
		font-size:8px;
		line-height:10px;
	}
	.logokota{
		width:120px;
	}
	.icon{
		width:50px;
		height:50px;
		margin:5px 5px 5px 5px;
	}
	.icon-dikbud{
		margin:5px 5px 5px 5px;
		width:50px;
		height:50px;
	}
	.icon-disdik{
		width:50px;
		height:50px;
		margin:5px 5px 5px 5px;
	}
	.icon-provinsi{
		margin:5px 5px 5px 5px;
		width:50px;
		height:50px;
	}
	.judul-berita{
		font-size:35px;
	}
	.tombol2{
		width:50px;
		height:20px;
		font-size:10px;
		border-radius:15px 15px 15px 15px;
		border-width:1px 1px 1px 1px;
		line-height:10px;
		margin:5px 0px 5px 0px;
		padding-right:1px;
		padding-left:1px;
	}
	.p-footer-style{
		font-size:12px;
		line-height:12px;
	}
	.logodepan{
		width:250px;
	}
	.textcover{
		font-size:12px;
	}
	.link-style{
		font-size:12px;
	}
	.link-jasa-aplikasi-style{
		font-size:12px;
	}
	.link-multimedia-style{
		font-size:12px;
	}
	.apple-gradient-text{
		font-size:12px;
		line-height:12px;
	}
	.apple-silver{
		font-size:12px;
		line-height:12px;
	}
	.button{
		font-size:14px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.text-trans-gradient{
		background:linear-gradient(0deg, transparent , #FFFFFF 54%);
		background-clip:text!important;
		-webkit-background-clip:text!important;
	}
	.h2-bloc-2-style{
	}
	.logosudut{
		width:150px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-Unnamed-Swatch-copy-9)!important;
		fill:var(--swatch-var-Unnamed-Swatch-copy-9)!important;
	}
	.nav-list{
		font-size:14px;
	}
	.nav-button{
		width:150px;
		height:25px;
		border-width:1px 1px 1px 1px;
		margin-top:5px;
		margin-bottom:5px;
	}
	.judul-website{
		font-size:40px;
		line-height:40px;
	}
	.judul-bidang-2{
		font-size:20px;
		line-height:28px;
	}
	.kata6{
		font-size:12px;
	}
	.tombol-harga{
		font-size:14px;
		line-height:12px;
	}
	.menu-icon-bloc-1-stroke{
		stroke:var(--swatch-var-Unnamed-Swatch-copy-19)!important;
		fill:var(--swatch-var-Unnamed-Swatch-copy-19)!important;
	}
	.angka{
		font-size:14px;
	}
	.def-harga{
		font-size:12px;
		line-height:12px;
	}
	.judul-video-potensi{
		font-size:20px;
		line-height:20px;
		text-align:center;
	}
	.kata-video{
		font-size:12px;
		line-height:14px;
		text-align:center;
	}
	.kata3{
		font-size:12px;
		line-height:14px;
	}
	.judul-multimedia{
		font-size:20px;
		text-align:center;
	}
	.defenisi{
	}
	.menu-icon-bloc-22-stroke{
		stroke:var(--swatch-var-Unnamed-Swatch-copy-2)!important;
		fill:var(--swatch-var-Unnamed-Swatch-copy-2)!important;
	}
	
}

/* Custom */
.a-btn.nav-link.active[role=tab]:hover{
    color: #000;
}

@media screen and (max-width: 992px){
    .tc-2960 .tab-content .tab-pane[role=tabpanel] > .row{
        justify-content: center;
        margin-bottom: 50px;
    }

	.bloc-sm-lg {
        padding: 20px;
    }
    
    .bloc-md-lg {
        padding: 50px 20px;
    }
    
    .judul-website{
        font-size: 90px;
    }
}

@media screen and (max-width: 950px){
    .navbar-nav {
        width: auto;
    }
    
    .navbar-nav .nav-button {
        width: 100px;
    }
    
    .navbar-nav li a {
        font-size: 14px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (max-width: 838px){
    .navbar-nav .nav-button {
        width: 85px;
    }
    
    .navbar-nav li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px){
    .judul-website{
        font-size: 40px;
    }
}
