.top-header {
    padding: 12px 0;
}

.top-logo img {
    height: 85px;
}

.panel-cinfo li {
    line-height: 1.4;
}

.project-logo {
    width: 75% !important;
    margin: 0 auto 15px auto;
    pointer-events: none;
    max-height: 230px;
    object-fit: contain;
}

.footer-list-item {
    line-height: 1.3;
}

.overlay-adanorm-dark::before, .overlay-adanorm-light::before {
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mt--80 {
    margin-top: -80px;
}

.overlay-adanorm-dark::before {
    background-color: rgb(0, 0, 0, .5);
}

.overlay-adanorm-light::before {
    background-color: rgb(255, 255, 255, .5);
}

.page-header {
    position: relative;
}

a[data-filter] {
    cursor: pointer;
}

.tp-bgimg.defaultimg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgb(0, 0, 0, .5);
}


.map-btn {
    margin-right: 10px;
    background-color: #fff;
    color: #000 !important;
    padding: 10px 15px;
    transition: .5s;
    border: 1px solid #000;
}

.map-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}

.fullscreen-banner {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fullscreen-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .4);
    pointer-events: none;
}

button.scroll_down {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 50px;
    width: 30px;
    bottom: 60px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
}

button.scroll_down:before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: scroll_down_btn-animation 2s infinite;
    animation: scroll_down_btn-animation 2s infinite;
    box-sizing: border-box;
}

button.scroll_down::after {
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 70px;
    content: "";
    left: 50%;
    top: 150%;
    transform: translateX(-50%);

}

.slider-logo-wrapper {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
}

.slider-logo {
    width: 450px !important;
    margin: 0 auto;
}

.project-item, .grid-sizer {
    width: 50%;

}

.wpcf7 .main-form input, .wpcf7 .main-form textarea {
    background: #272727 !important;
    color: #c7c5c5 !important;
}

.wpcf7 .main-form input::placeholder, .wpcf7 .main-form textarea::placeholder {
    color: #c7c5c5 !important;
}


#galleryFilter {
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90px;
    position: relative;
}

#galleryFilter span {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    transition: .5s;
}

#galleryFilter:hover span {
    top: 70px;
}

#galleryFilter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .7);
    pointer-events: none;
}

.portfolio-detail-info {
    background-image: none;
    background-color: #222222;
}


.project-banner-btn-group {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
}

a.project-banner-btn {
    padding: 20px 30px;
    background-color: #222222;
    color: #fff;
}

a.project-banner-btn:hover {
    background-color: #22222265;
}

.project-banner-logo {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.project-banner-logo img {
    width: 31%;
    max-height: 300px;
    object-fit: contain;
}

.home-text {
    font-size: 21px;
}

.insta-pic {
    overflow: hidden;
}

.insta-pic img {
    transition: .4s;
}

.insta-pic:hover img {
    transform: scale(1.08);
}

.pheader-about {
    background-image: url(../img/banner2.webp);
}

@keyframes scroll_down_btn-animation {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


@-webkit-keyframes scroll_down_btn-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.cta-bg-img {
    padding: 50px 0;
    background-size: cover;
}

.play-btn {
    text-align: center;
}

.play-btn img {
    width: 200px;
}

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

.floor-plans-item:last-of-type {
    border-right: none;
}

.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: 700;
    font-size: 45px;
    color: #ffffff90 !important;
    text-align: center;
}

.widget .tagcloud a {
    color: #ffffff;
    background: #3b3b3b;
    padding: 12px 20px;
    border: 1px solid #878787;
}

.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;
}

.section-title {
    font-size: 25px;
    font-weight: 400;
}

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

.floor-plans-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgb(0, 0, 0, .5);
}

.team-wrap .team-social a {
    font-size: 22px;
}

.clients-slide .img-item img, .clients-slide-medium .img-item img {
    opacity: 1;
    filter: brightness(100%) contrast(50%) saturate(100%) blur(0) hue-rotate(0deg);
}

