/*reset*/
ul.bannerSlider {
  padding-left: 0;
}

.bannerSlider {
  height: 750px;
}

/* .bannerSlider .slide__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 750px;
  background: rgba(33, 33, 33, 0.7);
} */

.bannerSlider .slick-slide {
  position: relative;
}

.bannerSlider .slide__image img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}

img.slide__image__top-position {
  object-position: center bottom;
}

.bannerSlider .slide__text {
  position: absolute;
  z-index: 100;
  text-align: right;
  width: 100%;
  top: 50%;
  transform: translateX(5%);
}

.bannerSlider .slide__text h2 {
  font-size: 48px;
  font-weight: 100;

  color: #fff;
}

button.btn.btn-white {
  background: var(--primary);
  color: #fff;
  padding: 13px 25px;
  font-size: 27px;
  line-height: 1;
}

button.btn.btn-white svg {
  font-size: 22px !important;
  margin-right: 5px;
}

button.btn.out {
  font-size: 28px;
  color: #fff;
  margin-left: 20px;
}

button.btn.out svg {
  color: #fff;
}

.my-slider {
  padding: 0 70px;
}

.bx-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  visibility: hidden;
  transition: all linear 0.3s;
}

.bx-info {
  position: relative;
  /* background-color: gray; */
  /* background-color:rgba(0, 0, 0, 0.1); */
  color: #fff;
  color: black;
  height: 200px;

  margin: 0 15px 0 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bx-info:hover .bx-content {
  visibility: visible;
}

.bx-content .d-flex {
  justify-content: space-between;
  width: 100% !important;
}

.bx-content .d-flex button {
  background: transparent;
  border: none;
  color: #fff;
}

.title {
  color: #fff;
}

.slider-1 {
  /* margin-top: -285px; */
  width: 100%;
}

.count-list {
  display: flex !important;
}

.count-list span.number {
  font-size: 180px;
  line-height: 1;
  color: white;
  font-weight: 500;
}

/* .my-slider .slick-track .slick-slide{

} */

.wrapper {
  /* padding: 70px 0; */
  overflow-x: hidden;
}

.my-slider .slick-next,
.slick-prev {
  z-index: 1;
}

.my-slider .slick-next {
  right: 15px;
}

.my-slider .slick-prev {
  left: 15px;
}

.my-slider .slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

.slick-prev:after {
  content: "\f104";
  font: 40px/1 "FontAwesome";
}

.slick-next {
  right: 20px;
  text-align: right;
}

.slick-next:after {
  content: "\f105";
  font: 40px/1 "FontAwesome";
}

.slick-arrow {
  border: none;
  background: transparent;
  color: #696969;
}

.slick-prev {
  position: absolute;
  top: 35%;
}

.slick-next {
  position: absolute;
  top: 35%;
}

.bx-content {
  padding: 20px;
  background: linear-gradient(2deg, rgba(0, 0, 0, 0.5), transparent);
}

.bx-info .slide__image img {
  width: 100%;
  /* min-height: 380px; */
  /* max-height: 380px; */
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}

.toast-notification {
  background: #fff;
  width: fit-content;
  padding: 5px 10px;
  position: absolute;
  top: 45px;
  z-index: 99;
  margin: 0 auto;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  left: 0;
  right: 0;
}

.success svg {
  color: green !important;
  margin-right: 5px;
  top: 1px;
  position: relative;
}

/* .bx-info:hover .bx-title-tp {
  visibility: visible;
} */

.bx-title-tp {
  padding: 10px;
  /* background: linear-gradient(2deg, transparent, rgba(0, 0, 0, 0.5)); */
  /* visibility: hidden; */
  transition: all linear 0.3s;
  /* position: absolute; */
  left: 0;
  right: 0;
  font-weight: bold;
  text-align: center;

}





/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal .slide__text {
  position: absolute;
  z-index: 100;
  text-align: right;
  width: 100%;
  top: 70%;
  transform: translateX(5%);
}

.modal .slide__text h2 {
  font-size: 48px;
  font-weight: 100;

  color: #fff;
}

.modal button.btn.btn-white {
  background: #fff;
  padding: 13px 25px;
  font-size: 27px;
  line-height: 1;
}

.modal button.btn.btn-white svg {
  font-size: 22px !important;
  margin-right: 5px;
}

.modal button.btn.out {
  font-size: 28px;
  color: #fff;
  margin-left: 20px;
}

.modal button.btn.out svg {
  color: #fff;
}

.modal .slide__image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.modal .slide__image::before {
  content: "";
  position: absolute;
  width: 100%;
  min-height: 700px;
  background: rgba(33, 33, 33, 0.7);
}

.modal span.close {
  position: absolute;
  color: #fff;
  z-index: 11;
  float: none;
  margin: 0 auto 0 0;
  display: block;
  right: 12px;
}

@media (prefers-color-scheme: light) {}