@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
}

.background-hero {
    background: url(../images/school-5375259 1.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100%;
}

.background-secondary-hero {
    background-image: url("../images/hero-backgroud-merah.png");
    max-width: 100%;
    background-size: cover;
    opacity: 1;
    padding-top: 40px;
    padding-bottom: 60px;
    height: 100%;
}

.navbar-privatalfaiz {
    z-index: 55555;
    padding-top: 40px;
    padding-bottom: 20px;
}

.navbar-privatalfaiz .nav-privatalfaiz {
    margin-left: auto;
}

/*.navbar-brand img {
    width: 200px;
}
*/
.navbar-privatalfaiz .navbar-nav a {
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 18px;
    color: #ffffff !important;
}

.navbar-privatalfaiz .navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-nav a:hover {
    color: #086288 !important;
}
.navbar-nav .dropdown-menu a {
    padding: 10px;
    font-size: 14px;
    color: #4F4F4F !important;
    font-weight: 400;
   white-space: normal !important;

}


.dropdown-menu.show {
    padding: 10px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 567px;
}
.section-hero {
    padding-top: 80px;
}

.hero-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #FFFFFF;
}

.hero-description {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.card-information-hero {
    padding: 30px 10px 20px 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: none;
    margin-top: -60px;
    /*animation-name: 'fadeInUp';*/
    /*animation-name: fadeInUp;*/
}

.information-icon-item {
    margin: auto;
}

.information-icon-item-mobile {
	display: flex;
}

.information-icon-item-mobile .icon-information-hero-mobile {
	width: 75px;
}

.icon-information-hero {
    align-self: center;
    margin-left: 80px;
    margin-right: 80px;
}

.icon-information-hero p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #4F4F4F;
}


/*section-benefit*/

.section-benefit {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}

.section-benefit p {
    color: #086288;
}

.section-benefit h3 {
    font-weight: bold;
    font-size: 36px;
    color: #8D1313;
}

.text-small-content {
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
}

.text-info-content {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

.image-benefit img {
    width: 100%;
}

.div-benefit {
    position: relative;
    z-index: 2;
}


/*section-why-us*/

.section-why-us {
    padding: 60px 0px 60px 0px;
    background: url("../images/background-why-us.png");
    background-position: auto;
    background-size: cover;
}

.section-why-us-mobile {
    background: url("../images/background-why-us.png");
    background-position: auto;
    background-size: cover;
}

.why-us {
    margin-bottom: 40px;
    margin-top: 120px;
}

.why-us h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    color: #ffffff;
}

.why-us p {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #efefef;
}


/*section-testimoni*/

.section-testimoni {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    max-width: 100%;
    height: 100%;
}

.div-testimoni {
    z-index: 2;
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
}

.div-testimoni h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #8D1313;
}

.card-testimoni {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border: none;
    background: #FFFFFF;
    border-radius: 25px;
    transition: transform 500ms;
}

.card-testimoni:hover {
    transform: scale(1.02) !important;
}

.card-testimoni img {
    width: 100%;
    /*height: 100%;
    margin-bottom: 10px;*/
}

.card-testimoni h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
}

.card-testimoni .card-text {
    margin-top: -5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    color: #6e6e6e;
}

.card-testimoni p.card-text-span {
    margin-top: -7px;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #ff9595;
}


/*section-artikel*/

.section-artikel {
    position: relative;
    z-index: 3333;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/background-artikel.png);
    background-position: auto;
    background-size: cover;
    width: 100% !important;
    height: 100%;
    z-index: 0;
}

.div-artikel h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #5B3D11;
}

.card-artikel {
    margin-bottom: 15px;
    background: transparent;
    border: none;
}

.card-artikel img {
    border-radius: 15px;
}

.card-artikel h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 51px;
    color: #5B3D11;
}

.card-artikel p {
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    color: #7E643D;
}

.card-artikel .card-body {
    margin-left: 20px;
}


/*section-konsultasi*/

.section-konsultasi {
    margin-top: -40px;
    position: relative;
    z-index: 00000;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
    background-position: auto;
    background-size: cover;
    width: 100% !important;
    height: 100%;
}

.content-konsultasi h3 {
    font-weight: 600;
    font-size: 38px;
    line-height: 57px;
    color: #252525;
}

.content-konsultasi p {
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: #707070;
}


/*section-wujudkan*/

