header{
    box-shadow: 0px 1.5px 8px 0px rgba(0, 0, 0, 0.16);
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: white;
}

.header-padding{
    padding-bottom: 110px;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

img{
    max-width: 100%;
    height: auto;
}

.img-logo img{
    width: 210px;
}

.call-button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
}

.call-button:hover{
    opacity: 0.8;
}

.title{
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 2;
    text-align: center;
}

.alamat{
    display: grid;
    text-align: center;
    color: #212529;
}

.text{
    font-size: 16px;
    font-weight: bold;
    color: #36344d;
    line-height: 2.2;
}


.space{
    padding-bottom: 50px;
}

.need{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.call{
    background-color: #4CAF50;
    color: white;
    font-weight: 600;
    text-decoration: none;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    gap: 8px;
}

.call:hover{
    opacity: 0.8;
}

.telp-flex{
    display: flex;
    justify-self: center;
}

.link{
    display: grid;
}

.link a{
    text-decoration: none;
}
span a{
    text-decoration: none;
}

.waFixed1{
    position: fixed;
    top: 250px;
    right: 15px;
    z-index: 9999;
}

.waFixed2{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4CAF50;
    position: fixed;
    bottom: 200px;
    left: 5px;
    z-index: 100;
    width: 140px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 20px;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 30px;
}

.waFixed3{
    text-decoration: none;
    position:fixed;
    z-index:100;
    bottom:20px;
    right:20px;
    color: #fff;
    background-color: #4CAF50;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    width:250px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 
    rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    gap: 8px;
}

/* slides */
.carousel-inner{
    background-color: white;
    box-shadow: 0 4px 10px #0000001f;
    border-radius: 20px;
    padding: 30px;
    height: 200px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #3D7CC9;
    cursor: pointer;
}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover{
   opacity: 0.5;
   transition: 0.3s;
}


.carousel{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}



.card-item{
    display: grid;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

/* akhir slides */

.title_claud{
    background-color: #10a37f;
    width: 100%;
    color: white;
    font-size: 18px;
    font-family: system-ui;
    letter-spacing: 2px;
    font-weight: bolder;
    text-align: center;
    padding: 12px;
}

.picture{
    padding-bottom: 50px;
}

iframe{
    max-width: 100%;
    height: auto;
}

.video {
    text-align: center;
}

.video iframe{
    width: 500px;
    height: 300px;
    border-radius: 30px;
}


@media(max-width:768px){
    .img-logo img{
        width: 140px;
    }
    .need{
        display: grid;
        justify-content: normal;
    }

    .call{
        width: 100%;
    }

    .header-padding{
        padding-bottom: 87px;
    }

    .video iframe{
        height: 200px;
    }
}