/** Shopify CDN: Minification failed

Line 114:0 Unexpected "}"
Line 466:0 Unexpected "}"
Line 679:0 Unexpected "}"
Line 1896:2 Expected identifier but found "."
Line 2034:2 Expected identifier but found "."
Line 2337:13 Unexpected "{"
Line 2337:22 Expected ":"
Line 2338:13 Unexpected "{"
Line 2338:22 Expected ":"
Line 2339:13 Unexpected "{"
... and 17 more hidden warnings

**/


* {
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #f7f8fc;
 
  color: #10182f;
}

.card-wrapper{
  padding-top:30px;
  padding-bottom:30px;
}
  
.maincard-h2{
  text-align:center;
  
}

.maincard-h3{
  text-align:center;
  
}
  
.container {
  display: flex;
  width: 1040px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top:20px;
  margin-bottom: 30px;
}
.card-wb {
  margin: 10px 10px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
}

.card-image{
 image-rendering: pixelated; 
}
  
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
  /*
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  
}
*/
.rcard-title-h4{
  margin-top:10px;
  text-transform: uppercase;
  font-size:100%;
  font-weight:bold;
 
    }
  
.card-body p {
  font-size: 13px;
  margin: 10px 0 20px;
  
}

.btn-container{
   display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .card-col {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
 
.card{
  margin-bottom:20px;
}
    
  }
}



.acard-center{
    width:100%;
    height:180px;
    perspective:150px;
    background-color:gray;
    display: flex;
    justify-content: center;
    padding-top:30px;
  ;
     
  }

.acarousel-item img{
    height:100px;
    width:auto;
    text-align:center;
   display:block;
	margin-top:20px;
  margin-bottom:20px;
                                  
 }         

  



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.fc-wrapper {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-flow:wrap;
  
}

.flip-card {
  margin: 20px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
  width: 380px;
  min-height: 600px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front {
  transform: rotateY(0deg);
}

.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front::after,
.flip-card-back::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.flip-card-front .inner,
.flip-card-back .inner {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.inner .icon {
  width: 80px;
  margin-bottom: 20px;
}

.inner h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-back {
  transform: rotateY(0deg);
}







* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

.prod_title{
   color:blue;
   text-align:center;
    padding-bottom:10px;
}

.prod_subtitle{
    text-decoration: underline;
    
        }






.titlelink{
	text-decoration: none;
}

.book-title {
	text-align:center;
	margin:2rem 0 1rem 0;
	padding:1rem;
   /* color: rgb(var(--color-hforeground));*/
     

}
.book-desc{
	text-align:center;
}

.card-center{
    width:100%;
    height:500px;
    /*perspective:450px;*/
    background-color:white;
    display: flex;
    justify-content: center;
    padding-top:30px;
	  }
.carousel-item img{
    height:480px;
    width:auto;
    text-align:center;
    display:block;
	margin:0 5px;
                                    
 } 





  .card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
   margin: 0 auto;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
/* on mouse-over, change background color*/
  background-color:white;
}


/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

  .card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

/* Add rounded corners to the top left and the top right corner of the image */
.imagecard {
  border-radius: 5px 5px 0 0;
  object-fit: contain;
}
  



* {
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #f7f8fc;
 
  color: #10182f;
}

.card-wrapper{
  margin-top:30px;
  
}
  
.maincard-h2{
  text-align:center;
}

.maincard-h3{
  text-align:center;
  
}
  
.container {
  display: flex;
  width: 1040px;
  justify-content: space-evenly; 
  flex-wrap: wrap;
  margin-top:20px;
  margin-bottom: 30px;
}
.comparison-card {
  margin: 10px 10px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 450px;
  }
  

.card-image{
 image-rendering: pixelated; 
}
  
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
  /*
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  
}
*/
.comparison-h4{
  margin-top:10px;
  text-transform: uppercase;
  font-size:150%;
  font-weight:bold;
  text-decoration: underline;
 
    }
  
.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}


.card-body p {
  /*font-size: 16px;*/
  margin: 10px 0 20px;
  text-align: center;
}

.card-list{
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
  
}

.card-list-item { 
  padding-left: 16px; 
}



#card-content-size{
  font-size:1.5rem;
}
  
