/*
Theme Name: Wordpress Theme
Author: Y
Version: 1.2.1
*/

/* colors */
:root {
  --FINAG-ceruleo-100: #27B9CC; 
  --WHITE-100: #ffffff;
  --FINAG-red-100: #E03739;
}

html {
  font-size: 16px; /* This makes 1rem = 18px */
}

body {
  font-family: "Montserrat", sans-serif !important;
  width: 100%;
}

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

/* ------------------------------ NAVBAR BLOCK ------------------------------ */
.navbar .dropdown-toggle::after {
  display: none;
}

.custom-icon-dropdown {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.navbar-brand img{
  width: 8.375rem;
}

.navbar {
padding: 2.94rem 3.75rem;
position: absolute;
top: 0;
z-index: 2000;
width: 100%;
background-color: transparent !important;
}

.dropdown-toggle {
color: var(--WHITE-100, #FFF) !important;
font-family: Montserrat;
font-size: 1.125rem;
font-style: normal;
font-weight: 350;
line-height: 1.5rem;
}

.navbar {
  align-items: flex-start;
}
.navbar-brand, .navbar-nav .nav-item {
  align-self: flex-start;
}
.custom-icon-dropdown {
  width: 18px;
    height: 16px;
    margin-left: 3px;
    margin-bottom: 4px;
}

.navbar-toggler {
  display: none;
}

.dropdown-menu {
  text-align: right;
  min-width: fit-content !important;
}

@media (max-width: 1100px) {

  .navbar { 
    padding: 1rem 2rem !important;
  }

  .navbar-brand img {
    width: 6.375rem;
}
}

/* ------------------------------ FOOTER BLOCK ------------------------------ */

.footer-row {
  display: flex;
  background-color: #F4F4F4;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding: 1.75rem 2rem 1.4rem 2rem;
}

.footer-absolute-img {
  position: absolute;
  bottom: 0rem;
  right: 6.5rem;
}

.img-footer-1 {
  margin-right: 2rem;
  height: 26px;
}

.img-footer-2 {
  height: 46px;
}

.img-footer-3 {
  margin-right: 13.5rem;
  height: 46px;
}

@media (max-width: 1000px) {

  .first-div-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .img-footer-1 {
    margin-bottom: 2rem;
  }

}

@media (max-width: 800px) {

  .img-footer-1 {
    margin-bottom: 2rem;
  }

  .img-footer-3 {
    margin-right: 6rem;
    height: 36px;
  }

  .footer-absolute-img {
    bottom: 0rem;
    right: 1rem;
    height: 10rem;
  }

  .footer-row {
    flex-wrap: wrap;
  }

  .first-div-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .second-div-footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 2rem;
  }
}


/* ------------------------------ HERO CAROUSEL BLOCK ------------------------------ */

#myCarousel {
  min-height: 600px;
  max-height: 800px; /* Maximum height of the carousel */
  position: relative; /* Ensure relative positioning for absolute positioning within it */
}

.hero-carousel .carousel-item {
  text-align: left;
  position: relative;
  height: 800px; /* Set the height of carousel items */
}

.hero-carousel .carousel-item .carousel-caption {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 3;
}

.hero-carousel .carousel-caption h3 {
  font-family: Montserrat;
  color: #fff;
  font-size: 5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5rem; /* 100% */
  letter-spacing: -0.08369rem;
  text-transform: uppercase;
}

.hero-carousel .carousel-caption p {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; 
  width: 80%;
  margin-top: 2rem;
}

.hero-carousel .carousel-caption a.btn {
  margin-top: 10px;
  font-size: 1.25rem;
}

.hero-carousel .carousel-indicators {
  position: absolute;
  left: calc(7.85213rem + 8%);
  bottom: 50px;
  z-index: 15;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
}

.hero-carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
}

.hero-carousel .carousel-indicators .active {
  background-color: #fff;
  border: 2px solid #fff;
  opacity: 0.5;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8%;
  z-index: 3;
}

.btn {
  all: unset;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.btn-hero-carousel {
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.875rem 6.85213rem 0.875rem 6.77288rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.5rem;
  margin-top: 2rem !important;
}

.carousel-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%; /* Adjust the width as needed */
  height: 800px; /* Ensure the image covers the entire carousel */
  z-index: 2; /* Ensure it's above the carousel items */
}

