@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
    src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format('embedded-opentype'), url(/fonts/vendor/slick-carousel/slick/slick.woff?295183786cd8a138986521d9f388a286) format('woff'), url(/fonts/vendor/slick-carousel/slick/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format('truetype'), url(/fonts/vendor/slick-carousel/slick/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.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:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    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;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*------------------------------------------------------------Mixin--------------------------------------------------*/
/*
* Mixin For transcale mixin
* Transcale Fuction is Used for Both Translate and Scale At the Same Time
* Usage In Css eg. @include transcale(x , y , a , b ) put Your value In Place of x , y and a , b
* X and Y value are For Translate and A and B values are For Scale

*/
/*
* Mixin For transrotate mixin
* transrotate Fuction is Used for Both Translate and Rotate At the Same Time
* Usage In Css eg. @include transcale(x , y , z ) put Your value In Place of x , y and z
* X and Y value are For Translate and Z values are For Rotate

*/
/*
* Mixin For rotscale mixin
* rotscale Fuction is Used for Both Scale and Rotate At the Same Time
* Usage In Css eg. @include transcale(x , y ) put Your value In Place of x , y
* X  value are For Rotate and Z values are For Scale

*/
/*
* Mixin For Transition mixin
* Usage In Css eg. @include transcale(all , .2s , linear )
* this is a basic Expample For transition Mixin

*/
/*
* Mixin For Absolute Center
* Usage In Css eg. @include abscenter
* before using Absolute Center Make That The Containe In Which You Are Centering item Has A position relative
* eg
<div class 'container'> -> this is the Conatiner that will have Position Relative
    <div class 'item that is be centered'> -> this is the Conatiner on Which Absolute Center prporty Is being Used

    </div>
</div>

*/
/*
smaller is used for (devices that have less 400px)

small is used for (devices that have less 600px)

medium is used for (devices that have less 900px)

large is used for phone (devices that have less 1200px)

xlarge is used for phone (devices that have more 1800px)

calculation for converting px to em

value of px / 16
eg = 600px /16 = 37.5 em

*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 25em) {
  html {
    font-size: 80%;
  }
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.whatapp-btn {
  width: 75px;
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 999;
}

/*img Magnifier*/
.img-magnifier-container {
  position: relative;
}

.img-magnifier-container:hover .img-magnifier-glass {
  display: inline-block;
}

.img-magnifier-glass {
  position: absolute;
  border: 2px solid #000000;
  border-radius: 50%;
  cursor: none;
  display: none;
  width: 150px;
  height: 150px;
}

.preloader {
  background: #ffffff;
  overflow: hidden;
  position: fixed;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.navigation__button {
  position: fixed;
  top: -1rem;
  right: 1.8rem;
  background: transparent;
  z-index: 500;
  text-align: center;
}

.navigation__icon {
  position: relative;
  margin-top: 3.3em;
}
.navigation__icon, .navigation__icon:after, .navigation__icon:before {
  width: 2rem;
  height: 2px;
  background: rgba(238, 238, 238, 0.9333333333);
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  right: 0rem;
}
.navigation__icon::after {
  top: -0.6rem;
}
.navigation__icon::before {
  top: 0.6rem;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background: transparent;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  background: #555555;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  background: #555555;
}

@media screen and (max-width: 25em) {
  .mobilefix {
    height: 65px !important;
  }
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/storage/img/3.jpg");
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0 0%, 100% 0%, 100% 90%, 0% 100%);
}
@media screen and (max-width: 75em) {
  .hero {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 95%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0%, 100% 95%, 0% 100%);
  }
}

.section-feature {
  background: linear-gradient(to right, rgba(41, 152, 255, 0.9), rgba(86, 67, 250, 0.9)), url("/storage/img/2.jpg");
  background-size: cover;
  padding-bottom: 16rem;
  padding-top: 10rem;
  margin-top: -3rem;
  transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
}
.section-feature > * {
  transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
}
@media screen and (max-width: 56.25em) {
  .section-feature {
    padding-bottom: 8rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 37.5em) {
  .section-feature {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 900px), (min-resolution: 192dpi) and (max-width: 900px) {
  .section-feature {
    background: linear-gradient(to right, rgba(41, 152, 255, 0.9), rgba(86, 67, 250, 0.9)), url("/storage/img/2.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), (min-resolution: 192dpi) and (max-width: 600px) {
  .section-feature {
    background: linear-gradient(to right, rgba(41, 152, 255, 0.9), rgba(86, 67, 250, 0.9)), url("/storage/img/2.jpg");
  }
}

.feature-box {
  background: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  padding: 2rem;
  min-height: 20rem;
  text-align: center;
  box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.feature-box__icon {
  font-size: 4rem;
  display: inline-block;
  -webkit-text-stroke-width: 2px; /* 1px Stroke */
  -webkit-text-stroke-color: #007bff;
  color: transparent;
  padding-bottom: 2rem;
}
.feature-box:hover {
  transform: scale(1.05);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.section-product {
  padding: 7rem 0 7rem 0;
  position: relative;
  font-family: "Lato", sans-serif;
}

.card {
  perspective: 200rem;
  position: relative;
  height: 36rem;
  font-family: "Lato", sans-serif;
}
.card__side {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 36rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.card__side--front {
  background: #ffffff;
}
.card__side--back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: linear-gradient(to right bottom, #2998ff, #5643fa);
}
.card:hover .card__side--front {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.card:hover .card__side--back {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.card__picture {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  position: relative;
  background-blend-mode: screen;
  height: 32rem;
}
.card__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right bottom, rgba(41, 152, 255, 0.2), rgba(86, 67, 250, 0.2));
}
.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.card__price {
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.card__price--only {
  font-size: 1.6rem;
  font-weight: 300;
}
.card__price--value {
  font-size: 6rem;
  font-weight: 100;
}

@media only screen and (hover: none) {
  .card {
    height: 39rem;
    background: #ffffff;
  }
  .card__side {
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    position: relative;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .card__side--front {
    background: #ffffff;
    height: 38rem;
  }
  .card__side--back {
    display: none;
    height: 30rem;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  }
  .card:hover .card__side--front {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
  }
  .card:hover .card__side--back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
  }
  .card__cta {
    position: relative;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-family: "Lato", sans-serif;
  }
  .card__cta__price {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
  }
  .card__cta__price--only {
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "Lato", sans-serif;
  }
  .card__cta__price--value {
    font-size: 6rem;
    font-weight: 100;
    font-family: "Lato", sans-serif;
  }
  .btn {
    outline: none;
    transform: translate(0, -0.2rem);
    -webkit-transform: translate(0, -0.2rem);
    -moz-transform: translate(0, -0.2rem);
    -ms-transform: translate(0, -0.2rem);
    -o-transform: translate(0, -0.2rem);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    font-family: "Lato", sans-serif;
  }
}
/*--------------------------------------------------Button--------------------------------------------------------------*/
.btn, .btn:visited, .btn:link {
  padding: 0.6rem 1.9rem;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn span {
  position: relative;
  z-index: 11;
  text-transform: uppercase;
}
.btn--quote {
  color: #007bff;
  border: 2px solid #007bff;
  background: transparent;
  transition: color 0.5s;
}
.btn--quote::before {
  content: "";
  background: #007bff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: height 0.5s;
}
.btn--quote:hover::before {
  height: 400%;
}
.btn--quote:hover {
  color: white;
}
.btn--details {
  color: white;
  border: 2px solid #2998ff;
  transition: color 0.3s;
}
.btn--details::before {
  content: "";
  background: #2998ff;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 105%;
  transition: height 0.3s;
}
.btn--details:hover::before {
  height: 0px;
}
.btn--details:hover {
  color: #2998ff;
}
.btn--send {
  color: #5643fa;
  border: 2px solid #5643fa;
  transition: color 0.3s;
}
.btn--send::before {
  content: "";
  background: #5643fa;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 0%;
  transition: width 0.3s;
}
.btn--send:hover::before {
  width: 101%;
}
.btn--send:hover {
  color: white;
}
.btn--product {
  color: #007bff;
  border: 2px solid #007bff;
  transition: color 0.5s;
}
.btn--product::before {
  content: "";
  background: #007bff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  width: 0px;
  transition: width 0.5s;
}
.btn--product::after {
  content: "";
  background: #007bff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: height 0.5s;
}
.btn--product:hover::before {
  width: 101%;
}
.btn--product:hover::after {
  height: 101%;
}
.btn--product:hover {
  color: white;
}
.btn--cta {
  color: white;
  border: 2px solid white;
  transition: color 0.5s;
}
.btn--cta::before {
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  width: 0px;
  transition: width 0.5s;
}
.btn--cta::after {
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: height 0.5s;
}
.btn--cta:hover::before {
  width: 101%;
}
.btn--cta:hover::after {
  height: 101%;
}
.btn--cta:hover {
  color: #007bff;
}
.btn--white {
  color: white;
  border: 2px solid white;
  transition: color 0.3s;
}
.btn--white::before {
  content: "";
  background: white;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 0%;
  transition: width 0.3s;
}
.btn--white:hover::before {
  width: 105%;
}
.btn--white:hover {
  color: #007bff;
}

.form {
  font-family: "Lato", sans-serif;
}
.form__group--sm {
  width: 48%;
  float: left;
}
.form__group--sm::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 56.25em) {
  .form__group--sm {
    width: 100%;
    float: none;
  }
}
.form__group--sm:not(:last-child) {
  margin-right: 2%;
}
.form__input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  width: 96%;
  border: none;
  display: inline-block;
  border-bottom: 3px solid transparent;
  color: #333333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.form__input:focus {
  outline: none;
  border-bottom: 3px solid #007bff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form__input:focus:invalid {
  border-bottom: 3px solid orangered;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form__input::-webkit-input-placeholder {
  color: #aaaaaa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form__input:not(:last-child) {
  margin-bottom: 1rem;
}
.form__label {
  display: inline-block;
  font-size: 1rem;
  transform: translate(0rem, -6.5rem);
  -webkit-transform: translate(0rem, -6.5rem);
  -moz-transform: translate(0rem, -6.5rem);
  -ms-transform: translate(0rem, -6.5rem);
  -o-transform: translate(0rem, -6.5rem);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.form__label--1 {
  transform: translate(0rem, -16rem);
  -webkit-transform: translate(0rem, -16rem);
  -moz-transform: translate(0rem, -16rem);
  -ms-transform: translate(0rem, -16rem);
  -o-transform: translate(0rem, -16rem);
}
.form__input:-moz-placeholder-shown + .form__label {
  transform: translate(2rem, -5rem);
  -webkit-transform: translate(2rem, -5rem);
  -moz-transform: translate(2rem, -5rem);
  -ms-transform: translate(2rem, -5rem);
  -o-transform: translate(2rem, -5rem);
  opacity: 0;
  visibility: hidden;
}
.form__input:placeholder-shown + .form__label {
  transform: translate(2rem, -5rem);
  -webkit-transform: translate(2rem, -5rem);
  -moz-transform: translate(2rem, -5rem);
  -ms-transform: translate(2rem, -5rem);
  -o-transform: translate(2rem, -5rem);
  opacity: 0;
  visibility: hidden;
}
.form__input:-moz-placeholder-shown + .form__label--1 {
  transform: translate(2rem, -14rem);
  -webkit-transform: translate(2rem, -14rem);
  -moz-transform: translate(2rem, -14rem);
  -ms-transform: translate(2rem, -14rem);
  -o-transform: translate(2rem, -14rem);
}
.form__input:placeholder-shown + .form__label--1 {
  transform: translate(2rem, -14rem);
  -webkit-transform: translate(2rem, -14rem);
  -moz-transform: translate(2rem, -14rem);
  -ms-transform: translate(2rem, -14rem);
  -o-transform: translate(2rem, -14rem);
}
.form__checkbox-input {
  display: none;
}
.form__checkbox-label {
  font-size: 1.9rem;
  cursor: pointer;
}
@media screen and (max-width: 37.5em) {
  .form__checkbox-label {
    font-size: 1.5rem;
  }
}
.form__checkbox-button {
  height: 3rem;
  width: 3rem;
  display: inline-block;
  border: 3px solid #5643fa;
  margin-top: 0.5rem;
  transform: translate(0, 0.7rem);
  -webkit-transform: translate(0, 0.7rem);
  -moz-transform: translate(0, 0.7rem);
  -ms-transform: translate(0, 0.7rem);
  -o-transform: translate(0, 0.7rem);
  position: relative;
  margin-right: 1.5rem;
}
.form__checkbox-button::after {
  content: "";
  height: 1.8rem;
  width: 3.2rem;
  border-left: 3px solid #5643fa;
  border-bottom: 3px solid #5643fa;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%) rotate(360deg);
  -webkit-transform: translate(-50%, -90%) rotate(360deg);
  -moz-transform: translate(-50%, -90%) rotate(360deg);
  -ms-transform: translate(-50%, -90%) rotate(360deg);
  -o-transform: translate(-50%, -90%) rotate(360deg);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.form__checkbox-input:checked + .form__checkbox-label .form__checkbox-button {
  border: transparent;
}
.form__checkbox-input:checked + .form__checkbox-label .form__checkbox-button::after {
  opacity: 1;
  transform: translate(-50%, -90%) rotate(-50deg);
  -webkit-transform: translate(-50%, -90%) rotate(-50deg);
  -moz-transform: translate(-50%, -90%) rotate(-50deg);
  -ms-transform: translate(-50%, -90%) rotate(-50deg);
  -o-transform: translate(-50%, -90%) rotate(-50deg);
}

.book {
  background: linear-gradient(to right, rgba(41, 152, 255, 0.9), rgba(86, 67, 250, 0.9)), url("/storage/img/2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
  position: relative;
  color: #ffffff;
  transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.book > * {
  transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 900px), (min-resolution: 192dpi) and (max-width: 900px) {
  .book {
    background-image: linear-gradient(to right, rgba(41, 152, 255, 0.9), rgba(86, 67, 250, 0.9)), url("/storage/img/2.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), (min-resolution: 192dpi) and (max-width: 600px) {
  .book {
    background-image: linear-gradient(to right, rgba(41, 152, 255, 0.9), rgba(86, 67, 250, 0.9)), url("/storage/img/2.jpg");
  }
}
@media screen and (max-width: 75em) {
  .book {
    margin: 0 auto;
  }
}
.book__form {
  width: 100%;
  padding: 7rem 0 5rem 0;
}
@media screen and (max-width: 75em) {
  .book__form {
    width: 100%;
    padding: 7rem 0 2rem 0;
  }
}
.book__contact {
  text-align: left;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*--------------------------------------------------------- Popup ----------------------------------------------------------*/
.popup {
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.popup__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  text-decoration: none;
  color: #333333;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.popup__close:hover {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  color: #007bff;
}

.radiobutton {
  position: relative;
  padding-bottom: 0.5rem;
  align-items: center;
}
.radiobutton .button {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100000px;
  position: relative;
  border: 4px solid #007bff;
  display: inline-block;
}
.radiobutton .button::before {
  border-radius: 100000px;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #007bff;
  opacity: 0;
}
.radiobutton .text {
  padding-left: 0.5rem;
}

.category_checkbox:checked + .radiobutton .button::before {
  opacity: 1;
}

.product_selected {
  overflow: hidden;
}

.product_image {
  width: 55rem;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------------------------------Slick----------------------------------------------------------*/
.slick-prev {
  top: -7%;
  left: 97%;
  background: none;
}
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d9";
  opacity: 1;
  color: #333333;
}

/* the slides */
.slick-slide {
  margin: 0 1rem;
}

/* the parent */
.slick-list {
  margin: 0 -1rem;
}

.slick-next {
  top: -7%;
  right: 0%;
}
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  opacity: 1;
  color: #333333;
}

.relative-icon {
  transform: translate(-50%, 80px);
}

.relative-overlay:hover .relative-icon {
  opacity: 1 !important;
  color: white;
  transform: translate(-50%, -50%);
}

/*--------------------------contact Us-------------------------------------------------------------------*/
.contact_links {
  border: 2px solid #cccccc;
  height: 150px;
  border-radius: 5px;
  padding-bottom: 2rem;
}

.contact_links h3 {
  font-size: 19px;
  color: #333333;
  text-align: center;
}

.contact_links p {
  font-size: 0.8rem;
  text-align: center;
  color: #555555;
}

.contact_links a {
  font-size: 1rem;
  text-align: center;
  color: #222222;
}

.contact_links a:hover {
  color: #007bff;
}

.contact_links i {
  font-size: 2.5rem;
  color: #007bff;
  margin-top: 30px;
}

/*===============================================animation====================================================*/
.moveInLeft {
  animation: moveInLeft 1.5s;
}

@keyframes moveInLeft {
  0% {
    transform: translateX(-10rem);
    opacity: 0;
  }
  70% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}
.moveInRight {
  animation: moveInRight 1.5s;
}

@keyframes moveInRight {
  0% {
    transform: translateX(10rem);
    opacity: 0;
  }
  70% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}
.moveInUp {
  animation: moveInUp 1.5s 1s backwards;
}

@keyframes moveInUp {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-line-scale,
.la-line-scale > div {
  position: relative;
  box-sizing: border-box;
}

.la-line-scale {
  display: block;
  font-size: 0;
  color: #ffffff;
}

.la-line-scale.la-dark {
  color: #333333;
}

.la-line-scale > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-line-scale {
  width: 40px;
  height: 32px;
}

.la-line-scale > div {
  width: 4px;
  height: 32px;
  margin: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  animation: line-scale 1.2s infinite ease;
}

.la-line-scale > div:nth-child(1) {
  animation-delay: -1.2s;
}

.la-line-scale > div:nth-child(2) {
  animation-delay: -1.1s;
}

.la-line-scale > div:nth-child(3) {
  animation-delay: -1s;
}

.la-line-scale > div:nth-child(4) {
  animation-delay: -0.9s;
}

.la-line-scale > div:nth-child(5) {
  animation-delay: -0.8s;
}

.la-line-scale.la-sm {
  width: 20px;
  height: 16px;
}

.la-line-scale.la-sm > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.la-line-scale.la-2x {
  width: 80px;
  height: 64px;
}

.la-line-scale.la-2x > div {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.la-line-scale.la-3x {
  width: 120px;
  height: 96px;
}

.la-line-scale.la-3x > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Animation
 */
@keyframes line-scale {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/*-----------------------------------------------Ballloading------------------------------------------------ */
.la-ball-pulse,
.la-ball-pulse > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-pulse {
  display: block;
  font-size: 0;
  color: #ffffff;
}

.la-ball-pulse.la-dark {
  color: #333333;
}

.la-ball-pulse > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-pulse {
  width: 54px;
  height: 18px;
}

.la-ball-pulse > div:nth-child(1) {
  animation-delay: -200ms;
}

.la-ball-pulse > div:nth-child(2) {
  animation-delay: -100ms;
}

.la-ball-pulse > div:nth-child(3) {
  animation-delay: 0ms;
}

.la-ball-pulse > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  animation: ball-pulse 1s ease infinite;
}

.la-ball-pulse.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-pulse.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-pulse.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-pulse.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-pulse.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-pulse.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    transform: scale(0.01);
  }
}
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
