@charset "UTF-8";

/*----Specification-----*/
/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); */

/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* @font-face {
  font-family: "Berold";
  src: url("../fonts/Berold/Berold.woff2") format("woff2"), url("../fonts/Berold/Berold regular.otf") format("truetype"), url("../fonts/Berold/Berold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

.bel {
  /*   font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
}

/* span.play {
  font-family: "Playfair Display", serif;
  font-weight: 200;
  font-size: 104%;
} */

body {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  overflow-x: clip;
  color: #FFFFFF;
  line-height: normal;
  background: #030202;
  letter-spacing: -0.05em;
}

div,
p,
form,
input,
a,
span,
button {
  box-sizing: border-box;
}

p {
  margin: 0;
  z-index: 99;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  /*   font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

h1 {
  font-size: 140px;
  font-weight: 400;
  letter-spacing: -0.07em;
}

h2 {
  font-size: 70px;
  line-height: 92%;
}

h3 {
  font-size: 30px;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a,
button,
input {
  transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
  transition: all 0.5s ease;
}

.text-align-center {
  text-align: center;
}

.g-0 {
  padding: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-right {
  justify-content: right;
}

.align-items-center {
  align-items: center;
}

button {
  background: none;
  border: none;
  padding: 0;
}

.strong {
  font-weight: 700;
}

.m-0a {
  margin: 0 auto;
}

.ms-a {
  margin-left: auto;
}

button {
  cursor: pointer;
}

.standart__btn-2 {
  padding: 15px 30px;
  width: 100%;
  /* background: #fff; */
  font-size: 30px;
  line-height: 108%;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/*   HEADER  */
h1 {
  font-size: clamp(70px, 9vw, 142px);
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
  margin-top: 0;
  color: transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(200, 200, 200, 0.6) 60%, rgba(150, 150, 150, 0.5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* Основний ефект скла / кришталю */
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8), 0 8px 30px rgba(0, 0, 0, 0.6), inset 0 2px 8px rgba(255, 255, 255, 0.9), inset 0 -4px 12px rgba(0, 0, 0, 0.4);
  /* Додатковий ефект глибини та рефракції */
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.5)) contrast(1.15) brightness(1.1);
  padding-right: 5px;
}

.header-standart {
  h1 {
    text-align: left;
  }

  .h-about {
    align-items: start;
  }
}

.header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
  position: relative;

  .nav ul {
    display: flex;
    gap: 25px;
  }

  .container {
    position: relative;
    z-index: 1;
  }
}

.header-standart .nav ul {
  align-items: center;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 273px;
  transform: rotate(180deg);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.header-home::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 373px;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 0%, #000 100%);
}

.header .standart__btn-2 {
  background: none;
  color: #fff;
  font-size: 16px;
}

.header a {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}

.header__wrap {
  display: flex;
  align-items: end;
  /* padding-bottom: 50px; */
  height: 90vh;
}

.header__wrap h1 {
  line-height: 130%;
}

.header__wrap .category {
  font-size: 25px;
  text-transform: lowercase;
  padding-left: 20px;
  padding-right: 50px;
}


.h-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.header a.arrow-details {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: end;
  margin-left: 20px;
}

.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.standart__btn {
  max-width: 252px;
  width: 100%;
  border-bottom: 2px solid #F6F5F5;
  padding-bottom: 6px;
  font-weight: 400;
  color: #F6F5F5;
  font-size: 18px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
}

.standart__btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  transition: 0.5s all ease;
  background: url("../img/arrow-2.svg");
  background-size: contain;
}

.standart__btn:hover::after {
  transform: rotate(45deg);
  transition: 0.5s all ease;
}

.standart__btn:hover {
  color: #fff;
}

.header-home {
  padding-bottom: 30px;

  h1 {
    text-align: center;
    line-height: 100%;

    span {
      color: transparent;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(200, 200, 200, 0.6) 60%, rgba(150, 150, 150, 0.5) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8), 0 8px 30px rgba(0, 0, 0, 0.6), inset 0 2px 8px rgba(255, 255, 255, 0.9), inset 0 -4px 12px rgba(0, 0, 0, 0.4);
      filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.5)) contrast(1.15) brightness(1.1);
    }
  }


}

.header-home .container {
  position: relative;
  height: 90vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-home .custom-logo-link {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  display: none;

}

.custom-logo-link {
  position: relative;
  z-index: 2;
}

.header-home .header__inner-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 20px;
}

.header-home .nav ul {
  flex-direction: column;
  display: flex;
  gap: 17px;
}

.header-home .nav a {
  color: #F6F5F5;
  font-size: 18px;
  font-weight: 500;
}

