@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

.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);}

.template-container h1,
.template-container h2,
.template-container h3,
.template-container h4,
.template-container h5,
.template-container h6{
    font-family: 'Roboto', Times, serif;
}
.template-container{
    font-size: 16px;
    color: var(--color-default-color);
    position: relative;
    width: 100%;
    max-width: 991px;
    margin-bottom: 3rem;
    margin: auto;
    z-index: 1;
    font-weight: 400;
    font-family: 'Lato', serif;
}
/* .tem_text{
    font-family: 'Times New Roman', Times, serif; 
}*/
.logo{
    width: 80px;
    max-width: 100%;
}
.bannerImg img{
    width: 300px;
    max-height: 300px;
    object-fit: cover;
}

.tem_text5{
    /* font-family: 'Times New Roman', Times, serif; */
    font-weight: 600;
}
.template-main{
    position: relative;
    width: 100%;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}
.temp-container{
    max-width: 820px;
    margin: auto;
}
.banner-bg-clr{
    background-color: #ce011f;
}
.social-icons1 a i{
    color: #F4C60C;
}
.contact-section{
    list-style: none;
    position: relative;
    display: flex;
    justify-content: end;
}
.contact-section li{
    display: inline-block;
    margin: 0; 
}
.contact-section li a {
    font-size: 21px;
    display: inline-block;
    width: 45px;
    text-align: center;
}
.bannerSec{
    color: black;
    position: relative;
    width: 500px;
    height: 333px;
    border: 4px solid #fff;
    margin: 0 auto;
}
.bannerImg {
    position: absolute;
    top: 0%;
    width: 350px;
    right: -23%;
}
.banhead1{
    font-family:'san serif';
    font-size: 47px;
}
.banhead2{
    font-family:'Great vibes';
    font-size: 80px;
    line-height: 70px;
}
.ban_tag_offer1, .ban_tag_offer2{
    position: absolute;
    left: 45px;
    background: #151d3b;
    padding: 5px 5px;
}
.ban_tag_offer1 {
    top: -23px;
}
.ban_tag_offer2 {
    bottom: -23px;
}
.ban_tag_text {
    padding: 3px;
    border: 1px solid #ddd;
    font-weight: bold;
}
.img-thumb-img{
    position: relative;
    width: 100%;
    padding-bottom: 69%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.img-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 61%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.product-card > .img-thumb::after {
    content: attr(tag-name);
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #FFF;
    width: 60px;
    height: 60px;
    background: rgb(195, 67, 67);
    padding: 1px 9px;
    border-radius: 50%;
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.gallery_box:first-child .gallery_desc, .gallery_box:nth-child(2) .gallery_desc_2 {
    background: #ffd2a6;
}
.price{
    width: 345px;
    max-width: 100%;
    margin: auto;
}
.price1 {
    font-weight: bold;
    color:#ce011f;
    padding-left: 15px;
}
.price2 {
    position: relative; 
    font-weight: bold;
    color:#151d3b;
}
.price2:after {
    position: absolute;
    content: "";
    left: -6px;
    top: 43%;
    right: -6px;
    border-top: 1.5px solid;
}
.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.social-icons .si-tab{
    display: inline-block;
    margin: 10 10px;
}
.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: 20px;
    color: inherit;
    padding-right: 12px;
}
.call-to-action .btn-call-act {
    font-size: 21px;
    padding: 5px 21px;
    background-color: #000;
    line-height: 1.5;
    color: #fff;
    border-radius: 0px;
    /* box-shadow: -1px 1px 3px rgb(0 0 0 / 20%); */
}
/*.btn-call-act:hover {
    background-color: #fff !important;
    color: #878787;
}*/
@media(max-width: 992px){
    .banhead1{
        font-size: 30px;
    }
   .banhead2 {
        font-size: 106px;
    }
}
@media(max-width: 767px){
    .contact-section{
        padding-left: 0px;
        justify-content: center;
    }
    .banhead1 {
        font-size: 40px;
    }
    .banhead2{
        font-size: 60px;
    }
    .logo{
        margin:auto;
    }
    .bannerSec {
        width: 100%;
        height: auto;
    }
    .bannerImg {
        position: relative;
        top: 0;
        right: 0;
        width: 348px;
        margin: 0 auto;
    }
    /* .ban_tag_offer1{
        right: 50%;
        transform: translateX(-50%);
    } */
    .ban_tag_offer1, .ban_tag_offer2{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width:567px){
    .banhead1{
        font-size: 35px;
    }
    .banhead2{
        font-size: 50px;
    }
    .bannerImg {
        width: 305px;
    }
}
@media(max-width:425px){
    .contact-section li a {
        font-size: 18px;
    }
    .banhead2 {
        font-size: 40px;
    }
    .banhead1 {
        font-size: 26px;
    }
    .social-icons .si-tab {
        margin: 10px 5px;
    }
    .bannerImg {
        width: 211px;
    }
}
@media(max-width:320px){
    .banhead1 {
        font-size: 23px;
    }
    .banhead2 {
        font-size: 30px;
    }
}