@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/******************************/
/******************************/
:root {
    --primary: #7fbcd2;
    --secondary: #b2b2b2;
    --gray: #5e5e5e;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Bahij-Janna';
    color: var(--black);
    background: var(--white);
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
    color: var(--white);
}

button,
li,
a {
    color: var(--primary);
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;

}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    /*border-color: transparent;*/
    /*box-shadow: none;*/
    /*outline: none;*/
    color: var(--primary);
}

.main-title {

}

.main-title h2 {
    color: var(--black);
    font-size: 36px;
    position: relative;

    z-index: 2;
    font-weight: bold;
    margin: 30px 0;

}

.main-btn a {
    position: relative;
    color: var(--white) !important;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 35px;
    padding: 8px 36px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    transition: all .35s ease-in-out;
}

.main-btn:hover a {
    color: var(--white) !important;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    transform: translateY(-5px);

}


@media (max-width: 768px) {
    .main-btn a {
        padding: 5px 28px;
    }


}

@media (max-width: 500px) {
    .main-btn {

        font-size: 12px;

    }

    .main-title h2 {
        font-size: 28px;
    }
}

/******************************/
/* && search &&*/
/******************************/
#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header .search-submit {
    color: transparent;
}

#search-header input[type="search"] {
    color: #fff;
}


/******************************/
/* && header &&*/
/******************************/

header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.inside-head{
        position: relative;
    background: #061d1b;

}
.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--icon {
    display: flex;
    align-items: center;
}

.header--icon a {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    transition: all .35s ease-in-out;
    padding: 8px 12px;
    border-radius: 15px;
    margin-inline-start: 10px;
}

.header--icon .user {
    background: transparent;
    color: #00abb3;
    border: 1px solid #00abb3;
}

.header--icon .lang {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

.header--icon a:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

@media (min-width: 992px) {
    .header-icon-mob {
        display: none;
    }

    .header-icon-desc {
        display: block;
    }

    .main-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
    }

    .nav-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 5px;
    }

    .nav-list > .menu-item > a {
        color: var(--white);
        background: transparent;
        font-weight: bold;
        padding: 8px 20px 8px;
        text-align: center;
        font-size: 16px;
        position: relative;
        border-radius: 0;
        transition: all 0.5s ease-in-out;
    }
.nav-list > .menu-item > a i{
    margin-inline-start: 10px;
}
    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--white);

    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        margin-inline-start: 10px;
        color: var(--white);
        background: transparent;
        transition: all .35s ease-in-out;
    }


    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--primary);
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 250px;
        background-color: var(--white);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--primary);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--primary);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: var(--secondary);
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--secondary);
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f100";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f101";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        display: inline-block;
        margin-inline-start: 10px;
        color: var(--primary);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        color: var(--secondary);
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }


}

@media (max-width: 992px) {
    .header-icon-desc {
        display: none;
    }

    .header-icon-mob {
        display: block;
    }

    .head-logo .open-search {
        color: var(--primary) !important;
    }

    .header-content {
        justify-content: flex-start;
    }


    .head-logo .header-icon a {
        margin: 0 10px;
        font-size: 24px;
    }


    .whats-mob {
        display: block;
    }


    .whats-desc {
        display: none;
    }

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;

        margin-bottom: 0;
    }

    .head-logo .header-icon {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .header-icon {
        margin-top: 0;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 15px;
        text-align: center;
        margin-inline-end: 10px;
        color: var(--white) !important;
        padding: 0;
        display: block;
        background-color: var(--primary);
        transition: all 0.5s ease-in-out;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--primary);
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--primary);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;

        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--primary);
    }

    .sub-menu {
        list-style: none;
        background-color: var(--primary);
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);

        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }

    .head-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 768px) {
}

@media (max-width: 500px) {
    .top-header {
        flex-direction: column;
    }
    header{
        position: relative;
         z-index: 1;
    }
    .head-logo {
        margin-bottom: 10px;
    }
    .header--icon a{
        background: transparent;
        color: #00abb3;
        border: 1px solid #00abb3;
    }
}

/******************************/
/* && slider &&*/
/******************************/
.slider {
    position: relative;
}