.nav a:hover {
  border-bottom: 2px solid #F6F5F5;
}

.about {
  padding: 250px 0;
  text-align: center;
}

.about h2 {
  /* max-width: 1010px; */

  max-width: 999px;
  margin: 0 auto;
  font-weight: 400;
  line-height: normal;
  font-size: 90px;
  line-height: 85%;
  letter-spacing: -0.05em;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  position: sticky;
  /* top: 150px; */
}

/* .about h2 span {
  color: #fff;
} */

.about-2 {
  position: relative;
  padding-top: 250px;
  margin-top: 150px;
}

/* .about-2 h2 {
  color: #fff;
} */

.about-2__blok {
  border-radius: 6px;
  background: #fff;
  transform: rotate(7deg);
  width: 100%;
  max-width: 350px;
  padding: 16px;
  margin-left: -30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: 50px;
  text-align: left;
  height: -moz-fit-content;
  height: fit-content;
  color: #202020;
}

/* .about-2__blok:hover {
  transform: scale(1.1) !important;
  transition: all 0.5s ease;
} */

.about-2__blok .title {
  font-size: 40px;
  letter-spacing: -0.05em;
  line-height: 75%;
  text-transform: capitalize;
}

.about-2__blok .text {
  font-size: 16px;
  max-width: 234px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-2__blok .title__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
}

.about-2__blok .number {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.about-2__blok:first-child {
  transform: rotate(-5deg);
  margin-right: -30px;
  margin-left: 0;
  margin-top: 0;
}

.about-2__blok:first-child .text {
  margin-bottom: 30px;
}

.about-2__wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.services h2 {
  margin-left: calc(405px + 18px);

}

.services-tabs {
  display: flex;
  gap: 18px;

}

.tabs-list {
  display: flex;
  flex-direction: column;
  max-width: 405px;
  width: 100%;
  justify-content: space-between;
}

.tab-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 14px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 31px 35px 31px 19px;
  border-radius: 7px;
}

.tabs-content {
  width: 100%;
}

.tab-item.active {
  background: #141414;
}

.tab-number {
  font-size: 18px;
}

.tab-content {
  display: none;
  gap: 24px;
  font-size: 17px;
  line-height: 1.55;
  height: 100%;

  .btn {
    margin-top: 20px;
  }
}

.tab__text {
  border-radius: 7px;
  background: #141414;
  padding: 20px 15px 15px 15px;
  position: relative;
}

.tab__text .text {
  max-width: 305px;
  font-weight: 200;

  p {
    margin-bottom: 20px;
  }
}

.tabs-image img {
  border-radius: 7px;

}

.tab-content.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tab-content p {
  margin: 0;
}

.tabs-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.tabs-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.image-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
}

.info-left {
  color: rgba(255, 255, 255, 0.4);
}

.footer {
  margin-top: 150px;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
}

.footer__wrap-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  align-items: end;
}

.footer__menus {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 795px;
  align-items: end;

}

.footer a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.footer__elem {
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: end;
}

.footer__elem .btn {
  margin-left: auto;
  margin-bottom: 25px;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  text-transform: none;
}

.footer__elem a {
  font-size: 50px;
  line-height: 108%;
  letter-spacing: -0.05em;
  color: #f6f5f5;
  font-family: "Cormorant Garamond", serif;
}

.services .tab-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  line-height: 79%;
  letter-spacing: -0.05em;
}

.footer__copirate {
  font-size: clamp(76px, 10vw, 145px);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.09em;
  margin-top: 40px;
  line-height: 100%;
}

.event {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.details {
  padding-top: 130px;
  padding-bottom: 60px;
}

.details h2 {
  font-size: 40px;
}

.details .for-h3 {
  font-size: 35px;
  margin-top: 130px;
  margin-bottom: 24px;
}

.details .b-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 188px;
}

.details__wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.for-h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 79%;
}

.details__elem {
  max-width: 400px;
  width: 30%;
  flex-shrink: 0;
}

.details__wrap-2 {
  width: 70%;
  flex-shrink: 0;
}

.details__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.details__list .details__item:first-child {
  border-top: 1.5px solid rgba(255, 255, 255, 0.1);
}

.details__list .details__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 10px;
}

.details__list .details__item .name {
  color: rgba(255, 255, 255, 0.6);
}

.details__list .details__item .value {
  font-weight: 600;
}

.details__galary {
  width: 100%;
  /* height: 100%; */

  /* .slick-track {
    height: 100%;
  } */

  .slick-list {
    height: 100%;
  }
}

.details__img {
  height: 100%;
}

