@font-face {
    font-family: 'vazir';
    src: url('../fonts/Vazir/Vazir.eot');
    src: url('../fonts/Vazir/Vazir.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir.woff') format('woff'), url('../fonts/Vazir/Vazir.ttf') format('truetype');
}

@font-face {
    font-family: 'vazir-black';
    src: url('../fonts/Vazir/Vazir-Black.eot');
    src: url('../fonts/Vazir/Vazir-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-Black.woff') format('woff'), url('../fonts/Vazir/Vazir-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'vazir-bold';
    src: url('../fonts/Vazir/Vazir-Bold.eot');
    src: url('../fonts/Vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-Bold.woff') format('woff'), url('../fonts/Vazir/Vazir-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'vazir-light';
    src: url('../fonts/Vazir/Vazir-Light.eot');
    src: url('../fonts/Vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-Light.woff') format('woff'), url('../fonts/Vazir/Vazir-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'vazir-medium';
    src: url('../fonts/Vazir/Vazir-Medium.eot');
    src: url('../fonts/Vazir/Vazir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-Medium.woff') format('woff'), url('../fonts/Vazir/Vazir-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'vazir-thin';
    src: url('../fonts/Vazir/Vazir-Thin.eot');
    src: url('../fonts/Vazir/Vazir-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-Thin.woff') format('woff'), url('../fonts/Vazir/Vazir-Thin.ttf') format('truetype');
}

body {
    font-family: 'vazir-thin';
}

#topnav .navigation-menu > li > a {
    font-family: 'vazir-thin';
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'vazir-thin';
}

.rtl {
    direction: rtl;
}

.popular-tour .content {
    right: 5%;
}

.vh-132 {
    height: 132vh;
}

.bg-overlay-03 {
    background-color: rgba(60, 72, 88, 0.3);
}

.banner-top-ofsset {
    margin-top: 4.6em;
}

.font-medium {
    font-size: 1.2rem;
}

.product-detail-title {
    font-size:
}


.more-btn {
    cursor: pointer;
}
/*#region hero index*/
.hero-container {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    background-image: url("/hero-image.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 575px) {
    .hero-container {
        background-image: url("/hero-image-mobile.jpg");
    }
}

#hero-text {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

    #hero-text h1 {
        text-align: center;
        font-size: calc(2rem + 0.5vw);
        color: hsl(216, 33%, 97%);
    }

    #hero-text p {
        text-align: center;
        font-size: calc(1rem + 0.5vw);
        color: hsl(216, 33%, 97%);
    }

#overlay {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
}
/*#endregion*/


/*#region range Slider*/
.range-slider {
    direction: ltr;
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (22px));
    height: 5px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

    .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #2f55d4;
        cursor: pointer;
        -webkit-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .range-slider__range::-webkit-slider-thumb:hover {
            background: #003368;
        }

    .range-slider__range:active::-webkit-slider-thumb {
        background: #003368;
    }

    .range-slider__range::-moz-range-thumb {
        width: 15px;
        height: 15px;
        border: 0;
        border-radius: 50%;
        background: #003368;
        cursor: pointer;
        -moz-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .range-slider__range::-moz-range-thumb:hover {
            background: #003368;
        }

    .range-slider__range:active::-moz-range-thumb {
        background: #003368;
    }

    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #003368;
    }

.range-slider__value {
    display: inline-block;
    position: relative;
    margin-left: 8px;
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

/*#endregion */
@media screen and (min-width: 100px) and (max-width: 480px) {
    #main-banner {
        background-image: url(/image/corporate/55.jpg) !important;
    }
}
