@charset "utf-8";
/* CSS Document */

section.banner {
  display: block;
  width: 100%;
  overflow: hidden;
}

.banner {
  position: relative;
}

.slideingdiv .desk-view {
  width: 100%;
}

.bannertext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(177deg, rgb(0 0 0 / 40%), transparent);
}

.bannertext .container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bnr_left_text {
  max-width: 660px;
  margin: 0 0;
  text-align: center;
}

.bnr_overlay {
  position: relative;
}

.bnr_heading {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-weight: 700;
}

.bnr_left_text .top_text span {
  font-size: 14px;
  color: #fff;
  letter-spacing: 5.5px;
  line-height: 46px;
  margin-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgb(0 0 0 / 76%);
  padding: 4px 10px;
}

.shop_btn .btn_dark {
  padding: 10px 34px;
  text-transform: uppercase;
}

.ban_xs,
.mob-view {
  display: none !important;
}

.slideingdiv {
  position: relative;
}

.js_hmbanner .slideingdiv:not(:first-child) {
  display: none;
}

.js_hmbanner.slick-initialized .slideingdiv,
.js_testimonials.slick-initialized li {
  display: block;
}

.js_hmbanner .slick-dots {
  bottom: 45px;
}

.js_hmbanner .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.js_hmbanner.common_dots .slick-dots li button {
  border-color: #fff;
  background: transparent;
}

.js_hmbanner.common_dots .slick-dots li.slick-active button {
  background: #fff;
}

.js_hmbanner .top_text {
  position: relative;
  z-index: 1;
}

.js_hmbanner .top_text:after,
.js_hmbanner .top_text:before {
  position: absolute;
  content: "";
  width: 14%;
  height: 1px;
  background: rgb(255 255 255 / 50%);
  left: 18px;
  top: 22px;
}

.js_hmbanner .top_text:before {
  left: auto;
  right: 18px;
}

.js_hmbanner.common_dots.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/*about */

.right_content {
  max-width: 480px;
}

/* .hm_about  { padding-bottom: 0 !important;} */

/* MEDIA QUERY */
@media screen and (min-device-width: 1921px) and (max-device-width: 4000px) {
}

@media (max-width: 1599.98px) {
  .hm_about .left_img {
    padding-right: 50px;
  }
}

@media (max-width: 1439.98px) {
  .bnr_heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .bnr_left_text .top_text span {
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
  .hm_about .left_img {
    padding-right: 0px;
    width: 100%;
  }

  .right_content {
    max-width: 100%;
    width: 100%;
    margin: 30px 0 0;
  }

  .hm_about .flex-container {
    flex-wrap: wrap;
  }

  .bnr_heading {
    font-size: 32px;
    line-height: 42px;
  }

  .bnr_left_text .top_text span {
    font-size: 10px;
  }

  .bnr_left_text {
    max-width: 535px;
  }

  .slideingdiv .desk-view {
    height: 450px;
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .slideingdiv .desk-view {
    height: 400px;
  }
}

@media (max-width: 575.98px) {
  .js_hmbanner .top_text:after,
  .js_hmbanner .top_text:before {
    content: none;
  }

  .bnr_left_text .top_text span {
    letter-spacing: 3px;
    line-height: 26px;
  }

  .bnr_heading {
    font-size: 26px;
    line-height: 36px;
  }
}
