:root {
    --color-white: #FFFFFF;
    --color-grey: #f7f7f7;
    --color-green: #014215;
    --color-brown: #8B5E3C;
      /* --color-brown: #9a5a2a; */
    --color-mango: #F5A623;
    --color-text-dark: #333333;
}

@font-face {
  font-family: 'Bahamas1';
  src: url('../fonts/BAHAMABD.ttf') format('truetype');
}
@font-face {
    font-family: 'Bahamas2';
    src: url(../fonts/Bahamas.ttf);
}
@font-face {
    font-family: 'Bahamas3';
    src: url(../fonts/BahamasBold.ttf);
}
@font-face {
    font-family: 'Bahamas4';
    src: url(../fonts/BAHAMASN.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1,h2,h3,h4,h5,h6{
    font-family: "Bahamas2", sans-serif;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}
p,a,li,div,button,input,textarea,select,label,option {
    font-family: "Poppins", sans-serif !important;
}
body{
        background-color: #ffffff!important;
        font-family: "Poppins", sans-serif!important;
}
p{
    color:#292929;
}
.bggrey{
    background-color: var(--color-grey);
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.headecol{
    color: var(--color-brown);
}
.btn{
    font-weight:600!important;
}
.btn-primary {
    background-color:var(--color-green) ;
    border-color: var(--color-green);
    color: #fff;
}
.btn-primary:hover {
    background-color: var(--color-mango);
    border-color: var(--color-mango);
    color: #fff;
}

.btn-hover-dark:hover::before {
    background-color: var(--color-mango);
}

.single-counter .count span {
    font-size: 60px;
    line-height: .8;
    font-family: "bahamas1", sans-serif;
    font-weight: 700;;
}
.single-counter .count sub{
     font-family: "bahamas1", sans-serif; 
}
.slider-content-02 .title {
    
    color: var(--color-white);
    margin-bottom: 15px;
}
.slider-content-02 p {
    font-size: 18px;
    color: var(--color-white);
    margin-bottom: 25px;
}
.single-counter{
    border-radius: 20px;
    border: 1px solid #f0f0f0;
        background-color: #88f5a917;
            height: calc(100% - 20px);
}
.single-counter .count {
    color: var(--color-brown);
    font-weight: 700;
    font-family: "poppins", sans-serif;
    display: block;
}
.single-counter p {
    color: var(--color-green);
    font-size: 22px;
    font-weight: 00;
    font-family: "poppins", sans-serif;
    margin-top: 10px;
    line-height: 1.2;
}

.single-product a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-green);
}

 .section-title-02 .title {
        font-size: 50px;
        letter-spacing: 0px;
        color: var(--color-green);
    }
    .about-image img{
        border-radius: 15px;
    }

    .history-content p {
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
}
.section-title-02 .sub-title{
    font-size: 20px;
    color: var(--color-brown);
    font-weight: 700;
    margin-bottom: 10px;
}

.product-menu .nav li button {
    padding: 0;
    border: 0;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-white);
}

    .product-menu .nav li {
        margin-bottom: 10px;     
        padding: 5px 7px;
        background-color: #014215;
        border-radius: 5px;
    }
.single-banner-03 .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 60px;
    padding-top: 55px;
    z-index: 90;
}

  .single-banner-03::after {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";  
    z-index: 0;
          background-image: linear-gradient(45deg, #000000, transparent 50%);
}
.banner-content .sub-title{
    color: var(--color-white)!important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.banner-content .title a{
    color: var(--color-white)!important;
font-family: 'Bahamas1'  sans-serif !important;
filter: drop-shadow(1px 1px 1px #000000);
}

.single-benefit p {
    font-size: 14px;
    color: #292929;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 12px;
}

.single-benefit {
    text-align: center;
    border:1px dashed #f2a100;
    padding: 30px;
    margin-top: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
   height: calc(100% - 20px);
    /* box-shadow: 0px 0px 5px #01421538; */
    border-radius: 20px;
}

.single-benefit .title {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-brown);

}

.marker-content .sub-title{
    color: var(--color-white)!important;
  
}
.marker-content .title{
    color: var(--color-mango)    !important;
 
}
.single-product-02:hover{
    box-shadow: 0px 0px 5px #0142151f;
}

.single-product-02:hover .product-meta li .action {
    border-color: #3d3d3d;
    background-color: var(--color-green);}

.single-product:hover .product-meta li .action {
    border-color: #3d3d3d;
    background-color: var(--color-green);
    color: #fff;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-product a img {
    width: 100%;
    border-radius: 10px;
    
}

.single-product-02 .product-content .title a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #014215;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.single-benefit{
    transition: all 0.3s ease-in-out;
}

.single-benefit:hover{
    transform: translateY(-10px);
    box-shadow: 0px 0px 5px #01421538;
  background-color: #fff9ed;
}
.single-products-banner{
    transition: all 0.3s ease-in-out;
}

.single-products-banner:hover{
filter: brightness(110%);

}

.footer-top {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 40px;
}
.single-testimonial p {
    font-size: 18px;
 
    font-family: "poppins", sans-serif;
    color: #ffffff;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 0;}

    .single-testimonial .name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 25px;
}
.single-testimonial .designation {
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #f2a100;
    display: block;
    text-transform: uppercase;
}
.single-product .product-content .title{
   font-family: "Poppins", sans-serif;
}

#gradient-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    --gradient-color-1: #0a2201;
    --gradient-color-2: #000;
    --gradient-color-3: #012c08;
    --gradient-color-4: #000000;
    --gradient-color-5: #323232;
    z-index: -1;
    opacity: 1;
    transition: var(--all-medium);
    pointer-events: none;
}

