@font-face {
  font-family: "FarnhamDisplay-RegularItalOSF";
  font-style: normal;
  font-weight: normal;
  src: local("FarnhamDisplay-RegularItalOSF"),
    url("/fonts/farnhamdisplay/Farnham-Display-Regular-Ital-OSF.woff")
      format("woff");
}
body {
  background-color: #000;
  color: #fff;
  font-family: "Inter", serif;
}
.wrap {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
section.one {
  height: 176vh;
}
.top-container {
  --s-y: translateY(0px);
  transform: var(--s-y);
  top: 0;
  position: sticky;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 34px;
}
.slide-title {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 100px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.one .slide-title {
  width: 60vw;
}
.title-comment {
  color: #ffcc00;
  font-family: "FarnhamDisplay-RegularItalOSF";
  position: relative;
}

.one .title-comment {
  font-size: 50px;
}
section {
  min-height: 100vh;
  margin-bottom: 20px;
}

.circle {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  clip-path: circle(100px at 50% 80%);
}
.circle img {
  max-width: 100%;
}
.container {
  display: flex;
  justify-content: space-between;
  margin-left: 59px;
}
.container-center {
  display: flex;
  justify-content: center;
  margin-left: 59px;
  position: relative;
  flex-direction: column;
}
.container .title-comment {
  padding-left: 90px;
  font-size: 30px;
}
.container .title-comment::before {
  content: ""; /* Empty content for the line */
  position: absolute;
  left: 0; /* Adjust based on margin */
  top: 50%; /* Center align vertically */
  transform: translateY(-50%); /* Center align vertically */
  width: 72px; /* Length of the line */
  height: 2px; /* Thickness of the line */
  background-color: #ffcc00; /* Color of the line */
}
.pages {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75px;
  margin-right: 12px;
}
.pages ul {
  list-style-type: none;
  text-align: end;
  margin-right: 36px;
  padding-inline-start: 0px;
}
.pages li {
  margin-bottom: 40px;
}
.pages .selected {
  font-weight: 800;
}
.pages .selected a {
  text-decoration: none;
  color: #fff;
}
.pages a {
  text-decoration: none;
  color: #fff;
}
.middle-text {
  font-size: 20px;
  color: #fff;
  font-family: "Inter";
  line-height: 150%;
  font-weight: 500;
  margin-top: 50px;
}
.bottom-text {
  margin-top: 60px;
  color: #fff;
  line-height: 150%;
  font-size: 20px;
  font-weight: 200;
  font-family: "Inter";
}
.bottom-text ul {
  font-size: 20px;
}
.sweet {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #ffcc00;
  position: absolute;
  left: 42%;
  top: -120px;
  font-family: "FarnhamDisplay-RegularItalOSF";
  font-size: 45px;
  color: #000;
}
.one .gradient {
  border-radius: 100%;
  fill: #fc0,
    linear-gradient(121deg, #692f68 28.28%, #cc0e15 56.98%, #fc0 95.8%);
}
section.two {
  padding-bottom: 160px;
}
.two .slide-title::before {
  content: "01";
  position: absolute;
  top: -88%;
  left: 2%;
  transform: translate(-50%, -50%);
  width: 324px;
  height: 240px;
  font-size: 240px;
  line-height: 240%;
  z-index: -1;
  opacity: 10%;
}
/* slide 3 */
.banner .container-table {
  position: relative;
  width: 100%;
  margin-right: 25px;
}
section.banner .container {
  min-height: 800px;
}
.banner-title {
  font-family: "Inter";
  font-size: 55px;
  font-weight: 600;
}
.banner .banner-title {
  text-align: center;
}
.banner .banner-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01em solid #fff;
  font-size: 20px;
  height: 107px;
}
.banner-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.banner .banner-row div:nth-child(2) {
  text-align: end;
}
.banner .banner-row div {
  max-width: 260px;
}
.banner .banner-row div span {
  font-size: 16px;
  font-weight: 200;
  display: block;
  margin-top: 20px;
}
.three .banner-img {
  position: absolute;
  top: -56px;
  left: 2%;
}
.four {
  min-height: 544px;
}
.five {
  background: linear-gradient(to right, black 50%, white 50%);
  position: relative;
  overflow: hidden;
}
.five .banner-title {
  margin-top: 100px;
}
.five .pages,
.five .pages a {
  color: #000;
}

.five .content {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.five .content .text-block {
  width: 428px;
}
.five .content .title-comment {
  margin-top: 44px;
}
.five .content .brands {
  padding-left: 90px;
  margin-top: 6px;
}
.five .content .middle-text {
  padding-right: 125px;
}
.five .content .bottom-text {
  font-weight: 600;
  font-size: 26px;
}
.five .content .image-block {
  width: 250px;
}
.five .content .bottom-text ul {
  font-weight: 200;
  font-size: 20px;
}
.five .middle-img {
  position: absolute;
  top: 50%; /* Move to 50% from the top of the container */
  left: 50%; /* Move to 50% from the left of the container */
  transform: translate(-50%, -50%); /* Adjust to center */
}
.seven .content {
  width: 1132px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seven .content .block {
  flex: 1 1 48%;
}
.seven .content .block3 {
  flex: 1 1 100%;
  position: relative;
}
.seven .content .banner-title {
  margin-top: 120px;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
  z-index: 1;
}

.seven .content .block3 .banner-title {
  margin-top: 0;
  line-height: 240%;
}
.seven .content .middle-text {
  padding-right: 155px;
  padding-left: 26px;
  margin-top: 60px;
}
.seven .block3::after {
  content: ""; /* Required for pseudo-elements */
  position: absolute; /* Position relative to .block3 */
  width: 166px; /* Diameter of the circle (radius × 2) */
  height: 166px; /* Same as width for a perfect circle */
  background-color: #ffcc00;
  border-radius: 50%; /* Makes it a circle */
  bottom: 0; /* Position the circle below block3 */
  right: 20px; /* Centers the circle horizontally */
}
section.eight {
  background-color: #f28e00;
}
.eight .slide-title {
  margin-top: 100px;
}
.eight .slide-title::before {
  content: "02";
  position: absolute; /* Position relative to .block */
  top: -88%; /* Center vertically */
  left: 2%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for accurate centering */
  width: 324px; /* Diameter of the circle */
  height: 240px; /* Same as width for a perfect circle */
  font-size: 240px;
  line-height: 240%;
  z-index: -1; /* Position behind the main element */
  opacity: 10%;
}
.nine .banner-img {
  position: absolute;
  top: -78px;
  left: 6%;
}
.ten .banner-title.orange {
  color: #f7901e;
  margin-top: 30px;
}
.ten .banner-title.white {
  margin-top: 74px;
}
.ten .text-block {
  text-align: center;
}
.ten .middle-text {
  width: 460px;
  display: inline-block;
  margin-top: 25px;
}
.ten .middle-text.bottom {
  width: 800px;
  margin-top: 388px;
}
section.ten {
  background-image: url(images/slide10-background.png);
  min-height: 800px;
}
section.eleven {
  min-height: auto;
}
.thirteen .title-comment {
  color: #f99f3e;
}
.thirteen .title-comment::before {
  background-color: #f99f3e;
}
.five.thirteen .content .brands {
  padding-left: 0;
}
section.thirteen {
  background: url(images/varus-banner.png);
  background-position: right bottom; /* Positions the image in the bottom-right corner */
  background-repeat: no-repeat; /* Ensures the image does not repeat */
  background-size: auto; /* Keeps the image at its original size (can be adjusted) */
}
.thirteen .column2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.thirteen .notation {
  text-align: end;
  width: 236px;
  margin-right: 60px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}
.fourteen .banner-title {
  position: relative;
  margin-left: 85px;
  line-height: 240px;
}
.fourteen .banner-title::after {
  content: "";
  position: absolute;
  width: 166px;
  height: 166px;
  background-color: #f7901e;
  border-radius: 50%;
  bottom: 52px;
  right: -200px;
}
section.fourteen {
  min-height: auto;
}
section.fifteen {
  background-color: #361236;
}
.fifteen .slide-title::before {
  content: "03";
  position: absolute;
  top: -88%;
  left: 2%;
  transform: translate(-50%, -50%);
  width: 324px;
  height: 240px;
  font-size: 240px;
  line-height: 240%;
  z-index: -1;
  opacity: 10%;
}
.fifteen .slide-title {
  margin-top: 100px;
}
section.sixteen {
  min-height: 800px;
}
.sixteen .banner-img {
  position: absolute;
  top: 0;
  left: 0;
}
.sixteen .banner-title {
  margin-top: 72px;
}
.sixteen.banner .banner-row div {
  max-width: 210px;
}
section.seventeen {
  min-height: auto;
}
.eighteen .container {
  height: 800px;
  background: url(images/eggplant-background.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.eighteen .banner-title {
  margin-top: 170px;
  width: 662px;
  background-color: #000;
}
.nineteen .banner-title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 180px;
  line-height: 240px;
}
section.nineteen {
  min-height: auto;
}
.nineteen .banner-title::after {
  content: "";
  position: absolute;
  width: 166px;
  height: 166px;
  background-color: #b9aabc;
  border-radius: 50%;
  bottom: 58px;
  right: 0;
}
section.twenty {
  background-color: #ed1c24;
}
.twenty .slide-title {
  margin-top: 81px;
}
.twenty .slide-title::before {
  content: "04";
  position: absolute;
  top: -88%;
  left: 2%;
  transform: translate(-50%, -50%);
  width: 324px;
  height: 240px;
  font-size: 240px;
  line-height: 240%;
  z-index: -1;
  opacity: 10%;
}
.twentyone .banner-title {
  padding-top: 60px;
}
section.twentyone {
  min-height: 800px;
}
.twentyone .banner-img {
  position: absolute;
  top: -32px;
  left: 0;
}
section.twentytwo {
  min-height: auto;
}
.twentyone.banner .banner-row div {
  max-width: 236px;
}
.twentythree .content {
  width: 1132px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twentythree .content .block {
  flex: 1 1 48%;
}
.twentythree .content .block3 {
  flex: 1 1 100%;
  position: relative;
}
.twentythree .block2 .banner-title {
  margin-top: 146px;
  margin-left: 56px;
}
.twentythree .middle-text {
  margin-left: 56px;
}
section.twentyfour {
  background-color: #f7901e;
}
.twentyfour .slide-title {
  margin-top: 111px;
}
.twentyfour .slide-title::before {
  content: "05";
  position: absolute; /* Position relative to .block */
  top: -88%; /* Center vertically */
  left: 2%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for accurate centering */
  width: 324px; /* Diameter of the circle */
  height: 240px; /* Same as width for a perfect circle */
  font-size: 240px;
  line-height: 240%;
  z-index: -1; /* Position behind the main element */
  opacity: 10%;
}
.twentyfive .banner-img {
  position: absolute;
  top: -26px;
  left: 76px;
}
.twentyfive.banner .banner-row div {
  max-width: 210px;
}
.twentyfive .banner-title {
  margin-top: 60px;
}
section.twentysix {
  min-height: auto;
}
section.twentyseven {
  min-height: auto;
}
.twentyseven .banner-title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
}
section.twentyeight {
  background-color: #f04e37;
}
.twentyeight .slide-title {
  margin-top: 200px;
}
.twentyeight .slide-title::before {
  content: "06";
  position: absolute; /* Position relative to .block */
  top: -88%; /* Center vertically */
  left: 2%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for accurate centering */
  width: 324px; /* Diameter of the circle */
  height: 240px; /* Same as width for a perfect circle */
  font-size: 240px;
  line-height: 240%;
  z-index: -1; /* Position behind the main element */
  opacity: 10%;
}

.twentynine .banner-img {
  position: absolute;
  top: 0;
  left: 48px;
}
.twentynine.banner .banner-row div {
  max-width: 210px;
}
.twentynine .banner-title {
  margin-top: 60px;
  margin-bottom: 100px;
}
section.thirty {
  min-height: auto;
}
section.thirtyone {
  background: url(images/30_Casta_Forecast.png);
  background-position: right bottom; /* Positions the image in the bottom-right corner */
  background-repeat: no-repeat; /* Ensures the image does not repeat */
  background-size: auto; /* Keeps the image at its original size (can be adjusted) */
  min-height: 800px;
}
.thirtyone .content {
  flex-grow: 1;
}
.thirtyone .bottom-text {
  display: inline-block;
  text-align: left;
}
.thirtyone .text-block {
  text-align: center;
}
.thirtyone .content .text-block .banner-title {
  margin-top: 62px;
}
.thirtyone .block3 {
  margin-top: 300px;
  padding-right: 60px;
  position: relative;
}
.thirtyone .block3::after {
  content: ""; /* Required for pseudo-elements */
  position: absolute; /* Position relative to .block3 */
  width: 166px; /* Diameter of the circle (radius × 2) */
  height: 166px; /* Same as width for a perfect circle */
  background-color: #f04e37;
  border-radius: 50%; /* Makes it a circle */
  bottom: -20px; /* Position the circle below block3 */
  right: 80px; /* Centers the circle horizontally */
}
section.thirtytwo {
  background: url(images/background-last.png);
  background-position: right bottom; /* Positions the image in the bottom-right corner */
  background-repeat: no-repeat; /* Ensures the image does not repeat */
  background-size: auto; /* Keeps the image at its original size (can be adjusted) */
}
.thirtytwo .content {
  flex-grow: 1;
}
.thirtytwo .text-block {
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
.thirtytwo.banner .banner-title {
  text-align: right;
  font-size: 115px;
  font-weight: 900;
  padding-top: 10px;
  line-height: 71px;
  padding-right: 42px;
}
.thirtytwo .video {
  text-align: center;
  margin-top: 34px;
}
