/**
* Template Name: Maundy - v4.9.0
* Template URL: https://bootstrapmade.com/maundy-free-coming-soon-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --c-dark: #212529;
    --c-brand: #f01982;
    --c-brand-light: #ffc80f;
    --c-brand-rgb: 78, 87, 212;
    --c-body: #727272;
    --font-base: "Poppins", sans-serif;
    --box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
    --transition: all 0.5s ease;
}

body {
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: url("../img/bg1.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(49, 71, 89, 0.6);
} */

@media (min-width: 1024px) {
    body {
        background-attachment: fixed;
    }
}

a {
    color: #007df4;
    text-decoration: none;
}

a:hover {
    color: rgb(32, 32, 32);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

#main {
    position: relative;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #464d4c;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #2ed6c0;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* BTN */
.button {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 24px;
}

.button-brand {
    background-color: var(--c-brand);
    color: white;
}

.button-brand:hover {
    background-color: var(--c-brand-light);
    border-color: var(--c-brand-light);
    color: white;
}

.btn-submit {
    background: #637573;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

/* Hero Section */
.hero {
    background-position: center;
    background-size: cover;
}

@media (min-width: 370px) {
    .hero {
        height: 100%;
    }
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 29, 35, 0.466);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

#header-carousel .carousel-item img {
    width: 100vh;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

#header-carousel .carousel-item .carousel-caption h1,
#header-carousel .carousel-item .carousel-caption .h1 {
    font-size: 30px;
}

#header-carousel .carousel-item .carousel-caption p {
    font-size: 20px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100vh;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        background-position: center;
        background-size: cover;
    }
    #header-carousel .carousel-item {
        height: 100vh;
    }
    #header-carousel .carousel-item .carousel-caption h1,
    #header-carousel .carousel-item .carousel-caption .h1 {
        font-size: 20px;
    }
    #header-carousel .carousel-item .carousel-caption p {
        font-size: 15px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }
}
.button-primary {
    background-color: var(--c-brand-light);
    color: rgb(0, 0, 0);
    padding: 15px 29px;
}

.button-primary:hover {
    background-color: var(--c-brand-light);
    color: white;
}

.button-primary-hero {
    background-color: rgba(240, 25, 129, 0.7450980392);
    color: white;
    padding: 15px 29px;
    border-radius: 9px;
}

.button-primary-hero:hover {
    background-color: var(--c-brand-light);
    color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    position: relative;
    width: 100%;
    padding: 60px 0;
    /* countdown */
}

#header h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#header h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 22px;
}

#header .countdown div {
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    margin: 10px 10px;
    width: 100px;
    padding: 15px 0;
}

#header .countdown div h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

#header .countdown div h4 {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 575px) {
    #header .countdown div {
        width: 70px;
        padding: 10px 0;
        margin: 10px 8px;
    }

    #header .countdown div h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #header .countdown div h4 {
        font-size: 14px;
        font-weight: 500;
    }
}

#header .subscribe {
    font-size: 15px;
    text-align: center;
}

#header .subscribe h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#header .subscribe .subscribe-form {
    min-width: 300px;
    margin-top: 10px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
}

#header .subscribe .subscribe-form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#header .subscribe .subscribe-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #464d4c;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .subscribe .subscribe-form input[type="submit"]:hover {
    background: #464d4c;
}

#header .subscribe .error-message {
    display: none;
    color: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#header .subscribe .sent-message {
    display: none;
    color: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#header .subscribe .loading {
    display: none;
    text-align: center;
    padding: 15px;
}

#header .subscribe .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading-notify 1s linear infinite;
    animation: animate-loading-notify 1s linear infinite;
}

@-webkit-keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#header .social-links {
    margin-top: 40px;
}

#header .social-links a {
    font-size: 16px;
    color: #fff;
    margin: 0 3px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#header .social-links a i {
    line-height: 0;
}

#header .social-links a:hover {
    background: #007df4;
    border-color: #007df4;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navbar */
.fixed-top {
    transition: 0.5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    color: #ffffff;
    font-weight: 500;
    outline: none;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        background: var(--dark);
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
@media (max-width: 480px) {
    .navbar {
        background-color: var(--c-dark);
        padding: 20px;
    }
    .navbar-collapse {
        margin-bottom: 10px;
    }
    .navbar .nav-item .dropdown-menu {
        background-color: var(--c-dark);
    }
    .navbar .nav-item .dropdown-menu .nav-link a {
        font-size: 15px;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item {
        color: white;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: 0.5s;
        opacity: 0;
        color: white;
        background-color: var(--c-dark);
    }
    .navbar .nav-item .dropdown-menu .dropdown-item {
        color: white;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
    .navbar .nav-item .dropdown-menu:hover .dropdown-item {
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
        background-color: var(--c-dark);
        color: var(--c-brand-light);
    }
}
.rotate {
    position: absolute;
    margin-left: 4px;
    font-size: 20px;
    font-weight: 600;
    color: var(--c-brand-light);
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--c-dark);
    margin: 5px;
}

.navbar-nav .nav-link.active {
    color: var(--c-brand-light);
}

.navbar-nav .nav-link:hover {
    color: var(--c-brand-light);
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #d8f7f3;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #007df4;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.about .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.about .icon i {
    color: #fff;
    font-size: 42px;
    line-height: 0;
}

.about .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.about .title a {
    color: #fff;
    transition: 0.3s;
}

.about .description {
    line-height: 24px;
    font-size: 14px;
}

/* About */
.about-title .line {
    width: 70px;
    height: 4px;
    background-color: #464d4c;
    margin: 16px auto 24px auto;
}

.about-title p {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
}

.img-about {
    height: 400px;
    background-position: center;
    background-size: cover;
    width: auto;
}

@media (min-width: 480px) {
    .img-about {
        height: auto;
        width: auto;
        justify-content: center;
    }
    .about-title h1,
    .about-title .h1 {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #464d4c;
    border-bottom: 3px solid #464d4c;
    padding: 30px;
    background: rgb(0 0 0 / 77%);
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.sponsor .sponsor {
    border-top: 3px solid #464d4c;
    border-bottom: 3px solid #464d4c;
    padding: 30px;
    background: rgba(238, 234, 234, 0.384);
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

#sponsor {
    border-top: 3px solid #464d4c;
    border-bottom: 3px solid #464d4c;
    background: rgba(238, 234, 234, 0.384);
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #007df4;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #007df4;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #007df4;
    border-bottom: 3px solid #007df4;
    padding: 30px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 34px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #007df4;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    width: 200px;
    margin-top: 20px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #36d8c3;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: rgba(38, 55, 69, 0.4);
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-top: auto; /* Ini akan mendorong footer ke bagian paling bawah */
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #007df4;
}
