@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=JetBrains+Mono:wght@300&display=swap');
@font-face {
  font-family: Unbounded;
  src: url(fonts/Unbounded-Regular.ttf);
}
@font-face {
  font-family: Onest-Bold;
  src: url(fonts/OnestBold1602-hint.ttf)
}
@font-face {
  font-family: Onest-Reg;
  src: url(fonts/OnestRegular1602-hint.ttf)
}

.nav-forms {
  display: flex;
  align-items: center;
  margin: 0 20px 0 20px;
}

.above-div {
  height: 370px;
  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: 2rem ;
}

.topMenu a {
  font-weight: 500;
  color: rgb(255, 255, 255) !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: #b875c7 !important;
}

.darkMenu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  position: fixed;
  z-index: 9999;
}

.darkMenu a {
  font-weight: 500;
  color: #864594 !important;
  transition: ease-in-out .2s;
}

.darkMenu a:hover {
  transition: ease-in-out .2s;
  color: #e3a1f1 !important;
}

.mediaFon {
  /* background-color: #1d233f; */
  background-color: #210d23;
    background-image: url(/assets/img/fon.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 80vh;
    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 + 1vw) !important;

  font-weight: 300;
}

.mediaTextTwo {
  font-weight: 300;
  font-size: calc(1em + 0.5vw) !important;
  font-family: Montserrat;
}

.mediaTextThree {
  font-weight: 300;
  font-size: calc(1em + 0.1vw) !important;
  font-family: 'Inter', sans-serif !important;
}

.mediaTextBig {
  font-weight: 300;
  font-size: calc(1em + 2.2vw) !important;
  font-family: 'Inter', sans-serif !important;
}

.mediaTextAbout {
  font-family: Montserrat;
  font-weight: 300;
  font-size: calc(0.2em + 1.8vw) !important;
  line-height: calc(0.2em + 2.2vw) !important;
}

.mediaTextAbout2 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: calc(0.2em + 1.8vw) !important;
  line-height: calc(0.2em + 2.5vw) !important;
}

.mediaTextInfo {
  font-weight: 200;
  font-size: calc(1em + 0.4vw) !important;
  font-family: 'Inter', sans-serif !important;
}

.mediaTextHead {
  font-weight: 200;
  font-size: calc(0.5em + 4.8vw) !important;
  font-family: 'Inter', sans-serif !important;
}

.mediaTextHeadJal {
  font-weight: 200;
  font-size: calc(0.5em + 3.8vw) !important;
  font-family: 'Inter', sans-serif !important;
}


.goodText {
  color:#3865b9;
  font-weight: 300;
}

.contactsFont {
  font-weight: 400;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* color: rgb(137, 137, 137); */
  color: rgb(56 101 185);
}

.btn-medialine {
    font-size: calc(1em + 0.1vw) !important;
    box-shadow: 1px 1px 1px #d9bcdf;
    background-color: rgb(134 69 148) !important;
    color: white !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/vacancii2.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: 700;
  font-size: calc(1em + 1.5vw) !important;
  text-shadow: 2px 1px 1px #000000;
}

.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;
}




.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: "брендинг нейминг дизайн "
}


/* СТИЛИ ДЛЯ ИНФОРЕСУРСА */

.inforLogo {
  background-image: url('assets/img/logo.svg');
  fill: darkgreen !important;
}

.inforColorText {
  opacity: .7;
  transition: .2s ease-in-out;
}

.inforColorText:hover {
  opacity: 1;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.newsInfo {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-direction: column;
}

/* СТИЛИ АЗИМУТ */

.slider {
  position: relative;
}

.slider .previous, .slider .next {
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: 2rem;
  color: #ffcd2e;
  background-color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.3s ease;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 1px 1px rgb(41 41 41 / 26%);
}

.slider .previous {
  opacity: 0.8;
  left: 1%;
  transition: 0.3s ease-in-out;
}

.slider .next {
  opacity: 0.8;
  right: 1%;
  border-radius: 3px 0 0 3px;
}

.slider .previous:hover,
.slider .next:hover {
  opacity: 1;
  color: white;
  background-color: #ffcd2e;
}

.slider .slideItem {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4
  }
  to {
    opacity: 1
  }
}

/* СТИЛИ ШТОРКИ */

.menuLeft {
  box-shadow: 0px 0px 6px rgba(41, 41, 41, 0.659);
}

.menuLeftText {
  font-size: calc(0.5rem + 0.4vw);
  font-family: Onest-Reg;
  color:rgb(77, 77, 77);
}

.textMenuDec {
  font-family: Onest-Reg;
}

.menTop {
  position: fixed;
}

.textMenuTop {
  font-family: Onest-Reg !important;
  transition: 0.2s ease-in-out !important;
  font-size: calc(0.5rem + 0.5vw)
}

.textMenuTop:hover {
  transition: 0.2s ease-in-out !important;
  font-family: Onest-Reg !important;
  font-weight: 600;
  color: white !important;
}

