
* {
    font-family: 'Marcellus';
}
.info {
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(233, 191, 106);
}

.venue-name {
    text-decoration: none !important;
    color: rgb(233, 191, 106);
    padding: 10px;
    width: calc(100% - 30px);
    position: absolute;
    font-weight: 650;
    text-align: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%,0%);
    /* backdrop-filter: blur(3px); */
    background: rgb(39,36,35);
    background: radial-gradient(circle, rgba(39,36,35,0.486) 65%, rgba(39,36,35,0.3230479691876751) 75%, rgba(0,0,0,0) 100%);
}
.site-name {
    color: rgb(0, 0, 0);
    margin: 20px;
    margin-bottom: 60px;
}
h1 {
    text-align: center;
    font-family: "Tangerine" !important;    
    color: saddlebrown !important;
}
.smalltext {
    font-size: 13px;
    margin-top: 30px;
}
.img-fluid {
    transition: filter 1s;
}
.butn {
    padding: 0px !important;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.butn:hover .venue-name {
    color: rgb(240, 234, 223);
}

.textpackages {
    width: 70%;
    margin: 40px;
    margin-bottom: 40px;
    text-justify: inter-character;
}
@media screen and (max-width: 600px){
    .textpackages {
        width: 100%;
    }
    .text-center {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.row {
    max-width: 1500px;
    
}
.container-fluid {
    display: flex;
    max-width: calc(100% - 30px);
    justify-content: center;
    margin: 1rem !important;
}
.modal-header {
    background-color: rgba(240, 180, 91, 0.164);
}
.modal-body {
    background-color: rgb(255, 255, 255);
    text-align: justify;
    text-justify: inter-word;
}

@media screen and (min-width: 768px){
    .modal-content {
        position: absolute;
        top: 10vh;
        left: calc(50vw - 300px );
        z-index: 2025;
        height: 80vh;
        width: 600px !important;
        max-width: 600px;
    }
    
    .modal-dialog {
        margin-left: 0rem !important;
    }
}
@media screen and (max-width: 768px){
    .modal-content {
        position: absolute;
        top: 15vh;
        z-index: 2025;
        height: 75vh;
        width: calc(100vw - 10px) !important;
    }
    
    .modal-dialog {
        margin: 5px !important;
    }
}
.modal-body ul li {
    list-style-type: lower-greek;
    font-size: 1rem;
    text-justify: inter-character;
    margin: 10px;
}

/* @media screen and (min-width: 992px) and (max-width: 1250px) {
    .multirow {
        max-height: 340px !important;
        object-fit: cover;
    }
}
@media screen and (min-width: 1250px) {
    .multirow {
        max-height: 400px !important;
        object-fit: cover;
    }
} */
@media screen and (min-width: 992px) {
    .multirow {
        max-height: 400px !important;
        height: calc(30vw) !important;
        object-fit: cover;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .multirow {
        max-height: 300px !important;
        height: calc(30vw) !important;
        object-fit: cover;
    }
    .venue-name {
        font-size: 1.4rem;
    }
}
.modalp {
    margin: 25px;
}
.modal-body::-webkit-scrollbar {
    display: none;
}
