*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

@font-face {
  font-family: CondellBioMedium;
  src: url("CondellBio-Medium.ttf");
}

@font-face {
  font-family: CondellBioBold;
  src: url("CondellBio-Bold.ttf");
}

@font-face {
  font-family: CondellBioMediumItalic;
  src: url("CondellBio-Medium-Italic.ttf");
}

@font-face {
  font-family: CondellBioBoldItalic;
  src: url("CondellBio-Bold-Italic.ttf");
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.flex {
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: center;
}

.flex-item {
  width: 500px;
}

.title-1 {
  font-family: CondellBioMediumItalic;
  color: #bf5b05;
  font-size: 2.5rem;
}

.title-1 span {
  color: #e69100;
  font-family: CondellBioBoldItalic;
}

.title-2 {
  font-family: CondellBioBoldItalic;
  color: #bf5b05;
  font-size: 6.5rem;
}

.title-3 {
  font-family: CondellBioMedium;
  color: #fcf9da;
  font-size: 4rem;
  line-height: 4rem;
}

.title-3 span {
  color: #bf5b05;
  font-family: CondellBioBoldItalic;
  font-style: italic;
}

.title-4 {
  font-family: CondellBioBold;
}

.text-1 {
  font-family: CondellBioMedium;
  color: #fcf9da;
  font-size: 1.5rem;
}

.text-2 {
  font-family: CondellBioMedium;
  color: #fcf9da;
  font-size: 2.5rem;
}

.text-3 {
  font-family: CondellBioMedium;
  color: #fcf9da;
  font-size: 1.2rem;
}

.btn {
  background: #e69100;
  color: #fcf9da;
  font-family: CondellBioBold;
  font-size: 2rem;
  border: none;
  border-radius: 30px;
  padding: 0.5rem 2rem;
}

.btn-cta {
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
}

#section1 .btn-cta {
  margin-left: -70px;
}

#section1 .title-2 {
  margin-top: -1rem;
  margin-bottom: -2rem;
}

#section1 .flex-item:first-child .title-2:last-child {
  z-index: 1;
  position: relative;
}

#section1 .flex-item:nth-child(2) {
  width: 300px;
  margin-top: 60px;
  margin-left: 40px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

#section1 .flex-item:last-child {
  position: absolute;
  padding: 4rem;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}

#section1 .flex-item:last-child img {
  width: 500px;
  z-index: 0;
}

#section1 {
  background: #fcf9da;
  position: relative;
  z-index: 2;
}

#section1 button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

#section1 .mobile {
  display: none;
}

#section1,
#section2 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
  min-height: 500px;
}

#section2 {
  background: #e69100 url("./img/2.png") center center / cover no-repeat;
  margin: -50px;
  position: relative;
}

#section2 .flex {
  justify-content: center;
  align-items: center;
}

#section2 .flex-item:first-child {
  width: 400px;
}

#section2 .flex-item:first-child .text-1 {
  width: 350px;
  margin-top: 1rem;
}

#section2 .flex-item:nth-child(2) {
  margin-top: 200px;
}

#section3 {
  background: #bf5b05;
  margin-top: -65px;
  position: relative;
  /* z-index: 3; */
}

#section3 > div {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
  justify-content: center;
}

#section3 p {
  text-align: center;
  position: relative;
}

#section4 {
  background: #ee8429;
  text-align: center;
  color: #fff;
  margin-top: -30px;
  padding: 4rem 0;
}

#section4 .title-2 {
  color: #fff;
}

#section4 .text-3 {
  margin-top: 40px;
}

#section5 {
  background: #fcf9da;
  /* margin-top: -25px; */
}

#section5 .title-1 {
  font-size: 5rem;
}

#section5 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 100px;
  padding: 4rem 0;
}

#section6 {
  background: #ee8429;
  /* margin-top: -30px; */
  padding: 4rem 0;
}

#section7 {
  background: #e69100 url("./img/8.png") center center / cover no-repeat;
  /* margin-top: -30px; */
  padding: 4rem 0;
  text-align: center;
}

#section7 .title-4 {
  font-size: 6rem;
  color: #bf5b05;
  text-align: center;
}

#section7 .text-1 {
  margin: 2rem auto;
}

#section7 .text-2 {
  margin-top: 4rem;
}

#section7 .btn-cta {
  max-width: 500px;
}

#section8 {
  background: url("./img/9.png") center center / cover no-repeat;
  /* margin-top: -30px; */
}

#section8 .flex-item:first-child {
  gap: 20px;
  margin: 3rem auto;
  width: 100%;
  max-width: 670px;
  line-height: 2.5rem;
}

#section8 .text-1 {
  margin: 3rem auto;
}

#section9 {
  background: #f9c067;
  text-align: center;
  /* margin-top: -30px; */
}

#section9 .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#section9 .title-1 {
  font-size: 5rem;
}

#section9 .title-1 span {
  color: #bf5b05;
}

#section9 .gallery {
  margin: 4rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

#section9 .video {
  width: 100%;
  max-width: 500px;
  height: 225px;
  margin: auto;
  border: 1px solid gray;
}

