.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: white;
  box-shadow: 0 0 0 2px #622bff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-buttonv2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 12px 22px 12px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #622bff;
  box-shadow: 0 0 0 2px #ffffff;
  
  background-color: white;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}


.animated-button svg {
  position: absolute;
  width: 24px;
  fill: white;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-buttonv2 svg {
  width: 22px;
  fill: #622bff;
  z-index: 9;
}




.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #622bff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}



.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-buttonv2 .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}



.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white;
  border-radius: 12px;
}
.animated-buttonv2:hover {
  box-shadow: 0 0 0 12px transparent;
  
  border-radius: 12px;
}
.animated-button:hover .arr-1 {
  right: -25%;
}
.animated-button .arr1{
    fill: black;
    background-color: black;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: white;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px 622BFF;
}
.animated-buttonv2:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px 622BFF;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

body{
    max-width: 100vw;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #080B14;
}
.hero{
   background: 
  radial-gradient(
    ellipse 80% 100% at 50% 0%,
    rgba(139, 92, 246, 0.5) 0%,
    rgba(109, 40, 217, 0.3) 30%,
    transparent 70%
  ),
  radial-gradient(
    ellipse 90% 40% at 50% 10%,
    rgba(167, 139, 250, 0.2) 0%,
    transparent 60%
  ),#080b14; 
    
  min-height: 100vh;
  padding: 0px 400px;
}

.fh1{
    color: #FDFDFD;
}
.sh1{
    background: linear-gradient(to bottom, #36E3F9, #1994EA);
   background-clip: text;
    -webkit-background-clip: text;
     color: transparent;
    -webkit-text-fill-color: transparent;
}
h1{
    display: flex;
    font-family: "DM Sans", sans-serif;
}
nav img{
    width: 50px;
    height: auto;
}
.logo{
    display: flex;
    align-items: center;
    
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "DM Sans", sans-serif;
}
li, ul{
    list-style: none;
    list-style-type: none;
    color: #FFFFFF;
    
}
ul{
    display: flex;
    gap: 20px;
}
nav button{
    background-color: #271A58;
    padding: 7px 15px;
    border-radius: 50px;
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    border: 1px outset #FFFFFF;
   
}
nav h1{
    margin: 0;
}
.main h2{
    color: white;
    font-family: "DM Sans", sans-serif;
    font-size: 3.2rem;
}
.main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}
.main h3{
    color: white;
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
    text-align: center;
}
.btns{
    display: flex;
    justify-content: center;
    gap: 50px;
}


main section{
  background-color: #080B14;
  height: 500px;
  max-width: 100vw;
}
#usluge{
  color: white;
  font-size: 3rem;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
.boxes{
  color: white;
  border: 2px solid silver;
  max-width: 330px;
  width: 100%;
  height: 200px;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  transition: border 0.3s ease;
  
}
.usluge-box{
  display: flex;
  justify-content: center;
  gap: 40px;
  
}

.filter-svg{
  filter: invert(17%) sepia(87%) saturate(7432%) hue-rotate(257deg) brightness(114%) contrast(101%);
  width: 45px;
}
main .prva{
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 100px;
}
.boxes h4{
  font-size: 1.5rem;
  font-family: "DM Sans", sans-serif;
}
.boxes p{
    font-family: "DM Sans", sans-serif;
}
.boxes:hover{
  cursor: pointer;
  border: 2px solid transparent;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
 
}
main .druga{
  color: white;
  font-family: "DM Sans", sans-serif;
  padding: 100px 350px 0px 350px;
  height: 400px;
  background-color: #0d101b;
}
.druga h2{
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
}
.druga p{
  font-size: 1.2rem;
}

.big-quote {
  position: relative;
  padding: 20px 50px;
  font-size: 1.25rem;
  border: none;
  width: fit-content;
  font-weight: 300;
}

.big-quote::before {
  content: "\201C"; 
  font-size: 5rem;
  position: absolute;
  left: 10px;
  top: -10px;
  color: #ccc;
  
}

.big-quote::after {
  content: "\201D"; 
  font-size: 5rem;
  position: absolute;
  right: 10px;
  bottom: -30px;
  color: #ccc;
}

.treca{
  padding: 150px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.treca h2{
  color: white;
  font-family: "DM Sans", sans-serif;
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
}
form{
  padding: 30px 40px;
  width: 500px;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inputs{
  display: flex;
  flex-direction: column;
}
input{
  height: 50px;
  border-radius: 10px;
  padding: 0px 10px;
  border:none;
  background-color: #373157;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  color: white;
  font-size: 0.95rem;
}
label{
  font-family: "DM Sans", sans-serif;
}
textarea{
  resize: none;
  background-color:#373157;
  border: none;
  font-size: 1rem;
  border-radius: 10px;
  padding: 7px 10px;
  color: white;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.treca button{
  font-family: "DM Sans", sans-serif;
  height: 40px;
  border: none;
  border-radius: 50px;
  transition: scale 0.7s ease;
}
.treca button:hover{
  scale: 1.1;
}
.mail{
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}
.footer {
  position: relative;
  background: #080B14;
  padding: 80px 0 50px;
  overflow: hidden;
  
}



.footer-line {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.footer-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
}

.footer-line span {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  background-color: #080B14;
}
.mailikon{
  filter: invert(28%) sepia(100%) saturate(6974%) hue-rotate(256deg) brightness(102%) contrast(101%);
  width: 20px;
}
.kont{
  display: flex;
  gap: 10px;
}
ul li{
  transition: color 0.5s ease;
}


ul li:hover{
  cursor: pointer;
  color: rgb(202, 198, 198);
}
a{
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 1260px){
.hero{
  padding: 0px 200px;
}
main .druga{
  padding-top: 100px;
  padding: 0px 200px;
}
}

@media screen and (max-width: 900px){
.hero{
  padding: 0px 100px;
}
.main h2{
  font-size: 2.8rem;
}
.boxes{
  padding: 10px;
}
.boxes h4{
  margin: 10px 0px;
}
main .druga{
  padding: 50px 100px;
}


}
@media screen and (max-width: 800px){
.usluge-box{
  flex-direction: column;
  align-items: center;
}
main section{
  height: auto;
}


}

@media screen and (max-width: 700px){
.hero{
  padding: 0px 30px;
}
.main h2{
  font-size: 2.5rem;
  font-weight: 600;
}
ul{
  gap: 5px;
  font-size: 0.9rem;
  padding-left: 0;
}
.logo h1{
  font-size: 1.4rem;
}
nav img{
  width: 40px;
  height: 40px;
}
main .druga{
  padding: 50px 20px 0px 20px;
}
}

@media screen and (max-width: 600px){
  form{
    width: 90%;

  }
  .main h2{
    text-align: center;
  }
}
@media screen and (max-width: 500px){
  .logo h1{
    font-size: 1.3rem;
  }
  .hero{
    padding: 0px 10px;
  }
  .btns{
    gap: 30px;
  }
  .boxes{
    width: 85%;
  }
  main .druga{
  padding: 50px 15px 30px 15px;
}
.druga p{
  font-weight: 300;
}
.big-quote{
  margin: 0;
}
main .prva{
  gap: 50px;
}
}