.stop-scroll {
    overflow: hidden;
}
.openbtn {
	padding: 0 15px;
    font-size: 25px;
    display: none;
}
.samping {
	position: fixed;
    background: white;
    height: 100vh;
    z-index: 999999;
    width: 100%;
    top: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    opacity: 0;
}
.samping ul {
	list-style: none;
}
.samping li {
    color: #00000080;
    font-size: 30px;
    line-height: 3;
    font-family: 'open sans';
}
.samping .atas {
	height: 50px;
    background: #fff;
    margin-bottom: 25px;
}
.pembatas {
	border-bottom: 1px dotted #ccc;
    margin: 25px 40px 25px 0;
}
.samping i {
	margin-right: 40px;
    float: right;
    color: #ccc;
}
.samping i.closebtn {
	margin: 20px;
    font-size: 30px;
    color: #22252a;
}
.section-1 {
	padding: 0 !important;
}
.menu-tb {
	font-family: 'poppins';
	font-size: 14px;
	letter-spacing: .3px;
}
.navbar-tb {
	padding: 0 !important;
}
.navbar-brand {
	font-family: 'poppins';
}
.menu-atas {
	padding: 5px 0 5px 5px;
    margin: 10px 0px 10px 50px;
    border-radius: 25px;
}
.menu-atas a {
	color: black;
	padding-right: 0 !important;
}
.menu-atas.call a {
	/*background: #f2f2f2;*/
	color: black !important;
}
.section-2 {
	margin-top: 60px;
	height: 115vh;
    background: #facb004f;
     overflow: hidden;
    position: relative;
}
.section-2a {
	height: 100px;
	background: #ffde4e;
    /*background: #facb00;*/
}
.bone {
	position: absolute;
    right: 12vw;
    top: 35vh;
}
.bone h3 {
	font-family: 'montserrat';
	font-weight: lighter;
}
.bone p {
	color: #00000080;
	font-family: 'Ovo';
	margin-top: -5px;
	font-style: italic;
	letter-spacing: 1px;
}
.sama {
	position: absolute;
    left: 12vw;
    top: 35vh;
}
.sama h3 {
	font-family: 'montserrat';
	font-weight: lighter;
}
.sama h3 span {
	font-weight: 800;
}
.sama p {
	color: #00000080;
	font-family: 'Ovo';
	margin-top: -5px;
	font-style: italic;
	letter-spacing: 1px;
}
.branding {
	text-align: center;
    font-size: 125px;
    font-family: 'montserrat';
    font-weight: 800;
    /*position: absolute;
    bottom: 0;
    left: 20%;*/
    margin-top: 22rem;
    z-index: 9;
    position: relative;
    line-height: 125px;
    text-transform: uppercase;
    color: #ffde4e;
}
.poto img {
	width: 60%;
    position: absolute;
    left: 20%;
    top: -20px;
    filter: brightness(95%) contrast(110%);
    /*filter: brightness(102%) contrast(105%);*/
}




.menu-samping {
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    margin-top: auto;
    margin-bottom: auto;
    height: 100px;
    width: 20px;
}
.menu-samping ul {
	text-align: center;
	padding-left: 25px;
	position: absolute;
}
.menu-samping li {
	list-style: none;
}
.menu-samping a {
	color: black;
}
.menu-samping i {
	font-size: 25px;
}




.section-3 {
	background: #f5f5f5;
	height: 105vh;
}
.section-3 h4 {
	margin-top: 50px;
	font-family: 'montserrat';
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	color: #00000080;
}
.section-3 h2 {
	font-family: 'montserrat';
	text-align: center;
	margin-top: 95px;
	font-weight: 800;
}
.kenal {
	margin-top: 40px;
    text-align: center;
    cursor: pointer;
	border-radius: 25px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 80px;
	background:#ffde4e;
	display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.05,1.05);
    transition: cubic-bezier(0.2,.1,.5,1) .4s;
    box-shadow: 2px 25px 40px rgba(202, 202, 202, 0.7);
}
.kenal:hover {
	transform: scale(1,1);
    box-shadow: none;
}
.kenal a {
	font-family: 'montserrat';
	font-size: 17px;
	letter-spacing: 1px;
	color: white;
}
.kenal a:hover {
	text-decoration: none;
	color: white;
}


