﻿.index .carousel img {
    height: 600px;
}

.carousel-control-next, .index .carousel .carousel-control-prev {
    font-size: 30px;
}

.index .carousel .carousel-control-next span, .index .carousel-control-prev span {
    position: relative;
}

.index .carousel .carousel-control-next i, .index .carousel-control-prev i {
    z-index: 100;
}

.index .carousel .carousel-control-next span:before, .index .carousel-control-prev span:before {
    position: absolute;
    top: -4px;
    content: " ";
    width: 50px;
    height: 50px;
    background-color: #332b3a;
    border-radius: 5px;
    transition: all .3s linear;
    z-index: -10;
}

.index .carousel .carousel-control-next span:before {
    transform: rotateZ(-45deg);
    right: -10px;
}

.index .carousel .carousel-control-prev span:before {
    transform: rotateZ(45deg);
    left: -10px;
}

.index .carousel .carousel-control-next span:hover:before {
    transform: translateX(10%);
}

.index .carousel .carousel-control-prev span:hover:before {
    transform: translateX(-10%);
}

.index .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;
    transform: rotateZ(45deg);
}

    .index .carousel .carousel-indicators li.active {
        background-color: #332b3a;
    }

.titleOfNewProducts:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    border: 10px solid #84788e;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transform: rotate(45deg);
    transition: all .5s ease;
}

.titleOfNewProducts:hover:after {
    transform: rotate(45deg);
}

.card-newNews, .index .card-newProducts {
    background-color: transparent;
    position: relative;
    border-radius: 5px;
    border: none;
    margin-bottom: 6px;
    overflow: hidden;
}

    .index .card-newProducts .brand {
        position: absolute;
        z-index: 100;
        right: 43%;
        top: -200px;
        transition: all .5s ease-out;
    }

    .index .card-newProducts:hover .brand {
        top: 50px;
    }

    .index .card-newProducts .brand img {
        width: 60px;
        height: auto;
        transition: all .7s ease-out;
        text-align: center;
    }

    .index .card-newProducts:hover .brand img {
        transform: scale(1.3);
    }

