@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;
}
.logo{
    width: 80px;
    max-width: 100%;
}
.template-main{
    position: relative;
    width: 100%;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}
.main_image img{
    max-height: 600px;
    object-fit: cover;
}
.temp-container{
    max-width: 820px;
    margin: auto;
}
.social-icons1 a i{
    color: #F4C60C;
}
.contact-section{
    list-style: none;
    position: absolute;
    display: inline-block;
    background-color: #45342c;
    right: 0;
    top: -7px;
}
.contact-section li a {
    font-size: 20px;
    display: inline-block;
    padding: 10px 11px;
}
.ban_txt_sec {
    position: relative;
}
.ban_txt_inner{
    position: absolute;
    bottom: 0;
    background: #45342ccc;
    width: 90%;
}
.ban_txt_inner_round {
    position: absolute;
    right: 0px;
    bottom: -17px;
    background: #bc9665;
    border-radius: 50%;
    width: 172px;
    text-align: center;
    border: 6px solid #FFF;
    padding: 11px;
}
.ban_round_text {
    display: flex;
    flex-direction: column;
}
.ban_round_text p{
    line-height: 1.9;
}
.ban_round_text .price-bold{
    font-size: 40px;
    font-weight: bold;
}
.ban_tag_text {
    padding: 20px 0px 20px 42px;
    font-weight: bold;
    font-size: 61px;
}
.img-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.product-card > .img-thumb::after, .gallery_box:nth-child(2) .product-card > .img-thumb::after{
    content: attr(tag-name);
    position: absolute;
    font-size: 12px;
    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;
    border: 2px solid #fff;
}
.product-card > .img-thumb::after {
    right: 5px;
    bottom: 5px;
}
.gallery_box:nth-child(2) .product-card > .img-thumb::after {
    left: 5px;
    top: 5px;
}
.gallery_box .gal_title_para{
    text-align: center;
}
.gallery_box:first-child .product-card, .gallery_box:nth-child(3) .product-card {
    margin-top: 77px;
}

.footer-bg-clr {
    background: #e8e6e5;
    position: relative;
}
.footer-bg-clr::before{
    content: '';
    position: absolute;
    background: #bc9665;
    height: 14px;
    width: 300px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.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%); */
}
@media(max-width: 767px){
    .contact-section{
        padding-left: 0px;
        justify-content: center;
    }
    .logo{
        margin:auto;
    }
    .ban_txt_inner_round {
        bottom: -25px;
        width: 140px;
    }
    .ban_tag_text {
        font-size: 38px;
    }
    .ban_round_text p {
        line-height: 1.4;
    }
    .gallery_box:first-child .product-card, .gallery_box:nth-child(3) .product-card {
        margin-top: 0px;
    }
    .gal_title_para{
        text-align: center;
        margin-bottom: 15px;
    }
    
}
@media (max-width:567px){
    .contact-section li a {
        font-size: 18px;
    }
    .social-icons .si-tab {
        margin: 10px 5px;
    }
    .ban_txt_inner_round {
        width: 122px;
        padding: 10px;
    }
    .ban_tag_text {
        padding: 20px 0px 20px 19px;
        font-size: 25px;
    }
    .ban_round_text .price-bold {
        font-size: 28px;
    }
}
@media (max-width:350px) {
    .ban_txt_inner_round {
        width: 102px;
        padding: 2px;
        bottom: -13px;
    }
        
}