.details__galary img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  max-height: 700px;
  cursor: pointer;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.section-title h2 {
  font-size: 70px;
  color: rgba(255, 255, 255, 0.3);
  max-width: 1029px;
  text-align: center;
  margin: 0 auto;
}

.section-title h2 span {
  color: #fff;
}

.about-event {
  position: relative;
  overflow: visible !important;
  padding-bottom: 135px;
  padding-top: 200px;
}

.about-event .about-2__blok {
  transform: none;
  margin-left: 0;
  position: relative;
  z-index: 2;
}

.g-portfolio-wedding {
  .btn {
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
  }

  h2 {
    max-width: 665px;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.about-event h2 {
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 200px;
}

.about-event .container {
  position: relative !important;
  overflow: visible;
  top: 0 !important;
  transform: none !important;
}

.about-event .about-2__blok:nth-child(2) {
  margin-left: auto;
}

.e-portfolio {
  margin-top: 70px;
}

.e-portfolio h2 {
  margin-bottom: 72px;
}

.e-portfolio .e-portfolio__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.e-portfolio .e-portfolio__wrap img {
  border-radius: 6px;
  width: 100%;
  /* height: 423px; */
  object-fit: cover;
  cursor: pointer;
}

.e-portfolio .standart__btn-3 {
  margin: 0 auto;
  margin-top: 70px;
}

.standart__btn-3 {
  background: none;
  color: #fff;
  font-size: 16px;
  display: flex;
}

.header-about h1 {
  font-size: 30px;
  letter-spacing: -0.07em;
  line-height: 100%;
  margin-bottom: 10px;
}

.h-about {
  text-align: center;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  /* padding-bottom: 50px; */
}

.h-about .text {
  font-size: 18px;
  max-width: 240px;
}

.h-about__title {
  font-size: clamp(70px, 9vw, 121px);
  font-family: "Cormorant Garamond", serif;
  line-height: 110%;
  letter-spacing: -0.07em;
  color: transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(200, 200, 200, 0.6) 60%, rgba(150, 150, 150, 0.5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* Основний ефект скла / кришталю */
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8), 0 8px 30px rgba(0, 0, 0, 0.6), inset 0 2px 8px rgba(255, 255, 255, 0.9), inset 0 -4px 12px rgba(0, 0, 0, 0.4);
  /* Додатковий ефект глибини та рефракції */
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.5)) contrast(1.15) brightness(1.1);
}

.about .subtitle {
  max-width: 385px;
  margin: 0 auto;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}


.p-about h2 {
  margin-top: 50px;
  max-width: 1045px;
  font-size: 70px;

}

/* Home about scroll title + staged cards */
.about__wrap-animation {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}

.about-scroll-title {
  color: rgba(255, 255, 255, 0.2);
}

/* Optional fallback when text is not split into words by JS */
.about-scroll-title.about-scroll-gradient {
  --title-reveal: 0%;
  background-image: linear-gradient(90deg, #fff 0, #fff var(--title-reveal), rgba(255, 255, 255, 0.2) var(--title-reveal), rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-scroll-title .word-wrap {
  display: inline-block;
  white-space: nowrap;
}

.about-scroll-title .letter {
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.6s ease;
}

.about-scroll-title .letter.is-on {
  color: #fff;
}

.about-scroll-title .word {
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.6s ease;
}

.about-scroll-title .word.is-on {
  color: #fff;
}




.about-card-anim {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.75s ease, transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-card-anim.fade-in-left {
  transform-origin: left center;
}

.about-card-anim.fade-in-right {
  transform-origin: right center;
}

.about-card-anim.is-inview {
  opacity: 1;
}



.p-about__wrap {
  display: flex;
  margin-top: 60px;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);

  .firts h2 {
    max-width: 480px;
    text-align: left;
    font-size: 80px;
  }

  div:not(:first-child) {
    display: flex;
    gap: 8px;
    align-items: baseline;
    font-size: 20px;
  }

  div:not(:first-child)::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    flex-shrink: 0;
  }
}

.p-portfolio .subtitle {
  max-width: 596px;
}

.p-about__wrap h2 {
  margin-top: 20px;
  color: #fff;
}

.p-about__wrap .second {
  max-width: 304px;
}

.under__text {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.p-about__wrap .third {
  max-width: 300px;
}

.g-portfolio__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;


  img {
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
  }

  .porfolio__block {
    color: #fff;
  }

  .porfolio__block:hover .name:after {
    transform: rotate(45deg);

  }

  .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 30px;
    line-height: 85%;
    letter-spacing: -0.09em;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }

  .name:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transition: 0.5s all ease;
    background: url(../img/arrow-2.svg);
    background-size: contain;
  }
}

