/* General body styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0 auto;
    padding: 0;
    background-color: red;
    
}

h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 39px;  
}

h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 32px;
}

p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.none-deco {
    text-decoration: none;
}

.main-width {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    }


.plusjakarta-headline {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 155px !important;
}

.plusjakarta-paragraf {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.plusjakarta-btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 21px;
}

.plusjakarta-title-small {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.btn-ghost {
    padding: 0px 0px;
    border-bottom: solid 2px;
    color: rgb(0, 0, 0);
}

@media (max-width: 768px) {
    .plusjakarta-paragraf {
        font-size: 19px;
    }
    p {
        font-size: 21px;
    }
}

.judul-section {

}

.judul-section span {
    color: red;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.judul-section h2 {
    text-align: left; line-height: 1.1; margin: 5px 0px; color: white; 
}

.main-width iframe {
    margin-top: 45px;
    width: 100%;
}

.plusjakarta-accent {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: white;
    z-index: 5;
}


.cta-button {
    padding: 24px 36px;
    background-color: #000;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px !important;
    z-index: 5;
}

@media (max-width: 768px) {
    .cta-button {
        display: block;
        white-space: nowrap;
    }
}
/* Styles for the navbar */
.menu-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10%;
    background-color: #ff0000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}

@media (max-width: 768px) {
    .menu-navbar{
        display: none;
    }
    }

.menu-navbar .logo {
    font-size: 24px;
    font-weight: bold;
    color: #000; /* Set the color of the logo text */
}

.menu-navbar .logo img {
    height: 48px;
    width: auto;
}

.menu-navbar nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    
}

.menu-navbar nav ul li {
    margin-left: 20px;
}

.menu-navbar nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    transition: color 0.3s ease;
}

.menu-navbar nav ul li a.button {
    padding: 8px 16px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}

.menu-navbar nav ul li a:hover, 
.menu-navbar nav ul li a.button:hover {
    color: #880000;
    
}

.menuresponsif{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;

}

.menuresponsif img {
    width: 100%;
}

.togglemenu {
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 31%;
    padding: 0px;
    border-bottom: 1px solid;
    }

@media (max-width: 786px) {
        .menuresponsif img {
            width: 89%;
        }
        }    


/* Hero section style */
.hero {
    display: flex;
    justify-content: start;
    align-items: center; /* Menambahkan ini untuk memastikan konten vertikal terpusat */
    text-align: center; /* Mengubah dari center ke left untuk alasan kejelasan dan estetika */
    padding: 20px 0px;
    flex-direction: column;
    background-color: red;
    max-width: 100%;
    height: 780px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero {
        height: 736px;
        padding: 5px 0px;
        justify-content: flex-start;
    }
    }


.hero h1 {
    font-size: 2.5em;
    margin: 0;
}

.abs-img-a {
    position: absolute;
    margin: auto 0;
    top: 55%; /* Set the top edge to 50% of the screen height */
    transform: translateY(-50%); 
    width: 450px;
}

.abs-img-a img {
    animation: slideUp 0.5s ease-out forwards 1.5s;
    opacity: 0;
    left: 135px;
    top: -135px;
    position: relative;
    width: 39%;
}

.abs-img-b {
    position: absolute;
    margin: auto 0;
    top: 59%; /* Set the top edge to 50% of the screen height */
    transform: translateY(-50%); 
    width: 450px;
}

.abs-img-b img {
    animation: slideUp 0.7s ease-out forwards 1.7s;
    opacity: 0;
    left: -132px;
    top: -222px;
    position: relative;
    width: 31%;
}

.abs-img-c {
    position: absolute;
    margin: auto 0;
    top: 59%; /* Set the top edge to 50% of the screen height */
    transform: translateY(-50%); 
    width: 450px;
}

.abs-img-c img {
    animation: slideUp 0.9s ease-out forwards 1.9s;
  opacity: 0;
  left: -115px;
  top: -42px;
  position: relative;
  width: 33%;
}

@media (min-width: 768px) {
    .abs-img-a {
        display: none;
    }
    .abs-img-b {
        display: none;
    }
    .abs-img-c {
        display: none;
    }
}

.abs-left {
    position: absolute;
    margin: auto 0;
    top: 59%; /* Set the top edge to 50% of the screen height */
    transform: translateY(-50%); 
    width: 450px;
}

