@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #eff2f1;
    font-weight: 400;
    line-height: 28px;
    /* color: #6a6a6a; */
    font-size: 14px;
    scroll-behavior: smooth;
}
.swal2-confirm {
    background-color: #000 !important;
    color: #fff; 
}
.header_section {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #3b5d50;
    padding: 10px 0px;
    z-index: 99;
}
.navbar-brand {
    font-size: 22px;
    font-weight: 600;
}
.navbar-brand span {
    opacity: 0.4;
}
.header_section ul li a{
    position: relative;
    font-size: 15px;
}
.navbar-dark .navbar-toggler{
    border: none;
    box-shadow: none;
    outline: none;
}
.header_section ul li a.active::before.active{
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #f9bf29;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
}
.header_section ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #f9bf29;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
}
.header_section ul li a:hover{
    opacity: 2;
}
.header_section ul li a:hover:before {
    width: calc(100% - 16px);
}
.hero_section {
    background: #3b5d50;
    padding: 100px 0px 50px 0px;
    margin-top: 80px;
}
.intro-excerpt {
    position: relative;
    z-index: 4;
}
.hero_section h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}
.hero_section p {
    color: rgba(255, 255, 255, 0.5);
}
.hero_section .hero-img-wrap {
    position: relative;
}
.hero-img-wrap{
    position: relative;
    z-index: 10;
}
/* .hero_section .hero-img-wrap:after {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url(../img/dots-light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 4px;
    top: 0px;
    z-index: -1;
} */
.hero_btn_div{
    display: flex;
    gap: 15px;
} 
.hero_btn_div .btn_1{
    color: #2f2f2f;
    background: #ffac57;
    border-color: #ffac57;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    text-align: center;
    align-items: center;
}
.hero_btn_div .btn_2{
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1rem;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    text-align: center;
    align-items: center;
}
.home_section_one {
    padding: 7rem 0;
}
.product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer;
}
.product-item:hover:before {
    height: 70%;
}
.product-item:before {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    background: #dce5e4;
    height: 0%;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.product-item:hover .product-thumbnail {
    top: -25px;
}
.product-item .product-thumbnail {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.product-item h3 {
    font-weight: 600;
    font-size: 16px;
}
.product-item strong {
    font-weight: 800 !important;
    font-size: 18px !important;
}
.product-item .icon-cross {
    position: absolute;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #2f2f2f;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -17.5px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.product-item:hover .icon-cross {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.product-item .icon-cross img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.listing_section_one .product-item {
    margin-top: 50px;
}
.Explorebtn{
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    color: #ffffff;
    background: #2f2f2f;
    border: none;
    text-decoration: none;
}
.product-title{
    color: #2f2f2f;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.product-item strong {
    color: #2f2f2f;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 18px !important;
}
.footer_section {
    padding: 80px 0px;
    background: #ffffff;
}
.footer_section .relative {
    position: relative;
}
.footer_section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0;
}
.footer_section .sofa-img img {
    width: 100%;
    max-width: 380px;
}
.footer_section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer_section .custom-social li {
    margin: 2px;
    display: inline-block;
}
.footer_section .custom-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #dce5e4;
    color: #3b5d50;
    border-radius: 50%;
}
.footer_section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.footer_section .custom-social li {
    margin: 2px;
    display: inline-block;
}
.footer_section .subscription-form .btn {
    border-radius: 10px !important;
}
.btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50;
}
.footer_section .subscription-form h3 {
    font-size: 18px;
    font-weight: 500;
    color: #3b5d50;
}
.footer_section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
.detail_section_one{
    background: #3b5d50;
    padding: 80px 0px;
    margin-top: 70px;
}
.detail_sec1_title_div h1{
    color: #fff;
}
.detail_section_two{
    margin-top: 50px;
    margin-bottom: 150px;
}
.modal-header{
    border-bottom: none !important;
}
.modal_input_div{
    display: flex;
    flex-direction: column;
}
.modal_input_div input{
    width: 100%;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid #d2d8d6;
}
.modal_input_div label{
    padding-top: 10px;
}
.modal_button_div{
    text-align: end;
    margin-top: 20px;
}
.modal_button_div button{
    border: none;
    background-color: #000;
    color: #fff;
    width: 100px;
    padding: 7px;
    border-radius: 8px;
}
.site-blocks-table {
    overflow-x: auto;
}
.site-blocks-table .product-thumbnail {
    width: 200px;
}
.site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
}
.site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important;
}
.site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
}
.site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important;
}
.site-blocks-table .btn {
    padding: 2px 10px;
}
.bottom_detail{
    margin-top: 80px;
    padding-bottom: 40px;
}
.bottom_detail .btn {
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    color: #ffffff;
    background: #2f2f2f;
    border-color: #2f2f2f;
    box-shadow: none;
    font-size: 18px;
}
.bottom_detail input{
    box-shadow: none !important;
}
.bottom_detail .text-black {
  opacity: 1;
  color: #000;
}
.btn{
    box-shadow: none !important;
}
.testimonial_section{
    margin-bottom: 100px;
}
.swiper {
    width: 100%;
    height: 100%;
    background-color: #eff2f1 !important;
}
.swiper-slide {
    background-color: #eff2f1 !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev {
    color: #2f2f2f;
    background-color: rgba(59, 93, 80, 0.1);
    font-size: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px;
}
.test_title{
    text-align: center;
    color: #000;
    padding: 40px 0px;
}
.test_inner_card_main{
    padding: 40px 40px;
    background-color: #eff2f1;
}
.test_inner_card_main p{
    max-width: 900px;
    margin: auto;
}
.test_inner_card_main div{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.test_inner_card_main strong{
    padding-top: 3px;
    color: #000;
}
.test_inner_card_main label{
    font-size: 15px;
}
.test_inner_card_main img{
    height: 90px;
    width: 90px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}
.aboutus_section_one{
    margin-top: 150px;
    margin-bottom: 100px;
}
.aboutus_section_one h2{
    padding: 40px 0px;
    color: #000;
}
.aboutus_section_one h5{
    padding-bottom: 20px;
    padding-top: 20px;
    color: #000;
}
.aboutus_section_one strong{
    color: #000;
}
.listing_section_one{
    margin: 160px 0px 150px 0px;
}
.contact_text a{
    text-decoration: none;
    font-size: 20px;
}
.footer_contact_text p{
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .hero_section .hero-img-wrap:after {
        top: -40px;
    }
    .hero_section .hero-img-wrap:after {
        content: "";
        position: absolute;
        width: 255px;
        height: 217px;
        right: -60px;
        top: 0px;
        z-index: -1;
    }
}
@media (max-width:1100px){
    .bottom_detail .btn {
        font-size: 15px;
    }
    .product-name h2{
        font-size: 18px;
    }
}
@media (max-width:992px){
    .bottom_detail .btn {
        font-size: 13px;
        padding: 6px 10px;
    }
    .Cart_total{
        padding-top: 40px;
    }
}
@media (max-width:768px){
    .footer_section .sofa-img {
        position: relative;
        top: 0;
        text-align: end;
    }
    .hero-img-wrap{
        margin-top: 50px;
    }
}
@media (max-width:550px){
    .hero_section .hero-img-wrap:after {
        content: "";
        position: absolute;
        width: 100px;
        height: 73px;
        right: 0px;
        top: 15px;
    }
}