@font-face {
    font-family: 'Riviera Nights';
    src: url('Fonts/RivieraNights-Bold.otf') format("opentype");
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family: 'Riviera Nights';
    src: url('Fonts/RivieraNights-Light.otf') format("opentype");
    font-weight:lighter;
    font-style:normal;
}

@font-face {
    font-family: 'Riviera Nights';
    url('Fonts/RivieraNights-Medium.otf') format("opentype");
    font-weight:normal;
    font-style:normal;
}
 
body {
    font-family: 'Riviera Nights', sans-serif;
}


.carousel-control-next, .carousel-control-prev {
    margin-left: 0;
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
    margin-right: 0px;
    opacity: 1;
}

.card-title {
    color:white;
    font-weight:600;
    
}
.card-title1 {
    color: #50D0D0;
    
}

.carousel-inner {
    width: 80%;
    margin: auto;
}

.carousel-indicators {
    bottom: -45px;
}

.carousel-control-prev-icon {
    background-image: url("img/prev.png");
width: 25px;
    height: 46px;
    margin-bottom: 80%;
}

.carousel-control-next-icon {
    background-image: url("img/next.png");
width: 25px;
    height: 46px;
    margin-bottom: 80%;
    
}
.card {
    background: transparent;
    
    margin-top: 80px;
    margin-bottom: 15px;
}

.profile {
    margin-top: -65px;
}

.darrow {
    margin-bottom: -60px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
}
.modal-content {
    background-color: #0C3737;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 5px;
}

.close {
    color: white;
    position: absolute;
    top: 10px; /* Adjust vertical positioning */
    right: 15px; /* Move to the left */
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: #50D0D0;
        text-decoration: none;
        cursor: pointer;
    }
