/* ----------------------------------------------------------------
	Custom CSS


-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#slider .svg-separator {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0px;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 0;
}

#slider h1.display-3 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
}

#slider h6{
    font-size: 28px;
    margin-top: 12rem;
}

#slider p{
    font-size: 24px;
}

#slider .dark .button.button-border:not(.button-light):not(.button-fill){
    border: 5px solid #f2542e;
}

.center-head h2{
    color: #92bd31;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-bottom: 0px;
    font-size: 64px;
    font-weight: 600;
}

.center-head h1{
    margin-bottom: 0px;
    font-size: 64px;
    font-weight: 600;
}

#shop .product{
    border: .8px solid #e7e4dd;
    width: 210px;
    margin: 20px;
}

.product-image:hover > a:nth-of-type(1) {
   transform: rotateY(180deg);
}

#shop .product-title h3 {
    font-size: 1.05rem;
}

#shop .box-icon {
    position: absolute;
    bottom: -25px;
    left: 36%;
}

.shop.grid-container {
    overflow: visible;
}

.shop .grid-inner {
    overflow: visible;
}

.shop .social-icon{
    background: #fff;
    color: #92bd31;
    border: 1px solid #92bd31;
}

.shop h3::after {
    content: '';
    display: block;
  margin-top: 15px !important;
    width: 50px;
    border-top: 2px solid #e7e4dd;
    margin: auto;
}

.shop .button{
    margin: auto;
    text-align: center;
    display: grid;
    width: 25%;
    margin-top: 70px;
}

/*---------*/

#teapowder{
    margin-top: 70px;
}

#teapowder .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    margin-top: 60px;
    border: unset;
}

#shop.card .product{
    background: #fff;
}

#bg-masala{
    background: #5c2d09;
    padding: 30px;
    border-radius: 30px;
    padding-left: 60px !important;
    color: #f2542e;
}

#bg-masala .button.button-border{
    border: 5px solid;
}innerlogo

#masalapowder .button.button-border{
    border: 5px solid;
}

#logo.innerlogo img{
    display: none !important;
}

i.icon-star3 {
    color: #f2542e;
}

i.icon-star-half-full {
    color: #f2542e;
}

#benefits .button {
    margin: auto;
    text-align: center;
    display: grid;
    width: 25%;
    margin-top: 70px;
}

#masalapowder li::marker {
    color: #f2542e;
}

#bg-masala li::marker {
    color: #f2542e;
}

#masala-list ul li:hover{
    color: #f2542e;
}

#masala-list #bg-masala ul li:hover{
    color: #fff;
}

#footer .widget > h4{
    color: #353537;
}

.si-call.calltwo{
    background-color: #f2542e !important;
}

.spices-detail .center-head h1{
    font-size: 40px;
    margin-bottom: -15px;
}

.spices-detail .center-head h2{
    font-size: 40px;
    margin-bottom: -15px;

}

.product-price ins{
    display: none;
}

.rotatey-animation{
    animation: rotatey 3s ease-in infinite alternate-reverse;
    animation-duration: 3s;
}

@keyframes rotatey {
  0% {
    -webkit-transform: rotateY(-55deg);
            transform: rotateY(-55deg);
  }
  100% {
    -webkit-transform: rotateY(55deg);
            transform: rotateY(55deg);
  }
}

/*-----------dashboard-------------*/

.dashboard-detail .tab-container {
    padding: 50px 0 0;
}

.tab-content h6,
.tab-content h5,
.tab-content h4,
.tab-content h3,
.tab-content h2,
.tab-content h1,
.tab-content p{
    margin-bottom: 0 !important;
}


.tab-profile{
background: #92bd31;
color: #fff;
}
/* div#tabs-1 {
    background: #eee;
} */

div#tabs-1, div#tabs-2, div#tabs-3, div#tabs-4 {
    background: #eee;
}
.accounts-section{
    background: #fff;
    border: .2px solid #ddd;
    padding: 2rem;
    margin: 1.2rem;

    margin-left: 2rem;
}
.accounts-section .tab-nav.tab-nav2 li a{
    border-radius: 20px;
}

.dashboard-detail .tab-nav.tab-nav-one li{
    border: 0 !important;
    margin-right: 2px;
}
.dashboard-detail .tab-nav.tab-nav-one li:first-child{
    border-left: 0 !important;
}

.tab-nav.tab-nav-one li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #92bd31;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tab-nav.tab-nav-one li a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab-profile h2{
    padding-right: 20px;
    color: #fff;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    margin-left: 10px;
    border-right: 1px solid #ccc;
    }

.tab-profile p{
padding-right: 20px;
    color: #fff;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.dashboard-detail .tab-title{
    margin-left: 24px;
    margin-top: 24px;
}

i.icon-settings {
    bottom: 20px;
    position: absolute;
    justify-content: right;
    right: 20px;
    font-size: 30px;
}

.single-box {
    background: #eee;
    margin: 5px;
    padding: 10px;
    border: .2px solid #ddd;
    text-align: center;
    align-items: center;
    display: block;
    min-width: 100px;
}
.single-box h6{
    font-weight: 400;
    margin-bottom: 0;
}
.quick-links-section {
    background: #fff;
    border: .2px solid #ddd;
    padding: 2rem;
    margin: 1.2rem;
}

.quick-transfer-search-icon{
    background: #fff;
    border: .5px solid #eee;
    padding: 5px;
}

.quick-transfer-section{
    background: #fff;
    border: .2px solid #ddd;
    padding: 2rem;
    margin: 1.2rem;
    margin-left: 2rem;
}

.quick-transfer-section .tab-nav.tab-nav2 li a{
    border-radius: 20px;
}

.quick-transfer-section .form-control{
    border: .5px solid #eee;
}

.chart-section{
    background: #fff;
    border: .2px solid #ddd;
    padding: 2rem;
    margin: 1.2rem;
    margin-left: 2rem;
}

.chart-samples ul { list-style: none; }

.chart-samples h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.chart-samples li {
    font-size: 16px;
    line-height: 2.2;
    font-weight: 600;
}

.chart-samples li a:not(:hover) { color: #AAA; }

.rupee{
    height: 20px;
    float: left;
}
.available-balance h4{ font-weight: 500;
    color: #92bd31;
    font-size: 22px; }

/*=======*/

#bg-sambar-masala:hover{
    background: #5c2d09;
    border-radius: 30px;
}

#bg-tea-masala:hover{
    background: #5c2d09;
    border-radius: 30px;
}

/* added by Santhosh */
.profile-submit {
    border-radius: 20px;
}

.deposit-rupee {
    height: 12px;
    float: left;
    margin-top: 8px;
}
