* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'gl';
  font-style: normal;
  font-weight: normal;
  src: local('gl'), url('Gilroy-ExtraBold.otf') format('woff');
}
@font-face {
  font-family: 'gll';
  font-style: normal;
  font-weight: normal;
  src: local('gll'), url('Gilroy-Light.otf') format('woff');
}
body {
  font-family: 'gl';
  color: #333;
  background-color: #131313;
  overflow-x: hidden;
  position: relative;
}

/* mainslide
mainslide
mainslide
mainslide
mainslide
mainslide
mainslide
mainslide
mainslide
mainslide
mainslide
mainslide
mainslide
mainslide */


#mainslide {
  height: 100%;
  width: 100%;
  position: relative;
  color: #000;
  z-index: 1;
}

.backgroundimage {
  margin: 0;
  height: 100vh;
  padding: 0;
  background-image: url(bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

main {
  position: relative;
  text-align: center;
  opacity: 0;
  z-index: 2;
  animation: fadeIn 1.5s ease-in-out forwards;
  animation-delay: 0.5s;
}

.mainmg {
  position: absolute;
  width: 750px;
  z-index: -1;
  margin-left: -375px;
  margin-top: -380px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: pulse 3s ease-in-out infinite;
}


.image-caption {
  position: static;
  margin-top: -45vh;
  margin-left: 0px;
  font-size: 18px; /* approx 0.7vw */
  font-weight: 500;
  z-index: 2;
  background: -webkit-linear-gradient(#8b8b8b, #c2c2c2); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  transition: all 0.3s ease;
  text-align: center;
}

button {
  padding: 12px 19px;
  margin: 8px;
  border: none;
  color: white;
  font-size: 15px;
  border-radius: 11.5px; /* 0.6vw ≈ 11.5px */
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.3s ease;
}

button:hover {
  transform: scale(1.05);
}

.readMoreBtn {
  font-family: 'gl';
  position: absolute;
  margin-top: 9px;
  margin-left: 5px; /* -1.5vw ≈ -28.8px */
  padding: 14px 18px; /* 0.44% ≈ 4.2px, 0.7% ≈ 6.7px */
  font-size: 15px;
  color: #c0c0c0;
  background: #4e4e4e4b;
  border: 1px solid #4e4e4e; /* 0.15vw ≈ 2.9px */
  border-radius: 3.8px; /* 0.2vw ≈ 3.8px */
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.readMoreBtn:hover {
  background-color: #313131;
}

.contactBtn {
  position: relative;
  height: fit-content;
  border-radius: 4px;
  margin-left: -145px;
  vertical-align: middle;
  user-select: none;
  font-family: 'gl';
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
  padding: 12px 24px;
  line-height: 21px;
  background-color: #8b8b8b; /* bg-primary */
  border: 1px solid #8b8b8b;
  color: #272727;
  box-shadow: 0 4px 0 #5e5e5e; /* shadow-btn-primary */
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 0px) {
  .contactBtn {
    width: auto;
  }
}

.contactBtn:hover {
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
}

.contactBtn:active {
  box-shadow: none;
  position: relative;
  transform: translateY(3px);
}

.contactBtn:disabled {
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}

.contactBtn:focus {
  outline: none;
}

/* Shine Effects */
.button-shine-radial {
  pointer-events: none;
  position: absolute;
  top: -2px;
  height: 6px;
  width: 50%;
  transform: scaleX(2);
  animation: button-shine 7s infinite linear;
  border-radius: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0.75), transparent 60%);
  filter: drop-shadow(white 0px 0px 5px);
  mix-blend-mode: plus-lighter;
}

.button-shine-linear {
  pointer-events: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  animation: button-shine 7s infinite linear;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.25), transparent);
  mix-blend-mode: plus-lighter;
}

