﻿@font-face {
    font-family: Arad;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Arad/AradFD-Regular.woff2') format('woff2'), url('/fonts/Arad/AradFD-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Arad;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/Arad/AradFD-Medium.woff2') format('woff2'), url('/fonts/Arad/AradFD-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Arad;
    font-style: normal;
    font-weight: Bold;
    src: url('/fonts/Arad/AradFD-Bold.woff2') format('woff2'), url('/fonts/Arad/AradFD-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Arad;
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/Arad/AradFD-Black.woff2') format('woff2'), url('/fonts/Arad/AradFD-Black.ttf') format('truetype');
}

/*-----*/

html {
    direction: rtl;
}

* {
    font-family: Arad;
}

a {
    text-decoration: none
}

.focus-none:focus, .focus-none:active {
    outline: 0 !important;
    box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.ltr {
    direction: ltr !important;
}

.pointer {
    cursor: pointer;
}

.form-label {
    font-weight: bold;
}

.loginPage #passwordFieldIcon {
    width: 80%;
    filter: invert(1);
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f25 {
    font-size: 25px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1.1rem;
}

h6, .h6 {
    font-size: 1rem;
}

.main.inner {
    margin: 20px 0;
    flex: 1;
}

table, td, th {
    border: 1px solid;
}

body {
    background: #FEFEFE;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.border-bottom-notLast:not(.border-bottom-notLast:last-child) {
    border-bottom: 1px solid #e0e5e9
}

.oneLineTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.twoLineTxt {
    overflow: hidden;
    display: block;
    line-height: 1.3rem;
    height: 2.6rem;
}

/*-----hide scrollbar-----*/

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    overflow-y: scroll;
    scrollbar-width: none;
}

    body::-webkit-scrollbar {
        display: none;
    }
/*----------*/

.navbar {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
}

/*----------*/
.sec-hero {
    background: url('../images/static/herobg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

    .sec-hero .content {
        text-align: center;
        margin: auto
    }


    .sec-hero .search-input-group {
        border-radius: 20px
    }

        .sec-hero .search-input-group input {
            padding: 15px 25px;
            border-radius: 80px !important;
            padding-left: 50px;
        }

        .sec-hero .search-input-group button {
            background: none;
            border: none;
            position: absolute;
            left: 8px;
            top: 20%;
            z-index: 11;
            font-size: 20px;
        }

            .sec-hero .search-input-group button i {
                color: #D7760E
            }

/*----------*/

.sec-categories {
    margin-bottom: 50px;
}

    .sec-categories .sec-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

/*----------*/

.sec-cta-newAdd {
    margin-bottom: 50px;
}

    .sec-cta-newAdd .content {
        background: #F8EFE6;
        border-radius: 15px;
    }

        .sec-cta-newAdd .content .right {
            padding: 30px 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .sec-cta-newAdd .content .right a {
                background: #DC7D12;
                color: #fff;
                padding: 12px 10px 12px 18px;
                border-radius: 30px;
            }

                .sec-cta-newAdd .content .right a i {
                    background: #fff;
                    color: #DC7D12;
                    border-radius: 100px;
                    padding: 5px
                }

        .sec-cta-newAdd .content .left img {
            width: 100%
        }


/*----------*/
footer {
    background: #F7F6F6;
    text-align: center;
    padding: 10px;
}
/*----------*/

@media only screen and (max-width:992px) {
    .navIcon {
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 7
    }

        .navIcon i {
            font-size: 40px;
        }

    .sec-hero {
        min-height: 400px;
    }

    .sec-hero .content .text h1 {
        font-size: 20px;
    }
    .sec-hero .content .text p {
        font-size: 16px;
    }

    .header {
        position: absolute;
        left: 0;
        right: 0;
    }

    .bc-page-title {
        font-size: 22px;
        margin-top: 20px
    }

    .bc-page-description-wrapper {
        max-width: 100%;
    }

        .bc-page-description-wrapper .bc-page-description {
            font-size: 15px;
        }

        .bc-page-description-wrapper .bc-page-description {
            margin: 0;
            line-height: 1.6;
            overflow: hidden;
            max-height: 6.4em;
            transition: max-height 0.4s ease-in-out;
            position: relative;
        }

            .bc-page-description-wrapper .bc-page-description.expanded {
                max-height: 1000px;
            }

        .bc-page-description-wrapper .fade-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1.6em;
            background: linear-gradient(to bottom, transparent, white);
            pointer-events: none;
            transition: opacity 0.4s ease-in-out;
        }

        .bc-page-description-wrapper.bc-page-description.expanded ~ .fade-overlay {
            opacity: 0;
        }

        .bc-page-description-wrapper .show-more-btn {
            background: none;
            border: none;
            color: #007bff;
            cursor: pointer;
            font-size: 14px;
            padding: 8px 0;
            display: block;
            margin-top: 4px;
            position: relative;
            z-index: 1;
            margin: auto;
        }
}

@media only screen and (min-width:992px) {
    .navIcon {
        display: none
    }

    .menu a {
        color: #000;
        padding: 15px 0;
        display: inline-block;
        font-size: 18px;
        font-weight: bold
    }

    .header {
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

    .sec-hero {
        min-height: 600px;
    }


    .sec-hero .content .text h1 {
        font-size: 25px;
    }

    .bc-page-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .bc-page-description-wrapper .fade-overlay {
        display: none;
    }

    .bc-page-description-wrapper .show-more-btn {
        display: none;
    }
}
