body {
    background-color: #2c3e50;
    color: white;
    font-family: 'Nunito', sans-serif;
}
.text-justify{
    text-align: justify;
}
h1{
    color: #d72638 !important;
}
/* Navbar */
.navbar {
    background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.logo-brand {
  height: 100px; 
  object-fit: contain;
  margin-top: -30px;
  margin-bottom: -30px;
}
.nav-item{
    margin-right: 40px !important;
}
.nav-item a{
    color: #ffffff98 !important;
}
.nav-item a:hover{
    transition: all 0.1s ease-out;
    color: #d72638 !important;
}
.offcanvas{
    background-color: #000 !important;
}

/* Mobile Device */
@media(max-width: 992px){
    .navbar-nav{
        margin-left: 30px !important;
        margin-top: 10px;
        gap: 5px;
    }
    .navbar-toggler {
       border: none; 
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23d72638' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .btn-close:focus,
    .btn-close:active {
        box-shadow: none !important;
        outline: none !important;
    }
    .text-brand-red {
         color: #d72638 !important;
    }
    .logo-brand-menu{
        width: 140px;
        object-fit: contain;
        margin-top: -40px;
        margin-bottom: -50px;
        margin-left: -10px;
    }
}

/* Header */


.btn-primary {
    background-color: #d72638;
    border-color: #d72638;
}

.btn-primary:hover {
    background-color: #a81d2a;
    border-color: #a81d2a;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #d72638;
    color: #fff;
    padding: 11px 15px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1001;
}
.chat{
    font-size: 25px;
}

.floating-button:hover {
    background-color: #a81d2a;
}

/* Beranda */
.beranda-box{
    background-color: #000 !important;
    padding-top: 65px !important;
    height: 97vh;
}
.beranda-box,
.carousel-inner,
.carousel-item {
  height: 94vh !important;
}

.beranda-list img {
  height: 80% !important;
  width: 88% !important;
  object-fit: cover !important;
  object-position: center;
}
.carousel-indicators [data-bs-target] {
  background-color: #ccc;
}

.carousel-indicators .active {
  background-color: #d72638 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(28%) sepia(96%) saturate(4551%) hue-rotate(343deg) brightness(95%) contrast(92%);
}
.beranda-title{
    position: absolute;
    left: 0;
    bottom: 40px !important;
    width: 35% ;
    height: 150px;
}


/* Tentang */
.btn-tentang{
    background-color: #d72638 !important;
}
.btn-tentang:hover{
    background-color: #d72638d2 !important;
}

/* Layanan */
#layanan{
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #00000094;
}
#layanan h2{
    color: #d72638;
    text-align: center;
    padding: 15px 10px;
    font-size: 2.7rem;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.box-list-layanan {
    max-width: 1200px;
    margin: auto;
}
.list-layanan{
    background-color: #000000e5;
    border-radius: 5px;
    padding: 20px;
}
.list-layanan img{
    width: 100%;
}
.layanan-desc h4{
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
    color: #d72638;
    text-transform: uppercase;
}
.layanan-desc p{
    font-size: 1rem;
    height: 100%;
    min-height: 130px;
    max-height: 200px;
    text-align: justify;
}
.layanan-desc a{
    margin-top: 50px;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    background-color: #d72638;
}
.layanan-desc a:hover{
    cursor: pointer;
    background-color: #2c3e50;
}

/* Why Us */

/* Contact */
#kontak{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: flex;
    background-image: url(img/erik-mclean-bLBZ_rUN4tg-unsplash.webp);
    background-size: cover;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.overlay-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.082);
    z-index: 0; 
}
.CTA{
    z-index: 1 !important;
}
.form-pesan{
    padding: 40px;
    display: block;
    width: 550px;
    height: 100%;
    background-color:rgb(17, 16, 16);
    z-index: 1;
}
.form-pesan h3{
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-pesan label{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-pesan label input, .form-pesan textarea{
    justify-self: end;
    width: 370px;
}
@media(max-width:992px){
    #kontak{
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .form-pesan{
        min-width: 320px;
        width: 90%;
    }
    .form-pesan label input, .form-pesan textarea{
        width: 70%;
        min-width: 200px;
    }
}
@media(max-width:420px){
    .form-pesan label input, .form-pesan textarea{
    width: 100%;
    min-width: 200px;
    }
    .form-pesan label{
        display: block;
        justify-content: start;
        text-align: left;
    }
}

.form-pesan label input:focus, .form-pesan textarea:focus{
    background-color: #2c3e50;
    color: #fff;
    text-decoration: none;
}
.form-pesan textarea{
    height: 80px;
}
.form-pesan button{
    padding: 8px 13px;
    background-color: #d72638;
    border: none;
    color: #fff;
    float: right;
}
.form-pesan button:hover{
    cursor: pointer;
    background-color: #000;
}
/* Footer */
footer {
    background-color: #000;
    color: white;
    padding: 20px 0;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 1.5rem;
    text-decoration: none;
}

/* Responsive */