@keyframes button-shine {
  0% {
    transform: translateX(-35%) scaleX(1.15);
    opacity: 0;
  }
  20% {
    transform: scaleX(1.5);
    opacity: 1;
  }
  40% {
    transform: translateX(50%) scaleX(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 900px) {
  
.readMoreBtn {
  margin-left: 7px;
  padding: 10px 14px;
  font-size: 11px;
}

.contactBtn {
  margin-left: -105px;
  font-size: 11px;
  padding: 6px 20px;
}
}
@media (max-width: 600px) {
  
.readMoreBtn {
  margin-left: 11px;
  padding: 8px 12px;
  font-size: 9px;
}

.contactBtn {
  margin-left: -86px;
  font-size: 9px;
  padding: 3px 18px;
}
}

@media (max-width: 210px) {
  
.readMoreBtn {
  margin-left: 11px;
  margin-top: 50px;
}

.contactBtn {
  margin-left: 10px;
}
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.glow-container {
  position: absolute;
  overflow: hidden;
  top: 0; 
  width: 100vw;
  height: 95vh;
  pointer-events: none;
  z-index: 10;
}

.glow-circle {
  position: absolute;
  margin-top: 30px; 
  width: var(--size, 5px);
  height: var(--size, 5px);
  background-color: #ffffffb7;
  border-radius: 50%;
  box-shadow: 0 0 5px 3px #ffffff3d;
  animation-name: moveFadeInOut;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0; /* start hidden before animation */
  --move-x: -100px; /* fallback */
  --move-y: -100px; /* fallback */
}

/* Different starting positions, durations, delays, sizes and move vectors */
.glow-circle:nth-child(1)  { top: 95%; left: 90%; animation-duration: 9s;  animation-delay: 0s;   --move-x: -90px;  --move-y: -110px; --size: 3px; }
.glow-circle:nth-child(2)  { top: 80%; left: 85%; animation-duration: 4s;  animation-delay: 1s;   --move-x: 70px;   --move-y: -130px; --size: 7px; }
.glow-circle:nth-child(3)  { top: 75%; left: 70%; animation-duration: 5s;  animation-delay: 3s;   --move-x: 0px;    --move-y: -90px;  --size: 4px; }
.glow-circle:nth-child(4)  { top: 90%; left: 40%; animation-duration: 9s;  animation-delay: 4s;   --move-x: -100px; --move-y: -140px; --size: 5px; }
.glow-circle:nth-child(5)  { top: 65%; left: 75%; animation-duration: 2s;  animation-delay: 5s;   --move-x: 50px;   --move-y: -100px; --size: 2px; }
.glow-circle:nth-child(6)  { top: 50%; left: 85%; animation-duration: 16s; animation-delay: 2s;   --move-x: 130px;  --move-y: -150px; --size: 6px; }
.glow-circle:nth-child(7)  { top: 40%; left: 80%; animation-duration: 8s;  animation-delay: 0.5s; --move-x: -60px;  --move-y: -80px;  --size: 5px; }
.glow-circle:nth-child(8)  { top: 60%; left: 60%; animation-duration: 11s; animation-delay: 6s;   --move-x: -110px; --move-y: -90px;  --size: 7px; }
.glow-circle:nth-child(9)  { top: 30%; left: 90%; animation-duration: 17s; animation-delay: 7s;   --move-x: 140px;  --move-y: -120px; --size: 3px; }
.glow-circle:nth-child(10) { top: 25%; left: 70%; animation-duration: 9s;  animation-delay: 4.5s; --move-x: 80px;   --move-y: -110px; --size: 2px; }
.glow-circle:nth-child(11) { top: 85%; left: 30%; animation-duration: 4s;  animation-delay: 3.5s; --move-x: -50px;  --move-y: -70px;  --size: 4px; }
.glow-circle:nth-child(12) { top: 55%; left: 50%; animation-duration: 8s;  animation-delay: 5.5s; --move-x: 120px;  --move-y: -130px; --size: 5px; }
.glow-circle:nth-child(13) { top: 20%; left: 45%; animation-duration: 5s;  animation-delay: 1.2s; --move-x: -60px;  --move-y: -90px;  --size: 3px; }
.glow-circle:nth-child(14) { top: 45%; left: 20%; animation-duration: 9s;  animation-delay: 2.8s; --move-x: 90px;   --move-y: -100px; --size: 7px; }
.glow-circle:nth-child(15) { top: 10%; left: 30%; animation-duration: 2s;  animation-delay: 0.1s; --move-x: 40px;   --move-y: -50px;  --size: 2px; }
.glow-circle:nth-child(16) { top: 35%; left: 40%; animation-duration: 11s; animation-delay: 4.8s; --move-x: -110px; --move-y: -90px;  --size: 3px; }
.glow-circle:nth-child(17) { top: 15%; left: 60%; animation-duration: 16s; animation-delay: 2.4s; --move-x: 130px;  --move-y: -140px; --size: 6px; }
.glow-circle:nth-child(18) { top: 50%; left: 10%; animation-duration: 9s;  animation-delay: 6.3s; --move-x: 70px;   --move-y: -80px;  --size: 4px; }
.glow-circle:nth-child(19) { top: 70%; left: 15%; animation-duration: 4s;  animation-delay: 3.3s; --move-x: -50px;  --move-y: -60px;  --size: 3px; }
.glow-circle:nth-child(20) { top: 90%; left: 5%;  animation-duration: 8s;  animation-delay: 7.1s; --move-x: 90px;   --move-y: -120px; --size: 7px; }
.glow-circle:nth-child(21) { top: 30%; left: 25%; animation-duration: 2s;  animation-delay: 1.7s; --move-x: 40px;   --move-y: -60px;  --size: 4px; }
.glow-circle:nth-child(22) { top: 60%; left: 35%; animation-duration: 11s; animation-delay: 4.4s; --move-x: -100px; --move-y: -110px; --size: 2px; }
.glow-circle:nth-child(23) { top: 80%; left: 20%; animation-duration: 5s;  animation-delay: 5.9s; --move-x: 70px;   --move-y: -90px;  --size: 6px; }
.glow-circle:nth-child(24) { top: 25%; left: 10%; animation-duration: 4s;  animation-delay: 0.9s; --move-x: -60px;  --move-y: -70px;  --size: 3px; }
.glow-circle:nth-child(25) { top: 45%; left: 5%;  animation-duration: 9s;  animation-delay: 3.6s; --move-x: 90px;   --move-y: -80px;  --size: 7px; }
.glow-circle:nth-child(26) { top: 70%; left: 55%; animation-duration: 8s;  animation-delay: 1.4s; --move-x: -110px; --move-y: -100px; --size: 5px; }
.glow-circle:nth-child(27) { top: 55%; left: 75%; animation-duration: 2s;  animation-delay: 5.2s; --move-x: 50px;   --move-y: -70px;  --size: 2px; }
.glow-circle:nth-child(28) { top: 10%; left: 80%; animation-duration: 4s;  animation-delay: 3.8s; --move-x: -80px;  --move-y: -90px;  --size: 6px; }
.glow-circle:nth-child(29) { top: 20%; left: 90%; animation-duration: 16s; animation-delay: 2.1s; --move-x: 130px;  --move-y: -150px; --size: 4px; }
.glow-circle:nth-child(30) { top: 5%;  left: 60%; animation-duration: 9s;  animation-delay: 0s;   --move-x: -90px;  --move-y: -100px; --size: 7px; }
.glow-circle:nth-child(31) { top: 2%;  left: 10%; animation-duration: 7s;  animation-delay: 0.3s; --move-x: 50px;   --move-y: -80px;  --size: 4px; }
.glow-circle:nth-child(32) { top: 1%;  left: 50%; animation-duration: 5s;  animation-delay: 2s;   --move-x: -70px;  --move-y: -60px;  --size: 3px; }
.glow-circle:nth-child(33) { top: 3%;  left: 70%; animation-duration: 6s;  animation-delay: 1.2s; --move-x: 90px;   --move-y: -100px; --size: 5px; }
.glow-circle:nth-child(34) { top: 4%;  left: 30%; animation-duration: 9s;  animation-delay: 3s;   --move-x: -60px;  --move-y: -90px;  --size: 6px; }
.glow-circle:nth-child(35) { top: 0.5%; left: 85%; animation-duration: 8s; animation-delay: 0.6s; --move-x: 80px;   --move-y: -70px;  --size: 2px; }

.glow-circle:nth-child(36) { top: 98%; left: 15%; animation-duration: 5s;  animation-delay: 1.5s; --move-x: 60px;   --move-y: -100px; --size: 3px; }
.glow-circle:nth-child(37) { top: 97%; left: 40%; animation-duration: 7s;  animation-delay: 2.7s; --move-x: -90px;  --move-y: -120px; --size: 4px; }
.glow-circle:nth-child(38) { top: 96%; left: 65%; animation-duration: 6s;  animation-delay: 0.9s; --move-x: 70px;   --move-y: -110px; --size: 5px; }
.glow-circle:nth-child(39) { top: 99%; left: 20%; animation-duration: 10s; animation-delay: 1s;   --move-x: -100px; --move-y: -130px; --size: 6px; }
.glow-circle:nth-child(40) { top: 95.5%; left: 75%; animation-duration: 4s; animation-delay: 0.4s; --move-x: 80px;  --move-y: -90px;  --size: 2px; }

@keyframes moveFadeInOut {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--move-x), var(--move-y));
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .mainmg {
  width: 500px;
  margin-left: -245px;
  margin-top: -250px;
  }
  .image-caption {
  font-size: 14px;
}
}

.scroll-arrow {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid #8d8d8d;
  transform: translateX(-50%);
  font-size: 48px;
  color: #8d8d8d;
  cursor: pointer;
  animation: bounce 2s infinite;
  z-index: 10;
  user-select: none;
  transition: all 0.3s ease;
}

.scroll-arrow:hover {
  border: 1px solid #6d6d6d;
  color: #6d6d6d;
  box-shadow: 0px 0px 10px  #6d6d6d;
}


@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
} 
/* secondslide
secondslide
secondslide
secondslide
secondslide
secondslide
secondslide
secondslide
secondslide */


