@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');

.nav-forms {
  display: flex;
  align-items: center;
  margin: 0 20px 0 20px;
}

.above-div {
  height: 220px;
  width: 400px;
  margin: auto;
  position: relative;
  font-size: 3em;
}

video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.element-animation {
  margin: 2rem 0;
  font-size: 3rem;

  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(100%);
}
.element-animation.element-show {
  opacity: 1;
  transition: all 1s;
  transform: translateY(0%);
}

.text-animation {
  font-size: calc(1em + 10vw) !important;
  animation-duration: 6s;
  animation-name: movingin;
  animation-iteration-count: infinite;
}

@keyframes movingin {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}

.fonfor {
  background: linear-gradient(blue, pink);
}

.fonfor:hover {
  background: linear-gradient(rgb(255, 0, 0), rgb(255, 192, 192));
  cursor: pointer;
}

.fonfor2 {
  background: linear-gradient(rgb(21, 203, 163), pink);
}

.fonfor2:hover {
  background: linear-gradient(rgb(255, 0, 0), rgb(255, 192, 192));
  cursor: pointer;
}

.fonfor3 {
  background: linear-gradient(rgb(135, 12, 184), pink);
}

.fonfor3:hover {
  background: linear-gradient(rgb(255, 0, 0), rgb(255, 192, 192));
  cursor: pointer;
}


.uslugifon {
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-image: url('/assets/img/background1.jpg');
}

.imageUslugi img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.imageUslugi:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.uslugiTheme {
  color: white;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.uslugiTheme:hover {
  color: red;
}

.btn-redslayInfo {
  width: 200px;
  color: black !important;
  background-color: rgb(208, 208, 208) !important;
}

.btn-redslayInfo:hover {
  background-color: white !important;
  color: black !important;
}




/* ЭТО ВСЁ ДЛЯ МЕДИАЛАЙН */

.topMenu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  z-index: 9999;
  padding-top: 1rem ;
}

.topMenu a {
  font-weight: 400;
  color: rgb(152, 10, 88) !important;
  transition: ease-in-out .2s;
}

.topMenu a:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: ease-in-out .2s;
  font-weight: 600;
  color: rgb(187 33 118) !important;
}

.darkMenu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: lavenderblush;
  position: fixed;
  z-index: 9999;
}

.darkMenu a {
  font-weight: 400;
  color: rgb(73 73 73) !important;
  transition: ease-in-out .2s;
}

.darkMenu a:hover {
  transition: ease-in-out .2s;
  font-weight: 600 !important;
}

.mediaFon {
  /* background-color: #1d233f; */
  background-color: #ffffff;

    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: flex-end;
    overflow: hidden;
    padding-bottom: 120px;
    padding-bottom: var(--space-xl);
    position: relative;
}

