/* global styles that are used by users modules only  */

/* large menu styles  */

:root {
    --menuBg: rgba(50, 53, 77, 1);

    /* overwriting mdb styles  */
    --textInputColors: #ffc800d7;
    --mdb-input-focus-border-color: var(--textInputColors);
    --mdb-input-focus-label-color: var(--textInputColors);
}

body {
    background-color: #212121;
}

/* single styles  */
.section-gradient {
    background: linear-gradient(90deg, #454444 0%, #292929 100%) !important;
}

.section-sub-text-color {
    color: #b8b8b8 !important;
}

.section-margins {
    margin-top: 6%;
    margin-bottom: 3%;
}

.max-width-1470px {
    max-width: 1470px !important;
}

.large-nav-parent {
    top: 2%;
}

.large-nav {}

.large-nav div .logo-and-location {
    background-color: #666666;
    box-shadow: inset 0 0 10px #6e6e6e;
}

.large-nav div .logo-and-location div img {
    width: 170px;
}

.large-nav div .logo-and-location div div.location-1 span {
    /* max-width: 150px; */
}

.navigation-items {}

.navigation-items .item-part {
    background-color: var(--menuBg);
}

.navigation-items .item-part ul {
    padding: 1%;
}



.navigation-items .item-part ul li {
    margin: 0 10px;
}

.navigation-items .item-part ul li:nth-child(1) {
    background: rgba(95, 101, 148, 1);
    border-radius: 100px;
    padding: 10px 16px;
}

.navigation-items .item-part ul li:hover {}

.navigation-items .item-part ul li.active {
    padding: 10px 5%;
    background-color: var(--primaryColor);
    border-radius: 100px;
}

.navigation-items .item-part ul li.active a {
    color: var(--dark-1);
}


.navigation-items .item-part ul li a {
    color: #fff;
    font-family: baloo-thampi-extra-bold;
}

.navigation-items .item-part ul li a:hover {
    color: #fff;
}

.user-actions {}

.user-actions h1 {
    padding: 0 14px;
}

.testimonials-bg {
    background-color: #292929;
}


.package-button {
    /* max-width: 250px; */
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, var(--primaryColor), red);
    padding: 3px;
}

.package-button .module {
    background: #222;
    color: white;
    padding: 2rem;
}



section.services-home {
    padding: 4.6rem 0;
    background-attachment: fixed;
}

.services-home .service .media {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 50px;
    height: 75px;
    margin-top: -40px;
    width: 75px;
}

.services-home .service .media img {
    width: 100%;
}

.services-home .service .media i {
    font-size: 34px;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 65px;
}

.services-home .bg-base {
    background: var(--primaryColor2);
}

.services-home .box-shadow-1,
.box-shadow-1-hover:hover,
.box-shadow-1:focus,
.box-shadow-1.focus {
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06) !important;
}

.services-home .rounded-100 {
    border-radius: 100px;
}

.services-home .p-left-5 {
    padding-left: 5px !important;
}

.services-home .p-bottom-5 {
    padding-bottom: 5px !important;
}

.p-right-5 {
    padding-right: 5px !important;
}

.services-home .p-top-5 {
    padding-top: 5px !important;
}

.services-home .p-left-25 {
    padding-left: 25px !important;
}

.services-home .p-right-25 {
    padding-right: 25px !important;
}

.services-home .p-top-35 {
    padding-top: 35px !important;
}

.services-home .p-bottom-30 {
    padding-bottom: 30px !important;
}

.services-home .blog-section,
.agent-section,
.agency-section,
.profile-section {
    display: inline-block;
    width: 100%;
}

.services-home .text-bold-700 {
    color: #fff;
    font-weight: 600;
}

.services-home .m-bottom-15 {
    margin-bottom: 15px;
    font-family: 'baloo-paaji-bold';

}

.services-home .agent-section p {
    color: #fff;
    font-family: ubuntu-light;
}

.services-home a.text-base {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.services-home .border-light {
    border-color: #eaeaea !important;
}

.services-home .border-1 {
    border-style: solid;
    border-width: 1px !important;
}

.services-home .badge-light-2,
.bg-light-2 {
    background: #121B22;
}

.services-home a.text-base:hover {
    color: #FF385C;
}

@media screen and (max-width: 991px) {
    .services-home .m-bottom-40 {
        margin-top: 4.5rem;
    }

    .services-home .m-top-0 {
        margin-top: 0px;
    }
}

/* home decor home page cards */
.home-product-card {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    background: linear-gradient(155deg,
            var(--primaryColor) 0%,
            var(--primaryColor) 50%,
            #000000 50%,
            #000000 100%);
}

.home-product-card div .product-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    margin-bottom: 22%;
}

.become-partner-card {
    padding: 17% 8%;
}

.builder-partner-body {
    margin-top: 15%;
}

.testimonials-title {
    border-radius: 20px 20px 0 0;
    padding: 4% 0;
}

.testimonials-title::after {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    content: "";
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--primaryColor);
}

.testimonial {
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid var(--primaryColor);
    border-left: none;
    border-right: none;
    text-align: center;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}


.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.testimonial .post {
    display: block;
    font-size: 15px;
}

.blog-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.blog-card.featured {
    height: 400px;
}

.blog-card-img-overlay {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0) 100%);
}

.card-img-overlay {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0) 100%);
}

.blog-card-item {
    background-color: var(--dark-2);
}

.app-showcase {
    background: linear-gradient(135deg, var(--primaryColor) 0%, #ff7300 100%);
    min-height: 70vh;
    display: flex;
    align-items: center;
}

/* header styles  */
header {}

header .first-section {
    background: #858585;
    border-radius: 10px 10px 0 0;
}

header .second-section {
    background-color: #383838;
}

.menu-active {
    color: var(--primaryColor);
    font-weight: bolder;
    font-family: "ubuntu-bold";
}

.user-pagination {}

.user-pagination a,
.endless_separator {
    color: #fff;
    font-family: "baloo-paaji-bold";

}

.user-pagination .endless_page_current {
    color: var(--primaryColor) !important;
}

.posting-chat-parent-card {
    border: 1px dashed #f1f1f1;
    padding: 2% 0px;
    border-radius: 10px;
}

.select2-search__field {
    color: #fff !important;
}