#secondslide {
  position: relative;
  background-color: #131313;
  height: 650px;
  top: 43vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatdwd{
  z-index: 1;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  margin-top: -440px;
  font-size: 300%;
}
.content {
  z-index: 1;
  position: absolute;
  margin-top: -395px;
  margin-left: -320px;
}

.boxp {
  position: absolute;
  margin-left: -615px;
  margin-top: 30px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}

.boxp p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 195%;
  margin-top: 230px;
  margin-left: 40px;
}
.boxp h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}

.boxp2 {
  position: absolute;
  margin-left: -53px;
  margin-top: 30px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}
.boxp2 p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp2 h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 195%;
  margin-top: 230px;
  margin-left: 40px;
}
.boxp2 h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}

.boxp3 {
  position: absolute;
  margin-left: 509px;
  margin-top: 30px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}
.boxp3 p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp3 h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 154%;
  margin-top: 235px;
  margin-left: 40px;
}
.boxp3 h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}
.seg {
  position: absolute;
  margin-top: 120px;
  margin-left: -645px;
  z-index: 10;
}

.seg2 {
  position: absolute;
  margin-top: 120px;
  margin-left: -84px;
  z-index: 10;
}

.seg3 {
  position: absolute;
  margin-top: 120px;
  margin-left: 477px;
  z-index: 10;
}
.seg img {
  width: 64.5px;
}
.seg2 img {
  width: 64.5px;
}
.seg3 img {
  width: 64.5px;
}
.icon1 {
  position: absolute;
  margin-top: 36px;
  margin-left: -585px;
  z-index: 10;
}
.icon2 {
  position: absolute;
  margin-top: 36px;
  margin-left: -25px;
  z-index: 10;
}
.icon3 {
  position: absolute;
  margin-top: 36px;
  margin-left: 535px;
  z-index: 10;
}

.icon1 img {
  width: 115.5px;
}
.icon2 img {
  width: 115.5px;
}
.icon3 img {
  width: 115.5px;
}
.nuotr {
  position: absolute;
  margin-top: 45px;
  margin-left: -425px;
  z-index: 10;
}
.nuotr2 {
  position: absolute;
  margin-top: 13px;
  margin-left: 95px;
  z-index: 10;
}
.nuotr3 {
  position: absolute;
  margin-top: -5px;
  margin-left: 635px;
  z-index: 10;
}