.section-4 {
	background: #ffde4e;
	height: 50vh;
	position: relative;
}
.section-4 .row {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
.section-4 h3 {
	font-family: 'montserrat';
	font-weight: 800;
	letter-spacing: 2px;
}
.section-4 p {
	font-family: 'montserrat';
	margin-top: 20px;
	line-height: 2rem;
}
.section-4 .satu {
	width: 70%;
	float: right;
    /*margin: auto;*/
}
.section-4 .dua {
	cursor: pointer;
	border-radius: 25px;
	width: 60%;
	margin-left: 30px;
	text-align: center;
	height: 80px;
	background:white;
	display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.05,1.05);
    transition: cubic-bezier(0.2,.1,.5,1) .4s;
    box-shadow: 2px 25px 40px #ffbe00b3;
}
.section-4 .dua a {
	font-weight: 800;
	font-family: 'montserrat';
    font-size: 17px;
    letter-spacing: 1px;
    color: #00000080;
}
.section-4 .dua a:hover {
	text-decoration: none;
}
.section-4 .dua:hover {
	transform: scale(1,1);
    box-shadow: none;
    text-decoration: none; 
}
.section-4 .satu span {
	font-family: 'ovo';
	font-style: italic;
}
.section-6 {
	background: #272727;
	height: 70vh;
	position: relative;
}

.section-6 p {
	font-family: 'montserrat';
	font-size: 20px;
	text-align: center;
	color: #ffde4e;
}
.section-6 h1 {
	line-height: 35px;
	font-family: 'montserrat';
	font-size: 20px;
	font-weight: 800;
	color: white;
	text-align: center;
	padding-bottom: 10px;
}

.download:before {
	font-family: 'montserrat';
	font-weight: 800;
	text-align: center;
	position: absolute;
	content: 'belajar';
	font-size: 220px;
	top: 3rem;
	left: 0;
	right: 0;
	color: #2d2d2d;
	display: block;
}
.buka {
	position: absolute;
    top: 0;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    color: white!important;
}
.isi {
	width: 80%;
    margin: auto;
}





.section-3a {
	background: #f5f5f5;
    overflow: hidden !important;
    position: relative;
}
.section-3a h4 {
	margin-top: 20px;
	font-family: 'montserrat';
	text-align: left;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	color: #00000080;
}
.section-3a h3 {
	margin-top: 50px;
}
.section-3a h2 {
	font-family: 'montserrat';
	text-align: center;
	margin-top: 100px;
	font-weight: 800;
}
.rilis h2 {
	font-size: 50px;
	margin-top: 150px;
}
.rilis p {
	text-align: center;
	font-family: 'ovo';
	font-style: italic;
	padding-bottom: 50px;
}
.latar {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
}
.latar img {
	width: 100%;
    opacity: 0.6;
    margin: auto;
}

.download-a:before {
	font-family: 'montserrat';
	font-weight: 800;
	text-align: center;
	position: absolute;
	content: 'Doaku';
	font-size: 220px;
	top: 3rem;
	left: 0;
	right: 0;
	color: #2d2d2d;
	display: block;
}

.section-7 {
	height: 70vh;
}

.before-post {
    top: 0;
    width: 100%;
    z-index: 5;
    height: 70vh;
}

.after-post {
    font-family: 'montserrat';
    font-weight: 800;
    font-size: 60px;
    color: white;
    background-color: #3666af;
    background-size: cover!important;
    background-position: center!important;
    padding: 40px 20px;
    text-align: center;
    height: 70vh;
}




/*-----------------------------------------------*/

.proker {
	position: relative;
	overflow: hidden;
    height: auto;
    margin-top: 50px;
}

.proker h1 {
	font-family: 'montserrat';
    font-weight: 800;
    font-size: 70px;
    color: #ffcc00;
    /*position: absolute;
    top: 0;*/
}

.proker h5 {
	font-family: 'montserrat';
	font-size: 20px;
	color: #00000080;
	line-height: 2rem;
}
.proker p {
	font-family: 'montserrat';
	font-size: 20px;
	color: #00000080;
	padding: 0;
	font-style: normal;
	text-align: left;
}

.proker h1 span {
	font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin-left: 10px;
}

