@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


@font-face {
    font-family: 'IranSans';
    src: url( '/fonts/IRANSansMobile_Light.ttf' ) format( 'truetype' );
}

:root {
    --OneColor: #000b3b;
    --TwoColor: #e2aa46;
}

body {
    font-family: 'IranSans';
    direction: rtl;
    color: var(--OneColor);
}

.NavTop {
    background-color: #000b3b;
    background-image: -moz-linear-gradient(left, #000b3b, #00244f,#000b3b);
    background-image: -o-linear-gradient(left, #000b3b, #00244f,#000b3b);
    background-image: -webkit-gradient(linear, left left, left right, from(#000b3b), to(#00244f));
    background-image: -webkit-linear-gradient(left, #000b3b, #00244f,#000b3b);
    background-image: linear-gradient(to right, #000b3b, #00244f,#000b3b);
    border-bottom: 2px solid var(--TwoColor)
}

    .NavTop img {
        width: 5em;
    }

    .NavTop #BarNav {
        display: none;
        color: white;
    }

    .NavTop nav ul {
        display: flex;
    }

    .NavTop nav li {
    }

    .NavTop nav a {
        display: block;
        padding: 0.3em 1em;
        color: white;
        font-weight: bold;
        line-height: 2em;
    }

        .NavTop nav a:hover {
            color: var(--TwoColor);
        }

    .NavTop nav button {
        padding: 0.3em 1em;
        color: white;
        font-weight: bold;
        line-height: 2em;
        background-color: transparent;
        box-shadow: none;
    }

        .NavTop nav button:hover {
            color: var(--TwoColor);
            background-color: transparent;
            box-shadow: none;
        }

    .NavTop .mud-secondary-text {
        color: var(--TwoColor) !important;
    }

.mud-popover {
    min-width: 15em !important;
}

.LeftNav {
    text-align: right;
}

    .LeftNav .mud-typography-h6 {
        font-weight: bold;
    }

    .LeftNav .mud-nav-link .mud-nav-link-text {
        font-weight: bold;
    }

.Slider {
    position: relative;
}

    .Slider .BackIMG {
        background-image: url('../pic/Slider.jpg');
        width: 100%;
        height: 50em;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Slider .BackIMGTop {
        background-image: url('../pic/TopSlider.png');
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }

.ContentSlider {
    display: flex;
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    padding: 1em;
    justify-content: center;
    top: 28em;
}

    .ContentSlider a {
        color: white;
    }

    .ContentSlider .mud-paper {
        width: 10em;
        height: 10em;
        padding: 0.5em !important;
        background-color: transparent;
        color: white;
        text-align: center;
        font-weight: bold;
        border-color: silver;
    }

        .ContentSlider .mud-paper:hover {
            background-color: var(--TwoColor);
            -moz-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
            -webkit-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
            box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
        }

        .ContentSlider .mud-paper img {
            width: 7em;
        }

.Slider h1 {
    position: absolute;
    top: 5em;
    color: white;
    z-index: 1;
    font-weight: bold;
    left: 0;
    right: 0;
    text-align: center;
}

.Slider h3 {
    position: absolute;
    top: 10em;
    color: white;
    z-index: 1;
    font-weight: bold;
    left: 0;
    right: 0;
    text-align: center;
}

.Slider h6 {
    position: absolute;
    top: 23em;
    color: white;
    z-index: 1;
    font-weight: bold;
    left: 0;
    right: 0;
    text-align: center;
}

.title-line {
    padding: 0.5em 0 1em;
}

.tl-1 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #eee;
}

.tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid var(--TwoColor);
    border-radius: 50px;
}

.tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #eee;
}

.TitleContent {
    text-align: center;
}

    .TitleContent h2 {
        font-weight: bold;
    }

        .TitleContent h2 span {
            color: var(--TwoColor);
        }

    .TitleContent p {
        color: gray;
        font-size: 1.2em;
    }

.BaseIMGCenter {
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.TopIMGCenter {
    display: block;
    height: 100%;
}

.IMGCenter {
    display: block;
    background-repeat: no-repeat;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.BottomIMGCenter {
    background-color: var(--OneColor);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    text-align: justify;
    font-weight: bold;
    padding: 5em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: white;
    line-height: 2.5em;
    font-size: 1.2em;
}

.BottomIMGCenterB {
    background-color: var(--OneColor);
    position: absolute;
    bottom: 1em;
    left: 0.5em;
    right: 0.5em;
    text-align: center;
    font-weight: bold;
    padding: 0.5em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: white;
    line-height: 1em;
    font-size: 1.2em;
}

.BottomIMGCenter h2 {
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.5em;
}

.BottomIMGCenter h3 {
    font-weight: bold;
    font-size: 2em;
}

.BottomIMGCenter a {
    color: var(--TwoColor);
    font-weight: bold;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}

.BlogDiv button {
    display: block;
    margin: auto;
    padding: 0.2em 2em;
    margin-top: 0.5em;
}

.BlogDiv .BottomIMGCenter {
    background-color: rgba(255,255,255,0.7);
}

.HotelDiv {
    height: 350px !important;
}

    .HotelDiv .IMGCenter {
        height: 250px;
    }

    .HotelDiv h5 {
        font-size: 1.5em;
        font-weight: bold;
    }

    .HotelDiv p {
        color: gray;
    }

    .HotelDiv h6 {
        color: gray;
    }

        .HotelDiv h6 strong {
            color: var(--TwoColor);
            font-size: 1.5em;
        }

.CustomerDiv {
    background-image: url(../pic/CUSTOMER.jpg);
    padding: 5em 5em;
    text-align: center;
    margin-top: 5em;
    background-position: center;
    background-size: cover;
    color: white;
    position: relative;
}

    .CustomerDiv .BackIMGTop {
        background-image: url(../pic/TopSlider.png);
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .CustomerDiv h2 {
        position: relative;
        font-weight: bold;
    }

    .CustomerDiv .title-line {
        position: relative;
    }

    .CustomerDiv p {
        position: relative;
        text-align: justify;
        font-size: 1.3em;
        line-height: 2em;
        margin-bottom: 2em;
    }

.BlogDivBase .BottomIMGCenter {
    top: 0;
    font-size: 1.5em;
    line-height: 2em;
}

.BlogDivBase p {
    font-size: 0.8em !important;
    color: gray;
}

footer {
    background: #171717;
    padding: 1em 2em;
    color: white;
    overflow: hidden;
    position: relative;
    background-image: url(../pic/footer.jpg);
    margin-top: 1em;
    background-position: center;
    background-size: cover;
}

.FooterBarsam svg {
    color: var(--TwoColor) !important;
}

.BarsamMain .mud-container {
    padding: 0 !important;
}

.BarsamMain .mud-grid-spacing-xs-3 {
    width: 100% !important;
    margin: 0;
    padding: 0;
}

    .BarsamMain .mud-grid-spacing-xs-3 > .mud-grid-item {
        padding: 0 !important;
    }

.FormsBarsam .form-group {
    margin-bottom: 0;
}

.FooterBarsam {
    border-top: 2px solid var(--TwoColor);
    padding: 1em;
    direction: rtl;
    text-align: justify;
    font-size: 1.2em;
}

.btnGBarsam {
    direction: ltr;
}

    .btnGBarsam button {
        background-color: black !important;
    }

        .btnGBarsam button:hover {
            background-color: var(--TwoColor) !important;
        }

#CloseDrawer {
    position: absolute;
    left: 0.5em;
    top: 0;
}

.BackDiv {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,10,60,0.6);
}

.PopContactText {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
}

    .PopContactText h2 {
        font-weight: bold;
        font-size: 2em;
        line-height: 10em;
    }

/*.ContactBox {
    margin-bottom: 5em;
}
*/
.ContactBox svg {
    font-size: 0.9em;
    margin-bottom: 1em;
}

.ContactBox p {
    text-align: center;
    font-size: 1.2em;
}

.ContactBox img {
    width: 100%;
}

.btn-success {
    color: #fff;
    background-color: var(--OneColor);
}

.BlogDivShow {
    background-color: #F8F7F6;
}

    .BlogDivShow .DivIMGBlog {
        width: 100%;
        height: 15em;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 2em;
    }

    .BlogDivShow .PDateBlog {
        color: gray;
        text-align: left;
        max-height: 1.5em;
        min-height: 1.5em;
    }

    .BlogDivShow h2 {
        text-align: right;
        font-weight: bold;
        font-size: 2em;
    }

    .BlogDivShow p {
        text-align: justify;
        line-height: 2em;
        max-height: 7em;
        overflow: hidden;
        min-height: 7em;
    }

    .BlogDivShow a {
        margin: 2em 0;
        display: block;
        font-weight: bold;
        color: var(--OneColor);
    }

.BlogBaseDetail {
    text-align: center;
}

    .BlogBaseDetail img {
        width: auto;
        max-width: 100%;
    }

    .BlogBaseDetail p, .BlogBaseDetail h1, .BlogBaseDetail h2, .BlogBaseDetail h3, .BlogBaseDetail h4, .BlogBaseDetail h5, .BlogBaseDetail h6 {
        text-align: justify !important;
    }

    .BlogBaseDetail h1, .BlogBaseDetail h2, .BlogBaseDetail h3, .BlogBaseDetail h4, .BlogBaseDetail h5, .BlogBaseDetail h6 {
        color: var(--OneColor);
        font-size: 2em;
        line-height: 2em;
        font-weight: bold;
        margin-top: 1em;
    }

    .BlogBaseDetail p {
        font-size: 1em;
        line-height: 1.5em;
    }

.ProductShow {
    position: relative;
}

    .ProductShow .DivIMGBlog {
        height: 12em;
        border: 1px solid rgb(207,207,207);
    }

    .ProductShow p {
        line-height: 2em;
        max-height: initial;
        min-height: auto;
    }

        .ProductShow p span {
            font-weight: bold;
            color: var(--OneColor);
        }

    .ProductShow h2 {
        color: var(--OneColor);
        font-size: 1.5em;
    }

.loading {
    position: absolute;
    z-index: 9999;
    background-image: url(/Img/Load.gif);
    background-repeat: no-repeat;
    background-size: 10em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    background-position: center;
}

@media screen and (max-width: 1200px) {
    .NavTop #BarNav {
        display: block;
    }

    .NavTop nav {
        display: none;
    }

    .NavTop .RegisterNav {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .BottomIMGCenter {
        padding: 2em;
    }
}

@media screen and (max-width: 800px) {
    .BottomIMGCenter h2 {
        font-size: 1.8em;
    }

    .BottomIMGCenter h3 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 700px) {
    .BottomIMGCenter h2 {
        font-size: 1.5em;
    }

    .BottomIMGCenter p {
        line-height: 2em;
    }

    .BottomIMGCenter h3 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 600px) {
    .MobileBoxIMG {
        height: 20em !important;
    }
}

@media screen and (max-width: 599px) {
    .MobileText {
        height: 350px !important;
    }

    .NavTop img {
        width: 3.5em;
    }

    .BarsamMobile .mud-grid {
        flex-flow: wrap-reverse;
    }
}

@media screen and (max-width: 500px) {
    .MobileText {
        height: 450px !important;
    }
}

@media screen and (max-width: 450px) {
    .MobileText {
        height: 500px !important;
    }

    .BottomIMGCenter h2 {
        font-size: 1.7em !important;
    }
}

@media screen and (max-width: 400px) {
    .NavTop img {
        width: 7em;
        margin: auto;
        left: 0;
        right: 0;
        position: absolute;
        top: -0.5em;
        background-color: #000b3b;
        background-image: -moz-linear-gradient(left, #000b3b, #00244f,#000b3b);
        background-image: -o-linear-gradient(left, #000b3b, #00244f,#000b3b);
        background-image: -webkit-gradient(linear, left left, left right, from(#000b3b), to(#00244f));
        background-image: -webkit-linear-gradient(left, #000b3b, #00244f,#000b3b);
        background-image: linear-gradient(to right, #000b3b, #00244f,#000b3b);
        padding: 1em;
        border: 2px solid var(--TwoColor);
        -webkit-border-bottom-left-radius: 1em;
        border-bottom-left-radius: 1em;
        -webkit-border-bottom-right-radius: 1em;
        border-bottom-right-radius: 1em;
    }

    .BottomIMGCenter {
        padding: 0.5em;
    }

        .BottomIMGCenter h2 {
            font-size: 2em;
        }

        .BottomIMGCenter h3 {
            font-size: 1.4em;
        }

        .BottomIMGCenter span {
            font-size: 0.8em;
        }

    .TabsDiv .pa-4 {
        padding: 0 !important;
    }

    .TabsDiv .pa-6 {
        padding: 0.5em !important;
    }

    .TabsDiv p {
        padding: 0.5em !important;
    }

    .mud-tab {
        min-width: 120px;
    }
}
