/**
* Template Name: Reveal
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
body {
    background: #fff;
    color: #444;
    font-family: "Poppins", sans-serif;
}

a {
    color: #ffc021;
    text-decoration: none;
    transition: 0.5s;
    font-weight: bold;
}

a:hover,
a:active,
a:focus {
    color: #2c06d4;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", sans-serif;
    font-weight: 400;
    /* margin: 0 0 20px 0; */
    padding: 0;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*mobile*/
@media (max-width: 767px) {
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        left: 15px;
        top: auto;
        z-index: 996;
        /* background: #2c06d4; */
        width: 40px;
        height: 40px;
        transition: all 0.4s;
        border-radius: 10px;
        color: #ffc021;
    }
}

/*desktop*/
@media (min-width: 769px) {
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 10px;
        top: 380px;
        z-index: 996;
        /* background: #2c06d4; */
        width: 40px;
        height: 40px;
        transition: all 0.4s;
        border-radius: 10px;
        color: #ffc021;
    }
}

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

.back-to-top:hover {
    /* background: #ffc021; */
    /* color: #fff; */
    color: #ffc021;
}

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 0;
    height: 40px;
}

#topbar .contact-info i {
    font-style: normal;
    color: #2c06d4;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #444;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #2c06d4;
}

#topbar .social-links a {
    color: #555;
    padding: 0 15px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
    color: #2c06d4;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#header #logo h1 a {
    color: #0c2e8a;
}

#header #logo h1 a span {
    color: #50d8af;
}

#header #logo img {
    padding: 0;
    margin: 0;
}
/* mobile */
@media (max-width: 768px) {
    #header {
        height: 60px;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
    }

    #header #logo h1 {
        font-size: 34px;
    }

    #header #logo img {
        max-height: 40px;
    }
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffc021;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #ffc021;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #ffc021;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #ffc021;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
    background-color: #ffc021;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #3560abbe;
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    border-radius: 10px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0c2e8a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #ffc021;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #ffc021;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    position: relative;
    background-size: cover;
    padding: 0;
}

video {
    width: 100%;
    height: auto; /* Ini menjaga rasio aspek video */
}

/* Media query untuk tampilan mobile (lebar layar kurang dari atau sama dengan 768px) */
@media (max-width: 768px) {
    video {
        width: 100%;
        height: auto;
    }
}

/* Media query untuk tampilan desktop (lebar layar lebih dari 768px) */
@media (min-width: 769px) {
    video {
        max-width: 100%;
        height: auto;
    }
}

#hero .hero-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

/* Media query untuk tampilan mobile (lebar layar kurang dari atau sama dengan 768px) */
@media (max-width: 767px) {
    div.hero-content.aos-init.aos-animate {
        max-width: 100%;
        height: auto;
        font-size: 5px;
    }

    h3.display-6 {
        font-size: 1rem; /* Ukuran teks untuk ponsel */
    }
    #hero .hero-content h4 {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #hero .hero-content a.btn-get-started,
    #hero .hero-content a.btn-projects {
        font-family: "Raleway", sans-serif;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
        padding: 5px 20px;
        border-radius: 2px;
        transition: 0.5s;
        margin: 10px;
        color: #fff;
    }

    section#hero {
        max-width: 100%;
        height: auto;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: "Raleway", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #3561ab;
        white-space: nowrap;
        transition: 0.3s;
        font-weight: bold;
    }
}

/* tablet */
@media screen and (min-width: 767px) and (max-width: 1024px) {
    div.hero-content.aos-init.aos-animate {
        width: 770px;
        height: 500px;
        font-size: 12px;
    }

    section#hero {
        max-width: 100%;
        height: auto;
    }
}

/* Media query untuk tampilan desktop (lebar layar lebih dari 768px) */
@media screen and (min-width: 1024px) {
    #hero .hero-content {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    div.hero-content.aos-init.aos-animate {
        width: 100%;
        height: auto;
        font-size: 12px;
    }
}

#hero .hero-content h2 {
    color: #0c2e8a;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 900;
}

#hero .hero-content h4 {
    color: #0c2e8a;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
}