#section10 {
  background: #fcf9da;
  /* margin-top: -30px; */
  text-align: center;
}

#section10 .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#section10 .title-1 {
  font-size: 4rem;
}

.card-gallery {
  display: flex;
  gap: 10px;
}

.card {
  width: 300px;
  height: 300px;
  padding: 2.5rem;
  background: #bf5b05;
  color: #fcf9da;
  border-radius: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  font-family: CondellBioMedium;
  position: relative;
  transform: rotate(-5deg);
}

.card:first-child,
.card:last-child {
  background: #e69100;
  transform: rotate(5deg);
  position: relative;
}

.card-avatar {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -30px;
  left: -30px;
  border: 10px solid #fcf9da;
  border-radius: 50%;
}

.card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-info {
  margin: auto;
  margin-left: 80px;
  display: block;
  width: 200px;
}

.card-title {
  font-weight: bold;
}

.card-text {
  margin-top: 40px;
  line-height: 1.5rem;
}

.gallery {
  margin: 4rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.gallery-item {
  width: 300px;
  height: 300 * 1.5px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 4rem auto;
}

.offer-card {
  background: #f9c067;
  color: #bf5b05;
  width: 300px;
  font-family: CondellBioMedium;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 2rem;
  border-radius: 35px;
}

.offer-card:last-child {
  background: #bf5b05;
  color: #fcf9da;
}

.offer-card:last-child .offer-title {
  background: #fcf9da;
  color: #bf5b05;
}

.offer-title {
  font-style: italic;
  font-size: 1.3rem;
  background: #bf5b05;
  border-radius: 30px;
  padding: 2rem 2rem 16rem 2rem;
  color: #fcf9da;
  text-align: center;
  position: relative;
}

.offer-img {
  margin-top: -240px;
  margin-bottom: 4rem;
  height: 300px;
  position: relative;
  z-index: 1;
}

.offer-img img {
  display: block;
  margin: auto;
}

.offer-card:first-child .offer-img img {
  width: 150px;
}

.offer-card:nth-child(2) .offer-img img {
  width: 300px;
  margin-left: 20px;
}

.offer-card:last-child .offer-img img {
  width: 350px;
  margin-left: -10px;
}

.offer-info {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  gap: 30px;
}

.offer-info-price {
  text-align: right;
}

.offer-price {
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
  margin-top: 1rem;
}

.offer-price-span {
  font-size: 5rem;
}

.offer-price-span span {
  vertical-align: super;
  font-size: 2rem;
}

.offer-card .btn-cta {
  margin: auto;
}

.accordion {
  color: #bf5b05;
  font-family: CondellBioMedium;
  margin-top: 3rem;
}

.accordion-item {
  background: #bf5b05;
  color: #f9c067;
  border-radius: 30px;
  margin: 1rem auto;
  padding: 2rem;
  width: 100%;
  max-width: 800px;
  font-family: CondellBioBoldItalic;
}

.accordion-title {
  font-size: 2rem;
  display: flex;
}

.accordion-title p {
  width: 100%;
}

.accordion-title button {
  cursor: pointer;
  outline: none;
}

.accordion-content {
  font-size: 1.5rem;
  color: #fcf9da;
  overflow: hidden;
  height: 0;
  transition: height 0.1s ease;
  text-align: left;
  font-family: CondellBioMedium;
}

.colapsed-accordion {
  background: #ffffff;
  color: #bf5b05;
  font-family: CondellBioMedium;
}

.colapse-btn {
  background: none;
  border: none;
}

footer {
  background: #ffffff;
  padding: 4rem 0;
  text-align: left;
}

footer .title-3 {
  color: #bf5b05;
  font-family: CondellBioBold;
  font-size: 2rem;
}

footer .text-1 {
  color: #bf5b05;
}

footer img {
  display: block;
  margin: 1rem 0;
  width: 70%;
}

footer .flex-item:last-child img {
  width: 40%;
}

.img3 {
  width: 500px;
  z-index: 3;
  position: relative;
}

.divisor {
  overflow: hidden;
  min-width: 100vw;
  position: absolute;
  z-index: 2;
  /* height: 50px; */
}

.divisor1 {
  margin-top: -25px;
}

.divisor1 img {
  width: 100vw;
  /* position: relative; */
  /* z-index: 1; */
  /* width: 100%; */
}

.divisor2 {
  margin-top: -40px;
}

.divisor2 img {
  width: 100vw;
}

.divisor3 {
  margin-top: -25px;
}

.divisor3 img {
  /* margin-top: -25px; */
  width: 100vw;
}

.divisor4 {
  margin-top: -25px;
}

.divisor4 img {
  /* margin-top: -25px; */
  width: 100vw;
}

@media screen and (max-width: 1300px) {
  .container {
    max-width: 80%;
  }

  #section2 {
    padding-bottom: 0;
  }

  #section3 {
    margin-top: -20px;
  }

  #section4 .title-2,
  #section7 .title-4 {
    font-size: 4rem;
  }

  #section7 .btn-cta {
    max-width: 350px;
  }

  .card {
    width: 250px;
    height: 250px;
    padding: 2rem;
  }

  .card-avatar {
    width: 85px;
    height: 85px;
    border: 7px solid #fcf9da;
  }

  .card-info {
    margin-left: 50px;
  }

  .card-text {
    margin-top: 15px;
    line-height: 1.2rem;
    font-size: 0.9rem;
  }

  .offer-title {
    font-size: 1rem;
    padding: 1rem 0rem 10rem 0rem;
  }

  .offer-img {
    margin-top: -140px;
    margin-bottom: 2rem;
    height: 200px;
  }

  .offer-card {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    font-size: 0.7rem;
    padding: 1.5rem;
  }

  .offer-card:first-child .offer-img img {
    width: 100px;
  }

  .offer-card:nth-child(2) .offer-img img {
    width: 175px;
    margin-left: 50px;
  }

  .offer-card:last-child .offer-img img {
    width: 225px;
    margin-left: 20px;
  }

  .offer-info {
    gap: 10px;
    font-size: 0.8rem;
  }

  .offer-price {
    font-size: 1.2rem;
  }

  .offer-price-span {
    font-size: 4rem;
  }

  .offer-price-span span {
    font-size: 1.5rem;
  }

  footer .flex {
    gap: 20px;
  }

  footer .flex-item {
    width: 80%;
  }

  footer .title-3 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  footer .text-1 {
    font-size: 0.8rem;
  }

  .divisor1,
  .divisor2,
  .divisor3 {
    margin-top: -15px;
  }
}

