@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h1, h2, h3, h4, h5, h6, p, span {
  font-family: 'Roboto', sans-serif;
}

/*--------------HEADER CSS-----------------*/
.navbar-brand img{
    width: 35%;
}
a:hover {
    text-decoration: none;
    color: #168915;
}

.icon-box .icon-box-icon svg {
    width: 26px;
    height: 26px;
    fill: #86df0c;
}

.text-theme-green-dark {
    color: #168915;
}
.bg-theme-green-dark {
    background: #168915;
}

.btn.btn-primary {
    background: #168915;
}
.navbar-nav .nav-item a.nav-link.active, .navbar-nav .nav-item a.nav-link:focus, .navbar-nav .nav-item a.nav-link:hover {
    color: #168915;
}

.slider-height2 {
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section-bg2 {
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgb(103 103 103) 100%);
}
.slider-height2 p{
    color: #fff;
}
.popular-searches-footer{
    padding: 5rem 0rem 5rem 0rem;
    color: #fff;
}
.popular-searches-footer h3 {
    color: #89e011;
    font-size: 15px;
}
.popular-searches-footer h5 {
     color: #89e011;
    font-size: 15px;
    font-weight: 700;
}
.popular-searches-footer p {
       margin-bottom: unset;
    font-size: 13px;
}
.popular-searches-footer .searches-lists ul{
    margin-left: -2rem;
    list-style: none;
}
.popular-searches-footer .searches-lists ul a{
    color: #333;
}
#footer-bottom h5{
    font-size: 12px;
    margin-bottom: unset;
}
#footer-bottom span{
        font-size: 12px;
    margin-bottom: unset;
    line-height: 1;
    font-weight: 100;
    color: #858282;
}
.footer-top-area .widget-title{
    color: #89e011;
    font-weight: 700;
}
.footer-top-area p{
    margin-bottom: unset;
    font-size: 13px;
}
.footer-top-area .social-media-links {
    list-style: none;
    margin-left: -2rem;
}
.footer-top-area .social-media-links li{
       display: inline-block;
           margin-right: .5rem;
}

.footer-top-area .social-media-links .bi-facebook{
    font-size: 1.5rem;
        /*color: #5e7fe9;*/
}
.footer-top-area .social-media-links .bi-youtube{
    font-size: 1.5rem;
    /*color: #FF0000;*/
}
.footer-top-area .social-media-links .bi-linkedin{
    font-size: 1.5rem;
     /*color: #0077B5;*/
}
.footer-top-area .social-media-links .bi-instagram{
    font-size: 1.5rem;
     /*color: #fe0474;*/
}
.footer-top-area .list-unstyled li {
    font-size: 12px;
    font-weight: 400;
}
.footer-top-area .list-unstyled li a {
    color: #878383;
    text-transform: capitalize;
}
.swiper-slide{
     background-size: 100% 100%;padding:8rem;
}
.swiper-wrapper{
    height: 100vh;
}
 .product-card .card-detail span{
         font-size: 0.7rem;
         color: #767676;
         }
         .product-card p{
         margin: unset;
         font-size: 14px;
         color: #c37676;
         font-weight: 500;
         }
         .swiper-icon.swiper-arrow svg {
            fill: var(--light-gray-color);
            width: 80px;
        }
        .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #168a14;
    border-radius: 0;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    color: #168b13;
    border-radius: .25rem;
        padding: .7rem 3rem;
}
.sections-heading-h2{
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 600;
    color: #198754;
}
@media only screen and (max-width: 600px) {
    .w-60-mobile{
        width: 60%;
    }
    .navbar-brand img {
        width: 60%;
    }
    .swiper-icon.swiper-arrow svg {
            fill: var(--light-gray-color);
            width: 40px;
        }
        .swiper-slide{
     background-size: 100% 100%;padding:2rem;
}
.swiper-wrapper{
    height: 50vh !important;
}
 #billboard .banner-content {
      margin-top: 10px;
  }
   #billboard .banner-content h3{
      font-size: 25px;
  }
}

