@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600&display=swap');

.overlay-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 255, 0.5);
    z-index: 2;
    backdrop-filter: blur(10px);
}

.overlay-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.place-svg {
    position: relative;
    height: 100vh;
}

.place-svg svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.place-svg h1 {
    position: relative;
    z-index: 3;
    font-weight: 600;
    font-family: 'Work Sans';
    color: #FFF;
    font-size: 2.5rem;
    padding: 10% 11%;
    width: 76%;
}

.place-svg h1 b {
    color: #FFD556;
}

.content-place {
    margin-top: 22%;
    padding: 0 10% !important;
}

.content-place .title {
    font-size: 2.2rem;
    font-family: 'Work Sans';
    font-weight: 500;
    color: #3D3D3D;
    margin: 0;
}

.content-place .desc {
    font-size: 1rem;
    font-family: 'Work Sans';
    font-weight: 300;
    color: #3D3D3D;
    margin-bottom: 50px;
}

.input-group-addon {
    position: absolute;
    right: 10px;
    top: 16px;
    background-color: transparent !important;
}

.form-control {
    border-radius: 0.375rem !important;
}

.btn {
    font-family: 'Work Sans';
    font-weight: 600;
}

.btn-primary {
    background: #3058E8;
}