@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "sans-serif", "Poppins";
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    /* background-color: #f6f8fd; */
}
:root {
    --colorPrimary: #f8a036;
    --colorDark: #04162f;
    /* --colorDarkBlue: #1f1d62; */
}
p {
    font-size: 16px;
}
.text-header h2 {
    color: #04162f;
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.text-header h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 10%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.text-header h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 10%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}

.text-headers h2 {
    color: #04162f;
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.text-headers h2::before {
    background: #36b71f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 10%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.text-headers h2::after {
    background: #36b71f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 10%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}

.btn.btn-warning {
    background-color: var(--colorPrimary);
    border: var(--colorPrimary);
    padding: 15px 100px;
    font-weight: bold;
}
/* navbar */
.navbar-1-1 {
    transition: transform 0.3s ease-in-out;
    transform: translateY(
        -100%
    ); /* This hides the navbar by translating it above the viewport */
    width: 100%;
    z-index: 1000; /* This ensures the navbar remains on top of other content */
}

.navbar-1-1.fixed-top {
    transform: translateY(
        0
    ); /* This brings the navbar back into the viewport */
    position: fixed; /* Make it stick to the top */
    top: 0;
}
.navbar-1-1 .btn-get-started {
    border-radius: 20px;
    padding: 12px 30px;
    font-weight: 500;
}

.navbar-1-1 .btn-get-started-blue {
    background-color: var(--colorPrimary);
    transition: 0.3s;
}

.navbar-1-1 .btn-get-started-blue:hover {
    background-color: var(--colorPrimary);
    transition: 0.3s;
}
/* hero  */
.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
@media (max-width: 991.98px) {
    .hero-wrap {
        background-position: top center !important;
    }
}
.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    background: #0033c7;
}
.hero-wrap.hero-wrap-2 {
    height: 300px;
}
.hero-wrap.hero-wrap-2 .slider-text {
    height: 300px;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 900;
    color: #fff;
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.ftco-animate {
    position: relative; /* Atau absolute, fixed, atau sticky tergantung pada kebutuhan */
    z-index: 9999; /* Beberapa nilai tinggi untuk memastikan elemen berada di atas yang lain */
}
/* banner */
.carousel-background {
    position: relative;
}

.carousel-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(129, 125, 67, 0.425); /* Blur background color */
    backdrop-filter: blur(5px); /* Adjust blur intensity as needed */
    z-index: 1;
}

.carousel-caption {
    z-index: 2;
}

.carousel-caption {
    margin-bottom: 150px;
}
.carousel-caption h1 {
    font-size: 72px;
}
.carousel-caption p {
    font-size: 18px;
    padding-top: 40px;
}

.img-background {
    /* background: url("../img/ilustrasi-2.svg") no-repeat center center; */
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bounce img {
    position: relative; /* To allow img to move independently of its container */
    animation: bounce 4s infinite;
}
/* content-about */
.content-about {
    width: 100%;
    height: 100%;
    padding: 200px;
}
.content-about img {
    height: 400px;
    max-height: 100%;
}
.content-about .header-about h1 {
    font-weight: 700;
    color: var(--colorDark);
}
.content-about .badge.bg-secondary {
    background-color: #04162fd3 !important;
}
.content-about .btn-get-started {
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 500;
}

.content-about .btn-get-started-blue {
    background-color: var(--colorPrimary);
    transition: 0.3s;
}

.content-about .btn-get-started-blue:hover {
    background-color: var(--colorPrimary);
    transition: 0.3s;
}
.content-about .card {
    border-radius: 10px;
    transition: transform 0.2s; /* Animation */
    background: #ffffff;
    /* padding: 20px; */
    /* height: 200px; */
}

.content-about .card:hover {
    transform: scale(1.05);
}

.content-about .card .card-title {
    color: #333;
    font-size: 14px;
}
.content-about .card .bg-siswa {
    background-color: #8ecae6;
}
.content-about .card .bg-pengajar {
    background-color: #cad2c5;
}
.content-about .card .bg-fasilitas {
    background-color: #e9c46a;
}

.content-about .card i.ri-emotion-line {
    color: #219ebc;
    font-size: 40px;
}
.content-about .card i.ri-community-line {
    color: #3a5a40;
    font-size: 40px;
}

.content-about .card i.ri-building-line {
    color: #e76f51;
    font-size: 40px;
}
/* content-featured */
.content-featured .container-fluid {
    position: relative;
    background-image: url("../img/bg-1.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.content-featured .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.content-featured .text-header h2 {
    color: var(--colorPrimary); /* putih */
    text-shadow: 2px 2px 4px rgba(17, 17, 17, 0.863);
    font-weight: 800;
    font-size: 40px;
    z-index: 100;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.content-featured .text-header h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.content-featured .text-header h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}
.content-featured .text-header p {
    color: #fff; /* putih */
    /* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.863);  */
}
.content-featured .card {
    border: none;
    border-radius: 20px;
    background-color: transparent;
}
.content-featured .text-bg-primary {
    background-color: #6c86ff !important;
}
/* content-ekstra */
.content-ekstra {
    width: 100%;
    /* max-height: 100vh; */
    height: max-content;
    padding: 60px 100px 100px 60px;
    background-image: url("../img/back/wiwreframe-2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-bottom: 200px; */
    /* background-position: center center; */
}
.content-ekstra .text-header h2 {
    color: var(--colorDark);
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.content-ekstra .text-header h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.content-ekstra .text-header h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}
.site-section.testimonial .text-header h2 {
    color: #fff;
}
.site-section.testimonial {
    margin-bottom: 0;
    /* background-color: var(--colorDark); */
    padding-bottom: 90px;
    background-image: url("../img/back/wireframe\ -\ 1.svg"); /* Replace 'path-to-your-image.jpg' with the path to your image */
    background-size: cover;
    background-repeat: no-repeat;
}
/* site-section */
.site-section {
    height: max-content;
    margin-bottom: 100px;
}

.site-section .text-header h2 {
    color: #04162f;
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.site-section .text-header h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.site-section .text-header h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}
.site-section {
    padding: 2.5em 0;
}
@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}
.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    font-size: 30px;
    color: #25262a;
    position: relative;
}
.site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #3ca59d;
}
.site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #3ca59d;
}

