/* @import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,800'); */
@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Baloo+2:wght@400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Readex+Pro:wght@160..700&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Baloo+2:wght@400..800&family=Readex+Pro:wght@160..700&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {

    --primary: #030404;
    --secondary: #030404;
    --white: #ffffff;
    --black: #333333;
    --Liniar-2: linear-gradient(0deg, #E74238 0.05%, #F7AD41 49.89%, #E74238 99.73%);
}


.volkhov,span{
    font-family: "Volkhov", serif !important;
  font-weight: 400;
  font-style: normal;
    /* font-style: normal;
    font-variation-settings:
      "slnt" 0; */
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,span.montserrat,button,
span.select2-selection__placeholder,
label,
li.select2-results__option.select2-results__option--highlighted{
    font-family: "Montserrat", serif !important;
    font-weight: 400;
  font-style: normal;
    /* font-style: normal;
    font-variation-settings:
      "slnt" 0; */
}

body,
html {
    overflow-x: hidden !important;
}

.dark{
    background-color: #030404;
}


.desc-color {
    color: #030404 !important;
}

.social:hover svg path {
    fill: var(--primary);
}
.accordion-button.collapsed {
    background-color: #fff !important;
    color: var(--black) !important;
}

.bg,
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    background-color: var(--secondary) !important;
    color: #fff !important;

}

.rtl .accordion-button::after {
    margin-right: auto !important;
    margin-left: unset !important;
    border-radius: 4px;
    background: var(--white);
    padding: 15px;
    display: grid;
    color: var(--primary);
    place-content: center;
    content: '+';
}
.accordion-button::after {
    margin-right: unset !important;
    margin-left: auto !important;
    border-radius: 4px;
    background: var(--white);
    padding: 15px;
    display: grid;
    color: var(--primary);
    place-content: center;
    content: '+';
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: unset;
    content: '-';
}

.sec-color {
    color: var(--secondary) !important;
}
.bg-linear {
    background: var(--Liniar-Silver, linear-gradient(270deg, #FFF 0%, #FFF 22.79%, #C5C5C5 41.4%, #EBEBEB 58.6%, #FFF 77.21%, #DCDCDC 100%));
}

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

option:hover {
    background-color: var(--primary);
    color: #fff;
  }

  option:checked {
    box-shadow: 0 0 1em 100px var(--primary) inset;
  }

.bg-main {
    background-color: var(--primary) !important;
}


.bg-sec {
    background-color: var(--secondary);
}

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

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

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

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

.fs-19 {
    font-size: 19px;
    font-weight: 600;
}

.fs-23 {
    font-size: 23px;
    font-weight: 600;
}

.fs-28 {
    font-size: 28px;
    line-height: 52.47px;
}

.fs-33 {
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
}

.fs-64 {
    font-size: 64px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
}

.fs-48 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.w-400 {
    font-weight: 400 !important;
}

.w-600 {
    font-weight: 600 !important;
}

.w-500,span.select2-selection__placeholder {
    font-weight: 500 !important;
}

.w-700 {
    font-weight: 700 !important;
}

.meta--banner {
    /* background: linear-gradient(90deg, #006D83 0%, rgba(12, 54, 104, 0.88) 77.27%); */
    padding: 50px;
    height: 100%;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    color: #fff !important;
}

.page-header {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
}

/************ nav style **************/
#navbarCollapse>div>a.nav-item.nav-link.fs-23.me-2 {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    line-height: 40px;
}

#navbarCollapse>div>a.nav-item.nav-link.fs-23.active.me-2 {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 24px;
    border-radius: 8px;
}

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


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

/*******************************************************************/
.custom--btn2{
    display: inline-block;
    padding: 0.9rem 1.8rem;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    border: 1px solid var(--primary);
    cursor: pointer;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
    transition: all .3s ease-in-out;
}
.custom--btn2:hover {
    color: #fff !important;
    background-color: var(--primary);


}

.custom--btn2:hover svg path {
    fill: #fff;
}
.custom--btn {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    background-color: var(--primary);
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
}

.custom--btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
    color: #fff !important;
}

.custom--btn:hover::before {
    transform: translateX(0);
}

.custom--btn:hover {
    color: #fff !important;

}

.custom--btn svg path {
    fill: #fff;
}

.reset--btn,
.reset--price,
.reset--cat {
    border-radius: 8px;
    border: 1px solid var(--primary);
    background: #FFF;
}
.reset--btn:hover,
.reset--price:hover,
.reset--cat:hover {

    background: #0000000f;
}

ul.dropdown-menu{
    min-width: 360px !important;
}
.btn-outline-cus2 svg path{
    stroke: var(--white) !important;
    fill: var(--white) !important;
}
.btn-outline-cus2 {
    color: var(--white) !important;
    background-color:var(--primary) !important;
    border-color: var(--primary) !important;
    font-size: 19px;
    font-style: normal;
    width: 100%;
    font-weight: 600;
}

.rtl .custom--btn2 svg,
.rtl .custom--btn svg{
    transform: rotate(180deg);
}

.rtl .custom--btn2 span svg,
#properties__data > div > div > div > div > div > div.border-top.d-flex.flex-wrap.gap-3.pt-3 > button > svg{
    transform: rotate(0deg) !important;
}
.rtl .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    left: 7px;
    right: unset !important;
    top: 25px;
}
.btn-check:checked+.btn-outline-sort {
    color: var(--primary) !important;
    background-color: #00000011 !important;
    border-color: var(--primary) !important;
    font-size: 19px;
    font-style: normal;
    width: 100%;
    font-weight: 600;
}