.section-wujudkan {
    background: url(../images/school-lengkung.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
}

.background-merah {
    background-image: url("../images/hero-backgroud-merah.png");
    background-size: cover;
    opacity: 2;
}

.div-wujudkan {
    margin-top: 60px;
}

.div-wujudkan h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    text-align: center;
    color: #FFFFFF;
}

.image-wujudkan {
    margin-top: 40px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}


/*Footer*/

.footer {
    background-color: #FFFDFD;
    padding-top: 80px;
    padding-bottom: 40px;
}

.tiga {
    z-index: 1;
    position: absolute;
    display: none;
}

.corak-footer {
    z-index: 1;
    position: relative;
}

.corak-footer .satu {
    position: absolute;
    top: auto;
    bottom: 0;
}

.corak-footer .dua {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

.footer-content {
    position: relative;
    z-index: 33;
}

.info-footer p {
    margin-top: 10px;
    color: #595959;
    font-size: 16px;
    font-weight: normal;
}

.info-footer a {
    color: #595959;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.info-footer a:hover {
    color: #595959;
    text-decoration: underline;
}

.info-footer img {
    width: 200px;
}

.footer-nav h5 {
    color: #464646;
    font-size: 18px;
    font-weight: 500;
}

.footer-nav li {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
}

.footer-nav li a {
    color: #595959;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.payment-footer h5 {
    color: #464646;
    font-size: 18px;
    font-weight: 500;
}

.payment-item {
    margin-top: 10px;
    display: flex;
}

.payment-item img {
    margin-right: 10px;
    margin-left: 10px;
}


/*Button*/

.carousel-dark .carousel-control-next-icon {
    filter: none;
}

.carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.btn-link {
    font-weight: 500;
    font-size: 16px;
    color: #00A19D;
}

.navbar-toggler {
    border: none;
}

.btn-primary {
    background-color: #00A19D;
    border: 1px solid #00A19D;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 25px;
    transition: transform 500ms;
}

.btn-primary:hover {
    background-color: #00A19D;
    border: 1px solid #00A19D;
    color: #ffffff;
    transform: scale(1.05);
}

.btn-secondary {
    background: #157CA8;
    border-radius: 30px;
    border: 1px solid #157CA8;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    transition: transform 500ms;
}

.btn-secondary:hover {
    background-color: #157CA8;
    border: 1px solid #157CA8;
    color: #ffffff;
    transform: scale(1.05);
}

.brand-merah {
    display: none;
}

.brand-merah.scrolled {
    display: block;
}

.brand-putih.scrolled {
    display: none;
}
.navbar-nav .dropdown-menu .dropdown-item{
    color: #252525 !important;
    font-weight: 400;
    font-size: 14px;
}
.navbar-nav .dropdown-menu .dropdown-item p{
   margin-top: 5px;
}

.navbar-privatalfaiz.scrolled {
    padding: 10px 0px;
    box-shadow: -1px 9px 14px -13px rgba(94, 94, 94, 0.54);
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.navbar-nav .nav-color.scrolled {
    color: #a72631 !important;
}

.navbar-nav .nav-color.scrolled:hover {
    color: #235ca7 !important;
}

.nav-pills .nav-color.active {
    color: #086288 !important;
    background-color: transparent;
}


/*corak*/

.corak {
    position: absolute;
    z-index: 0;
}

.coraksatu {
    top: auto;
    left: 0;
    right: auto;
}

.corakdua {
    bottom: auto;
    left: auto;
    right: 0;
}

.coraktiga {
    top: auto;
    left: 0;
    right: auto;
    z-index: 1;
}

.corakempat {
    top: auto;
    left: auto;
    right: 0;
}


/*floating icon melayang*/

.fab-wrapper {
    z-index: 44;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

.fab-checkbox {
    display: none;
}

/*.fab {
    cursor: pointer;
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background: #00A19D;
    border-radius: 50%;
    background: #00A19D;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 1px solid #00A19D;
    color: #ffffff;
    padding: 6px;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
}*/

.fab:hover {
    background: #078d8b;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

@keyframes blink {
    50% {
        transform: translateX(0%) translateY(-50%) rotate(0deg);
    }
}

.fab-checkbox:checked~.fab .fab-dots {
    animation: none;
}

.fab-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

.fab-checkbox:checked~.fab-wheel {
    transform: scale(1);
}

.fab-action {
    position: absolute;
    background: #ffffff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d84f4f;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    transition: all 1s ease;
    opacity: 0;
}

.fab-checkbox:checked~.fab-wheel .fab-action {
    opacity: 1;
}

.fab-action:hover {
    background-color: #FFF389;
}

.fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
}

.fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
}

.fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3.4rem;
}

.fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
}

