/*================================================================== GREEN ==================================================================*/
body {
    background-color: white;
    font-family: 'Prompt' !important;
}
.-bg-title {
    background-color: rgba(0, 0, 0, 0.86) !important;
}

.modern-header{
    background-image: url('./img/header-3.webp');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.background-overlay {
    background-color: #000000;;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.super-btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #740202;
    background: linear-gradient(0deg, #225114 0%, rgb(32 135 30) 25%, rgb(38 167 31) 50%, rgb(36 135 30) 75%, rgb(30 135 34) 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #4bff01;
    border-radius: 5px 5px 5px 5px;
    color: white;
}
.super-btn:hover{
	background: gold;
	color: #FFF;
}
.d-grid.gap-2>a:last-child{
	background: gold !important;
	color: #000;
	border-color: gold;
}
.modern-menu{
    background-color: #830000;
    background: linear-gradient(0deg, #175114 0%, rgb(30 135 38) 25%, rgb(32 167 31) 50%, rgb(56 135 30) 75%, rgb(30 135 34) 100%);
}
.super-body{
    background-image: url('./img/bg-green.webp');
    background-position: center center;
    background-size: cover;
}
.footer{
    background-color: #072e04;
}
.copy-r{
    background-color: #072e04;
}

.b-color{
    color: #FFD501;
}
.d-color{
    color:white;
}
.fw-bold{
    font-weight: 400 !important;
}
.fs-5{
    font-size: 1.15rem !important;
}
h1{
    font-weight: 600 !important;
    font-size: 1.8rem !important;
}
h2{
    font-weight: 600 !important;
    font-size: 1.7rem !important;
}
.v-content{
    background-color: #0000008f;
    border-radius: 1rem;
    padding: 1rem;
}
.fags{

}
.bg-faq{
    background-color: rgba(250, 250, 250, 0.226);
}
.offcanvas.offcanvas-start{
	background: #04032cd1;
    color: #FFF;
}