.btn-check+.btn-outline-sort {
    background-color: transparent;
    border: unset;
    color: var(--secondary);
    font-size: 19px;
    padding: 10px;

    font-style: normal;
    font-weight: 600;
}
.btn-check:checked+.btn-outline-cus {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
}

.btn-check+.btn-outline-cus {
    background-color: transparent;
    border: unset;
    color: var(--secondary);
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 25px;
}

.btn-check:focus-visible {
    background-color: transparent;
}

.btn-check:focus+.btn-outline-cus {
    box-shadow: unset;
}



.bottom-right{
    bottom: 8px;
  right: 16px;
  border-radius: 8px;
background: var(--white-100, #FFF);
box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--primary);
    background-color: #fff;
    border: 0px 0px 2px 0px;

    border-color: #fff #fff var(--primary);
}
.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
    color: #8A8A8F;

}


.blog-item:hover div h3.desc-color{
    color: var(--primary) !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 16px;
    right: 1px;
    width: 20px;
}
@media screen and (max-width: 1024px) {

    .fs-23 ,#navbarCollapse>div>a.nav-item.nav-link.fs-23.me-2
     {
        font-size: 18px !important;
    }
    .btn-outline-cus2{
        font-size: 12px !important;
    }
    .custom--btn2{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        font-weight: 600;
        padding: 10px !important;
    }
    .fs-14 {
        font-size: 12px;
    }
    svg:not(.empty) {
        width: 15px !important;
        height: 15px !important;
    }
    .fs-12{
        font-size: 8px;
    }


}
@media screen and (max-width: 850px) {
    .fs-48 ,.fs-40{
        font-size: 25px !important;
    }

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

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

    .fs-23,.fs-19 {
        font-size: 12px !important;
    }
    svg:not(.empty) {
        width: 15px !important;
        height: 15px !important;
    }
    .fs-12{
        font-size: 8px;
    }
    .image img,.image-btn img{
        height: 200px !important;
    }

    .page-header{
        height: 200px !important;
    }
    .footer{
        background: #e1e1e1 !important;
    }
    .drop-lang{
        display: block !important;
    }
    .languages {
        display: none !important;
    }
}


.dropdown-menu {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);

}


/* From Uiverse.io by milegelu */
.custom-check {
    --UnChacked-color: hsl(0, 0%, 10%);
    --chacked-color: hsl(216, 100%, 60%);
    --font-color: white;
    --chacked-font-color: var(--font-color);
    --icon-size: 1.5em;
    --anim-time: 0.2s;
    --anim-scale: 0.1;
    --base-radius: 0.8em;
}

.custom-check {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    fill: var(--font-color);
    color: var(--font-color);
}

/* Hide the default checkbox */
.custom-check input {
    display: none;
}

/* Base custom checkbox */
.checkmark {
    background: #fff;
    border: 1px solid var(--Second-Text-Color, #8A8A8F);
    border-radius: 50px;
    color: var(--Second-Text-Color, #8A8A8F);
    /* H6/Semibold */
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding: 0.5em 1em;
    min-width: 75px;
    align-items: center;
}

.icon {
    width: var(--icon-size);
    height: auto;
    filter: drop-shadow(0px 2px var(--base-radius) rgba(0, 0, 0, 0.25));
}

.name {
    margin: 0 0.25em;
}

.Yes {
    width: 0;
}

.name.Yes {
    display: none;
}

/* action custom checkbox */
.custom-check:hover .checkmark,
.custom-check:hover .icon,
.custom-check:hover .name {
    transform: scale(calc(1 + var(--anim-scale)));
}

.custom-check:active .checkmark,
.custom-check:active .icon,
.custom-check:active .name {
    transform: scale(calc(1 - var(--anim-scale) / 2));
    border-radius: calc(var(--base-radius) * 2);
}

.checkmark::before {
    content: "";
    opacity: 0.5;
    transform: scale(1);
    border-radius: var(--base-radius);
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    height: 100%;
}

.checkmark:hover:before {
    background-color: hsla(0, 0%, 50%, 0.2);
}

.custom-check input:checked+.checkmark:before {
    animation: boon calc(var(--anim-time)) ease;
    animation-delay: calc(var(--anim-time) / 2);
}

/* When the checkbox is checked*/
.custom-check input:checked+.checkmark {
    --UnChacked-color: #FBF7EB;
    fill: #FBF7EB;
    color: var(--primary);
}

.custom-check input:checked~.checkmark .No {
    width: 0;
}

.custom-check input:checked~.checkmark .name.No {
    display: none;
}

.custom-check input:checked~.checkmark .Yes {
    width: var(--icon-size);
}


/*Animation*/
.custom-check,
.checkmark,
.checkmark:after,
.icon,
.checkmark .name {
    transition: all var(--anim-time);
}

/*Unuse*/
@keyframes icon-rot {
    50% {
        transform: rotateZ(180deg) scale(calc(1 - var(--anim-scale)));
        border-radius: 1em;
    }

    to {
        transform: rotate(360deg);
        border-radius: var(--base-radius);
    }
}

/*Unuse*/
@keyframes boo {
    80% {
        transform: scale(1.4);
    }

    99% {
        transform: scale(1.7);
        border: 2px solid var(--UnChacked-color);
    }

    to {
        transform: scale(0);
    }
}




.price-input {
    width: 100%;
    margin: 30px 0 35px;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 1%;
    right: 1%;
    position: absolute;
    border-radius: 5px;
    background: var(--primary);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--primary);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
