@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@400;500;600;700;800&display=swap");

.heading-secondary{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 640px){
  .heading-secondary{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  .heading-secondary{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.heading-secondary--pink{
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(113 199 159 / var(--tw-text-opacity));
}

.heading-tertiary{
  font-family: Poppins, sans-serif;
  font-size: clamp(1.15rem, 0.5vw + 1.1rem, 1.875rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.heading__group{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

@media (min-width: 640px){
  .heading__group{
    flex-direction: column;
  }
}

.heading__icon{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(113 199 159 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .heading__icon{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.btn{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.btn--hero{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border-radius: 9999px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn--hero:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .btn--hero{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px){
  .btn--hero{
    width: 9rem;
  }
}

.btn--primary{
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn--primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 112 84 / var(--tw-bg-opacity));
}

.btn--filter{
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(113 199 159 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 199 159 / var(--tw-text-opacity));
}

.btn--filter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 199 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .btn--filter{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.btn--filter.active{
  --tw-bg-opacity: 1;
  background-color: rgb(113 199 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--filter-detail{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-weight: 700;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--filter-detail:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 199 159 / var(--tw-bg-opacity));
}

.btn--quote{
  display: block;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn--quote:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 112 84 / var(--tw-bg-opacity));
}

.btn--quote{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity)) !important;
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .footer__container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .footer__container{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .footer__container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .footer__container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .footer__container{
    max-width: 1536px;
  }
}

.footer__container{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer a{
  font-family: Anek Malayalam, sans-serif;
}

.footer__group-grid{
  display: grid;
  grid-auto-flow: row;
  gap: 2rem;
}

@media (min-width: 640px){
  .footer__group-grid{
    grid-template-columns: 2fr 1.5fr;
    gap: 3rem;
  }
}

@media (min-width: 1280px){
  .footer__group-grid{
    grid-template-columns: 4fr 3.5fr 3.5fr;
  }
}

@media (min-width: 1536px){
  .footer__group-grid{
    grid-auto-flow: column;
  }
}

.footer__col-1{
  word-break: break-all;
}

.footer__title{
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.4vw + 1rem, 1.563rem);
}

.footer__title i{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.footer__title.active{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer__title--icon{
  margin-left: 1rem;
}

@media (min-width: 640px){
  .footer__title--icon{
    display: none;
  }
}

.footer__list{
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px){
  .footer__list{
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

.footer__list.active{
  max-height: 400px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px){
  .footer__list.active{
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

.footer__list.active i{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.footer__contact{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__row{
  display: flex;
  flex-direction: column;
}

.footer__icon{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .footer__icon{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.footer__li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.footer__bottom{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer__copy{
  text-align: center;
}

@media (min-width: 768px){
  .footer__copy{
    text-align: right;
  }
}

.footer__agency{
  font-weight: 700;
}

.contact-us{
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact-us__container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .contact-us__container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .contact-us__container{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .contact-us__container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .contact-us__container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .contact-us__container{
    max-width: 1536px;
  }
}

.contact-us__containt-title{
  text-align: center;
}

.contact-us__title{
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .contact-us__title{
    margin-bottom: 1rem;
  }
}

.contact-us__title {
  font-size: clamp(1.438rem, 1.4vw + 1.2rem, 2.813rem);
}

.contact-us__p{
  margin-bottom: 2rem;
  font-family: Anek Malayalam, sans-serif;
}

@media (min-width: 1024px){
  .contact-us__p{
    margin-bottom: 4rem;
  }
}

.contact-us__p {
  font-size: clamp(0.875rem, 0.5vw + 0.8rem, 1.375rem);
}

.contact-us__form-group{
  display: grid;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .contact-us__form-group{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .contact-us__form-group{
    width: 70%;
  }
}

@media (min-width: 1536px){
  .contact-us__form-group{
    width: 60%;
  }
}

.contact-us__label{
  font-family: Anek Malayalam, sans-serif;
  font-size: 25px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.contact-us__input{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(73 160 120 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: Anek Malayalam, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.contact-us__input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}

.contact-us__input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}

.contact-us__input--message{
  padding-bottom: 6rem;
  padding-top: 1rem;
}

.contact-us__button{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.contact-us__submit{
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity)) !important;
}

.contact-us__submit:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 112 84 / var(--tw-bg-opacity)) !important;
}

.social-networks{
  position: fixed;
  z-index: 20;
  display: none;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.social-networks:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .social-networks{
    bottom: 8rem;
  }
}

@media (min-width: 1024px){
  .social-networks{
    bottom: 1.25rem;
    right: 5rem;
    display: flex;
  }
}

.social-networks__link{
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
  font-family: Poppins, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header__inner{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .header__inner{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .header__inner{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .header__inner{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .header__inner{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .header__inner{
    max-width: 1536px;
  }
}

.header__inner{
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
}

.header__logo{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 1024px){
  .header__logo{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header__logo img{
  width: 2.5rem;
}

.header__icon{
  justify-self: end;
}

@media (min-width: 1024px){
  .header__icon{
    display: none;
  }
}

.header__icon i{
  font-size: 1.5rem;
  line-height: 2rem;
}

.header__arrow{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__arrow.active{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header__item--submenu .header__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px){
  .header__item--submenu .header__link{
    justify-content: space-between;
  }
}

.header__item--group{
  display: flex;
  gap: 1rem;
}

.header__item--group .header__link{
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__item--group .header__link:hover{
  background-color: rgb(73 160 120 / 0.8);
}

.header__link{
  display: block;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header__link::after{
  position: absolute;
  bottom: 0.25rem;
  left: 1rem;
  right: 1rem;
  height: 2px;
  transform-origin: left;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.header__link:hover::after, .header__link.active::after{
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.header__link--sub{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__link--sub:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.nav-desktop{
  display: none;
}

@media (min-width: 1024px){
  .nav-desktop{
    display: flex;
  }
}

.nav-desktop .header__list{
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.nav-desktop .header__list--submenu{
  max-height: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  position: absolute;
  top: 2rem;
  left: 0px;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 1rem;
}

.nav-desktop .header__list--submenu.active{
  max-height: 600px !important;
  padding: 1rem !important;
}

.nav-desktop .header__item--submenu{
  position: relative;
  width: 100%;
}

.nav-mobile{
  grid-column: span 2 / span 2;
  text-align: center;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  position: absolute;
  top: 5rem;
  left: 0px;
  height: calc(100vh - 80px);
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .nav-mobile{
    display: none;
  }
}

.nav-mobile.active{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.nav-mobile .header__list{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.nav-mobile .header__list--submenu{
  max-height: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  overflow-y: scroll;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
}

.nav-mobile .header__list--submenu .header__link{
  border-radius: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-mobile .header__list--submenu .header__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.nav-mobile .header__list--submenu.active{
  padding: 1rem;
}

.nav-mobile .header__item--submenu{
  width: 80%;
}

.card-national-shipping{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .card-national-shipping{
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){
  .card-national-shipping{
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1536px){
  .card-national-shipping{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.card-national-shipping {
  overflow-wrap: anywhere;
}

.card-national-shipping__item{
  display: flex;
  gap: 1rem;
}

.card-national-shipping__description{
  display: flex;
  flex-direction: column;
}

.card-national-shipping__icon{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: clamp(1.5rem, 0.7vw + 1.4rem, 2.5rem);
}

@media (min-width: 640px){
  .card-national-shipping__icon{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 768px){
  .card-national-shipping__icon{
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1024px){
  .card-national-shipping__icon{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.card-national-shipping__list{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .card-national-shipping__list{
    margin-top: 2.5rem;
    gap: 2.25rem;
  }
}

.card-national-shipping__span, .card-national-shipping__sublist, .card-national-shipping__description{
  font-family: Anek Malayalam, sans-serif;
  font-size: clamp(1.125rem, 0.3vw + 1.1rem, 1.563rem);
}

.card-national-shipping__subitem-title{
  font-weight: 600;
}

.card-national-shipping__figure{
  position: absolute;
  right: 0.75rem;
  top: 35%;
  display: none;
  width: 40%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px){
  .card-national-shipping__figure{
    display: block;
  }
}

@media (min-width: 1536px){
  .card-national-shipping__figure{
    width: 35%;
  }
}

.card-national-shipping__figure--2{
  width: 30%;
}

.card-national-shipping__figure--3{
  top: 63%;
}

.accordion{
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: Anek Malayalam, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .accordion{
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
}

.accordion__heading{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion__heading i{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(113 199 159 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .accordion__heading i{
    height: 2.5rem;
    width: 2.5rem;
  }
}

.accordion__title{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .accordion__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.accordion__content{
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .accordion__content{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.accordion__content a{
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion__content a:hover{
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.accordion__list li::before{
  margin-right: 0.25rem;
  --tw-content: "-";
  content: var(--tw-content);
}

.accordion.active .accordion__content{
  max-height: 700px;
  padding-top: 0.5rem;
}

.accordion.active .accordion__heading{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion.active .accordion__heading i{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.card-product{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  max-width: 380px;
  border-radius: 0.75rem;
  --tw-shadow: 10px 10px 50px rgba(175,175,175,0.25);
  --tw-shadow-colored: 10px 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: grid;
  gap: 2rem;
}

.card-product__grid{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .card-product__grid{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .card-product__grid{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .card-product__grid{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .card-product__grid{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .card-product__grid{
    max-width: 1536px;
  }
}

.card-product__grid{
  display: grid;
  justify-content: center;
  gap: 2rem;
  padding-top: 2rem;
}

@media (min-width: 1024px){
  .card-product__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .card-product__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.card-product__title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .card-product__title{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(78 78 78 / var(--tw-text-opacity));
  }
}

.card-product__figure img{
  max-height: 180px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-product__btn{
  margin-left: auto;
  margin-right: auto;
}

.section-hero{
  margin-top: 5rem;
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .section-hero{
    margin-bottom: 4rem;
  }
}

.section-hero__slides{
  height: calc(100vh - 4rem);
  width: 100%;
}

.section-hero__slide{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .section-hero__slide{
    flex-direction: row;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    align-items: center !important;
  }
}

.section-hero__container-contain{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px){
  .section-hero__container-contain{
    justify-content: center;
    gap: 1.25rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1280px){
  .section-hero__container-contain{
    padding-left: 10rem;
  }
}

.section-hero__title{
  align-self: flex-start;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .section-hero__title{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.section-hero__description{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-hero__description{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.section-hero__container-img{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.section-hero__img{
  height: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px){
  .section-hero__img{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.section-articles-merchandising{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-articles-merchandising{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-articles-merchandising{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-articles-merchandising{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-articles-merchandising{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-articles-merchandising{
    max-width: 1536px;
  }
}

.section-articles-merchandising{
  position: relative;
  margin-bottom: 3rem;
  height: 1000px;
}

@media (min-width: 1024px){
  .section-articles-merchandising{
    margin-bottom: 0px;
    height: 100%;
  }
}

.section-articles-merchandising__content{
  display: none;
  flex-direction: column;
  gap: 2.75rem;
}

@media (min-width: 1024px){
  .section-articles-merchandising__content{
    display: flex;
  }
}

.section-articles-merchandising__contentText{
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.section-articles-merchandising__title{
  max-width: 24rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.section-articles-merchandising__description{
  font-family: Anek Malayalam, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.section-articles-merchandising__contCardfirst{
  display: none;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-shadow: 10px 10px 50px rgba(175, 175, 175,0.25);
  --tw-shadow-colored: 10px 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .section-articles-merchandising__contCardfirst{
    display: block;
  }
}

.section-articles-merchandising__cardfirst{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.section-articles-merchandising__cardfirstText{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.section-articles-merchandising__cardfirstbtn{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.section-articles-merchandising__cardfirstbtn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 112 84 / var(--tw-bg-opacity));
}

.section-articles-merchandising__cardfirstfigure{
  display: none;
}

@media (min-width: 1024px){
  .section-articles-merchandising__cardfirstfigure{
    display: block;
  }
}

.section-articles-merchandising__cardTitlefirst{
  max-width: 90%;
  font-family: Poppins, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.section-articles-merchandising__contentCard{
  margin-bottom: 4rem;
  display: none;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .section-articles-merchandising__contentCard{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.section-articles-merchandising__card{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.5rem;
  padding: 2rem;
  --tw-shadow: 10px 10px 50px rgba(175, 175, 175,0.25);
  --tw-shadow-colored: 10px 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .section-articles-merchandising__card{
    align-items: flex-start;
    gap: 1.25rem;
  }
}

.section-articles-merchandising__cardTitle{
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.section-articles-merchandising__contImg{
  display: flex;
  width: 100%;
  align-items: center;
}

@media (min-width: 1024px){
  .section-articles-merchandising__contImg{
    flex: 1 1 0%;
  }
}

.section-articles-merchandising__img{
  margin: auto;
  width: 100%;
}

.section-articles-merchandising__btn{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.section-articles-merchandising__btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 112 84 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .section-articles-merchandising__btn{
    margin: auto;
  }
}

.section-home-video{
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
}

.section-home-video__container{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .section-home-video__container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .section-home-video__container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .section-home-video__container{
      max-width: 768px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1024px){
    .section-home-video__container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .section-home-video__container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .section-home-video__container{
      max-width: 1536px;
    }
  }

  .section-home-video__container{
    margin-bottom: 6rem;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1536px){
  .section-home-video__container{
    gap: 6rem;
  }
}

.section-home-video__header{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-home-video__header{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-home-video__header{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-home-video__header{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-home-video__header{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-home-video__header{
    max-width: 1536px;
  }
}

.section-home-video__header{
  padding-right: 0px;
}

@media (min-width: 1024px){
  .section-home-video__header{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-home-video__content{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 1024px){
  .section-home-video__content{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

.section-home-video__video{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-home-video__video{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-home-video__video{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-home-video__video{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-home-video__video{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-home-video__video{
    max-width: 1536px;
  }
}

@media (min-width: 1024px){
  .section-home-video__video{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-home-video__iframe{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}

.section-home-national-shipping{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-home-national-shipping{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-home-national-shipping{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-home-national-shipping{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-home-national-shipping{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-home-national-shipping{
    max-width: 1536px;
  }
}

.section-home-national-shipping{
  margin-bottom: 3rem;
  height: 100%;
}

@media (min-width: 1024px){
  .section-home-national-shipping{
    margin-bottom: 6rem;
  }
}

.section-banner{
  margin-bottom: 4rem;
}

.section-banner__contentAll{
  position: relative;
  display: flex;
  height: 450px;
  align-items: center;
  justify-content: center;
}

.section-banner__picture{
  position: absolute;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
}

.section-banner__image{
  height: 100%;
  width: 100%;
}

.section-banner__imgText{
  display: flex;
  width: 100%;
}

.section-banner__imgFigureLeft{
  display: none;
  width: 100%;
}

@media (min-width: 768px){
  .section-banner__imgFigureLeft{
    display: block;
  }
}

.section-banner__imgLeft{
  margin: auto;
}

.section-banner__contText{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  text-align: center;
}

.section-banner__description{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-banner__description{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){
  .section-banner__description{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-banner__subdescription{
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-banner__subdescription{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.section-banner__link{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.section-banner__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 112 84 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .section-banner__link{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.section-banner__imgFigureRight{
  display: none;
  width: 100%;
}

@media (min-width: 768px){
  .section-banner__imgFigureRight{
    display: block;
  }
}

.section-banner__imgRight{
  margin: auto;
}

.section-custom-advertising-design{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-custom-advertising-design{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-custom-advertising-design{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-custom-advertising-design{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-custom-advertising-design{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-custom-advertising-design{
    max-width: 1536px;
  }
}

.section-custom-advertising-design{
  margin-bottom: 5rem;
}

@media (min-width: 640px){
  .section-custom-advertising-design{
    margin-bottom: 10rem;
  }
}

.section-custom-advertising-design__contText{
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.section-custom-advertising-design__title{
  max-width: 24rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.section-custom-advertising-design__description{
  font-family: Anek Malayalam, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.section-custom-advertising-design__contCard{
  display: grid;
  width: 100%;
  place-items: center;
  row-gap: 5rem;
}

@media (min-width: 640px){
  .section-custom-advertising-design__contCard{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (min-width: 768px){
  .section-custom-advertising-design__contCard{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.section-custom-advertising-design__card{
  position: relative;
  height: 112px;
  width: 180px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px){
  .section-custom-advertising-design__card{
    height: 150px;
    width: 250px;
  }
}

.section-custom-advertising-design__titleCard{
  font-family: Poppins, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-custom-advertising-design__titleCard{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section-custom-advertising-design__img{
  width: 100%;
}

.section-custom-advertising-design__cardMagic{
  position: absolute;
  bottom: -55%;
  right: -40%;
  width: 100%;
}

@media (min-width: 640px){
  .section-custom-advertising-design__cardMagic{
    bottom: -60%;
    right: -35%;
  }
}

.section-custom-advertising-design__cardDad{
  position: absolute;
  bottom: -60%;
  right: -40%;
  width: 100%;
}

@media (min-width: 640px){
  .section-custom-advertising-design__cardDad{
    bottom: -60%;
    right: -35%;
  }
}

.section-custom-advertising-design__cardGift{
  position: absolute;
  bottom: -60%;
  right: -40%;
  width: 100%;
}

@media (min-width: 640px){
  .section-custom-advertising-design__cardGift{
    bottom: -60%;
    right: -35%;
  }
}

.section-custom-advertising-design__cardChristmas{
  position: absolute;
  bottom: -85%;
  right: -30%;
  width: 100%;
}

.swiper--home-hero .swiper-pagination-hero{
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.swiper--home-hero .swiper-pagination-bullet{
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .swiper--home-hero .swiper-pagination-bullet{
    height: 0.75rem;
    width: 0.75rem;
  }
}

@media (min-width: 1024px){
  .swiper--home-hero .swiper-pagination-bullet{
    height: 1rem;
    width: 1rem;
  }
}

.swiper--home-hero .swiper-pagination-bullet-active{
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .swiper--home-hero .swiper-pagination-bullet-active{
    height: 0.75rem;
    width: 0.75rem;
  }
}

@media (min-width: 1024px){
  .swiper--home-hero .swiper-pagination-bullet-active{
    height: 1rem;
    width: 1rem;
  }
}

.swiper--home-hero .swiper-button-prev,
.swiper--home-hero .swiper-button-next{
  z-index: 20;
  display: none;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.swiper--home-hero .swiper-button-prev:hover,
.swiper--home-hero .swiper-button-next:hover{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .swiper--home-hero .swiper-button-prev,
.swiper--home-hero .swiper-button-next{
    display: grid;
  }
}

.swiper--home-hero .swiper-button-prev::after,
.swiper--home-hero .swiper-button-next::after{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.swiper--home-hero .swiper-button-prev::after{
  --tw-content: "prev";
  content: var(--tw-content);
}

.swiper--home-hero .swiper-button-next::after{
  --tw-content: "next";
  content: var(--tw-content);
}

.swiper--home-hero .swiper-button-prev,
.swiper--home-hero .swiper-button-next{
  height: 5rem;
  width: 5rem;
}

@media (min-width: 768px){
  .swiper--home-hero .swiper-button-prev{
    margin-left: 1.5rem;
  }

  .swiper--home-hero .swiper-button-next{
    margin-right: 1.5rem;
  }
}

.swiper--articlesMerchan{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .swiper--articlesMerchan{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .swiper--articlesMerchan{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .swiper--articlesMerchan{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .swiper--articlesMerchan{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .swiper--articlesMerchan{
    max-width: 1536px;
  }
}

.swiper--articlesMerchan{
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px){
  .swiper--articlesMerchan{
    display: none;
  }
}

.swiper--articlesMerchan .swiper-slide{
  margin: auto;
  display: flex;
  max-width: 300px;
  align-items: center;
  justify-content: center;
  height: calc((100% - 30px) / 2) !important;
}

.swiper--articlesMerchan .swiper-wrapper{
  height: 950px;
}

.swiper--articlesMerchan .swiper-slide img{
  display: block;
  height: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper.swiper--national-shipping{
  padding-bottom: 3rem;
}

.swiper--national-shipping{
  display: grid;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}

.swiper--national-shipping .swiper-pagination-fraction,
.swiper--national-shipping .swiper-pagination-custom,
.swiper--national-shipping .swiper-horizontal > .swiper-pagination-bullets,
.swiper--national-shipping .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0px;
}

.swiper--national-shipping .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
}

.swiper--national-shipping .swiper-pagination-bullet{
  height: 0.75rem;
  width: 0.75rem;
}

@media (min-width: 1024px){
  .swiper--national-shipping .swiper-pagination-bullet{
    height: 1.25rem;
    width: 1.25rem;
  }
}

.swiper--filter .swiper-button-prev::after,
.swiper--filter .swiper-button-next::after{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(113 199 159 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper--product-details .swiper-slide{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-shadow: 10px 10px 50px rgba(175, 175, 175,0.25);
  --tw-shadow-colored: 10px 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.swiper--product-details .swiper-slide img{
  margin: auto;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper--product-details .swiper-wrapper{
  height: 400px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.swiper--product-details .swiper-button-prev,
.swiper--product-details .swiper-button-next{
  z-index: 20;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 160 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.swiper--product-details .swiper-button-prev:hover,
.swiper--product-details .swiper-button-next:hover{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swiper--product-details .swiper-button-prev::after,
.swiper--product-details .swiper-button-next::after{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.swiper--product-details .swiper-button-prev::after{
  --tw-content: "prev";
  content: var(--tw-content);
}

.swiper--product-details .swiper-button-next::after{
  --tw-content: "next";
  content: var(--tw-content);
}

.swiper--product-details .swiper-button-prev,
.swiper--product-details .swiper-button-next{
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 1024px){
  .swiper--product-details .swiper-button-prev,
.swiper--product-details .swiper-button-next{
    height: 3rem;
    width: 3rem;
  }
}

.swiper--what-we-offer{
  margin-bottom: 5rem;
}

.swiper--what-we-offer .swiper-slide{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 10px 10px 50px rgba(175, 175, 175,0.25);
  --tw-shadow-colored: 10px 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.swiper--what-we-offer .swiper-slide img{
  margin: auto;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper--what-we-offer .product-wrapper{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.swiper--what-we-offer .product-wrapper__title{
  font-family: Anek Malayalam, sans-serif;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

.swiper--what-we-offer .swiper-wrapper{
  height: 350px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.swiper--what-we-offer .swiper-button-prev,
.swiper--what-we-offer .swiper-button-next{
  z-index: 20;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.swiper--what-we-offer .swiper-button-prev:hover,
.swiper--what-we-offer .swiper-button-next:hover{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swiper--what-we-offer .swiper-button-prev::after,
.swiper--what-we-offer .swiper-button-next::after{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.swiper--what-we-offer .swiper-button-prev::after{
  --tw-content: "prev";
  content: var(--tw-content);
}

.swiper--what-we-offer .swiper-button-next::after{
  --tw-content: "next";
  content: var(--tw-content);
}

.swiper--what-we-offer .swiper-button-prev,
.swiper--what-we-offer .swiper-button-next{
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 1024px){
  .swiper--what-we-offer .swiper-button-prev,
.swiper--what-we-offer .swiper-button-next{
    height: 3rem;
    width: 3rem;
  }
}

.swiper-meet-us{
  margin-top: 2rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #a3a3a3;
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1024px){
  .swiper-meet-us{
    display: none;
  }
}

.swiper-meet-us__card{
  display: flex;
  max-width: 650px;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.swiper-meet-us__title{
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(73 160 120 / var(--tw-text-opacity));
}

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.ml-12{
  margin-left: 3rem;
}

.ml-\[4\.1rem\]{
  margin-left: 4.1rem;
}

.mr-4{
  margin-right: 1rem;
}

.block{
  display: block;
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .sm\:hidden{
    display: none;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
}
/*# sourceMappingURL=home.css.map */