.textMenuTopCalc {
  font-family: Onest-Reg !important;
  transition: 0.2s ease-in-out !important;
  font-size: calc(0.5rem + 0.5vw);
  border-radius: 15px; 
  background-color: white;
  border: solid 1px white;
}

.textMenuTopCalc:hover {
  transition: 0.2s ease-in-out !important;
  font-family: Onest-Reg !important;
  font-weight: 600;
  color: white !important;
  background-color: #ffcd2e;
  box-shadow: 1px 1px 3px white;

}

.shapkaOne {
  background-image: url(/assets/img/111333.jpg);
  height: 600px;
  width: 100%;
}

.cardsInfo {
  background-color: white;
  z-index: 10;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  transition: .3s ease-in-out;
  transform: translate(0px, 35px);
}

.cardsInfo:hover {
  transform: translate(0px, 30px);
  transition: .3s ease-in-out;
  /* box-shadow: 2px 2px 45px #ffcd2e; */
}

.cardsShtorInfo {
  background-color: white;
  z-index: 10;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  transition: .3s ease-in-out;
  transform: translate(0px, 35px);
}

.cardsShtorInfo:hover {
  transform: translate(0px, 30px);
  transition: .3s ease-in-out;
  /* box-shadow: 2px 2px 45px #ffcd2e; */
}

.backgroundBase {
  background-color: #f8f8f8;
}

.shtorRound {
  opacity: 0.8;
  height: calc(0.2rem + 1.8vw); 
  width: calc(0.2rem + 1.8vw); 
  border-radius: 50px;
  color: white;
  font-size: 20px;
  background-color: #ffcd2e; 
  position: absolute; 
  z-index: 1;
}


.shtorAdv {
  margin-top: -50px;
  bottom: 3%;
  z-index: 10;
}

.prev_cat_img span {
  background: #ffcd2e;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  padding: 7px 15px;
  font-size: calc(1rem + 0.5vw);
  color: #fff;
  display: block;
}

.rev_cat_title {
  font-size: calc(0.2rem + 1.3vw);
}

.cardrul {
  background-color: white;
  transition: .2s ease-in-out;
}

.cardrul:hover {
  cursor: pointer;
  transform: translate(0px, -7px);
  transition: .2s ease-in-out;
  box-shadow: 1px 1px 35px #ffcd2e;
  color: white;
  background-color: #ffcd2e;
}

.cardrul a {
    color: black !important;
    transition: 0.1s ease-in-out;
}

.cardrul:hover a {
    color: white !important;
    transition: 0.1s ease-in-out;
}

/* Style the form */
/* Стиль формы */
#regForm {
  background-color: #ffffff;
  padding: 0px 0px 40px 40px;
  min-width: 300px;
}


/* Отметьте поля ввода, которые получают ошибку при проверке: */
input.invalid {
  background-color: #ffdddd;
}

/* Скрыть все шаги по умолчанию: */
.tab {
  display: none;
}

/* Сделайте круги, которые указывают шаги формы: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Отметьте активный шаг: */
.step.active {
  opacity: 1;
}

/* Отметьте шаги, которые закончены и действительны: */
.step.finish {
  background-color: #ffcd2e;
}

/* SELECTOR */

.tab label i {
  width: 130px;
    height: 130px;
    background-size: cover;
    background-position: 50% 50%;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 10px;
}

.tab .active i {
  box-shadow: 1px 1px 15px #ffcd2e;
  border-color: #ffcd2e;
}

.tab .active span {
  font-weight: 600;
}

.tab span {
  line-height: calc(0.1em + 0.4vw);
  font-size: calc(0.3em + 0.7vw);
  font-family: 'Inter', sans-serif !important
}

.tab input[type="radio"] {
  display: none;
}


/* ПАРАЛЛАКС */

.cardParallax {
  transform: perspective(2000px) rotatey(0deg) rotatex(0deg);
  transition: transform 0.2s ease;
}

.calcButtonMain {
  font-size: calc(0.5em + 1vw);
  min-height: 13%; 
  width: 24%; 
  color: black; 
  /*background-color: #3fffce;*/
  background-color: #fdff47;
  z-index: 10;
  position: absolute;
  top: 51%;
  right: 45.8%;
  /*box-shadow: 5px 5px 19px 4px #ffcd2e;*/
  box-shadow: 3px 3px 0px 0px #ffdf7b;
  animation: 7.5s infinite linear moveTopBottom;
}

@keyframes moveTopBottom {
  0% {
    transform: rotate(2.7deg) translateY(0px)
  }
  50% {
    transform: rotate(2.7deg) translateY(7px)
  }
  /* 90% {
    transform: translateY(4px)
  } */
  100% {
    transform: rotate(2.7deg) translateY(0px)
  }
}

.calcButtonMain:hover {
  min-height: 13%; 
  transform: rotate(2.7deg) translateY(10px) !important;
  color: black; 
  background-color: white;
  z-index: 30;
  position: absolute;
  box-shadow: 5px 5px 35px 4px white;
}