@import url("./fons.css");

:root {
  --font-family: "Muller", sans-serif;
}

:root {
  --transition1: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

:root {
  --gradient_main: linear-gradient(
    217deg,
    #ffc619 0%,
    #f69020 46.35%,
    #ec5128 100%
  );
  --gradient_hover: linear-gradient(
    141deg,
    #9e0ddc 0%,
    #db0bcd 47.92%,
    #19fffb 100%
  );
}

body {
  box-sizing: border-box;

  background-color: #1a0b0b;
  color: #ffffff;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1920px;
}

/* =====HEADER===== */

.header .container {
  padding: 40px 50px 33px 40px;

  border-bottom: 3px dashed #777575;

  display: flex;
  align-items: center;
  justify-content: space-between;

  position: relative;
  z-index: 5;
}

.logo_link {
}

.logo_icon {
  transition: var(--transition1);
}

.logo_icon:hover,
.logo_icon:focus {
  transform: scale(1.2);
  transition: var(--transition1);
}

.header_contact_box,
.header_btn_box {
  display: flex;
  gap: 40px;
  align-items: center;
}

.tell_box,
.location_box {
  display: flex;
  align-items: center;
  gap: 17px;
}

.tell_text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #fff;
}

.svg_block {
  border-radius: 40px;
  width: 60px;
  height: 60px;

  background: rgba(255, 255, 255, 0.07);

  display: flex;
  justify-content: center;
  align-items: center;

  svg {
    width: 29px;
    height: 29px;
  }
}

.location_box {
}

.location_text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.tell_box:hover,
.tell_box:focus,
.location_box:hover,
.location_box:focus {
  .tell_text,
  .location_text {
    color: #f69020;
    transition: var(--transition1);
  }
  svg {
    filter: brightness(0) saturate(100%) invert(56%) sepia(98%) saturate(574%)
      hue-rotate(345deg) brightness(98%) contrast(96%);
    transition: var(--transition1);
  }
}

.our_hall_btn,
.reserve_btn {
  border: 1px solid #393c43;
  border-radius: 40px;
  width: 204px;
  height: 60px;

  background: rgba(255, 255, 255, 0);

  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.our_hall_btn:hover,
.our_hall_btn:focus,
.reserve_btn:hover,
.reserve_btn:focus {
  background: var(--gradient_hover);

  /* color: #000; */
  transition: var(--transition1);
}

/* =====HERO===== */

.hero .container {
  position: relative;

  margin-top: -136px;
  padding-top: 220px;
  padding-left: 51px;
}

.hero_title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 41px;
  line-height: 200%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;

  margin: 0;
  margin-bottom: 10px;
}

.hero_pre_title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 75px;
  line-height: 125%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;

  width: 850px;
  margin-bottom: 70px;
}

.hero_title,
.hero_pre_title,
.hero_benefits_list {
  position: relative;
  z-index: 1;
}

.hero_benefits_list {
  display: flex;
  align-items: center;
  gap: 21px;

  margin-bottom: 73px;
}

.hero_benefits_item {
  display: flex;
  align-items: center;
  gap: 21px;
}

.hero_svg_block {
  svg {
    width: 50px;
    height: 50px;
  }
}

.hero_benefits_text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.03em;
  color: #fff;

  width: 190px;
}

.lock {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #fff;

  border-radius: 60px;
  width: 113px;
  height: 27px;

  background: #343a3e;

  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 433px;
  left: 686px;
}

.hero_btn {
  border-radius: 60px;
  width: 277px;
  height: 70px;

  background: var(--gradient_main);

  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #252121;

  position: relative;
  z-index: 1;

  transition: var(--transition1);
}

.hero_btn:focus,
.hero_btn:hover {
  background: var(--gradient_hover);
  color: #fff;
  transition: var(--transition1);
  transform: scale(1.05);
}

.hero_rectangle29 {
  position: absolute;
  top: 7px;
  left: 204px;

  width: 506px;
  height: 864px;

  background: linear-gradient(
    180deg,
    rgba(96, 101, 113, 0) 0%,
    rgba(96, 101, 113, 0.05) 100%
  );
}

.harizmahall_img {
  position: absolute;
  top: 159px;
  left: 812px;
  z-index: 0;
}

.hero_img {
  position: absolute;
  top: 26px;
  left: 946px;
  z-index: 1;

  width: 700px;
  height: 974px;
}

.dancer_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.mic_img {
  position: absolute;
  top: 439px;
  left: 345px;
  z-index: 2;

  width: 167px;
  height: 535px;
  object-fit: cover;
  object-position: 0 0;
}

.scrole_bottom {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #606571;

  transform: rotate(-90deg);

  position: absolute;
  top: 700px;
  left: 680px;
}

.hero_contact_block {
  position: absolute;
  top: 570px;
  left: 1700px;

  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
}

.hero_contact_block:hover,
.hero_contact_block:focus {
  transition: var(--transition1);
  transform: scale(1.05);
  .telegram_btn {
    transition: var(--transition1);
    background: var(--gradient_hover);
  }
  .hero_contact_text {
    transition: var(--transition1);
    color: #fff;
  }
}

.telegram_btn {
  width: 83px;
  height: 83px;
  border-radius: 100%;

  background: var(--gradient_main);

  display: flex;
  justify-content: center;
  align-items: center;

  svg {
    width: 35px;
    height: 35px;
  }
}

.hero_contact_text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f69020;

  transform: rotate(-90deg);
}

.birka {
  position: absolute;
  top: 526px;
  left: 924px;
  z-index: 5;

  width: 269px;
  height: 273px;
}

.el3,
.el5,
.el6,
.el7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hours_24 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.birka_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}

.birka_pre_text {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;

  margin-bottom: 20px;
}

.birka_text_accent {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 28px;
  line-height: 86%;
  letter-spacing: -0.01em;
  text-align: center;
  background: var(--gradient_main);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_use_me_list {
  display: flex;
  align-items: center;

  margin-left: -51px;
  margin-top: 125px;

  position: relative;
  z-index: 7;

  border-bottom: 3px dashed #777575;

}

.use_me_item {
  width: 480px;
  height: 130px;

  background: #282b32;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.use_me_item:hover,
.use_me_item:focus {
  .use_me_item_img,
  .use_me_item_text,
  .use_me_item_line {
    transform: scale(1.2);
    transition: var(--transition1);
  }
}

.use_me_item:nth-child(2n) {
  background: #202124;
}

.use_me_item_img {
  transition: var(--transition1);
}

.use_me_item_line {
  border: 1px solid rgba(255, 198, 25, 0.3);
  width: 34px;
  height: 0px;
  margin-right: 19px;

  transition: var(--transition1);
}

.use_me_item_text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #fff;

  width: 195px;

  transition: var(--transition1);
}

/* =====VENUES===== */

.venues_photos_list{
  display: flex;
}