.projects-grid .projects-box .portfolio-info .portfolio-cates {
    text-transform: unset;
    font-size: 16px;
}

.contact-map {
    z-index: unset;
}

.slider-logo-wrapper img {
    transition: .5s !important;
}

.post-box .entry-media {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-box .entry-media img {
    max-width: 90%;
    max-height: 130px;
    margin: auto;
}

.post-box .entry-meta > span a {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
}

.tp-bgimg.defaultimg.no-overlay::before {
    background-color: transparent;
}


.grecaptcha-badge {
    visibility: hidden !important;
}

.project-item.no-overlay .overlay {
    opacity: 0 !important;
}

.project-item.no-overlay .portfolio-info {
    background-color: transparent !important;
}

.is-coming-soon {
    padding: 60px 0;
}

.filter-button-group {
    display: flex;
    gap: 1.25rem;
    color: #1a1a1a;
}

.filter-button-group .octf-btn.octf-btn-light {
    color: #1a1a1a;
    text-transform: none;
}


.filter-button-group .octf-btn.octf-btn-light:hover {
    color: #c7c7c7 !important;;
}

.ot-button a.active {
    background-color: #222;
    color: #fff !important;
}

.post-box .entry-meta > span a {
    color: #fdfdfd;
}

.post-box .post-inner {
    border: 1px solid #494949;
    background: #575757;
}

.post-box .entry-media {
    margin-bottom: 0;
}

a.website-btn {
    position: fixed;
    right: 30px;
    bottom: 110px;
    background-color: #fff;
    color: #000 !important;
    padding: .5rem 1rem;
}


a.website-btn span {
    color: #000;
}

.pasa-icon {
    position: absolute;
    z-index: 2;
    width: 150px;
    bottom: -75px;
    right: 300px;
}

.hero-swiper .swiper-slide {
    height: 75vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.slider-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slider-logo img {
    max-height: 300px;
}

.projects-grid {
    z-index: 2;
}

.swiper-slide.slider-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .45;
}

.hero-swiper .swiper-button-next, .hero-swiper .swiper-button-prev {
    background-color: #000;
}

.hero-swiper .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

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

    .octf-main-header {
        padding: 10px;
    }

    .other-projects .project-item, .grid-sizer {
        width: 33.333333%;

    }

    .team-member-info {
        padding: 40px 40px 40px 170px;
    }
}

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

    .header_mobile {
        padding: 10px;
    }

    .fullscreen-banner {
        height: 60vh;
    }

    .slider-logo {
        width: 50% !important;
    }

    .project-logo {
        max-height: 180px;
    }

    .project-banner-btn-group {
        bottom: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    button.scroll_down {
        bottom: 5px;
    }

    a.project-banner-btn {
        padding: 15px;
    }

    button.scroll_down::after {
        display: none;
    }

    .header_mobile .mlogo_wrapper img {
        height: unset;
    }

    .project-item, .grid-sizer {
        width: 100%;
    }

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

    .floor-plans-details h4 {
        font-size: 24px;
    }

    .filter-button-group {
        justify-content: center;
    }

    .filter-button-group .ot-button {
        width: 90%;
    }

    .filter-button-group .octf-btn.octf-btn-light {
        width: 100%;
    }

    a.website-btn {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 15px;
        left: 50%;
        background-color: #ffffff;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 24px;
        z-index: 100;
        transform: translateX(-50%);
    }

    #back-to-top {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 15px !important;
        right: 20px;
        background-color: #ffffff;
        color: #000000;
        border-radius: 50px;
        text-align: center;
        font-size: 24px;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .pasa-icon {
        width: 80px;
        bottom: -40px;
        right: 30px;
    }

    .play-btn img {
        width: 100px;
    }

    .hero-swiper .swiper-slide {
        height: 80vh;
    }
}

