@keyframes text-clip {
    from {
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes outer-left {
    from {
        transform: translateX(50%);
    }
    to {
        transform: none;
    }
}

@keyframes inner-left {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: none;
    }
}

.test-animation {
    display: inline-block;
    animation: inner-left 1s 1s ease both,
    text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

.TTContainer {
    display: inline-block;
    display: -ms-flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bw {
    filter: none;
    margin: 10px;
}

/* Logo Slider */

.logo-slider {
    background: white;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.new-modal-unit th, .new-modal-unit thead {
    background: none;
    color: #46417A;
}

.logo-slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 175px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.logo-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.logo-slider .logo-slide-track {
    -webkit-animation: logo-scroll 60s linear infinite;
    animation: logo-scroll 60s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(250px * 14);
    animation-duration: 50s;
    animation-iteration-count: infinite;
}

.logo-slider .slide {
    height: 150px;
    width: 180px;
    padding: 20px;
}

.unit-type-category .logo-slider .slide {
    height: 150px;
    width: 150px;
    padding: 25px 20px;
}

@-webkit-keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.sec-heading-hr {
    max-width: 50px;
    border-color: #25aae1;
    border-width: 3px;
}

.wpk_thumb_figure img {
    height: 45px;
}

.style-2 .location_wrap_content {
    background: #ffffff95 !important;
}

.a-about:hover {
    color: #30384e;
}


/* abed */

.hm-map-container.fw-map #map {
    pointer-events: none;
    z-index: 1;
    opacity: 0.15;
}



.f-b-logo .logo-slider .logo-slide-track {
    animation-duration: 100s;
}

.f-b-logo .logo-slider .slide {
    height: 100px;
    width: 101px;
    padding: 20px;
    margin: 0 30px;
}


.unit-type-category .logo-slider .logo-slide-track {
    animation-duration: 800s;
}

.search-button {
    text-align: center;
    background: none;
    width: 100%;
}

.search-button img {
    width: 100px;
    margin-bottom: 20px;
}

.btn-container {
    border-radius: 20px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}

.search-about-building {
    position: absolute;
    z-index: 2;
    height: 100%;
    direction: rtl;
    width: 100%;
}

.map-buttons {
    right: 50px;
    position: absolute;
    z-index: 5;
    direction: rtl;
    /*top: 60px;*/
}

.map-buttons a, .map-buttons button {
    border-radius: 15px;
    font-size: 10px;
}

.header {
    background-color: #25aae1;

}

.map-checkbox, .filter-checkbox {
    float: right;
    z-index: 5;
    display: block;
}

.map-checkbox li, .filter-checkbox li {
    float: right;
}

.map-checkbox a, .filter-checkbox a {
    margin: 10px;
}

.filter-checkbox label, .map-checkbox label, .map-checkbox li a, .map-checkbox li button {
    border: 1px solid #fff;
    padding: 3px 7px;
    display: block;
    position: relative;
    margin: 3px;
    cursor: pointer;
    text-align: center;
    background-color: #E6F0F9;
    color: darkblue;
    border-radius: 20px;
    font-size: 13px;
}

.map-checkbox li a, .map-checkbox li button {
    background-color: #262262;
    color: white;
    border: none;
    margin: 3px;
    font-size: 13px;
    padding: 5px 9px;
}

.map-checkbox .map-checkbox-item input[type="checkbox"],
.filter-checkbox .map-checkbox-item input[type="checkbox"] {
    display: none;
}

.map-checkbox label:before,
.filter-checkbox label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: 0;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.filter-checkbox :checked + label,
.map-checkbox :checked + label {
    /*border-color: #ddd ;*/
    /*border: 2px solid #262262;*/
    border: 2px solid white;
    background-color: #007bff;
    color: white;
}

/*.filter-checkbox :checked + label:before,*/
/*.map-checkbox :checked + label:before {*/
/*    content: "✓";*/
/*    background-color: #262262;*/
/*    transform: scale(1);*/
/*}*/


.leaflet-control {
    position: relative;
    top: 310px;
}


.leaflet-control h6 {
    display: inline;
    float: right;
    margin: 9px 20px 0px 20px;
}

.unit-type-category {
    z-index: 1;
    height: 40px;
    position: relative;
    top: 460px;
    background: none;
    overflow: hidden;
}
.f-b-logo {
    height: 100px;
    z-index: 20;
    position: relative;
    top: 485px;
    background: #ffffff85;
    overflow: hidden;
}
.f-b-logo .logo-slider, .unit-type-category .logo-slider {
    width: inherit;
    background: #ffffff54;
}

.f-b-logo .logo-slider::before, .f-b-logo .logo-slider::after,
.unit-type-category .logo-slider::before, .unit-type-category .logo-slider::after {
    background: #ffffff00;
}

.f-b-logo .logo-slider::after {
    /*background-color: #FFFFFF;*/
    background-color: #262262;
}

.f-b-logo .logo-slider .f-b-title {
    position: absolute;
    right: 22px;
    top: 32px;
    z-index: 10;
    font-weight: bolder; /* You can adjust font weight */
    font-size: 21px;
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
    background: none;
    font-size: 20px;
}

.unit-type-category {
    top: 0 !important;
}


.unit-type-category .logo-slider {
    width: inherit;
    background: none;
}


#tab11 .contact {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
}

.contact .container {
    box-shadow: none;
}

.unit-information table th {
    width: 25%;
}

#tab11 .property_block_wrap {
    padding-bottom: 0;
    margin-bottom: 0;
}

.unit-title-carousel {
    font-size: 18px;
}

.main-video-youtube {
    padding: 0 !important;
    height: 250px;
}

.main-video-youtube iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* end of pc */

@media (min-width: 993px) {
    .header.header-fixed {
        background-color: #25aae1;
    }
}

/* mobile */
/*@media (max-width: 480px) {*/





@media only screen and (max-width: 768px){



    .search-about-building {
        top: 0;
        padding: 0 15px !important;
        width: auto !important;
    }

    #myList {
        left: -13px;
    }

    #tab9 .carousel-item img {
        height: 260px !important;
    }



    .logo-slider .slide {
        height: 65px !important;
        width: auto;
        padding: 10px !important;
        margin: 0 20px !important;
    }


    .unit-title-carousel {
        font-size: 12px;
    }
    .map-checkbox li a, .map-checkbox li button {
        background-color: #262262;
        color: white;
        border: none;
        margin: 2px 5px;
        font-size: 10px;
        padding: 4px 7px;
    }

    .btn-success:hover {
        border: none;
    }

    .scrolling-container {
        width: 1000px !important;
        overflow: visible !important;
        margin-top: 10px;
    }

    .unit-information table th span {
        font-size: 10px !important;
    }


    .unit-data-slider .video-url-div a,
    .unit-data-slider .unit-price-div h7,
    .unit-data-slider .unit-type-div h7 {
        font-size: 12px !important;
    }

    .unit-data-slider .video-url-div a {
        font-size: 12px !important;
        padding: 4px;
        margin: 7px 0;
    }


    .btn-container {
        margin: 5px 10px !important;
    }
    .video-url-div {
        z-index: 5;
    }


    .search-button {
        padding: 0;
    }


    .map-buttons a {
        border-radius: 15px;
        font-size: 10px;
        padding: 4px;
        margin: 2px;
    }

    .map-buttons {
        right: 15px;
        position: absolute;
        z-index: 5;
        direction: rtl;
        top: 0;
    }

    .filter-checkbox label, .map-checkbox label {
        border: 1px solid #fff;
        padding: 2px 7px;
        display: inline-block;
        position: relative;
        margin: 1px 5px;
        cursor: pointer;
        text-align: center;
        background-color: #E6F0F9;
        color: darkblue;
        border-radius: 20px;
        font-size: 10px;
    }

    .search-button img {
        width: 75px;
    }

    .search-button h5 {
        font-size: 12px;
    }

    .search-about-building {
        position: absolute;
        z-index: 2;
        height: 50%;
    }

    .hm-map-container.fw-map #map {
        position: relative;
        height: 600px;
    }

    .home-map-banner.full-wrapious {
        height: 450px;
    }

    .f-b-logo {
        height: 65px;
        top: -215px;
    }

    .f-b-logo .logo-slider .f-b-title {
        top: 18px;
        font-size: 16px;
    }

    .f-b-logo .logo-slider .img-fluid {
        height: 48px !important;
        width: 60px !important;
    }

    .logo-slider::after {
        width: 140px;
    }

    .search-about-building .col-md-1 {
        display: none;
    }

    .search-about-building h2 {
        font-size: 15px;
        font-weight: bold;
        margin-top: 0 ;
    }

    .map-title {
        margin-top: 2px;
    }


    .main-video-youtube {
        padding: 0 !important;
        height: 150px;
        margin-top: 16px !important;
    }

}

/*end of mobile */

/* animation */

.scrolling-container {
    width: 100%; /* تعيين العرض حسب الحاجة */
    overflow: hidden;
    position: relative;
}

ul.filter-checkbox {
    list-style-type: none;
    padding: 0;
    cursor: grab;
    margin: 0;
    white-space: nowrap; /* منع العناصر من الانتقال إلى السطر التالي */
    /*animation: scroll 400s linear infinite; !* تعديل مدة الانيميشن حسب الحاجة *!*/
}

li.map-checkbox-item {
    display: inline-block;

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}




