.projects2-wrap {
    transition: .5s;
}

.projects2-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgb(0, 0, 0, 0.1);
    transition: .5s;
    z-index: 1;
}

.floor-plans-item {
    height: 400px;
    border-right: solid 1px #fff;
    transition: .6s;
    background-size: cover;
}

.bottom-shadow:after {
    transition: .2s;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    pointer-events: none;
    z-index: 2;
}

.floor-plans-item:hover {
    transform: scale(.9);
    border-right: none;
}

.floor-plans-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.floor-plans-details h4 {
    font-weight: 800;
    font-size: 55px;
    color: #ffffff90;
}

.floor-plans-zoom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.banner-header {
    background-size: contain;
}

.menuLine {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.menuLine div {
    position: relative;
    margin: 10px 0;
}

.menuLine .menu {
    font-family: GillSans, "Gill Sans MT", Calibri, sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    border-right-style: solid;
    border-width: thin;
    border-color: #E5E5E5;
    margin-right: -3px;
    font-size: 13px;
}

.menu {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    height: 30px;
    cursor: pointer;
}

.menuLine .menu#onLine {
    border: none;
}

.middleBlock {
    display: none;
}

#firstBlock {
    display: block;
}

.menu.active {
    color: #987c5d;
}

.header .caption h1 {
    text-transform: none;
}

.vid-area {
    background-color: #000;
    height: 300px;
    position: relative;
}

.threexisty-item {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.threexisty-item::before {
    content: "";
    position: absolute;
    top: 0;
}

.threesixty-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
}

@keyframes flash_border {
    0% {
        border-color: #ff5959;
    }
    50% {
        border-color: #fff;
    }
    100% {
        border-color: #ff5959;
    }
}

@-webkit-keyframes flash_border {
    0% {
        border-color: #ff5959;
    }
    50% {
        border-color: #fff;
    }
    100% {
        border-color: #ff5959;
    }
}

@-moz-keyframes flash_border {
    0% {
        border-color: #ff5959;
    }
    50% {
        border-color: #fff;
    }
    100% {
        border-color: #ff5959;
    }
}

.vid-area .vid-btn {
    width: 100px;
    height: 100px;
    background-color: #ff5959;
    border-radius: 100%;
    border: 5px solid #ff5959;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: flash_border;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash_border;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: flash_border;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

.vid-area img {
    width: 140px;
}


.vid-btn i {
    color: #fff;
    font-size: 30px;
}

.catalogue-bg img {
    width: 100%;
}

.catalogue-bg a {
    display: block;
    height: 100%;
    position: relative;
}

.catalogue-bg a::before {
    content: "";
    position: absolute;
    color: #b2b2b2;
    background-color: rgb(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s;
    pointer-events: none;
}

.catalogue-bg h6 {
    opacity: 0;
    transition: .2s;
    color: #d3d3d3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
}

.catalogue-bg a:hover::before, .catalogue-bg a:hover h6 {
    opacity: 1;
}

.page-list {
    display: flex;
    flex-wrap: wrap;
}

.page-list li {
    width: 33%;
    margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
    .banner-header {
        background-size: cover;
        background-position: center;
    }
}

@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .contact-panel {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .threexisty-item {
        background-attachment: scroll;
    }

    .catalogue-bg h6 {
        font-size: 1.2rem;
        opacity: 1;
        text-align: center;
    }

    .catalogue-bg a::before {
        opacity: 1;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    .progress-wrap {
        bottom: 70px;
    }
    a.float {
        display: none;
    }
    .page-list li {
        width: 100%;
    }
}