
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&display=swap');
/*
#C0E6F1 -svetlo plava
#F06383 - pink
#F1F4F5 - sivkasta
#5B6B88 - za naslove
*/


html{
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
    background-color: #1c3559;
  }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
   
}
body{
 overflow-x: hidden;
   
}
navbar .logo{
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  
}
navbar{
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin: auto;
    color: #7ACBBB;

}
navbar .navbar-menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    list-style: none;
    
   
    
}



.navbar-menu li{
   margin: 30px;



}
.navbar-menu a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    color:#7ACBBB;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    
}
.navbar-menu a:hover{

   color: #3e1b9c;
}

navbar .menu-btn {
   display: none;

    
}
   
.hero {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 200px;
   

   
   
  
    
}
.hero h2{
    margin-top: 100px;
    margin-bottom: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    transition: 1s all ease;
    color: #ac5ca4;
    text-transform: uppercase;
     background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #6723b1 29%,
    #7ACBBB 67%,
    #438074 90%);
    background-size: auto auto;
  background-clip: border-box;
  background-size: 220% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  
      font-size: 50px;
      font-weight: 900;
}
@keyframes textclip {
    to {
      background-position: 220% center;
    }
  }




  .custom-shape-divider-bottom-1663880381 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1663880381 svg {
    position: relative;
    display: block;
    width: calc(225% + 1.3px);
    height: 89px;
}

.custom-shape-divider-bottom-1663880381 .shape-fill {
    fill: #FFFFFF;
}























.services{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 600px;
    opacity: 0;
    transform: translateY(30%);
    transition: all 3s ease;
    background-color:#1c3559; 

    
}
.services p{
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 300px;
    margin: auto;
    color: #0A192E;
    
}
.services h1{
    display: flex;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-family:'Montserrat', sans-serif;
    color: #0A192E;
    
}
.services h2{
    position: absolute;
    
    color: white;
    margin-bottom: 400px;
   
    font-size: 60px;
}
.services img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: auto;
    
}
.web-dev{
    width: 400px;
    height: 300px;
    margin-right: 20px;
    background-color: #ededed;
    
    
}
.web-dev img{
    max-width:200px;
    justify-content: center;
    
    
}
.web-design img{
    max-width: 200px;
   
}
.brand img{
   max-width: 200px;
   
}
.web-design{
    width: 400px;
    height: 300px;
    margin-right: 20px;
    background-color: #ededed;
    
}
.brand{
    width: 400px;
    height: 300px;
    margin-right: 20px;
    background-color: #ededed;
    
}
.web-dev:hover{
    background-color: rgba(255, 14, 99, 0.723);
}
.web-design:hover{
    background-color: rgba(255, 14, 99, 0.723) ;
}
.brand:hover{
    background-color:  rgba(255, 14, 99, 0.723);
}



.about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
    background-color: #1c3559;
    
    
   
}
.about-left{
    opacity: 0;
    transition: all 2s ease;
    transform: translateX(-50%);
}

.about .about-left img.slideLeft {
    
    
   
    
    
    
}
.about-right{
   opacity: 0;
   transform: translateX(50%);
   transition: all 2s ease;
}

.about .about-right .slideRight{
   display: flex;
   flex-direction: column;
   justify-content: center;


   
}
.about .about-right .slideRight h2{
   font-size: 60px;
   margin-bottom: 20px;
   color:white;
   padding-left: 5px;
   
   
   
}
.about .about-right p{
    display: flex;
    flex-direction: column;
    color: white;
}
.about .about-right .btn-about {
        display:flex ;
        margin-top: 30px;
        width: 130px;
        height: 40px;
        color: #fff;
        padding: 5px 10px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        display: inline-block;
        outline: none;
        border: 1px solid white;
        
        background: rgba(255, 14, 99, 0.723);
        
}
.about .about-right .btn-about:hover{
    background-color: #111327;
    color: white;
   
}


.animated {
    transform: translateX(0%);
    opacity: 1;
    
 
}
.portfolio{
    background-color:#1c3559;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    align-items: center;

    
   
  

   
}
.portfolio h4{
    display: flex;
    justify-content: center;
    font-size: 60px;
    margin-bottom: 100px;
    color: #7ACBBB;
}



.portfolio .projects-info{
    margin-top: 10px;
    max-width: 300px;
    background-color:transparent;
    padding: 20px;
    border: 2px solid white;
    color: white;
    margin-bottom:80px;
   

    
    
   
}
.portfolio  img{
   box-shadow: 3px 3px;
   max-width: 300px;

   
   
}

.portfolio .projects1 {
   
   
   
}
.portfolio .projects2{
    
   
  
   
}
.portfolio .projects3{
   
   
   
   
}
.projects1:hover img{
    transform: scale(1.1);
    transform-origin: 50% 50%;
  
}
.projects2:hover img{
    transform: scale(1.1);
    transform-origin: 50% 50%;
  
}
.projects3:hover img{
    transform: scale(1.1);
    transform-origin: 50% 50%;
  
}
.portfolio  p2{
   font-size: 12px;
   color: black ;
   background-color: white;
   max-height: 12px;
   max-width: 40px;
  
}


.contact-form{
    display: flex;
    justify-content: center;
    flex-direction: row;
    color: white;
    align-items: center;
    background-color: #1c3559;
  
    
}   
form{
    margin-top: 100px;
    margin-left: 40px;
    flex-direction: column;
    max-width: 460px;
    margin-bottom: 160px;
    background-color: transparent;
    border:1px solid #7ACBBB;
  


   
}

