/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@500;600;700&display=swap");

:root {
    --header-height: 2rem;

    /*========== Colors ==========*/
    /* Change favorite color to match images */
    /*Green dark 190 - Green 171 - Grren Blue 200*/
    --hue-color: 190;

    /* HSL color mode https://www.w3schools.com/colors/colors_hsl.asp */
    --first-color2: hsl(var(--hue-color), 18%, 73%);
    --first-color-second2: hsl(var(--hue-color), 18%, 73%);
    --first-color-alt: hsl(var(--hue-color), 64%, 15%);
    --title-color: hsl(var(--hue-color), 64%, 18%);
    --text-color2: hsl(var(--hue-color), 12%, 50%);
    --text-color-light: hsl(var(--hue-color), 8%, 60%);
    --input-color: hsl(var(--hue-color), 24%, 97%);
    --body-color: hsl(var(--hue-color), 100%, 99%);
    --white-color: #FFF;
    --scroll-bar-color: hsl(var(--hue-color), 12%, 90%);
    --scroll-thumb-color: hsl(var(--hue-color), 12%, 75%);

    /*========== Font and typography ==========*/
    --body-font: 'Open Sans', sans-serif;
    --title-font: 'Raleway', sans-serif;
    --biggest-font-size: 2.5rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;

    /*========== Font weight ==========*/
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-semi-bold2: 300;

    /*========== Margenes Bottom ==========*/
    --mb-0-25: .25rem;
    --mb-0-5: .5rem;
    --mb-0-75: .75rem;
    --mb-1: 1rem;
    --mb-1-25: 1.25rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
    --mb-2-5: 2.5rem;

    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;

    /*========== Hover overlay ==========*/
    --img-transition: .3s;
    --img-hidden: hidden;
    --img-scale: scale(1.1);
  }

  @media screen and (min-width: 968px) {
    :root {
      --big-font-size: 5rem;
      --biggest-font-size: 4rem;
      --h1-font-size: 2.25rem;
      --h2-font-size: 1.75rem;
      --h3-font-size: 1.25rem;
      --normal-font-size: 1rem;
      --small-font-size: .875rem;
      --smaller-font-size: .813rem;
    }
  }


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}
:root{
  --bg-color: #fff;
  --text-color: #221314;
  --second-color: #5a7184;
  --main-color: #6a54fa;
  --big-font: 6rem;
  --h2-font: 2rem;
  --p-font: 1.1rem;

  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}
body{
  background: var(--bg-color);
  color: var(--text-color);
}

/* CABECERAS de la pagina */
header{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 30px 18px;
  transition: ease .40s;
}
.logo{
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--text-color);

  color: white;
  text-shadow: 0 0 5px black;;
}
.navbar{
  display: flex;
}
.navbar a{
  color: var(--text-color);
  color: white;
  text-shadow: 0 0 1px black;;

  font-size: var(--p-font);
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  transition: ease 1s;
}
.navbar a:hover{
  background: var(--bg-color);
  color: #3823c0;
  box-shadow: 5px 10px 20px 0 rgb(218, 217, 217);
}
#menu-icon{
  color: var(--bg-color);
  font-size: 35px;
  z-index: 1001;
  cursor: pointer;
  display: none;
}


section{
 padding: 80px 16%;
}
.home{
  position: relative;
  width: 100%;
  height: 90vh;
  /* background: url("{{ asset('main/assets/imgs/Antigua-Ruta-del-Vino3.jpg ') }}" ); */
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  align-items: center;
}
.home-text h1{
  font-size: var(--big-font);
  line-height: 1.2;
  color: #ffffffe1;
  font-family: 'Paytone One', sans-serif;
  letter-spacing: 4px;
  margin-bottom: 10px;
  font-size: 60px;
  opacity: .9;
}
.home-text p{
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 8px;
}
.home-btn{
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  background: #ffffffbf;
  color: #221314;
  border-radius: 4px;
  transition: ease 1s;
}
.home-btn:hover{
  background: var(--bg-color);
  transform: scale(1.1);
}

header.sticky{
  background: var(--bg-color);
  padding: 10px 18%;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
header.sticky>.navbar a{
  color: var(--text-color);
  text-shadow: 0 0 1px rgb(34, 20, 233);;
/* funcioonoooo */
  font-size: var(--p-font);
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  transition: ease 1s;
}




.text2{
  height: 10px;
  margin-top: -50px;
}

.text h2{
  font-size: var(--h2-font);
  line-height: 1.1;
  margin-top: 0px;
}
.row-items{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, auto));
  column-gap: 1rem;
  align-items: center;
  text-align: center;
  margin-top: 0px;
  margin-left: 10%;
  margin-right: 10%;
}
.container-box{
  background: var(--bg-color);
  /* border: 1px solid #f0eded;
  padding: 0px 1px;*/
  border-radius: 4px;
  transition: all .2s ease .3s;
}
.container-img img{
 height: 85px;
 width: 85px;
 padding: 15px;
 background: var(--bg-color);
 box-shadow: 5px 10px 10px 0 rgb(218, 217, 217);
 border-radius: 4px;
 margin-bottom: 15px;
 cursor: pointer;
}
.container-box h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1px;
}
.container-box p{
  font-size: 15px;
  color: var(--second-color);
}
.container-box:hover{
  box-shadow: 5px 10px 10px 0 rgb(184, 184, 184);
  border: 1px solid #f0eded;
  transform: translateY(-4px );
}

