@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");

/*:root{
    --color-business-name: #191d21;
    --color-tag-line: #191d21;

    --color-temp-head: #FFF;
    --color-temp-text: #FFF;

    --color-text-color: #FFF;

    --color-background: #000;

    --color-image-title1: #191d21;
    --color-image-title2: #191d21;
    --color-image-title3: #191d21;

    --color-icon-website: #191d21;
    --color-icon-location: #191d21;
    --color-icon-whatsapp: #191d21;
    --color-icon-contact: #191d21;

    --color-extra-head: #191d21;
    --color-extra-text: #191d21;
}*/

.template-container h1,
.template-container h2,
.template-container h3,
.template-container h5,
.template-container h6 {
    font-family: 'Poppins', serif;
}

.busines-name h5 {
    color: rgb(66, 17, 0);
    font-weight: bold;
}

.busines-name p {
    color: rgb(66, 17, 0);
    font-weight: bold;
}


.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 h3 {
    color: var(--color-business-name);
}

.template-container {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    position: relative;
    width: 100%;
    max-width: 991px;
    margin-bottom: 3rem;
    margin: auto;
    z-index: 1;
    font-weight: 300;
    color: var(--color-default-color);
}

.template-main {
    position: relative;
    width: 100%;
    background-position: top center;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.logo{
    width:80px;
    max-width:100%;
}
.ban-head {
    font-size: 59px;
    font-weight: bold;
}
.ban-para {
    font-size: 20px;
}
.sub-head {
    font-size: 50px;
    font-weight: bold;
}
.sub-para {
    font-size: 20px;
}
.sub_hr{
    border-bottom: 3px solid #27370b;
    width: 200px;
}
.ban-head-img {
    border-radius: 138px;
    border: 7px solid #27370b;
    width: 100%;
}
.bg-banner {
    background: linear-gradient(180deg, #fcf2e4, #fefaf5);
}
.gal-head{
    font-size: 37px;
    font-weight: bold;
}
.gal-para {
    font-size: 18px;
}
.img-thumb-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.columns {
    width: 100%;
}
.img-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 95%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 6px solid #fff;
}
.main_image {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.call-to-action .btn-call-act {
    font-size: 28px;
    padding: 13px 43px;
    line-height: 1.5;
    border-radius: 43px;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
.bg-green{
    /* background: #27370b; */
    position: relative;
}
.bg-green::before{
    content: '';
    position: absolute;
    background: #27370b;
    height: 300px;
    width: 100%;
    top: 100px;
}

.product-card {
    position: relative;
    width: 100%;
    padding: 0px;
    /* top: -70px; */
}
.offer_circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.offer_circle p {
    background: #f8881c;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    padding: 19px;
    font-weight: bold;
    font-size: 20px;
}

.image-title {
    font-size: 20px;
    font-weight: 600;
}
.price {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
}
.bg-sec-offer {
    background: #fbf0df;
}

.social-icons {
    position: relative;
    list-style: none;
    padding-left: 0px;
}

.social-icons .si-tab {
    display: inline-block;
    padding: 10px;
}

.social-icons .si-tab > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 100ms ease;
    color: inherit;
}

.social-icons .si-tab > a > i {
    line-height: 32px;
    font-size: 32px;
}

.contact-section {
    list-style: none;
    padding-left: 0px;
    position: relative;
    justify-content: center;
    text-align: end;
}

.contact-section li {
    display: inline-block;
    margin: 0 5px;
}

.contact-section li a {
    font-size: 20px;
    display: inline-block;
    width: 43px;
    height: 43px;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #f8881c;
    transition: all 200ms ease;
}

.footer {
    background-color: rgb(230, 230, 230);
}

.head_img {
    width: 70px;
}

@media (max-width:767px) {
    .product-card {
        top: 0px;
        padding-top: 29px;
    }
    .social-icons .si-tab > a > i {
        font-size: 20px;
    }
    .offer_circle, .offer_circle p {
        display: none;
    }
}


@media (max-width:575px) {
    .contact-section {
        list-style: none;
        padding-left: 0px;
        position: relative;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .logo {
        text-align: center;
        margin: auto;
    }
    .ban-head {
        font-size: 31px;
        font-weight: bold;
    }
    .call-to-action .btn-call-act {
        font-size: 19px;
        padding: 10px 42px;
    }
    
    .sub-head {
        font-size: 38px;
    }
    .social-icons .si-tab {
        padding: 0px;
    }
    .bg-green::before {
        height: 100%;
        top: 0;
    }
}
