
.backBtn{
    opacity: 0;
}
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 538px;
  z-index: 1;
}
.slider-logo-pos{
  position: relative;
width: 147px;
height: 82.46px;
left: 57px;
top: 20px;
z-index: 2;
}
.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;
}
.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-size: 36px;
    color: #55c2c3;
    font-family: 'Libre Baskerville';
    font-weight: 800;
  /*font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;*/
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 24px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 5px;
}
.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;
}

.card__face .inner {
    padding: 0;
    width: 100%;
    align-self: flex-end;
    position: relative;
    text-align: left;
    color: #fff;
    z-index: 10;
    padding-bottom: 15%;

    font-family: "Libre Baskerville";
}
.outer-icon{
    position: relative;
    z-index: 10;
    align-self: flex-end;
}
.outer-icon a{
  background-color: rgba(255, 255, 255, 1);
    margin-bottom: 29.4px;
    border-radius: 50%;
    padding: 18.94px 18.95px 18.95px 18.94px;
    display: flex;
    align-items: center;}
.fs-inner {
    padding: 0;
    width: 100%;
    }
    .fs-inner {
    position: relative;
    text-align: center;
    color: rgba(32, 33, 36, 1);
    z-index: 10;
    font-family: "Libre Baskerville";
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.box-bg, .box-back{
      position: absolute;
    top: 0;
    left: 0;
    height: 100.2%;
    width: 100.2%;
    background-size: cover;
    z-index: 1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(.24,1,.3,1);
    -webkit-transition: all .6s cubic-bezier(.24,1,.3,1);
}



.box-bg:after, .box-bg:before {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 10;
    content: '';
/*    background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(29 27 27 / 44%) 100%);*/
    background: linear-gradient(to bottom,rgba(15,15,15,0),rgb(29 27 27 / 15%) 100%);
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
}
.service-sec{
background-color: rgba(244, 244, 244, 1);
}

.what-like-sec{
    
    padding: 70px 100px 60px 100px;
}
.how-it-works-sec .img-column{
      padding-right: 0;
    background: #eeedf2;
    text-align: center;
}
hr.liner {
    border: 1px solid #000;
    opacity: 1;
    margin: auto;
    width: 15%;
}
.service-card a {
  text-decoration: none;
  }
.service-card-image {
    height: 273px;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "Libre Baskerville";
        border-radius: 5px;
  }
  .line-child{
    border-top: 2px solid var(--color-black);
    box-sizing: border-box;
    width: 180px;
    height: 2px;
    float:right;
    margin-top: 20px;
  }
  .zoom {
  transition: transform .2s;
}

.zoom:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */ 
  transform: scale(1.1);
}
  .service-card {
    height: 273px;
    width: 250px;
    font-family: "Libre Baskerville";
    margin:20px 10px;
    padding: 0;
  }
  .service-card-inner{
    font-size: 20px;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 700;

  }
  .service-btn {
    background: #55c2c3;
    color: #fff;
    width: 40%;
    border-radius: 0;
}
.btn-home-all{
  color: #fff;
    background: #E34A24;
    font-weight: 700;
    font-family: "Lato";
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 10px;
}
.vector {
    flex: 1;
    align-self: stretch;
    object-fit: cover;
    height: 60px;
    width: 60px;
}
.shop-vendor-icon-1 {
    padding: 0 0 0.01px;
    display: flex;
    align-items: center;
}
.flex-wrapper-fourteen, .flex-wrapper-sixteen, .flex-wrapper-seventeen {
    border-radius: 50%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 45%;
    margin: 20px auto;
}
.flex-wrapper-fourteen {
    background-color: #b3b3b34d;
  }
  .flex-wrapper-sixteen {
    background-color: #0EB5E2;
  }
  .flex-wrapper-seventeen {
    background-color: #E34A24;
  }

.do-you-have {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(32, 33, 36, 1);
    text-align: center;
}
.register-as {
    font-family: "Lato";
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color: rgba(32, 33, 36, 1);
}

.testi {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 57px 38px 37px 23px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
        margin-bottom: 36px;
}
.star-1:not(:last-of-type) {
    margin-right: 2px;
}

.star-1 {
    width: 16px;
    height: 16px;
}
.testi .stars {
    padding: 0 0 0 12px;
    display: flex;
    align-items: flex-start;
}

.testi .title{
    font-family: "Libre Baskerville";
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: rgba(85, 194, 195, 1);
}
.testi .sub-title{
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: rgba(32, 33, 36, 1);
    margin-bottom: 44px;
}
.testi .content{
    max-width: 316px;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(32, 33, 36, 1);
    margin-bottom: 21px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    
    background-color: rgba(0, 0, 0, 1) !important;
}
.owl-theme .owl-dots .owl-dot span{
  width: 25px !important;
    height: 25px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    margin-right: 14px !important;
    border-radius: 50% !important;
}
.flex-wrapper-two {
    padding: 50px 80px 55px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    color: rgba(255, 255, 255, 1);
}
.how-it-works {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 32px;
    margin: auto;
}
.flex-wrapper-two .col-11 {
    padding: 2px 20px;
}

.scene {
  width: 100%;
  display: flex;
  justify-content: space-between;
/*  perspective: 800px;*/
    max-height: 300px;
}

  .scene .cards {
    position: relative;
    width: 240px;
    height: 300px;
    color: white;
    cursor: pointer;
    transition: 1s ease-in-out;
    transform-style: preserve-3d;
    width: 20% !important;
    height: 260px;

    margin-right: 10px;
    margin-left: 10px;
  }

    .scene .cards:hover {
      transform: rotateY(0.5turn);
    }

    .scene .cards .card__face {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      transition: 1s ease-in-out;
      min-height: 500px;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 11%;
    justify-content: space-evenly;

      
      }

      .scene .cards .card__face img {
        
      }

      .scene .cards .card__face--back {
        transform: rotateY(0.5turn);
        z-index: 1;
      }
    
  
