@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Helvetica');
@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: 'Poppins';
}


.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: Helvetica;
}
.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;
}
.bg-color{
    background-color: #f5f5f5;
}
.logo{
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
    width: 80px;
}
.banHead1{
    font-size: 48px;
    font-weight: bold;
}
.banHead2{
    font-size: 20px;
}
.sub-head{
    font-weight: bold;
}
.call-to-action .btn-call-act {
    font-size: 21px;
    padding: 11px 33px;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
.call-to-action .btn-call-act{
    color: var(--color-cta-button);
    background-color: var(--bgcolor-cta-button);
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
    display: flex;
    background: #000000;
    border-radius: 6px;
    box-shadow: 1px 4px 8px 0px #b7b1b1f5;
}
.contact-section li {
    display: inline-block;
    margin: 0px;
}
.contact-section li a{
    font-size: 22px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    transition: all 200ms ease;
}
.main-image, .offer-img{
    position: relative;
    height: 100%;
    width: 100%;
}
.banner-image{
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 1;
    width: 310px;   
}
.banner-image img{
    width: 310px;
    max-width: 100%;
}

.banner-image::before{
    position: absolute;
    content: '';
    background: #eef3f3;
    box-shadow: 3px 3px 4px 4px #ddd;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(10deg, 10deg);
    /* -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 79%);
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 79%); */
}
.temp-container{
    max-width: 820px;
    margin: auto;
}
.columns{
    padding: 20px;
    width: 100%;
}
.product-card{
    position: relative;
    width: 100%;
}
.img-thumb-one {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.img-thumb-one::before {
    content: '';
    width: calc(100% - 21px);
    height: calc(100% - 19px);
    background: #ff000000 !important;
    position: absolute;
    border: 3px dashed #fff;
    border-radius: 50%;
    right: 11px;
    top: 9px;
}
.columns:first-child .product-card::before, .columns:nth-child(3) .product-card::before{
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #2e2e2e;
}
.columns:first-child .product-card::before{
    bottom: 12px;
    left: -12px;
    border-radius: 40px 0px 0px;
}
.columns:nth-child(3) .product-card::before {
    bottom: 12px;
    left: 12px;
    border-radius: 0px 40px 0px 0px;
}
.img-thumb-footer {
    position: relative;
    width: 100%;
    padding-bottom: 72%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* transform: rotate(337deg); */
}
.offer-img{
    position: relative;
}
/* .offer-img::before{
    position: absolute;
    content: '';
    background-color: #d3d3d3;
    border-radius: 23px;
    top: -18px;
    left: 30px;
    width: 324px;
    height: 251px;
} */
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 146%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.columns:first-child .product-card .img-thumb{
    border-radius: 33px 0px 0px;
}
.columns:nth-child(3) .product-card .img-thumb{
    border-radius: 0px 33px 0px 0px;
}
.title-bar {
    background: #0b0b0bd9;
    position: absolute;
    bottom: -39px;
    width: 100%;
    text-align: center;
}
.price-clr{
    color: #f5f5f5;
}
.bg-color-footer{
    background-color: #000000;
    align-items: center;
}
.text-color-footer{
    color: #F3EEF0;
}
.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: 25px;
}
/* @media(min-width: 768px) and (max-width: 960px){
    .banner-image::before {
        width: 283px;
        height: 225px;
    }
} */
@media(max-width: 767px){
    .logo{
        margin: auto;
    }
    .banHead1 {
        font-size: 38px;
    }
    .sub-head {
        font-size: 27px;
    }
    .banner-image::before {
        width: 100%;
        height: 100%;   
        transform: none;
    }
    .title-bar {
        position: relative;
        bottom: 0;
    }
    .offer-img::before{
        display: none;
    }
    .social-icons .si-tab > a > i{
        font-size: 20px;
    }
}