@media screen and (max-width: 1015px) {
  #section1 .flex-item:last-child {
    top: 180px;
  }

  #section1 .title-1 {
    font-size: 2rem;
    z-index: 3;
    position: relative;
  }

  #section1 .title-2 {
    font-size: 5rem;
  }

  #section1 .flex-item:first-child {
    z-index: 1;
    position: relative;
  }

  #section1 .flex {
    align-items: center;
  }

  #section2 .flex-item:first-child {
    width: 100%;
  }

  #section2 .flex-item:first-child .text-1 {
    width: 100%;
    margin-top: 1rem;
  }

  #section2 .flex-item:last-child,
  #section8 .flex-item:last-child {
    display: none;
  }

  #section2 .title-3 {
    font-size: 3rem;
    line-height: 3rem;
  }

  #section4 .text-2 {
    font-size: 2rem;
  }

  .btn {
    font-size: 1.5rem;
    padding: 0.5rem 1.5rem;
  }

  .img3 {
    width: 400px;
  }

  #section4 .title-2,
  #section7 .title-4 {
    font-size: 3rem;
  }

  .divisor1,
  .divisor2,
  .divisor3,
  .divisor4 {
    margin-top: -10px;
  }

  /* #section2,
  #section3,
  #section4, */
  /* #section5,
  #section6,
  #section7,
  #section8,
  #section9,
  #section10 {
    margin-top: -7px;
  } */

  #section9 .title-1,
  #section10 .title-1 {
    font-size: 3rem;
  }

  #section9 .gallery {
    flex-wrap: wrap;
    justify-content: center;
  }

  #section9 .video {
    margin-bottom: 2rem;
  }

  .card-gallery,
  .offer-gallery {
    flex-wrap: wrap;
    justify-content: center;
  }

  .accordion-item {
    width: 100%;
    max-width: 80%;
  }

  .accordion-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
    align-items: center;
  }

  #section1 .flex {
    align-items: start;
  }

  #section1 .flex-item:nth-child(2) {
    margin-top: 40px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  #section1 .flex-item:last-child {
    left: 80%;
  }

  #section2 {
    background-position: top right;
    text-shadow: 0 0 15px #000;
  }

  #section2 .flex {
    padding: 4rem 0;
    gap: 50px;
  }

  #section2 .flex-item:nth-child(2) {
    margin-top: 0px;
  }

  #section4 .gallery {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  #section3 {
    margin-top: -100px;
    z-index: 2;
  }

  .divisor2 {
    margin-top: -60px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 30px;
  }

  #section1 .flex {
    display: none;
  }

  #section1 .mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    height: 100%;
  }

  #section1 .mobile .title-2 {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  #section1 .btn-cta {
    margin-left: 0;
  }

  #section2 .title-3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  #section2 .flex-item {
    width: 100% !important;
    max-width: 90%;
  }

  #section2 img {
    display: block;
    margin: auto;
    width: 100% !important;
    max-width: 90%;
  }

  #section5 .title-1 {
    font-size: 4rem;
  }

  #section7 .title-4,
  #section7 .text-2,
  #section9 .title-1 {
    font-size: 2rem;
  }

  .accordion-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  #section5 .container {
    row-gap: 0;
  }

  #section5 .title-1 {
    font-size: 2.5rem;
  }

  .card-gallery {
    scale: 0.8;
  }

  .offer-gallery {
    scale: 0.9;
    margin: -2rem auto;
  }

  .accordion-title {
    font-size: 1rem;
  }

  .colapse-btn {
    scale: 0.8;
  }

  #section10 .title-1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 364px) {
  #section3 > div {
    height: auto;
    padding: 4rem 0;
  }

  .accordion-item {
    width: 100%;
    max-width: 70%;
  }
}
