/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.blog-top-hero {
    padding: 96px 0 0 0;
    position: relative;
    overflow: hidden;
}

.blog-top-hero .light-blue-circles {
    position: absolute;
    top: -500px;
    right: -600px;
    height: auto;
    width: 1200px;
    z-index: -1;
}

.blog-top-hero__title {
    font-size: 40px;
    line-height: 48px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    margin-bottom: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 77px;
}

.blog-top-hero .search-bar-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    top: 29px;
}

.blog-top-hero__search-bar {
    -webkit-animation: fadeUp 1s both 0.3s;
    animation: fadeUp 1s both 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    margin: auto;
    -webkit-box-shadow: 0 20px 50px 0 #1211271a;
    box-shadow: 0 20px 50px 0 #1211271a;
    padding: 16px;
    bottom: -40px;
    background: #fff;
    width: 60%;
    border-radius: 6px;
}
.search-bar__input-div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    margin-right: 16px;
    border-radius: 6px;
    border: 2px solid #117373;
    background: rgba(255, 255, 255, 0.1);
}
#search-bar__input {
    margin-left: 12px;
    width: 100%;
    border: none;
    color: #0a2629;
    font-family: "DMSans-Regular";
    font-size: 18px;
}
#search-bar__input:focus-visible {
    border: none;
    outline: none;
}
.blog-top-hero__search-bar .search-bar__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    height: auto;
}
.blog-top-hero__search-bar .mobile-btn {
    display: none;
}
#search-bar__datafetch {
    opacity: 0;
    position: absolute;
    z-index: 998;
    border-radius: 0 0 8px 8px;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    background: #fff;
    max-height: 420px;
    overflow-y: scroll;
    pointer-events: none;
    -webkit-box-shadow: 0 20px 50px 0 #1211271a;
    box-shadow: 0 20px 50px 0 #1211271a;
}
.search-bar__result {
    margin-bottom: 8px;
    padding: 8px 4px;
    border-radius: 8px;
}
.search-bar__result--link {
    color: #117373;
}

@media only screen and (max-width: 1050px) {
    .blog-top-hero__search-bar {
        width: 90%;
    }
}