.container-wide {
  width: 100%;
}

.container-wide:after {
  clear: both;
}

.container-wide:before, .container-wide:after {
  content: " ";
  display: table;
}


#homepage-slider {
  position: relative;
  padding-left: 0;
  padding-right: 0px;
  overflow: hidden;
}

#homepage-slider .bx-wrapper .bx-next:before {
  content: "\f054";
  font-size: 30px;
  line-height: 30px;
}

#homepage-slider .bx-wrapper .bx-prev:before {
  content: "\f053";
  font-size: 30px;
  line-height: 30px;
}

#homepage-slider .bx-wrapper .bx-next,
#homepage-slider .bx-wrapper .bx-prev {
  top: 50%;
  width: 30px;
  height: 30px;
}

#homepage-slider .bx-wrapper .bx-next {
  right: 10px !important;
}

#homepage-slider .bx-wrapper .bx-prev {
  left: 10px !important;
}

#homeslider {
  padding: 0;
}

.homeslider-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.homeslider-inner {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}


.homeslider-description {
  font-size: calc((1vh + 2vw) / 2);
  position: absolute;
  cursor: pointer;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 , h6, .h6 p {
  margin-top: calc((1vh + 2vw) / 3);
  margin-bottom: calc((1vh + 1vw) / 3);
  min-height: calc((1vh + 2vw) / 2);
}

.homeslider-description h1 {
  font-size: calc((1vh + 6vw) / 2);
}

.homeslider-description h2 {
  font-size: calc((1vh + 4vw) / 2);
}

.homeslider-description h3 {
  font-size: calc((1vh + 3vw) / 2);
}

.homeslider-description h4 {
  font-size: calc((1vh + 3vw) / 2);
}

.homeslider-description h5 {
  font-size: calc((1vh + 2vw) / 2);
}

.homeslider-description h6 {
  font-size: calc((1vh + 1vw) / 2);
}

.homeslider-description p {
  font-size: calc((1vh + 2vw) / 2);
}

.homeslider-description p {

  color: #121212;
}

.homeslider-description .btn {
  
}

.homeslider-description .slide-title {
  font-family: var(--body-font-family-bold);
  background-color: var(--primary-background-color);
  padding: 0.5rem 1.1rem;
  border-radius: 20px 0;
  color: var(--header-font-color);
  font-weight: 700;
  color: var(--primary-color);
}

#homeslider-pager {
  display: none;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