#hero .hero-content h2 span {
    color: #ffc021;
    text-decoration: underline;
}

@media (max-width: 767px) {
    #hero .hero-content h2 {
        font-size: 20px;
    }
}

#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}

#hero .hero-content .btn-get-started {
    background: #0c2e8a;
    border: 2px solid #0c2e8a;
}

#hero .hero-content .btn-get-started:hover {
    background: none;
    color: #0c2e8a;
}

#hero .hero-content .btn-projects {
    background: #ffc021;
    border: 2px solid #ffc021;
}

#hero .hero-content .btn-projects:hover {
    background: none;
    color: #ffc021;
}

#hero .hero-slider {
    z-index: 8;
    height: 60vh;
}

#hero .hero-slider::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}

#hero .hero-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 40px 0;
    overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 32px;
    color: #0c2e8a;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .section-header h2 {
        font-size: 20px;
        color: #0c2e8a;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        padding: 0px 0 10px 0;
    }
}

.section-header h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ffc021;
    bottom: 0;
    left: 0;
}

.section-header p {
    padding: 0;
    margin: 0;
}

img.logo-visa {
    max-width: 100%;
    height: auto; /* Ini menjaga rasio aspek gambar */
}

/* Media query untuk tampilan mobile (lebar layar kurang dari atau sama dengan 768px) */
@media (max-width: 768px) {
    img.logo-visa {
        max-width: 100%;
        height: auto;
    }
}

/* Media query untuk tampilan desktop (lebar layar lebih dari 768px) */
@media (min-width: 769px) {
    img.logo-visa {
        width: 130px;
        height: 70px;
    }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafafa;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/* About Section
--------------------------------*/
#about {
    padding: 60px 0 30px 0;
}

@media (max-width: 767px) {
    #about {
        padding: 0px 0px 0px 0px;
    }
}
#about .about-img {
    overflow: hidden;
    border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
}

#about .about-img img {
    max-width: 100%;
    border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
}

/* mobile */
@media (max-width: 767px) {
    #about .about-img {
        height: auto;
        border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
        border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
    }

    #about .content p {
        line-height: 26px;
        font-size: 15px;
    }

    #about .content h2 {
        color: #0c2e8a;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }
}

#about .content h2 {
    color: #0c2e8a;
    font-weight: bold;
    font-size: 25px;
    font-family: "Raleway", sans-serif;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #50d8af;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
    padding: 40px 0;
}

@media (max-width: 767px) {
    #services {
        padding: 40px 0;
        background-size: contain;
        /* background: url("img/bg3.png") center bottom no-repeat; */
        bottom: 0px;
        /* background: linear-gradient(to bottom, #ffffff, #ffd363, #ffffff); */
        border-radius: 5px;
    }

    #services .box {
        height: auto;
    }
}

#services .box {
    padding: 20px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: none;
    border: 2px solid #3561ab;
    transition: 0.4s;
    border-radius: 10px;
    height: 70vh;
    width: 90%;
    margin: 0 auto;
}

#services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#services .box .icon {
    float: left;
}

#services .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#services .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

#services .box h4 a {
    color: #444;
}

#services .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

/* mobile */
@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services {
        padding: 0px 0;
    }

    #services .box {
        padding: 20px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: none;
        border: 2px solid #3561ab;
        transition: 0.4s;
        height: 100%;
        border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
        height: auto;
        width: 90%;
        margin: 0 auto; /* Menempatkan box di tengah menggunakan margin:auto */
    }

    #services .box .icon {
        float: none;
        text-align: center;
    }

    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 30px 0;
}
/* mobile */
/* @media (max-width: 767px) {
    #clients {
        padding: 0px 0px;
    }
    .clients-slider .swiper-slide {
        margin: 0px 0px 0px 0px !important;
    }
    .swiper-wrapper {
        margin: 0px 0px 0px 0px !important;
    }
    .clients-slider .swiper-slide.swiper-next {
        transform: scale(0.2) !important;
        transition: transform 0.3s ease !important;
    }
} */

#clients img {
    max-width: 50%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 0px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ffc021;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc021;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio .box {
    padding: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    height: 200px;
}

