@import "depandancy/normalize.css";
@import "../font/bootstrap-icon/bootstrap-icons.min.css";
@import "depandancy/default-style.css";
@import "depandancy/color.css";


/*========================== start main search ==========================*/
.main-search {
    height: 800px;
    width: 100%;
    background-image: url("../image/dubai.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.main-search::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.logo {
    width: 120px;
}

.btn-search-filter-active {
    position: relative;
    transition: 50ms !important;
}

.btn-search-filter-active::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    width: 20px;
    height: 40px;
    transform: translateX(30%) rotate(-45deg);
    background-color: var(--main-color-one);
    z-index: -1;
    border-radius: 2px;
    transition: 50ms !important;
}

.btn-search-filter-active:hover::before {
    background-color: var(--main-color-one-hover);
}

/* cascade menu */
.dropdown-menu {
    min-width: 200px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.z-20{
    z-index: 20;
}

/*========================== end main search ==========================*/
/*========================== start about section ==========================*/
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(50%);
    background: rgba(0, 0, 0, 0.8);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-overlay i {
    color: white;
    font-size: 24px;
}

/*========================== end about section ==========================*/
/*========================== start quick select section ==========================*/
.villa-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: block;
    font-size: 40px;
    background-color: var(--main-color-two);
    margin: auto;
    color: #fff;
}

.with-highlight {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.with-highlight::before {
    content: '';
    width: 100%;
    height: 15px;
    background-color: var(--bs-yellow);
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: -1;
    border-radius: 5px;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
}

.section-title.with-line::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 30%;
    background-color: var(--main-color-three-shadow);
    width: calc(100% - 650px);
    height: 5px;
    transform: translateY(-50%);
}

.section-title-title {
    position: relative;
    padding-right: 50px;
}

.section-title-title .Dottedsquare {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    background-image: radial-gradient(#6f6c6c 1px, transparent 2px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0;
    z-index: -1;
}

.banner-image-parent {
    position: relative;
}

.banner-image-main {
    z-index: 2;
}

.banner-image-main img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.banner-image-blur {
    position: absolute;
    left: 31px;
    right: 20px;
    top: 73px;
    bottom: -13px;
    z-index: -1;
}

.banner-image-blur img {
    -webkit-filter: blur(25px);
    filter: blur(25px);
    height: 100% !important;
    width: auto !important;
}

.villa-card {
    transition: 0.3s all ease-in-out;
}

.villa-card.active {
    background-color: var(--main-color-one) !important;
}

.villa-card:hover {
    background-color: var(--main-color-one) !important;
}

/*========================== end quick select section ==========================*/
/*========================== start home item section ==========================*/
.btn-home-item::after {
    color: #333;
    font-size: 20px;
}

.home-card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.action-icons {
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.home-card:hover .action-icons {
    opacity: 1;
}

.advisors-slider {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}

.advisor-item {
    display: inline-block;
}

/*========================== end home item section ==========================*/
/*========================== start place section ==========================*/
.place {
    margin: auto;
}

.place-item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.7s all ease-in-out;
}

.place-item img:hover{
    transform: scale(1.1);
}

.place-item {
    position: relative;
    overflow: hidden;
}

.place-item-title {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--main-color-two);
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
}

.place-item-title h4 {
    font-weight: normal;
    color: #fff;
}

/*========================== end place section ==========================*/
/*========================== start markers item section ==========================*/
.main-category-item {
    position: relative;
    width: 260px;
    height: 300px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}

.main-category-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.main-category-item img {
    height: 300px;
    object-fit: cover;
    z-index: -1;
    border-radius: 10px;
}

.main-category-item-title {
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    transform: translateY(50%);
}

.main-category-item-title h6 {
    color: #fff;
    text-align: center;
    /*font-size: 22px;*/
    font-size: 32px;
}

.main-category-item-title h3 {
    color: #fff;
    text-align: center;
    /*font-size: 22px;*/
    font-size: 32px;
}

.free-mode .swiper-slide {
    width: auto;
}

/*========================== end markers item section ==========================*/
/*========================== start author section ==========================*/
.Th_color {
    color: #0F72D2
}

.Th_about {
    display: flex;
    flex-direction: column
}

.Th_info__comment {
    padding: 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 32px;
    letter-spacing: 0;
    color: #2B3742
}

.Th_card__person {
    display: flex;
    flex-direction: row;
    gap: 5%;
    padding: 20px;
    justify-content: center
}

/*.ht-sa-card::before {
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 10;
    display: flex;
    position: absolute;
    background: linear-gradient(180deg, rgba(43, 55, 66, 0) 0%, rgba(43, 55, 66, 0) 50%, rgba(43, 55, 66, .8) 100%);
    border-radius: 22px
}*/

