*{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.primary{
    color: #333989;
}

.btn-primary{
    background-color: #333989;
    border-color: #333989;
}

.bg-primary{
    background: #333989 !important;
}

.secondary{
    color: #9a7bed;
}

.btn-secondary{
    background-color: #9a7bed;
    border-color: #9a7bed;
}

.bg-secondary{
    background-color: #9a7bed !important;
}
.custom-btn{
    background: #333989;
    color: #fff;
    border-radius: 15px;
    padding: 10px 30px;
    cursor: pointer;
    box-shadow: #333989 0px 0px 10px;
}

.home-main{
    height: 65vh; 
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 25px; 
    background-image: url('https://hamilton.webav.store/home_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.home-main-eye{
    height: 65vh; 
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 25px; 
    background-image: url('https://hamilton.webav.store/eye.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.test-main{
    height: 100vh;
    background-image: url('https://hamilton.webav.store/body_bg.png');
    background-size: cover;
    background-position: top;
}

.test-hamd{
    background-image: url('https://hamilton.webav.store/body_bg.png');
    background-size: cover;
    background-position: top;
}

/* custom-btn after clicked */
.custom-btn:active{
    background: #333989;
    color: #fff;
    border-radius: 15px;
    padding: 5px 30px;
    cursor: pointer;
    box-shadow: #333989 0px 0px 10px;
}