.kos-navbar {
    height: 88px;
}

.dblock {
    display: block;
}

.container-fluid {
    --bs-gutter-x: 0;
}

.kos-header .col {
    padding-right: 0;
    padding-left: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.kos-header {
    background-color: #db2b2f;
    color: white;
    margin: 0;
    width: 100%;
    font-size: 12px;
    height: 45px;
    font-weight: 100;
}
.kos-header-container {
    /* padding-top: 20px; */
    height: 100%;
}
.kos-header-container .row {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kos-header .row,
.kos-header .col {
    padding: 0; /* Removes padding from the row and column */
}
.nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.kos-nav {
    margin-left: 50px;
    margin-right: 100px;
    gap: 20px;
}

.sections img {
    height: 250px !important;
    object-fit: cover;
}

.kosmonte-logo {
    width: 200px;
    height: 72px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar {
    border-bottom: .5px solid #f3f0e9;
}

.kos-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.kos-item i {
    color: #65686c;
}

.kos-item a {
    color: #000;
    font-size: 15px;
}

.custom-popover-content h5 {
    background-color: red;
    color: white;
    padding: 0.5em 1em;
    margin: 0;
    /* ... */
}

.image-container {
    position: relative;
    width: 100%; /* Adjust the width as necessary */
    height: auto; /* This will maintain the aspect ratio of the background image */
}

.image-container img {
    display: block; /* Prevents default image inline behavior which can cause issues with spacing */
    width: 100%; /* This will make the image responsive, adjusting to the width of its container */
    height: auto; /* Maintains the aspect ratio */
}

.background-kos-monte-img {
    width: 100%;
}

.background-kos-monte-img,
.overlay-kos-monte-img {
    height: 500px;
    object-fit: cover;
}

.overlay-kos-monte-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
}

.green-section {
    background-color: #f3f0e9; /* This sets the background color */
    padding: 20px 10px; /* This adds some space inside the section */
    display: flex; /* This enables the use of Flexbox layout */
    justify-content: center; /* This centers the content horizontally */
    align-items: center; /* This centers the content vertically */
    /* height: 243px; */
    /* height: 24%; */
    height: auto;
}

.kosmonte-home-screen-green-catalog {
    background-color: #f3f0e9; /* This sets the background color */
    /* padding: 20px; This adds some space inside the section */
    display: flex; /* This enables the use of Flexbox layout */
    /* justify-content: space-evenly; /* This centers the content horizontally */
    /*align-items: center; This centers the content vertically */
    /*height: 142px; /* Adjust the height as needed */
}

.container-kosmonte-home-screen-green-catalog {
    display: flex; /* This enables the use of Flexbox layout */
    justify-content: space-between; /* This centers the content horizontally */
    align-items: center; /* This centers the content vertically */
    padding-top: 10px;
    padding-bottom: 10px;
    /* height: 100%; */
}

.kosmonte-home-screen-green-catalog-text {
    margin-top: 1rem;
}

.kosmonte-home-screen-green-catalog-text {
    max-width: 686px;
    color: #000;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
}
.green-catalog-buttons {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}
.green-catalog-button {
    border-radius: 10px;
    background: white;
    width: 185px;
    height: 46px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 5%;
    color: #59be40;
    /* display: flex; */
}

.content {
    text-align: center; /* This centers the text and button horizontally */
}

.card-body {
    border-radius: 0 !important;
}

.green-section p {
    color: #000;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 100;
    line-height: 1.2;
}
.green-section-text {
    margin-bottom: 0px;
}
.green-section-button:hover {
    background-color: #eb192d;
}

.green-section-button p:hover {
    color: white;
}

.where-you-are-green-section {
    background-color: #f3f0e9;
    height: 37px;
    color: #000;
    position: fixed;
    top: 133px;
    width: 100%;
    z-index: 80; /* This is to ensure it's above other content */
}

.where-you-are-green-section-text a {
    gap: 50px;
    color: rgb(0, 0, 0);
    font-size: 10px;
}
.where-you-are-green-section-text p {
    gap: 50px;
    color: rgb(0, 0, 0);
    font-size: 10px;
}
.where-you-are-green-section-text {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}
.green-section-button {
    background-color: white;
    border: 0;
    cursor: pointer;
    border-radius: 12px;
    width: 175px;
    height: 40px;
}

.green-section-button p {
    color: #eb192d;
    font-size: 15px;
}

/* Add responsiveness to your button and text */
@media (max-width: 768px) {
    .green-section {
        height: auto; /* Height adjusts to content */
    }

    .green-section button {
        padding: 5px 10px; /* Smaller padding on smaller screens */
    }
}