.onlineshopping{
    background-image:url(../pictures/online.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    color:#332b3a !important;
}
.onlineshopping h3{
    font-weight:900;
    position:relative;
    line-height:2.5rem;
    z-index:10;
}
.onlineshopping h3:before {
    position: absolute;
    right: -2rem;
    bottom:-1rem;
    height: 4rem;
    width: 1rem;
    border-radius:1rem;
    transform:rotate(40deg);
    content: "";
    background-color: #eb8e32;
    z-index:-1;
}
.onlineshopping p{
    font-size:1rem;
    text-align:justify;
}
.downloadpdf {
    font-size: .85rem;
    color: #d75d01 !important;
}
.downloadpdf:hover {
    color: #bf5302 !important;
}
.indexsearch {
    width:50%;
    text-align: center;
    border-radius: 1rem;
    background-color: #fff;
    border: unset !important;
    box-shadow: 0 0 1rem rgb(169, 165, 174);
}
.indexsearch::placeholder{
    color:#332b3a;
}
.index .card-body {
    padding: 0;
}

.index .card-img-top {
    border-radius: 0;
    transition: all .3s ease;
}

.index .newProducts .col-lg-3 {
    overflow: hidden !important;
}

.index .card-newProducts .card-img-top {
    height: 300px;
}

.index .card-newProducts:hover .card-img-top {
    filter: brightness(60%);
    transform: scale(1.03);
}

.index .card-newProducts .card-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 70px;
    background-image: linear-gradient(360deg, #201a26, transparent);
    color: #fff;
    padding: 5px 10px;
    transition: all .3s ease;
}

.index .card-newProducts:hover .card-box {
    opacity: 1;
}

.index .card-newNews {
    margin-bottom: 0;
}

    .index .card-newNews img {
        box-shadow: inset 0 200px 350px #1f1e1e;
        width: 100%;
        height: 270px;
        border-right: 4px solid #332b3a;
    }

    .index .card-newNews .card-box {
        position: absolute;
        right: -100%;
        bottom: 0;
        background-color: #332b3a;
        color: #fff;
        font-weight: 300 !important;
        width: 100%;
        height: 100%;
        padding: 50px 20px;
        opacity: .8;
        transition: all .8s ease-out;
    }

    .index .card-newNews:hover .card-box {
        right: 0;
    }

.owl-stage {
    background-color: rgba(94, 86, 103, 0.55);
    box-shadow: inset 0 0 15px #111;
}

.index .owl-item {
    margin: auto;
    padding: 0 1rem;
}

    .index .owl-item img {
        margin: auto;
        transition: all .2s ease-out;
    }

    .index .owl-item:hover img {
        transform: scale(1.02);
    }

    .index .owl-item:hover {
        transform: scale(1.05);
        transition: all .3s ease-in-out;
        animation: transform .3s ease-in-out;
    }

.index .owl-carousel .center {
    transform: scale(1.1);
    transition: all .5s ease;
}

.index .owl-next, .index .owl-prev {
    position: absolute;
    top: 25px;
    color: #f7d06e !important;
    font-size: 100px !important;
    filter: drop-shadow(2px 2px 3px #7a7a7a);
}

    .index .owl-next:hover, .index .owl-prev:hover {
        color: #f7d06e !important;
        filter: drop-shadow(2px 2px 3px #3a3a3a);
    }

    .index .owl-next:focus, .index .owl-prev:focus {
        box-shadow: unset;
        outline: 0;
    }

.index .owl-prev {
    right: -10px;
}

.index .owl-next {
    left: -10px;
}

.index .owlBox {
    position: relative;
    overflow: hidden;
}

    .index .owlBox .owlBox-item {
        position: absolute;
        color: #ffca01;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        text-align: center;
        align-items: center !important;
        font-weight: bolder !important;
        display: none;
        transition: all .6s ease-in-out;
    }

    .index .owlBox:hover .owlBox-item {
        display: block;
    }

.index .brands .samplesIndex img {
    width: 100%;
    height: 240px;
}

@media(max-width:992px) {
    .btn-onlineShop {
        border-radius: 50px !important;
    }
    .fixCircle3, .fixCircle2, .fixCircle1, .fixCircle4 {
        display: none;
    }
    .index .card-newNews img {
        border-right: unset !important;
    }
    .newProducts h4:after, .newProducts h4:before {
        display: none;
    }
    .indexImage{
        height:500px !important;
    }
    .indexsearch{
        width:100%;
    }
    .onlineshopping h3:before {
        display:none;
    }
}

.soltani {
    color: #332b3a;
    font-weight: bold;
}

.btn-onlineShop {
    position: relative;
    background-color: #5b5164;
    color: #e6e5e5 !important;
    font-size: 1.6rem;
    margin-bottom: 50px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 30px;
    transition: all .3s ease;
    overflow: hidden;
    border-color: transparent !important;
}

.btn.btn-onlineShop:after {
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    content: "";
    top: 0;
    left: -20px;
    transition: all .4s ease;
}

.btn.btn-onlineShop:before {
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    content: "";
    top: 0;
    right: -20px;
    transition: all .4s ease;
}

.btn.btn-onlineShop:hover:after {
    width: 100%;
    left: 100%;
    border-radius: 5px;
    background-color: rgba(47, 39, 55, 0.65);
}

.btn.btn-onlineShop:hover:before {
    right: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: rgba(47, 39, 55, 0.65);
}

.btn-onlineShop:hover {
    box-shadow: 0 0 10px #332b3a;
}

.btn-onlineShop img {
    width: 50px;
    height: auto;
}

.logoImgIndex {
    width: 160px;
    animation: brightness 5s 4s ease infinite;
}

@keyframes brightness {

    50% {
        transform: scale(1.17)
    }
}

.index .card-newProducts .card-box a {
    color: #fff !important;
}

.indexImage {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    margin-top: -160px;
    padding-top: 260px;
}

    .indexImage .form-control {
        background-color: rgba(94, 86, 103, 0.55);
        color: #fff;
        height: 60px;
        border: 2px solid rgb(98, 87, 111);
        border-left: unset !important;
    }

        .indexImage .form-control::placeholder {
            color: #fff;
        }

        .indexImage .form-control:focus {
            background-color: rgba(94, 86, 103, 0.55) !important;
        }

    .indexImage .BtnSearch button {
        background-color: rgba(94, 86, 103, 0.55);
        border-right: unset !important;
        border: 2px solid rgb(98, 87, 111);
        color: #fff;
        font-weight: bold;
        height: 60px;
    }

.index .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.index .input-group > .input-group-append > .btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#typeit {
    color: rgb(52, 46, 60);
    margin-bottom: 80px;
    margin-top: 60px;
}

.fixCircle2 {
    border-radius: 50%;
    position: fixed;
    content: " ";
    width: 13px;
    height: 13px;
    top: 330px;
    right: 10px;
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid #aa9eb4;
    box-shadow: 0 2px 5px rgba(94, 86, 103, 0.55);
    transition: all .4s ease;
}

.fixCircle3 {
    border-radius: 50%;
    position: fixed;
    content: " ";
    width: 13px;
    height: 13px;
    top: 360px;
    right: 10px;
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid #aa9eb4;
    box-shadow: 0 2px 5px rgba(94, 86, 103, 0.55);
    transition: all .4s ease;
}

.fixCircle4 {
    border-radius: 50%;
    position: fixed;
    content: " ";
    width: 13px;
    height: 13px;
    top: 390px;
    right: 10px;
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid #aa9eb4;
    box-shadow: 0 2px 5px rgba(94, 86, 103, 0.55);
    transition: all .4s ease;
}

    .fixCircle2:hover, .fixCircle3:hover, .fixCircle4:hover {
        background-color: #332b3a;
    }

.newProducts h4 {
    text-align: center;
    color: #332b3a;
    position: relative;
}

    .newProducts h4:before {
        position: absolute;
        top: 0;
        right: 30%;
        content: " ";
        background-color: transparent;
        border: 3px solid #332b3a;
        width: 30px;
        height: 30px;
        transition: all .5s ease;
    }

.newProducts:hover h4:before {
    transform: rotate(45deg);
    right: 36%;
}

.newProducts h4:after {
    position: absolute;
    top: 0;
    left: 30%;
    content: " ";
    background-color: transparent;
    border: 3px solid #332b3a;
    width: 30px;
    height: 30px;
    transition: all .5s ease;
}

.newProducts:hover h4:after {
    transform: rotate(-45deg);
    left: 36%;
}

.card-box p {
    margin-bottom: .1rem;
}

.titleNews {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #332b3a;
    color: #fff;
    text-align: center;
    padding-top: 80px;
}

.newsImg img {
    border-right: unset !important;
    opacity: .4;
    transition: all .4s ease;
}

.newsImg:hover img {
    opacity: .5;
}

.shopping-cart {
    cursor: pointer;
    opacity: .8;
}

    .shopping-cart img {
        width: 50px;
    }

.index .card-newProducts:hover .shopping-cart {
    opacity: 1;
}

.index .card-newProducts {
    box-shadow: 0 0 5px #777;
}

    .index .card-newProducts:hover {
        box-shadow: 0 0 10px #555;
    }

.card-newProducts .loginaccount {
    color: #ffca01;
}

@media(max-width: 1200px) {

    .logoColumn {
        display: none;
    }
}
