:root{
    --them-color:#f9bf29;
    --text-dark:#2f2f2f;
    --text-light-trans:rgb(255 255 255 / 50%);
    --p-color:#6a6a6a;
    --banner-bg:#3B5D50;
    --chair-bg:#DCE5E4;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Inter 24pt';
    background-color: #EFF2F1;
}
p{
    color: var(--p-color);
    font-size: 14px;
}
h2 , h3 , h4 , h5 , h6{
    color: var(--text-dark);
}
a{
    text-decoration: none;
    font-size: 14px;
}
li{
    list-style: none;
}
.py{
    padding: 112px 0;
}
/* header */

header nav ul li a::after{
    content: '';
    position: absolute;
    width: 0%;
    height: 4px;
    bottom: -5px;
    left: 0;
    background-color: var(--them-color);
}
header nav ul li a:hover::after{
    width: 100%;
    transition-duration: 0.2s;
}
header nav ul li a{
    opacity: 0.5;
}
header nav ul li a:hover{
    opacity: 1;
    transition-duration: 0.2s;
}
/* banner */
.banner{
    background-color: var(--banner-bg);
    width: 100%;
    height: 600px;
    padding: 150px 0 100px;
}
.banner h1{
    font-size: 51px;
}
.banner a{
    padding: 12px 30px;
}
.banner a:nth-child(1){
    background-color: var(--them-color);
    color: var(--text-dark) !important;
}
.banner a:nth-child(1):hover{
    background-color: #ffb700;
    transition-duration: 0.2s;
}
.banner a:nth-child(2){
    border: 1px solid rgba(255, 255, 255, 0.3) !important;

}
.banner a:nth-child(2):hover{
    border-color: white !important;
    transition-duration: 0.2s;
}
.banner .banner-image::after{
    content: '';
    background-image: url(../images/dots-green.svg);
    width: 255px;
    height: 217px;
    position: absolute;
    top: 0;
    right: -70px;
    z-index: -1;
}

/* product */
.product .product-title a{
    padding: 12px 30px;
    background-color: var(--text-dark);
}
.product .product-title a:hover{
    background-color: black;
    transition-duration: 0.5s;
}
.product-overlay::after{
    content: '';
    width: 100%;
    height: 320px;
    background-color: var(--chair-bg);
    position: absolute;
    transform: translateY(70px);
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 15px;
}
.product .product-item:hover img{
    transform: translateY(-20px);
    transition-duration: 0.5s;
}
.product .product-item:hover .product-overlay::after{
    transform: translateY(-230px);
    transition-duration: 0.5s;
}
.product-overlay a i{
    background-color: var(--text-dark);
}
.product .product-item:hover .product-overlay a{
    transform: translateY(20px);
    transition-duration: 0.5s;
    opacity: 1 !important;
    overflow: visible;
}


/* services */

.services .services-item h6{
    font-size: 14px;
}
.services .services-item .services-item-img::after{
    content: '';
    width: 33px;
    height: 33px;
    background-color: rgb(59 93 80 / 20%) !important;
    border-radius: 50%;
    bottom: 15px;
    left: 20px;
    position: absolute;
}
.services .services-side-img img{
    border-radius: 30px;
    width: 526px;
}
.services .services-side-img::after{
    content: '';
    background-image: url(../images/dots-yellow.svg);
    width: 255px;
    height: 217px;
    position: absolute;
    top: -70px;
    left: -60px;
    z-index: -1;
}

/* take help */
.take-help img{
    border-radius: 25px;
}
.take-help ul li{
    font-size: 14px;
    color: var(--p-color) !important;
}
.take-help ul li::after{
   content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #3b5d50;
    position: absolute;
    left: -5px;
    top: 8px;
}
.take-help a{
    padding: 15px 30px;
    background-color: var(--text-dark);
}
.take-help a:hover{
    background-color: black;
    transition-duration: 0.2s;
}

/* chairs */
.chairs .chair-img-1 , .chairs .chair-img-2 , .chairs .chair-img-3{
    background-color: var(--chair-bg);
    border-radius: 25px;
    width: 150px;
    height: 100px;
}
.chairs .chair-img-1::after , .chairs .chair-img-2::after , .chairs .chair-img-3::after{
    content: "";
    background-image: url(../images/product-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -15px;
    top: -10px;
    
}
.chairs .chair-img-2::after{
    background-image: url(../images/product-2.png);
}
.chairs .chair-img-3::after{
    background-image: url(../images/product-3.png);
}
.chairs .chair-content a{
    color: var(--text-dark);
}
.chairs .chair-content a:hover{
    color: var(--p-color);
    transition-duration: 0.2s;
}

/* tetimmonial */
.testimonial p{
    font-size: 18px;
}
.testimonial img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.carousel-indicators [data-bs-target]{
    background-color: var(--banner-bg);
    width: 7px;    
    height: 7px;
    border-radius: 50%;
    margin: 0 3px;
    
}
.carousel-indicators{
    bottom: -42px;
}
.ri-arrow-right-s-line:before , .ri-arrow-left-s-line:before{
    color: black;
    background-color: #DDE2E0 !important;
    border-radius: 50%;
    padding: 15px;
}
.ri-arrow-right-s-line:hover:before , .ri-arrow-left-s-line:hover:before{
    color: white !important;
    background-color: var(--banner-bg) !important;
    transition-duration: 0.2s;
}
.carousel-control-next:hover{
    background-color: transparent;
    color: black !important;
}

/* blog */
.blog{
    padding-bottom: 200px;
}
.blog .blog-title a{
    color: var(--text-dark);
    text-decoration: underline;
}
.blog .blog-title a:hover{
    text-decoration: none;
}
.blog-item img{
    border-radius: 25px;
}
.blog .blog-item a{
    font-size: 16px;
    color: var(--text-dark);
}
.blog-item:hover .blog-img{
    background-color: rgba(255, 255, 255, 0.315) !important;
    z-index: 99;
    transition-duration: 0.2s;
}

/* form */
.form h5{
    color: var(--banner-bg);
}
.form h5 span{
    color: var(--p-color);
}
.form form input{
    padding: 12px;
    border: 1px solid var(--chair-bg);
    color: var(--p-color) !important;
    border-radius: 15px;
}
.form form input::placeholder{
    color: var(--p-color);
    font-size: 14px;
}
.form form a{
    border-radius: 15px;
    padding: 12px 30px;
    background-color: #2b5e4a !important;
}
.form form a:hover{
    background-color: #3B5D50 !important;
}
.form-img{
    max-width: 380px; 
    height: auto;
    display: flex;
    justify-content: center; 
    left: 200px;
    top: -200px;
}

/* footer */
footer .logo a{
    color: var(--banner-bg) !important;
    display: inline-block;
}
footer .logo p{
    line-height: 28px;
}
footer .logo ul li{
    padding: 6px 10px;
    border-radius: 50%;
    background-color: #DCE5E4;
    margin: 4px;
}
footer .logo ul li:hover i, footer .logo ul li:hover{
    color: white !important;
    background-color: var(--banner-bg);
    transition-duration: 0.2s;
}
footer .footer-item ul li a{
    color: var(--text-dark) !important;
}
footer .footer-item ul li a:hover , footer .copiright a:hover{
    color: var(--p-color) !important;
    transition-duration: 0.2s;
}
footer .copiright a{
    color: var(--text-dark);
}