@media (max-width: 768px) {
    .abs-left {
        width: 100%; /* Full width on small screens */
        left: 0;
        right: 0; /* Add this to center the div on small screens */
        display:none;
    }

    .abs-left img {
        max-width: 35%; /* Limit img width to 100% of its container */
        height: auto; /* Adjust height automatically */
    }
}

.abs-left img:nth-child(1) {
    animation: slideUp 0.5s ease-out forwards 2.0s;
    opacity: 0; /* Start with the image being transparent */
}

.abs-left img:nth-child(2) {
    animation: slideUp 0.7s ease-in-out forwards 2.3s;
    opacity: 0; /* Start with the image being transparent */
}

.abs-left img:nth-child(3) {
    animation: slideUp 0.95s ease-in-out forwards 2.4s;
    opacity: 0; /* Start with the image being transparent */
}

@keyframes slideUp {
    from {
        transform: translateY(100px); /* Start from below the initial position */
        opacity: 0;
    }
    to {
        transform: translateY(0); /* End at the initial position */
        opacity: 1;
    }
}



.abs-left img:nth-child(1) {
    left: 60px;
    top: -50px;
    position: relative;
}

.abs-left img:nth-child(2) {
    left: 80px;
    position: relative;
}

.abs-left img:nth-child(3) {
    left: 60px;
    top: -20px;
    position: relative;
}


.abs-right {
    position: absolute;
    margin: auto 0;
    top: 59%; /* Set the top edge to 50% of the screen height */
    transform: translateY(-50%); 
    width: 450px;
}

@media (max-width: 768px) {
    .abs-right {
        width: 100%; /* Full width on small screens */
        left: 0;
        right: 0; /* Add this to center the div on small screens */
        display: none;
    }

    .abs-right img {
        max-width: 35%; /* Limit img width to 100% of its container */
        height: auto; /* Adjust height automatically */
    }
}

.abs-right img:nth-child(1) {
    animation: slideUp 0.5s ease-out forwards 2.0s;
    opacity: 0; /* Start with the image being transparent */
}

.abs-right img:nth-child(2) {
    animation: slideUp 0.7s ease-in-out forwards 2.3s;
    opacity: 0; /* Start with the image being transparent */
}

.abs-right img:nth-child(3) {
    animation: slideUp 0.95s ease-in-out forwards 2.5s;
    opacity: 0; /* Start with the image being transparent */
}

@keyframes slideUp {
    from {
        transform: translateY(100px); /* Start from below the initial position */
        opacity: 0;
    }
    to {
        transform: translateY(0); /* End at the initial position */
        opacity: 1;
    }
}

.abs-right img:nth-child(1) {
    right: 54px;
    top: -135px;
    position: relative;
    width: 39%;
}

.abs-right img:nth-child(2) {
    right: 80px;
    position: relative;
}

.abs-right img:nth-child(3) {
    right: 60px;
    top: -20px;
    position: relative;
}

.con-black{
display: flex;
align-items: center;
justify-content: center;
padding: 55px 50px;
background-color: #000;
max-width: 100%;
}

.con-red{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 99px 0px;
    background-color: #ff0000;
    }

.con-light{
    padding: 55px 50px;
    background-color: #f8f8f8;
    }

.con-lightgray {
    background-color: #f0f0f0;
    }


.flex-condition {
    display: flex;
    align-items: center;
}

.layanan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 50px;
    background-color: #000000;
    max-width: 100%;
    overflow: hidden;
}


.service-card {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: start;
    padding: 30px;
    margin-right: 19px;
    color: white;
    height: 450px;
    width: 30%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
}

.service-card:nth-child(1) {
    background-image: url('../img/bg_welding.png');
    
}

.service-card:nth-child(2) {
    background-image: url('../img/bg_billboard.png');
   
}

.service-card:nth-child(3) {
    background-image: url('../img/bg_studio.png');
    
}

.service-card p {
    color: rgb(173, 173, 173);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.service-card h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 32px;
    margin: 0px;
}

@media (max-width: 768px) {
    .flex-condition {
        flex-direction: column; /* Stack the cards vertically */
        
    }

    .service-card {
        width: 100%; /* Full width for small devices */
        margin-right: 0; /* Remove right margin on small devices */
        margin-top: 20px;
        height: 399px;
    }
}