button.testi-left {
	position: absolute;
	top: -246px;
	left: -85px;
}

button.testi-right {
	position: absolute;
	top: -246px;
	right: -85px;
}

.panduan {
	width: 70%;
	margin-top: -150px;
}

@media (max-width:991px) {
    .navbar-collapse {
        width: 100%;
        padding: 10px;
        border-radius: 15px;
        background-color: #ffffff;
    }
    .navbar-privatalfaiz .navbar-nav a {
        font-weight: 500;
        font-size: 16px;
        color: #be313c !important;
    }

	button.testi-left {
		top: unset;
		bottom: 0px;
		left: 100px;
	}

	button.testi-right {
		top: unset;
		bottom: 0px;
		right: 100px;
	}

	.panduan {
		width: 100%;
		margin-top: 0px;
	}
}

@media (max-width:767px) {
    .section-benefit {
        background-position: auto;
        background-repeat: no-repeat;
    }
    .section-why-us {
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-artikel {
        background-position: center;
        background-repeat: no-repeat;
    }
    .card-artikel h5 {
        line-height: 42px;
    }
    .card-artikel p {
        line-height: 33px;
    }
    .section-konsultasi {
        background-position: center;
    }
    .section-konsultasi img {
        margin-top: 15px;
    }
    .footer-nav {
        margin-top: 20px;
        margin-left: -30px;
    }
    .section-hero {
        padding-top: 120px;
    }
    .navbar-collapse {
        width: 100%;
        padding: 10px;
        border-radius: 15px;
        background-color: #ffffff;
    }
    .navbar-privatalfaiz .navbar-nav a {
        font-weight: 500;
        font-size: 16px;
        color: #be313c !important;
    }
    .icon-information-hero {
        margin-bottom: 40px;
    }
    .payment-footer {
        margin-top: 20px;
    }
    .payment-item {
        margin-top: 10px;
    }
    .image-wujudkan {
        width: 100%;
    }
    .card-artikel .card-body {
        margin-left: -8px;
    }
    .dropdown-menu.show{
        width: 100%;
    }

	button.testi-left {
		top: unset;
		bottom: 0px;
		left: 100px;
	}

	button.testi-right {
		top: unset;
		bottom: 0px;
		right: 100px;
	}

	.panduan {
		width: 100%;
		margin-top: 0px;
	}
}

@media (max-width:545px) {
    .card-artikel .card-body {
        margin-left: -8px;
    }
    .tiga {
        display: block;
    }
    .navbar-brand img {
        width: 160px;
    }
    .dropdown-menu.show {
        display: block;
    }

	button.testi-left {
		top: unset;
		bottom: 0px;
		left: 100px;
	}

	button.testi-right {
		top: unset;
		bottom: 0px;
		right: 100px;
	}

	.panduan {
		width: 100%;
		margin-top: 0px;
	}
    
}


/* custom */

.navbar-color-custom .navbar-nav .nav-link {
	color: #ffffff !important;
}

.navbar-color-custom .navbar-nav .nav-link:hover {
	color: #bfbfbf !important;
}

.navbar-color-custom .navbar-toggler-icon {
	background-image: url("../images/ic_menu.png");
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem #FFFFFF;
}

@media (max-width: 767px) {
	.navbar-color-custom .navbar-nav .nav-link {
		color: #B84F5C !important;
	}

	.navbar-color-custom .navbar-nav .nav-link:hover {
		color: #8c3843 !important;
	}
}

.btn:focus {
	outline: 0;
	box-shadow: none;
}

.btn-primary-custom {
	background-color: #FF8800;
	border: 1px solid #FF8800;
	font-weight: 500;
	font-size: 16px;
	color: #121212;
	border-radius: 25px;
	transition: transform 500ms;
}

.btn-primary-custom:hover {
	background-color: #bf6600;
	border: 1px solid #bf6600;
	font-weight: 500;
	font-size: 16px;
	color: #0d0d0d;
	border-radius: 25px;
	transition: transform 500ms;
}

.btn-scondary-custom {
	background-color: #B84F5C;
	border: 1px solid #B84F5C;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	border-radius: 25px;
	transition: transform 500ms;
}

.btn-scondary-custom:hover {
	background-color: #8c3843;
	border: 1px solid #8c3843;
	font-weight: 500;
	font-size: 16px;
	color: #bfbfbf;
	border-radius: 25px;
	transition: transform 500ms;
}

.background-secondary-hero-custom {
    background-color: #9A0417;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 160px;
    height: 100%;
}

.hero-title-new {
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.48px;
	text-transform: capitalize;
}

.hero-title-new-mobile {
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.24px;
	text-transform: capitalize;
}

.hero-subtitle-new {
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	letter-spacing: -0.18px;
}

.hero-subtitle-new-mobile {
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	letter-spacing: -0.12px;
}

.information-heros {
	background-image: url("../images/background-information-heros.png");
	background-size: 100%;
/*	background-repeat: no-repeat;
    animation-name: fadeInUp;
    visibility: visible;
    animation-delay: 0.1s;*/
}

.information-icon-item .icon-information-hero .information-text-1 {
	color: #121212;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.24px;
}

.information-icon-item-mobile .icon-information-hero-mobile .information-text-1-mobile {
	color: #121212;
	font-family: Plus Jakarta Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.12px;
}

.information-icon-item .icon-information-hero .information-text-2 {
	color: #999;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.18px;
}

.information-icon-item-mobile .icon-information-hero-mobile .information-text-2-mobile {
	color: #999;
	font-family: Plus Jakarta Sans;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.1px;
}



@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1050px;
	}
}

