@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.row {
    margin-right: calc(var(--bs-gutter-x) * -0.6);
    margin-left: calc(var(--bs-gutter-x) * -0.6);
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.6);
    padding-left: calc(var(--bs-gutter-x) * 0.6);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 0.6);
    padding-left: calc(var(--bs-gutter-x) * 0.6);
}

.close-button {
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 9999;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0.8;
}

.close-button:hover {
    opacity: 1;
}

.close-button::before {
    color: #fff;
}

.close-button {
    color: #fff;
}

.close-button[data-bs-dismiss]::before {
    content: "\00d7";
}

.carousel-control-prev,
.carousel-control-next {
    background-color: black;
    border: none;
    color: #fff;
    opacity: 0.4;
    width: 5%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.card-style {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    cursor: pointer;
}

.card-style:hover {
    background-color: #e8e8e8;
}

.modal {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.modal-dialog {
    margin: 3% auto;
}

.col-padding {
    padding-top: 2rem;
}

/* view page */
.view-title {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    margin: 70px;
    line-height: 36px;
}

.fixed-size {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.col-style {
    padding: 5px;
}

.carousel-item img {
    height: 40rem;
    object-fit: cover;
    border-radius: 0.375rem;
}

.img-view-style {
    cursor: pointer;
    height: 190px;
    width: "100%";
    border-radius: 0.375rem;
    object-fit: cover;
}

@media only screen and (max-width: 400px) and (min-width: 200px) {
    .modal-dialog {
        margin: 50% auto;
    }

    .col-padding {
        padding-top: 1rem;
    }

    .carousel-item img {
        height: 15rem;
        object-fit: cover;
    }
}
.left-container h2 {
    padding-bottom: 3rem;
}
.left-container p {
    padding: 1.5rem 0;
    text-align: justify;
}
.left-container h4 {
    font-size: 1.5rem;
}
.right-container {
    display: flex;
    align-items: center;
    height: 100%;
}
.right-container img {
    max-width: 100%;
    height: auto;
}
