html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    direction: ltr;
}

a {
    text-decoration: none !important;
    color:#fff;
}
.offcanvas-end{
    width:90% !important;
    background-color:var(--kaveh-color-1-1)!important;
   color:#fff;
}
 
    :root {
        --kaveh-color-1-1: #0D232E;
        --kaveh-color-1-2: #132D3A;
        --kaveh-color-1-3: #376C8B;
        --kaveh-color-1-4: #9CB6C6;
        --kaveh-color-1-5: #E3E5E3;
        --kaveh-color-1-6: #FDFDF6;
        --kaveh-color-1-7: #f5bf42;
    }

h6 {
    color: var(--kaveh-color-1-7)
}
/*////////////////////////////////////////*/
.title-detail{
    width:100%;
    min-height:80px;
    background-color:var(--kaveh-color-1-6);
    color:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:30px 0;
    border-radius:10px;
    border-right:5px solid var(--kaveh-color-1-3);
    border-left:5px solid var(--kaveh-color-1-3);

}
/*//////////////////////////////////////header-page*/
.header-page {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .header-page .title {
        position: relative;
        color: #fff;
        padding-top: 50px
    }


/*//////////////////////patern-css*/
.pattern {
    margin: 30px 0;
    position: absolute;
    left: 60px;
    top: 0;
    width: 81px;
    height: 82px;
    z-index: 1;
    background-repeat: no-repeat;
    animation-name: rotatemetwo;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

/*///////////////////////button*/
.btn-default {
    width: 120px;
    height: 45px;
    color: #fff;
    border: none;
    border-radius: 10px;
    position: relative;
    transition: all .5s;
    text-align: center;
    display: inline-block;
}
button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}


    .btn-default span {
        z-index: 100;
        position: relative
    }

    .btn-default:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: var(--kaveh-color-1-4);
        width: 60px;
        height: 50px;
        border-radius: 10px;
        transition: all .5s;
    }

    .btn-default:hover::after {
        width: 120px;
    }

.btn-position {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 30px;
}
/*//////////////////menu-default-css*/
.menu-top {
    width: 100%;
    min-height: 50px;
    background-color: var(--kaveh-color-1-2);
}

    .menu-top .phone {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: flex-start;
        color: #fff;
        align-items: center;
    }

        .menu-top .phone i {
            font-size: 20px;
            margin-right: 10px;
        }



.menu-top .social {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}



.menu-top .social i {
    font-size: 20px;
    color: #fff;
    margin: 0 10px;
}

.menu-default,
.list {
    width: 100%;
}

.menu-default {
    height: 80px;
    background-color: var(--kaveh-color-1-1);
    padding-top: 10px;
    position: relative;
}

    .menu-default .logo {
        max-width: 50px;
    }

    .menu-default .list ul {
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-end;
    }

        .menu-default .list ul li {
            padding: 0 10px;
            color: #fff;
            display: block;
        }

    .menu-default .list a {
        transition: 0.5s;
        position: relative;
        color: #ddd;
    }

    .menu-default .list ul > li > a span {
        vertical-align: middle;
        padding: 8px;
        position: relative;
    }

        .menu-default .list ul > li > a span:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 50%;
            border: 1px solid var(--kaveh-color-1-6);
            border-radius: 3px;
            transition: all 0.5s ease;
            opacity: .1;
        }

    .menu-default .list ul li:hover span:after {
        width: 100%;
    }

/*/////////////////////////menu-mob*/
.nav-mobail {
    width: 100%;
    min-height: 50px;
}

    .nav-mobail .logo {
        max-width: 50px;
    }

    .nav-mobail ul {
        list-style: none;
    }

        .nav-mobail ul li {
            padding: 10px;
            color: #fff;
            border-bottom:1px solid var(--kaveh-color-1-4);
            margin:10px 0;
        }

            .nav-mobail ul li a {
                color: #fff;
            }
            .nav-mobail ul li i {
                font-size: 20px;
                margin-right:10px;
                color: var(--kaveh-color-1-4);
            }
            /*//////////////////aboutUsPage-css*/
            .about-us {
                width: 100%;
                min-height: 400px;
            }

.about {
    width: 100%;
    min-height: 500px;
    padding: 30px 0;
}

    .about .wrapper-video-about {
        width: 100%;
        height: 500px;
        position: relative;
    }

        .about .wrapper-video-about .video {
            width: 100%;
            height: 500px;
            border: 10px solid var(--kaveh-color-1-1);
            position: relative;
        }

