.home-index {
  background-color: white;
}
.brands-row .col {
  padding: 4px;
  width: 9%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.brands-row .col a {
  overflow: hidden;
  display: block;
  height: 100%;
  position: relative;
}

.brands-row .col img {
  width: 100%;
}
.banner-container {
  width: 100%;
  background-color: white;
  direction: ltr;
  padding: 25px 0;
  overflow: hidden;
}
.banner-container .col {
  padding: 0;
}
.banner-card {
  position: relative;
  width: 75%;
  margin-top: 10px;
}
.banner-card .slick-list {
  overflow: visible;
}
.banner-card .slick-initialized .slick-slide {
  margin: 0 10px;
}
.banner-card .banner-insider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.banner-card img {
  border-radius: 8px;
  opacity: 0.4 !important;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}

.banner-card .slick-active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1 !important;
}
.banner-card .fa-angle-left:before, .banner-card .fa-angle-right:before {
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: -6px;
}
.banner-card .fa-angle-left,.banner-card .fa-angle-right {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: white;
}
.banner-card .fa-angle-right {
  right: -40px;
}
.banner-card .fa-angle-left {
  left: -40px;
}

.banners-small .slick-prev {
  top: 9px;
  left: 45%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banners-small .slick-prev {
  content: "\f105";
  font: 40px/1 'FontAwesome';
}
.banners-small .slick-next {
  bottom: 22px;
  left: 45%;
  top: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banners-small .slick-next , .banners-small .slick-prev {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .1s;
  transition: all .1s;
}
.banners-small:hover .slick-next , .banners-small:hover .slick-prev {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.brands-row .col .dim {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0,0,0,0.07);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.07) 36%, rgba(0,0,0,0.16) 69%, rgba(0,0,0,0.2) 82%, rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.07) 36%, rgba(0,0,0,0.16) 69%, rgba(0,0,0,0.2) 82%, rgba(0,0,0,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* text-align: center; */
}
.brands-row .col .dim p {
  color: white;
  position: absolute;
  font-size: 15px;
  font-family: 'avenir';
  bottom: -7px;
  left: 6px;
  direction: ltr;
  font-weight: 200;
  text-shadow: 0px 0px 5px #00000069;
}
.brands-row .col:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.banners{
  /*width: 80%;*/
  /*margin: auto;*/
}.banners-small .slick-list {
   overflow: visible;
 }
.slick-vertical .slick-slide {
  border: 0;
}
/*.banners .slick-list {*/
/*overflow: visible;*/
/*}*/
.banners img {
  height: auto;
  width: 100%;
}
.banners img:focus , .banners .slick-slide a:focus {
  outline: none;
}
.banners .slide-container:focus {
  outline: none;
}
.banner-padding {
  padding: 0 90px;
}
.banner-padding .row {
  margin-left: 0 ;
  margin-right: 0 ;
}
.tag-container {
  padding: 15px;
}
.tag-container .tag-card {
  background-color: white;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.tag-container .new-tag-card {
  background-color: white;
  text-align: right;
  overflow: hidden;
  position: relative;
  padding: 5px;
  border: 1px solid black;
}
.tag-container .price-filter-card {
  background-color: white;
  text-align: right;
  overflow: hidden;
  position: relative;
  padding: 15px;
}
.tag-container .tag-card img {
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  transition: filter .1s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
}
.tag-container .tag-card:hover img{
  -webkit-filter: grayscale(50%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(50%); /* FF 35+ */
}
.tag-container .tag-card h3 {
  font-family: 'avenir';
  margin-top: 0;
  color: black;
}
.tag-container .discount-card {
  border: 2px solid black;
  padding: 4.4em;
}
.tag-container .discount-card p {
  text-align: center;
  font-family: 'avenir';
  font-size: 30px;
  font-weight: lighter;
  text-transform: uppercase;
}
.new-tag-card .panorama {
  padding-bottom: 125%;
}
.panorama .line {
  width: 100px;
  height: 15px;
  background-color: black;
  position: absolute;
  z-index: 10;
  top: -15px;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.panorama .line::after {
  content: '';
  height: 100px;
  width: 15px;
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.panorama .line2 {
  width: 100px;
  height: 15px;
  background-color: black;
  position: absolute;
  z-index: 10;
  bottom: -15px;
  left: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.panorama .line2::after {
  content: '';
  height: 100px;
  width: 15px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.panorama:focus .line, .panorama:hover .line {
  opacity: 1;
  visibility: visible;
  top: 0;
  right: 0;
}
.panorama:focus .line2, .panorama:hover .line2 {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
}
.panorama .line::after {
  content: '';
  height: 100px;
  width: 15px;
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.panorama .line2::after {
  content: '';
  height: 100px;
  width: 15px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.tag-container .tag-card h4 {
  font-size: 27px;
  color: white;
  margin-top: 30px;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  text-shadow: 0px 0px 3px #000000;
}
.tag-container .new-tag-card h4, .tag-container .new-tag-card h3 {
  font-size: 28px;
  color: black;
  margin-top: 30px;
}
.tag-container .tag-card h5 {
  font-size: 50px;
  color: white;
  margin-top: 30px;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  font-weight: bold;
  font-family: 'avenir';
  text-transform: capitalize;
  text-shadow: 0px 0px 3px #000000;
  transition: font-size .2s;
}
.tag-container .new-tag-card h5 {
  font-size: 50px;
  color: black;
  font-weight: 400;
  font-family: 'avenir';
  text-transform: capitalize;
}
.tag-container .empty-container {
  border: 2px solid black;
  padding: 7.4em;
}
.tag-container .empty-container h6 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 70px;
  font-family: 'avenir';
  margin-bottom: 15px;
}
.tag-container .empty-container h3 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.tag-container .empty-container p {
  text-align: center;
  font-size: 22px;
  margin-top: 45px;
}
.tag-container .empty-container a,.tag-container .discount-card a{
  display: block;
  margin-top: 15px;
  text-align: center;
  background-color: black;
  color: white;
  padding: 15px;
  font-size: 20px;
  line-height: 19px;
}
.products-row {
  direction: ltr;
}
.products-row .slide-container {
  padding: 8px;
  background-color: white;
  margin: 5px;
  /*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/
  border-radius: 8px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.products-row .slide-container:hover {
  /*box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);*/
}

.products-row .slide-container .slide{
}
.products-row .slide-container .slide img{
  width: 100%;
  height: auto;
}
.products-row .slide-container .slide h4{
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'avenir';
  margin-bottom: 5px;
  color: black;
  margin-top: 10px;
}
.products-row .slide-container .slide h5{
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
  color: #888;
  text-decoration: none;
}
.products-row .slide-container .slide .split {
  width: 40%;
  height: 1px;
  background-color: #aaa;
  margin: 8px auto;
}
.panorama .dim{
  position: absolute;
  width: 100%;
  border-radius: 8px;
}
.tag-card .panorama .dim {
  padding-top: 133%;
}
.slide-container .panorama .dim {
  padding-top: 50%;
  /*  display: none;*/
}
.slide-container a {
  /* pointer-events: none;*/
}

.slide-container.slick-active .panorama .dim {
  display: block;
}
.slide-container.slick-active a {
}

.slide-container .panorama .dim {
  padding-top: 50%;
  /*  display: none;*/
}
.slide-container .panorama .dim .text-container {
  position: absolute;
  /* min-height: 120px; */
  bottom: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  max-width: 0px;
  padding: 8px 0px;
  -webkit-transition: padding 2s ease;
  transition: padding 2s ease;
}
.slide-container.slick-active .panorama .dim .text-container{
  max-width: 100%;
  padding-left: 30px;
  padding-right: 100px;
  border-right: 5px solid black;
  -webkit-transition: padding 2s ease;
  transition: padding 2s ease;
}

.slide-container .panorama .dim h2 {
  position: relative;
  /* bottom: 25px; */
  color: black;
  font-family: avenir;
  /* left: 38px; */
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*  text-shadow: 0px 0px 5px #00000069;*/
}
.slide-container .panorama .dim h3 {
  text-align: left;
  position: relative;
  /* bottom: 13px; */
  color: black;
  font-family: 'YekanBakhW';
  /* left: 38px; */
  font-size: 32px;
  direction: rtl;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*  text-shadow: 0px 0px 5px #00000069;*/
}


.products-row .slide-container .slide p {font-family: 'avenir';font-size: 12px;/* font-weight: 200; */text-align: center;color: black;}

.products-row .slide-container .slide span {
  font-weight: 200;
  color: #888;
  text-decoration: line-through;
  margin-left: 8px;
}
.header-container{/* border-bottom: 1px solid black; *//* margin-bottom: 11px; */margin-left: 4px;}
.header-container h3{
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 18px;
  font-weight: bold;
  font-size: 30px;
}
.header-container a{
  display: inline-block;
  float: left;
  margin-top: 25px;
  /* margin-left: 0px; */
  color: #777777;
  text-decoration: underline;
  direction: ltr;
}
.header-container i{
  margin-right: 5px;
}
.tag-row {
  margin-top: 0px;
}
.tag-row .conditions img{
  margin-right: 33%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tag-row .conditions h4 {
  font-size: 21px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.tag-row .conditions p {
  font-size: 17px;
  width: 100%;
  line-height: 29px;
  margin-bottom: 30px;
  text-align: center;
}
.download-app-card img{
  width: 100%;
  height: auto;
}
.download-app-card {
  font-family: 'avenir';
  font-weight: 200;
  color: white;
  background-repeat: no-repeat;
  direction: ltr;
  text-align: center;
  padding: 35px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 8px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.download-app-card h4 {
  font-weight: 200;
}
.download-app-card .links {
  padding: 0 53px;
  margin-top: 38px;
}
.telegram-join {
  height: 150px;
  background-color: #292929;
  overflow: hidden;
}
.telegram-join img {
  height: auto;
  width: 210px;
  margin: auto 0;
  margin-top: -30px;
  max-width: 100%;
}

.telegram-join a {
  color: white;
  background-color: #29a0da;
  font-family: 'avenir';
  width: 60%;
  text-align: center;
  display: block;
  margin-right: 20%;
  line-height: 40px;
  border: 1px solid black;
  border-radius: 20px;
}

.telegram-join p {
  line-height: 21px;
  text-align: center;
  margin-top: 22px;
  color: #999;
  margin-bottom: 20px;
}
.slick-slide:hover ,  .slick-slide:focus{
  text-decoration: none !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner-padding {
    padding: 0 15px;
  }
  .banner-padding .row {
    margin-left: -15px ;
    margin-right: -15px ;
  }
  .banner-container {
    padding-bottom: 0;
    padding-top: 12px;
  }
  .slide-container .panorama .dim h2 {
    font-size: 30px;
  }
  .slide-container .panorama .dim h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .banner-padding {
    padding: 0 15px;
  }
  .banner-padding .row {
    margin-left: -15px ;
    margin-right: -15px ;
  }
  .banners .slick-list {
    overflow: hidden;
  }
  .banners.container {
    padding: 0;
  }
  .slide-container.container {
    padding: 0;
  }
  .banner-container{
    padding-top: 0;
  }
  .telegram-join img {
    margin-top: -8px;
  }
  .banner-container {
    padding-bottom: 0;
    padding-top: 12px;
  }
  .slide-container .panorama .dim h2 {
    font-size: 15px;
    overflow: hidden;
  }
  .slide-container .panorama .dim h3 {
    font-size: 13px;
    overflow: hidden;
  }
  .slide-container .panorama .dim .text-container {
    bottom: 20px;
    overflow: hidden;
  }
  .banner-card {
    position: relative;
    padding-top: 50%;
    width: 100%;
    margin: 0;
  }
}

#searchModal .modal-content {
  border-radius: 0;
}

#searchModal .modal-dialog {
  margin-top: 76px;
}

#searchModal .search-form {
  padding: 0;
}

#searchModal .modal-body {
  padding: 0;
}

#searchModal .search-form {}

#searchModal .search-form input[type="text"] {
  height: 60px;
  font-size: 26px;
}

#searchModal .search-form i {
  top: 17px;
  right: 12px;
}

#searchModal .input-container {
  background-color: white;
}
#searchModal .search-form input[type="text"]::-webkit-input-placeholder { /* Chrome */
  color: #ccc;
}
#searchModal .search-form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#searchModal .search-form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#searchModal .search-form input[type="text"]:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fix-footer {
  /* height: 100px; */
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  /* transition: all 0.5s ease; */
}

.fix-footer .opac{
  font-family: 'avenir','YekanBakhW';
  background-size: contain;
  box-shadow: 2px -3px 5px #ffffff1c;
  width: 100%;
  color: white;
  padding: 10px 0px;
}

.btn-like-btn {
  width: 70%;
  line-height: 54px;
  margin-right: 25%;
  text-align: center;
  border-radius: 25px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
  color: white;
  background-color: #2dac2d;
}
.fix-footer .opac td {
  padding: 0px 12px;
}
.fix-footer .opac td.title {
  font-size: 28px;
  /* font-weight: bold; */
  opacity: 0.9;
}
.fix-footer .opac td.title span{
  font-size: 40px;
}
.fix-footer .opac td.desc {
  font-size: 20px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  padding-top: 11px;
}
.fix-footer .opac td b{
  direction: ltr;
  font-weight: 200;
  font-size: 23px;
}
.fix-footer a {
  width: 100%;
}
.fix-footer a img {
  width: auto;
  height: 100px;
  margin-top: -10px;
}
#sk-holder #sk-messenger-button {
  margin-bottom: -20px;
}
.fix-footer.up {
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fix-footer button{
  background: transparent;
  border: none;
  position: absolute;
  margin-right: -38px;
  margin-top: -3px;
  font-size: 40px;
  color: white;
}
.slick-initialized .slick-slide {
  position: relative;
}
img.aaligasht {
  width: 80px;
  bottom: 0;
  position: absolute;
  right: 16px;
}
#sk-holder {
  direction: ltr;
}
#sk-holder .input-container {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
}
.panorama {
  position: relative;
  height: 0;
  overflow: hidden;
}
.panorama img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.express-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20%;
  margin-right: 2%;
}

