*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Raleway", sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
}

.even-space-box{
    padding: 50px 0;
}

.choose-vanamagal,
.our-service,
.products{
    background-color: #f5eddb;
}

.site-footer footer{
    background-color: #d7c9aa;
    padding: 15px;
    color: #000;
}

.top-navbaer-box li a{
    color: #000;
}
.top-navbaer-box li a:hover{
    color:#C19B50;
}
.top-navbaer-box li{
    margin: 0 0.3rem;
}
#about{
    background:url("/dev/images/leaf3.png") no-repeat;
    background-position: bottom right;
    background-size: 12%;
}
.founder{
    background:url("/dev/images/leaf4.png") no-repeat;
        background-position: bottom right;
    background-size: 12%;
}
#training {
    background: url(/dev/images/leaf6.png) no-repeat;
    background-position: bottom left;
    background-size: 12%;
}

/* #about{position: relative;}
#about::after{
    content: "";
    display: block;
    background:url("/dev/images/leaf3.png") no-repeat;
    position: absolute;
    height: auto;
    width: 200px;
} */

.btn-primary{
    background: #95640d;
    border-color: #95640d;
}
.btn-primary:hover{
    background: #7a5109;
    border-color: #7a5109;
}
h4{
    color: #956300;
    font-family: "Bitter", serif;
}

h6,
h5{
    color: #c19b50;
    font-family: "Bitter", serif;
}

.why-select-our ul{
    list-style: none;
    padding: 0;
}

.why-select-our ul i{
    font-size: 25px;
    color: #956300;
    font-weight: bolder;
    padding-right: 10px;
}

.why-select-our ul li{
    display: flex;
    justify-content: start;
    align-items: center;
}

.conservation-box ul{
    list-style: none;
    padding: 10px 20px;
}

.conservation-box ul li{
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 10px;
}

.conservation-box ul li i{
    font-size: 16px;
    color: #956300;
    font-weight: bolder;
    padding-right: 10px;
}

.top-navbaer-box .navbar-nav .nav-link.active{
    color: #956300;
}

.product-box{
    overflow: hidden;
}
.product-box img{
    transition: .3s ease-in-out;
}
.product-box img:hover{
    transform: scale(1.2);
}

.top-navbaer-box{
    position: relative;
}
#navbar-box-setup{
    transition: .6s ease-in-out;
}
#navbar-box-setup.activefixed .navbar-box-setup{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
#navbar-box-setup .navbar-box-setup {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%)
}

#contact a{
    text-decoration: none;
    color: #000;
}

.backtotopicon{
    display: inline;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1;
}

.whatappicon{
    display: inline;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 1;
}

.whatappicon i{
    background: #25D366;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.backtotopicon i{
    color: #000;
}

#carouselExampleIndicators .carousel-inner{
    max-height: 600px;
}

.product-box{
    max-height: 550px;
}

.service-img-box img{
    height: 400px;
    object-fit: cover;
}
.our-service ul{
    padding: 0;
}

.our-service ul li{
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 10px;
}

.our-service ul li i{
    font-size: 16px;
    color: #956300;
    font-weight: bolder;
    padding-right: 10px;
}
.ratings-stars{
    margin-bottom: 1rem;
}
.product-info ul{
    padding: 0;
}
.product-info ul li{
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 10px;
}
.product-info ul li i{
    font-size: 16px;
    color: #956300;
    font-weight: bolder;
    padding-right: 10px;
}
.site-footer a{
    color: #494949;
}
.site-footer a:hover{
    color: #956300;
}

#contact{
    background:#f5eddb url("/dev/images/icons/smiling-bee2.png") no-repeat;
        background-position: top left;
    background-size: 130px;
}

#contact a:hover{
    color: #956300;
}

.top-navbaer-box .navbar-brand img{
    max-width: 120px;
}

.choose-vanamagal img{
    max-width: 50px;
    height: max-content;
}
.bee-icon-rounded{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.bee-icon-rounded img{
    max-width: 50px;
}
.bee-icon-rounded h4{
    margin: 0;
}

.navbar-box-setup nav{background-color: #faf5e8 !important; }

#contact,
#training,
#products,
#about{
    scroll-margin-top: 150px;
    scroll-padding-top: 150px;
}

.training-page-content{
    background-color: #f5eddb !important;
    background-blend-mode: darken;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #contact,
    #about,
    #training,
    .founder{
        background-image: none;
    }
}

@media (min-width: 768px) {
    .founder img{
        float: left;
        margin-right: 1rem;
        width: 300px;
    }
    .box-border-fill{
        border-left: dashed;
        border-right: dashed;
        border-width: thin;
    }

}

@media (max-width: 768px) {
    .founder img{
        float: none;
        margin-bottom: 1rem;   
    }
    #about, .founder, #training{
        background: none;
    }
    .backtotopicon,
    .whatappicon{
        right: 30px;
    }
    #contact{
        background-position: top right;
    }
    .choose-vanamagal .row-cols-1{
        margin-right: 0;
    }
}