﻿body{
    color: #000007;
}
body::-webkit-scrollbar {
    width: 0.5em;
    border-radius: 30px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 2px 4px 6px #ffffff;

}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #e8ffd1, #005021);
    outline: 1px solid rgb(0, 90, 180);
}
.navbar-nav .nav-item .nav-link{
    color: #ffffff;
}
.bg-nav{
    background-color: #5c67d8;
}
.hero-container{
    background-color: #cacaca;
    top: -50%;
    position: relative;
    transform: translateY(-50%);
    z-index: 1000;
    text-align: center;

}
.card-1{
    background-color: #e8ffd1;
    padding: 10px;
}
.card-1 i{
    color: #005021;
}
.card-2{
    background-color: #beff99;
    padding: 10px;
}
.card-2 i{
    color: #005021;
}
.card-3{
    background-color: #9cff8f;
    padding: 10px;
}
.card-3 i{
    color: #005021;
}


/********Section-about**********/

.about .container{
    background-color: rgb(234, 255, 238);
    padding: 10px;
    border: 3px solid #cacaca;
    border-radius:20px;
}
.about .container .row .col-md-5 img{
    border-top-left-radius: 20px;
    border-bottom-left-radius:20px ;
    box-shadow: 4px 8px 16px #cacaca;
}

.main-card:nth-child(odd){
    background-color: #e8ffd1;
    padding: 10px;
}
.main-card:nth-child(even){
    background-color: #aaff99;
    padding: 10px;
}
.main-card:nth-child(even) .equal-hight{
    background-color: transparent;
    border: 2px solid #004409;
}
.main-card:nth-child(odd) .equal-hight{
    background-color: transparent;
    border: 2px solid #084400;
}

.main-card:nth-child(even) .equal-hight:hover{
    box-shadow: 4px 8px 16px #ccc;
}
.main-card:nth-child(odd) .equal-hight:hover{
    box-shadow: 4px 8px 16px #ccc;
}




/********************Footer*****************/

footer{
    background-color: #5c67d8;
    color: #ffffff;
}
footer a{
    color: #fff;
}

/***********************DEPOSTI PLAN*******************/
.deposit-plan{
    background-color: #f0f0f0;
}
.deposit-plan .card{
    box-shadow: 2px 5px 10px #cacaca;
}
.deposit-plan .card:hover{
    box-shadow: 4px 10px 15px #c0bfbf;
}
.deposit-plan .card-header {
    background-color: #2c9b00;
    color: #f7efe1;
    font-weight: 700;
}
.deposit-plan .card-footer {
    background-color: #104d01;
    color: #ffffff;
    font-weight: 700;
}

.deposit-plan .card-body {
    background-color: #d1ffe3;
    color: #00501b;
    font-weight: 700;
}
.btn-info{
    background-color: #fafafa !important;
    color: #500000;
    border: 2px solid #500000;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-info:hover{
    background-color: #fafafa !important;
    border: 1px solid #500000;
    color: #500000;
    box-shadow: 4px 8px 12px #77030359;
}


/********************ABOUT PAGE ************************/
.banner{
    background:linear-gradient(45deg, rgb(0, 0, 0), rgba(217, 255, 4, 0.623)), url('/images/banner-img.jpg');
    height: 200px;
    background-position:center center ;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner-heading{
    text-align: center;
    padding-top: 3rem;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 4px solid #fafafa;
    width:500px;
}


/*fixed-deposits*/

.fixed-deposits .card{
    box-shadow: 8px 4px 16px #aaa;
    border: 2px solid #0c0050;
    height: 200px;
}
.fixed-deposits .card:hover{
    box-shadow: 5px 10px 20px #ccc;
    border: 2px solid #440000;
    transform: scale(1.05);
    transition: ease-in 500ms;
}