.container-headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3rem;
    justify-content: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 155px !important;
    color: #fff;
    padding: 30px 0px;
    }

    @media (max-width: 768px) {
        .container-headline {
            padding: 39px 0px;
        }
    }

    .word {
    display: flex;
    opacity: 0;
    transform: translateY(-50%);
    animation: dropDown 0.3s forwards ease-in-out;
    overflow: hidden;
    
    }



    @media (max-width: 768px) {
        .word {
            font-size: 99px;
        }
    }
    @keyframes dropDown {
    to {
    opacity: 1;
    transform: translateY(0);
    }
  }

  .letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    animation: riseUp 0.3s forwards;
    
  }

  @keyframes riseUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .word:nth-child(1) { animation-delay: 0s; }
  .word:nth-child(2) { animation-delay: 0.1s; }
  .word:nth-child(3) { animation-delay: 0.2s; }

  .word:nth-child(1) .letter:nth-child(1) { animation-delay: 0s; }
  .word:nth-child(1) .letter:nth-child(2) { animation-delay: 0.1s; }
  .word:nth-child(1) .letter:nth-child(3) { animation-delay: 0.2s; }
  .word:nth-child(1) .letter:nth-child(4) { animation-delay: 0.3s; }

  .word:nth-child(2) .letter:nth-child(1) { animation-delay: 0.35s; }
  .word:nth-child(2) .letter:nth-child(2) { animation-delay: 0.4s; }
  .word:nth-child(2) .letter:nth-child(3) { animation-delay: 0.45s; }
  .word:nth-child(2) .letter:nth-child(4) { animation-delay: 0.5s; }

  .word:nth-child(3) .letter:nth-child(1) { animation-delay: 0.75s; }
  .word:nth-child(3) .letter:nth-child(2) { animation-delay: 0.8s; }
  .word:nth-child(3) .letter:nth-child(3) { animation-delay: 0.85s; }
  .word:nth-child(3) .letter:nth-child(4) { animation-delay: 0.9s; }
  .word:nth-child(3) .letter:nth-child(5) { animation-delay: 0.95s; }


  /* ANIMASI MARQUEE*/

  .marquee {
    width: 100%; /* Mengatur lebar container marquee */
    overflow: hidden; /* Menghindari konten keluar dari container */
    height: auto; /* Tinggi container marquee */
    line-height: 1.5; /* Jarak antar baris */
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 46px;
    position: absolute;
    background-color: black;
    transform: scale(1.1) rotate(-6deg);
    color: red;
    padding: 15px 0px;
    top: 40.5%;
    
}



.marquee-content {
    display: block;
    white-space: nowrap; /* Mencegah konten dari wrapping */
    animation: marquee 55s linear infinite; /* Mengatur animasi */
}

@media (max-width: 768px) {
    .marquee-content {
        animation: marquee 25s linear infinite; 
    }
    .marquee {
        font-size: 27px;
        top: 65%;
    }
}


.marquee-content span {
    position: relative; /* Needed for absolute positioning of :after */
    padding-right: 33px; /* Jarak antar item */
}

.marquee-content span:after {
    content: ""; /* Required for :after to work */
    position: absolute; /* Position relative to the span */
    right: 0; /* Position at the right end of the span */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust the position to be centered vertically */
    width: 10px; /* Diameter of the circle */
    height: 10px; /* Diameter of the circle */
    background-color: #ff0000; /* Color of the circle */
    border-radius: 50%; /* Makes it a circle */
    margin-right: 10px; /* Space between the circle and the next span */
}

.marquee-content span:last-child:after {
    display: none; /* Remove the circle after the last span */
}

@keyframes marquee {
    0% { transform: translateX(0%); } /* Mulai dari kanan layar */
    100% { transform: translateX(-900%); } /* Bergerak ke kiri sampai konten tidak terlihat */
}

/*ANIMASI MENU OVERLAY FULLSCREEN*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s ease-in-out;
    z-index: 999;
    backdrop-filter: blur(10px);
  }
  
  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    line-height: 1.5; /* Jarak antar baris */
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus .overlay a:active {
    color: #f70000;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: -8px;
    right: 18px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

  .alamat-telpon {
    font-size: 16px;
    color: white;
    margin-top: 33px;
  }

  /*CSS PROTFOLIO*/

  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.flex-portfolio {
    width: 100%; display: flex; margin: 0 auto
}

.portfolio-items {
    margin-bottom: 55px;
}

.portfolio-items img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 16px;
    background-size: cover;
}