@media screen and (max-width: 600px) {
  .card-col {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
 
.card{
  margin-bottom:20px;
}
    
  }
}


     section.slider-testimonial-container {
        margin-top: 2rem;
        margin-bottom: 5rem;
		
	}
    .testimonial1-card:before {
        position:absolute;
        right:1rem;
        top:-2rem;
		margin:1rem;
		
    }
    .testimonial1-meta {
        display: flex;
        align-items: center;
    }
    .testimonial1-meta img.avatar {
        margin-right: 1rem;
        width: 84px;
        height: 84px;
    }
	.star-rating1{
		width:100%;
        display:flex;
		align-items:center;
		justify-content:center;
        
	}
	.stars1{
		display:block;
		align-items:center;
		justify-content:center;
	}
    .testimonial-content1 .testimonial-quote {
        margin: 0 0px 2px 0;
        font-weight: 200;
        font-size: 2rem;
		font-family: 'Satisfy', cursive;
    }
    .testimonial1-card {
        padding: 2rem;
        border:none;
        margin: 0 1rem;
        position:relative;
        margin-top: 30px;
		height:60%;
		display: flex;
		
	}
	.author-meta{
		text-align:center;
	}
	.slider-testimonial-track{
		position:relative;
	}
    
    .slick-slide .star-rating img {
        display: inline!important;
    }
    button.slick-arrow {
        
        border: none;
        padding: .5rem;
        font-size: 0;
        color: transparent;
        position: absolute;
        cursor: pointer;
    }
    button.slick-prev.slick-arrow {
        left: -45px;
        top: calc(50% - 27.5px);
    }
    button.slick-next.slick-arrow {
        right: -45px;
        top: calc(50% - 27.5px);
    }
    button.slick-prev.slick-arrow:before {
        content:url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/chevron-left.png');   
    }
    button.slick-next.slick-arrow:before {
        content:url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/chevron-right.png');   
    }
    button.slick-arrow:hover {
        opacity:0.75
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 5rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px ;
        height: 20px ;
        margin: 0 5px ;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots {
        position: absolute;
        bottom: -25px ;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    } 
    @media screen and (max-width:600px) {
        button.slick-arrow {
            display: none!important;
        }
    }



* {
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  
}

.card-wrapper{
  padding-top:30px;
  padding-bottom:30px;
}
  
.maincard-h2{
  text-align:center;
  
}

.maincard-h3{
  text-align:center;
  
}
  
.container {
  display: flex;
  width:90%;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top:20px;
  margin-bottom: 20px;
}
  
.card-wb {
  margin: 10px 10px 10px 10px; 
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 80%;
}

.card-image{
 image-rendering: pixelated;  
}
 
.card-image img {
   object-fit: contain;
  overflow: hidden;
}


@media screen and (max-width: 600px) {
  .card-col {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
 
.card{
  margin-bottom:20px;
}
    
  }
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fc-container{
  width:100vw;
  height:auto;
  margin-top:20px;
}

.left-box{
  padding-left:20px;
  padding-top:20px;
}

.right-box{
  padding-left:10px;
 
  }

.h1title{
  text-align:center;
}

.fc-wrapper-l2t {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-flow:wrap;
  
}

.flip-card-l2t {
  margin: 20px;
  position: relative;
  margin-left: 1px;
  transform-style: preserve-3d;
  perspective: 1000px;
  
}



.flip-card-front-l2t,
.flip-card-back-l2t {
  width: 380px;
  min-height: 600px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front-l2t {
  transform: rotateY(0deg);
}

.flip-card-back-l2t {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front-l2t::after,
.flip-card-back-l2t::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  
}

  .flip-card-front-l2t::after{
    opacity:0.0;
  }

  .flip-card-back-l2t::after{
    opacity:0.0;
  }

.flip-card-front-l2t .innerl2,
.flip-card-back-l2t .innerl2 {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.innerl2 .icon {
  width: 80px;
  margin-bottom: 20px;
}

.innerl2 h2 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
 
}

.innerl2 p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card-l2t:hover .flip-card-front-l2t {
  transform: rotateY(-180deg);
}

.flip-card-l2t:hover .flip-card-back-l2t {
  transform: rotateY(0deg);
}

 @media screen and (max-width:600px) {
        .left-box{
            width:100vw;
            }
             .right-box{
            width:100vw;
            }
   
    }







* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fc-container{
  width:100vw;
  height:auto;
}

.left-box{
  padding-left:20px;
  
}

.right-box{
  padding-left:20px;
  padding-top:20px;
}

.fc-wrapper-l2t {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	
	flex-flow:wrap;
  justify-self: end;
  
}

.flip-card-l2t {
  margin: 20px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  outline: 1px solid gray;
}

.flip-card-front-l2t,
.flip-card-back-l2t {
  width: 380px;
  min-height: 600px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front-l2t {
  transform: rotateY(0deg);
}

.flip-card-back-l2t {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front-l2t::after,
.flip-card-back-l2t::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  
}

  .flip-card-front-l2t::after{
    opacity:0.0;
  }

  .flip-card-back-l2t::after{
    opacity:0.0;
  }

.flip-card-front-l2t .innerl2,
.flip-card-back-l2t .innerl2 {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.innerl2 .icon {
  width: 80px;
  margin-bottom: 20px;
}

.innerl2 h2 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
 
}

.innerl2 p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card-l2t:hover .flip-card-front-l2t {
  transform: rotateY(-180deg);
}

.flip-card-l2t:hover .flip-card-back-l2t {
  transform: rotateY(0deg);
}

 @media screen and (max-width:600px) {
        .left-box{
            width:100vw;
            }
             .right-box{
            width:100vw;
            }
   .flip-card-front-l2t .innerl2,
.flip-card-back-l2t .innerl2 {
  padding: 20px;
    }







* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fc-container{
  width:100vw;
  height:auto;
}

.left-box{
  padding-left:20px;
  padding-top:20px;
}

.right-box{
  padding-left:20px;
  
}


.fc-wrapper {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-flow:wrap;
  
}

.flip-card {
  margin: 20px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
  width: 380px;
  min-height: 600px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front {
  transform: rotateY(0deg);
}

.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front::after,
.flip-card-back::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.flip-card-front .inner,
.flip-card-back .inner {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.inner .icon {
  width: 80px;
  margin-bottom: 20px;
}

.inner h2 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-back {
  transform: rotateY(0deg);
}

 @media screen and (max-width:600px) {
        .left-box{
            width:100vw;
            }
             .right-box{
            width:100vw;
            }
    }






  .container-funnel{
    background-color:blue;
  }

  .funnel-header1{
    font-family: 'Marck Script', cursive;
  }







* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
   
.maincard-h2{
  text-align:center;
}

.maincard-h3{
  text-align:center;
  
}
.container-1 {
  display: flex;
  width: 1040px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top:30px;
  margin-bottom: 30px;
}
  
  .c1 {
  margin: 10px 10px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 200px;
}
  
  .card-image{
 image-rendering: pixelated; 
}
  
.card-image {
  width: 90%;
  height: auto;
  object-fit: contain;
  
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

.prod_title{
   color:blue;
   text-align:center;
    padding-bottom:10px;
}

.prod_subtitle{
    text-decoration: underline;
    
        }






* {
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #f7f8fc;
 
  color: #10182f;
}

.card-wrapper{
  padding-top:30px;
  padding-bottom:30px;
}
  
.maincard-h2{
  text-align:center;
  
}

.maincard-h3{
  text-align:center;
  
}
  
.container {
  display: flex;
  width: 1040px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top:20px;
  margin-bottom: 30px;
}
.card-wb {
  margin: 10px 10px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
}

.card-image{
 image-rendering: pixelated; 
}
  
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
  /*
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  
}
*/
.rcard-title-h4{
  margin-top:10px;
  text-transform: uppercase;
  font-size:100%;
  font-weight:bold;
 
    }
  
.card-body p {
  font-size: 13px;
  margin: 10px 0 20px;
  
}

.btn-container{
   display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .card-col {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
 
.card{
  margin-bottom:20px;
}
    
  }
}



* {
  box-sizing: border-box;
}

 

@media screen and (max-width: 600px) {
  .card-col1 {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
 
.card1{
  margin-bottom:20px;
}

}



* {
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #f7f8fc;
 
  color: #10182f;
}


  
.maincard-h2{
  text-align:center;
}

.maincard-h3{
  text-align:center;
  
}
  
.container {
  display: flex;
  width: 1040px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top:30px;
  margin-bottom: 30px;
}
.card1 {
  margin: 10px 10px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 200px;
}

.card-image{
 image-rendering: pixelated; 
}
  
.card-image {
  width: 90%;
  height: auto;
  object-fit: contain;
  
}
  /*
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  
}
*/
.rcard-title-h4{
  margin-top:10px;
  text-transform: uppercase;
  font-size:100%;
  font-weight:bold;
 
    }
  
.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}


.card-body p {
  font-size: 13px;
  margin: 10px 0 20px;
  text-align: center;
}

 

@media screen and (max-width: 600px) {
  .card-col {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
 
.card1{
  margin-bottom:20px;
}

}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.titlelink{
	text-decoration: none;
	}
.fc-wrapper {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-flow:wrap;
  
}

.flip-card {
  margin: 20px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
  width: 380px;
  min-height: 600px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front {
  transform: rotateY(0deg);
}

.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front::after,
.flip-card-back::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.flip-card-front .inner,
.flip-card-back .inner {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.inner .icon {
  width: 80px;
  margin-bottom: 20px;
}

.inner h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-back {
  transform: rotateY(0deg);
}







* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flipcard-section{
  margin-bottom:20px;  
  }
  
.titlelink{
	text-decoration: none;
	}
.fc-wrapper {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-flow:wrap;
  
}

.flip-card {
  margin: 20px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
  width: 380px;
  min-height: 600px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front {
  transform: rotateY(0deg);
}

.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front::after,
.flip-card-back::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.flip-card-front .inner,
.flip-card-back .inner {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.inner .icon {
  width: 80px;
  margin-bottom: 20px;
}

.inner{
  margin-bottom: 8px;
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

  .fc-svc-card-title {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-back {
  transform: rotateY(0deg);
}






    section.testimonial-slider {
        margin-top: 2rem;
        margin-bottom: 5rem;
	}
    .testimonial-card:before {
        content: url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/quote.png?v=1636742403');
        position:absolute;
        right:1rem;
        top:-2rem;
		
    }
    .testimonial-meta {
        display: flex;
        align-items: center;
    }
    .testimonial-meta img.avatar {
        margin-right: 1rem;
        width: 84px;
        height: 84px;
    }
	.star-rating{
		width:100%;
		align-items:center;
		justify-content:center;
	}
	.stars{
		display:block;
		align-items:center;
		justify-content:center;
	}
    .testimonial-content h5 {
        margin: 0 0px 2px 0;
        font-weight: 200;
        font-size: 2rem;
    }
    .testimonial-card {
        padding: 2rem;
        border:none;
        margin: 0 1rem;
        position:relative;
        margin-top: 30px;
		height:60%;
		display: flex;
		
	}
	.author-meta{
		text-align:center;
	}
	.testimonial-track{
		position:relative;
	}
    
    .slick-slide .star-rating img {
        display: inline!important;
    }
    button.slick-arrow {
        
        border: none;
        padding: .5rem;
        font-size: 0;
        color: transparent;
        position: absolute;
        cursor: pointer;
    }
    button.slick-prev.slick-arrow {
        left: -45px;
        top: calc(50% - 27.5px);
    }
    button.slick-next.slick-arrow {
        right: -45px;
        top: calc(50% - 27.5px);
    }
    button.slick-prev.slick-arrow:before {
        content:url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/chevron-left.png');   
    }
    button.slick-next.slick-arrow:before {
        content:url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/chevron-right.png');   
    }
    button.slick-arrow:hover {
        opacity:0.75
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 5rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px ;
        height: 20px ;
        margin: 0 5px ;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots {
        position: absolute;
        bottom: -25px ;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    } 
    @media screen and (max-width:600px) {
        button.slick-arrow {
            display: none!important;
        }
    }



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fc-container2{
  width:100vw;
  height:auto;
}

.fc-row2{
  margin-bottom: 20px;
}

.left-box2{
  
  padding-left:20px;
  padding-top:20px;
}

.right-box2{
  
  padding-left:20px;
  padding-top:20px;
}


.fc-wrapper2 {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-flow:wrap;
  
}

.flip-card2 {  
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  margin:20px;
}

.flip-card-front2,
.flip-card-back2 {
  width: 280px;
  min-height: 400px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front2 {
  transform: rotateY(0deg);
}

.flip-card-back2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front2::after,
.flip-card-back2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.flip-card-front2 .inner2,
.flip-card-back2 .inner2 {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.inner2 .icon {
  width: 80px;
  margin-bottom: 20px;
}

.inner2 h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.inner2 p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card2:hover .flip-card-front2 {
  transform: rotateY(-180deg);
}

.flip-card2:hover .flip-card-back2 {
  transform: rotateY(0deg);
}

.h1title2{
  .text-align:center;
}

 @media screen and (max-width:600px) {
        .left-box2{
            width:100vw;
            }
             .right-box2{
            width:100vw;
            }
    }







* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fc-container2{
  width:100vw;
  height:auto;
}

.fc-row2{
  margin-bottom: 20px;
}

.left-box2{
  
  padding-left:20px;
  padding-top:20px;
}

.right-box2{
  
  padding-left:20px;
  padding-top:20px;
}


.fc-wrapper2 {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-flow:wrap;
  
}

.flip-card2 {  
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flip-card-front2,
.flip-card-back2 {
  width: 280px;
  min-height: 400px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front2 {
  transform: rotateY(0deg);
}

.flip-card-back2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front2::after,
.flip-card-back2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.flip-card-front2 .inner2,
.flip-card-back2 .inner2 {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.inner2 .icon {
  width: 80px;
  margin-bottom: 20px;
}

.inner2 h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.inner2 p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card2:hover .flip-card-front2 {
  transform: rotateY(-180deg);
}

.flip-card2:hover .flip-card-back2 {
  transform: rotateY(0deg);
}

.h1title2{
  .text-align:center;
}

 @media screen and (max-width:600px) {
        .left-box2{
            width:100vw;
            }
             .right-box2{
            width:100vw;
            }
    }






     section.slider-testimonial-container {
        margin-top: 2rem;
        margin-bottom: 5rem;
		
	}
    .testimonial1-card:before {
        position:absolute;
        right:1rem;
        top:-2rem;
		margin:1rem;
		
    }
    .testimonial1-meta {
        display: flex;
        align-items: center;
    }
    .testimonial1-meta img.avatar {
        margin-right: 1rem;
        width: 84px;
        height: 84px;
    }
	.star-rating1{
		width:100%;
        display:flex;
		align-items:center;
		justify-content:center;
        
	}
	.stars1{
		display:block;
		align-items:center;
		justify-content:center;
	}
    .testimonial-content1 .testimonial-quote {
        margin: 0 0px 2px 0;
        font-weight: 200;
        font-size: 2rem;
		font-family: 'Satisfy', cursive;
    }

 
  
    .testimonial1-card {
        padding: 2rem;
      border-style: solid;
        border:5px;
        margin: 0 1rem;
        position:relative;
        margin-top: 30px;
		height:60%;
		display: flex;
		
	}
	.author-meta1{
		text-align:center;
	}
	.slider-testimonial-track{
		position:relative;
	}
    
    .slick-slide .star-rating img {
        display: inline!important;
    }
    button.slick-arrow {
        
        border: none;
        padding: .5rem;
        font-size: 0;
        color: transparent;
        position: absolute;
        cursor: pointer;
    }
    button.slick-prev.slick-arrow {
        left: -45px;
        top: calc(50% - 27.5px);
    }
    button.slick-next.slick-arrow {
        right: -45px;
        top: calc(50% - 27.5px);
    }
    button.slick-prev.slick-arrow:before {
        content:url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/chevron-left.png');   
    }
    button.slick-next.slick-arrow:before {
        content:url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/chevron-right.png');   
    }
    button.slick-arrow:hover {
        opacity:0.75
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 5rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px ;
        height: 20px ;
        margin: 0 5px ;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots {
        position: absolute;
        bottom: -25px ;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    } 

  .avatar{
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
    border-radius:50%;
}
    @media screen and (max-width:600px) {
        button.slick-arrow {
            display: none!important;
        }
    }


    section.testimonial-slider {
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .testimonial-card:before {
        content: url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/quote.png?v=1636742403');
        position:absolute;
        right:1rem;
        top:-2rem;
    }
    .testimonial-meta {
        display: flex;
        align-items: center;
    }
    .testimonial-meta img.avatar {
        margin-right: 1rem;
        width: 84px;
        height: 84px;
    }
    img.avatar{
        border-radius:50%;
    }
	.img-meta{
	border-radius:50%;
	object-fit: cover;

	}
    .author-meta h3 {
        margin: 0 0px 2px 0;
        font-weight: bold;
        font-size: 2rem;
    }
    .testimonial-card {
        padding: 2rem;
        border: 1px solid #707070;
        margin: 0 1rem;
        position:relative;
        margin-top: 30px;
    }
    .slick-slide .star-rating img {
        display: inline!important;
    }
    button.slick-arrow {
        
        border: none;
        padding: .5rem;
        font-size: 0;
        color: transparent;
        position: absolute;
        cursor: pointer;
    }
    button.slick-prev.slick-arrow {
        left: -45px;
        top: calc(50% - 27.5px);
    }
    button.slick-next.slick-arrow {
        right: -45px;
        top: calc(50% - 27.5px);
    }
    button.slick-prev.slick-arrow:before {
        content:url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/chevron-left.png');   
    }
    button.slick-next.slick-arrow:before {
        content:url('https://cdn.shopify.com/s/files/1/0554/0996/7243/t/3/assets/chevron-right.png');   
    }
    button.slick-arrow:hover {
        opacity:0.75
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 5rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px ;
        height: 20px ;
        margin: 0 5px ;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots {
        position: absolute;
        bottom: -25px ;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    } 
    @media screen and (max-width:600px) {
        button.slick-arrow {
            display: none!important;
        }
    }

@media screen and (max-width: 749px) {
    .hidden-mobile{
      display:none;
      }
    #Slider-{{ section.id }}::before,
    #Slider-{{ section.id }} .media::before,
    #Slider-{{ section.id }}:not(.banner--mobile-bottom) .banner__content::before {
      padding-bottom: {{ 1 | divided_by: section.blocks.first.settings.image.aspect_ratio | times: 100 }}%;
      content: '';
      display: block;        
      }
    }
  }

  @media screen and (min-width: 750px) {
   .hidden-mobile{
      display:none;
      }
    #Slider-{{ section.id }}::before,
    #Slider-{{ section.id }} .media::before {
      padding-bottom: {{ 1 | divided_by: section.blocks.first.settings.image.aspect_ratio | times: 100 }}%;
      content: '';
      display: block;
    }   
  }
    



h1 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#container {
    height: 300px;
    width: 550px;
    background-color: #F5E4C3;
    display: grid;
    grid-template-columns: 50px 1fr 1fr 1fr 50px;
    grid-template-rows: 100px 1fr 1fr;
    margin: 0 auto;
    border: 5px solid #88B169;
}

#weight-input{
    height: 25px;
    width: 250px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
    align-self: center;
}
#wlabel {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}


#height-input{
    height: 25px;
    width: 250px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    align-self: center;
}
#hlabel {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}


#bmi-output {
    height: 25px;
    width: 250px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    align-self: center;
}
#bmilabel {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
}

#btn {
    height: 25px;
    width: 75px;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    align-self: center;
    justify-self: center;
}

#table {
    height: 100px;
    width: 550px;
    background-color: #F5E4C3;
    margin: 0 auto;
    border: 5px solid #88B169;
}

table, th, td {
    margin: auto;
    text-align: center;
    border: 1px solid black;
}
  
 @media screen and (max-width:600px) {
      
    }







.tp-container{
	max-width:100vw;
	height: auto;
}

.left-col{
	width:50%
	float: left;
}

.right-col{
	width:50%;
	float: left;
}

.os-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.fc-wrapper {
  width: 100vw;
  height: auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-flow:wrap;
  
}

.flip-card {
  margin: 20px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
  width: 380px;
  min-height: 600px;
  height: auto;
  background-color: #000000; 
	background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.flip-card-front {
  transform: rotateY(0deg);
}

.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.flip-card-front::after,
.flip-card-back::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.flip-card-front .inner,
.flip-card-back .inner {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.inner .icon {
  width: 80px;
  margin-bottom: 20px;
}

.inner h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-back {
  transform: rotateY(0deg);
}






*{
  margin:0;
  padding:0;
}
  
  .btn-container{
   display: flex;
  justify-content: center;
  align-items: center;
}
	



  *{
    margin:0;
    padding: 0;
  }
  
.title-only{
	max-width:100vw;
	height: auto;
    }

	


  
  *{
    margin:0;
    padding:0;
    box-sizing:border-box;
  }

  body{
    min-height:100vh;
    display: flex;
    justify-content:center;
    align-items: center;
          
  }

  .wrapper{
    display:flex;
  }

  .wrapper .static-txt{
    font-size: 60px;
    font-weight: 400;
  }

  .wrapper dynamic-txt{
    margin-left: 15px; 
    line-height: 90px;
    height: 90px;
    overflow: hidden;    
  }
  
  .dynamic-txt li{
    list-style: none;
    color: red;
    font-size: 60px;
    font-weight: 500;
    top: 0;
    position: relative;
    animation: slide 12s steps(3) infinite;
  }

   .dynamic-txt li{
     position: relative;
  }

  @keyframes slide{
    100%{
      top: -360px;
    }
  }

  .dynamic-txt li::after{
    content:"";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid red;
    animation: typing 3s steps(10) infinite;
   }

  @keyframes typing{
    40%,
    60%{
      left: calc(100% + 30px);
    }
    100%{
      left:0;
    }
   

  



  h2{
     color: black; 
  font-family: "arial";
  font-size: 3em;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation: animtext 4s steps(10) infinite; 
   transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
@keyframes animtext { 
  from {
      width: 0;
     transition: all 2s ease-in-out;
  } 
}
