body{padding:0;margin:0;}
button:focus{border:0; outline:0;}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

.item-slide--text {
  text-align: center;
  padding: 0.5em 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em 0;
/*
  padding-inline-start: 5em;
  padding-inline-end: 55%;
*/
  text-align: start;
  width:35%;
  background:#000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
}
.item-slide--image {
    width: 66%;
    overflow: hidden;
    margin-inline-end: 0;
    will-change: width;
    
    height: 100%;
/*
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
*/
}

/*.item-slide--image::before {
            content: "";
            z-index: 1;
            position: absolute;
            top: 0px;
            right: 0;
            left: auto;
            width: 100%;
            height: calc(100% + 2px);
            background: url(banner-custom-arrow.png) no-repeat 
             483px  center/contain;

            background-size: auto;
           
            
        }*/
.hero {
    padding: 0;
    margin: auto 0;
    width: 100%;
    overflow: hidden;
}
.hero .owl-carousel-slide {
    z-index: 0;
    padding-bottom: 5em;
    max-width: 100%;
    width: 100%;
    margin: auto;
    height: auto!important;
    --duration: 1s;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: grid; 
    grid-template: auto/auto;
}
p.top-headline {
    font-weight: 700;
    color: purple;
    font-size: 1em;
}
.item-slide--text h2 {
    font-size: 3em;
    font-weight: 700;
    margin-block-start: 0.75em;
    word-break: break-word;
    word-wrap: break-word;
}
.owl-dots {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-57%, 0%);
}
.carousel-indicators-hero {
    width: 65%;
    text-align: center;
    margin: 0px auto;
}

:focus{outline:0px;}



.slide-content{padding-left:60px;}
.slide-content .top-headline{font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 34px;}
.slide-content ul{list-style:none; margin: 10px 0 0 0; padding: 0px;}
.slide-content li{line-height:29px;    font-size: 15px; font-family: 'Montserrat', sans-serif; font-weight: 300;}
.slide-content li:before{content:"";}
.fa-chevron-right:before {
    content: "\f054";
    font-weight: 100;
    color: #ffc52a;
    font-size: 12px;
    margin-right: 5px;
}




.indicators-scroll{
    background: #fcc635;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
 .shape button {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 20px;
    width:100%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 3px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 8px;
    border: 1px solid #000;
}

.item.shape span {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
}
.shape.square.to-parallelogram:hover { cursor: pointer;  }
.shape.square.to-parallelogram:hover span {
    color:#fcc635;
}

 .shape {
    width: auto;
    height: 70px;
    background: transparent;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    
    display:flex;
}


.shape.square {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.shape.square.to-parallelogram:hover {
color:#fcc635;
background:#000;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.current .shape.square.to-parallelogram {
color:#fcc635;
background:#000;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.clear { clear: both; height: 0px;  }
.owl-item.active h3 small { margin: -5px 0 0px 0; float: left;  }
.owl-item.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}

.owl-item.active ul {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.1s;
}

.owl-item.active .btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

.owl-carousel .owl-item img{   
 animation: fadeInRight;
    animation-duration: 1s;
    --animate-delay: .1s;
    --animate-duration: 1s;}

.slide-content .btn {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-decoration: none;
    color: #fcc635;
    border: 1px solid #fcc635;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    transition: all .35s;
    margin-left: 0;
    font-weight: 300;
}

.slide-content .btn span{
  position: relative;
  z-index: 2;
}

.slide-content .btn:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fcc635;
  transition: all .5s;
}

.slide-content .btn:hover{
  color: #000;
}
.shape span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
}
.slide-content .btn:hover:after{
  width: 100%;
}
.shape.square span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
}
.owl-item.active.current .shape span { color: #fcc635;  }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: black;
    border: 1px solid black;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
/*

.owl-stage .owl-item:after {
    position: absolute;
    content: "/";
    font-size: 83px;
    left: 4px;
    z-index: 99999;
    transform: rotate(10deg);
}
*/

.owl-stage .owl-item:before {
    position: absolute;
    content: "/";
    font-size: 65px;
    right: -8px;
    left: auto;
    z-index: 99999;
    transform: rotate(13deg) translateY(-50%);
    color: #000000;
    top: 50%;
    font-weight: 100;
}
.slide-content h3.top-headline {
    color: #ffffff;
}
body .slide-content {
    padding-left: 0;
    padding-right: 0;
}
.shape button span {
    font-weight: 500 !important;
}
div#et-main-area {
    padding-top: 95px;
}
.carousel-indicators-hero {
    width: 68vw;
    margin: 0px auto;
}
picture.mob-baner {
    display: none;
}