.nuotr img {
  width: 231.5px;
}
.nuotr2 img {
  width: 309.5px;
}
.nuotr3 img {
  width: 329.5px;
}

/* thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide */

#thirdslide {
  position: relative;
  top: 43vh;
  background-color: #131313;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  position: absolute;
  width: 1285px;
  height: 220px;
  padding: 30px 40px;
  background: #131313;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.55) 5%,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0.45) 15%,
    rgba(0, 0, 0, 0.4) 20%,
    rgba(0, 0, 0, 0.35) 25%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.25) 35%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.15) 45%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.08) 55%,
    rgba(0, 0, 0, 0.06) 60%,
    rgba(0, 0, 0, 0.04) 65%,
    rgba(0, 0, 0, 0.02) 70%,
    rgba(0, 0, 0, 0.01) 5%,
    rgba(0, 0, 0, 0) 80%
  );
  pointer-events: none;
  border-radius: 20px;
}

  .text-section {
    flex: 1 1 400px;
  }
  .text-section h1 {
  margin: 0 0 12px 0;
  font-weight: 700;
  font-size: 2.3rem;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  .text-section p {
    margin: 0;
    color: #aaa;
    font-family: 'gll';
    font-weight: 400;
    font-size: 1.05rem;
  }
  .button-section {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

#consultBtn {
  font-family: 'gl';
  position: relative;
  padding: 14px 22px;
  left: -40px;
  font-size: 16px;
  padding-right: 45px;
  color: white;
  background: #292929;  
  border-bottom: 5px solid #242424;
  border-left: 3px solid #242424;
  border-right: 3px solid #242424;
  border-radius: 9px;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease;
  text-decoration: none; /* for <a> */
  display: inline-block;  /* for <a> */
}

#consultBtn:hover {
  background-color: #313131;
}

#consultBtn::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    270deg, 
    #313131, 
    #313131,
    #313131,
    #313131,
    #313131,
    #cacaca, 
    #313131,
    #313131
  );
  background-size: 300% 10%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation: glowLine 6s linear infinite;
}

  .small-text {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #777;
  }
  .small-text a {
    color: #bbb;
    text-decoration: underline;
    cursor: pointer;
  }
  .small-text a:hover {
    color: #eee;
  }


/* thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide */
#forthslide {
  position: relative;
  top: 43vh;
  background-color: #131313;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trusticons {
    position: absolute;
    overflow: hidden;
    width: 1550px;
    height: 220px;
  }

  .trusticons p {
    position: absolute;
  font-family: 'gll';
  color:white;
  font-size: 110%;
  margin-top: 20px;
  margin-left: 685px;
  }

  .partners {
    position: absolute;
    display: flex;
    width: max-content;
    margin-top: 40px;
    animation: scroll-left 30s linear infinite;
  }

  .partners img {
    width: 150px;
    margin-right: 20px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .trusticons::before,
  .trusticons::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .trusticons::before {
    left: 0;
    background: linear-gradient(to right, #131313, #ffffff00);
  }

  .trusticons::after {
    right: 0;
    background: linear-gradient(to left, #131313, #ffffff00);
  }
  
/* thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide */


#endslide {
  top: 43vh;
  position: relative;
  z-index: 1;
}
.footer {
    background-color: #111;
    color: #ddd;
    border-top: 1px solid #252525;
    padding: 40px 20px 20px;
  }

  .fotimage {
  width: 100px;
  height: auto;  
  z-index: 10;
  margin-left: 147px;
  animation: fadeIn 1s ease forwards;
  }
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-logo a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
  }

  .footer-logo p {
    width: 100%; max-width: 20vw;
    margin-top: 8px;
    margin-left: 152px;
    font-size: 14px;
    font-family: 'gll';
    color: #aaa;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: -250px;
    margin-top: 5px;
  }

  .footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 17px;
    font-family: 'gl';
    transition: color 0.2s ease;
  }

  .footer-links a:hover {
    color: #fff;
  }

    .footer-social {
      display: flex;
      position: relative;
      gap: 10px;
      left: -150px;
    }

    .footer-social a {
      width: 35px;
      height: 35px;
      background-color: #1a1a1a;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      color: white;
      text-decoration: none;
      clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
      transition: transform 0.3s ease;
    }

    .footer-social a:hover {
      transform: scale(1.15);
    }

  .footer-divider {
  border: none;
  border-top: 1px solid #444;
  margin: 30px auto 20px;
  width: 85%;
  max-width: 900px;
  opacity: 0.5;
}

    .footer-bottom {
    text-align: center;
    margin-top: 3px;
    font-size: 16px;
    font-family: 'gll';
    color: #666;
    }
/* thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide */

#fifthslide {
  position: relative;
  top: 43vh;
  background-color: #131313;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide
