
/* ********** SLIDESHOW START ********** */

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  /*font: 12px/1.2 "Oswald", sans-serif;*/
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}

.b2 {
    color: #444;
    border: 1px solid #888;
}
.b3 {
    color: #fff;
    font-size: 12px;
  line-height: 1.2em;
    letter-spacing: 0.2em;
    border: 1px solid #00ABB7;
    background-color: #00ABB7;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  /*background: #e1e1e1;*/
  background: #32a8b3;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.b2::before {
  background: #32a8b3;
}
.b3::before {
  background: #333;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  border-color: #32a8b3;
  transition: color 0.1s linear 0s;
}
.b2:hover {
  color: #fff;
  border-color: #32a8b3;
}
.b3:hover {
  color: #fff;
  border-color: #333;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slide-loader {
position: absolute;
    top: 50%;
    left: 50%;
    color: #26a8b4;
    z-index: -1;
    font-size: 30px;
    margin: -40px 0px 0px -25px;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: #000;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

  opacity: 1;
  transform: scale(1;);

}
.first-load1 .caption {
  opacity: 0 !important;
  transform: scale(2);

}

.sl1 .caption {
    margin-top: -10%;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
/*.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}*/
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
/*  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;*/

    font-size: 4.3em;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -0.02em;  
}

.slideshow .slide.sl3 .title {
    margin: -8% auto 15px;
    max-width: 1000px;
    font-size: 8vw;
    line-height: 1.2em;
    font-weight: 200;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-shadow: 1px 1px 7px rgb(0 0 0 / 90%);
    opacity: 0.9;
}


.slideshow .slide .text {
  margin: 0 auto;
  max-width: 800px;
  font-size: 18px;
  line-height: 1.4;
}

.slide.sl3 .text p {
    display: inline-block;
    background-color: rgba(255,255,255,0.85);
    color: #2381ce;
    padding: 3px 5px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
}

.slideshow .bleft {
  text-align: left;
    justify-content: left;
    align-items: flex-end;
    padding: 0px 0px 8% 3%;
}

.slideshow .bleft .text  {
    margin: 0;
}

.slideshow .slide .btn {
  margin: 15px 1px 0;
  border-color: #fff;
  min-width: 168px;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
  opacity: 0.7;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 52px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  /*z-index: 1;*/
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before,.slideshow .pagination .item.is-new::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgb(70 91 113 / 70%);
  transition: background 0.2s ease;
}


.slideshow .pagination .item:hover::before, /*.slideshow .pagination .item.is-active::before,*/ .slideshow .pagination .item.is-new::before {
  /*background-color: #fff;*/
}



.slideshow .pagination .item::after {
  content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 0px;
    height: 2px;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 5px rgba(255,255,255,0.4);
    /*transition: background 0.2s ease;*/

  -webkit-transition: width 3.8s ease;
  -moz-transition: width 3.8s ease;
  -ms-transition: width 3.8s ease;
  -o-transition: width 3.8s ease;
  transition: width 3.8s ease;
  /*z-index: -1;*/
  opacity: 0;
}

.slideshow .pagination .item.is-new::after {
    width: 36px;
    z-index: 1;
    opacity: 1;
}

.slideshow .arrows .arrow {
    margin: -143px 0 0;
    padding: 180px 40px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    opacity: 0.01;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}


/* ********** SLIDESHOW END ********** */

@media screen and (max-width: 650px) {


.mbl {display: block;}
.dsk {display: none;}

.homeh1 {font-size: 3em;max-width: 100%;}
.homeh2 {font-size: 1.4em;max-width: 100%;padding: 0px 0px;box-shadow: none;}

.slideshow .slide .title {font-size: 2.7em;width: 77vw;}
.slideshow .slide .text {font-size: 16px;}
.slideshow .arrows .prev {left: -10px;}
.slideshow .arrows .next {right: -10px;}
.slideshow .arrows .arrow {top: 46%;}

.slideshow .slide-content {top: -30px;}

.slideshow .pagination {bottom: 135px;}
.slideshow .pagination .item {width: 30px;}
.slideshow .pagination .item::before,.slideshow .pagination .item.is-new::before  {width: 26px;}
.slideshow .pagination .item.is-new::after {width: 26px;}

.slide-loader {margin: -110px 0px 0px -25px;}

.sec-content {flex-wrap: wrap;padding: 30px;}

.slide.sl3 .text p {
    display: inline-block;
    background-color: rgba(255,255,255,0.85);
    color: #2381ce;
    padding: 3px 5px;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 400;
}
.slideshow .slide.sl3 .title {
    z-index: 0;
    text-transform: uppercase;
    font-size: 14vw;
    line-height: 0.9em;
}


} /*mobile end*/