.main-slider .mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-slider .mainItem:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    z-index: 2;
}

.mainItem .slider-img img {
    width: 100%;
}

.main-slider .slid-tit {
    position: absolute;
    inset: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--black);
    z-index: 11;

}

.main-slider .slid-tit .tit {
    font-size: 72px;
    text-align: center;
    font-weight: bold;
    color: var(--white);
}

.main-slider .slid-tit .main-btn {
    margin-bottom: 20px;
}

.main-slider .slid-tit .main-btn a {
    max-width: 160px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.main-slider .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
    z-index: 0;
}

.main-slider .owl-nav div {
    margin: 0 10px;
    padding: 8px 12px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    color: var(--white);
    background: var(--primary);
    transition: all .35s ease-in-out;
}

.main-slider .owl-nav div:hover {
    border: 1px solid var(--secondary);
    color: var(--white);
    background: var(--secondary);
    transform: translateY(-10px);
}

@media (max-width: 992px) {

    .main-slider:before {
        height: 230px;
    }


}

@media (max-width: 768px) {
    .main-slider:before {
        height: 195px;
    }

    .main-slider .slid-tit .tit {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .main-slider .slid-tit .desc {
        margin: 10px 0;
        font-size: 34px;
        line-height: 30px;
    }

    .main-slider .slid-tit .des {
        font-size: 46px;
        line-height: 40px;

    }

    .main-slider .slid-tit {
        margin-inline-start: 0;
    }
}

@media (max-width: 500px) {
    .main-slider:before {
        height: 95px;
    }

    .main-slider .slid-tit .tit {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .main-slider .slid-tit .desc {
        margin: 10px 0;
        font-size: 20px;
        line-height: 18px;
    }

    .main-slider .slid-tit .des {
        font-size: 24px;
        line-height: 20px;

    }

    .main-slider .slid-tit .main-btn a {
        margin: 0;
        max-width: 100px;

    }


    .main-slider .slid-tit h3 {
        font-size: 24px;
        display: inline-block;
    }


    .slid-url {
        display: table;
        margin: 0 auto;
    }

}


/******************************/
/* && search-info &&*/
/******************************/
.search-info {
    background: rgba(165, 241, 233, .5);
    padding: 25px 0;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    z-index: 1;
}

.search-container {
    background-color: #fff;
    border: 1px solid #a5f1e9;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    padding-inline-start: 15px;

}

.search-container .select-container {
    flex: 1;
}

.search-container select {
    border-right: 1px solid #a5f1e9;
    flex: .55;
    padding-inline-start: 5px;
    margin-inline-start: 5px;
}

.search-container input {
    width: 100%;
    display: flex;
    flex: 1;
}

.search-container select, .search-container input {
    height: 50px;
    font-size: 16px;
}

.search-container input {
    margin-right: 0;
    height: 50px;
}

#search-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #74c3bb;
    border-radius: 10px;
    color: var(--white);
    margin-inline-start: 1px;
}

.info-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-content a {
    transition: all .35s ease-in-out;
}

.add-ads {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 15px;
    background: var(--primary);
    color: var(--white);
}

.add-ads:hover {
    color: var(--black);
}

.add-ads i {
    margin-inline-end: 10px;
}

.search-info .info {
    display: flex;
    align-items: center;
}

.info .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #74c3bb;
    border-radius: 15px;
    color: var(--white);
}

.search-info .info .info-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-inline-start: 10px;
}

.search-info .info .info-text span {
    color: var(--black);
    font-weight: bold;
}

.search-info .info .info-text a {
    color: var(--white);
}

