@import 'fix.css';
@import 'font.css';
@import 'sprite.css';
@import 'sweetalert2.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';

body{
    direction: ltr;
    text-align: left;
    font-family: IRANSans;
    font-size: 16px;
    background: #f3f3f3
}
header{
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 2px rgba(0,0,0,0.1);
    height: 65px;
    top: 0;
    right: 0;
}
#logo{
    float: left;
    margin-top: 15px;
}
.auth-user{
    float: right;
    margin-top: 16px;
    font-size: 17px;
    color: #9528bf !important;
}
.auth-user i{
    position: relative;
    top: 6px;
    margin-right: 8px;
}
#navbar{
    float: left;
    margin-top: 26px;
    margin-left: 30px;
}
#navbar ul li{
    display: inline-block;
    margin-right: 10px;
}
#navbar ul li:last-child{
    margin-right: 0;
}
#navbar ul li a{
    color: #878787;
    transition: all ease-in-out 0.3s;
}
#navbar ul li a:hover{
    color: #3567ca
}
#slider{
    max-height: 100vh;
}
#slider:after{
    content: '';
    width: 100%;
    height: 195px;
    background: url('../img/slider-wave.png') no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}
#slider img{
    max-height: 100vh;
}
#single-page-header{
    display: block;
    width: 100%;
    background: url('../img/header.jpg') no-repeat;
    background-size: cover;
    height: 380px;
    position: relative;
}
#single-page-header h1{
    position: absolute;
    top: 160px;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
#single-page-header:after{
    content: '';
    width: 100%;
    height: 108px;
    background: url('../img/single-wave.png') no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}
.single-content-container{
    position: relative;
    margin-top: -110px
}
.single-content{
    display: block;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    line-height: 27px;
}
.has-products{
    margin-bottom: 115px;
}
.single-content-title{
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(184, 184, 184);
    font-size: 17px;
    color: rgb(78, 78, 78);
}
.post-box{
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    position: relative;
}
.post-box img{
    width: 200px;
    height: 200px;
    float: left;
}
.post-box h3{
    float: left;
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 215px);
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}
.post-box h3 a{
    color: #000;
}
.post-box p{
    float: left;
    margin-left: 15px;
    font-size: 15px;
    width: calc(100% - 215px);
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
}
.post-box .read-more{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
#about-services{
    display: flex;
    width: 100%;
    padding: 80px 0;
    justify-content: space-between;
}
.about-services-description{
    float: left;
    width: 50%;
}
#about-services img{
    float: right;
    margin-top: 40px;
}
.about-services-description h3{
    font-size: 26px;
    font-weight: 500;
    color: #6b6b6b;
    margin-bottom: 20px;
}
.about-services-description p{
    text-align: justify;
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 17px;
    color: #818181
}
.about-services-description p:last-child{
    margin-bottom: 0;
}
#why-us{
    display: block;
    padding: 60px 0;
    background-color: #fff;
}
.section-title{
    font-weight: 500;
    color: #3567ca;
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
}
.why-us-box{
    text-align: center;
}
.why-us-box img{
    margin-bottom: 20px;
    max-width: 100%;
}
.why-us-box h5{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.why-us-box p{
    text-align: center;
    line-height: 28px;
    color: #646464
}
#services{
    padding: 60px 0;
}
#services-tab .nav-item .nav-link{
    color: #000;
    height: 53px;
    width: 100%;
    background: #d8b5e6;
    padding: 0;
}
#services-tab .nav-item .nav-link i{
    position: relative;
    top: 3px;
}
#services-tab .nav-item .nav-link span{
    position: relative;
    top: -6px;
    margin-left: 10px;
}
#services-tab .nav-item .nav-link.active{
    background: #cf79f1;
    position: relative;
}
#services-tab .nav-item .nav-link.active:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 15px solid #cf79f1;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -27px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
}
.service{
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding-bottom: 20px;
}
.service-title{
    display: block;
    width: 100%;
    background: #fbcee5;
    height: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 55px;
    font-size: 18px;
    position: relative;
    margin-bottom: 60px;
    border-radius: 7px 7px 0 0;
}
.service-title:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -39px;
    width: 100%;
    height: 43px;
    background: url('../img/service-wave.png') no-repeat;
    background-size: cover;
}
.attributes{
    padding: 0 20px;
    position: relative;
}
.attributes li{
    position: relative;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 34px;
    font-size: 14px;
}
.attributes li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background-image: url('../img/sprite.png');
    background-position: -1px -1px;
}
.service .price{
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 20px 0;
}
.btn-order{
    display: table;
    margin: 0 auto;
    background: #49d166;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    padding: 10px 40px;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
}
.btn-order:hover{
    background: #34a14c
}
footer{
    display: block;
    min-height: 200px;
    width: 100%;
    background: #3567ca;
    position: relative;
    margin-top: 75px;
    padding-top: 10px;
}
footer:before{
    content: '';
    width: 100%;
    height: 94px;
    position: absolute;
    background: url('../img/footer-wave.png') no-repeat;
    background-size: cover;
    top: -90px;
    right: 0;
}
footer .footer-box{
    color: #fff;
    margin-bottom: 20px;
}
footer .footer-box h6{
    margin-bottom: 15px;
    font-size: 17px;
}
footer .footer-box li{
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
footer .footer-box li a{
    color: #fff;
    transition: all ease-in-out 0.3s;
}
footer .footer-box li a:hover{
    color: #fff000
}
footer .copyright-bar{
    display: block;
    background: #305cb5;
    padding: 25px 0 18px;
    font-size: 14px;
    color: #fff;
}
footer .copyright-bar a{
    color: #fff000
}
.auth-link{
    font-size: 15px;
    margin-bottom: 10px;
}
.auth-link a{
    color: #3567ca
}
#mobile-navbar{
    position: fixed;
    z-index: 9;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    transition: all ease-in-out 0.3s;
}
#mobile-navbar.show{
    left: 0;
}
.menu-icon{
    display: none;
    cursor: pointer;
}
.menu-icon svg{
    width: 30px;
    height: 30px;
    margin-top: 18px;
    margin-left: 15px;
}
.menu-icon svg path{
    fill: fuchsia;
}
#mobile-navbar svg{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#mobile-navbar svg path{
    fill: red;
}
#mobile-navbar ul{
    display: block;
    margin-top: 65px;
    padding: 0 15px;
}
#mobile-navbar ul li{
    margin-bottom: 20px;
}
#mobile-navbar ul li a{
    color: #fff;
    transition: all ease-in-out 0.3s;
}
#mobile-navbar ul li a:hover{
    color: #ff95cc;
}

@media only screen and (max-width: 991px){
    header{
        position: unset;
        box-shadow: unset;
    }
    #navbar{
        display: none;
    }
    #slider::after{
        content: unset;
    }
    #single-page-header::after{
        content: unset;
    }
    footer::before{
        content: unset;
    }
    footer{
        padding-top: 30px;
        margin-top: 0;
    }
    #single-page-header h1{
        top: 110px;
    }
    .single-content-container{
        margin-top: -150px;
    }
    .menu-icon{
        display: unset;
    }
}
@media only screen and (max-width: 767px){
    #about-services img{
        float: unset;
        display: table;
        margin: 0 auto 30px;
    }
    .about-services-description{
        width: 100%;
        float: unset;
    }
    #about-services{
        padding: 50px 0;
    }
    #why-us,#services{
        padding: 40px 0;
    }
    .service-title{
        height: auto;
        margin-bottom: 15px;
    }
    .service-title::after{
        content: unset;
    }
    .copyright-bar p{
        line-height: 27px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .container{
        width: 98%;
    }
}