.exp-banner-apo {
  width: 70%;
  height: 285px;
}

.express-banner img {
  border: 1px solid black;
  height: auto;
}

.express-banner a {
    width: 90%;
}

.fix-footer input:focus {
  border-bottom: 2px solid #2fbbff;
  box-shadow: 0 1px 0 0 #2fbbff;
  outline:  none;
}
.material-modal label {
  padding-right: 10px;
  color:  #888;

}
.fix-footer input:focus+label span, .fix-footer input:focus+label span {
  color: #2fbbff;
}



.fix-footer input {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 3px solid white;
  line-height: 52px;
  margin-top: 6px;
  font-size: 20px;
  text-align: right;
  padding: 0px 9px 0 49px;
  font-family: 'YekanBakhW','avenir';
  -webkit-transition: all .5s;
  transition: all .5s;
  direction: ltr;
}

.fix-footer input::-webkit-input-placeholder {
  color: #eeeeee;
  font-weight: 100;
}

.fix-footer input::-moz-placeholder {
  color: #eeeeee;
  font-weight: 100;
}

.fix-footer input:-ms-input-placeholder {
  color: #eeeeee;
  font-weight: 100;
}

.fix-footer input::placeholder {
  color: #eeeeee;
  font-weight: 100;
}
.fix-footer form button {
  position: absolute;
  top: 14px;
  left: 4px;
  font-size: 35px;
}
a.downloadapp {
  background-color: black;
  display: block;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 200;
  line-height: 51px;
  text-decoration: none;
  margin: 7px 8px;
  margin-top: 20px;
  margin-bottom: -13px;
}

