html {
    scroll-behavior:smooth;
  }

body {
    background-color: #000000;
    /* font-family: 'Plus Jakarta Sans'; */
    font-family: 'Montserrat';
}
.hero {
    height: 100vh;
    position: relative;
}


#myVideo {
    object-fit: fill;
    filter: blur(2px) brightness(60%);
    height: 40%;
}

@media screen and (max-width: 600px) {
    #myVideo {
        height: 351px;
    }
}

.headline {
    background-color: transparent;
    position: absolute;
    top: 30%;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.headline .title {
    color: white;
    /* color: #BA9964; */
    font-size: 56px;
    font-weight: bolder;
    /* background-image: linear-gradient(to bottom, #FFFFFF 0%,  #999999 100%); */

}

.headline .subtitle {
    color: #A2A2A2;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .headline {
        top: 30%;
        padding: 16px;
    }
    .headline .title {
        font-size: 28px;
    }
    .headline .subtitle {
        font-size: 14px;
        word-wrap: normal;
    }
}

.hero-bottom {
    text-align: center;
    display: flex;
    justify-content: center;
}

nav.navbar {
    background-color: #0E0E0E;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 999;
    position: absolute;
    align-items: center;
}

.float-nav {
    bottom: 24px;
    border-radius: 99px;
}

.fixed-top {
    width: 100%;
    position: fixed !important;
    top: 0;
}

nav img {
    width: 102.42;
    height: 28px;
}


li.nav-item {
    height: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 12px;
}
.nav.item .nav-link {
    font-size: 16px;
}

li.nav-item.active,
.navbar-toggler {
    border: 1px solid #767676;
    border-radius: 30px;
}

.nav-item .nav-link {
    color: #767676
}

.nav-item.active .nav-link,
.navbar-toggler {
    color: #FFFFFF;
}

.tagline {
    border-image: linear-gradient(to right, #000000 0%, #967846 30%, #F5DEBB 50%, #967846 70%, #000000 96%) 1;
    border-width: 1px;
    border-style: solid;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #000000;
    font-size: 17px;
    color: #C7C7C7;
    /* height: 94px; */
    position: relative;
}

@media screen and (max-width: 600px) {
    .tagline {
        font-size: 14px;
        padding-top: 17px;
        padding-bottom: 17px;
        height: 70px;
        text-align: center;
    }
}

.loadingTagline {
    width: 16px;
    height: 16px;
}

.shadow-left {
    background-image: linear-gradient(to left, rgba(0,0,0, 0%),  rgba(0,0,0,100%));
    width: 91px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.shadow-right {
    background-image: linear-gradient(to right, rgba(0,0,0, 0%),  rgba(0,0,0,100%));
    width: 91px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    height: 95px;
  }

.marquee .track .content p {
    margin-left: 12px;
    margin-right: 70px;
}
  
@media screen and (max-width: 600px) {
    .marquee {
        height: 36px;
    }
}
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 40s linear infinite;
    align-items: center;
  }
  .content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

.about-us {
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-us h5 {
    font-size: 28px;
    color: white;
}

.about-us .card {
    background-color: transparent;
    
}

.about-us .card-body {
    padding: 0px;
}

.about-us .card-title {
    color: #BA9964;
    font-size: 16px;
}

.about-us .card-text {
    color: #A2A2A2;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .about-us {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .about-us h5 {
        font-size: 18px;
    }
    .about-us .card {
        padding: 14px;
    }
    .about-us .card-text {
        font-size: 14px;
    }
}
/* About us yang baru */
#about-us {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
}

#about-us .about-us-title {
    width: 50%;
    text-align: center;
}

#about-us .about-us-title h5 {
    font-size: 28px;
    color: white;
}

#about-us .about-us-breakdown {
    width: 100%;
    text-align: left;
}

#about-us .about-us-breakdown .title {
    color: #BA9964;
    font-size: 16px;
}

#about-us .about-us-breakdown .text {
    color: #A2A2A2;
    font-size: 16px;
}

#about-us .about-us-breakdown .our-mission {
    margin-top: 36px;
}

@media screen and (max-width: 600px) {
    #about-us {
        padding-top: 56px;
        padding-bottom: 56px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
    }
    #about-us .about-us-title {
        width: 100%;
    }
    #about-us .about-us-title h5 {
        font-size: 18px;
    }
    .about-us .card {
        padding: 14px;
    }

    .about-us-breakdown {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 24px;
    }

    .about-us-breakdown .text,
    .about-us-breakdown .title {
        font-size: 14px;
    }
}

/*  */

.photo-highlight {
    padding-top: 40px;
    padding-bottom: 40px;
}