@media (max-width: 768px) {
    .info-content {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .search-info {
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    #search-button {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
    .search-container select{
        flex: .5;
    }
    .info-content{
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .search-info .info:last-of-type{
        margin-top: 20px;
    }
}


/******************************/
/* && category &&*/
/******************************/
.category {
    padding: 50px 0;
}

.col-cat {
    height: 200px;
    width: 100%;
}

.category-items {
    height: 100%;
    width: 100%;
    border: 1px solid #a5f1e9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .35s ease-in-out;
}

.category-items .title a {
    font-size: 36px;
    font-weight: bold;
    color: var(--black);
    margin-top: 10px;
    transition: all .35s ease-in-out;
}

.category-items:hover .title a {
    color: var(--white);
}

.category-items:hover {
    background: #7fbcd2;
}

@media (min-width: 768px) {

}

@media (min-width: 500px) {

}

/******************************/
/* && auction &&*/
/******************************/
.auction-item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.auction-item .auction-rate {
    position: absolute;
    top: 15px;
    right: 15px;

}

.auction-item .auction-rate i {
    color: #f1c600;
    font-weight: bold;
}

.auction-item .auction-rate span {
    color: var(--black);
    margin-inline-end: 2px;
}

.auction-content {
    margin: 10px 0;
    padding: 15px;
    background: #f7f7f7;
    display: block;
    width: 270px;
    height: 345px;
    border-radius: 10px 0 0 10px;
}

.auction-img img {
    width: 100%;
    border-radius: 10px;
}

.auction-content .tit {
    font-size: 26px;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 10px;
}

.auction-content .cat-tit a {
    color: #7fbcd2;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.info-auction {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info-auction .icon i {
    font-size: 22px;
    margin-inline-end: 10px;
    color: #7fbcd2;
    font-weight: bold;
}

.info-auction .desc {
    font-weight: bold;
    font-size: 16px;
}

.info-auction .desc.price {
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .auction-item {
        flex-direction: column;
        align-items: initial;

    }

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

@media (min-width: 500px) {

}

/******************************/
/* && estate &&*/
/******************************/
.estate {
    padding: 0 0 50px;
}

.estate-item {
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all .35s ease-in-out;
}

.estate-item:before {
    content: " ";
    background-image: url("../images/inv-hr.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    transition: all .35s ease-in-out;
}

.estate-item:hover {
    box-shadow: 0 0 29px rgba(0, 0, 0, .42);
}

.estate-item:hover:before {
    background-image: url("../images/inv-bg-hr.png");
}
.cars .estate-img img {
    width: 100%;
    height: 340px;
    border-radius: 10px;
 
    
}
.estate-img a{
    display: block;
}
.estate-item .estate-img img {
    width: 100%;
    height: 340px;
    border-radius: 10px;
}

.estate-item .estate-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 15px;
    z-index: 2;
}

.estate-item:hover .estate-content .cat-tit a {
    color: var(--white);
}

.estate-item .estate-rate {
    position: absolute;
    top: 15px;
    right: 15px;

}

.estate-content .tit {
    font-size: 26px;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 10px;
}

.estate-content .cat-tit a {
    color: #7fbcd2;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.estate-item .estate-rate i {
    color: #f1c600;
    font-weight: bold;
}

.estate-item .estate-rate span {
    color: var(--black);
    margin-inline-end: 2px;
}

.estate-item .info-auction .icon i {
    font-size: 22px;
    margin-inline-end: 10px;
    color: var(--black);
    font-weight: bold;
}

.estate-item .info-auction .desc.price {
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 768px) {

}

@media (min-width: 500px) {

}

/******************************/
/* && banner &&*/
/******************************/
.banner {
    padding: 50px 0;
}

.banner-items {
    position: relative;
    border-radius: 20px;
    margin-bottom: 20px;
}

.banner-items img {
    border-radius: 20px;
}

.banner-items .text {
    position: absolute;
    top: 32%;
    right: 30px;
    transform: translate(0, -50%);
    font-size: 50px;
    font-weight: bold;
    color: var(--black);
    white-space: pre-line;
}

@media (max-width: 768px) {
    .banner-items .text {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .banner{
        padding: 0;
    }
}
/******************************/
/* && estate &&*/
/******************************/
.cars {
    padding: 0 0 50px;
}

.cars-item {
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all .35s ease-in-out;
}

.cars-item:before {
    content: " ";
    background-image: url("../images/inv-hr.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    transition: all .35s ease-in-out;
}

.cars-item:hover {
    box-shadow: 0 0 29px rgba(0, 0, 0, .42);
}

.cars-item:hover:before {
    background-image: url("../images/inv-bg-hr.png");
}

.cars-item .cars-img img {
    width: 100%;
    border-radius: 10px;
}

.cars-item .cars-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 15px;
    z-index: 2;
}

.cars-item:hover .cars-content .cat-tit a {
    color: var(--white);
}

.cars-item .cars-rate {
    position: absolute;
    top: 15px;
    right: 15px;

}

.cars-content .tit {
    font-size: 26px;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 10px;
}

.cars-content .cat-tit a {
    color: #7fbcd2;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.cars-item .cars-rate i {
    color: #f1c600;
    font-weight: bold;
}

.cars-item .cars-rate span {
    color: var(--black);
    margin-inline-end: 2px;
}

.cars-item .info-auction .icon i {
    font-size: 22px;
    margin-inline-end: 10px;
    color: var(--black);
    font-weight: bold;
}

.cars-item .info-auction .desc.price {
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 768px) {

}

@media (min-width: 500px) {

}

/******************************/
/* && farm &&*/
/******************************/
.farm {
    padding: 0 0 50px;
}

.farm-items {
    position: relative;
    padding: 15px;
    transition: all .35s ease-in-out;
    border-radius: 10px;
    margin-bottom: 20px;
}

.farm-items:hover {
    background: var(--white);
    box-shadow: 3px 0 13px rgba(0, 0, 0, .19);
}

.farm-items img {
    width: 100%;
    border-radius: 10px;
}

.farm-items .farm-rate {
    position: absolute;
    top: 25px;
    right: 25px;

}

.farm-items .farm-rate i {
    color: #f1c600;
    font-weight: bold;
}

.farm-items .farm-content .tit {
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

.farm-items .farm-content .cat-tit {
    margin: 0 0 5px;
}

.farm-items .info-auction .icon i {
    font-size: 22px;
    margin-inline-end: 10px;
    color: var(--black);
    font-weight: bold;
}

@media (max-width: 500px) {
    .farm{
        padding-bottom: 0;
    }
}
/******************************/
/* && banner-location &&*/
/******************************/
.banner-location {
    padding: 30px 0;
}

.banner-location .image {
    position: relative;
}

.banner-location .image img {
    border-radius: 15px;
}

.location-tit {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    font-size: 58px;
    color: var(--black);
    font-weight: bold;
    white-space: pre-line;
}

.location-tit:hover {
    color: var(--black);
}

@media (max-width: 768px) {
    .location-tit {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .location-tit {
        font-size: 22px;
        right: 25px;

    }
}

/******************************/
/* && banner-car &&*/
/******************************/
.banner-car-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
}

.banner-car-item img {
    border-radius: 15px;
}

.banner-car-content {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
}

.banner-car-content .tit {
    font-size: 48px;
    font-weight: bold;
    color: var(--black);
}

.banner-car-content #demo {
    font-size: 68px;
    font-weight: bold;
    color: #7fbcd2;
}

@media (max-width: 768px) {
    .banner-car-content .tit {
        font-size: 28px;
    }

    .banner-car-content #demo {
        font-size: 34px;

    }
}

@media (max-width: 500px) {
    .banner-car-content {
        right: 15px;
    }

    .banner-car-content .tit {
        font-size: 20px;
    }

    .banner-car-content #demo {
        font-size: 24px;

    }
}

/******************************/
/* && footer &&*/
/******************************/
footer {
    position: relative;
    padding: 50px 0;
    background: #061d1b;
}

footer .iframe {
    height: 200px !important;
    overflow-y: scroll;
}

.footet-menu-link li {
    padding-bottom: 25px;
    width: 50%;
    float: right;
    list-style: none;
    position: relative;
}

.footer-last-url li {
    width: 100%;
    float: none;
}

.footet-menu-link li:before {
    content: "\f137";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-left: 5px;
    color: var(--white);
}

.footet-menu-link li a {
    color: var(--white);
    font-size: 15px;
    font-weight: bold;
    transition: all ease-in-out .5s;

}

.footet-menu-link li:hover:before {
    color: var(--secondary);
    transition: all ease-in-out .5s;

}

.footet-menu-link li:hover a {
    color: var(--secondary);
    transition: all ease-in-out .5s;
}


.subscribe-form h3 {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 10px;
}

.subscribe-form .form-control {
    border-radius: 35px;
    margin-bottom: 20px;
}

.subscribe-form button {
    background: var(--primary);
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 35px;
    text-align: center;
    color: var(--white);
    transition: all .35s ease-in-out;

}

.main-footer-tit h3 {
    color: #ffeeaf;
    margin-bottom: 30px;
}

.subscribe-form button:hover {
    background: var(--secondary);

}


.powerd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 35px;
    padding: 20px;
    margin-top: 30px;
    background: #020908;
}

.social a {
    color: var(--white);
    margin-inline-start: 10px;
    font-size: 18px;
}

.powerd .content {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 18px;

}

.powerd .content a {
    color: var(--primary) !important;
    margin: 0 3px;
}

.powerd .visitor {
    display: flex;
    align-items: center;
}


@media (max-width: 768px) {
    .main-footer-tit {
        margin: 30px 0;
    }
    .content{
        margin-bottom: 20px;
    }
    .main-footer-content {
        flex-wrap: wrap;
    }

    .main-footer-content .info {
        flex: 0 0 33.3%;
        max-width: 33.3%;
        margin-bottom: 30px;
    }


    .powerd {
        flex-direction: column;
    }

    .powerd .visitor {
        margin-top: 20px;
    }

    .whats {
        right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 500px) {
    .main-footer-content .main-footer-tit {
        margin-bottom: 20px;
    }



    .main-footer-content {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .main-footer-content > div {
        margin-bottom: 20px;
    }

    .main-footer-content .info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .powerd {
        padding: 10px 12px;

    }

    .powerd .content {
        font-size: 14px;
        flex-direction: column;
    }
}
.content{
    padding : 100px 0;
}
.content  .sec-tit{
    color: var(--primary); 
}
.breadcrumb-links{
    color: var(--black);
}
.breadcrumb-links a{
   color: var(--white); 
}
.breadcrumb-area{
    background: var(--primary);
}
.machine_tab_card .star{
        position: absolute;
    top: 15px;
    right: 15px;
}
.carousel-videos .carousel_video_head{
    background: var(--primary);
        text-align: center;
    margin-bottom: 30px;

}
.carousel_video_head .carousel_price{
        font-size: 18px;
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
}
.carousel-videos .serslider{
        text-align: center;
   margin-bottom: 30px;
}
.more_table_item{
       margin-bottom: 10px;
}
.more_table_item i {
        width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    margin-inline-end: 5px;
}
.client_desc{
      margin-bottom: 10px;
}
.table_item{
       margin-bottom: 10px;
}
.table_item .label{
        color: var(--primary); 
                font-size: 22px;
    display: block;
    font-weight: bold;
}
.car_table_desc{
           color: var(--primary); 
                font-size: 22px;
    display: block;
    font-weight: bold; 
}
.client_desc i {
            width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    margin-inline-end: 5px;
}
.latest_cars_body  {
    
        bottom: 55px;

}
.latest_card .star{
        position: absolute;
    top: 15px;
    right: 15px;
}
.latest_cars_body .cars_price_clock {
        margin-bottom: 5px;
}
.latest_cars_body .cars_card_bottom .info_item {
            margin-bottom: 5px;
}
 .main-nav  ul.nav-list > li {
            display: inline-block;
            position: relative;
            padding: 10px;
        }

        /* Style for the nested dropdown menu items */
    .main-nav    ul.nav-list > li > .submenu {
            opacity: 0;
        position: absolute;
    top: 100%;
    right: 50%;
    background-color: #f1f1f1;
    min-width: 150px;
    text-align: center;
        transition: all 0.2s ease-in-out;

        }

      .main-nav  ul.nav-list > li:hover > .submenu {
           opacity: 1;
                transition: all 0.2s ease-in-out;

        }
 
 .main-nav  ul.nav-list > li:hover > .submenu li {
     margin-bottom: 5px;
 }
 .account-list .dropdown-menu{
    min-width: 12rem;
    color: #fff;
    background-color: #000;
    padding: 5px 15px;

 }
  .header--icon .account-list a{
     margin-bottom: 5px;
         margin-inline-start: 0;
         display: flex;
    align-items: center;
    justify-content: space-between;

 }
 
 
 .main-logo img{
        max-height: 40px;
}