.elementor-2 .elementor-element.elementor-element-a45ceba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-2 .elementor-element.elementor-element-a5eb986 .bg-title a{text-shadow:Mvagusta -1px 0px 10px;}.elementor-2 .elementor-element.elementor-element-a5eb986 .bg-descr{text-shadow:Born To Make a Difference.The LXP Orioli positions in the luxury motorcycle segment for its equipment, technical features, choice of materials and attention to detail, ensuring the utmost comfort and first-rate performance both on and off-road. -1px 0px 10px;}.elementor-2 .elementor-element.elementor-element-b4141cd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-ca11616 */.mycontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.slider {
  width: 100vw;
  height: 100vh;
  display: flex;
}
.slide {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.slide:hover {
  flex: 5;
}
.slide img {
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}

.slide1 {
  background-image:url('https://ktm.artupweb.com/wp-content/uploads/2024/02/MY-24-KTM-SUPERSPORT-RC-bikes-10.jpeg');
  height:100%;
  width:100%;
  background-size: cover;
  background-color:#000;
  background-position: center;
}

.slide1:before,.slide2:before,.slide3:before,.slide4:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.2);
}

.slide1:hover::before,
.slide2:hover::before,
.slide3:hover::before,
.slide4:hover::before {
  content: "";
  background: rgba(0,0,0,0);
}

.slide2 {
  background-image:url('https://ktm.artupweb.com/wp-content/uploads/2024/02/Barcia-MC450F-Factory-Edition-MY24-header_Desktop.jpeg');
  height:100%;
  width:100%;
  background-size: cover;
  background-position: center;
}

.slide3 {
  background-image:url('https://ktm.artupweb.com/wp-content/uploads/2024/02/HQV-Homepage-Header-Template-mxgp-line-up-2024_Desktop.jpeg');
  height:100%;
  width:100%;
  background-size: cover;
  background-position: center;
}

.slide4 {
  background-image:url('https://ktm.artupweb.com/wp-content/uploads/2024/02/mvagusta.webp');
  height:100%;
  width:100%;
  background-size: cover;
  background-position: center;
}

.title {
  position:absolute;
  top:10%;
  left: 50%;
  /*transform: translateX(-50%); */
  /*transform: translateY(-50%); */
  transform: translate(-50%,-50%);
}

.slider a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    background: #f60;
    color: #fff;
    padding: 20px 40px;
    font-size: 2em;
    font-weight: 500;
}

.slide:hover a  {
  display:block;
  animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.slide1 a {
    background: #f60;
}
.slide2 a {
    background: #cb0d25;
}
.slide3 a {
    background: #002550;
}
.slide4 a {
    background: #fff;
    color: #000;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media(max-width: 1024px) {
    
    .title {
      position:absolute;
      top:10%;
      left: 15%;
      transform: translate(-15%,-50%);
    }
    
    .slider {
       flex-direction: column;
       height: 80vh;
    }  
    
    .slide a {
      font-size: 0.8em;  
      padding: 5px 10px;
    }
    
    
}/* End custom CSS */