

*{
    transition: all 0.2s ease-in-out;

}

body{
    background-color:var(--background-1);
}
#loading{
    width: 100%;
    height: 100%;
    background-color: var(--loading-background);
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px); 
    top: 0px;
    z-index: 100;
}

.loading-content{
    height: 100%;
    width: 100vh;
    justify-content: center;
}

.loading-content img{
    height: 15vh;
    width: 15vh;
    margin-top: 40%;
}

.nav{
    background-color: var(--background-2);
    height: 8.5svh;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    z-index: 1;
}

.nav-wrapper{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}

.nav-logo{
    display: block;
    height: 90%;
    width: 120px;
    background-image: url('../assets/images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-decoration: none;  
}

.nav-links{
    height: 90%;
    justify-content: space-between;
    color: var(--nav-font-color);
}

.nav-link:hover{
    color: var(--accent-1);
    cursor: pointer;
}

.nav-link{
    padding: 0 10px;
    height: 60%;
    padding-bottom: 10px;
    margin-right: 30px;
}

.nav-link-text{
    font-size: 18px;
    font-weight: bold;
    height: 73%;
    align-items: end;
    padding: 0 5px;
    margin-top: auto;
}

.nav-link-line{
    background-color: var(--background-2);
    height: 9%;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 5px;
}

.nav-link:hover .nav-link-line{
    background-color: var(--accent-2);
}

.nav-right{
    width: 170px;
}

.sendmail{
    width: 70px;
    height: 35px;
    border-radius: 30px;
    border: 1px solid var(--accent-2);
    cursor: pointer;
    align-items: center;
    padding: 0 25px;
    color: var(--accent-2);
    overflow: hidden;
}

.sendmail:hover{
    background-color: var(--accent-2);
    color: var(--background-1);
    width: 100px;
}

.sendmail-text{
    color: var(--accent-2);
}

.sendmail:hover .sendmail-text{
    color: var(--background-1);
}

.sendmail-text{
    font-size: 16px;
    
}

.sendmail-icon{
    width: 20px;
    height: 20px;
    right: -30px;
}

.sendmail-svg{
    stroke: aliceblue;
}

.sendmail:hover .sendmail-icon{
    right: 10px;
}


/* Home */
.home-bg{
    width: 100%;
    height: 43svh;
    background-image: url(../assets/images/backgrounds/bga.png);
    background-position: center;
    background-size: cover;
}

.homebg-limiter{
    width: 100%;
    height: 60%;
    margin-top: auto;
}

.home-title{
    font-weight: bold;
    font-size: 31px;
    color: var(--white);
}

.home-subtitle{
    color:var(--white);
    margin-top: 10px;
}

.courasel{
    width: 130px;
    height: 100px;
    margin-top: auto;
    justify-content: space-around;
    
}

.courasel-rounded{
    border-radius: 20px;
    height: 12px;
    cursor: pointer;
}

#courasel1{
    width: 50px;
    
    background-color: var(--accent-2);
}
#courasel2{
    width: 12px;    
    background-color: var(--background-1);

}
#courasel3{
    width: 12px;
    background-color: var(--background-1);
}

.home-at-a-glance{
    width: 100%;
    padding-bottom: 20px;
}

.at-a-glance-limiter{
    color: var(--accent-1);
    height: 35svh;
    margin-top: 10px;
}

.at-a-glance-boxes{
    padding-top: 10px;
    justify-content: space-between;
}

.glance-box{
    width: 220px;
    height: 220px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background-color: var(--white);
    flex-direction: column;
    color: var(--nav-font-color);
}

.glance-box:hover{
    border: 1px solid var(--accent-1);
    background-color: var(--background-1);
    color: var(--nav-font-color);
}

.box-icon{
    height: 30%;
    margin-top: 20px;
}

.glance-box h5{
    margin-top: 0px;
    color: var(--faint-text);
    font-weight: normal;
}

.what-we-do{
    background-color: var(--white);
    color: var(--accent-1);
    padding-top: 10px;
    padding-bottom: 100px;
}

.service-box-alignment{
    justify-content: space-between;
    padding-bottom: 20px;
}

.service-box{
    border-radius: 10px;
    width: 30%;
    border: 1px solid var(--white);
    overflow: hidden;
}

#service-box-1{
    background-image: url(../assets/images/backgrounds/serv\ -\ Software\ dev.png);
    background-position: center;
    background-size: cover;
}

#service-box-2{
    background-image: url(../assets/images/backgrounds/Serv\ -\ Video\ editing.png);
    background-position: center;
    background-size: cover;
}

#service-box-3{
    background-image: url(../assets/images/backgrounds/Serv\ -\ AI.png);
    background-position: center;
    background-size: cover;
}

.service-box:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-box-arrow{
    width: 40px;
    top: 10px;
    right: 10px;
}

.service-box-gradient{
    height: 90%;
    width: 100%;
    bottom: -120px;
    background:linear-gradient(to top,rgb(10, 44, 54),black,rgba(0, 0, 0, 0.719),rgba(0, 0, 0, 0.438),rgba(0, 0, 0, 0)) ;
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
}


.service-box-gradient h2{
    margin-top: 110px;
}

.service-box-gradient h5{
    margin-top: -15px;
    font-weight: normal;
}

.get-service-button{
    width: 60%;
    height: 40px;
    border-radius: 30px;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
    border: 1px solid var(--accent-2);
    color: var(--accent-2);
    cursor: pointer;
}

.get-service-button:hover{
    border: 1px solid var(--accent-2);
    color: var(--white);
    background-color: var(--accent-2);
}

.service-box:hover .service-box-gradient{
    bottom: -40px;
}

.i-have-a-project{
    background-color: var(--background-1);
    padding-top: 50px;
    padding-bottom: 50px;
}

.i-have-a-project-limiter{
    background-color: var(--white);
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

.i-have-a-project-image{
    width: 50%;
    height: 380px;
    border-radius: 5px;
}

.i-have-a-project-content{
    width: 50%;
    height: 85%;
}

.i-have-a-project-content h1{
    font-weight: bold;
    color: var(--accent-1);
    margin-left: 20px;
}

.i-have-a-project-content h2{
    font-weight: normal;
    color: var(--normal-text);
    margin-left: 20px;
}

.subtitle2{
    margin-top: 0px;
}

.i-have-a-project-button{
    width: 40%;
    height: 45px;
    margin-left: 20px;
    border: 1px solid var(--white);
    border-radius: 25px;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
}
.i-have-a-project-button:hover{
    width: 45%;
    border: 1px solid var(--accent-2);
}

#h2-button{
    color: var(--accent-2);
    font-weight: bold;
}

.i-have-a-project-svg{
    width: 45px;
    height: 45px;

}

