﻿
@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/iranyekanwebregular.eot');
    src: url('/fonts/iranyekanwebregular.eot') format('embedded-opentype'), url('/fonts/iranyekanwebregular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*-- Default CSS --*/
body {
    font-family: 'IranYekan', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #a5a4a9;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #0b0320;
}

p {
    line-height: 1.7;
}

a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

    a:hover {
        text-decoration: none;
    }

.whz {
    height: 0;
    width: 0;
    overflow: hidden;
}

.PriceKama {
    font-weight: bolder !important;
}
/*------------------------------    Responsive     ------------------------------*/
.isMobileDiv {
    height: 0;
}

.container {
    width: 1600px !important;
    max-width: 1600px !important;
}

button:focus {
    outline: 0;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*//=========================*/

.mobile-menu-cover {
    position: fixed;
    z-index: 9997;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.89);
    display: none;
}

.mobile-menu {
    position: absolute !important;
    top: 0;
    left: -280px;
    background: #fff !important;
    height: 100vh;
    width: 270px;
    z-index: 9998;
}

    .mobile-menu div {
        width: 96%;
        margin: 5px 2%;
        background: #2a2a2a;
        border-radius: 5px;
        text-align: center;
        padding: 5px 0;
    }

    .mobile-menu img {
        max-width: 100%;
    }

    .mobile-menu i {
        color: #6e9eaf !important;
        font-size: 19px !important;
        margin-top: 5px;
    }

    .mobile-menu a {
        color: #0b0320 !important;
        font-size: 15px !important;
        margin: 0px 6% 0 0;
        display: inline-block;
        width: 88%;
        border-bottom: 1px dotted #e5e5e5;
    }

/*//==================*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #0b0320;
    text-align: center !important;
}

img {
    max-width: 100%;
}

.main-nav {
    /*background: rgba(0, 0, 0, 0.5);*/
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    height: 140px;
}

    .main-nav .logo {
        display: block;
    }

    .main-nav .logoDark {
        display: none;
    }

    .main-nav img {
        max-height: 135px;
        margin-top: 5px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }


    .main-nav .navbar-nav {
        margin-left: auto;
        margin-right: auto;
    }

        .main-nav .navbar-nav .nav-link:focus, .main-nav .navbar-nav .nav-link:hover {
            color: #6e9eaf;
        }

    .main-nav .nav-link {
        font-weight: 500;
        font-size: 15px;
        color: #fff;
        text-transform: unset;
        display: inline-block;
        padding-top: 55px;
    }

        .main-nav .nav-link:hover, .main-nav .nav-link:focus, .main-nav .nav-link.active {
            color: #6e9eaf;
        }

    .main-nav .bx-menu {
        font-size: 40px;
        color: #fff;
        margin-top: 40px;
    }



.menu-shrink {
    background: #fff !important;
    height: 100px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
    box-shadow: 0px 0px 20px 0px #dddddd;
}

    .menu-shrink .logo {
        display: none;
    }

    .menu-shrink .logoDark {
        display: block;
    }

    .menu-shrink img {
        max-height: 90px !important;
    }

    .menu-shrink .nav-link {
        padding-top: 30px !important;
        color: #000 !important;
    }

        .menu-shrink .nav-link.active {
            color: #6e9eaf !important;
        }


.banner-area {
    position: relative;
}

    .banner-area .banner-content {
        position: absolute;
        top: 350px;
        right: 200px;
        width: 600px;
        z-index: 1000;
    }

        .banner-area .banner-content h1 {
            font-weight: bolder;
            font-size: 60px;
            margin-bottom: 20px !important;
            color: #fff;
            text-shadow: 2px 2px 5px #203037;
        }

        .banner-area .banner-content p {
            margin-bottom: 30px;
            color: #fff;
            font-size: 35px;
            font-weight: bold;
            text-shadow: 2px 2px 5px #203037;
        }

    .banner-area .banner-slider {
        height: 100vh;
        overflow: hidden;
    }

    .banner-area video {
        
        object-fit: cover !important;
        
    }

    .banner-area .banner-slider .videoCover {
        position: absolute;
        background: rgba(32, 48, 55, 0.41);
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

footer {
    color: #e5e9eb;
    background-color: #203037;
    padding: 30px 0;
}

    footer a, footer address, footer tel {
        color: #fff;
        font-size: 18px;
    }

.copyright {
    color: #e5e9eb;
    background-color: #203037;
    padding: 5px 0;
    font-size: 11px;
    text-align: left;
    border-top: 1px solid rgba(229,233,235,.5);
    margin-top: 25px;
}

    .copyright a {
        color: #6e9eaf;
        font-size: 11px;
    }

/*----- Back to Top CSS ------*/
#toTop {
    position: fixed;
    bottom: 30px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-to-top-btn i {
    background: #203037;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-right: 28px;
    -webkit-box-shadow: 0px 0px 14px 0px #6e9eaf;
    box-shadow: 0px 0px 14px 0px #6e9eaf;
}

    .back-to-top-btn i:hover {
        background-color: #0b0320;
        color: #ffffff;
        -webkit-box-shadow: 0px 0px 14px 0px #0b0320;
        box-shadow: 0px 0px 14px 0px #0b0320;
    }

.index-product {
    width: 100%;
    padding: 90px 0;
}

    .index-product img {
        max-width: 90%;
        margin: 10px 5%;
        border-radius: 10px;
    }

    .index-product h3 {
        font-size: 18px;
        color: #256075;
        font-weight: bold;
        text-align: center;
    }

    .index-product p {
        font-size: 16px;
        color: #222222;
        text-align: center;
    }

.index-about {
    background: #637182;
    width: 100%;
    padding: 90px 0;
}


    .index-about h2 {
        font-size: 23px;
        color: #add0dc;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .index-about p {
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        text-align: justify;
    }

    .index-about img {
        max-width: 100%;
        border-radius: 10px;
        box-shadow: 1px 1px 3px #d1e5eb;
    }



@media (max-width: 1600px) {
    .container {
        width: 96% !important;
        max-width: 96% !important;
    }
}

@media only screen and (max-width: 991px) {
    .banner-area .banner-content {
        position: absolute;
        top: 250px;
        right: 5%;
        width: 90%;
        z-index: 1000;
    }

        .banner-area .banner-content h1 {
            text-align: center;
        }

        .banner-area .banner-content p {
            text-align: center;
        }
    
}

@media only screen and (max-width: 767px) {
    .isMobileDiv {
        height: 1px;
    }

    
}
