/* html,
body {
  overflow: hidden;
} */

[data-scroll-container] {
  /* height: 100vh;
  width: 100%;
  transition: transform 0.8s ease; */
}

.trn-section-full {
  /* width: 100%;
  height: 100vh;
  scroll-snap-align: start; */
}

.trn-hero {
  height: 1077px;
}

.trn-hero__img {
  position: absolute;
  z-index: 2;
  right: -24px;
  height: 1080px;
  width: auto;
  bottom: -55px;
  aspect-ratio: 736 / 1448;
}

.trn-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0px !important;
}

.trn-hero__img::after {
  content: "";
  height: 490px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #0c0b0b 0%, rgba(12, 11, 11, 0) 100%);
}

.trn-hero__img-inner img {
  border-radius: 0 !important;
}

#trn-hero > * {
  font-family: "Poppins", sans-serif !important;
}

.elementor-element-3611365 > div:nth-child(1) {
  display: flex;
}

#menu-main-menu a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}

.wp-image-1447 {
  border-radius: 0 !important;
}

.trn-hero {
  position: relative;
  z-index: 2;
  background-color: #0c0b0b;
}

.trn-hero::after {
  position: absolute;
  bottom: -550px;
  z-index: 1;
  display: none;
  content: "";
  width: 100%;
  height: 550px;
  background: linear-gradient(180deg, #fff 2.55%, #d5d5d5 38.35%, #0c0b0b 90%);
  transform: rotate(180deg);
}

.trn-hero__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1475px;
  height: inherit;
  margin: 0 auto;
}

.trn-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  row-gap: 32px;
}

.trn-hero__sup-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #fff;
}

#trn-hero .trn-hero__title {
  font-family: "Poppins", sans-serif !important;
  margin: 0;
  font-weight: 600;
  font-size: 72px;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #fff;
}

.trn-hero__title br {
  display: none;
}

.trn-hero__title-accent {
  color: #ffd522;
}

.trn-hero__text {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
}

#trn-hero .trn-hero__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #0c0b0b;
  min-width: 222px;
  min-height: 64px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

#trn-hero .trn-hero__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(160deg, #ffd522 0%, #ea6510 100%);
}

#trn-hero .trn-hero__button:hover,
#trn-hero .trn-hero__button:focus,
#trn-hero .trn-hero__button:active {
  color: #ffffff;
  box-shadow: 0 0 18px 1px #ffd5227a;
}

#trn-hero .trn-hero__button > * {
  position: relative;
  z-index: 1;
}

.trn-hero__title-accent::after {
  display: inline-flex;
  content: "";
  width: 3px;
  height: 63px;
  margin-left: 25px;
  margin-bottom: -10px;
  animation-name: blinking;
  background-color: #ffd522;
  animation-duration: 0.71s;
  animation-iteration-count: infinite;
}

@keyframes blinking {
  from {
    background-color: transparent;
  }
  to {
    background-color: #ffd522;
  }
}

@media (max-width: 1440px) {
  .trn-hero__img {
    right: 0;
  }
  .trn-hero__img::after {
    top: 201px;
  }
  .trn-hero__container {
    max-width: 1191px;
  }
  .trn-hero__content {
    max-width: 610px;
    padding: 0 0 0 20px;
  }
  #trn-hero .trn-hero__button {
    font-size: 18px;
    min-width: 192px;
    min-height: 56px;
  }
  .trn-hero__sup-title {
    font-size: 24px;
  }
  #trn-hero .trn-hero__title {
    font-size: 56px;
  }
  .trn-hero__text {
    font-size: 20px;
  }
  .trn-hero {
    height: 818px;
  }
}

@media (max-width: 1024px) {
  .trn-hero__content {
    position: relative;
    z-index: 3;
    max-width: 500px;
  }
  .trn-hero__content {
    background: linear-gradient(
      -90deg,
      transparent 0%,
      #0c0b0b 40%,
      #0c0b0b 100%
    );
  }
}

@media (max-width: 820px) {
  .trn-hero__content {
    max-width: 100%;
    padding: 50px;
  }
  .trn-hero__text {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  #ekit-megamenu-main-menu {
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 1000 !important;
  }
}

@media (max-width: 480px) {
  .trn-hero {
    height: 665px;
  }
  .trn-hero__content {
    padding: 25px;
  }
  .trn-hero__img {
    height: auto;
    width: 100%;
    bottom: 0;
    transform: translateY(70%);
    margin-top: 40px;
  }
  .trn-hero::before {
    display: none;
  }
  .trn-hero__img-inner {
    width: 100%;
  }
  .trn-hero__img-inner img {
    width: 100%;
  }
  .trn-hero::after {
    display: block;
  }
  .trn-hero__sup-title {
    font-size: 20px;
  }
  #trn-hero .trn-hero__title {
    font-size: 40px;
  }
  .trn-hero__text {
    font-size: 16px;
  }
  #trn-hero .trn-hero__button {
    font-size: 16px;
    min-width: 183px;
    margin-top: 0;
    min-height: 48px;
  }
  .trn-hero__container {
    flex-direction: column;
    justify-content: center;
  }
  .trn-hero__img::after {
    display: none;
  }
  .trn-hero__title-accent::after {
    height: 39px;
  }
  .trn-hero__title br {
    display: block;
  }
  .trn-hero__title-accent::after {
    margin-left: 5px;
    margin-bottom: -5px;
  }
  .trn-hero__img {
    aspect-ratio: 393 / 348;
  }
}

@media (max-width: 375px) {
  .trn-hero__content {
    row-gap: 20px;
    padding: 0;
    max-width: 320px;
    margin: 0 auto;
    background: none;
  }
}

@media (max-width: 320px) {
  .trn-hero__content {
    max-width: 290px;
  }
  .trn-hero__text {
    font-size: 14px;
  }
}