.background-video {
    max-width: 100%;
    height: 482px;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-us .quote {
    width: 100%;
    min-height: 500px;
    background-image: url(../images/back/back2.png);
    padding: 30px 0;
}

.about-us .form-about {
    width: 100%;
    min-height: 350px;
    background-color: #fff;
}

    .about-us .form-about input,
    .contact-us .contact-now input,
    .email input {
        height: 50px;
        margin: 20px 0;
    }

.about-us .quote .caption span {
    color: var(--kaveh-color-1-4);
    font-size: 40px;
}

.about-us .quote ul {
    list-style: none
}


/*//////////////////contactUsPage-css*/
.contact-us {
    width: 100%;
    min-height: 400px;
}

    .contact-us .contact {
        width: 100%;
        min-height: 400px;
        background-image: url(../images/back/back7.png);
        background-size: contain;
        background-position: center center;
        background-color: var(--kaveh-color-1-0);
        padding: 30px 0;
    }

        .contact-us .contact ul {
            list-style: none;
        }

            .contact-us .contact ul li {
                height: 50px;
                color: #000;
            }

                .contact-us .contact ul li i {
                    font-size: 25px;
                    color: var(--kaveh-color-1-7);
                    padding-right: 20px;
                }



        .contact-us .contact .item {
            width: 100%;
            height: 200px;
            border-radius: 10px;
            padding: 0 30px;
            margin: 20px 0;
            background-color: var(--kaveh-color-1-2);
            color: #fff;
        }

  .contact-us  .contact .item .icon {
        width: 60px;
        height: 60px;
        background-color: var(--kaveh-color-1-3);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        position: relative;
        top: -30px;
        left: 10px
    }

        .contact .item .icon i {
            font-size: 25px;
            color: var(--kaveh-color-1-7)
        }

.contact-us .map {
    width: 100%;
    height: 400px;
    float: left;
    background-image: url('../images/slider/image1.jpg');
    background-size: cover;
    background-position: center center;
    margin: 30px 0;
}
.contact-us .social{
    width:100%;
    min-height:200px;
    padding:30px 0;
    float:left;
}


.social-contact .middle {
    text-align: center;
}

.social-contact a {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #fff;
    margin: 10px;
    border-radius: 30%;
    color: #292929;
    overflow: hidden;
    position: relative;
}

    .social-contact a i {
        font-size: 60px;
        margin-top: 20px;
        transition: 0.2s linear;
    }



    .social-contact a:hover i {
        transform: scale(1.2);
        color: #fff;
        position: relative;
    }

    .social-contact a::before {
        content: "";
        position: absolute;
        height: 120%;
        width: 120%;
        background: var(--kaveh-color-1-3);
        transform: rotate(45deg);
        left: -110%;
        top: 90%;
    }

    .social-contact a:hover::before {
        animation: social-animation 0.7s 1;
        top: -10%;
        left: -10%;
    }

@keyframes social-animation {
    0% {
        top: -110%;
        left: 90%;
    }

    50% {
        top: 10%;
        left: -30%;
    }

    100% {
        top: -10%;
        left: -10%;
    }
}

@media only screen and (max-width:400px) {
    .social-contact a {
        width: 40px;
        height: 40px;
    }
        .social-contact a i {
            font-size: 28px;
            margin-top: 28px;
        }
      

}

    /*//////////////////productsPage-css*/
    .products {
        width: 100%;
        min-height: 500px;
        padding-bottom: 50px;
    }

        .products .product-list .item {
            width: 100%;
            min-height: 350px;
            margin: 20px 0;
            position: relative;
            color: #000;
            border:1px solid #f2f2f2;
        }

            .products .product-list .item .image-product {
                width: 100%;
                height: 250px;
                background-size: cover;
                background-position: center center;
            }

            .products .product-list .item .caption-product {
                width: 100%;
                height: 150px;
                background-color: #f2f2f2;
                padding: 10px;
                overflow: hidden;
                position: relative;
            }

                .products .product-list .item .caption-product h1 {
                    display: inline-block;
                    border-bottom: 2px solid var(--kaveh-color-1-6);
                }

                .products .product-list .item .caption-product ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                    .products .product-list .item .caption-product ul li {
                        height: 40px
                    }

                .products .product-list .item .caption-product h3 {
                    display: inline-block;
                    padding-bottom: 10px;
                    background: linear-gradient(to left,#f2f2f2, #f2f2f2), linear-gradient(to left, var(--kaveh-color-1-1), var(--kaveh-color-1-1), var(--kaveh-color-1-1));
                    background-size: 100% 0.1em, 0 0.1em;
                    background-position: 100% 100%, 0 100%;
                    background-repeat: no-repeat;
                    transition: background-size 400ms;
                }

                    .products .product-list .item .caption-product h3:hover {
                        background-size: 0 0.1em, 100% 0.1em;
                    }
    /*///////////////////////////////////////*/
    .product {
        width: 100%;
        min-height: 500px;
        padding-bottom: 30px;
    }

        .product .detail {
            width: 100%;
            min-height: 500px;
            padding: 30px 0;
        }

            .product .detail .image-detail {
                width: 100%;
                height: 400px;
                background-size: cover;
                background-position: center center;
                background-size: cover;
            }

            .product .detail .info {
                width: 100%;
                min-height: 300px;
                color: #000;
                padding: 10px;
            }

            .product .detail .order .item {
                width: 100%;
                height: 200px;
                background-color: var(--kaveh-color-1-5);
                color: #fff;
                text-align: center;
                padding: 30px;
            }

                .product .detail .order .item i {
                    font-size: 35px;
                    color: var(--kaveh-color-1-3)
                }

            .product .detail .list-product {
                width: 100%;
                min-height: 300px;
                border: 2px solid var(--kaveh-color-1-3);
            }

                .product .detail .list-product ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }

                .product .detail .list-product li {
                    height: 80px;
                    border-bottom: 1px solid var(--kaveh-color-1-3);
                    padding: 10px;
                    color: var(--kaveh-color-1-1);
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .product .detail .list-product li a {
                        color: var(--kaveh-color-1-1)
                    }

                        .product .detail .list-product li a:hover {
                            color: var(--kaveh-color-1-7)
                        }


                    .product .detail .list-product li:last-child {
                        border-bottom: unset
                    }

        .product .form-contact input {
            margin: 20px 0;
            height: 50px;
            border: unset;
            border-bottom: 1px solid #ddd;
            border-radius: unset
        }
    /*/////////////////////////////category css*/
    .category {
        width: 100%;
        min-height: 500px;
        float: left;
    }
    /*//////////////////gallery-css*/
    .gallery {
        width: 100%;
        min-height: 400px;
    }

        .gallery .items {
            width: 100%;
            min-height: 500px;
            padding: 30px 0;
        }

            .gallery .items .item {
                width: 100%;
                height: 200px;
                padding: 10px;
                margin: 20px 0;
                border-radius: 10px;
            }

                .gallery .items .item a {
                    color: #fff;
                }

                .gallery .items .item .image {
                    width: 100%;
                    height: 200px;
                    background-size: cover;
                    background-position: center center;
                    transition: all .5s;
                    float: left;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 10px;
                    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
                    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
                    -webkit-mask-size: 800%;
                    mask-size: 800%;
                    -webkit-mask-position: 0;
                    mask-position: 0;
                    transition: all .5s;
                    position: relative;
                }

                    .gallery .items .item .image:before {
                        position: absolute;
                        content: "";
                        width: 100%;
                        height: 300px;
                        left: 0;
                        bottom: 0;
                    }

                    .gallery .items .item .image:hover {
                        transition: mask-position 2s ease,-webkit-mask-position 2s ease;
                        -webkit-mask-position: 120%;
                        mask-position: 120%;
                        opacity: 1;
                    }
    /*///////////////////////////////gallery-detail*/
    .gallery-detail {
        width: 100%;
        min-height: 500px;
        float: left;
        padding-bottom: 30px;
    }

        .gallery-detail .content {
            width: 100%;
            float: left;
            padding: 30px 0;
        }

            .gallery-detail .content .info {
                width: 100%;
                min-height: 300px;
                float: left;
            }

            .gallery-detail .content .image {
                width: 100%;
                height: 300px;
                background-size: cover;
                background-position: center center;
                float: left;
                -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
                mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
                -webkit-mask-size: 800%;
                mask-size: 800%;
                -webkit-mask-position: 0;
                mask-position: 0;
                transition: all .5s;
                position: relative;
                border-radius: 10px;
            }

                .gallery-detail .content .image:before {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 300px;
                    left: 0;
                    bottom: 0;
                }

                .gallery-detail .content .image:hover {
                    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
                    -webkit-mask-position: 120%;
                    mask-position: 120%;
                    opacity: 1;
                }
    /* animation */
    @keyframes slide {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(100%);
        }
    }
    /*///////////////////////////*/
    .footer {
        width: 100%;
        min-height: 300px;
        background-color: var(--kaveh-color-1-2);
        float: left;
        position: relative;
        padding: 30px 0;
        color: #fff;
    }

        .footer img {
            position: absolute;
            left: 50px;
            bottom: 50px;
            max-width: 200px;
            z-index: 0;
        }

        .footer ul {
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
        }

        .footer li {
            color: #fff;
            min-height: 50px;
        }

            .footer li a {
                color: #fff;
            }

            .footer li i {
                color: var(--kaveh-color-1-4);
                font-size: 20px;
                margin-right: 10px;
            }

.copy-right {
    width: 100%;
    height: 50px;
    float:left;
    background-color:var(--kaveh-color-1-1);
    padding-top: 10px;
    text-align: center;
}

    .copy-right a {
        color: #fff;
    }
        .copy-right a:hover{
            color:#fff;
        }

        @media only screen and (max-width: 768px) {
            .header-page {
            height: 250px;
        }

        .about-us .caption {
            padding-top: 20px;
        }
    }
