@import url('default.css');



@media screen and (min-width: 768px) {
    .navbar-collapse {
        flex-grow: 0 !important;
        flex-basis: auto !important;
    }

    .navbar-nav {
        flex-direction: row !important;
        gap: 20px;
    }
}
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 58px;
}
main {
  flex: 1;
}
pre {
  white-space: pre-wrap;       
  /* word-break: break-all;       */
  overflow-wrap: break-word; 
}

.navbar {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, .5);
    box-shadow: 0 0 3px rgb(0, 0, 0, .5);
}

.main-adventage {
    width: 20%;
    height: 150px;

}

h3 {
    font-size: 1rem;
}

.underline {
    text-decoration: underline !important;
}

a:hover {
    color: #dc3545;
}

.rectangle {
    width: 100%;
}

.h-25 {
    height: 25vh !important;
}

.home-header {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

.home-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    z-index: -1;
}


.home-header {
    padding: 120px 0;
}

.product-cover {
    position: relative;
    height: 400px;

}

.product_cover-full{
    height: 600px !important;
}
.product-cover-img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service__image{
    object-fit: cover;
    object-position: center;
}

.text-pre-wrap {
  white-space: pre-wrap;
}


.zoom-image {
    cursor: pointer;
    transition: 0.2s;
}

.zoom-image:hover {
    opacity: 0.8;
}

.modal-content {
    background: transparent;
    border: none;
}