*{
    padding: 0px;
    margin: 0px;
}
body{
    max-height: 100vh;
}
.navbar{
    height: 8vmin;
    margin-top: 1vmin;
    display: flex;
    justify-content: space-around;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.navbar-logo{
    display: flex;
    height: 100%;
}
.navbar-logo img{
    height: 52%;
    margin: 14px 15px;
}
.navbar-logo p{
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center
}
.navbar-options{
    height: 100%;
}
.navbar-options ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
li{
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
li:hover{
    color: rgb(255, 145, 0);
}
.navbar-signup{
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-signup p{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid black;
    font-weight: 500;
}
.hero-section{
    height: 71.5vmin;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.hero-content{
    height: 80%;
    width: 80vmin;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 3vmin;
    margin-top: 2%;
}
.heading h1{
    width: 100%;
    font-size: 7vmin;
}
.hero-content p{
    width: 60vmin;
    height: 3rem;
    padding: 0vmin 2vmin;
    border-left: 1px solid black;
    font-weight: 100;
}
.hero-btn{
    display: flex;
    gap: 2vmin;
    height: 18vmin;
    
}
.btn{
    border: 0.1rem solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25vmin;
    height: 8vmin;
}
.btn1{
    border: none;
    background-color: rgb(255, 64, 0);
    color: white;
}
.hero-curvearrow{
    scale: 80%;
    padding: 5vmin 0 0 0;
}
.hero-image{
    
    margin-top: 2%;
    width: 60vmin;
    height: 80%;
    position: relative;
    /* border: 1vmin solid black; */
}
.hero-image div{
    
    position: absolute;
    height: fit-content;
    width: fit-content;
    /* border: 0.5vmin solid black; */
}
.main-image-bg img{ 
    height: 52vmin;
}
.main-image-bg{
    z-index: 1;
    left: 3vmin;
    top: 5vmin;
}
.main-image img{
   height: 50vmin;
}
.main-image{
    z-index: 2;
    left: 12vmin;
    top: 5vmin;
}
.main-image-pattern img{
    height: 55vmin;
}
.main-image-pattern{
    z-index: 3;
}
.footer{
    width: 100%;
    height: 30vmin;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    background-color: rgb(49, 33, 85);
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.text-box{
    width: 41vmin;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2vmin;
}
.text-box p{
    font-size: 1.8vmin;
    font-weight: 100;
}
.box{
    width: 25vmin;
    display: flex;
    flex-direction: column;
    gap: 3vmin;
}
.vector{
    width: 4.5vmin;
    height: 4.5vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vmin;
    border-radius: 20%;
    background-color: rgb(0, 149, 255);
}
.vector1{
    background-color: rgb(30, 169, 118);
}
.vector2{
    background-color: orangered;
}
.box p{
    font-size: 1.8vmin;
    font-weight: 100;
    padding-top: 1vmin;
}
.circle{
    bottom: 40px;
    right: 10px;
}
.orange-arrow{
    left: 0px;
}
.green-arrow{
    bottom: 10px;
}
.navbar-menu-icon{
    display: none;
}
.user-profile{
    display: none;
}
.hero-image-mobile{
    display: none;
}


/* 
@media(max-width: 350px){
    .navbar-options{
        display: none;
    }
    .navbar-signup{
        display: none;
    }
    .navbar{
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .navbar-logo img{
        margin: 0px;
        margin-right: 8px;
        margin-top: 7px;
    }
    .navbar-logo p{
        font-size: 16px;
    }
    .navbar-menu-icon{
        display: flex;
    }
    .user-profile{
        display: flex;
    }
    .hero-image{
        display: none;
    }
    .hero-curvearrow{
        display: none;
    }
    
    .hero-section{
        height: 150vmin;
        display: flex;
        justify-content: center;
    }
    .hero-content{
        height: 100%;
        width: 75%;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        gap: 3%;
    }
    .hero-content p{
        font-size: 12px;
        height: fit-content;
    }
    .hero-btn{
        display: none;
    }
    .footer{
        display: none;
    }
    .hero-content .hero-img{
        display: flex;
    }
    .hero-image-mobile{
        display: flex;
        width: 100%;
        height: 65vmin;
    }
    .hero-image-mobile{
        margin-top: 0px;
    }
    .hero-image-mobile .circle{
        right: 25px;
        bottom: 25px;
        scale: 50%;
    }
    .hero-image-mobile .orange-arrow{
        scale: 50%;
    }
    .hero-image-mobile .green-arrow{
        scale: 50%;
    }
    .hero-image-mobile .mainImage{
        left: 25px;
    }
    .hero-image-mobile .main-image{
        left: 50px;
    }

} 
*/