* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background-color: #0E0E0E;
}

.dataDiv {
  position: absolute;
  width: 0px;
  height: 0px;
}

.container {
  width: 87.5%;
}

@media (min-width: 480px) {
  .container {
    width: 87.5%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 87.5%;
  }
}
.header {
  --logo-width-bg: 0px;
  --logo-width-logo: 0px;
  width: 100vw;
  height: 364px;
  background: linear-gradient(rgba(11, 11, 11, 0.5)), url("../images/header_bg_1x.png"), linear-gradient(to bottom, transparent, rgba(13, 13, 13, 0.19) 80%, rgba(14, 14, 14, 0.8) 100%);
  background-position: 0 0, 50% 50%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.header__title {
  margin: 0 auto;
  padding-top: 75px;
  text-align: center;
  color: #DC56C5;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
}
.header__inputs {
  max-width: 570px;
  min-width: 270px;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  margin: 25px auto;
  gap: 25px 30px;
  justify-content: center;
}
.header__input__wrap {
  width: 270px;
  height: 40px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 40px;
}

.header::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--logo-width-bg) * 1px);
  height: calc(0.84 * var(--logo-width-bg) * 1px);
  background-color: rgba(15, 15, 15, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(5px);
}

.header::after {
  content: " ";
  display: block;
  position: absolute;
  top: calc((var(--logo-width-bg) / 2 - 1.1 * var(--logo-width-logo)) / 2 * 1px);
  left: calc((var(--logo-width-bg) / 2 - 1.1 * var(--logo-width-logo)) / 2 * 1px);
  width: calc(var(--logo-width-logo) * 1px);
  height: calc(var(--logo-width-logo) / 2 * 1px);
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.input__query {
  height: 20px;
  margin-left: 30px;
  border: none;
  background-color: transparent;
  color: #999999;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.input__country {
  height: 20px;
  margin-left: 30px;
  border: none;
  background-color: transparent;
  color: #999999;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.input__icon__search {
  width: 12px;
  height: 12px;
  margin-left: 25px;
  margin-right: 30px;
}
.input__icon__dropdown {
  width: 12px;
  height: 12px;
  margin-left: 25px;
  margin-right: 30px;
}

@media (min-width: 1200px) {
  .header {
    height: 446px;
  }
}
.dropdown {
  position: relative;
}

.dropdown:hover .dropdown__content {
  max-height: 320px;
}

.dropdown__content {
  position: absolute;
  top: 100%;
  max-height: 0px;
  overflow: scroll;
  transition: max-height 0.25s ease-in;
  overscroll-behavior-y: none;
}

.button__country {
  display: inline;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: solid #4b4b4b 1px;
  background-color: #404040;
  color: #c0c0c0;
  transition: background-color 0.2s ease-out;
}

.button__country:hover {
  background-color: #2c2c2c;
}

.footer {
  margin-top: 25px;
}

.pagination__pages {
  display: flex;
  margin: 0 auto;
  height: 30px;
  justify-content: center;
  margin-bottom: 35px;
}

.pagination__item {
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  line-height: 30px;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 400;
}

.pagination_accent {
  border: 1px cyan solid;
  border-radius: 5px;
}

.pagination__input {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  color: white;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 400;
}

.copyright__text {
  text-align: center;
  margin: 0 auto;
  color: #999999;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 2.1428571429;
  font-weight: 400;
}

@media (min-width: 768px) {
  .copyright__text {
    font-size: 18px;
  }
  .pagination__item, .pagination__input {
    font-size: 16px;
  }
}
.event__card__list > span {
  display: block;
  color: white;
  text-align: center;
  margin: 20px auto;
}

.event__card__list {
  --col-num: 1;
  width: 80%;
  margin: 10px 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.event__card {
  color: white;
  width: calc(98% / var(--col-num));
  text-align: center;
}

.event__image {
  width: 100%;
}

.event__title {
  color: #DC56C5;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 5px;
}

.event__date {
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 5px;
}

.event__venue__location {
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1.22;
  font-weight: 600;
}

@media (max-width: 400px) {
  .event__title {
    font-size: 14px;
  }
  .event__date {
    font-size: 14px;
  }
  .event__venue__location {
    font-size: 12px;
  }
}
.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  z-index: 1000;
}

.modal-content {
  width: 942px;
  height: 1023px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  animation: modalOpen 0.3s ease;
}

.modal-left {
  width: 360px;
  height: 641px;
  position: relative;
  flex-shrink: 0;
}

.modal-left img {
  width: 360px;
  height: 641px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.modal-circle {
  position: absolute;
  width: 132px;
  height: 132px;
  top: 40px;
  left: 240px;
  background: #dc56c5;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  opacity: 1;
}

.modal-right {
  flex: 1;
  padding: 40px;
  position: relative;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 42px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  z-index: 9999;
}

.modal-right h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.modal-section {
  margin-bottom: 18px;
}

.modal-section h4 {
  font-size: 24px;
  color: #dc56c5;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.modal-section p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.price-item span {
  font-size: 14px;
}

.price-item a {
  padding: 10px 14px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 12px;
}

.more-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}

@keyframes modalOpen {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  z-index: 1000;
}

.modal-content {
  width: 942px;
  height: 1023px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  animation: modalOpen 0.3s ease;
}

.modal-left {
  width: 360px;
  height: 641px;
  position: relative;
  flex-shrink: 0;
}

.modal-left img {
  width: 360px;
  height: 641px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.modal-circle {
  position: absolute;
  width: 132px;
  height: 132px;
  top: 40px;
  left: 240px;
  background: #DC56C5;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  opacity: 1;
}

.modal-right {
  flex: 1;
  padding: 40px;
  position: relative;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 42px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  z-index: 9999;
}

.modal-right h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.modal-section {
  margin-bottom: 18px;
}

.modal-section h4 {
  font-size: 24px;
  color: #DC56C5;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.modal-section p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.price-item span {
  font-size: 14px;
}

.price-item a {
  padding: 10px 14px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 12px;
}

.more-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}

@keyframes modalOpen {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */