.tab-profiles-container {
    padding: 12px 12px;
    padding-bottom: 25px;
}
.tab-profiles-container .my-tab-nav {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.nav-pills.my-tab-nav .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff96a;
    background-color: #001d21;
}
.nav-pills.my-tab-nav .nav-link {
    color: #001d21;
    border: 1px solid #eee;
    padding: 8px 16px;
    border-radius: 7px;
    width: 100%;
}
.star {
    width: 100%;
    height: 60px;
    background: rgba(243, 243, 242, 0.50);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0px 10px;
}
ul.star-content {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 0px;
    padding-left: 0px;
    gap: 5px;
}
li.star-item svg {
    color: #FCC32C;
    font-size: 22px;
}
.nav-pills.my-tab-nav button img {
    width: 20px;
    height: 20px;
}
.tab-profiles-container .my-tab-nav .nav-item {
    width: 100%;
}
.copy {
    background: rgba(48.11, 44.71, 214.62, 0.10);
    border-radius: 110px;
    padding: 5px 10px;
}
/* .card-image-group button {
    padding: 10px 20px;
    background: #001D21;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 27px;
    border: 1px #001d21 solid;
    margin-top: 50px;
} */
.card-image-group{
    text-align: center;
}
form.position-relative.dina-input-search input::placeholder {
    color: #000;
}
span.head-badge {
    font-size: 12px;
    border-radius: 10px;
    padding: 2px 8px;
    color: #fff;
    background: linear-gradient(180deg, #329C66 0%, #1C6941 100%);
}
.search-section:before {
    background: url(../img/icons/Document-search.svg);
    background-color: #C1C8D0;
    border: 64px solid #8591A1;
}
.search-section:before {
    content: '';
    display: block;
    background-repeat: no-repeat !important;
    background-size: 83px;
    background-position: center center !important;
    width: 328px;
    height: 328px;
    position: absolute;
    right: 0;
    top: -60px;
    border-radius: 50%;
    transform: scale(1.2);
    z-index: -1;
}
.search-section .search-container {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}
.search-section{
    position: relative;
    overflow: hidden;
    background-color: #DEE3E7;
    z-index: 0;
  
}
/* .search-section .search-container:before {
    font-family: 'Font Awesome 5 Free';
    color: #bebebe;
    position: absolute;
    left: 20px;
    top: 15px;
    content: "\f002";
    font-weight: 900;
} */
.search-section input {
    padding: 0.8rem 1.7rem;
    font-size: 16px;
    border: 1px solid #001d21;
    
}
.card-image-group{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 1024px){
    .search-section:before {
        top: -7%;
        opacity: .7;
    }
.search-section .search-container {
    display: block;
}
.search-section .search-container .btn {
    width: 100% !important;
    margin-top: 10px;
}
.search-section .search-container .top-50{
    top: 23% !important;
}
.tab-profiles-container .my-tab-nav{
    flex-wrap: wrap;
}
.dina-hero-section{
    display: block !important;
}
/* .hero-search-btn button{
    width: 200px;
} */
.hero-search-btn{
    position: relative !important;
    padding: 0px !important;
    top: 20px !important;
}
.bard-btn{
    margin-top: 60px !important;
    width: 150px !important;
}
.collab-btn{
    margin-bottom: 80px !important;
}
/* .card-image-group img{
    width: 350px;
} */
}
/* .search-container{
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
} */

.collab-btn {
    margin-bottom: 40px;
}
.hero-search{
    background-image: url(../img/bg/dina-home-vector.png);
    width: 100%;
    height: 450px;
    background-position: center 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.hero-search-btn{
    position: absolute;
    top: 0;
    left: 0;
    padding: 4.5rem;
    width: 100%;
    height: 100%;
}
.hero-search button img {
    width: 20px;
    height: 20px;
}