
/*@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans+Arabic:wght@100..800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    --thm-green: #374b22;
    --thm-clr: #d05627;
    
    /*--thm-green: #0b824e;*/
    /*--thm-clr: #ffc107;*/
    
    
    --thm-white: #fff;
     /*font-family: "Playpen Sans Arabic", cursive;*/
    /*font-family: "Archivo", sans-serif;*/

     font-family: "Outfit", sans-serif;
     font-weight: 500;
}
body{
        background-color: #AFE1AF;
}
main .category-sec:nth-child(even){
    background-color: #ECFFDC ;
}
/*main .category-sec:nth-child(even) h2{*/
/*    color: #fff;*/
/*}*/
/*main .category-sec:nth-child(even) .thm-btn{*/
/*    background: #d05627 !important;*/
/*}*/
html{
    scroll-behavior: smooth;

}
h1,h2, h3, h4, h5, h6{
         font-family: "Roboto Mono", monospace;
}
.text-decoration-none{
    text-decoration: none;
    color: var(--thm-green);
}
p{
    line-height: 24px;
}
.bg-gray{
    background-color: #ecffdc;
    color: #000;
}
.ml-0{
    margin-left: 0px !important;
}
.head-title{
    font-size: 30px;
    line-height: 42px;
    text-transform: capitalize;
}
img,video,svg{
    max-width: 100%;
}
.text-center{
    text-align: center;
}
.mtb-5{
       margin-top: 5px;
    margin-bottom: 5px; 
}
.ptb-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.pt-0{
    padding-top:0px ;
}
.pt-15{
    padding-top: 15px;
}
.pb-15{
    padding-bottom: 15px;
}
.mtb-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.mb-10{
   margin-bottom: 10px;
}
.mt-15{
    margin-top: 15px;
}
.col-lg-12{
    width: 100%;
}
.col-lg-6,
.col-lg-3,
.col-lg-12,
.col-lg-4{
    padding: 0px 15px;
}
.mb-15{
    margin-bottom: 15px;
}
.pt-45{
    padding-top: 45px;
}
.pb-45{
    padding-bottom: 45px;
}
.ptb-45{
    padding-top: 45px;
    padding-bottom: 45px;
}
.row{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
}
.container,.container-fluid{
    padding: 0px 15px;
    width: 100%;
    display: block;
}
.container{
max-width: 1200px;
margin: auto;
}
.thm-btn{
    padding: 8px 15px;
    border-radius: 30px;
    outline-color:transparent ;
    cursor: pointer;
    border-color: transparent;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 16px;
}
.thm-btn.green{
    background-color: var(--thm-green);
    color: #fff;
}
.thm-btn.gray{
    background-color: #e5e5e5;
}
.icon{
    position: relative;
    padding-left:30px ;
    padding-right: 15px;
}
.icon::before{
    --size:20px;
    content: '';
    position: absolute;
    left: 0px;
    height: var(--size);
    width: var(--size);
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.icon::before{
    background-image: url('../images/icons/icon-right.svg');
}
.phone-icon::before{
    background-image: url('../images/icons/icon-phone.svg');
}
.email-icon::before{
    background-image: url('../images/icons/icon-mail.svg');
}
.location-icon::before{
    background-image: url('../images/icons/icon-location.svg');
}
.top-header{
    background-color: var(--thm-green);
    padding: 10px 0px;
}
header{
    position: relative;
    z-index: 999;
    background: #fff;
}
.top-header ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header ul li:has(+li){
    border-right: 1px solid  var(--thm-white);
    margin-right: 15px;
}

.top-header ul li a{
    text-decoration: none;
    color: var(--thm-white);
}
.bottom-header {
    padding: 5px 0px ;
}
.bottom-header .navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.bottom-header .logo img{
    max-width: 200px;
}
.bottom-header  nav ul{
display: flex;
align-items: center;
justify-content: center;
list-style-type: none;
}
.bottom-header  nav ul li{
    padding: 6px 10px;
    margin: 5px;
    position: relative;
}
.bottom-header  nav ul li a:has(+.sub-menu)::after{
content: ' +';
}

.bottom-header  nav a{
    text-decoration: none;
    color: #000;
    transition: 0.5s;
}
.bottom-header  nav a:hover,
.bottom-header  nav li.active a{
    color: var(--thm-clr);
}
.bottom-header  .search-box form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-header  .search-box form input{
    border-radius: 30px;
    padding: 10px 15px;
    outline: transparent;
    border: 1px solid var(--thm-green);
    margin: 5px;
}
.bottom-header .account ul{
    display: flex;
    list-style-type: none;
}
.bottom-header .account ul li{
    margin: 5px;
        --size: 30px;
    height: 30px;
    width: 30px;
}
.bottom-header .account ul li.cart{
    position: relative;
    margin-right: 20px;
}
.bottom-header .account ul li.cart::before{
    content: attr(data-cart);
    position: absolute;
    background-color: var(--thm-clr);
    color: var(--thm-white);
    font-size: 12px;
    line-height: 12px;  
    right: -12px;
    border-radius: 50%;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    --size: 20px;
    width: var(--size);
    height: var(--size);
    padding-top: 2px;
}
.bottom-header .account ul li svg{
    height: 100%;
    width: 100%;
    fill: var(--thm-green);
}
.main-slider{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
display: block;
/*padding: 40px 0px;*/
}
.main-slider .content-box{
    max-width: 600px;
    display: block;
    margin: auto;
    text-align: center;
        background: #0005;
    padding: 20px;
    border-radius: 15px;
    color: var(--thm-white);
}
.main-slider .content-box .mini-title{
    font-size: 18px;
    line-height: 24px;
}
.main-slider .content-box .head-title{
    margin: 10px auto;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    /*color: var(--thm-clr);*/
    color: var(--thm-white);
}
.main-slider .content-box .thm-btn{
    margin: auto;
}
.category-sec .swiper-slide a,
.products-sec a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    text-align: right;
    display: block;
    width: 100%;
    border: 1px solid  #000;
    border-radius: 10px;
    overflow: hidden;
 background: #fff;
 margin: 5px auto;
}
.category-sec  .img,
.products-sec .img{
background-size: cover;
position: relative;
overflow: hidden;
height: 200px;
background-position: center;
}
.products-sec .product-box{
  display: block;
  width: 100%;
  margin: 20px auto;
}
.category-sec .pname,
.products-sec .pname{
padding: 10px 15px;
text-align: center;
color: var(--thm-green);
font-size: 20px;
line-height: 28px;
 background: #fff;
}
.category-sec .thm-btn{
    margin-left: auto;
    margin-right: auto;
}