#portfolio .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#portfolio .box .icon {
    float: left;
}

#portfolio .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#portfolio .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#portfolio .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

#portfolio .box h4 a {
    color: #444;
}

#portfolio .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

@media (max-width: 767px) {
    #portfolio .box .box {
        margin-bottom: 20px;
    }

    #portfolio .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #portfolio .box h4,
    #portfolio .box p {
        margin-left: 0;
        text-align: center;
    }
}

#portfolio {
    background: #fff;
    padding: 30px 0;
}
#portfolio.swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#portfolio.swiper-pagination.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #50d8af;
}

#portfolio.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #50d8af;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 18px 12px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #f7f7f7;
    border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #50d8af;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #0c2e8a;
    padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: rgba(255, 255, 255, 0.6);
    transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

#portfolio .portfolio-item:hover img {
    top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #50d8af;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #50d8af;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 30px 0;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
    overflow: hidden;
}
/* mobile */
@media (max-width: 767px) {
    #testimonials .testimonials-carousel,
    #testimonials .testimonials-slider {
        overflow: hidden;
        padding: 0px 0px 0px 0px;
        margin: -37px -2px -10px -2px;
    }
}
#testimonials .testimonial-item {
    /* box-sizing: content-box; */
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    text-align: center;
    /* min-height: 350px; */
    /* background: #e7e5e5; */
    /* border-radius: 10px;
   box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
}

/* mobile */
@media (max-width: 767px) {
    #testimonials .testimonial-item {
        /* box-sizing: content-box; */
        padding: 20px 20px 0 20px;
        margin: 0 auto;
        text-align: center;
        /* min-height: 350px; */
        /* background: #e7e5e5; */
        /* border-radius: 10px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
    }
    #testimonials {
        padding: 10px 0;
    }
}

#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

#testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ffc021;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc021;
}

/* News Section
--------------------------------*/

/*dekstop*/
@media (max-width: 767px) {
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
    #news .testimonial-item {
        margin: 30px 10px;
    }
}

/*Desktop*/
@media (max-width: 767px) {
    #news .testimonial-item .news-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        margin: auto;
        text-align: center;
        background: #e7e5e5;
        border-radius: 10px;
    }
}

#news .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#news .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ffc021;
}

#news .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc021;
}

#news .testimonial-item {
    box-sizing: content-box;
    padding: 20px 20px 20px 20px;
    /* margin: 30px 12px; */
    text-align: center;
    min-height: 350px;
    background: #e7e5e5;
    border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#news .testimonial-item .news-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11rem;
    margin: auto;
    text-align: center;
    background: #e7e5e5;
    border-radius: 10px;
}

/*mobile*/

@media (max-width: 768px) {
    #news .testimonial-item .news-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20vh;
        margin: auto;
        text-align: center;
        background: #e7e5e5;
        border-radius: 10px;
    }
}

/* otherservice Section
--------------------------------*/

#otherservice .testimonial-item {
    box-sizing: content-box;
    padding: 20px 20px 20px 20px;
    margin: 30px 12px;
    text-align: center;
    min-height: 350px;
    background: #e7e5e5;
    border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#otherservice .testimonial-item .otherservice-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;
    margin: auto;
    text-align: center;
    background: #e7e5e5;
    border-radius: 10px;
}

/*mobile*/

@media (max-width: 768px) {
    #otherservice .testimonial-item .otherservice-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25vh;
        margin: auto;
        text-align: center;
        background: #e7e5e5;
        border-radius: 10px;
    }
}

#otherservice .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#otherservice .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ffc021;
}

#otherservice .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc021;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: #3561ab;
    background-size: cover;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

/* desktop */
@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 5px;
}

#call-to-action .cta-btn:hover {
    background: #ffc021;
    border: 3px solid #ffc021;
}

