.sm-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}
.carousel-indicators li,
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #999;
}
.badge.user-home-badge {
    background-color: green;
    position: absolute;
    display: inline-block;
    min-width: 10px;
    padding: 3px;
    top: -5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1280px) {
    .top-home-title {
        padding-right: 10% !important;
    }
}
.sm-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}
.carousel-indicators li,
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #999;
}
.badge.user-home-badge {
    background-color: green;
    position: absolute;
    display: inline-block;
    min-width: 10px;
    padding: 3px;
    top: -5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}
.countriesImages {
    width: 100%;
    margin: 24px auto;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.countriesImages img {
    object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.members-num {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ccbeae;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: linear-gradient(
        -48deg,
        rgba(225, 218, 198, 0) 0%,
        #e1dac6 100%
    );
    color: #666453;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}
.family-updates {
    border: 1px solid #ccbeae;
    background: linear-gradient(
        -60deg,
        rgba(225, 218, 198, 0) 0%,
        #e1dac6 100%
    );
    padding: 20px 40px;
    border-radius: 10px;
    width: max-content;
    margin: auto;
    max-width: 100%;
}
.family-updates-header {
    font-size: 20px;
    color: #666453;
    letter-spacing: 8.4px;
    text-transform: uppercase;
}
.family-updates-boxes {
    gap: 16px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.family-updates-box {
    background-color: #666453;
    color: #fff;
    height: 52px;
    width: 126px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 11px;
}
.family-updates-box:hover {
    color: #fff;
}
.family-updates-box .badge {
    background-color: #cd1227;
    right: -6px;
    top: -6px;
}
