/*
 Theme Name:   Cripan
 Template:     generatepress
*/

:root {
  /* neutrals */
  --cl-nt-0:  #000000; /* #000000 */
  --cl-nt-100:#ffffff; /* #000000 */

  /* primary */
  --cl-pr-l: #EFC28F; /* #000000 */
  --cl-pr-m: #DF8720; /* #000000 */
  --cl-pr-d: #B36B19; /* #000000 */

  /* secondary */
  --cl-sc-l: #1B3E97; /* #000000 */
  --cl-sc-m: #527AE0; /* #000000 */ 
  --cl-sc-d: #E9EEFB; /* #000000 */

  /* accent */
  --cl-sc-l: #F8E6AB; /* #000000 */
  --cl-sc-m: #FCF4D9; /* #000000 */ 
  --cl-sc-d: #FEFBF1; /* #000000 */ 






  /* font-family */ /* loaded in index head */
  --ff-title: "", sans-serif;
  --ff-text: "", sans-serif;

  /* font-size */

  --fs-xxs: 0.75rem; /* 12px */
  --fs-xs:  0.875rem;/* 14px */
  --fs-s:   1rem;    /* 16px */
  --fs-m:   1.5rem;  /* 24px */
  --fs-l:   2rem;    /* 32px */
  --fs-xl:  3rem;    /* 48px */
  --fs-xxl: 4rem;    /* 64px */

  /* font-weight */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semiBold: 600;
  --fw-Bold: 700;
  --fw-black: 900;

  /* box-shadow */
  --bs-light: 0 5px 15px rgba(0, 0, 0, 0.1);
  --bs-dark:  0 5px 15px rgba(0, 0, 0, 0.2); 

  /* transition */
  /* --quick-transition */
  --tr-quick: all 0.2s cubic-bezier(0, 0, 1, 1);
  /* --slow-transition */
  --tr-slow: all 0.2s cubic-bezier(0, 0, 1, 1);

  /* bleeding */
  /* --pd :;
  --mg :; */



}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0;
}



.hero div {
  /* display: block; */
}

.hero-section {
  width: 100%;
  max-width: 100%;
}

.menu-icon-container{

}

.menu-icon-container svg{
  max-width: 100%;
  display: block;
}

.hero-body {

}

.product img {
  transform: scale(100%);
  
}

.hero-text {
  display:none;
}

.hero-text span {
  color: #2C3F87;
  font-weight: 600;
}


/* ----------------------- */
/* -------- about -------- */
/* ----------------------- */

.about-us-text span {
  color: #AF6C1D;
  font-weight: 600;
}



/* ----------------------- */
/* ----- testimonials ---- */
/* ----------------------- */

/* .testimonials .items {
  display: block;
}

.testimonials .numeration {
  font-size: 8rem;
  color: black;
}

.testimonials .swiper .item{
  background-color: pink;
  border: 3px solid red;
} */




  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-wrapper {
    background-color: tan;
  }

  .swiper-slide {
    /* height: 300px; */
    min-height: calc(100vh / 3);
    text-align: center;
    font-size: 18px;
    background: #ececec;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

    