@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

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


.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-size: 15px;
    position: relative;
    width: 100%;
    max-width: 991px;
    margin-bottom: 3rem;
    margin: auto;
    z-index: 1;
    font-weight: 300;
    font-family: Poppins;
}
.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;
}
.inner-wrapper{
    padding-bottom: 30px;
}
.bg-color{
    background-color: #E5D0CF;
    background-image: url("banner-bg.png");
    background-size: cover;
}
.logo{
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
    width: 80px;
}
.asset-image{
    position: relative;
}
.asset1, .asset2{
    position: absolute;
    width: 42px;
}
.asset1{
    top: -3%;
}
.asset2 {
    right: 65px;
    bottom: 36px;
}
.call-to-action .btn-call-act{
    color: var(--color-cta-button);
    background-color: var(--bgcolor-cta-button);
    font-size: 17px;
    padding: 5px 30px;
    line-height: 1.5;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
    display: flex;
}
.contact-section li {
    display: inline-block;
    margin: 0px 9px;
}
.contact-section li a{
    font-size: 25px;
}
.main-image{
    position: relative;
    height: 100%;
    width: 100%;
}
.main-image{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.offer-img{
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 195px;
}
.border_style{
    border: 2px solid #D25479;
    padding: 17px;
    border-radius: 49% 49% 0 0;
}
.banner-image{
    border: 7px solid #ffffff;
    border-radius: 50%;
    padding: 1px;
}
.main-image img{
    border-radius: 50%;
}
.temp-container{
    max-width: 820px;
    margin: auto;
}
.offer-text-head{
    font-weight: 600;
    line-height: 1.4;
}
.offer-text{
    width: 67%;
    margin: auto;
}
.columns{
    padding: 30px;
    width: 100%;
}
.product-card{
    position: relative;
    width: 100%;
    border: 2px solid #d69278;
    border-radius: 50%;
    padding: 7px;
}
.img-thumb-one {
    position: relative;
    width: 100%;
    padding-bottom: 123%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 49% 49% 0 0;
}
.img-thumb-footer-border{
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 7px;
}
.img-thumb-footer {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.product-card .img-thumb::before{
    content: '';
    width: calc(100% - 21px);
    height: calc(100% - 19px);
    background: #ff000000 !important;
    position: absolute;
    border: 2px dashed #fff;
    border-radius: 50%;
    right: 11px;
    top: 9px;
}
.columns:nth-child(2){
    margin-top: 80px;
}
.price2{
    font-weight: 700;
    color: #8A2410;
}
.title-bar p{
    font-weight: 600;
}
.priceAmount{
    text-align: center;
}

.bg-color-footer{
    background-color: #d69278;
    align-items: center;
}
.text-color-footer{
    color: #F3EEF0;
}
.product-list{   
    padding-left: 0px;
    position: relative;
    width: 100%;
    line-height: 1;
    text-align: left;
}

.list-section li{
    margin: 0px 0px; 
}
.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.social-icons .si-tab{
    display: inline-block;
    margin: 3px 4px;
}
.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: 23px;
}
.link-domain{
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}
@media(max-width: 935px){
    .contact-section li {
        margin-right: 27px;
        margin-left: 0px;
    }
    .contact-section li a {
        font-size: 27px;
    }
}
@media(max-width: 767px){
    .marText, .offer-img, .main-image{
        text-align: center;
    }
    .contact-section{
        justify-content: center
    }
    .social-icons{
        padding-left: 0px;
    }
    .social-icons .si-tab{
        margin: 0px 0px;
    }
    .social-icons .si-tab > a > i{
        font-size: 20px;
    }
    .social-icons .si-tab > a{
        width: 33px;
        text-align: left;
    }
    .title-bar-text{
        font-size: 25px;
     }
}
@media(max-width: 575px){
    .contact-section li{
        margin-right: 15px !important;
        margin-left: 15px;
    }
    .contact-section li a {
        font-size: 28px;
    }
    .offer-text-head{
        font-size: 23px;
        line-height: 1.1;
    }
    .offer-text{
        font-size: 14px;
    }
    .text-color-footer{
        text-align: center;
    }
    .columns:nth-child(2){
        margin-top: 10px;
    }
    .offer-img {
        position: relative;
        bottom: 0;
    }
    .banHead1 {
        font-size: 30px;
    }
}
@media(max-width: 360px){
    .asset1, .asset2{
        display: none;
    }
     .contact-section li {
        margin-right: 10px !important;
        margin-left: 10px;
    }
    .contact-section li a {
        font-size: 24px;
    }
    .contactDiv{
        padding-bottom: 10px !important;
    }
    .main-image img, .offer-img img{
        padding: 10px;
    }   
    .business-name{
        font-size: 20px;
    }
    .social-icons .si-tab > a > i {
        font-size: 17px;
    }
    
}