/********** Template CSS **********/
:root {
    /*--primary: #0ed2d3;*/
    --primary: #3498db;
    --light: #F3F4F5;
    --dark: #777777;
}


@font-face {
    font-family: 'iransans';
    src: url("../../fonts/iran-sans-300.eot");
    src: url("../../fonts/iran-sans-300.woff2") format("woff2"),
    url("../../fonts/iran-sans-300.woff") format("woff"),
    url("../../fonts/iran-sans-300.ttf") format("truetype");
    font-weight: 400;

}

.wow {
    visibility: hidden;
}

/*@font-face {
    font-family: "primary-font";
    src: url("../../fonts/iran-sans-300.eot");
    src: url("../../fonts/iran-sans-300.woff2") format("woff2"),
    url("../../fonts/iran-sans-300.woff") format("woff"),
    url("../../fonts/iran-sans-300.ttf") format("truetype");
    font-weight: 300;
}*/

body,
a,
p,
ul,
li,
button,
span {
    font-family: 'primary-font', 'iransans', sans-serif;
    font-weight: 400;
    color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #404040;
    font-family: "title-font", "primary-font", "iransans", sans-serif;
}

.font-title {
    font-family: "title-font", "primary-font", "iransans", sans-serif;
}

.bg-darker {
    background-color: #3c6382 !important;
}

.bg-darker::placeholder {
    color: #F5F5F5 !important;
}

.btn span {
    font-weight: 600;
    font-size: 14px;
}

body {
    direction: rtl !important;
    font-size: 15px;
    background-color: #f4f6f9;
}

.text-bold-700 {
    font-weight: 700 !important;
}

.text-bold-500 {
    font-weight: 500 !important;
}

.text-darker {
    color: #404040;
}

.text-black {
    color: #000;
}

.text-bs-dark {
    color: var(--bs-dark);
}

.font-number {
    font-size: 35px;
    font-weight: 600;
    font-family: 'iransans', sans-serif !important;
}

.iransans {
    font-family: 'iransans', sans-serif !important;
}

/* Quill Editor Styles */
.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: justify;
}

.ql-align-right {
    text-align: right;
}

.ql-align-left {
    text-align: left;
}

/* You can add more styles based on your needs */
.ql-bold {
    font-weight: bold;
}

.ql-italic {
    font-style: italic;
}

.ql-underline {
    text-decoration: underline;
}

.ql-list {
    list-style-type: disc; /* or use 'decimal', 'circle', etc. */
}

.ql-indent-1 {
    margin-left: 2em; /* or adjust as needed */
}

.ql-indent-2 {
    margin-left: 4em; /* or adjust as needed */
}

.low-opacity {
    opacity: 0.2;
}

.fixed-menu {
    position: fixed;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.text-lighter {
    color: #d5d5d5;
}

.form-control.bg-darker:focus {
    border-color: white !important;
    box-shadow: none !important;
}

.fs-2 {
    font-size: 2em;
}

.lh-2 {
    line-height: 2;
}

.max-height-60 {
    max-height: 60px;
}

.telegram-support-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    border-radius: 5px;
}