.footer-widget-title {
    color: #f2a100;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.footer-widget .widget-about p {
    padding-top: 3px;
    color: #ffffff;
    font-weight: 400;
}
.footer-widget .footer-link li a {
    font-size: 15px;

    color: #ffffff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.footer-widget-section {
    background-color:transparent;
    padding-top: 30px;
    padding-bottom: 75px;
}
.widget-social ul li a i{
    color:var(--color-mango);
}
.sec1::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 73%;
    width: 400px;
    height: 400px;
background: linear-gradient(205deg, #01421514 3%, #1a1a1a00);
    transition: all 2s ease;
    z-index: -2;
    border-radius: 50%;
}

.single-banner-03 .banner-content .title a {
    font-size: 40px;
    font-weight: 700;
    color: #f2a100;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 5px;
    display: inline-block;
    line-height: 1.1;
      font-family: "bahamas2", sans-serif!important;
}

.single-slider{
    position: relative;
    overflow: hidden;
}
.single-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000ba 5%, #1a1a1a00 30%);
    transition: all 2s ease;
    z-index: -2;
}

.bestsell{
    position: relative;
    overflow: hidden;
}

.bestsell::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
background-image: radial-gradient(#55555559 1px, transparent 1px);
background-size: 15px 15px;
    z-index: -2;
    opacity: 0.5; /* adjust visibility */
    pointer-events: none;
}



.herosec{
    border-radius: 0px 0px 12% 12%;
}

.single-products-banner .products-banner-content .banner-content-wrapper .title a
{
  font-family: "bahamas2", sans-serif!important;
} 
.single-products-banner .products-banner-content .banner-content-wrapper .products-count {
    font-family: "poppins", sans-serif;
    font-size: 19px;
    color: #343434;
    display: block;
    line-height: 1.2;
    margin-top: 3px;
}
.single-banner-03 > img{
    border-radius:20px;
}
.foot .fa{
    font-size:40px!important;
    margin-right:10px; 
}
.foot a{
    margin-bottom:10px;
}
.foot a > span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.fa-linkedin{
    color: #2159c2;
}
.fa-twitter {
    color: #9b9b9b;
}
.fa-facebook{
    color: #0257b8;
}
.fa-instagram{
    color: #9e00c5;
}
.fotbor{
    border-bottom:1px solid #e2e2e26e;
    padding:10px;

}



@media only screen and (max-width: 767px) {
    .foot .fa{
    font-size:24px!important;
    margin-right:10px; 
}


.single-banner-03 .banner-content .title a{
    font-size:30px;
}

    .single-counter .count span{
        font-size:35px;
    }
    .single-counter p{
        font-size: 14px;
    }
    .section-title-02 .title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .sec1::before{
        display: none;
    }
    .herosec{
        border-radius: 0px;
    } 

    .single-product a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-green);
}

.catbg{
    background-position: bottom;
}

.single-product-02 .product-images a img

 {
    width: 100%;
  border: 0.5px solid #00411521;
}

.single-banner-03 .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px;  
    z-index: 90;
}

    .marker-wrapper .marker-content .title {
        font-size: 28px;
    }
     .marker-wrapper .marker-content p{
        font-size: 16px;
        line-height: 1.2;
     }


    .marker-wrapper .marker-content {
        display: block;
    }

    .product-menu .nav li {
    margin: 2px 3px;
}

}

@media screen and (max-width:1400px){
    .sec1::before{
        left:53%;
    }
}