.portfolio-items h3 {
    margin: 0 0 8px;
    font-size: 1em;
    text-align: left;
    font-size: 18px;
}

.portfolio-items p {
    margin: 0;
    color: #666;
    text-align: left;
    font-size: 13px;
}

.colom {
    flex: 1 1 calc(24.333% - 0px);
    display: flex;
    flex-direction: column;
    }

.portfolio-containers {
    
        display: flex;
        flex-wrap: wrap;
        gap: 0px 55px;
}



@media (max-width: 768px) {
    .colom {
        flex: 1 1 100%;
    }
    .portfolio-items {
        padding: 0px;
    }
    
}

.cta-style {
    color: white; 
    line-height: 1.1;
    margin: 0 auto;
    text-align: center;
}

.cta-style h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 133px;
    }

    .cta-style h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    
    }

.cta-style a {
    text-decoration: none;
    color: rgb(53, 0, 0);
    font-weight: 600;
    color: white;
    padding: 15px 33px;
    background-color: black;
}

@media (max-width: 768px) {
    .cta-style h2 {
        font-size: 47px;
        
    }
    .cta-style {
        padding: 50px;
        overflow: hidden;
    }
    .con-red {
        padding: 0px;
    }
}

.our-clients {
    overflow: hidden;
    padding: 75px;
    }

  
  .logo-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0;
    white-space: nowrap;
  }
  
  .row1 {
    animation: moveRightToLeft 15s linear infinite -15s;
  }
  
  .row2 {
    animation: moveLeftToRight 35s linear infinite;
  }
  
  @keyframes moveRightToLeft {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  @keyframes moveLeftToRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  
  .logo-row img {
    height: 39px;
    width: auto;
    margin: 20px 37px;
  }

  @media (max-width: 768px) {
    .logo-row img {
        margin: 20px 20px;
        height: 33px;
    }
    .row1 {
        animation: moveRightToLeft 29s linear infinite;
    }
    .row2 {
        animation: moveLeftToRight 33s linear infinite;
      }
    .our-clients {
        width: 555%;
    }
  }

  .plusjakarta-btn a {
    color: #f0f0f0; /* Link text color */
    text-decoration: none; /* Clear text decoration */
    
  }
  

  .plusjakarta-btn a:hover {
    color: #fa0000; /* Link text color on hover */
  }

  .flex-1-1-50 {
    flex: 1 1 50%;
  }

  @media (max-width: 768px) {
    .flex-1-1-50 {
        flex: 1 1 100%;
    }
  }

  .headline-white {
     color: white; 
    line-height: 1.1;
    margin: 0 auto;
    text-align: center;

  }

  .headline-white h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-size: 133px;
  }

  @media (max-width: 768px) {
    .headline-white h2 {
        font-size: 49px;
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
    }
  }

  .hero-layanan {
    
        display: flex;
        justify-content: center;
        align-items: center; /* Menambahkan ini untuk memastikan konten vertikal terpusat */
        text-align: center; /* Mengubah dari center ke left untuk alasan kejelasan dan estetika */
        padding: 200px 0px;
        flex-direction: column;
        background-color: red;
        max-width: 100%;
        height: 420px;
        position: relative;
        overflow: hidden;
    
  }

  .headline-layanan {
    display: flex;
    flex-wrap: wrap;

  }

  @media (max-width: 768px) {
    .headline-layanan:nth-child(1) {
        flex: 1 1 100%;
      }
      .headline-layanan:nth-child(2) {
        flex: 1 1 100%;
      }
      .hero-layanan {
        padding: 0px 0px;
        height: 736px;
      }
  }
   

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 5px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

input, textarea {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 1px;
}

button {
    padding: 20px;
    border: none;
    border-radius: 5px;
    background-color: #ff0000;
    color: #fff;
    cursor: pointer;
}

button:hover {
    background-color: #e70000;
}

.bg-img-kontak {
    background-image: ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.abs-top {
    position: absolute; 
    bottom: 15%;
}

@media (max-width: 768px) {
    .abs-top {
        bottom: 5%;
    }
}