html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Flex", sans-serif;
}

/* <!--IndexParallaxFirst --> */
.indexParallaxFirst {
  background-image: url('/Images/IMG_1668\ copy.webp');
  min-height: 992px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .indexParallaxFirst {
    min-height: 700px; 
    background-size: cover; 
    background-position: center center; 
    background-attachment: scroll; 
    width: 100%;
  }
}


/* <!-- IndexJumbotron --> */
#IndexJumbotron {
  padding: 5rem;
}

.indexJumbotronContainer {
  background: #f9f3ea;
}

.indexJumbotron-left img {
  width: 100%; 
  max-width: 100rem; 
  object-fit: cover; 
}

.indexJumbotron-title-img {
  width: 100%;
  max-width: 50rem;
  height: auto;
}

.indexJumbotron-text {
  font-family: "Roboto Flex", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}

.indexJumbotron-button {
  color: #66684e !important; 
  border: 1px solid #66684e !important; 
  background-color: transparent !important; 
  transition: all 0.3s ease-in-out; 
}

.indexJumbotron-button:hover {
  font-family: "Roboto Flex", sans-serif;
  color: white !important; 
  background-color: #66684e !important; 
  border-color: #66684e !important; 
}

@media (min-width: 500px) and (max-width: 1199px) {
  .indexJumbotron-right, 
  .indexJumbotron-left {
    width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .indexJumbotron-left img {
    margin-bottom: 0 !important; 
    padding-bottom: 0 !important;
  }

  .indexJumbotron-title {
    padding-top: 0 !important;
    margin-top: -10px !important; 
  }
}


/* <!-- IndexParallaxSecond --> */
.indexParallaxSecond {
  background-image: url('/Images/IMG_2716\ copy.webp');
  min-height: 700px;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* <!-- IndexAbout --> */
#IndexAbout {
  padding: 5rem;
}

.indexAboutRow {
  background: white;
  position: relative;
  margin-top: -200px; 
  z-index: 10; 
}

.indexAbout-title-img {
  width: 100%;
  max-width: 40rem;
  height: auto;
}

.indexAbout-text {
  font-family: "Roboto Flex", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}  

.indexAbout-right img {
  width: 100%; 
  max-width: 100rem; 
  object-fit: cover; 
  padding-top: 3rem;
}

.indexAbout-button {
  font-family: "Roboto Flex", sans-serif;
  color: #66684e !important; 
  border: 1px solid #66684e !important; 
  background-color: transparent !important; 
  transition: all 0.3s ease-in-out; 
}

.indexAbout-button:hover {
  color: white !important; 
  background-color: #66684e !important; 
  border-color: #66684e !important; 
}

@media (min-width: 767px) and (max-width: 1199px) {
  .indexAbout-right, 
  .indexAbout-left {
    width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .indexAbout-left,
  .indexAbout-text {
    padding-top: 1rem !important;
    margin: 10px;
  }
 
  .indexAbout-right img {
    padding-top: 6rem;
    margin-bottom: 0 !important; 
    padding-bottom: 0 !important;
  }

  .indexAbout-right {
    padding-top: 0 !important;
    margin-top: -10px !important; 
  }
}


/* <!-- IndexOffer --> */
#IndexOffer {
  padding: 5rem;
  background: #f9f3ea;
}

.indexOffer-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  max-width: 500px; 
  margin: auto;
}

.indexOfferBox-title-img {
  width: 100%;
  max-width: 40rem;
  height: auto;
}

.indexOffer-box img {
  width: 100%;
  display: block;
  transition: opacity 0.5s ease-in-out;
}

.indexOffer-box .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.indexOffer-box:hover .hover-img {
  opacity: 1;
}

.indexOffer-title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 992px) {
  .indexOffer-box {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .indexOffer-box {
    max-width: 100%; 
  }

  .indexOffer-box img {
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .row {
    --bs-gutter-y: 7rem !important; 
  }
}


/* <!-- Opinion --> */
#carouselOpinion {
  padding: 2rem;
  background: #f9f3ea;
}

.indexOpinion-title-img {
  width: 100%;
  max-width: 30rem;
  height: auto;
  margin-left: 50rem;
}

.indexOpinion-left img {
  transition: transform 0.8s; 
}

.indexOpinion-left img:hover {
  transform: scale(1.05); 
}

.indexOpinion-right {
  font-family: "Roboto Flex", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}  

.indexOpinion-right hr {
  border-top: 2px solid #ccc;
  width: 50%;
  margin: 10px auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(75%);
}

@media (min-width: 500px) and (max-width: 1199px) {
  .indexOpinion-right, 
  .indexOpinion-left {
    width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .indexOpinion-title-img {
    margin-left: 0rem;
    padding-bottom: 1rem;
  }

  .indexOpinion-right {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    top: -60%; 
  }
  .indexOpinion-title-img {
    margin-left: 0 !important;
  }
}


/* <!-- Slide --> */
@keyframes slideInFromLeft {
  from {
      opacity: 0;
      transform: translateX(-100%);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
      opacity: 0;
      transform: translateX(100%);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.animate-left, .animate-right {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-left.active {
  animation: slideInFromLeft 1s ease-out forwards;
}

.animate-right.active {
  animation: slideInFromRight 1s ease-out forwards;
}


/* <!-- Fade --> */
.animate-fade {
  opacity: 0;
  transform: translateY(20px); 
  transition: opacity 3s ease-out, transform 3s ease-out;
}

.animate-fade.active {
  opacity: 1;
  transform: translateY(0);
}