thirdslide */
header {
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(270deg, #1d1d1d85, #1d1d1d85,#1d1d1d85,#1d1d1d85,#1d1d1d85,#35353585, #1d1d1d85,#1a1a1a85);
  background-size: 300% 10%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: 2px solid #242424;
  box-shadow: 1px 1px 15px 1px #24242454;
  color: white;
  padding: 27px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  animation: fadeIn 1s ease-in-out forwards;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
    header.shrink {
      padding: 20px;
    }
.main-image {
  position: absolute;
  width: 130px;
  height: auto;  
  z-index: 10;
  margin-left: -305px;
  margin-top: -20px;
  transition: all 0.3s ease;
  animation: fadeIn 1s ease forwards;
}
header.shrink .main-image {
  margin-left: -278px;
  margin-top: -13px;
    width: 100px;
  }
.auth-btn {
  font-family: 'gl';
  position: absolute;
  margin-top: -24px;
  margin-left: 190px;
  padding: 6px 20px;
  font-size: 16px;
  color: white;
  background: #313131;
  border-bottom: 3px solid #242424;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.auth-btn:hover {
  background-color: #313131;
}

.auth-btn::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    270deg, 
    #313131, 
    #313131,
    #313131,
    #313131,
    #313131,
    #cacaca, 
    #313131,
    #313131
  );
  background-size: 300% 10%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation: glowLine 6s linear infinite;
}

@keyframes glowLine {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}
  /* Modal backdrop */
  .modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  /* Modal content */
  .modal-content {
    background: #2c2f33;
    border-radius: 8px;
    padding: 30px 25px;
    width: 320px;
    color: #eee;
    text-align: center;
    position: relative;
    box-shadow: 0 0 15px rgba(49, 49, 49, 0.9);
  }

  .modal-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 26px;
    color: #bbb;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .close-btn:hover {
    color: white;
  }

  .discord-login-btn {
    background-color: #5865F2;
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
  }
  .discord-login-btn:hover {
    background-color: #4752c4;
  }

  .discord-login-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
  }
nav a.active {
  text-shadow: 0 0 8px #ffffffda, 0 0 16px #ffffffda, 0 0 24px #ffffffda;
}
nav a {
  color: white;
  margin: 0 4px;
  text-decoration: none;
  position: relative;
}

nav a::after {
  content: "";
  display: block;
  height: 2px;
  background: white;
  transition: width 0.3s ease;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
}

nav a:hover::after {
  width: 100%;
}

/* lang.html */
.mwage {
  width: 100vw;
  height: auto;  
  z-index: 10;
  animation: fadeIn 1s ease forwards;
}

.menu-toggle {
  display: none;
  background: #313131;
  color: white;
  font-size: 24px;
  border: none;
  padding: 15px 15px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 1001;
  border-radius: 6px;
}
.menu-toggle svg {
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #1d1d1d;
  position: absolute;
  margin-left: -270px;
  gap: 5px; 
  padding-left: 16px;
  top: 61px;
  left: 0px;
  padding: 45px 290px;
  z-index: 1;
}

.mobile-menu a {
  color: white;
  padding: 6px 12px;
  width: 355px;
  text-align: start; 
  align-items: flex-start;
  background: none;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'gl'; display: block;
}
.mobile-menu a.active {
  background: linear-gradient(270deg, #616161de, #696969de, #525252de);
  background-size: 300% 10%;
}
.mobile-menu a:hover {
  text-decoration: underline;
}

/* rezzzrezzzrezzzrezzzrezzzrezzzrezz
rezzzrezzzrezzzrezzrezzzrezzzrezzzrez
zzrezzzrezzzrezzzrezzzrezzzrezzdadada
rezzzrezzzrezzzrezzrezzzrezzzrezzzred
zzzrezzzrezzzrezzzrezzzrezzzrezzdaddd
rezzzrezzzrezzzrezzrezzzrezzzrezzz */

#endslidecontact {
  top: 0vh;
  position: relative;
  z-index: 1;
}
.chatimg {
  position: absolute;
  margin-top: -60px;
  margin-left: 75.8%;
  z-index: 10;
}

.chatimg img {
  width: 125.5px;
}
    .contact-container {
      position: relative;
      margin: 0 auto;
      top: -70vh;
      background: #1a1a1a;
      padding: 2rem;
      border-radius: 12px;
      border: 1px solid #3d3d3d;
      box-shadow: 0 0 20px #b9b9b90a;
      width: 80%;
      max-width: 700px;
    }
    h4 {
      font-family: 'gll';
      text-align: center;
      font-size: 120%;
      margin-bottom: 1rem;
      text-align: left;
      background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    h2 {
      font-family: 'gl';
      text-align: center;
      margin-bottom: 0.2rem;
      text-align: left;
      font-size: 210%;
      background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    h3 {
      font-family: 'gll';
      text-align: center;
      font-size: 90%;
      margin-top: 0.8vh;
      text-align: left;
      background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
   .submit-btn {
  margin-left: 0px;
  background: #ffffff;
  color: black;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 120px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #cccccc;
}


    .form-group {
      display: flex;
      gap: 1rem;
      margin-bottom: 1rem;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 0.75rem;
      background: #2b2b2b;
      color: white;
      border: none;
      border-radius: 8px;
    }

    .form-group textarea {
      resize: vertical;
      height: 120px;
    }

/* rezzzrezzzrezzzrezzzrezzzrezzzrezz
rezzzrezzzrezzzrezzrezzzrezzzrezzzrez
zzrezzzrezzzrezzzrezzzrezzzrezzdadada
rezzzrezzzrezzzrezzrezzzrezzzrezzzred
zzzrezzzrezzzrezzzrezzzrezzzrezzdaddd
rezzzrezzzrezzzrezzrezzzrezzzrezzz */

@media (max-width: 1600px) {
  
.trusticons {
    width: 1000px;
    height: 220px;
  }

  .trusticons p {
  margin-top: 1px;
  margin-left: 415px;
  }

  .partners {
    margin-top: 30px;
  }

#thirdslide {
  height: 350px;
}

.container {
  width: 785px;
  height: 320px;
}

  .text-section h1 {
  text-align: center;
  font-size: 2.9rem;
  }
  .text-section p {
  text-align: center;
  font-size: 1.3rem;
  }

  .small-text {
    margin-left: 126px;
  }

#secondslide {
  background-color: #131313;
  height: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
}   
.footer {
  margin-top: 0px;
}
.whatdwd{
margin-top: -950px;
}
  .content {
  position: absolute;
  margin-top: -830px;
  margin-left: -320px;
}

.boxp {
  position: absolute;
  margin-left: -340px;
  margin-top: 30px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}

.boxp p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 195%;
  margin-top: 230px;
  margin-left: 40px;
}
.boxp h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}