.contact-form h3{
    display: flex;
    justify-content: left;
    align-items: left;
    align-content: left;
    margin-left: 120px;
    margin-bottom: 160px;
    font-size: 50px;
    font-weight: 800;
    color: #8892B0;
    
   
}
input, textarea  {
   
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
   
    
   
    
  }

input:focus {
    outline: none;
   
    
 }
textarea{
    outline:none;
    width: 420px;
    
   
    

}

#name, #phone, #message, #email,  #message{
    text-transform: uppercase;
    background:#1c3559;
    margin-top: 20px;
    margin-left: 20px;
    color: white;
    font-size: xx-small;
    font-weight: 600;
    width: 420px;
    height: 60px;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: none;
   

    
}

.btn-form{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#btn4{
    display:flex ;
    margin-top: 30px;
    width: 130px;
    height: 40px;
    color: #7ACBBB;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    border: 1px solid white;
    background: #1c3559;
  
    
}
#btn5{
    display:flex ;
    margin-top: 30px;
    width: 130px;
    height: 40px;
    color: #7ACBBB;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    border: 1px solid white;
    background: #1c3559;
  
}

#btn5:hover{
    
}
#btn4:hover{
   
}


.footer{
    background-color:#1c3559;
    height: 100px;
    justify-content: center;
    align-items: center;
  

   
}

.footer .footer-links{
   
    display: flex;
    flex-direction: row;
    justify-content: center;
   
  
 
 
   
}
.footer .footer-links a{
    display: flex;
    flex-direction: column;
    margin-left: 2px;
    margin-right: 2px;
    color:white;
    text-decoration: none;
    margin:20px;
    font-weight: 200;
}

.footer p{
    display:flex;
    justify-content: center;
    color:white;
}
@media only screen and (max-width: 375px) {

       body {
       
       }
   
        navbar .navbar-menu{
       
          
          
         
    }
    .navbar-menu.active{
       
        position:sticky;
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #8b008b;
        
    }
    navbar .menu-btn {
       right: 0%;
      }
      .hero-bgd h2{
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
       
      }
      .services{
       margin-bottom: 100px;
     
      }
      .services h2{
        
      }
      .about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-bottom: 300px;
        background-color: white;
      }
      .about-left{
        
        margin-right: 100px;
        
       
      }
      .about-right{
        display: flex;
        flex-direction: column;
        justify-content:center;
        text-align: center;
        width: 80%;
      }
      .about .btn-about {
        margin: auto;

      }
      .about img{
        width: 200px;
      }
      .portfolio {
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    
      }
      .portfolio .projects-info{
        margin: auto;
      }
      .portfolio h4 {
       
       font-size: 48px;
       
       color: white;
      }
    
      .portfolio img{
        max-width: 80%;
      
      
   
      }
      .portfolio .projects-info{
        border: 1px solid white;
        color: white;
        margin-top: 10px;
        margin-bottom: 60px;
        
        max-width: 80%;
      }
      .contact-form {
         margin-top: 100px;
       

      }
      .contact-form h3{
        max-width: 200px;
        margin: auto;
        font-size: 6px;
        text-align: center;
        margin-bottom: 60px;
        
      }
      form {
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 80%;
      }
      .footer .footer-links a{
      
        font-size: 10px;
      
      }
      

}

@media only screen and (max-width: 768px) {
    body{
      
    }
  
    navbar .navbar-menu{
        position: relative;
        left: -200%;
        flex-direction: column;
        justify-content: center;
        background: #620d89;
        width: 100vh;
        text-align: center;
        transition: 0.2s;
        top: 80px;
     
        

    }
  
    .navbar-menu li a {
      margin: auto;
      color: white;
      font-weight: 800;
      
    }

    .navbar-menu.active{
        left: 0;
      
       
       
    }
    navbar .logo{
        display: none;
    }
    navbar .menu-btn {
      position: absolute;
      display: flex;
      cursor: pointer;
      
     
    
     
    }
    .menu-btn.active{
       
     
       
        
    }
    .hero .hero-bgd h2{
        display: flex;
        flex-direction: column;
        text-align: center;
        top: -200px;
       
 
        
    }
    .services{
       
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: 100vw;
        height: 100vw;
        background-color:#1c3559;
        height: min-content;
        transform: translateY(20%);
        transition: all 1s ease;
    }
    .services h2{
        text-align: center;
        color: white;
        top: -150px;

    }
    .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        background-color:#1c3559;
        transform: translateY(16%);
        transition: all 1s ease;
        width: 100vw;
        min-width: fit-content;
    }
    .about img{
        max-width: 60%;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-left: 90px;
        margin-bottom: 60px;
    }
    .about-right{
       
      
    }
    .projects {
        

    }
    .projects .projects-info{
        margin-right: 220px;
      
    }
    .contact-form{
      display: flex;
      flex-direction: column;
     
      
    }
    .contact-form h3{
        color: white;
        font-size: 32px;
    }
    form #name, #phone, #message, #email,  #message{
        display: flex;
        flex-direction: column;
        justify-content:left;
        align-items: left;
        text-align: left;
        align-content: left;
        max-width: 90%;
        color: white;
        
    }
    .contact-form .btn-form{
        display: flex;
        justify-content: center;
       
    }
    .footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 100vh;
    }
    .footer .footer-links{
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-weight: 300;
    }
    .footer p{
        display: flex;
        flex-direction: row;
        justify-content: center;
        

    }
  }