html * {
    font-family: 'vazir_fd', sans-serif;
    font-weight:lighter;
}
a{
    text-decoration:none;
    color:var(--primary);
    transition:.3s ease all;
}
a:hover{
    color:var(--success);
}
a:active{
    color:var(--success);
}
p {
    color: #6c757d;
}
img{
    max-width:100%;
}
header {
    box-shadow: 0 0px 4px -1px rgba(0, 0, 0, 1);
}



section.section {
    margin: 30px 0;
    padding: 50px 0;
    background-size: cover;
}

.section-top_header {
    overflow: hidden;
    background: #2CA4C9;
    background-image: linear-gradient(to right, #5e5ff5, #0081fc, #0094e7, #009fc6, #00a6a8, #00a7a6, #00a9a4, #00aaa2, #00a8bc, #00a3d6, #009beb, #2c8ef3);
    height: 38px;
}

.section-top_header .myt_item {
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: white;
}


.owl-carousel-top_header .owl-nav {
    height: 0px;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 36px;
}

.owl-carousel-top_header .owl-next {
    left: 0;
    right: auto;
    position: absolute;
}

/* /////// */
.navbar-brand {
    display: flex;
    height: 80px;
}

.brand-logo {
    height: 70px;
}
.nav-link{
    margin:0 5px;
    transition:.5s ease all;
}
.nav-link.active, .nav-link:hover {
    background-color: #F1F2F7 !important;
    color: #13acf5 !important;
    border-radius: 50px;
}

.navbar-collapse {
    font-size: .90rem;
}
.navbar-collapse .nav-item a {
    font-weight: lighter;
}
.navbar-nav {
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.navbar-toggler {
    max-width: max-content;
}

.end_header {
    display: flex;
    align-items: center;
}

.number_poshtiban {
    color: #96CAFB;
    text-decoration: none
}
.poshtiban {
    margin-left: 30px;
    text-align: left;
    line-height: 33px;
    font-weight: normal;
    width: 100px;
}

.navbar-collapse .nav-link.btn {
    padding: 10px 20px;
}

/*.login_dashboard .btn.btn-sm.btn-info {*/
/*    height: 40px;*/
/*    margin-left: 30px;*/
/*    font-size: 10px;*/
/*    font-weight: bold;*/
/*    width: 130px;*/
/*    background-color: #5f60f6;*/
/*    color: white;*/
/*    border: none;*/
/*}*/

.btn_search_header {
    background-color: white;
    border: none;
    font-size: 20px;
}

.btn_user_header {
    background-color: white;
    border: none;
    font-size: 20px;
}

.login_dashboard_btn {
    font-size: x-small;
    font-weight: bold;
    border-radius: 20px;
    background-color: #5F60F6;
    color: white;
}
.subject_slider{
    font-size: 58px;
  font-weight: bold;
}
.subject_slider_alt {
    font-size: 50px;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, rgb(89, 93, 244) 0%, rgb(49, 195, 150) 100%);
}

.slider_content .btn.btn-primary {
    font-size: 13px;
    height: 56px;
    border-radius: 30px !important;
    line-height: 44px;
}

.btn {
    border-radius: 20px;
    padding: 0.375rem 1.3rem;
}

.serch_icon {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* /////slider//// */


.section.section-slider {
    margin: 0;
    padding: 0;
}

.slider_content {
    padding: 20vh 0;
    background-size: cover;
    background-position: left;
}

.title_slider {
    font-size: 13px;
    font-weight: bold;
    color: #13acf5;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    height: 36px;
}

.owl-dot {
    box-shadow: 0 0 1px 0px #777;
    background: #fff !important;
    width: 8px;
    height: 8px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
}

.owl-dot.active {
    background: #15acf5 !important;
    width: 20px;
}

/* /////////category/////////// */

.category_item_img {
    height: 235px;
    border-radius: 20px;
}

.owl-carousel-category {
    padding-left: 50px;
    padding-right: 50px;
}

.owl-carousel-category .owl-nav {
    height: 0px;
    line-height: 30px;
    position: absolute;
    top: 97px;
    left: 0;
    right: 0;
    color: white;
    font-size: 36px;
}

.owl-carousel-category .owl-next {
    left: 0;
    right: auto;
    position: absolute;
    box-shadow: 0 0 1px 0 #747474;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    color: black;
}

.owl-carousel-category .owl-prev {
    left: auto;
    right: 0;
    position: absolute;
    box-shadow: 0 0 1px 0 #747474;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    color: black;
}

.owl-carousel-category span {
    color: black;
}

/* //////////discription////////// */


.section-discription-img {
    height: 120px;
    width: 120px;
    border-radius: 80px;
    margin: 25px;
}

/* ///////////product//////// */

.product_item_img {
    border-radius: 15px;
}

.box-product-img {

    background-color: #efefef;
}

.product_name {
    color: #484848;
}

/* ///////////sample-design///////// */
.owl-carousel-sample_design .owl-item {
    margin-left: 32px;
}

.sample_design_item_img {
    border-radius: 20px;
}

.owl-carousel-sample_design .owl-stage-outer {
    height: 420px;
}

/* //////////news////////// */
.img100{
    width:100%;
}
.card-img-overlay {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.card:hover.card-img-overlay {
    opacity: 1;
}

/*.card {*/
/*    border: none;*/
/*}*/

.card-img-overlay {
    background-color: #00000047;
    /*! top: auto; */
}

.text_new_card {
    text-decoration: none;
}

.new_title {
    color: black;
    font-size: 18px;
}

/* ///////////login////////// */

.section-login {
    margin: 0 !important;
}

.btn.btn-primary.login_btn {
    position: absolute;
    left: 0;
    border-radius: 30px !important;
    height: 50px;
    width: 110px;
    border: 2px solid black;
}

.login_input.w-100 {
    height: 50px;
    border: none;
    border-radius: 30px !important;
    padding-right: 20px;
}

/* ////////////////footer////////////// */
.footer {
    background-color: #0C1B2E;
}

.social_networks_icon {
    width: 20px;
}

.about_link {
    text-decoration: none;
    color: white;
}

.title_about_link {
    color: #f1c40f;
    font-weight: bold;
    font-size: 1.3rem;
    margin-top:15px;
}

.content_footer {
    font-size: smaller;
}

.footer_map {
    display: flex;
    align-items: center;
}

.img_footer_map {
    max-width: inherit;
    border-radius: 20px 0;
}

.sub_footer {
    background-color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_footer_content {
    color: #eee;
    font-size: .85rem;
    margin: 0;
}
.sub_footer_content a {
    color: #cacaca;

}
.sub_footer_content a:hover {
    color: #fff;

}
.about_link p {
    color: white;
}
.footer_logo{
    width:100%;
}

footer .social-icons .nav-item {
    list-style: none;
    display: inline;
    text-decoration: none;
}
footer .social-icons .nav-item a {
    text-decoration: none;
}
footer .social-icons{
    padding:0;
}
footer .social-icons .nav-item a {
    text-decoration: none;
    text-align: center;
    background: #2bc48a;
    line-height: 41px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    transition:.5s ease all;
    margin-bottom: 15px;
}

footer .social-icons .nav-item a:hover {
    background: #5965e9;
}

.category_item{
    margin: 10px;
}
.category_item .category_item_img{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.category_item:hover .category_item_img{
    transition: all 0.4s ease;
    box-shadow: 8px 8px 0 0 rgba(34,34,34,.1);
}
.category_item h4{
    color:var(--secondary);
    transition:.3s ease all;
    font-size:.9rem;
}
.category_item:hover h4{
    color:var(--primary);
}

.box-product-img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background: none;
    border-radius:20px;
}
.product_item_img {
    transition: .75s ease all;
}

.product_item_img:hover {
    transform: scale(1.2);
    transition: 4s ease all;
}

.product_item h5{
    transition:.3s ease all;
    font-size:.9rem;
}
.product_item:hover h5{
    color:var(--primary);
}
.footer_ul{
    padding-right:5px;
    margin-top: 10px;
    list-style: none;
}
.footer_ul li a {
    line-height: 26px;
    transition: .5s ease all;
}
.footer_ul li a:hover {
    padding-right: 5px;
}

.shop1_slider{
    background: rgb(191,248,238);
    background: linear-gradient(214deg, rgba(191,248,238,1) 60%, rgba(192,236,242,1) 68%, rgba(198,191,255,1) 100%);
}
.slider1_left{
    background-size:cover;
}
.slider1_item_right {
    width: 60%;
    margin:5rem auto;
    text-align: center;
}
.slider1r-img {
    border-radius: 20px;
    margin-bottom: 18px;
}

.section.section-two-slider .owl-nav {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 34%;
    font-size: 3rem;
}

.section.section-two-slider .owl-nav button span {
    background: #eee !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 55px;
    margin: 5px;
    box-shadow: 0 0 3px -2px #000;
    text-align: center;
    transition:.3s ease all;
}
.section.section-two-slider .owl-nav button:hover span {
    background: #fff !important;
    color:var(--primary);
}

@media (max-width: 991.98px) {
    .section.section-two-slider .owl-nav {
        left: 1%;
    }
}

select.form-control{
    appearance:auto;
}