.g-portfolio-wedding {
  display: flex;
  gap: 20px;

  img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .g-portfolio-wedding {

    .g-portfolio__wrap {
      display: flex;
      flex-wrap: wrap;
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .g-portfolio__wrap {
      gap: 30px;
    }

    .porfolio__block img {
      object-fit: cover;
      height: 400px;
      width: 100%;
    }


    /* .porfolio__block:nth-of-type(5n + 1) {

      margin-top: 80px;

      img {
        width: 586px;
        height: 506px;
        object-fit: cover;
      }

    }

    .porfolio__block:nth-of-type(5n + 2) {

      margin-left: auto;
      margin-top: 80px;


      img {
        width: 724px;
        height: 612px;
      }
    }

    .porfolio__block:nth-of-type(5n + 3) {

      margin-top: 30px;

      img {
        width: 644px;
        height: 540px;
      }

    }

    .porfolio__block:nth-of-type(5n + 4) {


      margin-top: 120px;

      img {
        width: 440px;
        height: 306px;
      }

    }

    .porfolio__block:nth-of-type(5n + 5) {

      margin-left: auto;
      justify-content: end;
      display: flex;
      flex-direction: column;

      img {
        width: 230px;
        height: 183px;
      }

    } */

  }

}




.why {
  background: url("../img/chim-3.webp") no-repeat center;
  padding: 80px 0;
  background-size: cover;
}

.why__blok {
  background: #fff;
  padding: 50px 40px;
  max-width: 873px;
  margin: 0 auto;
  color: #202020;
  /* text-align: center; */
  /* min-height: 652px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 25px;
}

.why__blok h2 {
  font-size: 70px;

  letter-spacing: -0.07em;
  margin: 0;
}

.why__blok img {
  /* margin: 40px auto 30px auto;
  max-width: 150px; */
  width: 100%;
}

.why__blok .text {
  /* font-size: 16px;
  max-width: 313px;
  margin: 0 auto; */
  margin-top: 20px;

}

.why__blok .title {
  color: rgba(32, 32, 32, 0.5);
  font-size: 30px;
  margin: 50px auto;
  max-width: 244px;
  line-height: 72%;
}

.benefits {
  padding: 100px 0;
}

.benefits h2 {
  text-align: center;
  margin-bottom: 50px;
}

.benefits__block .text__wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.benefits__block .text__wrap .text {
  margin-bottom: 0;
}

.benefits__wrap {
  display: flex;
  justify-content: space-around;

  img {
    width: 100%;
    flex-shrink: 0;
    min-height: 180px;
    object-fit: cover;
    border-radius: 6px;
  }
}

.benefits__block {
  min-height: 412px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.benefits__wrap .about-2__blok:nth-child(odd) {
  transform: rotate(355deg);
  margin-top: 0;
}

.benefits__wrap .about-2__blok:nth-child(even) {
  transform: rotate(4deg);
  margin-top: 50px;
}

.portfolio {
  /* margin-top: 150px; */
}

.portfolio__block {
  display: flex;
  gap: 20px;
  font-size: 16px;
  margin-bottom: 70px;
}

.portfolio__block .top {
  display: flex;
  gap: 33px;
}

.portfolio__block .number {
  color: rgba(255, 255, 255, 0.5);
}

.portfolio__block .text {
  max-width: 350px;
  font-size: 18px;
}

.portfolio__block .portfolio__elem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
  width: 100%;
}

.portfolio__block .title {
  font-size: 40px;
  line-height: 100%;
}

.portfolio__block img {
  height: 450px;
  width: 100%;
  max-width: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio__block .btn {
  margin-top: 30px;
}

.portfolio_img {
  width: 100%;
  max-width: 1000px;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  /* на всякий случай */
  transform-origin: bottom right;
  transform: scale(0.3) translate(80px, 80px);
  /* старт из правого нижнего */
  opacity: 0;
  transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio_img.active {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}

/* .about {
  min-height: 900px;
} */

.business-events-hero .container {
  position: relative;
  z-index: 1;
}

.business-events-hero__title {
  font-size: clamp(76px, 11vw, 140px);
  line-height: 84%;
  letter-spacing: -0.07em;
}

.business-events-hero__content .wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.business-events-lead {
  padding: 90px 0 10px;
}

.business-events-lead__text {
  max-width: 1045px;
  margin: 0 auto;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  line-height: 85%;
  letter-spacing: -0.09em;
  color: rgba(255, 255, 255, 0.3);

  span {
    color: #fff;
  }
}

.business-events-lead__text p {
  margin: 0;
}

.business-events-lead__text strong,
.business-events-lead__text b {
  color: #fff;
  font-weight: 400;
}

.business-events-cards {
  padding: 90px 0 40px;
}

.business-events-cards__grid {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.business-events-card {
  width: calc(50% - 17px);
  max-width: 400px;
}

.business-events-card:nth-child(odd) {
  transform: rotate(-7deg);
}

.business-events-card:nth-child(even) {
  transform: rotate(7deg);
  margin-top: 20px;
}

.business-events-card__inner {
  background: #fff;
  color: #202020;
  border-radius: 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  padding: 28px;
}

.business-events-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.business-events-card__title {
  color: #202020;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 75%;
  letter-spacing: -0.09em;
  max-width: 220px;
  text-transform: capitalize;
}

.business-events-card__number {
  color: rgba(32, 32, 32, 0.6);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.11em;
}

.business-events-card__text {
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.03em;
}

.business-events-card__text p+p {
  margin-top: 16px;
}

.business-events-card__image {
  margin-top: 24px;
}

.business-events-card__image img {
  display: block;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.business-events-partners {
  padding-bottom: 90px;
}

.business-events-partners__label {
  margin-bottom: 26px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.business-events-partners__title h2 {
  margin: 0;
  line-height: 85%;
}

.business-events-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.business-events-partners__item {
  min-height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141414;
  padding: 20px;
}

.business-events-partners__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.business-events-partners__item img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.business-events__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.business-events-partners__item img {
  filter: grayscale(100%);
}

/* При наведенні мишки повертається кольорове (дуже популярний ефект) */
.business-events-partners__item img:hover {
  filter: grayscale(0%);
  transition: filter 0.4s ease;
}

.business-events-gallery {
  margin-top: 0;
  padding-bottom: 90px;
}

/* MENU */




.menu-trigger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 65px;
  height: 65px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: none;
}

.menu-trigger span {
  display: block;
  position: absolute;
  top: 32px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: #efefef;
}

.menu-trigger span::before,
.menu-trigger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #efefef;
  content: "";
}

.menu-trigger span::before {
  top: -10px;
}

.menu-trigger span::after {
  bottom: -10px;
}

.menu-trigger span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.menu-trigger span::before,
.menu-trigger span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.menu-trigger span::before {
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}

.menu-trigger span::after {
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

/* when menu open: */
.menu-trigger.is-active span {
  background: none;
}

.menu-trigger.is-active span::before,
.menu-trigger.is-active span::after {
  background-color: #dadada;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.menu-trigger.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-trigger.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

}

.navigation__wrap.active {
  width: 100%;
  overflow-y: scroll;
  flex-direction: column;

  padding-right: 20px;
  z-index: 1;
  align-items: end;
}


.o-hiden {
  overflow: hidden;
}

.menu-trigger {
  display: none;
  z-index: 2;
}

.mob {
  display: none;
}

.wedding__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
}

.about-wedding {

  /* .about__wrap-animation {
    margin-top: 150px;
  } */



  .about-2__blok {
    margin-top: 0;
  }

  .about-2__blok:nth-child(1) {
    transform: rotate(-7deg);
    margin-right: 30px;
  }

  .about-2__blok:nth-child(2) {
    transform: none;
    margin-top: -50px;
    z-index: 1;
  }

  .about-2__blok:nth-child(3) {
    transform: rotate(7deg);
    margin-left: 0;
    z-index: 2;
  }
}




.business-events-hero__title {
  font-size: clamp(76px, 11vw, 140px);
  line-height: 84%;
}

.business-events-lead {
  padding: 90px 0 10px;
}

.business-events-lead__text {
  max-width: 1045px;
  margin: 0 auto;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  line-height: 85%;
  letter-spacing: -0.09em;
  color: rgba(255, 255, 255, 0.3);

  p {
    margin: 0;
  }

  strong,
  b {
    color: #fff;
    font-weight: 400;
  }
}

.business-events-cards {
  padding: 90px 0 40px;
}

.business-events-cards__grid {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.business-events-card {
  width: calc(50% - 17px);
  max-width: 400px;

  &:nth-child(odd) {
    transform: rotate(-7deg);
  }

  &:nth-child(even) {
    transform: rotate(7deg);
    margin-top: 20px;
  }
}

.business-events-card__inner {
  background: #fff;
  color: #202020;
  border-radius: 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  padding: 28px;
}

.business-events-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.business-events-card__title {
  color: #202020;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 75%;
  letter-spacing: -0.09em;
  max-width: 220px;
}

.business-events-card__number {
  color: rgba(32, 32, 32, 0.6);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.11em;
}

.business-events-card__text {
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.03em;

  p+p {
    margin-top: 16px;
  }
}

.business-events-card__image {
  margin-top: 24px;

  img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
  }
}

.business-events-partners {
  padding: 90px 0;
}

.business-events-partners__label {
  margin-bottom: 26px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.04em;
}

.business-events-partners__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 60px;

  h2 {
    margin: 0;
    line-height: 85%;
  }
}

.business-events-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.business-events-partners__item {
  min-height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141414;
  padding: 20px;

  a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  img {
    display: block;
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}

.business-events-gallery {
  margin-top: 0;
  padding-bottom: 90px;
}

.nav__social {
  display: flex;
  align-items: center;
  gap: 7px;

  a {
    display: flex;
    align-items: center;
    border: 1px solid rgba(246, 245, 245, 0.2);
    width: 40px;
    height: 40px;
    justify-content: center;
  }

  a:hover {
    border: 1px solid rgba(246, 245, 245, 0.8);
  }
}

.header .nav__social {
  margin-top: 60px;
  justify-content: end;

  a {
    display: none;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

/* Белые стрелки */
.slick-prev::before,
.slick-next::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: solid white;
  border-width: 0 4px 4px 0;
  padding: 10px;
}

.slick-prev::before {
  transform: rotate(135deg);
}

.slick-next::before {
  transform: rotate(-45deg);
}


.lang-item {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}

.lang-item a {
  display: block;
  min-width: 58px;
  padding: 8px 14px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
}

.lang-item a:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.75);
}

.lang-item.current-lang a {
  color: #0a0a0a;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.lang-item.current-lang a:hover {
  background: #ffffff;
}

@media (min-width: 577px) {

  /* Перші 2 слова h2 — дзеркало h1: скриті поки h1 видимий */
  .about-scroll-title .hero-mirror {
    opacity: 0;
    transition: opacity 0.5s ease, color 0.6s ease;
  }

  .about-scroll-title .hero-mirror.is-visible {
    opacity: 1;
    color: #fff;
  }

}




@media (max-width: 992px) {

  .business-events-lead__text {
    font-size: 52px;
  }

  .business-events-card {
    width: 100%;
    max-width: 520px;

    &:nth-child(even) {
      margin-top: 0;
    }
  }

  .business-events-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header .active .nav__social a {
    display: flex;
  }

  .header__inner .standart__btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .business-events-hero {
    min-height: 780px;
  }

  .business-events-hero__title {
    font-size: 60px;
    line-height: 88%;
  }

  .business-events-lead {
    padding-top: 70px;
  }

  .business-events-lead__text {
    font-size: 38px;
    line-height: 92%;
  }

  .business-events-cards,
  .business-events-partners,
  .business-events-gallery {
    padding-bottom: 70px;
  }

  .business-events-card__inner {
    padding: 22px;
  }

  .business-events-card__title {
    font-size: 34px;
  }

  .business-events-partners__title {
    flex-direction: column;
    align-items: start;
    margin-bottom: 32px;
  }

  .business-events-partners__grid,
  .business-events-gallery .e-portfolio__wrap {
    grid-template-columns: 1fr;
  }

  .business-events-partners__item {
    min-height: 132px;
  }
}





@media (max-width: 1600px) {
  h1 {
    font-size: 140px;
  }
}


@media (max-width: 1405px) {
  h1 {
    font-size: clamp(76px, 12vw, 130px);
  }
}

@media (max-width: 1300px) {
  h1 {
    font-size: clamp(76px, 9vw, 130px);
  }
}


@media (min-width: 1400px) {
  /* .business-events-hero__title {
    font-size: 132px;
  } */
}


.header-home {
  h1 {
    text-align: center;
    line-height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {}

@media (max-width: 1399px) {

  /* .h-about__title {
    font-size: clamp(76px, 8vw, 140px);
  } */

}




@media (max-width: 992px) {

  .business-events-lead__text {
    font-size: 52px;
  }

  .business-events-card {
    width: 100%;
    max-width: 520px;
  }

  .business-events-card:nth-child(even) {
    margin-top: 0;
  }

  .business-events-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tab-content.active {
    grid-template-columns: 1fr;
  }

  .services-tabs {
    flex-direction: column;
  }

  .tabs-list {
    max-width: 100%;
  }

  .services h2 {
    margin-left: 0;
  }

  .tab__text {

    .text {
      max-width: 100%;
    }

    padding-bottom: 150px;
  }

  .footer__inner {
    display: none;
  }

  .footer__elem .btn {
    margin-right: auto;
  }

  .footer__wrap {
    display: flex;
    justify-content: end;
    flex-direction: column;
  }

  .footer__elem a {
    font-size: 40px;
  }

  .about h2 {
    font-size: 58px;

  }

  .about-2 {
    padding-top: 150px;
  }

  .about {
    padding: 150px 0;
  }

  .menu-trigger {
    display: block;
  }

  .header .standart__btn-2 {
    display: none;
  }

  .header {
    .nav ul {
      display: flex;
      flex-direction: column;
    }
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }

  /* .header-home .container {
    position: unset;
  } */

  .header-home .custom-logo-link {
    margin-left: 0;
  }

  .header nav ul a {
    font-size: 30px;
    font-family: 'Berold', Arial, sans-serif;
  }

  .navigation__wrap {
    text-align: end;
    padding-top: 150px;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.5s;
    height: 100%;
    background: rgba(0, 0, 0, 0.945);

  }

  .about-wedding .about-2__wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
    /* position: relative;
    min-height: 420px; */
  }

  .about-wedding .about-2__blok.about-card-anim {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-150%) !important;
    width: calc(100% - 40px);
    max-width: 350px;
    margin: 0;

    .title__wrap {
      padding: 20px 0;
    }
  }

  .about-wedding .about-2__blok.about-card-anim:nth-child(1) {
    z-index: 1;
    top: 0;
  }

  .about-wedding .about-2__blok.about-card-anim:nth-child(2) {
    z-index: 2;
    top: 90px;
    transform: translateX(50%) !important;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .about-wedding .about-2__blok.about-card-anim:nth-child(3) {
    z-index: 3;
    top: 180px;
    transform: translateX(-150%) !important;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }


  .about-wedding .about-2__blok.about-card-anim.is-inview {
    transform: translateX(-50%) !important;
    transition-delay: 0s !important;
  }

  .about-wedding {

    .about-2__blok:nth-child(2) {
      margin-top: 0;
    }
  }

  .about-wedding {

    padding-bottom: 300px;

    .about__wrap-animation {
      /* margin-top: 0; */
    }

    .about-2__wrap {
      top: 0;
    }


  }

  .benefits__wrap {
    flex-direction: column;
    align-items: center;
  }

  .benefits__wrap .about-2__blok:nth-child(even) {
    transform: rotate(4deg);
    margin-top: 10px;
  }

  .p-about__wrap {
    flex-wrap: wrap;

    h2 {
      text-align: left;
    }

    .firts {
      width: 100%;
      margin-bottom: 30px;
    }

    .second {
      width: 46%;
    }

    .third {
      width: 46%;
    }
  }

  .details__wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .details__elem {
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
  }

  .details .for-h3 {
    text-align: center;
  }

  .details .b-text {
    margin: 0 auto;
    text-align: center;
    max-width: 278px;
  }

  .details__galary img {
    height: auto;
  }


}

@media (max-width: 768px) {
  .footer__wrap-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .header-home .custom-logo-link {
    display: block;
  }

  .footer__menus {
    flex-direction: column;
    align-items: start;
  }

  .why__blok {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .p-about__wrap {
    column-gap: 20px;
  }

  .p-about__wrap {

    .firts h2 {

      font-size: 55px;
    }
  }

  .p-about__wrap {

    .second,
    .third {
      width: 100%;
      margin-bottom: 15px;
      max-width: 100%;
    }

    div:not(:first-child) {
      font-size: 18px;
    }
  }


}


@media (max-width: 576px) {
  .business-events-hero {
    min-height: 780px;
  }

  .business-events-lead {
    padding-top: 70px;
  }

  .business-events-lead__text {
    font-size: 38px;
    line-height: 92%;
  }

  .business-events-cards,
  .business-events-partners,
  .business-events-gallery {
    padding-bottom: 70px;
  }

  .business-events-card__inner {
    padding: 22px;
  }

  .business-events-card__title {
    font-size: 34px;
  }

  .business-events-partners__title {
    flex-direction: column;
    align-items: start;
    margin-bottom: 32px;
  }

  .business-events-partners__grid,
  .business-events-gallery .e-portfolio__wrap {
    grid-template-columns: 1fr;
  }

  .business-events-partners__item {
    min-height: 132px;
  }

  /* Верхнее слово */
  .title-top {
    display: block;
    position: sticky;
    top: 30px;
    padding-bottom: 70px;
  }

  /* Нижнее слово */
  .title-bottom {
    display: block;
  }

  .header-home {
    h1 {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }

  .footer a {
    color: rgba(246, 245, 245, 0.7);
    font-size: 14px;
  }

  .footer__elem .btn {
    margin-right: auto;
    font-size: 20px;
  }

  .footer__elem a {
    font-size: 22px;
  }

  .about h2 {
    font-size: 35px;
  }

  .about-2__blok .title {
    font-size: 30px;
  }

  .about-2__blok .text {
    font-size: 14px;
  }

  .about-2__blok {
    max-width: 230px;
  }

  h2 {
    font-size: 35px;
  }

  .services .tab-title {
    font-size: 25px;
  }

  .tab-number {
    font-size: 14px;
  }

  .tab-item {
    padding: 25px 25px 25px 19px;
  }

  body {
    font-size: 14px;
  }

  .tab-content {
    font-size: 14px;
  }

  .about .subtitle {
    max-width: 204px;
    font-size: 14px;
  }

  .about-wedding {
    .about-2__wrap {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .about-2__blok:nth-child(1) {
      margin-right: 0;
    }

    .about-2__blok {
      max-width: 350px;
    }
  }

  .header__wrap {
    height: 80vh;
  }

  .header__wrap h1 {
    line-height: 100%;
  }

  .g-portfolio__wrap {
    grid-template-columns: 1fr;
    gap: 30px;

    .name {
      font-size: 20px;
    }
  }

  .benefits__wrap {
    gap: 0;
  }

  .benefits__wrap .about-2__blok {
    max-width: 328px;
    margin-right: 0;
    margin: 0 auto;
  }

  .why__blok h2 {
    font-size: 40px;
  }

  .why__blok .title {
    font-size: 25px;
    margin: 30px auto;
  }

  .benefits__block {
    min-height: auto;
  }

  .h-header {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }

  .header__wrap .category {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .business-events-hero__content .wrap {
    flex-direction: column;
    justify-content: end;
    margin-left: 10px;
    align-items: end;
    gap: 35px;
  }

  .details .for-h3 {
    font-size: 30px;
  }

  .details__wrap-2 {
    width: 100%;
  }

  .section-title h2 {
    font-size: 35px;
  }

  header::before {
    height: 160px;
  }


  header::after {
    height: 160px;


  }

  .header-home h1 {
    filter: none;
  }

  .portfolio__block .title {
    font-size: 25px;
  }

  .portfolio__block {
    font-size: 14px;
  }

  .portfolio__block img {
    height: 250px;
    max-width: 40%;
  }

  .portfolio__block .text {
    opacity: 0.7;
    font-size: 14px;
  }

  .portfolio__block .btn {
    font-size: 14px;
  }

  .portfolio__block .top {
    gap: 18px;
  }

  .portfolio {
    margin-top: 0;
  }

  .portfolio__block .portfolio__elem {
    max-width: 60%;
  }

  .h-about {
    height: 80vh;

  }

  .business-events-partners__label {
    order: 1;
  }

  .business-events__wrap {
    justify-content: start;
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .business-events-partners__item img.active {
    filter: grayscale(0%);

  }

  .tab-content {
    .btn {
      font-size: 14px;
    }
  }

  .image-info {
    font-size: 14px;
  }

  .tabs-image img {
    height: 250px;
  }

  .footer {
    margin-top: 100px;
  }

  .about-event {
    padding-bottom: 35px;
    padding-top: 100px;
  }

  /* .e-portfolio .e-portfolio__wrap img {
    height: 250px;
  } */

  .p-about h2 {
    margin-top: 20px;
  }

  .h-about__title {
    font-size: 56px;
  }

}



/*   Meia Queries   */
/*993 - 1200 px*/
/*768 - 992 px*/
/*577 - 768 px*/
/*320 - 576 px*/

/* About cards popup */
.about-2__blok {
  cursor: pointer;
}

.about-card-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.about-card-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.about-card-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
}

.about-card-popup__dialog {
  position: relative;
  width: 100%;
  max-height: 88vh;
  height: 100%;
  overflow: auto;
  /* border: 1px solid rgba(255, 255, 255, .35); */
  border-radius: 10px;
  /* background: #000000; */
  padding: 30px 20px 20px;
}

.about-card-popup__close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.about-card-popup__body .about-2__blok {
  cursor: default;
  width: 100%;
  margin: 0;
}

body.about-card-popup-open,
html:has(.about-card-popup.is-open) {
  overflow: hidden;
}

.about-card-popup__body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.about-card-popup__body .about-2__blok {
  transform: none !important;
  max-width: 360px !important;
}

h1,
.h-about__title {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease-out;
}

h1.visible,
.h-about__title.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease-out;
}



/*# sourceMappingURL=main.css.map */