
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Light.ttf);
}
@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Bold.ttf);
}

 

/* fon start */

  :root {
    --color-bg1: rgb(0, 0, 0);
    --color-bg2: rgb(0, 0, 0);
    --color1: 18, 113, 255;
    --color2: 221, 74, 255;
    --color3: 100, 220, 255;
    --color4: 200, 50, 50;
    --color5: 180, 180, 50;
    --color-interactive: 140, 100, 255;
    --circle-size: 80%;
    --blending: hard-light;
  }
  
  @keyframes moveInCircle {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes moveVertical {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(50%);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  

  @keyframes moveHorizontal {
    0% {
      transform: translateX(-50%) translateY(-10%);
    }
    50% {
      transform: translateX(50%) translateY(10%);
    }
    100% {
      transform: translateX(-50%) translateY(-10%);
    }
  }
  
  
  .gradient-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
    top: 0;
    left: 0;
  
    svg {
      position: fixed;
      top:0;
      left:0;
      width: 0;
      height: 0;
    }
  
  
    .gradients-container {
      filter: url(#goo) blur(40px) ;
      width: 100%;
      height: 100%;
    }
  
    .g1 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: var(--circle-size);
      height: var(--circle-size);
      top: calc(50% - var(--circle-size) / 2);
      left: calc(50% - var(--circle-size) / 2);
  
      transform-origin: center center;
      animation: moveVertical 30s ease infinite;
  
      opacity: 1;
    }
  
    .g2 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: var(--circle-size);
      height: var(--circle-size);
      top: calc(50% - var(--circle-size) / 2);
      left: calc(50% - var(--circle-size) / 2);
  
      transform-origin: calc(50% - 400px);
      animation: moveInCircle 20s reverse infinite;
  
      opacity: 1;
    }
  
    .g3 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: var(--circle-size);
      height: var(--circle-size);
      top: calc(50% - var(--circle-size) / 2 + 200px);
      left: calc(50% - var(--circle-size) / 2 - 500px);
  
      transform-origin: calc(50% + 400px);
      animation: moveInCircle 40s linear infinite;
  
      opacity: 1;
    }
  
    .g4 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: var(--circle-size);
      height: var(--circle-size);
      top: calc(50% - var(--circle-size) / 2);
      left: calc(50% - var(--circle-size) / 2);
  
      transform-origin: calc(50% - 200px);
      animation: moveHorizontal 40s ease infinite;
  
      opacity: 0.7;
    }
  
    .g5 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: calc(var(--circle-size) * 2);
      height: calc(var(--circle-size) * 2);
      top: calc(50% - var(--circle-size));
      left: calc(50% - var(--circle-size));
  
      transform-origin: calc(50% - 800px) calc(50% + 200px);
      animation: moveInCircle 20s ease infinite;
  
      opacity: 1;
    }
  
    .interactive {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: 100%;
      height: 100%;
      top: -50%;
      left: -50%;
  
      opacity: 0.7;
    }
  }
/* fon end */


/*  */

/*  */

h1,h2,h3,h4,h5,h6{
  color: #fff;
  text-transform: uppercase;
}

h3{
  font-size: 20px;
}

h2{
  position: absolute;
  z-index: 12;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  font-family: 'Oswald';
  font-size: 8.5vw;
}

.top{
  margin-top: 280px;
}

.smm-top{
top: 0px;
font-size: 10.9vw;
}

p{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #c9c9c9;
  font-weight: 400;
 
}

.title{
  font-size: 25px;
}

.main-block{  
  position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    background: rgba(48, 48, 48, 0.206);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0 0 20px 0px #4c4c4cba;
    overflow: hidden;
    filter: blur(100px);
    transform: translate3d(0,0,0) scale(1);
    filter: blur(0px) brightness(1);
    will-change: transform, filter;
    -webkit-will-change: transform, filter;
    transition: 0.6s cubic-bezier(.17,1,.33,1);
}

.col-top{
  margin-top: 30px;
}

.prase-block{
  margin-top: 30px;
}

.main_smm{
    font-family: 'Oswald';
    font-weight: 900;
    font-size: 100px;
}

/* cart start */
.car1{
background: #ff6a004b;
}
.car2{
background: #5757576a;
}
.car3{
background: #ffc80065;
}
/* cart end */

h2 { 
  background: linear-gradient(270deg,  #ffffff, #838383);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 6s ease infinite;
}

@keyframes gradientAnimation {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

ul{
  list-style: none;
}

h4{
  font-size: 20px;
}

.container1 {
  text-align: center;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 122;
}

.call-button {
  background-color: #aeaeae88;
  color: white;
  border: none;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  
}

.call-button:hover {
  background-color: #5eff00;
  transform: scale(1.05);
}

.contact-info {
  margin-top: 20px;
  background-color: #1e1e1e;
  padding: 15px;
  border-radius: 5px;
  animation: fadeIn 0.5s ease;
}

.hidden {
  display: none;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 991px){
  .top {
    margin-top: 150px;
}

.smm-top {
  top: -25px; 
}
}

@media (max-width: 767px){
  .main_smm { 
    font-size: 45px;
}

.container1{
  position: fixed;
bottom: 10px;
right: 10px;
top: initial;
left:  initial;
}
}

@media (max-width: 600px){
  .top {
    margin-top: 101px;
}
}

@media (max-width: 500px){
  .title{
    font-size: 15px;
  }

  .call-button { 
    padding: 7px 12px;
    font-size: 16px; 
}
}