.brands-row .col.all a {
  color:  black;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  text-decoration: none;
}
.brands-row .col.all a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.brands-row .col.all i {
  font-size: 34px;
  margin-right: 33%;
  margin-top:  10px;
  /* padding-top: 12px; */
  line-height: 10px;
}

.brands-row .col.all {
  padding-top: 2%;
}

.campaign-banner {
  /*  padding: 0 20%;*/
}
.flip-clock-divider .flip-clock-label {
  color: transparent;
}
.flip-clock-wrapper ul li a div div.inn {
  color: #222326;
  text-shadow: 0 1px 2px white;
  text-align: center;
  background-color: white;
}
.flip-clock-dot {
  background-color: white;
}
.flip-clock-wrapper{
  margin-left: 0;
}
.banner-footer {
  background-image: url(/assets/stylistsho/bottombar-943b57c73be36a71f2b4454db582b00a99cadf51753d9e28eae49a8789ee57b6.jpg);
  background-position: center;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  /*bottom: 0;*/
  /*height: 100px;*/
  /*width: 100%;*/
  /*left: 0;*/
  z-index: 100;
  box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.08);
  opacity: 0.95;
}
.banner-footer .cont {
  width: 100%;
  position: relative;
  height: 100%;
}
.banner-footer .button-section {
  height:  100%;
  width: 33%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+67,ffffff+100&1+0,1+68,0+100 */
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 68%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 68%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 68%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.banner-footer .button-section h4 {
  font-family: 'avenir';
  font-weight: bolder;
  font-size: 28px;
  font-size: 1.7vw;
  padding-top: 15px;
  padding-left: 50px;
  padding-bottom: 18px;
}
.banner-footer a {
  color: white;
  line-height: 25px;
  padding: 8px 30px;
  text-align: center;
  margin-left: 53px;
  /* margin-top: 18px; */
  background: black;
  font-size: 17px;
  font-weight: bold;
  border-radius: 0;
}
.banner-footer .close-section {
  height:  100%;
  width: 7%;
  position:  absolute;
  top:  0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+28,ffffff+100&0+1,0.98+26,1+100 */
  right:  0;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.98) 26%, rgba(255,255,255,0.98) 28%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.98) 26%,rgba(255,255,255,0.98) 28%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.98) 26%,rgba(255,255,255,0.98) 28%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.banner-footer .close-section i {
  font-size: 41px;
  position: absolute;
  right: 0;
  top: 9px;
  color: black;
}
.banner-footer button {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 70px;
}
.tooltip {
  font-family: 'YekanBakhw' , 'avenir' ;
  text-align: right !important;
  direction: rtl !important;
  width: 90px;
  height: 30px;
  padding: 5px;
  margin-bottom: 10px;
}