.boxp2 {
  position: absolute;
  margin-left: 220px;
  margin-top: 30px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}
.boxp2 p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp2 h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 195%;
  margin-top: 230px;
  margin-left: 40px;
}
.boxp2 h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}

.boxp3 {
  position: absolute;
  margin-left: -53px;
  margin-top: 500px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}
.boxp3 p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp3 h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 154%;
  margin-top: 235px;
  margin-left: 40px;
}
.boxp3 h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}
.seg {
  position: absolute;
  margin-top: 120px;
  margin-left: -370px;
  z-index: 10;
}

.seg2 {
  position: absolute;
  margin-top: 120px;
  margin-left: 190px;
  z-index: 10;
}

.seg3 {
  position: absolute;
  margin-top: 590px;
  margin-left: -84px;
  z-index: 10;
}
.seg img {
  width: 64.5px;
}
.seg2 img {
  width: 64.5px;
}
.seg3 img {
  width: 64.5px;
}
.icon1 {
  position: absolute;
  margin-top: 36px;
  margin-left: -312px;
  z-index: 10;
}
.icon2 {
  position: absolute;
  margin-top: 36px;
  margin-left: 250px;
  z-index: 10;
}
.icon3 {
  position: absolute;
  margin-top: 506px;
  margin-left: -25px;
  z-index: 10;
}

.icon1 img {
  width: 115.5px;
}
.icon2 img {
  width: 115.5px;
}
.icon3 img {
  width: 115.5px;
}
.nuotr {
  position: absolute;
  margin-top: 45px;
  margin-left: -152px;
  z-index: 10;
}
.nuotr2 {
  position: absolute;
  margin-top: 13px;
  margin-left: 368px;
  z-index: 10;
}
.nuotr3 {
  position: absolute;
  margin-top: 465px;
  margin-left: 75px;
  z-index: 10;
}

.nuotr img {
  width: 231.5px;
}
.nuotr2 img {
  width: 309.5px;
}
.nuotr3 img {
  width: 329.5px;
}
}
@media (max-width: 1020px) {
  
.trusticons {
    width: 500px;
    height: 220px;
  }

  .trusticons p {
  margin-top: 1px;
  margin-left: 163px;
  }

  .partners {
    margin-top: 30px;
  }
  #thirdslide {
  height: 450px;
}

.container {
  width: 505px;
  height: 400px;
}

  .text-section h1 {
  text-align: center;
  font-size: 2.9rem;
  }
  .text-section p {
  text-align: center;
  font-size: 1.3rem;
  }

  .small-text {
    margin-left: -15px;
  }

    .footer {
    background-color: #111;
    color: #ddd;
    border-top: 1px solid #252525;
    padding: 40px 20px 20px;
  }

  .fotimage {
  width: 100px;
  height: auto;  
  z-index: 10;
  margin-left: 77px;
  animation: fadeIn 1s ease forwards;
  }
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-logo a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
  }

  .footer-logo p {
    width: 100%; max-width: 20vw;
    margin-top: 8px;
    margin-left: 82px;
    font-size: 14px;
    font-family: 'gll';
    color: #aaa;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: -110px;
    margin-top: 5px;
  }

  .footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 17px;
    font-family: 'gl';
    transition: color 0.2s ease;
  }

  .footer-links a:hover {
    color: #fff;
  }

    .footer-social {
      display: flex;
      position: relative;
      gap: 10px;
      left: -80px;
    }

    .footer-social a {
      width: 35px;
      height: 35px;
      background-color: #1a1a1a;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      color: white;
      text-decoration: none;
      clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
      transition: transform 0.3s ease;
    }

    .footer-social a:hover {
      transform: scale(1.15);
    }

  .footer-divider {
  border: none;
  border-top: 1px solid #444;
  margin: 30px auto 20px;
  width: 85%;
  max-width: 900px;
  opacity: 0.5;
}

    .footer-bottom {
    text-align: center;
    margin-top: 3px;
    font-size: 16px;
    font-family: 'gll';
    color: #666;
    }
#secondslide {
  height: 1500px;
}   
.whatdwd{
margin-top: -1400px;
}
  .content {
  position: absolute;
  margin-top: -1250px;
  margin-left: -320px;
}

.boxp {
  position: absolute;
  margin-left: -53px;
  margin-top: 30px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}

.boxp p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 195%;
  margin-top: 230px;
  margin-left: 40px;
}
.boxp h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}

.boxp2 {
  position: absolute;
  margin-left: -53px;
  margin-top: 490px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}
.boxp2 p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp2 h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 195%;
  margin-top: 230px;
  margin-left: 40px;
}
.boxp2 h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}

