@charset "UTF-8";
/* Basic Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%; /* Для коректної роботи rem */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* Відключення масштабування тексту в мобільних браузерах */
}

body {
  margin: 0;
  font-family: Arial, sans-serif; /* Або інший базовий шрифт */
  background-color: #fff;
  color: #000;
}

img,
picture,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: "Bebas-Neue";
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium-Italic";
  src: url("../../fonts/Montserrat-Medium-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Medium-Italic.woff") format("woff"), url("../fonts/Montserrat-Medium-Italic.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold-Italic";
  src: url("../../fonts/Montserrat-Bold-Italic.woff2") format("woff2"), url("../../fonts/Montserrat-Bold-Italic.woff") format("woff"), url("../../fonts/Montserrat-Bold-Italic.ttf") format("ttf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter_28pt-Black";
  src: url("../fonts/RubikOne-Regular.woff2") format("woff2"), url("../fonts/RubikOne-Regular.woff") format("woff"), url("../../fonts/Inter_28pt-Black.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter_28pt-Black", sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: #000000;
}

[class*=__container] {
  max-width: 430px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

h2 {
  margin: 50px 0 40px 0;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  font-weight: 900;
  color: #ffffff;
}

h3 {
  font-weight: 900;
}

p {
  color: #ffffff;
}

.header__logo {
  max-width: 167px;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
.header__logo--accent {
  color: #ffd700;
}

.hero-section {
  background-image: url(../assets/images/background_photo-hero.png);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
}
.hero-section__wrapper {
  display: flex;
  justify-content: space-between;
}
.hero-section__info {
  padding-top: 65px;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.hero-section__title {
  position: relative;
  padding-top: 17px;
  text-align: center;
  font-family: "Bebas-Neue";
  font-size: clamp(80px, 39.53vw, 170px);
  font-weight: 400;
  line-height: 100%;
  color: #f6f6f6;
  z-index: -2;
}
.hero-section__title--accent {
  text-align: center;
  font-family: "Bebas-Neue";
  font-size: 100px;
  line-height: 0.55;
  color: #ffd700;
}
.hero-section__button-wrapper {
  display: flex;
  justify-content: center;
  padding: 120px 0 92px;
}
.hero-section__background {
  width: 430px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.button-tickets {
  display: block;
  position: relative;
  padding: 20px 54px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 100%;
  color: #ffffff;
  border: 1px solid #ffd700;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  transition: transform 0.2s ease;
}
.button-tickets:hover {
  border: 2px solid #ffffff;
  background-color: #ffd700;
  transform: scale(1.05);
}
.button-tickets:active {
  transform: scale(0.95);
}

.button-buy {
  display: block;
  padding: 5px 28px 8px;
  text-transform: uppercase;
  font-size: 40px;
  color: #ffffff;
  border: 1px solid #ffd700;
  border-radius: 15px;
  background-color: #000000;
  transition: transform 0.2s ease;
}
.button-buy:hover {
  border: 2px solid #ffffff;
  background-color: #ffd700;
  transform: scale(1.05);
}
.button-buy:active {
  transform: scale(0.95);
}

.topics-section__container {
  overflow: hidden;
  width: 100%;
}
.topics-section__marquee {
  display: flex;
  width: max-content;
  animation: marquee 10s linear infinite;
}
.topics-section__content {
  flex: 0 0 auto;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 15px 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.program-section__container {
  padding-top: 20px;
  background-color: #ffd700;
}
.program-section__wrapper {
  height: 264px;
  border-radius: 10px;
  background-image: url(../assets/images/photo_people.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.program-section__title {
  margin: 0;
  font-weight: 900;
  padding: 20px 0 170px 20px;
  text-transform: uppercase;
  font-size: 30px;
  text-align: left;
  color: #ffd700;
}
.program-section__text {
  margin-top: 20px;
  font-family: "Montserrat-Medium";
  color: #000000;
}
.program-section__text--accent {
  font-family: "Bebas-Neue";
  font-size: 50px;
  line-height: 0.8;
}
.program-section__text h3 {
  font-family: "Montserrat-Bold";
  font-size: 20px;
}
.program-section__text-bold {
  font-family: "Montserrat-Bold";
  padding-bottom: 50px;
  font-size: 16px;
}
.program-section__text p {
  color: #000000;
}
.program-section__item {
  list-style-position: inside;
}

.speaker-section__person-wrapper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-items: center;
}
.speaker-section__person-photo img {
  width: 164px;
  height: auto;
  border: 2px solid #ffd700;
  border-radius: 8px;
}
@media screen and (max-width: 380px) {
  .speaker-section__person-photo img {
    width: 122px;
  }
}
.speaker-section__person-name h3 {
  padding-top: 5px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 380px) {
  .speaker-section__person-name h3 {
    width: 134px;
  }
}

.tooltip-wrapper {
  position: absolute;
}

.tooltip-trigger {
  position: relative;
  top: 10px;
  right: -134px;
  z-index: 2;
  width: 20px;
  height: 20px;
  font-size: 15px;
  text-align: center;
  background-color: #ffd700;
  border-radius: 50%;
  color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 380px) {
  .tooltip-trigger {
    right: -90px;
  }
}

.tooltip-text {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 164px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  padding: 4px 4px;
  border-radius: 4px;
  font-family: "Montserrat-Medium";
  font-weight: 400;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 380px) {
  .tooltip-text {
    width: 122px;
  }
}

.buy-section__title h2 {
  margin-bottom: 20px;
}
.buy-section__ticket-wrapper {
  max-width: 330px;
  margin: 0 auto;
  border: 2px solid #ffd700;
  border-bottom: 1px solid #ffd700;
  border-radius: 10px;
  box-shadow: 0 -4px 12px rgba(255, 215, 0, 0.25), -4px 0 12px rgba(255, 215, 0, 0.25), 4px 0 12px rgba(255, 215, 0, 0.25);
}
.buy-section__ticket-code {
  background-color: #ffd700;
  border-radius: 5px;
}
.buy-section__ticket-code img {
  margin: auto;
  padding: 12px 0;
  max-width: 231px;
}
.buy-section__ticket-wrapper h3 {
  margin: 10px 0;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.buy-section__ticket-wrapper-bottom {
  max-width: 330px;
  margin: 0 auto 50px;
  border: 2px solid #ffd700;
  border-bottom: 1px solid #ffd700;
  border-radius: 10px;
  box-shadow: 4px 0 12px rgba(255, 215, 0, 0.25), -4px 0 12px rgba(255, 215, 0, 0.25), 0 4px 12px rgba(255, 215, 0, 0.25);
  background-image: url(../assets/images/background_ticket.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.buy-section__ticket-wrapper-bottom p {
  max-width: 240px;
  line-height: 100%;
  font-family: "Montserrat-SemiBold";
  margin: 20px 0 10px 20px;
}
.buy-section__ticket-wrapper-bottom h2 {
  margin: 46px auto 0;
  font-size: 48px;
}
.buy-section__ticket-wrapper-bottom span {
  color: #ffd700;
}
.buy-section__button {
  display: flex;
  justify-content: center;
  padding: 10px 0 40px 0;
}

.agenda-section {
  text-align: center;
}
.agenda-section__title h2 {
  font-size: 60px;
}
@media screen and (max-width: 380px) {
  .agenda-section__title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 340px) {
  .agenda-section__title h2 {
    font-size: 40px;
  }
}

.partners-section__title h2 {
  margin-bottom: 10px;
  font-size: 60px;
}
@media screen and (max-width: 380px) {
  .partners-section__title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 340px) {
  .partners-section__title h2 {
    font-size: 40px;
  }
}
.partners-section__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 30px;
}
@media screen and (max-width: 380px) {
  .partners-section__wrapper {
    gap: 10px;
  }
}
.partners-section__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #3c3c3c;
  border-radius: 10px;
}
@media screen and (max-width: 380px) {
  .partners-section__link {
    width: 90px;
    height: 90px;
  }
}
.partners-section__logo {
  max-width: 90px;
  height: auto;
  border-radius: 10px;
}
.partners-section__title h3 {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  color: #ffffff;
}

.footer {
  margin-top: 100px;
}
.footer__container {
  padding-top: 6px;
  background-color: #ffd700;
}
.footer__title {
  padding-top: 14px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 100%;
}
.footer__text {
  width: 90%;
  font-family: "Montserrat-Medium-Italic";
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.footer__text--accent {
  font-family: "Montserrat-Bold-Italic";
}
.footer__message {
  display: flex;
  justify-content: right;
  gap: 20px;
  padding-bottom: 20px;
}/*# sourceMappingURL=style.css.map */