/*Home*/

.home-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.home-content {
    width: auto;
}

.home-hero-heading {
    font-family: poppins, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 50px;
}

.hero-heading-highlight {
    background-color: rgb(255, 201, 64);
    border-radius: 5px;
    padding: 5px;
    color: white;
}

.home-hero-paragraph {
    font-family: poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.home-btn-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    list-style: none;
}

.home-primary-btn, .home-secondary-btn {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: poppins, sans-serif;
    padding: 20px 30px;
    border-radius: 15px;
    background-color: rgba(0, 0, 255, 0);
    transition: all 0.2s;
}

.home-primary-btn {
    background-color: rgb(255, 201, 64);
    color: black;
    border: 1.5px solid black;
}

.home-secondary-btn {
    background-color: rgba(0, 0, 0, 0);
    color: goldenrod;
    border: 1.5px solid goldenrod;
}

/* SERVICES */

.service-content-text {
    background-color: rgba(255, 255, 0, 0);
    width: 50%;
    font-family: poppins, sans-serif;
    margin: 50px;
    padding: 10px;
}

.service-content-text h1 {
    font-size: 46px;
    margin-bottom: 20px;
}

.service-content-text-highlight {
    background-color: rgb(82, 170, 252);
    padding: 3px 5px;
    border-radius: 5px;
    color: white;
}

.service-content-text p {
    font-size: 18px;
    width: 100%;
}

.service-content-img {
    background-color: rgba(128, 0, 0, 0);
    margin: 50px;
    padding: 10px;
}

.service-icons {
    width: 500px;
    height: 500px;
}

/* SERVICE LAW */

.service-law-text {
    background-color: rgba(255, 255, 0, 0);
    width: 50%;
    font-family: poppins, sans-serif;
    margin: 50px;
    padding: 10px;
}

.service-law-text h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.service-law-text-highlight {
    background-color: rgb(82, 170, 252);
    padding: 3px 5px;
    border-radius: 5px;
    color: white;
}

.service-law-text p {
    font-size: 18px;
    width: 100%;
    margin-bottom: 40px;
}

.service-law-img {
    background-color: rgba(128, 0, 0, 0);
    margin: 50px;
    padding: 10px;
}

.service-law-icons {
    width: 500px;
    height: 500px;
}

.service-law-btn {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: poppins, sans-serif;
    padding: 15px 30px;
    border-radius: 15px;
    transition: all 0.2s;
    background-color: rgb(82, 170, 252);
    color: white;
    border: 1.5px solid white;
}

/* SERVICE CAFE */

.service-cafe-text {
    background-color: rgba(255, 255, 0, 0);
    width: 50%;
    font-family: poppins, sans-serif;
    margin: 50px;
    padding: 10px;
}

.service-cafe-text h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.service-cafe-text-highlight {
    background-color: rgb(82, 170, 252);
    padding: 3px 5px;
    border-radius: 5px;
    color: white;
}

.service-cafe-text p {
    font-size: 18px;
    width: 100%;
    margin-bottom: 40px;
}

.service-cafe-img {
    background-color: rgba(128, 0, 0, 0);
    margin: 50px;
    padding: 10px;
}

.service-cafe-icons {
    width: 500px;
    height: 500px;
}

.service-cafe-btn {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: poppins, sans-serif;
    padding: 15px 30px;
    border-radius: 15px;
    transition: all 0.2s;
    background-color: rgb(82, 170, 252);
    color: white;
    border: 1.5px solid white;
}

/* ABOUT */

.about-text {
    width: 60%;
    font-family: poppins, sans-serif;
    background-color: rgba(255, 228, 196, 0);
    padding: 50px;
}

.about-text h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 18px;
    width: 100%;
    margin-bottom: 40px;
}

.about-text-highlight {
    background-color: rgb(82, 170, 252);
    padding: 3px 5px;
    border-radius: 5px;
    color: white;
}

.about-img {
    width: 40%;
    background-color: rgba(128, 0, 0, 0);
    padding: 50px;
}

.about-img-icons {
    width: 500px;
    height: 500px;
}

/*Display*/

.law-container, .food-container, .social-container {
    width: 100%;
    background-color: rgba(245, 245, 220, 0);
    margin-bottom: 20px;
    display: flex;
}

.law-tittle, .food-tittle, .social-tittle {
    width: 50%;
    background-color: rgba(0, 255, 255, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.law-tittle h1, .food-tittle h1, .social-tittle h1 {
    width: 80%;
    font-size: 26px;
    font-family: 'Segoe UI', sans-serif;
    margin: 20px;
    color: #b5b5b5;
}

.law-paragraph, .food-paragraph, .social-paragraph {
    width: 50%;
    background-color: rgba(102, 51, 153, 0);
    display: flex;
    justify-content: center;
}

.law-paragraph p, .food-paragraph p, .social-paragraph p {
    width: 80%;
    font-size: 17px;
    font-family: 'Segoe UI', sans-serif;
    margin: 20px;
    color: #b5b5b5;
}


/*Social Service*/

.social-text {
    text-align: center;
}

/*Social Display*/

.social-display-content {
    width: 100%;
    height: auto;
    background-color: white;
}

.social-display-content h3 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    color: #b5b5b5;
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
}

.img-display {
    width: 100%;
    height: 70vh;
    background:
    linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
    url("/img/socialbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    margin-bottom: 50px;
}

/*Testimoni*/
.testi-card {
    width: 25%;
    flex: 1 1 250px;
    height: auto;
    background-color: rgba(127, 255, 212, 0);
    font-family: 'Segoe UI', sans-serif;
    border-left: 1px solid #b5b5b5;
    margin-top: 10px;
}

.testi-profile {
    display: flex;
    width: 100%;
    background-color: rgba(128, 0, 0, 0);
}

.profile {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: antiquewhite;
    margin: 10px;
}

.testi-profile p {
    align-items: center;
    padding-top: 20px;
}

.testi-paragraph {
    font-size: 17px;
    margin: 10px;
}

/*Paragraph*/
.social-paragraph-content h1 {
    font-size: 47px;
}

.social-paragraph-content p {
    font-family: 'Segoe UI', sans-serif;
    padding-left: 30px;
}

.paragraph-buble-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.paragraph-buble-card {
    width: 15%;
    flex: 1 1 150px;
    height: auto;
    background-color: rgb(255, 255, 255);
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    border-radius: 20px;
}

.paragraph-buble-card-last {
    width: 55%;
    flex: 1 1 55%;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
}

/*News*/
.news-card {
    width: 100%;
    height: auto;
    display: flex;
    background-color: rgba(255, 255, 0, 0);
    margin-top: 0px;
}

.news-photo {
    width: 600px;
    height: 100px;
    background-color: wheat;
    border-radius: 30px;
    margin-top: 30px;
}

.news-paragraph {
    margin: 30px;
}

.news-paragraph h3 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
}

.news-paragraph p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    color: #b5b5b5;
}