@media screen and (max-width: 991.98px) {
    .telegram-support-btn {
        left: 10px;
        bottom: 10px;
    }

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

@media screen and (min-width: 992px) {
    .mt-fixed-menu {
        margin-top: 107px;
    }
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.mobile-menu-container a {
    color: #333333;
    font-weight: 500;

}

.mobile-menu-container a.hashtag-check {
    font-weight: 700 !important;
    font-size: 16px;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 18px;
    padding: 25px 0;
    color: #343a40;
    text-transform: uppercase;
    outline: none;
    transition: width .4s cubic-bezier(.175, .885, .32, 1.15);

}

.navbar .navbar-nav .nav-link:hover .hana {
    color: var(--primary);
}

.navbar .navbar-nav .nav-link .hana {
    color: #343a40;
}

.op3 {
    opacity: 0.6;
}


.navbar .navbar-nav .nav-link.active span {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .bg-1 {
        position: fixed;
        z-index: 999;
        top: 0;
    }

    .mobile-menu {
        position: fixed;
        z-index: 999;
        top: 5px;
    }

    /* .owl-carousel {
         margin-top: 30px;
     }*/
    .slider-img, .slider-video video {
        height: 450px !important;
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .overlay {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .mobile-menu-icon i {
        font-size: 45px;
    }

    .mobile-menu-icon {
        font-size: 20px;
    }
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .menu-item {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
}

@media (min-width: 1200px) {
    .menu-item {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
}

span.hana {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0 5px;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.15);
}

span.hana:before,
span.hana:after {
    content: '';
    position: absolute;
    top: 100%;
    right: -1px;
    width: 0;
    height: 2px;
    transition: width .4s cubic-bezier(.175, .885, .32, 1.15);
    background-color: var(--primary);
}

/*span.hana:before {
    right: -5.5px;
}

span.hana:after {
    left: 2.5px;
    background: var(--primary);
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}*/

span.hana:hover:before {
    background: var(--primary);
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

span.hana:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
    color: var(--primary);
}

/*** Header ***/
.slider-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 0.75rem;
    height: 520px;
}

.absolute-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    /* Add other styles as needed */
}

.slider-video video {
    height: 520px;
    width: 100%;
    border-radius: 0.75rem;
    object-fit: cover;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0.75rem;
    background: rgba(0, 0, 0, 0.5);
}

.bg-grey-dark {
    background-color: #353857;
}

.header-carousel .owl-nav, .aboutCarousel .owl-nav {
    position: absolute;
    width: 95%;
    height: 40px;
    bottom: 250px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-properties-carousel .owl-nav, .owl-portfolio-carousel .owl-nav {
    display: flex !important;
    /* gap: 44px; */
    /* align-items: center; */
    justify-content: space-between;
    width: 70%;
    /* margin-right: auto; */
    left: 15%;
    bottom: 5px;
    position: absolute;
}

@media (min-width: 768px ) {
    .owl-properties-carousel .owl-nav, .owl-portfolio-carousel .owl-nav {
        position: absolute;
        width: 95%;
        height: 40px;
        bottom: 250px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
    }

    .owl-properties-carousel .owl-nav, .owl-portfolio-carousel .owl-nav {
        bottom: 50%;
        transform: translate(-50%, 50%);
    }

    .owl-properties-carousel .owl-prev, .owl-properties-carousel .owl-next, .owl-portfolio-carousel .owl-prev, .owl-portfolio-carousel .owl-next {
        background-color: #333333aa;
        padding: 8px 15px 0px 15px;
        border-radius: 50%;
        color: white;
    }

    .owl-properties-carousel .owl-dots, .owl-portfolio-carousel .owl-dots {
        display: none;
    }
}

/* Positioning the dots container */
.owl-new-carousel .owl-dots {
    text-align: center;
    margin-top: 5px; /* Adjust as needed */
}

/* Style for each dot */
.owl-new-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #ccc; /* Default dot color */
    border-radius: 50%; /* Make dots circular */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth color transition */
}

/* Active dot style */
.owl-new-carousel .owl-dot.active {
    background-color: #333; /* Active dot color */
}

/* Hover effect */
.owl-new-carousel .owl-dot:hover {
    background-color: #555; /* Hover color for the dot */
}


.aboutCarousel .owl-nav {
    bottom: 180px;
}

.header-carousel.owl-theme .owl-dots, .aboutCarousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    right: calc(50% - 36px);
}

@media (max-width: 992px) {
    .header-carousel .owl-nav {
        /*position: absolute;
        width: 10px;
        display: none;*/
        bottom: 225px;
        display: none;
    }

    .absolute-middle {
        width: 95%;
        left: 53%;
    }
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next,
.aboutCarousel .owl-nav .owl-prev,
.aboutCarousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 2rem;
    background: #173245bc;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover,
.aboutCarousel .owl-nav .owl-prev:hover,
.aboutCarousel .owl-nav .owl-next:hover {
    background: #000000;
}

.header-carousel5 .owl-dots {
    position: absolute;
    height: 45px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel5 .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid var(--dark);
    transition: .5s;
    border-radius: 1rem;
}

.header-carousel5 .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border-radius: 5px;
}

.header-carousel5 .owl-dot.active {
    background: var(--primary);
    border-radius: 1rem;
    border-color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}

.shadow1 {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.text-white1 {
    color: #FFFFFFCC !important;
}

.text-white1 > span {
    color: #FFFFFFCC !important;
}

.text-white1 .hover-primary {
    color: #FFFFFFCC !important;
}

p.no-span {
    display: table;
    white-space: nowrap;
}


p.no-span::after {
    border-top: 2px solid #ffffff26;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.75em;
    width: 75%;
}


p.no-span::before {
    left: 1.5%;
}


p.no-span::after {
    right: 1.5%;
}


p.no-span2 {
    display: table;
    white-space: nowrap;
}

p.no-span2::after {
    border-top: 2px solid #ffffff26;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.75em;
    width: 75%;
}


p.no-span2::before {
    left: 1.5%;
}


p.no-span2::after {
    right: 1.5%;
}


.min-w {
    min-width: 400px;
}

@media (max-width: 700px) {
    .min-w {
        min-width: 280px;
    }
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    left: 15px;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/*** Facts & Visiting Hours ***/
.facts {
    background-color: #353857 !important;
    background-attachment: fixed !important;
    background-size: auto !important;
}


.bg-cover {
    background-size: cover !important;
}

.services img {
    width: 100%;
    height: 60px;
}

.five-cols .col {
    width: 20%;
}

.services-categories {

}

.service-category {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: #125885;
    border-radius: 5px;
    padding-right: 25px;
    padding-left: 25px;
    opacity: 0.8;
}

.service-category.selected, .service-category:hover {
    opacity: 1;
    background-color: #094e7a;
    border-color: #09446b;
    color: #fff;
}

.facts4 {
    background: url(../img/bg-lak1.png) center center no-repeat;
    background-size: contain;
}

.facts5 {
    background: url(../img/bg-lak2.png) center center no-repeat;
    background-size: contain;
}

.fs-12 {
    font-size: 1.05rem;
}

.fs-14 {
    font-size: 14px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

@media (max-width: 700px) {
    .fs-12 {
        font-size: 0.75rem;
    }
}

.border-style {
    border-left: 4px solid var(--primary);
    border-right: 4px solid var(--primary);
}

.border-style2 {
    border-right: 4px solid var(--primary);
}

.border-style3 {
    border-bottom: 2px solid var(--primary);
}

.border-style4 {
    border-bottom: 2px solid #ffffff26;
}

.border-1 {
    border: 2px solid #ffffffa0;
}

.w-15 {
    width: 15%;
}

.w-25-sm {
    width: 25%;
}

@media (max-width: 700px) {
    .w-25-sm {
        width: 50%;
    }
}

.w-60 {
    width: 65%;
}

.btn-primary2 {
    background-color: transparent;
    color: var(--dark);
}

.btn-primary2:hover {
    background-color: var(--primary);
    color: var(--light);
}

.btn-primary3 {
    background-color: transparent;
    color: var(--primary);
    border: 3px solid var(--primary);
    border-radius: 0.75rem;
}

.btn-primary3:hover {
    background-color: var(--primary);
    color: var(--light);
}

.rounded1 {
    border-radius: 1rem;
}

.rounded2 {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 1rem;
}

.rounded3 {
    border-radius: 0.3rem;
}

.text-grey {
    color: #404040;
}

.border-grey {
    border: 1px solid #cdc2c2;
}

.border-bottom-1 {
    border-bottom: 1px solid #dadada;
}

.fill-cont {
    width: 100%;
}

.fill-cont {
    /*width: -webkit-fill-available;*/
}

.fs-11 {
    font-size: 14px;
}

.img-resize1 {
    width: auto;
    height: 60px;
}

.img-resize2 {
    width: auto;
    height: 100px;
}

.img-resize3 {
    width: auto;
    height: 40px;
}

.active2 .active {
    background-color: var(--primary);
    color: #FFFFFF;
}

.accordion {
    max-width: 800px;

    margin: 0 auto;
    padding: 0 1.5rem;
}

.accordion-item {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 10px;
}

/*Styles for the question*/

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-size: 18px;
    font-family: 'primary-font';
    font-weight: 600;

    width: 100%;
    padding: 0.2rem 0;
    cursor: pointer;
    transition-duration: 0.5s;
}

.accordion-title:hover h5 {
    color: var(--primary);
}

.accordion-title h5 {
    /*width: 80%;*/
}

/*Styles for the answer*/


.accordion-content {
    position: relative;
    background-color: transparent;
    font-family: 'primary-font', 'secondary-font', sans-serif;
    font-weight: 400;
    margin-right: 2.25rem;
    display: none;
}

.accordion-content ul li {
    color: #7B808C;
}

.accordion-content ul li .styleicon {
    color: var(--primary);
}

.font-faq {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .font-faq {
        font-weight: 400;
        font-size: 14px;
    }

    .accordion-content {
        margin-right: 0;
    }

    .accordion-content ul {
        padding-right: 20px;
        padding-left: 10px
    }
}

.bg-1 {
    background: linear-gradient(to right, #ffc107 0, #f65662 50%, #7543cc 100%);
    height: 5px;
}

.bg-2 {
    background-color: var(--primary);
}

/* --------- prod box ---------- */
.prod-box {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 4px #ddd;
    -moz-box-shadow: 1px 2px 4px #ddd;
    -webkit-box-shadow: 1px 2px 4px #ddd;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'primary-font';
    height: 100%;
}

.prod-box .img-holder {
    margin-top: 3px;
    text-align: -webkit-center;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.prod-box .item-img-2 {
    display: none;
}

.prod-box .img-holder:hover .item-img-2 {
    display: block;
}

.prod-box .img-holder:hover .item-img-1 {
    display: none;
}

.prod-box .img-holder img {
    max-height: 100%;
    width: 100%;
}

.prod-box .anons {
    padding: 5px;
}

.prod-box p {
    margin: 0;
    padding: 3px;
}

.prod-box .title {
    font-size: 14px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
    overflow: hidden;
    font-family: 'primary-font';
}

.prod-box .price {
    float: left;
    color: #D90000;
}

.prod-box .sold {
    float: right;
    color: #999
}

.prod-box .info {
    width: 60%;
    font-size: 12px;
    color: #666;
    float: left
}

.prod-box .action {
    width: 39%;
    float: right;
    position: relative;
}

.prod-box:hover .blok-hover {
    bottom: 0px;
    opacity: 1;
}

/* --------- post box ---------- */
.post-box {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 4px #ddd;
    -moz-box-shadow: 1px 2px 4px #ddd;
    -webkit-box-shadow: 1px 2px 4px #ddd;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'primary-font';
    height: 100%;
}

.post-box .img-holder {
    /*margin-top: 3px;*/
    /*height: 350px;*/
    overflow: hidden;
    vertical-align: middle;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.post-box .img-holder a {
    transform: scale(1);
    display: block;
    margin: -2px;
    transition: transform .7s ease, opacity .7s ease;
}

.post-box:hover .img-holder a {
    transform: scale(1.03);
}

.post-box:hover .img-holder a:after {
    opacity: 1;
}

.post-box .img-holder a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .7s ease;
}

.post-box .img-holder img {
    max-height: 100%;
    width: 100%;
    height: 220px;
}

.post-image-mask {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-right: -22px;
    text-align: center;
    font-size: 0;
}

.post-image-mask:before {
    content: "";
    display: inline-block;
    margin-left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .2s ease;
    animation: .3s wd-fadeOutLeft;
}

.post-image-mask:after {
    content: "";
    display: inline-block;
    margin-left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .2s ease;
    animation: .3s wd-fadeOutLeft;
}

.post-image-mask span {
    display: inline-block;
    margin-left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .2s ease;
    animation: .3s wd-fadeOutLeft;
}

.post-box:hover .post-image-mask:before {
    transition-delay: .2s;
    animation-delay: .2s;
    opacity: 1;
    animation: .3s wd-fadeInRight;
}

.post-box:hover .post-image-mask:after {
    opacity: 1;
    animation: .3s wd-fadeInRight;
}

.post-box:hover .post-image-mask span {
    transition-delay: .1s;
    animation-delay: .1s;
    opacity: 1;
    animation: .3s wd-fadeInRight;
}

.post-box .anons {
    padding: 25px;
}

.post-box .anons .title a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.post-box .anons .description {
    text-align: center;
    font-size: 14px;
}

.post-box p {
    margin: 0;
    padding: 3px;
}

.post-box .title {
    font-size: 14px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
    overflow: hidden;
    font-family: 'primary-font';
}

.post-box .price {
    float: left;
    color: #D90000;
}

.post-box .sold {
    float: right;
    color: #999
}

.post-box .info {
    width: 60%;
    font-size: 12px;
    color: #666;
    float: left
}

.post-box .action {
    width: 39%;
    float: right;
    position: relative;
}

.post-box:hover .blok-hover {
    bottom: 0px;
    opacity: 1;
}

.blok-hover {
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    color: #fff;
    background-color: rgba(0, 90, 100, .4);
    z-index: 99;
    transition: all 200ms ease-in-out 0s;
}

.blok-hover a {
    color: inherit;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.blok-hover a:hover {
    color: yellow
}

.prod-box .btn {
    background-color: #FF4000;
    border-radius: 0;
    font-size: 12px;
    padding: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    border: 0
}

.prod-box .action .btn {
    width: 100%;
}

.prod-box .action .btn-add {
    display: none;
    position: absolute;
}

.prod-box .action:hover .btn-add {
    display: block
}

.prod-box .btn-order:hover {
    background-color: #d90000;
    color: #fff;
}

.prod-box .btn-add:hover {
    background-color: #d90000;
    color: #fff;
}

.about-box {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.aboutCarousel img {
    height: 398px;
}


@media (max-width: 1200px) {
    .aboutCarousel img {
        height: 360px;
    }

    .about-box {
        max-height: 360px;
    }

    .aboutCarousel .owl-nav {
        bottom: 160px;
    }

    .owl-portfolio-carousel img {
        height: 456px !important;
        min-height: 456px !important;
    }
}

@media (max-width: 1000px) {
    .aboutCarousel img {
        height: 340px;
    }

    .about-box {
        max-height: 340px;
    }

    .aboutCarousel .owl-nav {
        bottom: 150px;
    }

    .owl-portfolio-carousel img {
        height: 400px !important;
        min-height: 400px !important;
    }
}

@media (max-width: 768px) {
    .aboutCarousel img {
        /*height: 380px;*/
        height: auto !important;
    }

    .owl-portfolio-carousel img {
        height: auto !important;
        min-height: unset !important;
    }

    .aboutCarousel .owl-nav {
        /*bottom: 170px;*/
        display: none;
    }

    .about-box {
        max-height: unset !important;
        border: unset !important;
    }
}

@media (max-width: 498px) {
    /*.aboutCarousel img {
        height: 220px;
    }
    .aboutCarousel .owl-nav{
        bottom: 90px;
    }*/
}

#contact label {
    color: var(--dark);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

#contact input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 15px;
    color: #404040;
}

#contact textarea {
    font-size: 15px;
    color: #404040;
}

/*** Footer ***/
.footer {
    background-color: #3d405e;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: none !important;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    margin-left: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 13px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.font-light {
    font-size: 16px;
    color: #404040;
    font-weight: 100;
}

.editor-text {
    font-weight: 300;
}

.editor-text li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.editor-text ul {
    padding: 0;
}

.editor-text p {
    margin-bottom: 0.3rem;
}

.line-style-title {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.line-style-title::before {
    margin-right: 20px;
    content: "";
    display: block;
    flex: 1 1 auto;
    border-bottom: 1px solid;
    border-color: inherit;
}

.hover-primary:hover {
    color: var(--primary) !important;
}

svg {
    fill: #f0f0f0;
}

.hover-primary:hover svg {
    fill: var(--primary);
}

.footer-links {
    list-style: none;
    --li-pl: 0;
    --list-mb: 0;
    --li-mb: 15px;
}

.namad {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Set the height to 100% of the viewport height for vertical centering */
}

.namad a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.namad img {
    max-width: 100% !important;
    min-width: 75px;
    height: auto;
}

.fs-16 {
    font-size: 16px !important;
}

.text-justify {
    text-align: justify;
}

.footer {
    font-weight: 100;
    line-height: 2;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-bold {
    font-weight: 500 !important;
}

/**
 * Product
 */

.page-header {
    padding: 4.6rem 0 5rem;
    background-color: #ebebeb;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__slide {
    opacity: 0.6;
}

.direction-ltr {
    direction: ltr;
}

.splide__slide.is-active {
    opacity: 1;
}

.page-header h1 {
    color: #333;
    /*font: normal 200 3.2rem/1.1 "primary-font", "Poppins", sans-serif;*/
    letter-spacing: -.025em;
    margin-bottom: 0;
}

.page-header h1 span {
    display: block;
    color: var(--dark);
    font-size: 1.6rem;
    margin-top: 0.8rem;
}

.breadcrumb-nav {
    margin-bottom: 4rem;
    border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55)
}

.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

.breadcrumb-with-filter .container,
.breadcrumb-with-filter .container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.breadcrumb-with-filter .container-fluid {
    width: 100%
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.breadcrumb-item {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

.breadcrumb-item i {
    font-size: 1rem;
    vertical-align: top;
    margin-top: 5px;
}

.breadcrumb-item i::before {
    margin: 0
}

.breadcrumb-item a {
    color: #777777
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    color: var(--primary)
}

.breadcrumb-item.active {
    color: #333333
}

.breadcrumb-item {
    padding-right: .5rem
}

.product-title {
    color: #333333;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 300;
}

.product-price {
    color: var(--primary);
    font-size: 1.5rem;
}

.product-content {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 100;
}

.product-details-footer {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 100;
}

.text-bordered {
    position: relative;
    border: .1rem solid #dadada;
    margin-top: 1.4rem;
    margin-bottom: 0.7rem;
    border-radius: .3rem;
    font-weight: normal;
    padding: 1rem;
}

.text-bordered::before {
    content: attr(data-title);
    position: absolute;
    top: -0.6rem; /* adjust this value to center the title */
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: #555;
    font-weight: bold;
    padding: 0 0.5rem;
}

.product-cat span, .product-cat a {
    font-size: 14px;
}

.nav-tabs .nav-link {
    transition: none !important;
    font-weight: 500;
}

.nav-tabs-underline .nav-tabs .nav-link.active, .nav-tabs-underline .nav-tabs .nav-item.show .nav-link {
    /*color: var(--primary);*/
    /*color: white;*/
    height: 100%;
    /*background-color: var(--primary) !important;*/
    /*border-bottom: 2px solid var(--primary);*/
}

@media (max-width: 767.9px) {
    .nav-tabs-underline .nav-tabs .nav-link.active, .nav-tabs-underline .nav-tabs .nav-item.show .nav-link {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
}

.nav-tabs-underline .tab-content {
    border: .1rem solid #dadada;
    margin-top: -.1rem;
    border-radius: .3rem;
    padding: 1.2rem 0.1rem;
}

.nav-tabs-underline .nav-item {
    /*flex: 1;*/
    text-align: center;
}

.nav-tabs-underline .nav-link {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .page-header h1 span {
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .page-header h1 span {
        font-size: 1.8rem;
    }

    .text-md-right {
        text-align: right !important;
    }
}

@media screen and (min-width: 992px) {
    .page-header h1 {
        font-size: 3rem;
    }
}


@media screen and (min-width: 768px) {
    .page-header h1 {
        font-size: 2.6rem;
    }
}

@media (max-width: 1200px) {
    .services img {
        height: 80px;
    }
}

@media (max-width: 989px) {
    .services img {
        height: 60px;
    }
}

@media (max-width: 767.2px) {
    .services img {
        height: auto;
    }

    .footer .fs-16 {
        font-size: 14px !important;
    }

    .bordered-mobile {
        border: 2px solid #ddd;
        margin-bottom: 15px;
    }

    .bordered-mobile .nav-link {
        border-bottom: 1px solid #ddd;
    }
}

@media (min-width: 1200px) {
    .lg-five-cols .service-container {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .services img {
        height: 60px;
    }
}


.products-container {
    position: relative;
}

.loader-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.6);
}

.loader-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.sidebar-shop .widget {
    color: #404040;
    margin: 0 0 2rem;
    border-bottom: .1rem solid #424657
}

.sidebar-shop .widget:last-child {
    border-bottom: none
}

.sidebar-shop .widget-title {
    text-align: right;
    color: #333333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.15;
    letter-spacing: -.01em;
    margin-bottom: .7rem
}

.sidebar-shop .custom-control {
    padding-left: 2.7rem;
    margin: 0;
    text-align: right;
}

.sidebar-shop .custom-control-label {
    font-weight: 400;
    color: #333333;
    cursor: pointer
}

.sidebar-shop .custom-control-label::before {
    border-radius: 0.2rem
}

.widget-clean {
    display: flex;
    align-items: center;
    padding-top: .6rem;
    padding-bottom: 2.1rem
}

.widget-clean label {
    color: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    margin: 0
}

.widget-clean a {
    display: inline-block;
    font-weight: 400;
    font-size: 1.2rem;
    margin-right: auto
}

.widget-collapsible .widget-title a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    padding-left: 3rem
}

.widget-collapsible .widget-title a:after {
    color: #333333;
    content: '\f110';
    display: block;
    font-family: 'molla';
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 1.6rem;
    margin-top: -.7rem
}

.widget-collapsible .widget-title a.collapsed:after {
    content: '\e802'
}

.widget-collapsible .widget-title a:focus {
    outline: none !important
}

.widget-collapsible .widget-body {
    padding-top: 1rem;
    padding-bottom: 2rem
}

.filter-item {
    position: relative;
    margin-bottom: .3rem;
    display: flex;
}

.filter-items-count .filter-item {
    padding-left: 4rem;
    text-align: right;
    display: flex;
}

.filter-items-count .item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1rem;
    top: 50%;
    min-width: 2.2rem;
    height: 1.7rem;
    margin-top: -1rem;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    border-radius: .6rem;
    color: #E7E7E9;
    background-color: #404454;
}

.footer-social-link i {
    font-size: 22px;
}

.footer-social-link {
    color: var(--light);
}

@media (max-width: 370px) {
    .footer-support-text {
        font-size: 14px;
    }

    .footer-support-icon {
        display: none;
    }
}

.max-height-40 {
    max-height: 40px;
}

.latin-font {
    font-family: sans-serif, "segoe ui", "tahoma";
}

@media (min-width: 992px) {
    .border-right-md {
        border-right: 2px solid #DDD;
    }
}

@media (max-width: 991px) {
    .border-bottom-sm {
        border-bottom: 1px solid #DDD;
    }
}

.text-right {
    text-align: right !important;
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: right;
    }
}

/* Ensure consistent width and height for all product cards */
.product-carousel .item {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    transition: box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 300px; /* Set a max width for consistency */
    height: 100%;
    position: relative; /* Ensure the stretched-link works properly */
}

.product-card:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.product-card img {
    max-height: 200px;
    object-fit: contain;
    width: 100%;
}

.product-card .card-body {
    flex: 1; /* Ensures the body takes up the available space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card .card-title {
    font-size: 17px;
    margin-top: 1rem;
    padding-right: 7px;
    padding-left: 7px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card .title-latin {
    color: #777;
    font-size: 16px;
    padding-right: 7px;
    padding-left: 7px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-family: sans-serif;
}

.product-card .card-text {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.product-card .btn {
    width: 100%;
    margin-top: auto;
}

/* Position navs in the middle vertically on the sides */
.product-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    /*pointer-events: none;*/
}

.product-carousel .owl-nav button {
    background: none;
    border: none;
    outline: none;
    font-size: 2rem;
    pointer-events: all;
    color: #007bff;
    cursor: pointer;
}

.product-carousel .owl-stage {
    display: flex;
}

/* Adjust z-index to ensure the nav buttons are above the links */
.product-carousel .owl-nav button,
.product-carousel .owl-nav {
    z-index: 2;
}

.product-card .stretched-link {
    position: static; /* Prevent link from interfering with other elements */
}

.dash-on {
    text-decoration: line-through !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.color-green {
    color: #068d44 !important;
}

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

.product-label {
    font-size: 0.9rem;
    padding: 0.3rem;
    background-color: var(--primary);
    color: white;
    max-width: 48%;
    border-radius: 4px;
    margin-top: 7px;
    margin-left: 7px;
}


.product-category {
    color: var(--bs-gray-dark);
    margin-top: 7px;
    margin-right: 7px;
    max-width: 48%; /* Adjust as needed */
}

.product-categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-category-item {
    margin: 0;
    font-size: 14px;
    position: relative;
}

.product-category-item a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    position: relative;
    font-size: 0.9rem; /* Space for the separator */
}

.product-category-item a:hover {
    color: #007bff;
}

.product-category-item:not(:first-child)::before {
    content: "-";
    position: absolute;
    right: 13px;
    color: #333;
    font-size: 15px;
    top: 0;
}

.price {
    font-size: 15px;
    margin-right: 10px;
}

.show-product-button .btn {
    margin-top: 8px !important;
    max-width: 90%;
    border-radius: 5px;
}

.product-card:hover .show-product-button {
    height: 50px;
    opacity: 1;
}

.product-card:hover .product-price {
    visibility: hidden;
}

.show-product-button {
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
    height: 0;
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: white;
}

.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Ensures text does not wrap to a second line */
}

.double-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-card {
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.property-description {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.portfolio-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.portfolio-card .portfolio-content {
    background-color: white;
    border-radius: 15px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: -70px;
    padding: 20px 20px 0 20px;
    height: 100%;
    text-align: center;
}

.portfolio-card .portfolio-title {
    font-size: 18px;
    padding-bottom: 10px;
    color: #444;
    border-bottom: 2px solid var(--primary);
}

.portfolio-card .portfolio-description {
    padding-top: 10px;
    text-align: justify;
}

.portfolio-card img {
    height: 300px !important;
    min-height: 300px;
    border-radius: 20px;
}

.portfolio-col {
    margin-bottom: -40px !important;
}


/*.ql-direction-rtl {
    float: left;
}*/
.editor-text::after {
    content: "";
    clear: both;
    display: table;
}

.editor-text img {
    max-width: 100%;
}

.image-left {
    float: left;
    max-width: 50%;
    margin-right: 15px;
}

.image-left img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

@media (max-width: 768px) {
    .image-left {
        max-width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .portfolio-card{
        height: auto !important;
    }

    .header-carousel2 .owl-stage {
        padding-left: 50px; /* Adjust this value for how much of the left item you want to show */
        padding-right: 50px; /* Adjust this value for how much of the right item you want to show */
    }

    .header-carousel2 .owl-item {
        width: calc(100% - 100px); /* Adjust width to leave space for the half items */
    }
}

.newsletter-input:focus,.outline-focus-0:focus {
    box-shadow: none;
    outline: none;
}

.text-black {
    color: #000 !important;
}

.bg-light {
    background-color: #dedede;
}

.btn-link:focus {
    box-shadow: none;
    outline: none;
}

.fs-22 {
    font-size: 22px;
}

@media (min-width: 768px) {
    .portfolio-button {
        position: absolute;
        left: 0;
        top: 8px;
    }

    .portfolio-title h4 {
        max-width: 65%;
    }
}