footer{
    background-color: var(--thm-green);
    padding-top: 30px ;
}
footer .footer-content{
    display: block;
    width: fit-content;
    margin:10px auto;
}
footer .footer-content .title{
font-size: 24px;
margin-bottom: 15px;
color: var(--thm-white);
position: relative;
padding-bottom: 5px;
line-height: 30px;
}
footer .footer-content .title::before{
    content: '';
    width: 45px;
    background-color: var(--thm-clr);
    height: 2px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
}
footer .footer-content ul{
    list-style-type:none ;
}
footer .footer-content ul li{
    margin: 10px 0px;
    color: var(--thm-white);
}
footer .footer-content ul li a{
    text-decoration: none;
    color: var(--thm-white);
}
footer .footer-content ul li a:hover{
    color: var(--thm-clr);
}
footer .copywrite{
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .copywrite a{
    color: var(--thm-clr);
    text-decoration: none;
}
.breadcramb{
    background-color: var(--thm-green);
    padding: 40px 0px;
    color: var(--thm-white);
}
.breadcramb a{
    color: var(--thm-white);
    text-decoration: none;
}
.breadcramb a:hover{
    color: var(--thm-clr);
}

.breadcramb ul,
.show-product .content-box .title-box ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcramb ul li + li,
.show-product .content-box .title-box ul li + li{
    position: relative;
}
.breadcramb ul li + li::before,
.show-product .content-box .title-box ul li + li::before{
    content: '/';
    padding: 0px 5px;
}
.show-product .content-box .title-box{
    margin: 15px 0px;
}
.show-product .content-box .title-box a{
    text-decoration: none;
    color: var(--thm-green);
}
.show-product .content-box .title-box a:hover{
    color: var(--thm-clr);
}
.show-product .content-box .title-box ul{
    margin-bottom: 10px;
}
.show-product .content-box .title-box h1{
    color: var(--thm-green);
}
.rating-box{
    display: flex;
}
.rating-box .rating{
-webkit-mask-image: url('../images/icons/rating.svg');
mask-image: url('../images/icons/rating.svg');
mask-size: contain;
-webkit-mask-size: contain;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
width: 100px;
height: 20px;
--diff: 20%;
background: linear-gradient(to right,  var(--clr-1) calc(var(--val) * var(--diff)), var(--clr-2) calc(var(--val) * var(--diff)));
margin-right: 5px;
margin-bottom: 10px;
}
.btn-set{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.btn-set .thm-btn{
    margin: 5px;
}

.show-product .content-box .btn-set{
    width: fit-content;
    margin-top:10px ;
}
 .thm-btn.orange{
    background-color: var(--thm-clr);
    color: var(--thm-white);
}

.cart-table{
    width: 100%;
    text-align: center;
border-spacing: 0px;
}
.cart-table,
.cart-table td,
.cart-table th{
    border: 1px solid #0005;
}
.cart-table td,
.cart-table th{
    padding: 6px 15px;
}
.cart-table td a{
    color: var(--thm-green);
}
.cart-table td a:hover{
    color: var(--thm-clr);
}
.cart-table td input{
    padding: 5px;
    max-width: 60px;
    border-radius: 5px;
    outline: none;
    text-align: center;
    border: 1px solid #000;
}
.show-product .content-box .btn-set .thm-btn:nth-child(2),
.show-product .content-box .btn-set.active .thm-btn:nth-child(1){
    display: none;
}
.show-product .content-box .btn-set.active .thm-btn:nth-child(2){
display: block;
}

.testimonial-card{
    padding: 15px;
    margin: 15px auto;
    background-color: var(--thm-green);
    color: var(--thm-white);
    border-radius: 15px;
}
.table-responsive{
    width: 100%;
    overflow: auto;
}

.blogcard{
    max-width: 96%;
    display: block;
    margin: 20px auto;
    box-shadow: 1px 1px 6px #0005;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.blogcard .img{
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.blogcard .img .date{
background-color: var(--thm-clr);
padding: 5px 10px; 
color: var(--thm-white);
border-top-right-radius: 5px;
}
.blogcard a{
    text-decoration: none;
    color: var(--thm-green);
}
.blogcard  .title{
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
}
.blogcard p{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact-sec .contect-box {
    background: var(--thm-green);
    padding: 15px;
    border-radius: 10px;
}
.contact-sec .contect-box .title{
    font-size: 24px;
    color: var(--thm-white);
    margin-bottom: 10px;
}
.contact-sec .contect-box ul{
    list-style-type: none;
}
.contact-sec .contect-box ul li{
    margin: 10px 0px;
    color: var(--thm-white);
}
.contact-sec .contect-box ul li a{
    color: var(--thm-white);
    text-decoration: none;
}
.contact-sec .contect-box ul li a:hover{
    color: var(--thm-clr);
}
.contact-form-box{
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    max-width: 550px;
    display: block;
    margin: auto;
}
.contact-form-box h2{
    font-size: 24px;
 margin-bottom: 10px;
}
.contact-form-box .contact-form{
display: flex;
flex-wrap: wrap;
}
.contact-form-box .contact-form input{
    margin: 5px;
    height: 40px;
    width: calc(50% - 10px);
    border-radius: 30px;
    outline-color:transparent ;
    border: 1px solid var(--thm-green);
    padding: 5px 10px;
}
.contact-form-box .contact-form textarea{
    width: 100%;
    padding: 5px 10px;
    margin: 5px 5px 10px 5px;
    border-radius: 10px;
}

.gallery .img-box {
    margin-bottom: 10px;
}
.gallery .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--thm-green);
    border-radius: 5px;
} 
.single-post div,
.single-post p,
.single-post li{
    line-height: 24px;
}
.single-post .img{
    display: block;
    margin: auto auto 20px auto;
    width: fit-content;
}
.single-post .img img{
    object-fit: contain;
    height: 100%;
    width: auto;
        max-height: 350px;
}
.single-post .content ul{
    list-style-type: none;
}
.single-post .content ul li{
    margin: 10px 0px;
}
.social-icons{
    display: flex;
}
.social-icons li{
    margin: 10px 5px !important;
}
.social-icons li svg{
    width: 24px;
    height: 24px;
    fill: var(--thm-white);
}
footer .footer-content ul li,
.contact-sec .contect-box ul li{
    line-height: 24px;
}
.social-icons li:hover svg{
    fill: var(--thm-clr);
}
.swiper-button-prev, .swiper-button-next {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.swiper-button-next:after,
.swiper-button-prev:after{
 font-size: 14px;   
 background: var(--thm-green);
 color: var(--thm-white);
 padding: 10px;
 width: 100%;
 height: 100%;
 display: flex;
align-items: center;
justify-content: center;
}
.about-us  ul{
    list-style-type: none;
    margin: 15px 0px;
}
.about-us  ul li{
    margin: 10px 5px;
    line-height: 24px;
}
.about-us h4{
    font-size: 20px;
    line-height: 24px;
    color: var(--thm-green);
    font-weight: 600;
}
.about-us .img {
    display: flex;
    height: 100%;
}
.about-us .img img {
    object-fit: cover;
    margin-bottom: 15px;
}
h2.head-title span {
    padding: 5px 15px;
    font-size: 16px;
    vertical-align: middle;
    background: #374b22;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
}
.product-content {
    line-height: 24px;
}
.product-content ul {
    padding-left: 35px;
    list-style-type:  none;
    margin: 15px 0px;
}
.product-content ul li {
    position: relative;
    margin: 15px 0px;
}
.product-content ul li::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 2px;
    background-image: url('../images/icons/tick.svg');
    background-repeat: no-repeat;
    background-size: contain;
    left: -25px;
}
section.page-fallback .imgbox{
    max-width: 400px;
    display: block;
    margin: 15px auto;
    width:  100%;
}
section.page-fallback  .thm-btn{

    margin-left: auto;
    margin-right: auto;
}
.videoset{
    border-radius: 30px;
    overflow: hidden;
}
.videoset::before{
    content: '';
    top: 15px;
    right: 15px;
    position: absolute;
    --size: 20px;
    height: var(--size);
    border: 5px solid #374b22;
    border-radius: 50%;
    width: var(--size);
    background-color: #374b22;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://nandananursery.com/reels/muted.svg');
}
.videoset.active::before{
       background-image: url('https://nandananursery.com/reels/unmute.svg'); 
}