@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@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{
    font-family: 'roboto', 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;
}
.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;
    background-color: var(--color-background);
}

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

.template-container .busines-name h1{color: var(--color-business-name);}
.template-container .busines-name p{color: var(--color-tag-line);}
.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);}


.main_image{
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: auto;
    text-align: center;
}
.main_image img {
    
    width: 100%;
    border-radius:50%;
}
.temp-container{
    max-width: 800px;
    margin: auto;
}
.banner-bg-sec::before{
    content: '';
    background-color: #fff1cd;
    position: absolute;
    top: 0;
    width: 100vh;
    min-height: 150%;
    transform-origin: bottom;
    transform: translateY(-50%) scale(4);
    border-radius: 50%;
}
.banner-bg-sec{
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
    display: flex;
    justify-content: center;
}
.logo{
    position: relative;
    width: 80px;
    max-width: 100%;
    margin: auto;
}
.underline1 {
    max-width: 320px;
    width: 100%;
    border-top: 2px solid #FC865C;
}
.columns{
    width: 100%;
}
.product-card{
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #ebebeb;
}
 
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-color: #f4f4f4;
    border-radius: 10px 10px 0 0;
}

.price1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    color: #000;
}
.price2 {
    position: relative;
    font-size: 20px;
    color: #939393;
    
}
.price2:after {
    position: absolute;
    content: "";
    left: 3px;
    top: 43%;
    right: -6px;
    border-top: 2px solid;
    border-color: #FC865C;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.footer-bg{
    background-color: #04544E;
}
.img-thumb-footer{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
}
.social-icons .si-tab{
    display: inline-block;
    margin: 0 5px;
}
.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:hover{
    color: var(--color-text-color);
}
.social-icons .si-tab > a > i{
    line-height: 32px;
    font-size: 22px;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0px;
}
.contact-section li{
    display: inline-block;
    margin: 0 8px;
}
.contact-section li:first-child{
    margin-left:0px;
}
.contact-section li a{
    font-size: 20px;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    transition: all 200ms ease;
    background-color: #FC865C;
    
    border-radius: 8px;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    line-height: 1.5;
    color: #D44800;
    border-radius: 100px;
}


@media (max-width:767px) {
    .temp-container{
        max-width: 820px;
        margin: auto;
    }
}
@media (max-width:575px) {
    .banner-bg-sec::before{
        min-height: 164%;
    }
    
} 
