:root{
    --unity: 102, 185, 255
}
section.home-style-1{
    padding-bottom: 50px; 
    /* padding-top: 10rem;  */
    min-height: 100vh;
}
.btn-primary {
    background-color: rgba(102, 185, 255, 1) !important;
    background-image: linear-gradient(30deg, rgb(102 185 255) 50%, transparent 50%) !important;
    border-color: rgb(102 186 255) !important;
}
.btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary.show, .btn-primary:active, .btn-primary:first-child:active, .btn-primary:hover, :not(.btn-check)+.btn-primary:active {
    background-color: transparent;
    background-position: 100%;
    border-color: rgba(var(--unity), 1);
    color: #fff;
}
a{
    color: rgba(var(--unity),1)
}