@import url('https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&family=Smokum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Smokum&display=swap');

.body {
    font-family: "Open Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.western-font {
    font-family: "Bevan", serif;
    font-weight: 400;
    font-style: normal;
}
/*
body {
    background-image: url('/assets/background.jpg');
    background-repeat: repeat;
    background-size: auto;
} */

.modal h2 {
    color:black;
}

.upload_dropZone {
    color: #0f3c4b;
    background-color: var(--primary-color);
    outline: 2px dashed var(--colorPrimaryHalf, #c1ddef);
    outline-offset: -12px;
    transition:
            outline-offset 0.2s ease-out,
            outline-color 0.3s ease-in-out,
            background-color 0.2s ease-out;
}
.upload_dropZone.highlight {
    outline-offset: -4px;
    outline-color: var(--colorPrimaryNormal, #0576bd);
    background-color: var(--colorPrimaryEighth, #c8dadf);
}
.upload_svg {
    fill: var(--colorPrimaryNormal, #0576bd);
}

.upload_img {
    width: calc(33.333% - (2rem / 3));
    object-fit: contain;
}

.btn-upload-image {
    display: none;
}

.spinner-sample-loading {
    font-size: 2em;
    width: 5rem;
    height: 5rem;
    --bs-spinner-animation-speed: 2.5s
}


#result-photo-section .image-container {
    position: relative;
    margin-bottom: 20px;
}

#result-photo-section .image-container img {
    width: 100%;
    height: auto;
    display: block;
}

#result-photo-section .download-button {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 0.75rem;
    cursor: pointer;
    border: 1px solid white;
}
button.download-button:hover {
    background-color: rgba(255,255,255,0.5) !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
}

.benefits-container .bi{
    color: #6ba7ff;
}



.example-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 150%; /* 1.5 times the height */
}

.example-image-container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    object-fit: cover;
}

.rotate-arrow-right {
    rotate: -30deg;
}

.rotate-arrow-left {
    rotate: 30deg;
}
#loading-text {
    color:white
}