/* Paketes */
/* .title{
  text-align: center;
  margin-top: -50px;
}
.title h2{
  font-size: var(--h2-font);
  line-height: 1.2;
}
.contenido-pakete{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
  column-gap: 1rem;
  align-items: center;
  margin-top: 20px;
}
.thum{
 position: relative;
 transition: all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
 will-change: filter;
 cursor: pointer;
}
.thum img{
  height: 250px;
  width: 250px;
  border-radius: 4px;
}
.thum h3{
  position: absolute;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: var(--bg-color);
  bottom: 10px;
  right: 10px;
} */

.title {
    font-size: var(--h2-font);
    line-height: 1.2;
    color: whitesmoke;
  }

.pakete{
  display: grid;
  place-items: center;
  width: 100%;
}
.page-content {
  display: grid;
  place-items: center;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1600px;
  margin: 0 auto;
  font-family: var(--font-sans);
  place-items: center;
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);/*  repeat(auto-fit, minmax(250px, auto)); */
  }
}
.card {
  position: relative;
  display: flex;
  align-items:  flex-end;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}
.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}
.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.btncard {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.btncard:hover {
  background-color: #0d0d0d;
}
.btncard:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}
@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
.card:focus-within {
    align-items: center;
  }
  .card:hover:before,
.card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after,
.card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content,
.card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title),
.card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before, .card:focus-within:after,
.card:focus-within .content,
.card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}





.wrapper {
  -webkit-perspective: 1px;
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  perspective: 20px;
  margin: 10px;
  /* position: relative; */
  /* background: url(/imgs/3_Caymus_Header_Caymus_Vineyards_1900x1080.jpg); */
}
.wrapper::-webkit-scrollbar{
  display: none;/* Hide scrollbar for Chrome, Safari and Opera */
}
.wrapper{ /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.wrapper header{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform-style: preserve-3d;
  z-index: -1;
}
.background {
  /* scale :  1 + (z transform value * -1)
              1 + (
  */
  transform: translateZ(-12px) scale(2);
}
.foreground {
  transform: translateZ(-1px) scale(1.5);
}

.background,
.foreground {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.wrapper header .title {
  font-size: 4rem;
  color: white;
  text-shadow: 0 0 5px black;;
}
.wrapper section {
  font-size: 2rem;
  padding: 2rem;
  background-color: #333;
  color: white;
}





/*=============== SUBSCRIBE ===============*/
.subscribe__bg2 {
    background-color: var(--first-color-second2);
    padding: 2.5rem 0;
  }

.subscribe__container2 {
    background-color: var(--first-color-second2);
    padding: 3.5rem 0;
  }

  .subscribe__title,
  .subscribe__description {
    color: var(--white-color);
  }

  .subscribe__description {
    text-align: center;
    margin-bottom: var(--mb-2-5);
  }

  .subscribe__form {
    background-color: var(--input-color);
    padding: .5rem;
    display: flex;
    justify-content: space-between;
  }

  .subscribe__input {
    width: 70%;
    padding-right: .5rem;
    background-color: var(--input-color);
    color: var(--text-color);
  }

  .subscribe__input::placeholder {
    color: var(--text-color);
  }

  /*=============== BUTTONS ===============*/
.button2 {
    display: inline-block;
    background-color: var(--first-color2);
    color: var(--white-color);
    padding: 1rem 2rem;
    font-weight: var(--font-semi-bold);
    transition: .3s;
  }

  /*=============== footer ===============*/
.footter__container {
    row-gap: 5rem;
  }

  .footter__content {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    row-gap: 2rem;
  }

  .footter__title,
  .footter__subtitle {
    font-size: var(--h3-font-size);
    color: var(--text-color2);
  }

  .footter__title {
    margin-bottom: var(--mb-0-5);
  }

  .footter__description {
    margin-bottom: var(--mb-2);
  }

  .footter__social {
    font-size: 1.25rem;
    color: var(--title-color);
    margin-right: var(--mb-1-25);
  }

  .footter__subtitle {
    margin-bottom: var(--mb-1);
  }

  .footter__item {
    margin-bottom: var(--mb-0-75);
  }

  .footter__link {
    color: var(--text-color2);
  }

  .footter__link:hover {
    color: var(--title-color);
  }

  .footter__rights {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    text-align: center;
  }

  .footter__copy, .footter__terms-link {
    font-size: var(--small-font-size);
    color: var(--text-color-light);
  }

  .footter__terms {
    display: flex;
    column-gap: 1.5rem;
    justify-content: center;
  }

  .footter__terms-link:hover {
    color: var(--text-color);
  }
