@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');



:root {
    --primary: #3d2405;
    --secondary: #3d2405;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
    font-size: 24px;
}

h3{
    font-size:20px;

}
h4,
.font-weight-semi-bold {
    
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Abel', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}
.btn-primary{
    background: #3d2405!important;
    border-color: #3d2405!important;
    color: #fff !important;
    border-radius: 30px;

}


.btn-primary:hover {
      background: #000000!important;
    border-color: #000000!important;
    color: #fff!important;

}
 .btn-primary:focus {
  
       color: #435a2e!important;
    background-color: #fff!important;
       border-color: #435a2e!important;
   box-shadow: 0 0 0 0.25rem rgb(199 40 40 / 21%)!important;
}

.btn-secondary:hover {
    background: #c72828!important;
    border-color:#c72828!important;
    color: #fff!important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*.top-shape::before {
    position: absolute;
    content: "";
  
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}
*/
.navbar-light .navbar-nav .nav-link {
    
  padding: 9px 15px;
    font-size: 16px;
    color:#000;
    outline: none;
    transition: .5s;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:focus{color: #000;}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 9px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: #000;
font-size: 15px;

}
.navbar-light .navbar-nav .nav-link.active  i{
    padding: 2px 8px;
}
.navbar-light .navbar-nav .nav-link.active {
    display: flex;
}
.text-primary2{
   color: #fff;
}
.forestry-network img{
   object-fit: cover;
    /* border: 2px solid rgb(48 51 144); */
    border-radius: 10px !important;
    visibility: visible;
    animation-delay: 0.9s;
    animation-name: zoomIn;
    box-shadow: 0px 5px 8px 5px #c0c0c06e;
}
.text-primary3 {
    color: #000;
        font-size: 15px;
}
.bg-dark2{
   background:#000;
}
.bg-primary2{

    background-color:#3d2405;
}

.btn-dark2 {
    color: #fff;
    background-color: #0d1a02;
    border-color: #0d1a02;
}
.bg-appointment2 {
    background: linear-gradient(#000000c9, #000000c9), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
    /* background: #fbf2f0 !important; */
}
.bg-appointment2 p{color: #fff;}
.appointment-form {
   
       background: #3d2405b0;
}
.btn-dark2 {
    color: #fff;
    background-color: #000;
    border-color: #0000;
}
.best-quality {
    object-fit: cover;
    /* border: 2px solid #58753e; */
    border-radius: 10px;
    box-shadow: 0px 5px 8px 5px #c0c0c06e;
}
/*.btn-primary:focus {
   
    color: #000;
    background-color: #58753e;
    border-color: #58753e;
    box-shadow: 0 0 0 0.25rem rgb(88 117 62 / 43%);


}
*/
.footer-space  span{
margin-left: 25px;
    display: flex;
    margin-top: -25px;
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .fragance2 {
    position: absolute;
    left: 82px;
    top: 5px;
}
}

/*.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}
*/
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .fragance2 {
    position: absolute;
      left: 32px!important;
    top: 5px;
}
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
      
        z-index: 1;
    }
    .fragance2 {
    position: absolute;
  left: 20px !important;
    top: 5px;
}
}

/* .section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background-color: #000 !important;
    background: var(--primary);
} */

/* .section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
    background-color: #000 !important;
} */

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
   background: linear-gradient(#163e61e3, #163e61ad), url(../img/banner-4.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
    /* height: 90px; */
}



.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/furniture2.jpg) center center;
    background-size: cover;
    background-color: #1e4569;
}