.proker h5 span {
	color: black;
}


/*-----------------------------------------------*/




@media (min-width: 992px) and (max-width:1199px) {
	.section-2 {
		height: 110vh;
	}
	.poto img {
		width: 80%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu-samping ul {
		background: white;
    	padding: 15px;
    	border-radius: 15px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.download-a:before {
		font-size: 185px;
	}
	.menu-atas {
	    margin: 10px 0px 10px 35px;
	}
	.section-2 {
		height: 90vh;
	}
	.poto img {
	    width: 100%;
	    left: 0;
	}
	.branding {
		margin-top: 32rem;
    	font-size: 120px;
	}
	.bone {
	    right: 5vw;
	    top: 38vh;
	}
	.sama {
	    left: 5vw;
	    top: 38vh;
	}
	/*.menu-samping {
		display: none;
	}*/
	.menu-samping ul {
		background: white;
    	padding: 15px;
    	border-radius: 15px;
	}
	.section-3 {
		height: 100vh;
	}
	.section-3 h4 {
		line-height: 2;
	}
	.kenal {
		margin-top: 65px;
	}
	.section-6 {
		height: 40vh;
	}
	.download:before {
		font-size: 175px;
    	top: 5rem;
	}
	.section-4 {
		height: auto;
	}
	.section-4 .row {
		position: relative;
	}
	.section-4 .satu {
		margin-top: 50px;
	    margin-bottom: 50px;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	    width: 90%;
	}
	.section-4 p {
		font-size: 12px;
	}
	.section-4 .dua {
		margin: auto;
	}
	.proker h1 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.menu-samping {
		display: none;
	}
	.openbtn {
		display: block;
	}
	.proker h1 {
		font-size: 20px;
	}
	.navbar-brand {
		margin-left: 15px;
	}
	.section-2 {
	    margin-top: 40px;
	    height: 64vh;
	}
	.section-2a {
		height: 45px;
		background: #ffde4e;
	}
	.poto img {
	    width: 100%;
	    left: 0;
	}
	.branding {
		margin-top: 37vh;
    	font-size: 50px;
    	line-height: 50px;
	}
	.bone {
		right: 6vw;
    	top: 22vh;
	}
	.bone h3, .sama h3 {
		font-size: 12px;
	}
	.bone p {
		font-size: 6px;
	}
	.sama {
		left: 6vw;
    	top: 22vh;
	}
	.sama p {
		font-size: 5px;
	}
	/*.menu-samping {
		display: none;
	}*/
	.menu-samping ul {
		background: white;
    	padding: 15px;
    	border-top-right-radius: 15px;
    	border-bottom-right-radius: 15px;
	}
	.section-3 {
		height: auto;
    	padding-bottom: 50px;
	}
	.section-3 h2 {
		margin-top: 50px;
	}
	.section-3 h4, .section-3a h4 {
		font-size: 16px;
    	text-align: left;
    	margin-top: 30px;
    	margin-left: 10px;
    	margin-right: 10px;
	}
	.kenal {
		width: 80%;
	}
	.download:before, .download-a:before {
		font-size: 85px;
    	top: 17.5rem;
	}
	.isi {
    	width: 95%;
    }
    .section-6 h1 {
    	font-size: 17px;
    }
    .section-4 {
    	height: auto;
    }
    .section-4 .row {
    	position: relative;
    }
    .section-4 .satu {
    	width: 100%;
    	margin-top: 45px;
    }
    .section-4 .dua {
    	margin-top: 20px;
    	margin-bottom: 40px;
    	width: 80%;
    }
    .samping li {
	    font-size: 25px;
	}
}

@media (max-width: 320px) {
	.samping li {
	    font-size: 20px;
	}
	

	.rilis h2 {
    	font-size: 24px;
    	margin-top: 105px;
	}
	.rilis p {
		padding-bottom: 0;
	}
	.branding {
		margin-top: 32vh;
	}
	
	.section-3 h4, .section-3a h4 {
		font-size: 16px;
    	text-align: left;
    	margin-top: 30px;
    	margin-left: 0;
    	margin-right: 0;
	}
	.download:before, .download-a:before {
		font-size: 85px;
    	top: 16.5rem;
	}
	
}