.photo-highlight img {
    width: 254px;
    height: 170px;
}

@media screen and (max-width: 600px) {
    .photo-highlight {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .photo-highlight img {
        width: 150px;
        height: 100px;
    }
}

.our-services {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
    /* background-image: conic-gradient(from 90deg, #000000 0%, #000000 60%, #917241 80%, #BA9964 100%,  #000000 100%,); */
    /* background-image: conic-gradient( at 60% 55%, #000000 0deg,#000000 75deg, #917241 95deg, #000000 115deg,  #000000 270deg); */
    background-image: conic-gradient(at 65% 55%, #000000 0deg,#000000 80deg, rgba(145,114,65,30%) 95deg, #000000 120deg,  #000000 270deg);
}

.our-services .title {
    font-size: 28px;
    color: white;
}

.our-services .subtitle {
    font-size: 16px;
    color: #A2A2A2;
}



.our-services .why-us-cards .card {
    max-height: 325px;
    width: 420px;
    text-align: left;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    background-image: linear-gradient(135deg, rgba(23,23,23, 100%) 0%,  rgba(0,0,0,100%) 100%);
    border-image: linear-gradient(135deg, #8A8A8A 0%, #343434 23%, #111111 100%) 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    overflow: hidden;
}

.why-us-cards .card-title {
    color: #BA9964;
    font-size: 16px;
}

.why-us-cards .card-text {
    color: #A2A2A2;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .our-services {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .our-services .title {
        font-size: 18px;
    }
    .our-services .why-us-cards .card {
        max-height: 360px;
        width: 316px;
        text-align: left;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px;
        background-image: linear-gradient(135deg, rgba(23,23,23, 100%) 0%,  rgba(0,0,0,100%) 100%);
        border-image: linear-gradient(135deg, #8A8A8A 0%, #343434 23%, #111111 100%) 1;
        border-width: 1px;
        border-style: solid;
        border-radius: 10px;
        overflow: hidden;
    }
    .why-us-cards .card-text {
        font-size: 14px;
    }

    .our-services .why-us-cards .card {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 24px;
    }
}

#connecting-the-dots {
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 189px;
    padding-right: 189px;
    text-align: center;
    background-image: conic-gradient(at 35% 55%, #000000 0deg,#000000 235deg, rgba(145,114,65,30%) 260deg, #000000 280deg);
}

#connecting-the-dots p.title {
    font-size: 28px;
    color: white;
}

#connecting-the-dots p.subtitle {
    font-size: 16px;
    color: #A2A2A2;
}

#connecting-the-dots .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
}

#connecting-the-dots .vertical-line {
    background-image: linear-gradient(to bottom, #080808 0%, #242424 11%, #8A8A8A 50%, #373737 82%, #080808 100%);
    width: 2px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#connecting-the-dots .the-dots {
    width: 24px;
    height: 24px;
    margin-left: -10px;
}

#connecting-the-dots .container .col-card,
#connecting-the-dots #mobile-container .col-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 483px;
    height: 220px;
    background-image: linear-gradient(135deg, rgba(23,23,23, 100%) 0%,  rgba(0,0,0,100%) 100%);
    border-image: linear-gradient(135deg, #8A8A8A 0%, #343434 23%, #111111 100%) 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

#connecting-the-dots .mobile-container {
    
}

#connecting-the-dots .container .dummy {
    width: 483px;
    min-height: 190px;
}

.col-card img {
    width: 56px;
    height: 56px;
}

.col-card div {
    width: 319px;
    height: 100%;
    text-align: left;
}

#connecting-the-dots .col-card .title {
    color: #BA9964;
}

#connecting-the-dots .col-card .subtitle {
    color: #A2A2A2;
}

div.col2 {
    position: relative;
}

@media screen and (max-width: 600px) {
    #connecting-the-dots {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 0px;
        padding-right: 0px;
        height: 1271px;
    }
    #connecting-the-dots p.title {
        font-size: 18px;
    }
    
    #connecting-the-dots p.subtitle {
        font-size: 14px;
    }
    #connecting-the-dots .mobile-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        height: 100%;
    }
    #connecting-the-dots .mobile-container .col-card {
        display: block;
        /* align-items: center; */
        overflow: hidden;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
        /* width: 316px; */
        margin-left: auto !important;
        margin-right: auto !important;
        border-image: linear-gradient(135deg, #8A8A8A 0%, #343434 23%, #111111 100%) 1;
        border-width: 1px;
        border-style: solid;
        border-radius: 10px;
    }
    .col-card div {
        height: 200px;
    }
    #connecting-the-dots .col-card div {
        text-align: left;
    }
    .col-card img {
        width: 45.94px;
        height: 43.13px;
    }
}