.btn-close {
	background: #9A0417;
	background-image: url("../images/close.png");
	background-size: 100% 100%;
	border-radius: 1000px;
	opacity: 1;
}

.modal-header-new {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	margin-top: -40px;
}

.modal-title-new {
	align-self: stretch;
	color: #9A0417;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.modal-subtitle-new {
	align-self: stretch;
	color: #999;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.modal-courses-new {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.modal-login-card-new {
	width: 175px;
	height: 175px;
	display: flex;
	background: #FFF;
	border: 1px solid #E4E4E7;
	border-radius: 12px;
	flex-direction: column;
	justify-content: normal;
	align-items: center;
	gap: 16px;
	padding: 10px;
	text-decoration: none;
}

.modal-login-card-new:hover {
	background-color: #9A0417;
}

.modal-login-card-new:hover .modal-frame-new h4, .modal-login-card-new:hover .modal-frame-new p {
	color: #FFFFFF;
}

.modal-icon-new {
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 1000px;
	background: #FFF;
	box-shadow: 0px 1px 20px 0px rgba(26, 26, 26, 0.15);
}

.modal-icon-new  img {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.modal-frame-new {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.modal-frame-new h4 {
	color: #000;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.modal-frame-new p {
	color: #999;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.div-benefit .text-info-content-new {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: -0.36px;
}

.div-benefit .text-info-content-new-mobile {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.24px;
}

.div-benefit .text-small-content-new {
	color: #767676;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.div-benefit .text-small-content-new-mobile {
	color: #767676;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.section-benefit .benefit-text-1 {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.2px;
	margin-top: 20px;
}

.section-benefit .benefit-text-1-mobile {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.16px;
}

.section-benefit .benefit-text-2 {
	align-self: stretch;
	color: #999;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
}

.section-benefit .benefit-text-2-mobile {
	align-self: stretch;
	color: #999;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.12px;
}

.section-benefit .benefit-text-2 {
	align-self: stretch;
	color: #999;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
}

.div-why-us .text-info-content-new {
	align-self: stretch;
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.36px;
}

.div-why-us .text-info-content-new-mobile {
	align-self: stretch;
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.24px;
}

.div-why-us .text-small-content-new {
	align-self: stretch;
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.div-why-us .text-small-content-new-mobile {
	align-self: stretch;
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.12px;
}


/*section-paket*/

.section-paket {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-paket-mobile {
    position: relative;
}

.div-paket .text-info-content-new {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.36px;
}

.div-paket .text-info-content-new-mobile {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.24px;
}

.div-paket .text-small-content-new {
	color: #767676;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.div-paket .text-small-content-new-mobile {
	color: #767676;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.div-paket-content-new {
	display: flex;
	padding: 71px 0px 72px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	flex-shrink: 0;
}

.div-row-new {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0.5px;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	flex-shrink: 0;
	align-self: stretch;
}

.paket-card-new {
	display: flex;
	width: 350px;
	padding: 24px;
	align-items: flex-start;
	gap: 20px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
	text-decoration: none;
}

.paket-card-new:hover {
	background-color: #9A0417;
}

.paket-card-new:hover .paket-frame-new h4, .paket-card-new:hover .paket-frame-new p {
	color: #FFFFFF;
}

.paket-icon-new {
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 100px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(31, 31, 31, 0.15);
}

.paket-icon-new img {
	display: flex;
	width: 44px;
	height: 44px;
	padding: 2.5px 0px 2.389px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.paket-frame-new {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
}

.paket-frame-new h4 {
	color: #000;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.paket-frame-new p {
	align-self: stretch;
	color: #999;
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*section-promo*/

.section-promo {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
	background-color: #FEF0EF;
}

.section-promo-mobile {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
	background-color: #FEF0EF;
}

.div-promo .text-info-content-new {
	color: #121212;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.36px;
}

.div-promo .text-info-content-new-mobile {
	color: #121212;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.24px;
}

.div-promo .text-small-content-new {
	color: #767676;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.div-promo .text-small-content-new-mobile {
	color: #767676;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.div-promo-content-new {
	display: flex;
	flex-wrap: wrap;
	padding: 71px 0px 72px 0px;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	flex-shrink: 0;
	align-self: stretch;
}

.div-promo-content-new-mobile {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0px 30px 0px;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	flex-shrink: 0;
	align-self: stretch;
}

.promo-card-new {
	display: flex;
	padding: 20px;
	align-items: center;
	border-radius: 20px;
	background: #FFF;
	overflow: hidden;
}

.promo-card-new-mobile {
	display: flex;
	padding: 16px;
	align-items: center;
	border-radius: 20px;
	background: #FFF;
	overflow: hidden;
}

.promo-card-new:hover {
	background-color: #9A0417;
}

.promo-card-new-mobile:hover {
	background-color: #9A0417;
}

.promo-card-new .pattern {
	height: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

.promo-card-new-mobile .pattern {
	height: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

.promo-card-new:hover .promo-frame-new h4, .promo-card-new:hover .promo-frame-new h5, .promo-card-new:hover .promo-frame-new p {
	color: #FFFFFF;
}

.promo-card-new-mobile:hover .promo-frame-new h4, .promo-card-new-mobile:hover .promo-frame-new h5, .promo-card-new-mobile:hover .promo-frame-new p {
	color: #FFFFFF;
}

.promo-card-new:hover .promo-frame-new a {
	background: #FE8600;
	color: #FFFFFF;
}

.promo-card-new-mobile:hover .promo-frame-new a {
	background: #FE8600;
	color: #FFFFFF;
}

.promo-card-new:hover .pattern {
	filter: invert(100%) opacity(5%);
}

.promo-card-new-mobile:hover .pattern {
	filter: invert(100%) opacity(5%);
}

.promo-card-new:hover .promo-header-new {
	background-color: #AE3645;
	z-index: -2;
}

.promo-card-new-mobile:hover .promo-header-new {
	background-color: #AE3645;
	z-index: -2;
}

.promo-frame-new {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.promo-icon-new {
	display: flex;
	align-items: center;
	gap: 10px;
}

.promo-icon-new div{
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
}

.promo-icon-new div img {
	display: flex;
	width: 44px;
	height: 44px;
	padding: 2.5px 0px 2.389px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.promo-header-new {
	display: flex;
	width: 272px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 12px;
}

.promo-header-new h4 {
	flex: 1 0 0;
	color: #121212;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.promo-price-new {
	display: flex;
	padding: 16px 0px 20px 0px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.promo-price-new h4 {
	color: #121212;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.promo-price-new p {
	color: #A11526;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: line-through;
}

.promo-detail-new {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.promo-detail-new h5 {
	width: 272px;
	color: #1F1F1F;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.promo-detail-new p {
	width: 272px;
	color: #A11526;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}

.promo-detail-new h4 {
	width: 272px;
	color: #A11526;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.promo-button-new {
	width: 272px;
	padding: 14px 4px;
	border-radius: 1000px;
	background: #A11526;
	color: #FFF;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}

/*section-guru*/

.section-guru {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
	background-color: #FEF0EF;
}

.div-guru .text-info-content-new {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.36px;
}

.div-guru .text-info-content-new-mobile {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.24px;
}

.div-guru-content-new {
	display: flex;
	flex-wrap: wrap;
	padding: 71px 0px 0px 0px;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	flex-shrink: 0;
	align-self: stretch;
}

.guru-card-new {
	display: flex;
	width: 340px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.guru-card-new img {
	width: 240px;
	height: 300px;
}

.guru-frame-new {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.guru-title-new {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.guru-title-new h4 {
	align-self: stretch;
	color: #121212;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.guru-title-new p {
	align-self: stretch;
	color: #9F0A1D;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.guru-quote-new {
	align-self: stretch;
	color: #474747;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*section-testimoni-new*/

.section-testimoni-new {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-testimoni-new-mobile {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.div-testimoni-new .text-info-content-new {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.36px;
}

.div-testimoni-new .text-info-content-new-mobile {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.24px;
}

.div-testimoni-new .text-small-content-new {
	color: #767676;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
}

.div-testimoni-new .text-small-content-new-mobile {
	color: #767676;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.div-testimoni-comment-new {
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	flex-shrink: 0;
	border-radius: 20px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(26, 26, 26, 0.15);
}

.div-testimoni-profile-new {
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.div-testimoni-image-new {
	display: flex;
	align-items: center;
	border-radius: 1000px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}	

.div-testimoni-image-new img {
	width: 100%;
}

.div-testimoni-name-new {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
}	

.div-testimoni-name-new h4 {
	color: #121212;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}	

.div-testimoni-name-new p {
	align-self: stretch;
	color: #A10D1F;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}	

.div-testimoni-quote-new {
	align-self: stretch;
	color: #121212;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
}

.div-testimoni-navigate-new {
	display: flex;
	width: 304px;
	justify-content: space-between;
	align-items: center;
}

.div-testimoni-navigate-new .button-navigate-new {
	background: none;
	border: none;
}

.div-testimoni-navigate-new .button-navigate-new:hover {
	filter: brightness(75%);
}

.dot-navigate-new {
	display: flex;
	align-items: center;
	gap: 16px;
}

.dot-navigate-new button {
	width: 12px;
	height: 12px;
	background: #FCDFE2;
	border: none;
	border-radius: 50%;
}

/*section-faq*/

.section-faq {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-faq-mobile {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.div-faq .text-info-content-new {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.36px;
}

.div-faq .text-info-content-new-mobile {
	color: #000;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.24px;
}

.accordion-item {
	border-radius: 8px;
	border: 1px solid #E0E0E0;
}

.accordion-button {
	color: #121;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.accordion-button:not(.collapsed) {
	color: #121;
	background-color: #FFFFFF;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:active, .accordion-button:focus {
	border-color: #9A0417;
	box-shadow: 0 0 0 .25rem rgba(154,4,23,.25);
}

.accordion-body {
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.accordion-collapse {
	border-top: none;
}

/*section-footer1*/

.section-footer1 {
	background-image: url("../images/background-footer-new.png");
	background-position: 0px 140px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.footer1-recall-new {
	border-radius: 40px;
	background: #FE8600;
	overflow: hidden;
}

.footer1-left-new {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.footer1-left-new h3 {
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.footer1-left-new p {
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.footer1-left-new a {
	padding: 12px 20px;
	border-radius: 1000px;
	background: #BD0100;
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.2px;
	text-transform: capitalize;
	text-decoration: none;
}

.footer1-left-new a:hover {
	background: #8d0000;
	color: #bfbfbf;
}

.footer1-right-new {
	height: 100%;
	flex: 1 0 0;
	align-self: stretch;
}

.footer1-right-new img {
	width: 100%;
}

/*section-footer2*/

.section-footer2 {
	padding-top: 100px;
	padding-bottom: 20px;
	background: #9A0417;
}

.footer2-logo-new {
	display: flex;
	height: 209px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.footer2-image-new {
	display: flex;
	width: 116.3px;
	height: 44px;
	justify-content: center;
	align-items: center;
}

.footer2-image-new img {
	width: 116.3px;
	height: 45.454px;
	flex-shrink: 0;
}

.footer2-text-new {
	width: 248px;
	color: #FFF;
	font-family: Product Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.footer2-social-new {
	width: 148px;
	height: 28px;
	flex-shrink: 0;
}

.footer2-social-new a {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	text-decoration: none;
}

.section-footer2 h4 {
	color: #FFF;
	font-family: Product Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;	
}

.footer2-widget-new p, .footer2-widget-new p a {
	color: #FFF;
	font-family: Product Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 40px;
	text-decoration: none;
}

.footer2-widget-new p a:hover {
	color: #bfbfbf;
}

.foooter-bottom-new {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 39px;
	align-self: stretch;
}

.foooter-bottom-new span {
	width: 100%;
	height: 1px;
	background: #FFF;
}

.foooter-bottom-new p {
	color: #FFF;
	text-align: center;
	font-family: Product Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}