/* Our Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 30px 0 0 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    overflow: hidden;
    text-align: center;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member .details {
    background: #ffc021;
    color: #fff;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 5px;
}

#team .member .social a {
    color: #fff;
}

#team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 30px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #2c06d4;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #2c06d4;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

#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: #2c06d4;
    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 #2c06d4;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

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

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #2c06d4;
}

#contact .php-email-form button[type="submit"] {
    background: #2c06d4;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #f2f5f8;
    padding: 0 0 30px 0;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}

#footer .credits a {
    color: #0c2e8a;
}
/*styling bg modal*/
.modal {
    backdrop-filter: blur(5px);
}
.modal-content {
    /* background: url("img/Banner-subscribe-new.png") center center no-repeat;
    background-size: cover; */
    background-color: #fff;
    color: gray;
    width: 90%;
    margin: 50% auto;
    padding-bottom: 10%;
}

.modal-footer {
    border: none;
    color: white;
}

.modal-header {
    border: none;
}

.modal-title {
    color: white !important;
}

.btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    font-family: "Open Sans";
    text-transform: uppercase;
}
.btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #ffffff;
    display: block;
    transition: 0.5s;
    position: absolute;
    background: #3561ab;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
    width: 350px; /* Atur lebar sesuai dengan keinginan Anda */
    height: 50px;
    line-height: 50px;
}
.btn-flip:before {
    top: 0;
    left: 0;
    opacity: 1;
    color: #323237;
    display: block;
    padding: 0 30px;
    line-height: 40px;
    transition: 0.5s;
    position: relative;
    background: #ffc021;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
    width: 350px; /* Atur lebar sesuai dengan keinginan Anda */
    height: 50px;
    line-height: 50px;
}

.card {
    background: none; /* Menghilangkan latar belakang (background) */
    border: none; /* Optional: Menghapus border */
    box-shadow: none; /* Optional: Menghapus shadow */
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

hr {
    border: 2px solid #ffc021; /* Warna dan ketebalan garis */
    margin: 0px 0; /* Jarak di atas dan di bawah garis */
}

/* offer modal */
.new-modal {
    backdrop-filter: blur(5px);
}

.modal-content-new {
    background: url("img/Promo-Bumper-MV-new-lagi.gif") center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #000;
    padding: 250px;
    width: 100%;
    height: auto;
    margin: 10% auto;
}

/* mobile */
@media (max-width: 767px) {
    .modal-content-new {
        /* background: url(https://media.giphy.com/media/rY9qDhNCW8iESzGQji/giphy-downsized-large.gif)
            center center no-repeat; */
        width: 95%;
        height: auto;
        border-radius: 10px;
        background: url("img/Promo-Bumper-MV-new-lagi.gif") center center
            no-repeat;
        background-size: contain;
        color: #000;
        padding: 170px 0px 270px 0px;
        margin: 10% auto;
    }
}

/* mobile */
@media (max-width: 767px) {
    .btn-box {
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -50%);
        z-index: 2;
        border: 2px !important;
    }

    .btn-new {
        font-family: "Raleway", sans-serif;
        font-weight: bold;
        font-size: 15px;
        display: inline-block;
        padding: 3px 15px;
        background-color: #ffc021;
        text-decoration: none; /* Menghilangkan garis bawah pada tautan */
        color: #ffffff; /* Warna teks default */
        transition: all 0.3s ease; /* Efek transisi untuk smooth hover */
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
        border: 2px solid #ffc021;
    }

    .btn-new:hover {
        background-color: transparent; /* Warna latar belakang saat dihover */
        color: #ffc021; /* Warna teks saat dihover */
        text-shadow: 1px 1px 2px #333; /* Efek bayangan saat dihover */
        border: 2px solid #ffc021;
    }

    .btn-new-filmavi {
        font-family: "Raleway", sans-serif;
        font-weight: bold;
        font-size: 15px;
        display: inline-block;
        padding: 3px 15px;
        background-color: #ffc021;
        text-decoration: none; /* Menghilangkan garis bawah pada tautan */
        color: #ffffff; /* Warna teks default */
        transition: all 0.3s ease; /* Efek transisi untuk smooth hover */
        /* box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5); */
        border: 2px solid #ffc021;
    }

    .btn-new-filmavi:hover {
        background-color: transparent; /* Warna latar belakang saat dihover */
        color: #ffc021; /* Warna teks saat dihover */
        text-shadow: 1px 1px 2px #333; /* Efek bayangan saat dihover */
        border: 2px solid #ffc021;
    }

    .btn-offer-modal {
        font-family: "Raleway", sans-serif;
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        padding: 3px 15px;
        background-color: #ffc021;
        text-decoration: none; /* Menghilangkan garis bawah pada tautan */
        color: #ffffff; /* Warna teks default */
        transition: all 0.3s ease; /* Efek transisi untuk smooth hover */
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
        border: 2px solid #ffc021;
        position: fixed; /* Ubah ke fixed agar tetap pada tempatnya saat digulir */
        /* bottom: 10px; */
        left: 10%;
    }

    .btn-offer-modal:hover {
        background-color: transparent; /* Warna latar belakang saat dihover */
        color: #ffc021; /* Warna teks saat dihover */
        text-shadow: 1px 1px 2px #333; /* Efek bayangan saat dihover */
        border: 2px solid #ffc021;
    }
}