.tooltip-arrow {
  display: none !important;
}

.ion-ios-close-empty{
  font-size: 45px;
}

.close-modal-sign{
  left: 15px;
}
.new-testimonial {
  height: 510px;
}
.new-testimonial .blog-button {
  text-align: center;
  padding: 15px;
  border: 1px solid black;
}
.new-testimonial .blog-button a {
  font-size: 1.2em;
  color: black;
}
.testemonial h2{
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  padding-bottom: 8px;
  margin: auto;
}
.testemonial .col-md-4{
  padding: 5px;
}
.testemonial .testemonial-container{
  min-height: 200px;
  background-color: #f9f9f9;
}
.testemonial img {
  width: 100px;
  height: 100px;
  margin-right: calc( 50% - 50px);
  margin-top: 16px;
  margin-bottom: 16px;
}
.testemonial h5 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
}
.testemonial p.time {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: gray;
}
.testemonial p.quotes {
  /* margin-top: 16px; */
  font-size: 24px;
  line-height: 32px;
  padding: 16px;
  text-align: center;
  min-height: 160px;
}
.testemonial p.city {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}
.friday_clock{
  zoom: 0.8;
  -moz-transform: scale(0.8)
}
/*ribbon*/
.txt-center {
  text-align: center;
}

.p-b-10 {
  padding-bottom: 10px;
}
.l1-txt1 {
  font-family: 'Avenir';
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  line-height: 135px;position: relative;margin-top: 20px;
}
.l1-txt2 {
  font-family: 'Avenir';
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  position: relative;
}
.ribbon {
  width: 400px;
  height: 60px;
  margin: 100px auto 0px;
  position: absolute;
  color: #fff;
  font: 28px/60px sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #3D79D0;

  -webkit-animation: main 250ms;
  -moz-animation: main 250ms;
  -ms-animation: main 250ms;
  animation: main 250ms;
  z-index: 2;
}