.block-13,
.slide-one-item {
    position: relative;
    z-index: 1;
}
.block-13 .owl-nav,
.slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: var(--colorPrimary);
}
.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
    opacity: 0.2;
}

.content-pendaftaran {
    width: 100%;
    height: max-content;
}
.content-pendaftaran .card .card-header {
    background-image: url("../img/back/wireframe\ -\ 1.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
/* footer */
.footer-2-3 .list-space {
    margin-bottom: 1.25rem;
}

.footer-2-3 .footer-text-title {
    font: 600 1.5rem Poppins, sans-serif;
    margin-bottom: 1.5rem;
}

.footer-2-3 .list-menu {
    color: #707092;
    text-decoration: none !important;
}

.footer-2-3 .list-menu:hover {
    color: #ffffff;
}

.footer-2-3 hr.hr {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(46, 46, 90, 1);
}

.footer-2-3 .border-color {
    color: #707092;
}

.footer-2-3 .footer-link {
    color: #707092;
}

.footer-2-3 .footer-link:hover {
    color: #ffffff;
}

.footer-2-3 .social-media-c:hover circle,
.footer-2-3 .social-media-p:hover path {
    fill: #ffffff;
}

.footer-2-3 .footer-info-space {
    padding-top: 3rem;
}

.footer-2-3 .list-footer {
    padding: 5rem 1rem 3rem 1rem;
}

.footer-2-3 .info-footer {
    padding: 0 1rem 3rem;
}

.card-effect-custom {
    transition: 0.1s;
}
.card-effect-custom:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    transition: 0.1s;
}

/* animate  */
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animate-slide-down {
    animation: slideDown 0.3s ease-out;
}

#title {
    animation: 2s ease-out 0s 1 slideInFromLeft;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .content-about {
        padding: 0;
    }
    .content-ekstra {
        width: 100%;
        /* max-height: 100vh; */
        height: 100vh;
        padding: 60px;
        margin-bottom: 200px;
        /* background-position: center center; */
    }
    .carousel-caption {
        margin-bottom: 20px;
    }
    .carousel-caption h1 {
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
    }
    .carousel-caption p {
        font-size: 10px;
        padding-top: 5px;
    }
    .btn.btn-warning {
        display: none;
    }
    .content-about {
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    .content-about img {
        height: 300px;
        max-height: 100%;
    }
}
@media (min-width: 576px) {
    .content-about {
        padding: 100px 0 100px 0;
    }
    .footer-2-3 .list-footer {
        padding: 5rem 2rem 3rem 2rem;
    }

    .footer-2-3 .info-footer {
        padding: 0 2rem 3rem;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .footer-2-3 .list-footer {
        padding: 5rem 4rem 6rem 4rem;
    }

    .footer-2-3 .info-footer {
        padding: 0 4rem 3rem;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .footer-2-3 .list-footer {
        padding: 5rem 6rem 6rem 6rem;
    }

    .footer-2-3 .info-footer {
        padding: 0 6rem 3rem;
    }
}

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

.custom-header {
    position: relative;
    text-align: center;
    background: linear-gradient(
        60deg,
        rgba(84, 58, 183, 1) 0%,
        rgba(0, 172, 193, 1) 100%
    );
    color: white;
}

.custom-waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.custom-parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.custom-parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.custom-parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.custom-parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.custom-parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .custom-waves {
        height: 40px;
        min-height: 40px;
    }
}
.our-team.card{
    display: block;
}
.our-team {
    padding: 60px 10px 70px 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 60vh;
}

.our-team .picture {
    display: inline-block;
    height: 200px;
    width: 200px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #ec29ab;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
    height: 100%;
}

.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ec29ab;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .picture img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ec29ab;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.our-team .social li a:hover {
    color: #ec29ab;
    background-color: #f7f5ec;
}

.custom-testimonial {
    background: #ffc107;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}
.custom-testimonial:before,
.custom-testimonial:after {
    content: "";
    border-top: 40px solid #ffc107;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.custom-testimonial:after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.custom-testimonial .custom-icon {
    display: inline-block;
    font-size: 80px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0.6;
}
.custom-testimonial .custom-description {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.custom-testimonial .custom-testimonial-content {
    width: 100%;
    position: absolute;
    left: 0;
}
.custom-testimonial .custom-pic {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #daad86;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.custom-testimonial .custom-pic img {
    width: 100px;
    height: auto;
}
.custom-testimonial .custom-title {
    font-size: 15px;
    font-weight: bold;
    color: #ffc107;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.custom-testimonial .custom-post {
    display: block;
    font-size: 14px;
    color: #ffd9b8;
}