.ht-sa-card::before {
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 10;
    display: flex;
    position: absolute;
    background: linear-gradient(180deg, rgba(43, 55, 66, 0) 0%, rgba(43, 55, 66, 0) 75%, rgba(43, 55, 66, .8) 100%);
    border-radius: 22px
}

.ht-sa-card {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 32px 0 #2B37421A;
    border-radius: 17px;
    overflow: hidden;
    border: none;
    width: 100%;
}

.ht-sa-card:hover img {
    filter: grayscale(100%)
}

.overlay {
    display: none
}

.ht-sa-card:hover .overlay {
    background: linear-gradient(180deg, rgba(15, 114, 210, .5) 0%, rgba(10, 82, 153, .5) 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    top: 0;
}

.overlay .my-icon-wrapper {
    width: 23px;
}

.overlay .my-icon-wrapper.top {
    right: 20px;
    position: absolute;
    top: 15px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease;
    color: #fff;
    z-index: 100
}

.Th_icon__person {
    gap: 10px;
    display: flex;
    flex-direction: row;
    margin: 5px
}

.overlay img {
    width: 40px;
    height: 40px
}

.Th_person__team {
    margin-top: 55%;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    z-index: 30
}

.Th_team {
    z-index: 20;
    position: absolute;
    bottom: 20px;
    margin: 0 auto !important;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    letter-spacing: 0;
    text-align: center !important;
    left: 0;
    right: 0;
}

.th_them__icon {
    position: absolute;
    right: 12%;
    top: 7%
}

.ht-sa-card:hover .Th_team {
    display: none
}

.th-projects__gradient--left_person {
    position: absolute;
    left: 0;
    height: 58%;
    width: 7%;
    z-index: 20
}

.th-projects__gradient--right_person {
    position: absolute;
    right: 0;
    height: 58%;
    width: 7%;
    z-index: 20
}

.Th_company__button {
    color: #fff;
    background: linear-gradient(0deg, rgba(15, 114, 210, .5), rgba(15, 114, 210, .5)), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    margin-top: 6%;
    padding: 1px;
    border-radius: 8px;
    border: none;
    z-index: 50;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    width: 80%
}

.Th_icon__top {
    position: absolute;
    top: 6%;
    right: 9%
}

.squre {
    width: 15%;
    height: 300px;
    background-color: var(--main-color-two)
}

.cart-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.cart-container .top-cart {
    background: var(--main-color-one);
    width: 160px;
    height: 10px;
    border-radius: 10px 10px 0 0
}

.cart-container .bottom-cart {
    background: var(--main-color-two);
    width: 160px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #fff;
}

/*========================== end author section ==========================*/
/*========================== start section blog slider ==========================*/
.blog-slider-item-stand {
    border-radius: 25px;
    position: relative;
    transition: 0.3s;
    margin-bottom: 10px;
}

.blog-slider-item-stand:hover {
    transform: translateY(-10px);
}

.blog-slider-overlay {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    border-radius: 25px;
    box-shadow: var(--shadow-box);
}

.blog-slider-item-stand-text {
    padding: 15px;
}

.blog-slider-item-stand-image img {
    border-radius: 25px;
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog-slider-item-row-image {
    position: relative;
    transition: 0.5s;
}

.blog-slider-item-row:hover .blog-slider-item-row-image::before, .blog-slider-item-row:hover .blog-slider-item-row-image::after {
    opacity: 1;
    visibility: visible;
}

.blog-slider-item-row-image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(#0003ff59 0%, #45147e 100%);
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.blog-slider-item-row-image::after {
    content: '\F12A';
    font-family: "bootstrap-icons", serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.blog-slider-item-row-image img {
    border-radius: 25px;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.blog-slider-item-stand-title p {
    height: 60px;
}

.blog-slider-item-stand-title h6 {
    margin: 15px 0;
}

.blog-slider-item-row:not(:last-child) {
    margin-bottom: 25px;
}

/*========================== end section blog slider ==========================*/

/*========================== start section newsletter ==========================*/

.newsletter-section {
    padding: 5rem 0;
    border-radius: 15px;
    margin: 4rem auto;
    overflow: hidden;
    position: relative;
    color: white;
}

.newsletter-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    color: #333;
}

.newsletter-icon {
    font-size: 3.5rem;
    background: linear-gradient(to right, var(--main-color-one), var(--main-color-two));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.newsletter-title {
    font-weight: 800;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
}

.newsletter-description {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.form-control-nl {
    padding: 1.5rem 1.5rem;
    border-radius: 50px;
    border: 2px solid #eee;
    font-size: 1rem;
    transition: all 0.3s;
    width: 100%;
}

.form-control-nl:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 0.25rem var(--main-color-one);
    outline: none;
}


.privacy-text {
    color: #888;
    font-size: 0.9rem;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.benefits-list li {
    margin-bottom: 0.8rem;
    position: relative;
    padding-right: 1.8rem;
}

.benefits-list li::before {
    content: "\F26C";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 0;
    color: var(--main-color-one);
}

/*========================== end section newsletter ==========================*/

/*========================== start footer section ==========================*/
.footer {
    margin-top: 30px;
}

.footer-contact {
    background: var(--main-color-one);
    border-radius: 25px;
    position: relative;
    margin-top: 50px;
    padding: 70px 0;
    min-height: 350px;
}

.footer-contact::before {
    content: '';
    position: absolute;
    top: -50px;
    width: 100%;
    height: 100px;
    background-color: #333;
    z-index: -1;
    border-radius: 25px;
}

.footer-contact-link {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-contact-link a {
    color: #fff;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    background-color: var(--main-color-two);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.footer-social a:hover {
    transform: translateY(-10px);
}

.footer-social i {
    color: #fff;
}

.footer-social li:not(:last-child) {
    margin-left: 7px;
}

.footer-logo img {
    width: 200px;
}

.footer-reutrned {
    margin-top: 40px;
    background: linear-gradient(rgba(170, 115, 20, 0.64) 0%, rgba(131, 112, 70, 0) 100%);
    border-radius: 25px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    flex-direction: column;
}

.footer-reutrned h4 {
    font-size: 22px;
}

.footer-reutrned i {
    margin: 20px 0;
    font-size: 28px;
}

.footer-main {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.footer-main-address, .footer-main-links {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.footer-main-links li {
    position: relative;
    padding-right: 10px;
}

.footer-main-links li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.5s linear;
}

.footer-main-links li:hover::before {
    border-color: var(--main-color-one);
}

/*========================== end footer section ==========================*/
/*========================== start responsive menu ==========================*/
.rm-overlay.open {
    opacity: 1;
    visibility: visible;
}

.rm-items {
    overflow-y: scroll;
    padding: 20px 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 0;
    background: #fff;
    z-index: 99999;
}

.rm-items.open {
    right: 0;
    width: 320px;
}

.rm-item-search input.search-txt {
    background: #d8d8d8;
}

.rm-item-menu ul {
    height: auto;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.rm-item-menu li {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rm-item-menu li i {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.rm-item-menu li i::before {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.rm-item-menu li .showSubMenu.open i::before {
    transform: rotate(270deg);
}

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
}

.rm-item-menu > li > ul > li {
    border-bottom: 1px solid #ececec;
}

.rm-item-menu > li > ul > li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.rm-item-menu > li > ul > li > a {
    padding: 0 20px;
}

.rm-item-menu > li > ul > li > ul > li {
    border-bottom: 1px solid #ececec;
}

.rm-item-menu > li > ul > li > ul > li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.rm-item-menu > li > ul > li > ul > li > a {
    padding: 0 30px;
}

.h-0 {
    display: none !important;
    height: 0 !important;
}

ul.show {
    display: flex !important;
    height: auto !important;
}

.showSubMenu {
    cursor: pointer;
    flex-grow: 1;
    float: left;
    display: block;
    text-align: left;
}

.bg-ul-f7 {
    background: #f7f7f7 !important;
}

figure.avatar {
    margin-bottom: 0;
    height: 50px;
    width: 50px;
    padding: 2px;
    background: #eeeff2;
    border-radius: 50%;
    position: relative;
}

figure.avatar img {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.mega {
    z-index: 11;
}

.mage-list-menu {
    background-repeat: no-repeat !important;
    background-size: 400px !important;
}

.mega.active {
    top: -1px !important;
    background-color: #fff;
    box-shadow: var(--shadow-md);
}

.mega.active .top-menu-parent {
    box-shadow: none !important;
}

figure {
    margin-bottom: 0;
}

/*========================== end responsive menu ==========================*/
/*========================== start home page ==========================*/
.product-gallery img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.product-gallery video {
    width: 100%;
    height: 350px;
}

.swiper-slide {
    padding: 10px;
}

.product-gallery.not-found img, .product-gallery-thumb.not-found img {
    filter: grayscale(100%);
}

.product-gallery-thumb {
    padding: 2px;
}

.product-gallery .swiper-pagination {
    bottom: 20px;
}

.product-gallery .swiper-slide {
    border: 1px solid var(--bs-gray-400);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
}

.product-gallery .swiper-slide .swiper-zoom-container {
    padding: 10px;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background-color: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.product-gallery .swiper-button-next::after,
.product-gallery .swiper-button-prev::after {
    color: var(--color-site);
}

.product-gallery-thumb {
    padding: 12px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 10px;
}

.product-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin: auto;
    opacity: 0.6;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}

.product-gallery-thumb img:hover {
    opacity: 1;
}

.product-gallery-thumb .swiper-slide {
    border-radius: 10px;
    transition: 0.1s all ease-in-out;
    padding: 10px;
    border: 1px solid transparent;
}

.product-gallery-thumb .swiper-slide-thumb-active {
    border-color: var(--bs-gray-600);
    border-width: 1px;
}

.product-gallery-thumb .swiper-slide-thumb-active img {
    opacity: 1;
}

.Dottedsquare-product {
    width: 120px;
    height: 134px;
    position: absolute;
    bottom: -20px;
    left: -50px;
    background-image: radial-gradient(#614e4e 1px, transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0;
    z-index: -1;
}

/* end product gallery */
/* slider title */
.slider-title-desc {
    display: flex;
    flex-direction: column;
}

.slider-title-icon-parent {
    background-color: var(--main-color-one-shadow);
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 10px;
    border-radius: 25px;
    font-size: 14px !important;
    box-shadow: var(--shadow-box);
}

.slider-title-icon-parent div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-title-icon-parent div i {
    color: var(--main-color-two);
}

.slider-title-icon-parent div h6 {
    color: var(--main-color-one);
}

.slider-title-link {
    text-align: left;
}

.slider-title-desc h2 {
    position: relative;
    padding-bottom: 20px;
}

.slider-title-desc h2::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    position: absolute;
    bottom: 0;
    right: 0;
}

.slider-title-desc h2::after {
    content: '';
    width: 100px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--main-color-one);
    position: absolute;
    bottom: 2px;
    right: 20px;
}

.slider-title-desc-center h2 {
    position: relative;
    padding-bottom: 10px;
}

.slider-title-desc-center h2::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 36%;
    transform: translateX(-50%);
}

.slider-title-desc-center h2::after {
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 27%;
    transform: translateX(-50%);
}

/* end slider title */
/* start home description */
.badge-custom {
    background: linear-gradient(90deg, #fff5cc, #ffeb99);
    font-size: 1.5rem;
    padding: 10px 20px;
    border-radius: 25px;
}

.info-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

.qr-box {
    background: #e9ecef;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    font-size: 1.1rem;
}

/* end home description */
/* start comment */
.comment-item {
    position: relative;
}

.comment-item label.label-float {
    position: absolute;
    top: -14px;
    background-color: #fff;
    /*right: 25px;*/
    padding: 5px;
}

.comment-item input.form-control, .comment-item select {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    border-radius: 5px;
    font-size: 14px;
}

/* end comment */
.panel-meta-item {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 15px;
    border-radius: 10px;
}

.panel-meta-item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--bs-green);
    border-radius: 10px;
    margin-left: 10px;
}

.panel-meta-item-icon i {
    font-size: 30px;
    color: #fff;
}

/*========================== end home page ==========================*/
/*========================== start category page ==========================*/
.category .item {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow-box);
}

.category .swiper-slide {
    padding: 10px 0;
}

.filter-item-select {
    background-color: #EBEDF07A;
    padding: 5px 10px;
    border-radius: 15px;
}

.filter-item-select select {
    background-color: transparent;
    border: none;
    position: relative;
}

.item-boxs .item-box {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.item-boxs .item-box:not(:last-child) {
    margin-bottom: 20px;
}

.item-boxs .item-box a[data-bs-toggle="collapse"].collapsed i::before {
    transition: 0.3s;
}

.item-boxs .item-box a[data-bs-toggle="collapse"] i::before {
    transition: 0.3s;
}

.item-boxs .item-box a i {
    transition: 0.3s;
}

.item-boxs .item-box a[data-bs-toggle="collapse"].collapsed i::before {
    transform: rotate(-180deg);
}

.item-boxs .item-box .title {
    padding-bottom: 15px;
}

.item-boxs .item-box .title h6 {
    font-weight: 900;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}

.item-boxs .item-box .title h6::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    position: absolute;
    bottom: 5px;
    right: 0;
}

.item-boxs .item-box .title h6::after {
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--main-color-one);
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.category .site-category-items:hover {
    box-shadow: var(--shadow-md) !important;
}

.input-range-filter {
    direction: rtl;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f4f4f4;
}

.header-form {
    position: relative;
}

.header-form .input-search {
    background-color: rgba(235, 237, 240, 0.48);
    padding: 8px 10px;
    border-radius: 15px;
}

.header-form .input-search::placeholder {
    font-size: 12px;
}

.header-form .input-btn-search {
    position: absolute;
    top: 4px;
    left: 5px;
}

.header-form .input-btn-search i {
    font-size: 16px;
}

/* start paginatae */
.my-paginate ul {
    flex-wrap: wrap;
    align-items: center;
}

.my-paginate li {
    margin-left: 5px;
    margin-bottom: 5px;
}

.my-paginate li.disabled a {
    background: #fff;
}

.my-paginate li.active a {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}

.my-paginate li.disabled a i {
    color: #a0a0a096;
}

.my-paginate li a i::before {
    line-height: 1 !important;
}

.my-paginate li a {
    box-shadow: var(--shadow-md);
    font-weight: bold;
    padding: 5px 15px;
    color: #515151;
    background: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

.my-paginate li a i {
    color: #515151;
    line-height: 1;
}

/* end paginate */
.input-range-filter {
    direction: rtl;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f4f4f4;
}

.filter-range {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
}

.filter-range li {
    width: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 13px 15px 20px;
    position: relative;
}

.filter-range li span {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    font-size: 13px;
    font-weight: 700;
}

.filter-range li input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #dee2e6;
    background-color: #f5f5f5;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    margin: 6px 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 700;
}

.filter-range li.label {
    width: auto;
    padding: unset;
}

.filter-price {
    text-align: center;
    min-height: 140px;
}

.filter-price .filter-slider {
    padding: 18px 14px 18px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-price .filter-slider .noUi-horizontal {
    height: 4px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.filter-price .filter-slider .noUi-target {
    background-color: #c4c4c4;
    border: 0;
}

.filter-price .filter-slider .noUi-connect,
.filter-price .filter-slider .noUi-origin {
    left: 0;
}

.filter-price .filter-slider .noUi-connect {
    background-color: #000;
}

.filter-price .filter-slider .noUi-handle::before, .filter-price .filter-slider .noUi-handle::after {
    display: none;
}

.filter-price .filter-slider .noUi-handle {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #000;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
}

.header-form {
    position: relative;
}

.header-form .input-search {
    background-color: rgba(235, 237, 240, 0.48);
    padding: 8px 10px;
    border-radius: 15px;
}

.header-form .input-search::placeholder {
    font-size: 12px;
}

.header-form .input-btn-search {
    position: absolute;
    top: 4px;
    left: 5px;
}

.header-form .input-btn-search i {
    font-size: 16px;
}

/*========================== end category page ==========================*/
/*========================== start new advert design page ==========================*/
/* start product-descs */
.product-desc {
    position: relative;
}

.product-desc-tab {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: auto;
    /* Firefox */
    margin-bottom: 10px;
}

.product-desc-content p {
    line-height: 35px;
}

.product-desc-tab::-webkit-scrollbar {
    display: none;
}

.product-desc-tab ul {
    min-width: 450px;
    flex-wrap: nowrap;
    box-shadow: var(--shadow-md);
    background: var(--bs-gray-200);
    padding: 20px 20px;
    border-radius: 10px;
    margin: 10px 0;
}

.product-desc-tab ul li {
    margin-left: 5px;
}

.product-desc-tab ul li button {
    border: 2px solid transparent;
    height: 100%;
    outline: none;
    background: #fff;
    padding: 20px 70px;
    box-shadow: var(--shadow-md);
    border-radius: 12px;
    display: block;
    position: relative;
}

.product-desc-tab ul li button.active {
    background-color: var(--main-color-one);
    color: #fff;
}

.product-desc-tab ul li button.active span.badge {
    background-color: #fff !important;
    color: var(--color-site) !important;
}

.product-desc-tab ul li button i {
    margin-left: 5px;
}

.product-desc-tab-content {
    padding: 20px 0;
}

.product-desc-tab-content table tr th {
    width: 200px;
}

.product-desc-tab-content table tr td {
    padding: 12px 0;
}

.tab-title {
    font-size: 18px;
    color: #505050;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
}

.product-desc-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.table-product {
    --bs-table-striped-bg: rgb(0 0 0 / 3%);
}

.comment {
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff !important;
}

.comment .title {
    background-color: #f8f9fb;
    padding: 10px;
    border-radius: 30px;
    box-shadow: var(--shadow-sm);
}

.comment-replay .title {
    background-color: #fff !important;
}

.comment .avatar img {
    width: 40px;
    height: 40px;
}

.star i.bi-star {
    color: #ccc;
}

.star i.bi-star-fill {
    color: #f7ad0d;
}

.star i.bi-star-half {
    color: #f7ad0d;
}

.positive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .positive {
    padding: 10px 0;
}

.positive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0d9a00;
    border-radius: 50%;
}

.negitive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .negitive {
    padding: 10px 0;
}

.negitive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d03404;
    border-radius: 50%;
}

.comment-reply {
    padding: 20px 0;
}

.product-desc-tab-content {
    position: relative;
}

/* end product-descs */
/* start content product */
.box-tabs ul li a {
    color: #6f6f6f;
}

.box-tabs ul li i {
    vertical-align: -8px;
    color: #ccc;
    padding: 3px;
}

.box-tabs .nav-tabs .nav-link {
    border: 0 solid transparent;
}

.box-tabs .nav-tabs .nav-link.active {
    border-top: 5px solid #00bfd6;
    border-radius: 0;
}

.box-content h4 {
    color: #6f6f6f;
}

.box-content span {
    color: #6f6f6f;
    font-size: 15px;
}

.box_list svg {
    margin-left: 5px;
}

.box-content .box_list .title {
    color: #4d4d4d;
}

.box-content .box_list i {
    vertical-align: -7px;
    color: #00bfd6;
}

.block {
    display: block;
}

.box_params_list p {
    display: block;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: normal;
}

.border_right_custom1 {
    background: transparent;
    border-radius: 0 !important;
    font-weight: bold;
    font-size: 14px !important;
}

.border_right_custom2 {
    background-color: #f1f1f1;
}

.nav-tabs-custom {
    background: #F5F5F5;
}

.box_comment .bc1 {
    padding: 10px 33px 33px 60px;
}

.bc1 .row {
    background: #fcfcfc;
    border-radius: 5px;
}

.box_comment .progress_title,
.box_comment .progress_title2 {
    font-size: 14px !important;
}

.box_list p.title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
}

/* end content product */
/* read more */
.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    visibility: visible;
    display: block;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'بیشتر +';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'کمتر -';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    color: var(--main-color-one);
    margin-top: 5px;
}

/* end read more */
.contact-social {
    right: -65px;
    top: 12%;
}



/*========================== end new advert design page ==========================*/
/*========================== start page blog ==========================*/
.blog-heeader .header-form .input-btn-search {
    background-color: var(--main-color-one);
    color: #fff;
    top: 0;
    left: 0;
    height: 100%;
}

.blog-heeader .header-form .input-search {
    padding: 10px 10px;
}

.parent-blog-menu-level-2 {
    position: relative;
}

.parent-blog-menu-level-2:hover .blog-menu-level-2 {
    display: flex;
}

.blog-menu-level-2 a {
    transition: 0.3s;
}

.blog-menu-level-2 a:hover {
    color: var(--main-color-one);
}

.blog-menu-level-2 a i {
    float: left;
}

.blog-menu-level-2 {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 200px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
    z-index: 19;
}

.parent-blog-menu-level-3 {
    position: relative;
}

.parent-blog-menu-level-3:hover .blog-menu-level-3 {
    display: flex;
}

.blog-menu-level-3 {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #fff;
    width: 200px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
    z-index: 20;
}

.blog-post-card {
    padding: 20px 20px 15px 20px;
    border: 1px solid var(--bs-gray-400);
}

.blog-post-card:hover {
    border: 1px solid var(--main-color-two);
}

.blog-post-card-title {
    height: 30px;
}

.blog-post-card-description {
    height: 80px;
}

.blog-post-card-description p {
    line-height: 40px;
    font-size: 14px;
}

.blog-post-card-thumbnail img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.box-ui-title .icon-circle::before {
    transform: translateY(-90%);
}

.mini-blog-item {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.mini-blog-item .desc {
    margin-right: 10px;
}

.mini-blog-item .title {
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mini-blog-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.mini-blog-item .image {
    position: relative;
    margin-bottom: 10px;
}

.mini-blog-item:not(:last-child) {
    margin-bottom: 10px;
}

.article-latest {
    padding: 20px 0;
}

.al {
    background: #fff;
    padding: 15px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 10px;
}

.al-header a {
    color: #0580ad;
    --border-color: #05ae65;
}

.al-item {
    margin-bottom: 5px;
    position: relative;
    border-bottom: 6px solid #bcbcbc;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.al-img {
    height: 100%;
}

.al-img img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.8s;
}

.al-item:hover img {
    transform: scale(1.1);
}

.al-img img {
    border-radius: 10px;
}

.al-date {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 12px;
    font-size: 14px;
    background-color: #ebbd18;
    color: #444;
}

.al-title {
    transition: 0.2s all linear;
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}

.al-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.824) 100%);
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
}

.grid-center {
    height: 270px;
}

.grid-img {
    height: 130px;
}

/*========================== end page blog ==========================*/
/*========================== start page single blog ==========================*/
.blog-single-title {
    background-color: var(--main-color-one);
}

.blog-single-title-thumbnail img {
    height: 300px;
    object-fit: cover;
}

.blog-content-meta-detail {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.blog-content-meta-detail-item {
    display: flex;
    align-items: center;
}

.blog-content-meta-detail-item h6 {
    margin: 0 10px;
}

.blog-single-content {
    margin-top: 30px;
    line-height: 36px;
}

.blog-single-content p {
    line-height: 42px;
    font-size: 16px;
    text-align: justify;
}

.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.blog-card-items li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.blog-card-items ul li:last-child {
    border-bottom: none;
}

.blog-single-content img {
    display: block;
    margin: 10px auto;
}

.blog-card .card-body {
    padding: 0 15px;
}

.blog-card-items ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.blog-card-items ul li a span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: var(--main-color-two);
    text-align: center;
    color: #fff;
}

.page-link.active, .active > .page-link {
    z-index: 2;
}

.comment-item-desc {
    padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 7px;
}

.comment-item p {
    margin: 0;
}

.comment-item {
    padding: 20px 0;
    display: flex;
}

.comment-item-avatar {
    margin: 10px 0 0 10px;
}

.comment-item-avatar-img a img {
    display: flex;
    border: 4px solid #e6e6e6;
}

.comment-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.comment-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.comment-date-speractor {
    margin: 0 10px !important;
    font-size: 17px;
    font-weight: bolder;
}

.comment-date-date {
    font-size: 14px;
}

.comment-item-rating {
    display: flex;
}

.comment-item-rating i {
    color: #eaaf00;
    font-size: 20px;
}

.comment-item-content {
    padding: 20px 0;
}

.form-inline {
    width: 49.7%;
}

#commentEmail::placeholder {
    text-align: right;
}

.comment-form .form-check label {
    font-size: 14px;
}

.com-response {
    background-color: var(--main-color-one-shadow);
}

/*========================== end page single blog ==========================*/
/*========================== start page about us ==========================*/
.shop-feature-item {
    text-align: center;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 25px;
}

.shadow-bottom {
    box-shadow: 0 19px 50px -31px rgba(0, 0, 0, 0.3);
}

.shadow-top {
    box-shadow: 0 -19px 50px -31px rgba(0, 0, 0, 0.3);
}

.shop-feature .shop-feature-item img {
    width: 50px;
}

/* start faq */
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}

.accordion-style .card:last-child {
    margin-bottom: 0;
}

.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}

.accordion-style .btn-link {
    position: relative;
    background: var(--main-color-one-shadow);
    border: 1px solid #ccc !important;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    text-align: right;
    white-space: normal;
    box-shadow: none;
    text-decoration: none;
    color: #333;
    padding: 30px 60px;
}

.accordion-style .btn-link:hover {
    text-decoration: none;
}

.accordion-style .btn-link.collapsed {
    background: var(--bs-gray-100) !important;
    color: var(--color-site);
    border-radius: 15px;
    border: 1px solid #ccc;
}

.accordion-style .btn-link.collapsed:after {
    border-radius: 3px;
    content: "\F282";
    font-family: 'bootstrap-icons', serif;
    left: inherit;
    right: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    height: 26px;
    width: 26px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-style .btn-link:after {
    background: transparent;
    border: none;
    border-radius: 3px;
    content: "\F286";
    font-family: 'bootstrap-icons', serif;
    left: inherit;
    right: 16px;
    font-size: 16px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: var(--main-color-one);
    text-align: center;
}

.accordion-style .card-body {
    padding: 20px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    line-height: 50px;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    color: #807ca4;
    background-color: #fff;
}

.card-style1 {
    box-shadow: 0 0 10px 0 rgb(89 75 128 / 9%);
}

.border-0 {
    border: 0 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.mb-2-3, .my-2-3 {
    margin-bottom: 2.3rem;
}

/* end faq */
.special-offer-bg {
    height: 250px;
    background-color: var(--main-color-one);
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}

.special-offer-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../image/lines-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.special-offer-bg-parent {
    position: relative;
}

.special-offer-bg-parent::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    height: 90px;
    width: 100%;
    background-color: var(--bs-gray-300);
    z-index: -1;
    border-radius: 15px;
    transform: rotate(4deg);
}

.special-offer-bg-parent::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
    height: 90px;
    width: 100%;
    background-color: var(--bs-gray-300);
    z-index: -1;
    border-radius: 15px;
    transform: rotate(4deg);
}

.special-offers-swiper {
    position: relative;
    margin-top: -170px;
    z-index: 11;
    padding: 10px;
}

/* video */
.video {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
}

.video video {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--main-color-three, #ff5722);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.video .play-btn::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(85, 81, 79, 0.5);
    animation: pulse 2s infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
}

/* end video */
.feature-item {
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    border: 1px solid var(--bs-gray-400);
}

.feature-item:hover {
    background-color: var(--main-color-one) !important;
}

.feature-item:hover .feature-item-title h6, .feature-item:hover .feature-item-desc p {
    color: #fff;
}

.feature-item:hover svg path {
    fill: #fff !important;
}

.color-gradient {
    background: var(--main-color-one);
}

.application {
    position: relative;
    margin: 130px 0;
}

.google-play-icon {
    height: 30px;
}

.application-image {
    position: absolute;
    top: -70px;
}

/*========================== end page about us ==========================*/
/*========================== start page estekhdam ==========================*/
.hero-section {
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)),
    url('../image/dubai.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.benefit-card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-icon {
    font-size: 2.5rem;
    color: var(--main-color-one);
    margin-bottom: 1rem;
}