.ribbon i {
  position: absolute;
}
.ribbon p{
  direction: rtl;font-family: 'YekanBakhW';background: #fb2e57;font-size: 28px;
}
.ribbon i:nth-child(2), .ribbon i:nth-child(3) {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  border: 20px solid transparent;
  border-right-color: #711326;

  -webkit-animation: edge 500ms;
  -moz-animation: edge 500ms;
  -ms-animation: edge 500ms;
  animation: edge 500ms;
}

.ribbon i:nth-child(3) {
  left: auto;
  right: -20px;
  border-right-color: transparent;
  border-left-color: #711326;
}

.ribbon i:nth-child(4), .ribbon i:nth-child(5) {
  width: 20px;
  bottom: -20px;
  left: -40px;
  z-index: -2;
  border: 30px solid #d02648;
  border-left-color: transparent;

  -webkit-animation: back 600ms;
  -moz-animation: back 600ms;
  -ms-animation: back 600ms;
  animation: back 600ms;

  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.ribbon i:nth-child(5) {
  bottom: -20px;
  left: auto;
  right: -40px;
  border: 30px solid #d02648;
  border-right-color: transparent;

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}



/* animations */

@-webkit-keyframes main {
  0% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}

@-webkit-keyframes edge {
  0%, 50% { -webkit-transform: scaleY(0); }
  100% { -webkit-transform: scaleY(1); }
}

@-webkit-keyframes back {
  0%, 75% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}


@-moz-keyframes main {
  0% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}

@-moz-keyframes edge {
  0%, 50% { -moz-transform: scaleY(0); }
  100% { -moz-transform: scaleY(1); }
}

@-moz-keyframes back {
  0%, 75% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}


@keyframes main {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes edge {
  0%, 50% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@keyframes back {
  0%, 75% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}
/*ribbon end*/
@media (max-width: 500px) {
  .material-modal .modal-content {
    margin-top: 50px;
  }
}

@media (max-width: 992px) {
  .l1-txt1 , .l1-txt2{
    zoom: 0.6;
    -moz-transform: scale(0.6)
  }
  .container {
    width: 100%;
    padding: 0 30px;
  }
  .tag-container .tag-card h5 {
    font-size: 30px;
  }
  .tag-container .tag-card h4 {
    font-size: 22px;
  }
  .tag-row .conditions img {
    width: 80%;
    margin-right: 10%;
    margin-top: 0;
  }
  .tag-row .conditions h4{
    font-size: 17px;
    min-height: 35px;
  }
  .tag-row .conditions p {
    font-size: 14px;
  }
  .panorama .line,.panorama .line2{
    height: 7px;
  }
  .panorama .line::after,.panorama .line2::after{
    width: 7px;
  }
  .tag-container .empty-container img{
    width: 70%;
    height: auto;
    margin-right: 15%;
    margin-top: 2%;
  }
  .tag-container .empty-container p{
    font-size: 15px;
    width: 90%;
    line-height: 25px;
    margin-right: 5%;
  }
  .tag-container .empty-container img.bigger {
    width: 80%;
    margin-right: 10%;
    height: auto;
    margin-top: 8px;
  }
  .tag-container .discount-card p{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .tag-container .discount-card a{
    width: 100%;
    font-size: 15px;
    line-height: 10px;
  }
  .slide-container.slick-active .panorama .dim .text-container{
    padding-left: 8px;
    padding-right: 24px;

  }
  .fix-footer .opac td.title {
    font-size: 22px;
    text-align: right;
    line-height: 25px;
    padding-top: 9px;
    padding-right: 25px;
  }
  .fix-footer .opac td.title span{
    font-size: 25px;
  }
  .fix-footer .opac td.desc {
    font-size: 19px;
  }
  .fix-footer .opac td {
    padding: 0px 25px;
    font-size: 18px;
  }
  .fix-footer a img {
    margin-left: 30px;
  }
  .code-receive-button {
    color: white;
    font-size: 20px;
    margin-left: 50px;
    background-color: #0895da;
  }
  .testemonial p.quotes {
    /* margin-top: 16px; */
    font-size: 20px;
    line-height: 28px;
    min-height: 170px;
  }
  .tag-container .empty-container {
    padding: 3em !important;
  }
  .new-testimonial {
    height: auto;
  }
}
@media (max-width: 767px) {
  .l1-txt1 , .l1-txt2{
    zoom: 0.4;
    -moz-transform: scale(0.4)
  }
  .friday_clock{
    zoom: 0.4;
    -moz-transform: scale(0.4)
  }
  .fix-footer .opac td.title {
    font-size: 15px;
  }

  .fix-footer .opac td.title span {
    font-size: 15px;
  }
  .fix-footer .opac td.desc {
    font-size: 15px;
  }
  .fix-footer .opac td.title {
   line-height: 15px;
  }
  .fix-footer a img {
    height: 80px;
  }
  .banner-footer{
    background-size: 300%;
    opacity: 0.99;
  }
  .banner-footer .close-section{
    background: transparent;
  }
  .campaign-banner {
    width: 150% !important;
    max-width: 150% !important;
    margin-right: -25% !important;
  }
  .campaign-banner-timer{
    margin-top: -10px !important;
  }
  .banner-footer .button-section {
    height: 100%;
    width: 100%;
    background: #ffffffe0;
  }
  .banner-footer .button-section h4 {
    font-size: 24px;
    padding-left: 30px;
  }
  .banner-footer a{
    margin-left: 33px;
  }
  .banner-footer .close-section i {
    top: 3px;
  }
  .tag-row .conditions img {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .tag-row .conditions h4{
    font-size: 17px;

  }
  .tag-row .conditions p {
    display: none;
  }
  .panorama .line,.panorama .line2{
    display: none;
  }

  .tag-container .tag-card h5 {
    font-size: 23px;
  }
  .tag-container .tag-card h4 {
    font-size: 18px;
  }
  .slide-container.slick-active .panorama .dim .text-container {
    bottom: 0;
    border: none;
    background-color: #ffffffd1;
  }
  .testemonial p.quotes {
    font-size: 17px;
    line-height: 28px;
    min-height: 175px;
  }
  .testemonial h5 {
    font-size: 14px;
  }
  .new-testimonial {
    height: auto;
  }
  .tag-container .price-filter-card a {
    font-size: 0.6em !important;
  }
  .new-tag-card .panorama {
    padding-bottom: 5%;
    position: static;
  }
  .tag-container .new-tag-card h4, .tag-container .new-tag-card h3 {
    font-size: 17px;
  }
  .tag-container .new-tag-card h5 {
    font-size: 26px;
  }
  .tag-container .new-tag-card .gender-mobile-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 340px) {
  .slide-container .panorama .dim h2 {
    font-size: 16px;
    left: 10px;
  }
  .testemonial p.quotes {
    font-size: 16px;
    line-height: 28px;
    min-height: 200px;
  }
}

#sntch_button {
  z-index: 2 !important;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  background-color: rgb(74, 13, 143);
  background: -moz-linear-gradient( 135deg, rgb(1, 115, 104) 0%, rgb(4, 4, 4) 100%);
  background: -webkit-linear-gradient( 135deg, rgb(1, 115, 104) 0%, rgb(4, 4, 4) 100%);
  background: linear-gradient( 135deg, rgb(1, 115, 104) 0%, rgb(4, 4, 4) 100%);
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
  padding: 0;
}

.navbar-nav .nav-link {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
  }
  .navbar-nav>.nav-item>.nav-link.active:after {
    content: "";
    border-bottom: 2px solid #cd99d4;
    left: 1rem;
    right: 1rem;
    bottom: 5px;
    height: 1px;
    position: absolute;
  }
}

@media (max-width:991px) {
  .navbar-nav.is-scrolling {
    padding-bottom: 1rem;
  }
  .navbar-nav .nav-item {
    text-align: center;
  }
}

.bg-gradient {
  background-image: -moz-linear-gradient( 135deg, rgb(0, 228, 207) 0%, rgba(239, 0, 0, 0.94) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(0, 228, 207) 0%, rgba(239, 0, 0, 0.94) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(0, 228, 207) 0%, rgba(239, 0, 0, 0.94) 100%);
  background-image: linear-gradient( 135deg, rgb(0, 228, 207) 0%, rgba(239, 0, 0, 0.94) 100%);
}

.bg-gradient-header {
  background-image: -moz-linear-gradient( 135deg, rgb(1, 115, 104) 0%, rgb(4, 4, 4) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(1, 115, 104) 0%, rgb(4, 4, 4) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(1, 115, 104) 0%, rgb(4, 4, 4) 100%);
  background-image: linear-gradient( 135deg, rgb(1, 115, 104) 0%, rgb(4, 4, 4) 100%);
}

.tagline {
  font-size: 23px;
  font-weight: 300;
  color: #ffb8f6;
  max-width: 800px;
  margin: 0 auto;
}

.img-holder {
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}

@media (max-width:1200px) {
  .img-holder {
    padding-bottom: 80%;
  }
  .tag-container .discount-card {
    padding: 2.4em;
  }
  .tag-container .empty-container {
    padding: 5em;
  }
}

@media (max-width:767px) {
  .tagline {
    font-size: 17px;
  }
  .img-holder {
    padding-bottom: 80%;
  }
}

/* FEATURES
----------------------*/

.gradient-fill:before {
  color: #fc73b4;
  background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
  background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
  background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card.features {
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

@media (max-width:991px) {
  .card.features {
    margin-bottom: 2rem;
  }
  [class^="col-"]:last-child .card.features {
    margin-bottom: 0;
  }
}

.card.features:before {
  content: "";
  position: absolute;
  width: 3px;
  color: #fc73b4;
  background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
  background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
  background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
  top: 0;
  bottom: 0;
  left: 0;
}

.card-text {
  font-size: 14px;
}

.card.features:hover {
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
  padding: 10px;
  width: 70px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  background-color: #FFF;
}

.circle-icon {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  background-color: #FFF;
  color: #f5378e;
  font-size: 48px;
  text-align: center;
  line-height: 80px;
  font-weight: 300;
  transition: all 0.3s ease;
}

@media (max-width:992px) {
  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 50px;
  }
}

.ui-steps li:hover .circle-icon {
  background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
  background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
  background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
  background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
  color: #FFF;
}

.ui-steps li {
  padding: 15px 0;
}

.ui-steps li:not(:last-child) {
  border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
  position: relative;
  z-index: -1;
}

@media (min-width:992px) {
  .perspective-phone {
    margin-top: -150px;
  }
}


/*  TABS
----------------------*/

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #FFF;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  padding: 3rem;
}

@media (max-width:992px) {
  .tab-content {
    padding: 1.5rem;
  }
}

.tab-content p {
  line-height: 1.8;
}

.tab-content h2 {
  margin-bottom: 0.5rem;
}

.text-center h2 {
  font-size: 40px;
  font-weight: 300;
  color: white;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  padding: 20px;
}

@media (max-width: 767px) {
  .text-center h2 {
    font-size: 25px;
  }
}

@media (max-width:1200px) {
  .text-center h2 {
    font-size: 26px;
  }
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  padding: 1rem 1rem;
  border-color: #faf6fb #faf6fb #FFF;
  font-size: 19px;
  color: #b5a4c8;
  background: #f5eff7;
}

.nav-tabs .nav-link.active {
  background: #FFF;
  border-top-width: 3px;
  border-color: #ce75b4 #faf6fb #FFF;
  color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.blockquote {
  color: #7a767a;
  font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #e7d9eb;
  width: 35px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ff487e;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  transform: scale(0.8);
  transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
  transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
  .card-deck {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-deck .card {
    margin-bottom: 15px;
  }
}

.card.pricing {
  border: 1px solid #f1eef1;
}

.card.pricing.popular {
  border-top-width: 3px;
  border-color: #ce75b4 #faf6fb #FFF;
  box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
  color: #633991;
}

.card.pricing .card-head {
  text-align: center;
  padding: 40px 0 20px;
}

.card.pricing .card-head .price {
  display: block;
  font-size: 45px;
  font-weight: 300;
  color: #633991;
}

.card.pricing .card-head .price sub {
  bottom: 0;
  font-size: 55%;
}

.card.pricing .list-group-item {
  border: 0;
  text-align: center;
  color: #959094;
  padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
  color: #d9d3d8;
}

.card.pricing .card-body {
  padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
  text-align: center;
  color: #FFF;
  margin: 3rem 0;
}

.call-to-action .box-icon {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  margin-bottom: 2.5rem;
}

.call-to-action h2 {
  color: #FFF;
}

.call-to-action .tagline {
  font-size: 16px;
  font-weight: 300;
  color: white;
  max-width: 650px;
  margin: 0 auto;
}

.btn-light img {
  margin-right: 0.4rem;
  vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
  text-align: right;
}

.social-icons a {
  background-color: #FFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 0.3rem;
  border-radius: 5px;
  color: #f4c9e2;
}

.social-icons a:hover {
  text-decoration: none;
  color: #e38cb7;
}
.ml-auto, .mx-auto {
  margin-right: auto!important;
  margin-left: initial !important;
}
.media-body {
  direction: rtl;
  text-align: justify;
  padding-right: 11px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;

}

@media (max-width:991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem;
  }
}

/* Grid layout for amazing products */
.amazing-products-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.amazing-products-btn {
  position: absolute;
  left: 5px;
  font-size: 20px;
  color: black;
  display: block;
  line-height: 10px;
  padding: 10px;
  border: 1px solid black;
}

.amazing-products-btn::hover {
  color: black;
}

.amazing-products-row .product-container {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 12%;
  height: 100%;
}

/* Header adjustments */
.amazing-products-wrapper .testemonial {
  display: inline-flex;
}

/* Mobile responsive - smaller text */
@media (max-width: 767px) {
  .testemonial h2 {
    font-size: 18px;
  }

  .amazing-products-btn {
    font-size: 12px;
    padding: 6px;
  }
}

/* ============================================================
   Home page polish layer
   Scoped under .home-index so nothing leaks to other pages.
   ============================================================ */

.home-index .tag-card,
.home-index .new-tag-card,
.home-index .brand-card,
.home-index .product-container {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.home-index .tag-card:hover,
.home-index .new-tag-card:hover,
.home-index .product-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(20, 20, 40, 0.10),
              0 2px 6px rgba(20, 20, 40, 0.06);
}

.home-index .brand-card {
  padding: 8px 4px;
}

.home-index .brand-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(20, 20, 40, 0.08);
}

/* Slight, tasteful image zoom on card hover — direction-neutral */
.home-index .tag-card img,
.home-index .new-tag-card img,
.home-index .product-container .image-container-flex img {
  transition: transform 380ms ease;
}
.home-index .tag-card:hover img,
.home-index .new-tag-card:hover img,
.home-index .product-container:hover .image-container-flex img {
  transform: scale(1.03);
}

/* Section headings — cleaner rhythm and a subtle accent underline */
.home-index .tag-row > h2,
.home-index .tag-row > h3,
.home-index > .container > h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}
.home-index .tag-row > h2::after,
.home-index .tag-row > h3::after,
.home-index > .container > h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, #111 0%, #555 100%);
  border-radius: 2px;
}

/* Softer horizontal rules */
.home-index hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,0.12), rgba(0,0,0,0));
  margin: 12px 0 22px;
}

