section.home-fashion {
  background: #f2f2f2;
  position: relative;
  min-height: 600px;
  padding-bottom: 180px;
}
section.home-fashion:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 60%;
  background: url(../images/fashion-pattern.png) bottom center;
  background-size: cover;
}
section.home-fashion:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 40%;
  height: 20%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0), #f2f2f2);
}

section.home-signature {
  background: #1E1E1E;
  position: relative;
  padding-bottom: 60px;
}
section.home-signature:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 400px;
  background: url(../images/jew-bg.png) bottom center;
}
section.home-signature:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% - 400px);
  height: 200px;
  z-index: 2;
  background: linear-gradient(to bottom, #1E1E1E 0, rgba(30, 30, 30, 0));
}

section.home-home {
  background: #ddd;
  position: relative;
  min-height: 600px;
}
section.home-home .bg-cover-color {
  background: #ddd;
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0), #dddddd, rgba(221, 221, 221, 0.1));
  z-index: 3;
}
section.home-home:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 50%;
  background: url(../images/home-top-bg.jpg);
  background-size: cover;
}
section.home-home:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  bottom: 0;
  background: url(../images/home-bottom-bg.jpg);
  background-size: cover;
}

.home-main-cats-section {
  margin-top: -100px;
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}
.home-main-cats-section .in {
  padding: 10px;
  background: #fff;
}
.home-main-cats-section .item {
  position: relative;
  transition: all 0.4s;
  display: block;
}
.home-main-cats-section .item img {
  display: block;
}
.home-main-cats-section .item:hover .over:after {
  opacity: 0;
}
.home-main-cats-section .item:hover .over:before {
  opacity: 1;
}
.home-main-cats-section .item:hover .overtext {
  color: #111;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.home-main-cats-section .item:hover .overtext small {
  color: #555;
}
.home-main-cats-section .item:hover .overtext:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: -120px;
}
.home-main-cats-section .item .over {
  position: absolute;
  inset: 0;
}
.home-main-cats-section .item .over:after, .home-main-cats-section .item .over:before {
  content: "";
  transition: all 0.4s;
  position: absolute;
  inset: 0;
}
.home-main-cats-section .item .over:after {
  background: linear-gradient(to top, #5D5D5D, rgba(93, 93, 93, 0));
}
    .home-main-cats-section .item .over:before {
        opacity: 0;
        /*  background: linear-gradient(to bottom, rgba(243, 199, 22, 0.5), #f3c716, rgba(243, 199, 22, 0.2));*/
        background: linear-gradient(to bottom, rgb(241 240 237 / 50%), #edece8, rgb(239 238 234 / 20%));
    }
.home-main-cats-section .item .overtext {
  transition: all 0.4s;
  position: absolute;
  bottom: 40%;
  right: 20%;
  left: 20%;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  line-height: 1;
}
.home-main-cats-section .item .overtext small {
  transition: all 0.4s;
  font-size: 28px;
  display: block;
  font-weight: normal;
}
.home-main-cats-section .item .overtext:after {
  content: "";
  position: absolute;
  bottom: -60px;
  height: 40px;
  width: 40px;
  right: 50%;
  margin-right: -20px;
  background: url(../images/dorsa-daal-yellow.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.4s;
}

.home-home .hero {
  position: relative;
  z-index: 3;
  top: -120px;
  direction: ltr;
  text-align: left;
}
.home-home .hero .overtext {
  position: absolute;
  left: 120px;
  top: 180px;
  color: #fff;
  font-size: 58px;
  line-height: 1;
}
.home-home .hero .overtext small {
  display: block;
  font-size: 36px;
}
.home-home .hero .overtext span {
  display: block;
}
.home-home .hero .overtext img {
  clear: both;
  width: 56px;
  height: 56px;
  margin-top: 30px;
}
.home-home .cat-list {
  position: relative;
  z-index: 4;
  margin: 0 40px;
  top: -75px;
  background: #fff;
  -webkit-box-shadow: 0em 10px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0em 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0em 10px 50px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.home-home .cat-list .row {
  margin: 0;
}
.home-home .cat-list .item {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: center;
  padding: 5px 0 30px;
}
    .home-home .cat-list .item img {
       /* height: 100px;
        width: auto;*/
        width: 100%;
        height: auto;
    }
.home-home .cat-list .item .name {
  margin-top: 10px;
}

.home-signature-video {
  position: relative;
}
.home-signature-video:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 200px;
  z-index: 2;
  background: linear-gradient(to top, #1E1E1E 0, rgba(30, 30, 30, 0));
}
.home-signature-video .video-poster {
  width: 100%;
}
.home-signature-video .over {
  background: #222;
  position: absolute;
  bottom: 60px;
  right: 50%;
  width: 940px;
  z-index: 3;
  margin-right: -470px;
  padding: 20px;
  direction: ltr;
  text-align: left;
}
.home-signature-video .over .daal-icon {
  vertical-align: top;
}
.home-signature-video .over .title {
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  font-size: 32px;
  line-height: 1;
}
.home-signature-video .over .title small {
  display: block;
  font-size: 20px;
}
.home-signature-video .over .btns {
  font-size: 0;
}
.home-signature-video .over .btns a {
  display: inline-block;
  font-size: 20px;
  border: 2px solid #eee;
  color: #eee;
  width: 50%;
  text-align: center;
  text-decoration: none;
  margin-left: -2px;
  height: 60px;
  line-height: 54px;
}

.home-signature .cats {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
.home-signature .cats .item {
  flex: 1 1 1%;
  padding: 0 10px;
}
.home-signature .cats .item img {
  max-width: 100%;
}
.home-signature .cats .item .title {
  color: #fff;
  padding-right: 40px;
  padding-top: 10px;
  position: relative;
}
.home-signature .cats .item .title:before {
  content: "";
  height: 70px;
  right: 10px;
  bottom: 0;
  background: url(../images/home/dorsasign-cat-arrow-white.svg) bottom right no-repeat;
  display: block;
  position: absolute;
  width: 11px;
}
.home-signature .cats .item:hover {
  top: -20px;
  position: relative;
}
.home-signature .cats .item:hover .title {
  color: #F3C716;
}
.home-signature .cats .item:hover .title:before {
  background: url(../images/home/dorsasign-cat-arrow-yellow.svg) bottom right no-repeat;
}

.home-hero-slider,.landing-home-slider {
    position: relative;
    margin-top: -120px;
}
    .home-hero-slider img, .landing-home-slider img {
        width: 100%;
        height: auto;
    }
    .home-hero-slider:after, .landing-home-slider:after {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 30%;
        z-index: 1;
        content: "";
        background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    }

.fashion-content {
  z-index: 2;
  position: relative;
  background: #fff;
  padding: 30px 30px 30px;
}
.fashion-content .headbar {
  position: relative;
  text-align: center;
}
.fashion-content .headbar:before {
  content: "";
  right: 0;
  left: 0;
  border-bottom: 1px solid #eee;
  top: 50%;
  position: absolute;
}
.fashion-content .headbar .title {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  padding: 0 15px;
  line-height: 1;
  background: #fff;
  float: right;
}
.fashion-content .headbar .more {
  position: relative;
  z-index: 3;
  float: left;
  font-weight: bold;
  color: #F3C716;
  padding: 0 10px;
  background: #fff;
}
.fashion-content .headbar .tab-names {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.fashion-content .headbar .tab-names .item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  line-height: 20px;
  background: #fff;
  margin: 0 20px;
  color: #555;
}
.fashion-content .headbar .tab-names .item.active {
  color: #F3C716;
}
.fashion-content .plist {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
.fashion-content .plist .pitem {
  border-right: 1px solid #eee;
  padding: 20px;
  text-align: center;
}
.fashion-content .plist .pitem .title {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
}
.fashion-content .plist .pitem .price {
  color: #444;
  font-size: 14px;
}

.fashion-cats {
  background: #FCFCFC;
  border-top: 1px solid #eee;
  margin: 0;
  min-height: 100px;
  padding: 20px;
  position: relative;
  z-index: 3;
}
.fashion-cats .col-md-4:nth-of-type(3n) .item {
  border-left: none;
}

.fashion-cats .col-md-4:nth-of-type(3+1n) .item {
  border-bottom: none;
}
.fashion-cats .col-md-4:nth-of-type(n+4) .item {
  border-bottom: none;
}
.fashion-cats .item {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 0px 20px 20px;
}
.fashion-cats .item img {
  width: 32%;
  margin-left: 15px;
  float: right;
  mix-blend-mode: darken;
}
.fashion-cats .item .title {
  color: #444;
  font-weight: bold;
  font-size: 16px;
  padding-top: 36px;
}
.fashion-cats .item .links a {
  display: block;
  color: #444;
}

.fashion-banners {
  z-index: 2;
  position: relative;
}
.fashion-banners img {
  width: 100%;
}
.fashion-banners .banner {
  margin-top: -60px;
  position: relative;
}
.fashion-banners .banner .over {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #5D5D5D 0%, rgba(159, 159, 159, 0) 99.1%);
  z-index: 1;
}
.fashion-banners .banner .title {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  color: #fff;
  font-size: 32px;
  text-align: left;
  line-height: 1;
}
.fashion-banners .banner .title small {
  font-size: 22px;
  display: block;
}
.fashion-banners .banner .daal-icon {
  position: absolute;
  z-index: 2;
  right: 60px;
  height: 44px;
  bottom: 60px;
  width: 44px;
}
.fashion-banners .col:nth-of-type(2) .title {
  right: 60px;
  left: auto;
  text-align: right;
}
.fashion-banners .col:nth-of-type(2) .daal-icon {
  left: 60px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-blog {
  padding: 80px 0;
  background: #F6F6F6;
}
.home-blog .blog-items {
  position: relative;
}
.home-blog .swiper-nav-btn {
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  top: -50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #eee;
  font-size: 20px;
  color: #aaa;
}
.home-blog .swiper-nav-btn.swiper-button-prev {
  left: 0;
  right: auto;
}
.home-blog .swiper-nav-btn.swiper-button-next {
  left: 50px;
  right: auto;
}
.home-blog .swiper-nav-btn:after {
  font-size: 18px;
}
.home-blog .h2 {
  font-size: 32px;
  font-weight: bold;
  color: #555;
  margin-bottom: 30px;
  margin-top: 0;
}
.home-blog .blog-item {
  background: #fff;
  border: 1px solid #eee;
}
.home-blog .blog-item .content {
  padding: 20px;
  padding-right: 40px;
  position: relative;
}
    .home-blog .blog-item .content:after {
        height: 40px;
        width: 20px;
        content: "";
        position: absolute;
        right: 10px;
        top: 20px;
        /*background: url(../images/arrow-left-yellow.svg) no-repeat center center;*/
        background: url(../images/dorsa-daal-yellow.svg) no-repeat center center;
    }
.home-blog .blog-item .content .title a {
  font-weight: bold;
  font-size: 16px;
  color: #555;
}
.home-blog .blog-item .content .date {
  color: #888;
}

@media only screen and (max-width: 1024px) {
    .home-home .cat-list {
        top: 0;
        margin: 0;
    }

    .home-home .hero .overtext {
        position: absolute;
        left: 40px;
        top: 40px;
        color: #fff;
        font-size: 32px;
        line-height: 1;
    }

    .home-home .hero {
        position: relative;
        z-index: 3;
        top: 0;
    }

        .home-home .hero .overtext small {
            display: block;
            font-size: 26px;
        }

    .home-hero-slider, .landing-home-slider {
        position: relative;
        margin-top: 0px;
    }

    .fashion-cats .item {
        padding: 0px 20px 20px;
        text-align: center;
    }

        .fashion-cats .item img {
            width: 60%;
            margin: 10px auto 0;
            float: none;
            mix-blend-mode: darken;
        }

        .fashion-cats .item .title {
            color: #444;
            font-weight: bold;
            font-size: 16px;
            padding-top: 19px;
            padding-bottom: 10px;
        }

    .home-main-cats-section {
        margin-top: 0;
        position: relative;
        z-index: 2;
        padding-bottom: 120px;
    }

    .fashion-banners .banner {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .fashion-cats {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .fashion-content {
        margin-top: 20px;
    }

    .home-signature-video .over {
        background: #222;
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        z-index: 3;
        margin-right: 0;
        padding: 30px;
        direction: ltr;
        text-align: left;
    }

        .home-signature-video .over .btns {
            margin-top: 10px;
        }

    .home-signature .cats .item {
        flex: 1 1 30%;
        padding: 30px 10px;
        width: 250px;
        white-space: nowrap;
        display: inline-block;
    }

    .home-signature .cats {
        display: block;
        position: relative;
        white-space: nowrap;
        z-index: 3;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-end;
        overflow: scroll;
    }

    section.home-fashion {
        background: #242424;
        padding: 20px 0;
    }

        section.home-fashion:before {
            background: linear-gradient(to bottom, rgba(36, 36, 36, 0), #242424);
        }

    .fashion-banners .banner {
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 20px;
    }

    .fashion-cats .item {
        padding: 0px 20px 20px;
        border: 1px solid #eee !important;
        margin-right: -1px !important;
        margin-top: -1px !important;
    }

    .home-home .cat-list {
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .home-main-cats-section {
        padding-bottom: 40px;
    }

    section.home-home {
        padding: 40px 20px;
    }

    .home-home .hero {
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .home-home .hero .overtext img {
            clear: both;
            width: 36px;
            height: 56px;
            margin-top: 0;
        }

    .fashion-content .headbar {
        text-align: center;
    }

        .fashion-content .headbar:before {
            top: 14px;
        }

        .fashion-content .headbar:after {
            display: none;
        }

        .fashion-content .headbar .title {
            position: relative;
            z-index: 3;
            font-size: 28px;
            font-weight: bold;
            color: #444;
            padding: 0 0 20px;
            line-height: 1;
            background: #fff;
            float: none;
            display: inline-block;
        }

        .fashion-content .headbar .tab-names {
            text-align: center;
            margin-bottom: 30px;
        }

            .fashion-content .headbar .tab-names .item {
                display: inline-block;
                position: relative;
                cursor: pointer;
                padding: 6px 14px;
                line-height: 20px;
                background: #fff;
                margin: 5px 3px;
                color: #555;
                border: 1px solid #eee;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

    .home-signature .cats .item {
        padding: 50px 10px 20px;
        width: 170px;
    }

        .home-signature .cats .item img {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
}

/*# sourceMappingURL=home.css.map */
