@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* layanan css start */

.layanan {
    flex-direction: column;
    font-family: 'poppins';
    align-items: center;
    justify-content: center;
}

.layanan-word {
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.layanan-word h3 {
    color: #F5B203;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.layanan-word p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.layanan img {
    align-items: center;
    width: 100%;
}

@media (max-width: 600px) {
    .layanan img {
        height: 200px;
    }

    .layanan-word {
        text-align: center;
    }

    .layanan-word h3 {
        font-size: 32px;
    }

    .layanan-word p {
        font-size: 18px;
    }
}

/* layanan css end */

/* smart city css start */

/* .smart-city {
    flex-direction: column;
}

.smart-city-word {
    background-color: #2758A7;
    display: flex;
    justify-content: center;
    font-family: 'poppins';
}

.smart-city-word h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding-top: 10px;
}

.smart-city-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.smart-product {
    font-family: 'roboto';
}

.smart-product .smart-product-card {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-gap: 7rem;
}

.smart-product .card-product {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    background-color: white;
    border: 1px solid white;
    border-radius: 15px;
}

 .smart-product-card .card-product img {
    width: 100%;
    height: 100%;
}

.smart-product .smart-product-card div {
    width: 200px;
    height: 200px;
}

.smart-product .smart-product-card .product-desc {
    background-color: #2758A7;
    display: flex;
    border: 1px solid white;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    width: 200px;
    border-radius: 0px 0px 15px 15px;
}

.smart-product .smart-product-card .product-desc:hover {
    padding-bottom: 200px;
    z-index: 5;
}

.product-word {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -80px !important;
    transition: 0.23s ease-in-out;
    transition-delay: .2s;
    z-index: -1;
}

.product-desc:hover .product-word{
    margin-top: unset !important;
    z-index: 1;
}

.product-desc a {
    text-decoration: none;
}

.product-desc .visit-product {
    display: flex;
    justify-content: center;
    text-align: justify;
    align-items: center;
    transition: 0.23s ease-in-out;
    transition-delay: .2s;
    margin-top: -50px !important;
    z-index: -1;
    padding: 5px 20px;
    text-decoration: none;
    background-color: #F5B203;
    color: white;
    border-radius: 100px;
}

.product-desc:hover .visit-product{
    margin-top: unset !important;
    z-index: 1;
}

.smart-product .smart-product-card .product-desc .product-name {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 20px;
} */

/* .smart-product .smart-product-card .product-desc a:hover {
    text-decoration: underline black;
} */

/* smart city css end */

/* smart enterprise css start */

.smart-enterprise {
    flex-direction: column;
    /* margin-top: 7rem; */
    margin-bottom: 4rem;
}

.smart-enterprise-word {
    background-color: #2758A7;
    display: flex;
    justify-content: center;
    font-family: 'poppins';
}

.smart-enterprise-word h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

/* .smart-enterprise-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.smart-product {
    font-family: 'roboto';
}

.smart-product .smart-product-card {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-gap: 7rem;
}

.smart-product .card-product {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    background-color: white;
    border: 1px solid white;
    border-radius: 15px;
}

 .smart-product-card .card-product img {
    width: 100%;
    height: 100%;
}

.smart-product .smart-product-card div {
    width: 200px;
    height: 200px;
}

.smart-product .smart-product-card .product-desc {
    background-color: #2758A7;
    display: flex;
    border: 1px solid white;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    width: 200px;
    border-radius: 0px 0px 15px 15px;
}

.smart-product .smart-product-card .product-desc:hover {
    padding-bottom: 200px;
    z-index: 5;
}

.product-word {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -80px !important;
    transition: 0.23s ease-in-out;
    transition-delay: .2s;
    z-index: -1;
}

.product-desc:hover .product-word{
    margin-top: unset !important;
    z-index: 1;
}

.product-desc a {
    text-decoration: none;
}

.product-desc .visit-product {
    display: flex;
    justify-content: center;
    text-align: justify;
    align-items: center;
    transition: 0.23s ease-in-out;
    transition-delay: .2s;
    margin-top: -50px !important;
    z-index: -1;
    padding: 5px 20px;
    text-decoration: none;
    background-color: #F5B203;
    color: white;
    border-radius: 100px;
}

.product-desc:hover .visit-product{
    margin-top: unset !important;
    z-index: 1;
}

.smart-product .smart-product-card .product-desc .product-name {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 20px;
} */

.smart-enterprise-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.smart-product {
    font-family: 'roboto';
    align-items: center;
    justify-content: center;
}

.smart-product .smart-product-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5rem;
}

.smart-product-card .card-product {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    background-color: white;
    border: 1px solid white;
    border-radius: 15px;
}

.smart-product-card .card-product img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.smart-product .smart-product-card div {
    width: 200px;
    height: fit-content;
    min-height: 80px;
}

.smart-product .smart-product-card .product-desc {
    background-color: #2758A7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    width: 200px;
    border-radius: 0px 0px 15px 15px;
}

.smart-product .smart-product-card .product-desc:hover {
    /* padding-bottom: 200px; */
    z-index: 5;
}

.smart-product-card .product-word {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -80px !important;
    transition: 0.23s ease-in-out;
    /* transition-delay: .2s; */
    z-index: -1;
}

.smart-product-card .product-desc:hover .product-word {
    /* margin-top: unset !important; */
    z-index: 1;
}

.smart-product-card .product-desc a {
    text-decoration: none;
}

.smart-product-card .product-desc h3 {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    padding-top: inherit;
}

.smart-product-card .product-desc .visit-product {
    display: flex;
    justify-content: center;
    text-align: justify;
    align-items: center;
    transition: 0.23s ease-in-out;
    /* transition-delay: .2s; */
    margin-top: -50px !important;
    z-index: -1;
    padding: 5px 20px;
    text-decoration: none;
    background-color: #F5B203;
    color: white;
    border-radius: 100px;
}

.smart-product-card .product-desc:hover .visit-product {
    margin-top: unset !important;
    z-index: 1;
}

.smart-product .smart-product-card .product-desc .product-name {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    width:180px;
    text-align:center;
}

@media (max-width: 600px) {
    .smart-product .smart-product-card {
        grid-template-columns: auto;
        grid-gap: 1rem;
    }
}

@media screen and (max-width: 900px) and (min-width: 601px) {
    .smart-product .smart-product-card {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3rem;
    }
}

/* smart enterprise css end */