/* ipad - desktop */
@media (min-width: 768px) {
    .btn-box {
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -50%);
        z-index: 2;
        border: 2px !important;
    }

    .btn-new {
        font-family: "Raleway", sans-serif;
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        padding: 3px 15px;
        background-color: #ffc021;
        text-decoration: none; /* Menghilangkan garis bawah pada tautan */
        color: #ffffff; /* Warna teks default */
        transition: all 0.3s ease; /* Efek transisi untuk smooth hover */
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
        border: 2px solid #ffc021;
    }

    .btn-new:hover {
        background-color: transparent; /* Warna latar belakang saat dihover */
        color: #ffc021; /* Warna teks saat dihover */
        text-shadow: 1px 1px 2px #333; /* Efek bayangan saat dihover */
        border: 2px solid #ffc021;
    }

    .btn-offer-modal {
        font-family: "Raleway", sans-serif;
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        padding: 3px 15px;
        background-color: #ffc021;
        text-decoration: none; /* Menghilangkan garis bawah pada tautan */
        color: #ffffff; /* Warna teks default */
        transition: all 0.3s ease; /* Efek transisi untuk smooth hover */
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
        border: 2px solid #ffc021;
        position: fixed; /* Ubah ke fixed agar tetap pada tempatnya saat digulir */
        /* bottom: 10px; */
        left: 37%;
    }

    .btn-offer-modal:hover {
        background-color: transparent; /* Warna latar belakang saat dihover */
        color: #ffc021; /* Warna teks saat dihover */
        text-shadow: 1px 1px 2px #333; /* Efek bayangan saat dihover */
        border: 2px solid #ffc021;
    }
}

/* new services (b211) */
#new-services {
    padding: 40px 0;
}

/* mobile */
@media (max-width: 767px) {
    #new-services {
        padding: 40px 0;
        background-size: contain;
        /* background: url("img/bg3.png") center bottom no-repeat; */
        bottom: 0px;
        /* background: linear-gradient(to bottom, #ffffff, #ffd363, #ffffff); */
        border-radius: 5px;
    }
}

#new-services .box {
    padding: 40px;
    box-shadow: 10px 10px 15px rgba(11, 11, 11, 0.1);
    background: #e7e5e5;
    transition: 0.4s;
    height: 100%;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
}

#new-services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#new-services .box .icon {
    float: left;
}

#new-services .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#new-services .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#new-services .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

#new-services .box h4 a {
    color: #444;
}

#new-services .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

/* mobile */
@media (max-width: 767px) {
    #new-services .box .box {
        margin-bottom: 20px;
    }

    #new-services {
        padding: 0px 0;
    }

    #new-services .box {
        padding: 20px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #e7e5e5;
        transition: 0.4s;
        height: 100%;
        border-radius: 10px; /*untuk membuat rounded di box (agar tidak kotak lancip)*/
        height: auto;
        width: 90%;
        margin: 0 auto; /* Menempatkan box di tengah menggunakan margin:auto */
    }

    #new-services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 0px;
    }

    #new-services .box h4,
    #new-services .box p {
        margin-left: 0;
        text-align: center;
    }
}
/* ipad - desktop */
@media (min-width: 768px) {
    #new-services {
        padding: 20px 0px;
    }
}