.mediaFonTwo {
  /* background-color: #1d233f; */
  background-color: #1d1534;
    background-image: url(/assets/img/fonSec.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: flex-end;
    overflow: hidden;
    padding-bottom: 120px;
    padding-bottom: var(--space-xl);
    position: relative;
}

.mediaText {
  font-size: calc(1em + 2.4vw) !important;
}

.mediaTextTwo {
  font-weight: 300;
  font-size: calc(0.5em + 0.5vw) !important;
}

.mediaTextThree {
  font-weight: 300;
  font-size: calc(1em + 0.5vw) !important;
}

.mediaTextTop {
  font-weight: 600;
  font-size: calc(1em + 1vw) !important;
}

.mediaTextBig {
  font-weight: 300;
  font-size: calc(1em + 1.1vw) !important;
}

.mediaTextAbout {
  font-weight: 300;
  font-size: calc(1em + 1.1vw) !important;
}

.mediaTextInfo {
  font-weight: 200;
  font-size: calc(1em + 0.4vw) !important;
  font-family: 'Inter', sans-serif !important;
}


.goodText {
  color:#334396;
  font-weight: 300;
}

.contactsFont {
  font-weight: 400;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* color: rgb(137, 137, 137); */
  color: white;
}

.btn-medialine {
  font-size: calc(1em + 0.1vw) !important;
  box-shadow: 0px 2px 2px black;
  border-radius: 2px !important;
  background-color: rgb(240, 240, 240) !important;
  color: black !important;
  transition: ease-in-out .4s !important;
}

.btn-medialine:hover {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: ease-in-out .4s !important;
  border-radius: 10px !important;
  background-color: white !important;
  color: black !important;
}

.blocksThemeOne {
  position: absolute;
  z-index: 1;
  padding: 10px;
  width: 1vw;
  height: 400px;
  background-image: url(/assets/img/uslugi.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.blocksThemeOne:hover {
  

}

.blocksThemeTwo {
  padding: 10px;
  width: 1vw;
  height: 400px;
  background-image: url(/assets/img/raboty.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.blocksThemeThree {
  padding: 10px;
  width: 1vw;
  height: 400px;
  background-image: url(/assets/img/vacancii.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


.hellow {
  border-radius: 20px;
  background-color: rgb(240, 248, 255,  0.9);
  color: black;
  margin: 20px 0 0 0;
  width: 100%;
  height: 70%;
  opacity: 0;
  transition: 0.2s ease-out;
}

.hellow:hover {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  opacity: 1;
}

.hellowText {
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: calc(1em + 1.5vw) !important;
}

.text-moveLR {
  font-size: calc(1em + 5vw) !important;
  animation: moveLR 8s infinite linear;
  white-space: nowrap;
}


.text-moveLR:after {
  content: "медиалайнмедиалайнмедиалайнмедиалайнмедиалайн"
}

@keyframes moveLR {
  0% {
    transform: translateX(-20%);
  }

  100% {
    transform: translateX(0%);
  }
}


.uslugiFon1 {
  /* background-color: #1d233f; */
  background-color: #1d1534;
    background-image: url(/assets/img/makets/1.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 55vh;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 120px;
    padding-bottom: var(--space-xl);
    position: relative;
    transition: .5s ease-in-out !important;
}

.uslugiFon1:hover {
  /* background-color: #1d233f; */
  background-image: url(/assets/img/makets/2.webp);
    background-color: #1d1534;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 55vh;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 120px;
    padding-bottom: var(--space-xl);
    position: relative;
    transition: .5s ease-in-out !important;
    cursor: pointer;
}

.uslugiFon2 {
  /* background-color: #1d233f; */
  background-color: #1d1534;
    background-image: url(/assets/img/makets/6.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 55vh;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 120px;
    padding-bottom: var(--space-xl);
    position: relative;
}

.uslugiFon2:hover {
    transition: .5s ease-in-out !important;
    cursor: pointer;
}

.uslugiFon3 {
  /* background-color: #1d233f; */
  background-color: #1d1534;
    background-image: url(/assets/img/makets/7.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 55vh;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 120px;
    padding-bottom: var(--space-xl);
    position: relative;
}

.uslugiFon3:hover {
  transition: .5s ease-in-out !important;
  cursor: pointer;
}

.uslugiFon4 {
  /* background-color: #1d233f; */
  background-color: #1d1534;
    background-image: url(/assets/img/makets/8.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 55vh;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 120px;
    padding-bottom: var(--space-xl);
    position: relative;
}

.uslugiFon4:hover {
  transition: .5s ease-in-out !important;
  cursor: pointer;
}

.hellowText {
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: calc(1em + 1.5vw) !important;
}

.text-merch {
  margin-bottom: 0px;
  font-size: calc(1em + 5vw) !important;
  animation: merchLR 35s infinite linear;
  white-space: nowrap;
  transition: .5s ease-in-out;
}

.text-merch:hover {
  transition: .3s ease-in-out;
  background-color: rgb(66, 184, 211);
}

.text-merch:after {
  content: "мерчендайзинг мерчендайзинг мерчендайзинг мерчендайзинг "
}

@keyframes merchLR {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

.text-digital {
  margin-bottom: 0px;
  font-size: calc(1em + 5vw) !important;
  animation: merchLR 18s infinite linear;
  white-space: nowrap;
  transition: .5s ease-in-out;
}
.text-digital:hover {
  transition: .3s ease-in-out;
  background-color: rgb(66, 184, 211);
}

.text-digital:after {
  content: "digital реклама digital реклама "
}

.text-events {
  margin-bottom: 0px;
  font-size: calc(1em + 5vw) !important;
  animation: merchLR 30s infinite linear;
  white-space: nowrap;
  transition: .5s ease-in-out;
}

.text-events:hover {
  transition: .3s ease-in-out;
  background-color: rgb(66, 184, 211);
}

.text-events:after {
  content: "проведение мероприятий проведение мероприятий "
}

.text-design {
  margin-bottom: 0px;
  font-size: calc(1em + 5vw) !important;
  animation: merchLR 25s infinite linear;
  white-space: nowrap;
  transition: .5s ease-in-out;
}

.text-design:hover {
  transition: .3s ease-in-out;
  background-color: rgb(66, 184, 211);
}

.text-design:after {
  content: "брендинг нейминг дизайн "
}



/* СМЕНА СЛОВ */
.word {
  position: absolute;
  width: 800px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #304a9b;
}

.ekcursor {

  opacity: 1;
  animation: cursor 1s infinite;
}

@keyframes cursor {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;;
  }
}

.ekendline {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg,#3724e2 4.8%,#7738ac 46.65%,#e64d67 73.01%,#e4c9b1 98.52%);
}

.bravoendline {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg,#3724e2 4.8%,#7738ac 46.65%,#e64d67 73.01%,#e4c9b1 98.52%);
  animation: bravoAnim infinite linear;
  transition: 15s ease-in-out !important
}

@keyframes bravoAnim {
  0% {
    background: linear-gradient(90deg,#e4c9b1 4.8%,#3724e2 46.65%,#7738ac 73.01%,#e64d67 98.52%);
  }

 50% {
    background: linear-gradient(90deg,#e64d67 4.8%,#e4c9b1 46.65%,#3724e2 73.01%,#7738ac 98.52%);
  }

  100% {
    background: linear-gradient(90deg,#3724e2 4.8%,#7738ac 46.65%,#e64d67 73.01%,#e4c9b1 98.52%);
  }
}

.ekActiveText {

}

.ekActiveText:hover {
  cursor: pointer;
  background: -webkit-linear-gradient(30deg,#3724e2 4.8%,#7738ac 46.65%,#e64d67 73.01%,#e4c9b1 98.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showtthis1 {

}
.showme1 {

}
.showme2 {

}
.showme3 {

}
.showme4 {

}


.bravohref {
  color: rgb(152, 10, 88) !important
}

.bravohref:hover {
  color: rgb(212, 39, 134) !important
}