/*========================================
            INDEX PAGE STYLE
=========================================*/
.home-index-slider .dandik {
  right: 30px;
}

.home-index-slider .bamdik {
  left: 30px;
}

.home-index-slider .slick-dots {
  bottom: 50px;
}

.banner-part {
  padding: 50px 0px 60px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.banner-part::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.height_680{
	height:680px;
}

.suggest-card .img_h50 {
    height: 150px;
    object-fit: cover;
}

@media(min-width:1200px) {
    .height_880 {
        height: 880px;
    }
}
@media (min-width: 768px) {
    .banner-1 {
        background: url(../images/home/index/Banner_01.jpg);
        height: 680px !important;
    }

    .banner-2 {
        background: url(../images/home/index/Banner_02.jpg);
        height: 680px !important;
    }
}
.banner-content h1 {
    text-transform: capitalize;
    margin-bottom: 22px;
    width: 100%;
    /*height: 100%;*/
    color: #3e3e48;
}

.banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
  
}

.banner-btn .btn {
  margin-right: 15px;
}

.banner-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner-img {
    display: none;
  }
    .height_680 {
        height: 410px;
    }
    .banner-btn .btn {
        margin: 8px;
        width: 190px;
    }
}
@media (min-width: 991px) and (max-width:1024px) {
    .banner-content h1 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 0px;
    }

    .banner-btn .btn {
        padding: 5px 22px;
        margin-right: 10px;
        font-size: 12px;
    }
    .suggest-card .img_h50 {
        height: 150px;
       
    }
    .banner-content p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .navbar-link {
        font-size: 10px;
    }
    .navbar-item {
        margin-right: 10px;
    }
    .height_680 {
        height: 400px;
    }

    .banner-1 {
        height: 300px !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner-content {
        width:100%;
    }

    .banner-2 {
        height: 300px !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-content h1 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 0px;
    }
    .banner-btn .btn {
        padding: 5px 22px;
        margin-right: 10px;
        font-size: 12px;
    }
    .suggest-card .img_h50 {
        height: 150px;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .height_680 {
        height:320px;
    }
    
    .banner-1 {
        
        height: 300px !important;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .banner-content {
        width: 365px;
    }
    .banner-2 {
      
        height: 300px !important;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.suggest-slider li {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  .suggest-slider li {
    margin: 0px 5px;
  }
}

.promo-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.promo-img a {
  width: 100%;
}

.promo-img a img {
  width: 100%;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.promo-img a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 767px) {
  .promo-img {
    margin: 12px 0px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.testimonial-slider .slick-slide {
  opacity: 0.3;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .dandik,
.testimonial-slider .bamdik {
  opacity: 1;
  visibility: visible;
}

.testimonial-slider .dandik {
  right: 50px;
}

.testimonial-slider .bamdik {
  left: 50px;
}

.brand-slider .dandik,
.brand-slider .bamdik {
  top: 35%;
}

.blog-slider .blog-card {
  margin: 0px 15px 25px;
}

.blog-slider .dandik,
.blog-slider .bamdik {
  top: 43%;
}

@media (max-width: 767px) {
  .blog-slider .blog-card {
    margin: 0px 10px 25px;
  }
}


@media (min-width: 2000px) {
    .height_880 {
        height: 1200px;
    }
  
    .banner-1 { 
        height: 100% !important;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .banner-2 {
        height: 100% !important;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (min-width: 3000px) {
    .height_880 {
        height: 1600px;
    }
}