.carousel-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers its container */
  overflow: visible;
  transform: translateY(10rem);
  opacity: 0;
  transition: opacity 1s ease; /* Smooth transition */
  transition: all 1s ease;
  z-index: 0;
}

 .carousel-image.active {
  opacity: 1;
  z-index: 1;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: .8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.custom-carousel-control {
    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    opacity: 1;
}
.custom-carousel-control {
display: none;
}

.custom-carousel-control.active {
  display: block;
}

@media (min-width: 2200px) {
  .carousel-image-overlay {
    width: 50%;
  }
}

@media (max-width: 1100px) {

  .hero-carousel .carousel-caption {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    top: 8rem !important;
    padding: 10px !important; 
    font-size: 2.875rem !important;
    padding: 2rem 2rem !important;
  }

  .hero-carousel .carousel-caption h3 {
    font-family: Montserrat;
font-size: 2.875rem;
font-style: normal;
font-weight: 700;
line-height: 3.125rem;

  }
  
  .hero-carousel .carousel-caption p {
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
    width: 100%;
  }

  .carousel-image-overlay {
    z-index: 2;
        position: relative;
        bottom: unset;
        right: unset;
        align-items: center;
        margin: auto;
        height: 100px;
        width: auto;
        top: auto;
        transform: translateY(-5rem);
  }

  .carousel-image {
    width:100%;
    transform: none;
  }

  .btn-hero-carousel {
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .hero-carousel .carousel-indicators {
    left: 0 !important;
    transform: translateX(0%);
    transform: translateY(-25rem);
  }

  .carousel-control-prev,
  .carousel-control-next {
      position: absolute !important;
      bottom: 20px !important; /* Adjust the distance from the bottom as needed */
      width: auto !important;
      height: 2rem;
      top: 50%;
      z-index: 2000;
  }

  .carousel-control-prev {
      left: 2rem !important; /* Adjust the distance from the left as needed */
  }

  .carousel-control-next {
      right: 2rem !important; /* Adjust the distance from the right as needed */
  }

  #myCarousel {
    max-height: 900px; /* Maximum height of the carousel */
  }
  
  .hero-carousel .carousel-item {
    height: 900px; /* Set the height of carousel items */
  }

}

@media (max-width: 770px) {

  .hero-carousel .carousel-caption {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    top: 8rem !important;
    padding: 10px !important; 
    font-size: 2.875rem !important;
    padding: 2rem 2rem !important;
  }

  .hero-carousel .carousel-caption h3 {
    font-family: Montserrat;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125rem;

  }
  
  .hero-carousel .carousel-caption p {
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
    width: 100%;
  }
/*
  .carousel-image-overlay {
    z-index: 2;  Ensure it's above the carousel items 
    position: absolute;
    bottom: 0;
    align-items: center;
    width: 100%;
    height:auto;
    z-index: 2;
    top: auto;
    transform: translateY(-17rem);
  }

  .carousel-image {
    width:100%;
    transform: none;
  }
*/
  .btn-hero-carousel {
    padding: 1rem 0rem 0.875rem 0rem;
    width: 100%;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .hero-carousel .carousel-indicators {
    left: 0 !important;
    transform: translateX(0%);
    transform: translateY(-16rem);
  }

  .carousel-control-prev,
  .carousel-control-next {
      position: absolute !important;
      bottom: 20px !important; /* Adjust the distance from the bottom as needed */
      width: auto !important;
      height: 2rem;
      top: 65%;
      z-index: 2000;
  }

  .carousel-control-prev {
      left: 2rem !important; /* Adjust the distance from the left as needed */
  }

  .carousel-control-next {
      right: 2rem !important; /* Adjust the distance from the right as needed */
  }

  #myCarousel {
    max-height: 900px; /* Maximum height of the carousel */
  }
  
  .hero-carousel .carousel-item {
    height: 900px; /* Set the height of carousel items */
  }

}

/* ------------------------------ INTRODUCTION BLOCK ------------------------------ */

.introduction-container {
  width: 100%;
  margin: 17.5rem 0rem 7.5rem 0rem;
  text-align: center;
  padding-top: 3.37rem;
}

.introduction-container h2 {
  text-align: center;
  font-family: Montserrat;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.625rem;
}

.introduction-container p {
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  width: 80%;
  margin: auto;
  margin-top: 1.44rem;
}
.introduction-container {
  position: relative;
  height: 100%; /* Ensure the container has height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-intro-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* Initially hide all titles */
  transition: opacity 1s ease; /* Smooth opacity transition */
  text-align: center; /* Center the text horizontally */
  width: 100%; /* Ensure full width */
}

.custom-intro-title.active {
  opacity: 1; /* Display active title */
}

.custom-intro-title:nth-child(1) {
  z-index: 3;
  transform: translateY(-50%);
}

.custom-intro-title:nth-child(2) {
  z-index: 2;
  transform: translateY(-50%);
}

.custom-intro-title:nth-child(3) {
  z-index: 1;
  transform: translateY(-50%);
}

@media (max-width: 770px) {

  .introduction-container h2 {
    text-align: center;
    font-family: Montserrat;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .introduction-container p {
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
  .introduction-container {
    margin: 12.5rem 0rem 7.5rem 0rem;
  }
}


/* ------------------------------ HIGHLIGHTS BLOCK ------------------------------ */

.highlights-section {
  text-align: center;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

.highlights-row {
  padding-top: 5rem;
  border-radius: 1.5rem;
  padding-right: 5%;
  padding-left: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10rem;
  transition: background-image 0.5s ease;
}

.highlights-container {
  display: block;
}

.highlights-carousel-container {
  display: none;
}

@media (max-width: 1000px) {
  .highlights-container {
    display: none;
  }
  
  .highlights-carousel-container {
    display: block !important;
  }
}


.section-title {
text-align: center;
font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.1875rem;
text-transform: uppercase;
padding: 3rem;
width:fit-content;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-size: 70%;
margin: auto;
}

.card-text {
  font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: 1.5rem; 
text-align: left !important;

}

.card-title {
  font-family: Montserrat;
font-size: 2.375rem;
font-style: normal;
font-weight: 700;
line-height: 3.625rem;
text-align: left;

position: absolute;
top: 0;
left: 0;
opacity: 0;/* Initially hide all titles */
transition: opacity 1s ease; /* Smooth opacity transition */
width: 100%; /* Ensure full width */
}

.card-title.active {
  opacity: 1;
}

.highlights-carousel-indicators {
  opacity: 0;
}

.highlights-carousel-indicators.active {
  opacity: 1;
}

.card-title-tr {
  font-family: Montserrat;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.625rem;
  text-align: left;
}

.card-body {
  padding: 1.8rem;
  background-color: white;
  margin-bottom: 30px;
}

.card-title-container {
  position: relative;
  display: block;
  width: 100%;
}

.card-item {
  background-color: transparent;
  border: 1px solid transparent;
  transform: translateY(9rem);
}

.card-number {
  font-family: Montserrat;
font-size: 10rem;
font-style: normal;
font-weight: 500;
line-height: 10rem;
color:white;
text-align: left;
margin-bottom: 0px;
transform: translateY(1.5rem);
}

.highlights-carousel-indicators li{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
}

.highlights-carousel-indicators .active {
  opacity: 0.5;
}

.card-item-ms {
  transform: translateY(0rem);
  padding: 1rem;
}


@media (max-width: 1000px) {
  .highlights-row {
    border-radius: 0px;
    position: relative;
  }
  
  .highlights-section {
    width: 100%;
    margin: auto;
  }

  .highlights-carousel-indicators {
    bottom: -3rem;
  }
 
  .highlights-row {
    margin-right: unset;
    margin-left: unset;
    padding: 0px;
    margin-bottom: 8rem;
  }

  .card-title {
    font-family: Montserrat;
font-size: 2.375rem;
font-style: normal;
font-weight: 700;
line-height: 3.625rem; 
margin:0px;
  }

  .card-text {
    font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: 1.5rem;
  }

  .highlights-carousel-container {
    padding: 0px;
  }

  .highlights-row::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 50%;
        background-color: white;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1000;
  }

.card-item {
  z-index: 2000;
}

.carousel-inner-highlights {
  z-index: 2000;
}

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


/* ------------------------------ VISUALS BLOCK ------------------------------ */

.visuals-section {
  text-align: center;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    margin-bottom: 7.5rem;
    margin-top: 50px;
}

.visuals-row {
    border-radius: 1.5rem;
    padding-right: 5%;
    padding-left: 5%;
}

.card-description {
  margin: auto;
  text-align: center;
font-family: Montserrat;
font-size: 1.375rem;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 2.0625rem */
text-transform: uppercase;
margin-top: 4rem;
}

.visuals-desc {
  text-align: center;
font-family: Montserrat;
font-size: 2rem;
font-style: normal;
font-weight: 300;
line-height: 2.5rem; 
width: 70%;
margin: auto;
}

.visuals-carousel-container {
  display: none !important;
}

.card-image-visual {
  width: 100%;
  margin-top: 9rem;
}

.card-body-visual {
  display: flex;
  flex-wrap: wrap;
  border: 0px;
}

.card-body-visual-reverse {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.card-item-visual {
  background-color: transparent;
  border: 1px solid transparent;
 
}

.visuals-desc-container {
  width:100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
    flex-direction: column;
}

.visuals-desc-container img {
  margin-bottom: 3rem;
}

.visual-carousel-indicators {
  bottom: -4rem !important;
}

.visual-carousel-indicators li{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  background-color: black;

}

.visual-carousel-indicators .active {
  opacity: 0.5;
}


@media (max-width: 1000px) {
  .visuals-container {
    display: none;
  }
  
  .visuals-carousel-container {
    display: block !important;
  }

  .card-image-visual {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }

  .visuals-desc {
    text-align: center;
font-family: Gotham;
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: 2rem;
width: 100%;
  }

  .visual-desc b {
    font-family: Gotham;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 2rem;
  }

  .visuals-desc-container img {
    margin-bottom: 3rem;
    margin-top: 5rem;
    width: 5rem;
}
.card-body-visual {
  padding: 0px;
}
.visuals-row {
  padding: 0px;
}
.visuals-section {
  margin-top:0px;
}
}

/* ------------------------------ NAV TABS BLOCK ------------------------------ */

.nav-tabs {
  margin-top: 2.19rem;
  margin-bottom: 3.19rem;
}

.tab-pane h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  display: flex;
  justify-content: space-between;
}

.nav-item {
  width: 250px;
  text-align: center;
  position: relative;
}

.nav-tabs .nav-link {
  padding: 0px;
  border-radius: 19.91px;
  border: 1px solid black;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
font-family: Montserrat;
font-size: 0.9rem;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 1.5rem */
text-transform: uppercase;
color: black;
}

.nav-tabs .nav-link:hover {
  border: 1px solid black;
  text-decoration: underline;
}

.nav-tabs .nav-link.active:hover {
  text-decoration: none;
}

.nav-tabs .nav-link.active {
  background-color: var(--FINAG-red-100, #E03739);
  border-color: var(--FINAG-red-100, #E03739);
  border-radius: 19.91px;
  color: white;
}


.nav-tabs .nav-link.active::after {
  content: ""; /* No content, just a shape */
  position: absolute; /* Position relative to the nav-item */
  bottom: -19px; /* Adjust this value to move the triangle */
  left: 50%; /* Center the triangle horizontally */
  transform: translateX(-50%); /* Center the triangle exactly */
  border-width: 20px 20px 0 20px; /* Size of the triangle */
  border-style: solid; /* Make it solid */
  border-color: var(--FINAG-red-100, #E03739) transparent transparent transparent; /* Red triangle */
}

@media (max-width: 1200px) { /* Adjust the max-width as per your requirement */
  .nav-tabs {
    overflow-x: auto; /* Enable horizontal scrolling */
    overflow-y: visible;
    white-space: nowrap; /* Prevent wrapping */
    flex-wrap: nowrap;
    padding-top: 20px;
        padding-bottom: 30px;
  }

  .nav-item {
    flex-shrink: 0; /* Prevent shrinking */
    margin-right: 30px;
  }

  .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    scroll-behavior: smooth; /* For smooth scrolling */
  }
  
  .nav-item {
    width: 250px;
    text-align: center;
    position: relative;
  }

  .nav-tabs {
    margin-left: 30px;
  }

  .container-tabs.mt-5{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
    max-width: unset;
  }
  .tab-pane {
padding: 2rem;
  }
}

/* ------------------------------ RECIPES BLOCK ------------------------------ */

.recipes-section {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin-bottom: 7.5rem;
  margin-left: 10%;
}

.carousel-recipes-container {
  width: 100%;
  display: block;
  position: relative;
}

.recipe-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.recipe-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.recipe-carousel-item {
  padding: 15px;
  box-sizing: border-box;
  flex: 0 0 400px; /* Fixed width for each item */
  height: auto; /* Ensure all items have the same height */
}

.recipe-card {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.recipe-card-body {
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.6rem;
}

.recipe-card-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Maintain a square aspect ratio */
  overflow: hidden;
  border-radius: 24px;
}

.recipe-card-image-wrapper-first{
  padding-bottom: 55.5%;
}

.recipe-carousel-item-first{
  flex: 0 0 700px;
}

.recipe-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe-card-title {
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: left;
  margin-top: 0px;
}

.recipe-card-text {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-bottom: 35px;
}

.recipe-card-date {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: left;
  margin:0;
  margin-top:1rem;
}

.recipe-card-text small {
  color: #888;
}

.recipe-carousel-controls {
  position: absolute;
    top: -10%;
    right: 20%;
    width: 0%;
    display: flex;
    justify-content: space-between;
}

.recipe-carousel-control {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.recipe-carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.recipe-carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  background: black;
}

.recipe-carousel-indicator.active {
  opacity: 0.5 !important;
}

.open-recipe-btn {
all: unset; 
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 1.5rem; 
background-color: #E03739;
border-radius: 50px;
border-color: #E03739;
padding: 0.5rem 4rem 0.5rem 4rem;
width: fit-content;
outline: none;
box-shadow: none;
}

.open-recipe-btn:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Custom focus style */
}

.recipe-carousel-control.next {
  background-image: url(../assets/items/item-arrow-f-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  color: transparent;
  margin-left:30px;
  outline: none;
}

.recipe-carousel-control.prev {
  background-image: url(../assets/items/item-arrow-f-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  color: transparent;
  outline: none;
}

.recipe-carousel-indicators {
  display: none;
}

.recipe-card-fulltext {
  display: none;
}
.recipe-card-subtitle {
  display: none;
}

.recipe-card-video {
  display: none;
}

.recipe-card-video-link {
  display: none;
}

.recipe-carousel-control.disabled {
  opacity: 0.5;
  cursor: default;
}

@media (max-width: 768px) {
  .recipe-carousel-item {
    flex: 1 0 100%; /* One card per slide in mobile view */
  }
  .recipe-carousel-item:first-child {
    flex: 1 0 100%; /* Make the first card same size in mobile */
  }

  .recipes-section {
    margin-left: 0 !important;
    margin: auto !important;
  }

  .recipe-card-image-wrapper-first{
    padding-bottom: 100%;
  }

  .recipe-carousel-controls {
    display: none;
  }

  .recipe-carousel-indicators {
    display: flex;
    margin-top: 2rem;
  }

  .recipe-carousel-item {
    padding: 0px;
  }

  .recipes-section {
    width: 100%;
  }

  .recipe-card-body {
    padding: 20px;
  }

  .open-recipe-btn {
  padding: 0.8rem 0rem 0.8rem 0rem;
  width: 92%;
  margin: auto;
  }
}
@media (max-width: 900px) {
.card-event-ms {
  border-radius: 0px !important;
  padding-left: 10% !important;
  padding-right: 10% !important;
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  min-height: 30rem;
  height: 100%;
  display: flex
;
  align-content: center;
  flex-wrap: wrap;
}

}

.recipe-modal {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  position: fixed; 
  top: 0;
  left:0;
  z-index: 3000;
  padding: 2%;
  animation-duration: 0.5s; /* Animation duration */
  transition: background-color 0.5s ease;
}

.recipe-modal-open {
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 3rem;
}

.modal-text-content {
  overflow: hidden;
  width:50%;
  padding: 3rem;
  overflow: scroll;
}

.modal-fulltext p:last-child{
  margin-bottom: 7rem !important;
}

#modal-body {
  width: 100%;
  display: flex !important;
  height: 100%;
}

.modal-image-content {
  display: block;
  width:50%;
  padding: 3rem;
  height: 100%;
  border-radius: 24px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
}

.close {
  position: absolute;
  right: 3rem;
  top:0.5rem;
  color: black;
  opacity: 1;
  text-align: right;
font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 550;
line-height: 1.875rem;
background-image: url(../assets/items/close-modal.svg);
background-repeat: no-repeat;
background-size: 50px;
background-position: right;
padding: 30px;
padding-right: 60px;
cursor: pointer;
width: 45%;
    background-color: white;
}

.video-recipe {
  position: absolute;
  right: 3rem;
  bottom:0.5rem;
  color: black;
  opacity: 1;
font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 550;
line-height: 1.875rem;
background-repeat: no-repeat;
background-size: 50px;
background-position: right;
padding: 30px;
padding-right: 30px;
cursor: pointer;
width: 45%;
    background-color: white;
}

.modal-date {
  font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 1.875rem;
margin: 0;
}

.modal-title {
  color: var(--FINAG-red-100, #E03739);
font-family: Montserrat;
font-size: 2.5rem;
font-style: normal;
font-weight: 700;
line-height: 3rem;
}

.modal-subtitle {
color: #1E1E1E;
text-overflow: ellipsis;
font-family: Montserrat;
font-size: 1.125rem;
font-style: normal;
font-weight: 600;
line-height: 150%;
margin: 0;
margin-top: 1.19rem;
margin-bottom: 1.19rem;
}

.ms-modal-image {
  display: none;
}

@media (max-width: 1100px) {
  .video-recipe {
    position: absolute;
    right: 1%; 
    bottom: 0.5rem;
    color: black;
    opacity: 1;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 550;
    line-height: 1.875rem;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: right;
    padding: 30px;
    padding-left: 10px;
    cursor: pointer;
    width: 98%;
    background-color: white;
}
  #modal-body {
    width: 100%;
    display: flex !important;
    height: 100%;
    flex-direction: column !important;
}

.modal-image-content {
  display: none;
}

.modal-text-content {
  width:100%;
  padding: 0px;
  margin-top: 75px;
}

.close {
  background-color: transparent;
        width: 95%;
        right: 1.5rem;
}
.ms-modal-image {
  border-radius: 24px;
        display: block;
        width: 100%;
        height: 25rem;
        margin-top: 30px;
        margin-bottom: 3rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
}

.modal-content {
  padding: 1rem;
  animation-duration: 0.5s; /* Animation duration */
}
}
.show-modal {
  animation-name: modalEntrance;
  animation-timing-function: ease-out;
}

.exit-modal {
  animation-name: modalExit;
  animation-timing-function: ease-out;
}

@keyframes modalEntrance {
  from {
      opacity: 0;
      transform: translateY(-50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


@keyframes modalExit {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 0;
      transform: translateY(-50px);
  }
}

/* ------------------------------ EVENTS BLOCK ------------------------------ */

.event-image {
  width: 100%;
  padding: 0.3rem;
  border-radius: 24px;
}

.card-body-event {
  padding: 0px;
}

.card-title-event 
{
  font-family: Montserrat;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  padding-top: 1rem;
  text-align: center;
  margin: 0px;
}

.card-title-date {
font-family: Montserrat;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 30px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.card-event-content {
  font-family: Montserrat;
font-size: 48px;
font-weight: 300;
line-height: 50px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: white;
}

.card-event-content b{
  font-family: Montserrat;
font-size: 48px;
font-weight: 600;
line-height: 50px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.card-event-item {
  padding-left:10%;
  padding-right:10%;
  border-radius: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 20rem;
}

.container-events {
  width: 80%;
  margin: auto;
}

.card-event {
  border: none;
}

.events-row {
  margin-top: 2rem;
}

.events-carousel-indicators li{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  background-color: black;

}

.events-carousel-indicators .active {
  opacity: 0.5;
}

@media (max-width: 900px) {
  .container-events {
    margin: auto;
    width:100%;
  }

  .card-title-event {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 1rem;
  }

  .event-image {
    border-radius: 0px;
    padding: 0px;
  }

  .events-row {
    margin: 0px;
  }
}


/* ------------------------------ WRAP UP BLOCK ------------------------------ */


.wrap-up-text {
text-align: center;
font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: 1.6rem; 
padding: 3rem;
margin-bottom:7.5rem;
}

.stripe-container {
  margin-top:7.5rem;
  width: 100%;
  height: 180px; /* Adjust the height as per your design */
  overflow: hidden !important;
    position: relative;
}

.stripe {
  width: 200%; /* Adjust the width to cover multiple repetitions of the stripe */
  height: 180px; /* Adjust the height as per your design */
  background-size: auto 100%; /* Maintain image height and adjust width to cover */
  position: absolute;
  animation: scroll 15s linear infinite; /* Adjust animation duration as needed */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* ------------------------------ NEWSLETTER BLOCK ------------------------------ */

/* Mailchimp form specific styles */
#mc_embed_signup {
    background: rgba(39, 185, 204, 0.10);
    padding-top: 7rem;
    padding-bottom: 6rem;
    text-align: center;
}
.newsletter-title {
  margin: unset !important;
  text-align: center !important;
  font-family: Montserrat !important;
  font-size: 3rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 3.625rem !important;
  padding: 1rem !important;
  padding-bottom: 0.5rem !important;
}

.newsletter-subtitle {
  margin: unset !important;
  text-align: center !important;
  font-family: Montserrat !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
  color: #777 !important;
  padding: 1rem !important;
  padding-top: 0rem !important;
}

.newsletter-inputs {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  margin-top: 2rem !important;
  flex-wrap: wrap !important;
}

.newsletter-inputs-container {
  display: flex !important;
  justify-content: center !important;
  width: 60%;
  align-items: flex-start;
}

.entry__field {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
  width: 100% !important;
  border-radius: 24px !important;
  border: 1px solid #27B9CC !important;
  background: #FFF !important;
  padding-left: 2rem !important;
  font-family: Montserrat !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  
}

.newsletter-email-input:focus {
  outline: none !important;
  border-color: #0073e6 !important;
}

.newsletter-submit {
  background-color: #E03739 !important;
  color: #FFF !important;
  text-align: center !important;
  font-family: Montserrat !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5rem !important;
  padding: 0.8rem 2rem !important;
  border-radius: 41px !important;
  cursor: pointer !important;
  height: unset !important;
  white-space: nowrap !important;
}


.privacy-checkbox-label {
  font-family: Montserrat !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.375rem !important;
  color: #000 !important;
  margin: 0 !important;
  margin-left: 6px !important;
}

.privacy-checkbox-label a {
  font-family: Montserrat !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.375rem !important;
  color: #000 !important;
  text-decoration: underline !important;
}

.newsletter-checkbox {
  display: flex !important;
  align-items: center !important;
  margin-left: 2.8rem !important;
}

#sib-container {
  width: 60%;
  margin: auto; 
  background-color: transparent !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  top: 30px;
}

#mc_embed_signup #mc-embedded-subscribe-form #input-email-container div.mce_inline_error {
  position: absolute;
  top: 60px;
  left: 50px;
}

@media (max-width: 1000px) {
  .newsletter-inputs {
      align-items: center !important;
      margin-top: 2rem !important;
      flex-wrap: wrap !important;
      flex-direction: column !important;
  }

  .newsletter-inputs-container {
    align-items: center !important;
    margin-top: 2rem !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    width: 100%;
}

  .mc-field-group {
      width: 90% !important;
      margin-bottom: 0rem !important;
  }

  .clear {
      width: 90% !important;
  }

  .newsletter-submit {
      width: 100% !important;
      margin: 0 !important;
      margin-left: 0 !important;
  }

  .newsletter-checkbox {
      margin-left: 0 !important;
      margin-top: 1.5rem !important;
      justify-content: center !important;
      width: 100% !important;
  }

  .newsletter-title,
  .newsletter-subtitle {
      padding: 1rem !important;
  }

  .newsletter-checkbox-container {
    width: 100% !important;
  }
}


/* ------------------------------ ERROR MESSAGE BLOCK ------------------------------ */

.error-message-container {
  width: 100%;
  height: 70rem;
  background-color: var(--FINAG-ceruleo-100);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.error-message-title {
  background-color: var(--FINAG-ceruleo-100);
  margin: 0;
  text-align: center;
  font-family: Montserrat;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.625rem;
  color: white;
  padding: 2rem;
  padding-top: 300px;
  padding-bottom: 100px;

}



/* ------------------------------ BANNER QUESTIONARIO ------------------------------ */

.banner-quest-container {
  padding: 7.5rem 0rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
  background-color: #eaf8f4;
  background-image: url('../assets/items/banner-decor.png');
  background-position: right;
  background-position-x: 90%;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-quest {
  width: 65%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.banner-quest h6 {
font-family: Montserrat;
color: #34B17E;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 1.875rem; /* 125% */
}

.banner-quest span {
  color: #1E1E1E;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.banner-quest span strong {
  font-family: Montserrat;
  font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 1.5rem;
}

.banner-sl-button {
  color: white !important;
  padding: 0.8rem 2rem !important;
  cursor: pointer;
  font-weight: bold;
  transition: 0.5s all ease;
  border-radius: 1.5rem;
  background-color: #E03739;
  font-family: Montserrat;
}

.video-button {
  color: white !important;
  padding: 1rem 1.4rem;
  cursor: pointer;
  font-weight: bold;
  transition: 0.5s all ease;
  border-radius: 1.5rem;
  background-color: #E03739;
  font-family: Montserrat;
}


@media (max-width: 1100px) {
  .banner-quest {
   width: 80%;
   flex-wrap: wrap;
  }

  .banner-sl-button {
    padding:0px;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

}
@media (max-width: 750px) {

.banner-quest-container {
  padding: 7.5rem 0rem;
  margin-top: 10rem;
  background-image: url('../assets/items/banner-decor.png');
  background-position: right bottom;
  background-position-x: 90%;
  background-position-y: 90%;
  background-repeat: no-repeat;
  background-size: 50%;
}

}


/* ------------------------------ BANNER VIDEO ------------------------------ */

.banner-video-section {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 93%;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.banner-video {
  width: 100%;
  min-height: 25rem;
}


/* Video styling */
.banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: 1;
  border-radius: 1.5rem;
}

/* Overlay content styling */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}

.banner-content h5 {
  margin-bottom: 2.5rem;
  margin-top: 5rem;
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 2.5rem;
font-style: normal;
font-weight: 400;
line-height: 2.5rem; /* 100% */
}

.banner-content h6 {
  margin-bottom: 2.5rem;

  color: #FFF;
text-align: center;

/* Heading H6 */
font-family: Montserrat;
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: 1.875rem; /* 125% */
}

.banner-content a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e03739;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-bottom: 5rem;
  border-radius: 1.5rem;
  text-align: center;
    font-family: Montserrat;
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 0.875rem 3.85213rem 0.875rem 3.77288rem;
    transition: all ease 1s;
}

.banner-content a:hover {
  transform: scale(0.9);
}

@media (max-width: 1250px) {

  .banner-video {
    width: 100%;
    min-height: 30rem;
  }

  .banner-content {
    width: 80%;
  }
  
}

@media (max-width: 850px) {

  .banner-video {
    width: 100%;
    min-height: 40rem;
  }

  .banner-content h5 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem; 
      }

  .banner-content h6 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; 
          }

          .banner-video video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: bottom right;
            z-index: 1;
            border-radius: 1.5rem;
          }


  
}

@media (max-width: 500px) {
  .banner-content a {
    padding: 10px 20px;
}
}

.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
}

.accordion-content {
  max-height: 0; /* Collapsed by default */
  overflow: hidden;
  transition: max-height 0.4s ease; /* Smooth height transition */
  padding: 0 10px; /* Padding applied to the sides */
  border-radius: 5px;
}

.accordion-icon {
  transform: rotate(180deg); /* Rotate icon when active */
  min-width: 1.5rem;
}

.accordion-header.active .accordion-icon {
  transform: rotate(0deg); 
  transition: transform 0.3s ease;
}

.item-date {
color: rgba(20, 20, 20, 0.75);
text-align: left;
font-family: Montserrat;
font-size: 0.875rem;
font-style: italic;
font-weight: 400;
line-height: 1.375rem; /* 157.143% */
margin-right: 2rem;
display: inline-block;
width: 15%;
}

.item-event {
  color: var(--FINAG-orange-100, #E28114);
font-family: Montserrat;
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: 1.375rem; /* 122.222% */
display: inline-block;
width: 80%;
}

.accordion {
  margin-top: 10rem;
}

@media (max-width: 900px) {
.accordion {
  width: 90%;
  margin: auto;
  margin-top: 10rem;
}
  .item-accordion {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .item-date {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}

.item-accordion {
  width: 100%;
  margin-top: 2rem;
}

.archive-events-title {
color: var(--BLACK-noir-100, #141414);
font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.1875rem;
text-transform: uppercase;
margin-right: 0.5rem;
text-wrap: nowrap;
}

.separator-archive {
  border-top: 0.1px solid rgba(0, 0, 0, 0.10);
  width: -webkit-fill-available;
  margin-left: 1.5rem;
}


.events-carousel-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#events-main-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.events-carousel-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.events-carousel-item {
  flex: 0 0 33.3333%; /* 1/3 of the width */
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
.events-carousel-item {
  flex: 0 0 50%; /* 1/3 of the width */
}
}

@media (max-width: 1000px) {
  #events-main-carousel-container {
    display: none;
   }
  }
  
.events-carousel-nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
}

button:focus {
  outline: none;
}


.events-carousel-nav {
  position: absolute;
  top: 33%;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  background-color: transparent;
}

.events-carousel-nav svg {
  fill: #E03739;
}

.events-carousel-nav:disabled svg {
  fill: #e5e5e5; /* Apply grey color to the SVG fill */
}


.events-prev {
  left: -40px;  /* Adjust to position outside the carousel */
  transform: rotate(180deg);
}

.events-next {
  right: -40px; /* Adjust to position outside the carousel */
}

.card-event-description-container {
  display: none;
}

.card-body-swipe:hover .card-event-head-container {
  display: none;
}

.card-body-swipe:hover .card-event-description-container {
  display: flex;
}

.card-body-swipe:hover {
  cursor: pointer;
}

.card-desc-content {
font-family: Montserrat;
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: 1.5rem;
}