.job-feature {
    background-color: var(--bs-gray-300);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.job-feature-icon {
    color: var(--main-color-one);
    margin-left: 10px;
}

.apply-section {
    background-color: #2C3E50FF;
    color: white;
    padding: 60px 0;
}

.testimonial-card {
    border-left: 4px solid var(--main-color-one);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--bs-gray-300);
}

/*========================== end page estekhdam ==========================*/
/*========================== start page builder ==========================*/
/* Header Styles */
.main-header {
    background: linear-gradient(135deg, var(--main-color-one) 0%, #000428 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/place/place-2.jpg') center/cover;
    opacity: 0.15;
    z-index: 0;
}

.header-content {
    position: relative;
    z-index: 1;
}

/* Developer Cards */
.developer-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    background: white;
    margin-bottom: 30px;
}

.developer-image {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.developer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.developer-card:hover .developer-image img {
    transform: scale(1.05);
}

.developer-logo {
    position: absolute;
    bottom: -10px;
    left: 30px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 2;
}

.developer-logo img {
    height: 80px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.project-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
}

.project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    color: white;
}

/* Features Section */
.feature-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(62, 146, 204, 0.2);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(62, 146, 204, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: var(--main-color-one);
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, var(--main-color-one) 0%, #000428 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--main-color-one);
}