#work-process {
    text-align: left;
    padding: 80px;
}

#work-process p.title {
    color: white;
    font-size: 28px;
}

#work-process .process-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: #343434 1px solid;
    padding-top: 34px;
    padding-bottom: 34px;
}

@media screen and (max-width: 600px) {
    #work-process {
        text-align: center;
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #work-process p.title {
        color: white;
        font-size: 28px;
    }
    
    #work-process .process-container {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
        /* justify-content: space-between;
        border-bottom: #343434 1px solid;
        padding-top: 34px;
        padding-bottom: 34px; */
    }
}

#work-process .process-container .description {
    
}

#work-process .process-container .process-number {
    font-size: 28px;
    background: linear-gradient(to top, #917241 0%, #BA9964 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#work-process .process-container img {
    width: 302px;   
    height: 170px;
}


#work-process .process-container p.title {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 24px;
}
#work-process .process-container p.subtitle {
    font-size: 16px;
    color: #A2A2A2
}

@media screen and (max-width: 600px) {
    #work-process .process-container img {
        width: 328px;
        height: 184px;
    }
}

#partners {
    padding: 80px;
    text-align: center;
}

#partners p.title {
    font-size: 28px;
    color: white;
}

#partners p.subtitle {
    font-size: 16px;
    color: #A2A2A2;
}

#partners .image-container {
    text-align: center;
}

#partners .image-container img {
    width: 302px;
    height: 360px;
}

@media screen and (max-width: 600px) {
    #partners .image-container img {
        width: 186px;
        height: 220px;
    }
}

#partners p.name {
    margin-top: 24px;
    font-size: 20px;
    background: linear-gradient(to top, #917241 0%, #BA9964 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#partners p.position {
    font-size: 16px;
    color: #A2A2A2;
}

#media-partners {
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#media-partners p.title {
    font-size: 28px;
    color: white;
}

#media-partners p.subtitle {
    font-size: 16px;
    color: #A2A2A2;
}

#media-partners img:not(:first-child) {
    margin-left: 24px;
}

@media screen and (max-width: 600px) {
    #media-partners {
        padding-bottom: 40px;
    }
    #media-partners p.title {
        font-size: 18px;
    }
    
    #media-partners p.subtitle {
        font-size: 14px;
        color: #A2A2A2;
    }
    
    #media-partners img:not(:first-child) {
        margin-left: 12px;
    }
    #media-partners .marquee {
        height: 100px;
    }
}

#call-to-action-section .title,
.faq .title {
    text-align: center;
}

#call-to-action-section {
    height: 456px;
    text-align: center;
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
    color: white;
}

#call-to-action-section .title {
    font-size: 56px;
}

.call-to-action button,
.call-to-action a {
    background-color: #89734F;
    color: white;
    font-size: 16px;
    padding-left: 16px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    border: 0px;
    border-radius: 22px;
}

@media screen and (max-width: 600px) {
    #call-to-action-section {
        font-size: 30px;
        height: 456px;
        text-align: center;
        position: relative;
        padding-top: 48px;
        padding-bottom: 120px;
    }

    #call-to-action-section .title {
        font-size: 28px;
        font-weight: bold;
    }

}

.triangle-background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 172px;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 86px solid #BA9964;
    filter: blur(30px);
    z-index: 2;
}


.faq {
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 600px) {
    .faq {
        margin-top: 60px;
    }
}

.faq .title {
    font-size: 28px;
    color: white;
}

@media screen and (max-width: 600px) {
    .faq .title {
        font-size: 16px;
    }
    .why-us .subtitle {
        font-size: 14px;
    }
}

.faq #accordion .card {
    background-color: #131313;
    border-radius: 16px;
}

.faq #accordion {
    width: 846px;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .faq #accordion {
        width: auto;
        margin: auto;
        padding-left: 24px;
        padding-right: 24px;
    }
}

.container-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container-header button {
    background-color: transparent;
}

.container-header button span {
    color: white;
}

#accordion .card-header {
    text-align: left;
}

#accordion .card-header h5 {
    font-size: 18px;
}

#accordion .card-body {
    text-align: left;
    color: #AAAAAA;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    #accordion .card-header h5,
    #accordion .card-body {
        font-size: 14px;
    }
}

.list-group-item {
    background-color: inherit;
}

.faq h5 {
    color: white;
}
.disclaimer {
    width: 846px;
    margin: 0 auto;
    background-color: transparent;
    color: #A78754;
    margin-top: 32px;
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .disclaimer {
        width: auto;
        margin: auto;
        margin-top: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.disclaimer .card {
    background-color: transparent;
    border: 1px solid #A78754;
}
