@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
.template-container #tem_heading{
    color: var(--color-temp-head);
}

.template-container #tem_text{
    color: var(--color-text-color);
}

.template-container #tem_image_title_1{
    color: var(--color-image-title1);
}

.template-container #tem_image_title_2{
    color: var(--color-image-title2);
}

.template-container #tem_image_title_3{
    color: var(--color-image-title3);
}

.template-container .bi-telephone::before{
    color: var(--color-icon-contact);
}

.template-container .bi-whatsapp::before{
    color: var(--color-icon-whatsapp);
}

.template-container .bi-geo-alt::before{
    color: var(--color-icon-location);
}

.template-container .bi-globe2::before{
    color: var(--color-icon-website);
}

.template-container #extra_heading_1{
    color: var(--color-extra-head);
}

.template-container #extra_text_1{
    color: var(--color-extra-text);
}
.template-container .busines-name p {
    color: var(--color-tag-line);
}
.template-container .busines-name h1 {
    color: var(--color-business-name);
}
.template-container{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--color-default-color);
    position: relative;
    width: 100%;
    max-width: 991px;
    margin-bottom: 3rem;
    margin: auto;
    z-index: 1;
    font-weight: 300;
}
.temp-container{
    max-width: 820px;
    margin: auto;
}
.bannercolor{
    background-color: #FFECDE;
    position: relative;
    padding-bottom: 90px;
}
.bannerimage{
    background-image: url('asset.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 408px;
    position: relative;
}

.bannerTxt{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banhead1{
    font-size: 50px;
    font-family: 'Poppins';
    color: #CD5F3E;
    font-weight: 200;
}
.logo img{
    width: 80px;
    max-width: 100%;
}
.sale{
    font-size:78px;
    letter-spacing: 5px;
    font-weight: bold;
    color:#490E00;
}
.line{
    width: 160px;
    height: 10px;
}
.flat{
    letter-spacing: 1.5;
    font-weight: bold;
}
.banhead3{
    color:#785F03 ;
    padding-left: 10px;
}
.banhead2{
    color:#785F03 ;
}
.ptext{
    color: #3A1502;
}
.contactDiv{
    position: relative;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background-color: #7f6100;
    line-height: 1.5;
    color: #fff;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
/*.btn-call-act:hover {
    background-color: #d85d33 !important;
    color: #fff;
}*/
.contact-section{
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-top: -25px;
}
.contact-section li{
    display: inline-block;
    margin: 0 10px; 
}
.contact-section li a{
    font-size: 21px;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: #D85D33;
    box-shadow: 0px 2px 5px 1px #d5d5d5;
    line-height: 48px;
}
.mainimage{
    outline: 2px dashed #7A6202;
    outline-offset: -26px;
    max-width: 800px;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.hrline{
    position: relative;
    border: 0px solid ;
    height: 3px;
    background-image: linear-gradient(to right, #f3cec600, #B46A51,  #f3cec600);
    /* width: 500px;
    right: 150px; */
    width: 500px;
    margin: 0px;
}
.banmidcolor{
    background-color: #FFECDE ;
    padding-bottom: 1px;
    padding-top: 1px;
    position: relative;
}
.diya{
    font-size: 20px;
    position: relative;
    height: 40px;
    padding-right: 5px;
}
.line3{
    position: relative;
    height: 16px;
    width: 360px;
    top: 4px;
}
.diya2{
    font-size: 20px;
    position: relative;
    height: 40px;
    padding-left: 5px;
}
.columns {
    width: 100%;
}
.product-card{
    position: relative;
    width: 100%;
}
.product-card .img-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 83%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-card .img-thumb::after{
    position: absolute;
    top: 7px;
    left: 6px;
    font-size: 12px;
    color: #FFF;
    background-color: #d44800;
    padding: 1px 12px;
    border-radius: 30px;
}
.price1 {
    font-size: 17px;
    font-weight: bold;
    padding: 4px 22px;
    color:#785F03 ;
}
.price2 {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    padding-left: 17px;
    color:#785F03 ;
}
.price2:after {
    position: absolute;
    content: "";
    left: 3px;
    top: 45%;
    right: 0px;
    border-top: 1.5px solid;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-11deg);
}
.product_price{
    text-align: center;
    padding-bottom: 4px;
    padding-top: 5px;
    background-color: #fff;
}
.offer_img1 img{
    transform: rotate(90deg);
    position: absolute;
    left: -281px;
    bottom: 48%;
}
.offer_img2 img{
    transform: rotate(90deg);
    position: absolute;
    right:-281px;
    bottom: 48%;
}
.businessname{
    color: #7A6202;
}
.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.social-icons .si-tab{
    display: inline-block;
    margin-right: 16px;
}
.social-icons .si-tab > a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    transform: scale(1);
    transition: all 100ms ease;
    color: inherit;
}
.social-icons .si-tab > a > i{
    line-height: 32px;
    font-size: 22px;
    color: #441200;
}
.sideImages{
    position: relative;
}

@media (min-width:768px) and (max-width: 1024px){
    .product-card {
        /* position: relative;
        width: 100%; */
        padding: 45px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .product_price{
        width: 275px;
    }
    .priceAmount{
        text-align: -webkit-center;
    }
    .offer_img2 img {
        right: -230px;
    }
    .offer_img1 img {
        left: -230px;
    }
}
@media (max-width:767px) {
    .main_image{
        padding-bottom: 125%;
    }
    .contactDiv {
        position: relative;
        left: 0;
    } 
    .offer_img1 {
        display: none;
    }
    .offer_img2 {
        display: none;
    }
    .banhead1 {
        font-size: 46px;
    }
   .sale {
        font-size: 71px;
    }
    .flat{
        font-size: 16pxs;
    }
    .banhead1 {
        font-size: 26px;
    }
    .ptext{
        font-size: 17px;
    }
    .banhead2 {
        font-size: 24px;
    }
    .mainimage {
        outline-offset: -18px;
    }
}
@media (max-width:567px) {
    span.offer_txt {
        padding: 12px 5px;
        font-size: 9px;
    }
    .mainimage {
        outline-offset: -8px;
        outline: 1px dashed #7A6202;
    }
   .banhead2 {
        font-size: 20px;
    }
    .ptext {
        font-size: 14px;
    }
    .line3{
        width: 100px;
        height: 9px;
    }
    .diya {
        width: 35px;
    }
    .diya2 {
        width: 35px;
    }
    .hrline{
        width: 230px;
        /* right: 10px; */
    }
}
@media (min-width: 394px) and (max-width: 768px){
    .contact-section{
        bottom: -97px;
    }
}
