/* Variables */
:root {
  --color-primary: #CC251B;
  --color-secondary: #FFB129;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #eaeaea;

  --color-custom-1: #232f61;
  --color-custom-2: #008ccd;
}

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/* Resets */
.img-fluid {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

section.noPadding {
  padding: 0em 0;
}

/* Fonts */

body,
input,
textarea,
select {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-display: swap;
  font-family: 'PASTI';
}

h1 {
  font-size: clamp(2.5rem, 2.35rem + 0.75vw, 3rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1rem, 0.94rem + 0.3vw, 1.3rem);
}

p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  font-family: "Work Sans", sans-serif;
}

p,
li,
label {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
}

.smallTxt {
  font-size: 0.7em;
}

.displayTitle {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  font-weight: 600;
}

/* links */
a {
  font-family: "Work Sans", sans-serif;
  color: var(--color-secondary);
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
  color: var(--color-primary);
}

/* Buttons */
.btn {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 0.8em 1.3em !important;
  text-decoration: none;
  transition: color 0.4s, border 0.3s;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
  text-transform: none !important;
  -webkit-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
}

.titleSnipet {
  display: none;
}

.label_input {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}

section {
  min-height: initial !important;
  background-color: initial !important;
}

form {
  background-color: #d9d9d9;
  border-radius: 1rem;
}

/* SLIDER */

.item {
    border-radius: 1rem;
    background-color: var(--color-white);
}

.cta_hero {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  border-radius: 1.5em;
  background-color: var(--color-custom-1) !important;
  border: 1px solid #000;
  color: var(--color-white) !important;
  transition: .3s 
ease;
}

.cta_hero:hover, .cta_hero:active, .cta_hero:focus {
  background-color: var(--color-custom-2) !important;
  color: var(--color-white) !important;
}

/* Owl Carousel dots spacing */
.owl-carousel .owl-dots {
  margin-top: 2rem !important;
}

/* Gallery hover effects */
#squezeers .gallery-item {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

#squezeers .gallery-item a {
  display: block;
  text-decoration: none;
}

#squezeers .gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px 5px rgba(0, 140, 205, 0.6);
}

/* banner img */
.bannerImg {
  background-image: url("img/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30dvh;
}

/* section cards */
section.section-cards {
  .card {
    width: 30%;
    background-color: #eaeaea;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;

    &:hover {
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    }

    img {
      max-width: 300px;
      width: 100%;
      margin: 0 auto;
      border-radius: 1rem 1rem 0 0;
    }
  }
}

/* COLORS */
.color-white {
  color: var(--color-white) !important;
}

.color-gray {
  color: var(--color-gray) !important;
}

.color-custom-1 {
  color: var(--color-custom-1) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-gray {
  background-color: var(--color-gray) !important;
}

.bg-custom-1 {
  background-color: var(--color-custom-1) !important;
}

/* Section display */
section.section-display {
  background-color: #eaeaea !important;

  .displayTitle {
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    font-weight: 700;
  }
}

/* Section highlights */
.section-highlights {
  background-color: #eaeaea !important;

  .bg-white {
    background-color: #c9c9c9 !important;
  }
}

/* section store locator */
.store-locator {
  iframe {
    min-height: 80dvh;
  }
}

/*Thank ypu page*/

.wrapLanding {
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
  min-height: 100dvh;
}

/*HEADER*/

header {
  background-color: var(--color-primary);
}

.nav-item a {
  color: var(--color-white) !important;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.nav-item a:hover,
.nav-item a:active,
.nav-item a:focus {
  color: var(--color-secondary) !important;
}

.navbar {
  --bs-navbar-color: rgba(255, 255, 255, 0.85);
  --bs-navbar-hover-color: rgba(255, 255, 255, 1);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.4);
  --bs-navbar-active-color: rgba(255, 255, 255, 1);
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/*FOOTER*/
footer {
  background-color: #d9d9d9 !important;
}

.foo-1 {
  background-color: var(--color-primary) !important;
}

.foo-2 {
  background-color: var(--color-secondary) !important;
}

footer ul li {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  margin: 0 .2em;
  top: 0;
  transition: .3s ease;
  background-color: var(--color-white);
}

footer ul li a{
  color: var(--color-primary);
}

/*Responsive*/

/*Large Desktop*/
@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
  section.section-cards {
    .card {
      width: 48%;
    }
  }
}

/*Medium Devices*/
@media only screen and (max-width: 767px) {
  section.section-cards {
    .card {
      width: 98%;
    }
  }
}

@media only screen and (max-width: 650px) {}

/*Small Devices*/

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 480px) {}