.boxp3 {
  position: absolute;
  margin-left: -53px;
  margin-top: 950px;
  width: 437px;
  height: 410px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}
.boxp3 p {
  position: absolute;
  font-family: 'gll';
  font-size: 205%;
  margin-top: 270px;
  margin-left: 40px;
}
.boxp3 h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 154%;
  margin-top: 235px;
  margin-left: 40px;
}
.boxp3 h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 275%;
  margin-top: 144px;
  margin-left: 20px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}
.seg {
  position: absolute;
  margin-top: 120px;
  margin-left: -84px;
  z-index: 10;
}

.seg2 {
  position: absolute;
  margin-top: 580px;
  margin-left: -84px;
  z-index: 10;
}

.seg3 {
  position: absolute;
  margin-top: 1040px;
  margin-left: -84px;
  z-index: 10;
}
.seg img {
  width: 64.5px;
}
.seg2 img {
  width: 64.5px;
}
.seg3 img {
  width: 64.5px;
}
.icon1 {
  position: absolute;
  margin-top: 36px;
  margin-left: -25px;
  z-index: 10;
}
.icon2 {
  position: absolute;
  margin-top: 496px;
  margin-left: -25px;
  z-index: 10;
}
.icon3 {
  position: absolute;
  margin-top: 956px;
  margin-left: -25px;
  z-index: 10;
}

.icon1 img {
  width: 115.5px;
}
.icon2 img {
  width: 115.5px;
}
.icon3 img {
  width: 115.5px;
}
.nuotr {
  position: absolute;
  margin-top: 45px;
  margin-left: 135px;
  z-index: 10;
}
.nuotr2 {
  position: absolute;
  margin-top: 475px;
  margin-left: 93px;
  z-index: 10;
}
.nuotr3 {
  position: absolute;
  margin-top: 915px;
  margin-left: 75px;
  z-index: 10;
}

.nuotr img {
  width: 231.5px;
}
.nuotr2 img {
  width: 309.5px;
}
.nuotr3 img {
  width: 329.5px;
}
}
@media (max-width: 600px) {
  html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

  nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-menu.open {
    display: flex;
  }
}

@media (max-width: 600px) {
  #secondslide {
    top: 0vh;
  height: 1000px;
}   
.whatdwd{
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  font-size: 7.9vw; 
  margin-top: -850px;
}


.content {
  position: absolute;
  margin-top: -820px;
  margin-left: -320px;
}

.boxp {
  position: absolute;
  margin-top: 30px;
  margin-left: 27px;
  width: 265px;
  height: 265px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}

.boxp p {
  position: absolute;
  font-family: 'gll';
  font-size: 125%;
  margin-top: 180px;
  margin-left: 25px;
}
.boxp h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 115%;
  margin-top: 155px;
  margin-left: 25px;
}
.boxp h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 162%;
  margin-top: 99px;
  margin-left: 12px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}

.boxp2 {
  position: absolute;
  margin-top: 310px;
  margin-left: 27px;
  width: 265px;
  height: 265px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}
.boxp2 p {
  position: absolute;
  font-family: 'gll';
  font-size: 125%;
  margin-top: 180px;
  margin-left: 25px;
}
.boxp2 h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 125%;
  margin-top: 155px;
  margin-left: 25px;
}
.boxp2 h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 162%;
  margin-top: 99px;
  margin-left: 12px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}

.boxp3 {
  position: absolute;
  margin-top: 590px;
  margin-left: 27px;
  width: 265px;
  height: 265px; 
  clip-path: polygon(0 15%, 39% 15%, 51% 30%, 100% 30%, 100% 100%, 0 100%);
  background-color: #5c5c5c;box-shadow: inset 0 0 10px #a3a3a3;
}
.boxp3 p {
  position: absolute;
  font-family: 'gll';
  font-size: 125%;
  margin-top: 180px;
  margin-left: 25px;
}
.boxp3 h5 {
  position: absolute;
  font-family: 'gl';
  font-size: 95%;
  margin-top: 160px;
  margin-left: 25px;
}
.boxp3 h7 {
  position: absolute;
  font-family: 'gl';
  font-size: 162%;
  margin-top: 99px;
  margin-left: 12px;
  background: -webkit-linear-gradient(#8b8b8b, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.box_parent
{
    filter: url('#flt_tag');
}
.seg {
  position: absolute;
  margin-top: 88px;
  margin-left: 6px;
  z-index: 10;
}

.seg2 {
  position: absolute;
  margin-top: 368px;
  margin-left: 6px;
  z-index: 10;
}

.seg3 {
  position: absolute;
  margin-top: 648px;
  margin-left: 6px;
  z-index: 10;
}

.seg img {
  width: 45.5px;
}
.seg2 img {
  width: 45.5px;
}
.seg3 img {
  width: 45.5px;
}
.icon1 {
  position: absolute;
  margin-top: 34px;
  margin-left: 44px;
  z-index: 10;
}
.icon2 {
  position: absolute;
  margin-top: 314px;
  margin-left: 44px;
  z-index: 10;
}
.icon3 {
  position: absolute;
  margin-top: 594px;
  margin-left: 44px;
  z-index: 10;
}

.icon1 img {
  width: 77px;
}
.icon2 img {
  width: 77px;
}
.icon3 img {
  width: 77px;
}
.nuotr {
  position: absolute;
  margin-top: 43px;
  margin-left: 137px;
  z-index: 10;
}
.nuotr2 {
  position: absolute;
  margin-top: 315px;
  margin-left: 125px;
  z-index: 10;
}
.nuotr3 {
  position: absolute;
  margin-top: 583px;
  margin-left: 112px;
  z-index: 10;
}

.nuotr img {
  width: 150px;
}
.nuotr2 img {
  width: 185px;
}
.nuotr3 img {
  width: 200px;
}

.auth-btn {
  display: none;
}
.auth-btns {
  font-family: 'gl';
  position: absolute;
  margin-top: -15px;
  margin-left: -290px;
  padding: 6px 145px;
  font-size: 16px;
  color: white;
  background: #313131;
  border-bottom: 3px solid #242424;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.auth-btns:hover {
  background-color: #313131;
}

.auth-btns::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    270deg, 
    #313131, 
    #313131,
    #313131,
    #313131,
    #313131,
    #cacaca, 
    #313131,
    #313131
  );
  background-size: 300% 10%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation: glowLine 6s linear infinite;
}
#endslide {
    top: 0vh;
  position: relative;
  z-index: 1;
}
#thirdslide {
  position: relative;
    top: 0vh;
  background-color: #131313;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#forthslide {
  position: relative;
    top: 0vh;
  background-color: #131313;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}  

