





.carousel2 {
  padding: 20px;
  -webkit-perspective: 900px;
          perspective: 900px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.carousel2 figure {
  margin: 0;
  width: 60%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.carousel2 figure img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}
.carousel2 figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel2 nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}
.carousel2 nav button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5px;
  cursor: pointer;
  color: #333;
  background: none;
  border: 1px solid;
  letter-spacing: 1px;
  padding: 5px 10px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}




.hidden {
  transition: all 200ms ease;
  opacity: 0;
  pointer-events: none;
}

.carouseltr {
  width:100%;
  height:750px;
  position: relative; background:rgba(0, 0, 0, 0.05); text-align:center;
}
.carouseltr .btn {
  position: absolute;
  height: calc(100% - 15%);
  width: calc(100% - 90%);
  margin: 35px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
  overflow: hidden;
}
.carouseltr .btn:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
.carouseltr .btn i {
  font-size: 1.6rem;
  color: #000;
  transition: all 400ms ease;
  opacity: 0;
}
.carouseltr .btn-back {
  top: 60px;
  left: 4%;
}
.carouseltr .btn-back:before {
  border-radius: 100% 0 0 100%;
  transform: translateX(100px);
}
.carouseltr .btn-back .fa-arrow-left {
  transform: translateX(100px);
}
.carouseltr .btn-next {
  top: 60px;
  right:4%;
}
.carouseltr .btn-next:before {
  border-radius: 0 100% 100% 0;
  transform: translate(-100px);
}
.carouseltr .btn-next .fa-arrow-right {
  transform: translateX(-100px);
}
.carouseltr .btn .right-indicator, .carouseltr .btn .left-indicator {
  opacity: 1;
  color: rgba(21, 26, 46, 0.9);
}
.carouseltr .btn .right-indicator {
  transform: translateX(-20px);
}
.carouseltr .btn .left-indicator {
  transform: translateX(-5px);
}
.carouseltr .btn:hover:before {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(0);
}
.carouseltr .btn:hover .fa-arrow-left, .carouseltr .btn:hover .fa-arrow-right {
  opacity: 1;
}
.carouseltr .btn:hover .fa-arrow-left {
  transform: translateX(8px);
}
.carouseltr .btn:hover .fa-arrow-right {
  transform: translateX(8px);
}
.carouseltr .btn:hover .right-indicator {
  transform: translateX(100px);
  opacity: 0;
}
.carouseltr .btn:hover .left-indicator {
  transform: translateX(-100px);
  opacity: 0;
}
.carouseltr .viewbox {
 /* width: calc(100% - 20%);
  height: calc(100% - 10%);*/
  width: 1024px;
  height: 570px;
  position: relative;
  margin: 25px auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 2px 5px 10px rgba(0, 0, 0, 0.1), -2px 8px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}
.carouseltr .viewbox .tracktr {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 500ms ease;
  z-index: 2;
}
.carouseltr .viewbox .tracktr .slidert {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.09);
}
.carouseltr .viewbox .tracktr .slidert .images {
   width: 100%;
  height: 100%;
  object-fit: cover;
}
.carouseltr .nav-indicator {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.carouseltr .nav-indicator .dot {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 300ms ease;
}
.carouseltr .nav-indicator .dot.active {
  background: rgba(0, 0, 0, 0.5);
}
