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

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

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

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

.call_button{
    display: flex;
    background-color: #3D7CC9;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
    gap: 8px;
    border-radius: 30px;
}

.call_button:hover{
    opacity: 0.9;
    transition: 0.5s;
    cursor: pointer;
}

.picture{
    padding-top: 109px;
    padding-bottom: 40px;
}

.space{
    padding-bottom: 20px;
}

.space2{
    padding-bottom: 30px;
}

.title{
    font-weight: bold;
    color: #212529;
    line-height: 2;
    font-size: 25px;
}

.caret{
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.caret li{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    color: #3D7CC9;
    line-height: 2;
    font-size: 25px;
}

.caret li img{
    width: 20px;
}

.img {
    text-align: center;
}

.img img{
    width: 400px;
    border-radius: 30px;
}

.title2{
    background-color: #10a37f;
    font-size: 18px;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    color: white;
    line-height: 1.7;
    letter-spacing: 1.5px;
}


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


.btnHide{
    text-align: center;
}

.viewMore{
    color: white;
    font-weight: 500;
    border: none;
    background-color: #3D7CC9;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
}

.viewMore:hover{
    cursor: pointer;
    opacity: 0.9;
    transition: 0.3s;
}

.hide1, .hide2, .hide3{
    display: none;
}

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

.iframe {
    text-align: center;
}

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

.need_flex{
    display: flex;
    width: 100%;
    gap: 20px;
    padding-top: 15px;
}

.fluid{
    width: 50%;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 15px;
    border-radius: 30px;
}

.fluid:hover{
    opacity: 0.9;
    transition: 0.3s;
}


.fluid:nth-of-type(1){
    background-color: #3D7CC9;
  }

  .fluid:nth-of-type(2) {
    background-color: #61CE70;
  }
  

  .alamat{
    display: grid;
    font-weight: bold;
    justify-content: center;
    line-height: 1.8;
    text-align: center;
    color: #36344d;
  }

  .grid_alamat{
    display: grid;
  }
  
  .flex_alamat{
    display: flex;
    justify-content: center;
  }

  .alamat a{
    text-decoration: none;
  }

  .alamat a:hover{
    text-decoration: underline;
  }

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

  .waFixed2{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 10px;
    gap: 8px;
    z-index: 9999;
    border-radius: 30px;
    width: 240px;
  }

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



  .alamat-padding{
    padding-bottom: 20px;
  }


@media(max-width: 768px){
    .img-logo img{
        width: 150px;
    }

    .picture{
        padding-top: 89px;
    }

    .title{
        font-size: 22px;
    }


    .img img{
        width: 350px;
    }

    .row-bg{
        width: 100%;
    }

    .swiper-container{
        padding-left: 5px;
        padding-right: 5px;
    }

    .iframe iframe{
        height: 200px;
    }

    .need_flex{
        display: grid;
    }

    .fluid{
        width: 100%;
    }

    .caret li{
        font-size: 22px;
    }

    .alamat-padding{
        padding-bottom: 50px;
    }
}