.container {
  width:355px;
  height: 500px;
}

#consultBtn {
  left: -5px;
}

  .text-section h1 {
  text-align: center;
  font-size: 2.9rem;
  }
  .text-section p {
  text-align: center;
  font-size: 1.3rem;
  }

  .small-text {
    margin-left: -150.5px;
  text-align: center;
    width: 100%;
  }
.trusticons {
    width: 350px;
    height: 220px;
  }

  .trusticons p {
  margin-top: 1px;
  margin-left: 87px;
  }

  .partners {
    margin-top: 30px;
  }
header {
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(270deg, #1d1d1d85, #1d1d1d85,#1d1d1d85,#1d1d1d85,#1d1d1d85,#35353585, #1d1d1d85,#1a1a1a85);
  background-size: 300% 10%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: 2px solid #242424;
  box-shadow: 1px 1px 15px 1px #24242454;
  color: white;
  padding: 30px;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes glowLine {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}

.main-image {
    width: 100px;
    margin-top: -23px;
    margin-left: -47px;
  }

main {
  text-align: center;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
  animation-delay: 0.5s;
}
.image-caption {
  margin-top: -45vh;
  font-size: 11.5px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.hidden {
  display: none;
}

.mainmg {
  position: absolute;
  width: 350px;
  height: auto;  
  z-index: 0;
  margin-left: -163px;
  margin-top: -170px; 
  animation: pulse 3s ease-in-out infinite;
}
button:hover {
  transform: scale(1.05);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.glow-container {
  position: absolute;
  overflow: hidden;
  top: 0; 
  width: 100vw;
  height: 90vh;
  pointer-events: none;
  z-index: 10;
}

.glow-circle {
  position: absolute;
  margin-top: 30px; 
  width: var(--size, 5px);
  height: var(--size, 5px);
  background-color: #ffffffb7;
  border-radius: 50%;
  box-shadow: 0 0 5px 3px #ffffff3d;
  animation-name: moveFadeInOut;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0; /* start hidden before animation */
  --move-x: -100px; /* fallback */
  --move-y: -100px; /* fallback */
}

@keyframes moveFadeInOut {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--move-x), var(--move-y));
    opacity: 0;
  }
}



@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

  .fotimage {
  width: 40vw;
  height: auto;
  z-index: 10;
  margin: 0 auto;
  margin-left: 0vw;
  animation: fadeIn 1s ease forwards;
  }
  

    .footer {
    background-color: #111;
    color: #ddd;
    border-top: 1px solid #252525;
    padding: 40px 20px 20px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-logo a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
  }

  .footer-logo p {
    display: none;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
  }

  .footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 17px;
    font-family: 'gl';
    transition: color 0.2s ease;
  }

  .footer-links a:hover {
    color: #fff;
  }

    .footer-social {
  display: flex;
  flex-wrap: wrap; /* enable wrapping */
  position: relative;
  gap: 10px;
  top: 13px; 
  left: 0;
  justify-content: center; 
  margin: 0 auto; 
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
    }

    .footer-social a {
      width: 35px;
      height: 35px;
      background-color: #1a1a1a;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      color: white;
      text-decoration: none;
      clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
      transition: transform 0.3s ease;
    }

    .footer-social a:hover {
      transform: scale(1.15);
    }

  .footer-divider {
  border: none;
  border-top: 1px solid #444;
  margin: 30px auto 20px;
  width: 80%;
  max-width: 900px;
  opacity: 0.5;
}

    .footer-bottom {
    text-align: center;
    margin-top: 3px;
    font-size: 16px;
    font-family: 'gll';
    color: #666;
    }


      .footer-links, .footer-logo, .footer-social {
        text-align: center;
      }
.chatimg {
  position: absolute;
  margin-top: -60px;
  margin-left: 64.2%;
  z-index: 10;
}

.chatimg img {
  width: 20.5vw;
}
}
@media (max-width: 350px) {
.mainmg {
  width: 250px;
  margin-left: -117px;
  margin-top: -160px; 
}
}
@media (max-width: 210px) {
.mainmg {
  width: 150px;
  margin-left: -70px;
  margin-top: -100px; 
}
}