.offer-text {
    background: rgb(27 65 99 / 99%);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background:linear-gradient(#00000085, #00000063),url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
    /* background: #fbf2f0 !important; */
}

.testimonial-carousel {
   background: #3d2405b5;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.service-item .rounded-top.overflow-hidden{border: 2px solid #eef9ff; text-align: center; background: #f7f7f7;}
/* .d-flex.flex-column .text-light{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} */
input, textarea, select{border-radius: 10px !important;}
.position-relative.bg-light.rounded-bottom.text-center.p-4 h5{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.table-bordered>:not(caption)>*{border: 1px solid #ddd; padding: 5px 10px;}


.all-products .items{box-shadow: 0 0 20px #00000037; text-align: center; border-radius: 10px; padding: 10px; margin: 20px 12px;}
.all-products .items figure{width: 100%; height: 300px; position: relative; overflow: hidden; background: #00000005; margin: 0;}
.all-products .items figure img{width: 100%;object-fit: contain; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.all-products .proname{background:#3d2405; color: #fff; padding: 7px 10px; font-size: 20px; font-weight: 700; border-radius: 0 0 10px 10px; margin: 0; }
.all-products .proname a{color: #fff;}
.all-products{padding: 10px 0 110px;}
p.proname:hover {
       background: #1d3e5e;
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
  background-color: #435a2e!important;

}

.position-absolute.w-100.rounded.wow.zoomIn{/*box-shadow: 0 0 20px #00000037 !important;*/
 
}

.style-div{

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 350px;
box-shadow: 0 0 20px #00000037 !important;
border-radius: 10px !important;
/*background-color: #c0c0c04a;*/}
.bg-light1 {
    background-color: #000 !important;
}
.mar-style{
    align-items: center;
    color: #fff;
}
.bg-color{    background-color: #fff !important;
}
.font-design { font-size: 12px;

}
.rounded-top.overflow-hidden img {
    height: 250px;
}
.fragance{
       position: relative ;
}
.fragance2{
   
   position: absolute;
    left: 42px !important;
    top: 5px;
}
.content{
        margin-top: 18px;
}
.content h4{
    font-size: 20px;
}
.bg-primary3{
    color: #fff;
}
.text-deco h3 {
    font-size: 18px;
    color:#000;
    font-weight: 600;

}
.text-deco h2{
      color:#000;
      font-size: 20px;
}
.text-deco h4{
    font-size: 15px;
    color: #000;
}
.testimonial-item.text-center.text-white p{
    padding: 2px 25px;
}
.btn-design{
justify-content: space-between;
    justify-content: space-between;
    padding: 15px 60px;
    border-color: #ffffff7a;
    border-radius: 30px;
    margin-top: 40px;
    
}
/*
button.btn.btn-primary.collapsed {
    margin-top: 30px;
}*/
.card.card-body {
    margin-bottom: 35px;
}
.btn-primary4 {
    background: #000000!important;
    border-color: #000000!important;
    color: #fff!important;
    border-radius: 30px;
    padding: 10px 100px;
}
.spacing{
    margin-top: 20px;
}
p, h1, h2, h3, h4, h5, h6, a, i, td, div, {font-family: 'Abel', sans-serif !important;}
.dropdown-item {font-size: 15px !important;}

.home_pro{border-radius: 10px; height: 100%; box-shadow: 0 0 20px #00000037;}
.home_pro img{width: 100%; height: 250px; object-fit: contain;}
.home_pro p{padding: 0 10px; text-align: center; margin: 0; color: #6B6A75;}
.home_pro p:nth-child(2){color:  #3e5529; margin: 0; padding-bottom:15px;}
/* .home_pro p:nth-child(3){padding-bottom:15px; font-size: 15px; font-style: italic;} */
.book_pro{background: #e3e5c3 !important;}
.buy_btn{border: 1px solid #fff; background: #fff; background: #000; border: #000; color: #fff; transition: .3s all ease-in-out; padding: 10px !important;}
.get_touch{background: #dbd0ce !important;}
.opening_hour{background: #3d2405;}
.extra_sec{padding: 20px 0;}
.extra_sec .extra_items{box-shadow: 0 0 20px #00000037; border-radius: 10px;}
.extra_sec .extra_items figure{width: 100%; height: 350px; overflow: hidden;}
.extra_sec .extra_items figure img{width: 100%; height: 350px; object-fit: cover; border-radius: 10px 10px 0 0 ;}
.extra_sec .extra_items p{padding: 0 15px 20px; text-align: center; font-size: 15px;}
.extra_heading{padding: 20px 0; text-align: center;}
.contact_form input, .contact_form textarea, .contact_form button{box-shadow: 0 0 20px #00000037;}
.ftr_logo img{padding: 10px;}
.ftr_logo h4{color: #fff; text-decoration: underline;}
.contact_icn {color: #000 !important;}
/* .dropdown-menu{width: 250px;} */
.dtl_img img{width: 100%; height: 280px; object-fit: contain; padding: 5px; border: 1px solid;}
.pro_details img{width: 100%; height: 350px; object-fit: contain; border: 1px solid; padding: 10px; border-radius: 10px;}
.pro_details .row{align-items: center;}
.pro_details h2{text-align: center; font-size: 32px; border-bottom: 1px solid;}
.text-primary3{
    color: #3d2405;
}
.dtl_img img{margin-bottom: 25px;}