/* "مشاهده همه" pill */
.home-index .amazing-products-btn {
  display: inline-block;
  border: 1px solid #111;
  color: #111;
  border-radius: 999px;
  padding: 6px 16px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.home-index .amazing-products-btn:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Feature strip: ارسال سریع / ضمانت اصالت / تعویض / تنوع */
.home-index .conditions {
  padding: 18px 12px;
  border-radius: 12px;
  transition: background-color 200ms ease, transform 200ms ease;
}
.home-index .conditions:hover {
  background: #fafafa;
  transform: translateY(-2px);
}
.home-index .conditions h4 {
  margin-top: 12px;
  font-weight: 700;
}
.home-index .conditions p {
  color: #555;
  line-height: 1.7;
}

/* Discount / cashback badges — modernized chip look */
.home-index .percent {
  display: inline-block;
  background: #fff1f0;
  color: #d0021b;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 12px;
}
.home-index .notify-badge {
  background: #fff8e6;
  border: 1px solid #f2d98a;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 11px;
}

/* Price typography */
.home-index .price-label {
  font-variant-numeric: tabular-nums;
}
.home-index .has-discount {
  color: #999;
}
.home-index .discount-price {
  color: #111;
  font-weight: 700;
}

/* Brand strip: keep logos crisp, gentle grayscale that lifts on hover */
.home-index .brands-row .brand-card img {
  filter: grayscale(15%);
  transition: filter 220ms ease;
}
.home-index .brands-row .brand-card:hover img {
  filter: grayscale(0);
}

/* Banner card — softer edges on the hero */
.home-index .banner-card {
  border-radius: 12px;
  overflow: hidden;
}

/* Download-app CTA for mobile */
.home-index .downloadapp {
  display: block;
  text-align: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-weight: 700;
  transition: background-color 180ms ease, transform 180ms ease;
}
.home-index .downloadapp:hover,
.home-index .downloadapp:focus {
  background: #333;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Reduced motion — respect user preference */
@media (prefers-reduced-motion: reduce) {
  .home-index .tag-card,
  .home-index .new-tag-card,
  .home-index .brand-card,
  .home-index .product-container,
  .home-index .tag-card img,
  .home-index .new-tag-card img,
  .home-index .product-container .image-container-flex img,
  .home-index .conditions,
  .home-index .amazing-products-btn,
  .home-index .downloadapp {
    transition: none;
  }
  .home-index .tag-card:hover,
  .home-index .new-tag-card:hover,
  .home-index .brand-card:hover,
  .home-index .product-container:hover,
  .home-index .conditions:hover,
  .home-index .amazing-products-btn:hover,
  .home-index .downloadapp:hover {
    transform: none;
  }
}
