/*your custom css goes here*/

/* .container {
    margin-top: 20px;
} */
.section {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    /* border: 1px solid #ccc; */
    background-color: #f5f5f5;
}
.products-showroom {
    display: flex;
    gap: 15px;
    overflow-x: auto;
}
.product-item {
    border: 1px solid #ccc;
    padding: 10px;
    width: 200px;
    text-align: center;
}
.certificates-table {
    width: 97%;
    height: 90%;
    border-collapse: collapse;
}
.certificates-table th,
.certificates-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.banner {
    height: 277px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-size: cover;
    margin-top: -21px;
    margin-left: -6px;
    margin-right: -8px;
}
.logo {
    height: 90px;
    width: 90px;
    position: absolute;
    left: 5%;
    top: 48%;
    transform: translateY(51%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 248, 248);
    height: 10rem;
    width: 10rem;
}

.nav-bar {
    margin-bottom: 20px;
    margin-left: 26px;
}
.nav-item a {
    color: black;
}

/* #certificate-content {
    background-color: rgb(255, 255, 255);
} */

.zoom {
    transition: transform 0.5s;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.2);
}


