.shortline {
    color: var(--gray-shade-4-color);
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    width: 815px;
    margin: 0 auto;
    font-weight: 400;
    line-height: normal;
}

.lineaboveInput {
    color: var(--black-font-color);
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.projectName {
    color: var(--black-font-color);
    font-size: 1.25rem;
    /* 20px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inputcontainer {
    display: flex;
    justify-content: center;
}

.findBtn {
    background-color: var(--black-background-color);
    color: white;
    display: flex;
    border-radius: 0px 8px 8px 0px;
    padding: 18px 28px;
    height: 3.8rem;
    margin: -1.5px;
}

.active1 {
    /* background-color: var(--black-background-color) !important; */
    /* transition: 3s ease-in-out; */
    /* color: white; */
    border: 1px solid var(--primary-color) !important;
}

.wrapper>p {
    color: var(--black-font-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Import Google font - Poppins */

/* body {
    display: flex;
    padding: 0 35px;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(to left top, #031A9A, #8B53FF);
  } */
.wrapper {
    width: 100%;
    position: relative;
}

.wrapper i {
    top: 50%;
    height: 50px;
    cursor: pointer;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: transform 0.1s linear;
    top: -19px;
    right: 43px;
    /* top: 355px; */
}

.wrapper i:active {
    /* transform: translateY(-50%) scale(0.85); */
}

.wrapper i:first-child {
    left: -22px;
}

.wrapper i:last-child {
    right: -22px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 5) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;

    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .card {
    scroll-snap-align: start;
    /* height: 342px; */
    list-style: none;
    border: none !important;
    background: unset;
    cursor: pointer;
    box-shadow: unset !important;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
    width: 10rem;
}

.carousel .card .img {
    /* background: #8b53ff; */
    height: 148px;
    width: 148px;
    border-radius: 50%;
}

.card .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}

.carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.carousel .card span {
    color: #6a6d78;
    font-size: 1.31rem;
}

.header {
    display: flex;
    justify-content: space-between;
}

.header p:nth-child(1) {
    color: var(--font-black-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header p:nth-child(2) {
    color: var(--gray-shade-4-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 7rem;
}

.communitytypes {
    display: block;
    height: 47px;
    padding: 13px;
    white-space: nowrap;
    border-radius: 6px;
    max-width: 160px;
}

@media screen and (max-width: 1200px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 3) - 9px);
    }
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2.5) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

.filternav {
    padding: 1rem;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-around;
    background-color: var(--gray-shade-5-color);

    border-radius: 8px;
}

.filternav>div {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.filternav>div>p {
    padding: 0 1rem;
    color: var(--black-font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.virtualCardContainer {
    position: relative;
}

.virtualTour {
    position: relative;
    margin-bottom: 1rem;
}

.tourInfo {
    margin-top: 0.5rem;
}

.tourInfo>span {
    color: var(--font-black-color);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-right: 0.5rem;
}

.virtualTour>img {
    /* width: 26.063rem; */
    height: 17.313rem;
}

.virtualTour>button {
    position: absolute;
    left: 27%;
    top: 32%;
    white-space: nowrap;
    padding: 0.5rem 0.8rem !important;
    background-color: unset;
    border: 1.5px solid #fff;
    border-radius: 8px;
    color: var();
}

.virtualTour>img {
    filter: brightness(0.3);
}

.tourTitle {
    color: var(--font-black-color);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* .tourOfvirtualContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
} */

.SearchesTags {
    display: flex;
    margin: 1.5rem 1.5rem 0 0;
    border: 1px solid var(--black-font-color);
    width: fit-content;
    padding: 1rem;
    border-radius: 4px;
    flex-wrap: wrap;
}

.tagName {
    color: var(--black-font-color);
    /* font-family: Montserrat; */
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    margin-right: 2rem;
    line-height: normal;
}

.searches {
    color: var(--gray-shade-4-color);
    text-align: right;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.SearchesTagContent {
    display: flex;
    flex-wrap: wrap;
}

.communitytype {
    display: flex;
    /* flex: 1; */
    padding: 1.2rem 1.1rem;
}

.communitytype>p {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    line-height: normal;
}

.communitytype>span {
    margin-left: 0.5rem;
    color: var(--primary-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.communityTypeListContainer {
    padding: 1rem;
    background-color: var(--gray-shade-5-color);
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
}

/* .selected {
    background-color: #007bff !important;
    border: 1rem solid black !important;
    color: var(--black-font-color);
} */
.selected>div+div {
    border: 1px solid var(--primary-color) !important;
    color: var(--black-font-color);
}

/* .projectname {
    border: 1px solid var(--outline-secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
} */
.category-button {
    border: 1px solid var(--outline-secondary-color);
    border-radius: 8px;
    background-color: var(--background-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-button>img {
    width: 100%;
    height: 64px;
}

.studio {
    color: var(--gray-shade-4-color);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.activeImage {
    border: 1px solid var(--primary-color);
}

.selectproject {
    color: var(--outline-secondary-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.propertyBanner {
    padding: 0 !important;
    width: 100% !important;
}

.propertyBannersContainer {
    padding: 0 !important;
}

.width-100 {
    width: 70%;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 3) - 9px);
    }

    .lineaboveInput {
        font-size: 1rem;
    }

    .projectName {
        font-size: 1rem;
    }

    .studio {
        font-size: 1rem;
    }

    .shortline {
        font-size: 1rem;
    }

    .tourTitle {
        font-size: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .filternav {
        justify-content: left;
        width: 100%;
        overflow-x: auto;
    }

    .filternav>div>p {
        padding-right: 0.4rem;
    }

    .filternav>div {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .virtualContainer {
        display: flex;
        justify-content: center;
    }

    .virtualTour>button {
        left: 30%;
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }

    .swiper-button-prev,
    .beach-swiper-prev,
    .community-swiper-prev,
    .state-swiper-prev {
        position: absolute !important;
        /* top: -1.8rem !important; */
        left: 70% !important;
    }

    .swiper-button-next,
    .beach-swiper-next,
    .community-swiper-next,
    .state-swiper-next {
        position: absolute !important;
        /* top: -1.8rem !important; */
        left: 83% !important;
    }

    .input-group {
        width: 100% !important;
    }
}

@media screen and (max-width: 350px) {
    .virtualTour>button {
        left: 24%;
    }
}

@media screen and (max-width: 1200px) {
    .shortline {
        font-size: 1rem;
        width: 80% !important;
    }

    .width-100 {
        width: 100%;
    }
}

.brouchers-text {
    color: var(--black-font-color);
    font-family: Montserrat;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.broucher-bgImage {
    background-image: url("/assets/img/multimedia-brochure-download-icon.png");
    background-repeat: no-repeat;
    height: 234px;
    background-size: contain;
}

.broucher-bgImage img {
    height: 40px;
    width: 40px;
}

.broucher-bgImage button {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.table> :not(caption)>*>* {
    padding: 15px;
}

.card-animation-none {
    transition: none !important;
    transform: none !important;
}

.threesixty {
    border-radius: 8px !important;
    border: 1px solid white;
    position: absolute;
    left: 27%;
    top: 35%;
}

.downloaddboucher {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: none;
    background-color: var(--primary-color);
    border: none;
    /* padding: 1rem 4rem; */
    align-items: center;

    justify-content: space-between;
    border-radius: 8px;
    padding: 20px 32px;
}


.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    height: 4rem;
    background-color:#f2f3f3;
}