/* Testimonials */
.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 15px;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 80px;
    color: rgba(62, 146, 204, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: var(--main-color-one);
    transform: translateY(-3px);
}

.text-accent {
    color: var(--main-color-one);
}

/*========================== end page builder ==========================*/
/*========================== start page area ==========================*/
/* Area Cards */
.area-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    background: white;
    height: 100%;
}

.area-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.area-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.area-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.area-card:hover .area-image img {
    transform: scale(1.05);
}

.area-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--main-color-one);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.area-price {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, var(--main-color-one) 0%, #000428 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--main-color-one);
}

/* Testimonials */
.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 15px;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 80px;
    color: rgba(62, 146, 204, 0.1);
    line-height: 1;
}

/* Map Section */
.map-section {
    height: 500px;
    background: #eee;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
}

/* Custom Buttons */
.btn-accent {
    background-color: var(--main-color-one);
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-accent:hover {
    background-color: var(--main-color-one-hover);
    color: white;
    transform: translateY(-2px);
}

/* Utility Classes */
.text-accent {
    color: var(--main-color-one);
}

/*========================== end page area ==========================*/
/*========================== start page area single ==========================*/
/* Header Styles */
.area-header {
    background: linear-gradient(135deg, var(--main-color-one) 0%, #000428 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.area-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') center/cover;
    opacity: 0.15;
    z-index: 0;
}

.header-content {
    position: relative;
    z-index: 1;
}

.area-breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
}

/* Stats Section */
.area-stats {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.stat-card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    text-align: center;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(62, 146, 204, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: var(--main-color-one);
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--main-color-one);
    margin-bottom: 5px;
}

/* Gallery Section */
.gallery-item {
    border-radius: 16px;
    overflow: hidden;
    height: 250px;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    padding: 20px;
}

/* Features Section */
.feature-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(62, 146, 204, 0.2);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(62, 146, 204, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--main-color-one);
}

