.nav-link {
    font-size: 19px !important;
    margin-right: 25px;
    font-weight: 500;
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px;
    /* top, right, bottom, left */
}

.addPropertyBtn {
    border: none;
    background-color: transparent;
}

@media(min-width:576px) {
    .addPropertyBtn {
        padding: 5px 8px;
    }
}

@media(max-width:576px) {
    .addPropertyBtn {
        padding: 0px;
    }

    .collapse {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.background-container {
    height: 100vh;
    background-size: cover;
    background-position: center ;
    background-image: url('../images/prishtina.webp');

    /* animation: changeBackground 90s linear infinite; */
    /* 3 images, change every 10 seconds */
}
/* 
@keyframes changeBackground {
    0% {
        background-image: url('../images/img1.jpg');
    }

    33.33% {
        background-image: url('../images/img2.jpg');
    }

    66.66% {
        background-image: url('../images/img3.jpg');
    }

    100% {
        background-image: url('../images/img1.jpg');
    }

}  */

.container {
    height: 100%;
}

.centeredelems {
    height: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    color: white !important;
}

.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the color and opacity as needed */
}

.bigtextsection1 {
    font-size: 60px !important;
}


.formbg {
    background-color: rgba(255, 255, 255, .61);
    padding: 20px;
}

.selectinform {
    background-color: white;
    padding: 12px 28px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #e8e8e8;
}

.selectbutton {
    font-weight: 500;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    gap: 14px;
    padding: 12px 28px;
    background-color: #ffcc41;
    border: none;
    width: 100%;
}

.selectbutton2 {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 12px 28px;
    width: 100%;
    background-color: #ffcc41;
    border: none;
}

.topelems {
    background-color: rgba(255, 255, 255, .61);
    border: none;
    padding: 5px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.bigtextsection2 {
    font-size: 50px !important;
    color: black;
    font-weight: 500;
}

.insideimage {
    position: relative;
    bottom: -50px;
}

.postimage {
    border-radius: 5px;
    overflow: hidden;
}

.postimage {
    width: 100%;
}

.posts {
    color: black !important;
    text-decoration: none !important;
}

.section3 {
    background-color: #EDF9F9;
}

.bigaimageafterandbefore {
    height: 100%;
    width: 100%;
}

.bigaimageafterandbefore::before {
    background-color: red;
    transform: translate(-14px, 14px);
}

.selectbutton3 {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 12px 28px;
    background-color: #ffcc41;
    border: none;
}

.colwrapper2 {
    border-right: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
}

.colwrapper3 {
    border-right: 1px solid #c1c1c1;
}

.imagesoncols {
    width: 90%;
    border-radius: 8px;
    overflow: hidden;
}

.section6 {
    background-color: #EDF9F9;
}

.selectbutton4 {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 12px 28px;
    background-color: #A9DE74;
    border: none;
}

.section7 {
    background-image: url(../images/main-home-img-3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.formwrapperenquiry {
    background-color: rgba(255, 255, 255, .81);
    padding: 20px;
    border-radius: 5px;
    padding: 30px;
}

.textdwo {
    font-size: 18px;
    font-weight: 500;
}

.headerdwo {
    font-size: 40px;
    font-weight: 600;
}

.footer {
    background-color: #FAFAFA;
}

.spanismall {
    font-size: 12px;
}

.aboutsection1 {
    background-image: url(../images/about-us-title-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.section4about {
    background-color: #EDF9F9;
    background-image: url(https://newhome.qodeinteractive.com/wp-content/uploads/2023/03/about-us-logo-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.section6about {
    background-image: url(https://newhome.qodeinteractive.com/wp-content/uploads/2023/03/about-us-img4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactsection1 {
    background-image: url(../images/contact-us-title-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.selectinform2 {
    padding: 12px 28px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #e8e8e8;
    color: #555 !important;
}

.listsinfooter {
    color: #555;
}

.wrapperforfilter {
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 24px;
    position: relative;
}

.smallnumberinputs {
    background-color: white;
    padding: 5px;
    font-weight: 500;
    width: 40%;
    border: 1px solid #e8e8e8;
}

@media(max-width:576px){
    .logoja{
        width: 60px !important;
    }
    .contactsection1, .aboutsection1, .section7{
        background-size: cover !important;
    }
    .dopntmob{
        display: none !important;
    }
    .teksticentermobile{
        text-align: center;
    }
    .section7{
        padding: 10px;
    }
    .headerdwo, .textdwo{
        display: none;
    }
    .imagimobilecarousel{
        width: 100%;
    }

    .container-smatomd{
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
}