/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Aug 28, 2024, 12:05:45 PM
    Author     : BRIAN
*/

.gradient-border {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to right, var(--info), #00421B) 1;
}

.theme-border-radius{
    border-radius: 20px;
}

.theme-btn{
    border: 2px solid white ;
    border-radius: 20px;
}

.horizontabg{
    background: linear-gradient(135deg,  #E5E5E5 20%, var(--info) 20%,var(--info) 80%,#E5E5E5 80%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-section{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home-feature {
    background: url(../../assets/images/system/gradeessaywriters.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.home-feature:before {
    content: "";
    background: rgba(3, 169, 243, .8);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}