/* Properties Section */
.property-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    background: white;
    margin-bottom: 30px;
    height: 100%;
}

.property-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.property-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--main-color-one);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
}

.property-image {
    height: 200px;
    overflow: hidden;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.property-card:hover .property-image img {
    transform: scale(1.05);
}

/* Map Section */
.map-container {
    height: 400px;
    background: #eee;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

/* Testimonials */
.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 80px;
    color: rgba(62, 146, 204, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

/* Contact Section */
.contact-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

/* Utility Classes */
.text-accent {
    color: var(--main-color-one);
}

.bg-light-gradient {
    background: linear-gradient(to bottom, var(--bs-gray-200), white);
}

/*========================== end page area single ==========================*/
/*========================== start page search ==========================*/
/* Search Box */
.search-box {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

.search-tabs .nav-link {
    border: none;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 50px;
    margin-left: 10px;
}

.search-tabs .nav-link.active {
    background: var(--main-color-one);
    color: white;
}

.search-tabs .nav-link:hover:not(.active) {
    background: rgba(10, 36, 99, 0.05);
}

/*========================== end page search ==========================*/
/*========================== start page builder single ==========================*/
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(203, 161, 53, 0.67)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
}

.developer-logo {
    max-width: 200px;
    height: auto;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--main-color-one);
    margin-bottom: 1rem;
}

.project-card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.project-card:hover {
    transform: translateY(-10px);
}

.badge-custom {
    background-color: var(--main-color-one);
    color: white;
}

/*========================== end page builder single ==========================*/
