.hero-slider {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 0;
}

.slide-bg-image.elementor-section.elementor-section-boxed
  > .elementor-container {
  flex-direction: column;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1480px) {
  .slide-bg-image.elementor-section.elementor-section-boxed
  > .elementor-container {
  padding-left: 20px;
  padding-right: 20px;
}
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
 /* max-height: 1080px;*/
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  text-align: left;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  text-align: left;
  line-height: 6px;
  font-size: 12px;
  color: #000;
  opacity: 0.46;
  background: #fff;
  transition: all 0.2s ease;
  width: 91px;
  height: 6px;
  border-radius: 5px;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

#myslider
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 50px;
}

.swiper-pagination {
  text-align: center;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
  }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100vh;
  min-height: 600px;
  max-height:1000px;
  /*max-height: 1080px;*/
  transition: all 0.4s ease;
  /*animation: slideInLeft 1.0s;*/
}

/*@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}*/

@media (max-width: 767px) {
  .hero-style {
    height: 90vh;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 800px;
}

.hero-style .logo-slider {
  width: 200px;
  height: auto;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .hero-style .logo-slider {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}
}

/*.hero-style .slide-title  {
  opacity: 0;
}*/

.hero-style .slide-title h2 {
  color: #ffffff;
  margin: 0 0 20px;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    margin: 0 0 20px;
  }
}

.hero-style .slide-text p {
  margin: 0 0 60px;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    margin: 0 0 60px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

.swiper-slide-active .slide-title {
  opacity: 1;
  /* animation: fadeInLeft 1.5s;*/
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/

.hero-slider .pulsante {
    display: inline-flex;
    min-width: unset;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s ease;
    text-decoration: none;
    padding-left: 35px;
    padding-right: 35px;
    background-color: white;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 43px;
}


a {
  text-decoration: none !important;
  transition: all 0.2s ease;
}

/*.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}*/

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

.hero-style .video-self-class {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height:1000px;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}

.vjs-tech {
  height: 100vh;
  min-height: 600px;
  max-height:1000px;
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  object-fit: cover;
}

button.vjs-big-play-button {
    display: none;
}

.vjs-control-bar {
    display: none;
}

.vjs-modal-dialog-content {
    display: none;
}
.vjs-modal-dialog.vjs-hidden.vjs-text-track-settings {
    display: none;
}

button.vjs-close-button.vjs-control.vjs-button {
    display: none;
}

@media (max-width: 767px) {
  .vjs-tech {
    height: 90vh;
  }
}

@media (max-width: 767px) {
.hero-style h1.custom-heading-xl, .hero-style h2.custom-heading-xl, .hero-style h3.custom-heading-xl, .hero-style h4.custom-heading-xl, .hero-style h5.custom-heading-xl, .hero-style h6.custom-heading-xl, .hero-style span.custom-heading-xl, .hero-style p.custom-heading-xl {
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0;
    font-weight: 800;
}

.hero-slider .swiper-pagination-bullet {
  width: 45px;
  height: 4px;
  border-radius: 5px;
}


}