/*----------------------------75-------------------------------*/
@media (min-width: 1821px) and (max-width: 1920px) {
.item-slide--text {
    width: 40%;
}
}
/*----------------------------75-------------------------------*/







/*----------------------------67-------------------------------*/
@media (min-width: 1921px) and (max-width: 2051px) {
.item-slide--text {
    width: 46%;
}
}
/*----------------------------67-------------------------------*/



/*----------------------------50-------------------------------*/
@media (min-width: 2052px) and (max-width: 2732px) {
.item-slide--text {
    width: 60%;
}
}
/*----------------------------50-------------------------------*/




/*----------------------------33-------------------------------*/
@media (min-width:2733px) and (max-width:4102px){
.item-slide--text {
    width: 74%;
}
}
/*----------------------------33-------------------------------*/



/*----------------------------25-------------------------------*/
@media (min-width:4103px) and (max-width:5464px){
.item-slide--text {
    width: 81%;
}
}
/*----------------------------25-------------------------------*/







/* Mobile*/
@media (min-width: 320px) and (max-width: 767px) {
div#et-main-area {
    padding-top: 32px;
}
picture.des_banr {
    display: none;
}
picture.mob-baner {
    display: block;
}
}




@media (min-width: 768px) and (max-width: 849px) {
div#et-main-area {
    padding-top: 51px;
}
}




@media (min-width: 320px) and (max-width: 849px) {
div#et-main-area {
    padding-top: 32px;
}
.owl-stage .owl-item:before {
	position: absolute; 
	content: "/"; 
	font-size: 31px; 
	right: -10px; 
	z-index: 99999;
    transform: rotate(10deg) translateY(-50%);
    color: #000000;
    top: 50%;
    font-weight: 100; 
}
.owl-stage .owl-item:before {
  content: none;
  display: none;
}
}





@media(max-width:1023px){
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid black;
    width: 5px;
    height: 5px;
    }
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0px 3px;   
    border-radius: 8px;
    border: 1px solid #000;
}
}

@media(max-width:767px){
.item-slide--text{text-align:center;}
.hero .owl-carousel-slide{background:#000;}
.item-slide--text{width: 100%; background: #000; display: table; padding: 0; top: 0; position: relative;
    margin: 0; bottom: 0;}
.item-slide--image{width:100%; background-color: black;}
.owl-carousel .owl-item img { opacity: 1;  }
.slide-content {  padding: 25px;    margin-top: 0; }
.slide-content .top-headline{font-size:20px; text-align: center;}
.owl-item.active h3 small { float: none;  }
.carousel-indicators-hero{width:100%; margin: 0;}
.hero .carousel-indicators-hero .indicators-scroll>*{width:calc(100% / 3) important;}
.shape button{font-size:12px;}
.shape{height:60px;}
.indicators-scroll{webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); 
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
.slide-content li{line-height:19px;font-size:15px;}
.item-slide--text p,.owl-item.active ul{margin: auto;}
.slide-content .btn { width: 127px; height: 34px; line-height: 34px; font-size: 15px; margin: 0 auto; }
.shape.square span{ font-size: 13px;}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:0;}
.owl-dots {display:none; top: 87%; }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

.owl-theme .owl-nav.disabled+.owl-dots{margin-top:3px;}
.carousel-indicators-hero {
    width: 95%;
    margin: 0px auto 0px 2%;
}
.slide-content { padding-left: 15px;  }
.slide-content .top-headline { font-size: 20px; line-height: 24px; width: 90%; }
.slide-content ul { margin: 0px;  }
.slide-content br { display: none;  }
/*.owl-stage .owl-item:before { transform: rotate(4deg); }*/
}
