@font-face {
    font-family: 'Roboto Light';
    src: url('/font/RobotoCondensed-VariableFont_wght.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
.sold-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    color: black; /* Text color */
    font-size: 48px; /* Adjust as needed */
    font-weight: bold; /* Makes the text bold */
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white background */
    padding: 10px 20px; /* Adjust as needed */
    border-radius: 5px; /* Optional: Adds rounded corners to the overlay */
    z-index: 99;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* or any color that contrasts with your image */
    font-weight: bolder;
    font-size: 30px;
    letter-spacing: 10px;
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* optional: for better readability */
}
#brand-name{
    display:none;
}
/* This is for mobile screens with a width of up to 768 pixels. Adjust as needed. */
@media (max-width: 576px) {
    #brand-name {
        display: inline-block; /* or 'block' if you want it on a new line */
        text-align: center;
        color:black;
    }
}
#home {
    margin-top: 0 !important; /* Add !important to override any existing styles */
    padding-top: 0 !important; /* Same as above */
}

/* Responsive adjustments */
@media (max-width: 576px) { /* Adjust breakpoint as needed */
    .small {
        width: 100%; /* or any size that fits well */
        height: auto;
    }

    .overlay-text {
        position: static; /* Reset the absolute positioning */
        transform: none; /* Remove transform */
        top: auto; /* Reset top position */
        left: auto; /* Reset left position */
        margin-top: 15px; /* Add some space above the text */
        font-size: 1rem; /* Adjust font size if necessary */
        background-color: transparent; /* Adjust background if needed */
        text-shadow: none; /* Remove text shadow if it doesn't fit the new style */
    }
}
img {
    border-radius: 10px;
}
.colorful::before {
    content: open-quote;
    font-size: 1.2em; /* Larger size for the quotation mark */
    line-height: 0;
    vertical-align: -0.4em;
    color: #e16475; /* You can choose a color for the quotation marks */
}

.colorful::after {
    content: close-quote;
    font-size: 1.2em; /* Larger size for the quotation mark */
    line-height: 0;
    vertical-align: -0.4em;
    color: #e16374; /* You can choose a color for the quotation marks */
}

.colorful {
    display: inline-block;
    position: relative;
    font-style: italic; /* Italicize the quote */
    color: #e16273; /* The main color for the text */
    padding: 0 10px; /* Add some padding on both sides */
    font-family: 'Times New Roman', Times, serif; /* A font typically used for quotes */
    font-size: 2em; /* Optional: Increase the font size if you like */
}



#about {
    width: 100%; /* Ensure the element is as wide as its container */
    position: relative; /* Or absolute, depending on your layout needs */
    background-color: black;
    color:whitesmoke;
    font-family: 'Roboto Light', sans-serif;
}




@media (max-width: 576px) {
    .overlay-text-bottom {
        position: static; /* Reset the absolute positioning */
        transform: none; /* Remove transform */
        top: auto; /* Reset top position */
        left: auto; /* Reset left position */
        margin-top: 15px; /* Add some space above the text */
        font-size: 1rem; /* Adjust font size if necessary */
        background-color: transparent; /* Adjust background if needed */
        text-shadow: none; /* Remove text shadow if it doesn't fit the new style */
    }
}

#gallery{

    letter-spacing: 15px;
}

#gallery h1{
    font-size: 4rem;
    letter-spacing: 10px;
    font-weight: 700;
    margin-bottom: 20px;
}



@font-face {
    font-family: 'Bangers';
    src: url('img/Bangers/Bangers-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Bangers', cursive;
}

.bg-dark {
    background-color: black !important;
    color: black;
}

.small {
    width: 40%;
    height: auto;
    border-radius: 10px;
}

h1.display-4 {
    font-size: 4rem;
    letter-spacing: -1px;
    font-weight: 700;
}


#big{
    font-size: 4rem;
}

.black{

    color:black;
}

#carouselArtworks
{
    margin-top:20px;
    display: block; /* Ensure it's block level if not already */
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; /* Adjust based on your preference */
    justify-content: center;
}

.img-thumbnail, .img-thumbnail-sold {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    transition: transform 0.3s;
    background-image: url('img/background.jpeg'); /* Replace with your image path */
    background-size: auto; /* This will cover the entire viewport */
    background-repeat: repeat; /* This will prevent the image from repeating */
    background-position: center center; /* This will center the image */
    font-size: 30px;
    color: white;
    margin-top: 20px;
}

.img-white-border{
    border: 15px solid white;
    border-radius: 0 !important;
}

.img-white-border img{
    border-radius: 0 !important;
}

.img-thumbnail-sold{
    position: relative;
}

.img-thumbnail:hover {
    transform: scale(1.05);
}
.img-thumbnail-sold:hover {
    transform: scale(1.05);
    filter: blur(2px);
}

.nav-link {
    margin-right: 30px;
    color:black;
}

.navbar {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}
@media (max-width: 768px) {
    #carouselArtworks {
        max-width: 100%; /* Adjust so it fits smaller screens */
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    #carouselArtworks .carousel-item img {
        width: 90% !important; /* Increase the width on smaller screens */
    }
}


#logo {
    margin-right: 30px;
}
.carousel-item {
    text-align: center; /* This centers inline or inline-block children */

}

.btn-primary {
    background: linear-gradient(90deg, rgba(0, 123, 255, 1) 0%, rgba(0, 103, 219, 1) 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background: linear-gradient(90deg, rgba(0, 103, 219, 1) 0%, rgba(0, 83, 199, 1) 100%);
}

.section {
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
    transform: translateY(50px);
    transition: transform 0.5s, opacity 0.5s;
}

.section.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#home{
    margin-top: 0;
}
#home img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
#carousel {
    height: 100vh; /* Set the carousel height to 50% of the viewport height */
}

#carousel .carousel-item {
    height: 100vh; /* Set the height of each carousel item */
}

#carousel video {
    height: 100%; /* Make the video fill the entire height of the carousel item */
    object-fit: cover; /* Cover the area without distorting the aspect ratio */
}

/* If you're also using images, add this */
#carousel img {
    height: 100%; /* Make the image fill the entire height of the carousel item */
    object-fit: cover; /* Cover the area without distorting the aspect ratio */
}

#carousel .carousel-inner,
#carousel .carousel-item,
#carousel img,
#carousel video {
    border-radius: 0 !important; /* Removes rounded corners */
}

/* If the carousel is within a container or row, you might need to adjust their margins as well */
.container, .row, #carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
}


