@import url('https://fonts.googleapis.com/css?family=Raleway');
@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: 'Raleway';
}
.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-family: 'Raleway', 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;
}
.temp-container{
    max-width: 820px;
    margin: auto;
}
.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;
}
.hrline1, .hrline2 {
    border-bottom: 3px solid #f45858;
}
.hrline1{
    width: 79%;
    margin-left: 0;
}
.hrline2 {
    width: 176px;
}
.headImg, .headImg2{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.headImg{
    padding-bottom: 60%;
}
.headImg2{
    padding-bottom: 100%;
}

.banhead1{
    font-size: 50px;
    font-family: 'Raleway';
    color: #CD5F3E;
    font-weight: 200;
}
.headTxt{
    font-size: 56px;
    font-weight: 600;
}
.headPara{
    font-size: 18px;
}
.logo img{
    width: 80px;
    max-width: 100%;
}
.contactDiv{
    position: relative;
}
.call-to-action .btn-call-act {
    font-size: 22px;
    padding: 5px 30px;
    line-height: 1.5;
    border-radius: 32px;
}
.contact-div{
    padding-bottom: 104px;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    display: inline-block;
}
.contact-section li{
    display: inline-block;
    margin: 0 10px; 
}

.contact-section li a{
    font-size: 21px;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: #f45858;
    box-shadow: 0px 2px 5px 1px #d5d5d5;
    line-height: 48px;
    border-radius: 10px;
}
.banhead2{
    font-weight: bold;
    font-size: 40px;
}
.banmidcolor{
    background-color: #f3ebe2;
    position: relative;
}
.mainimage{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 268px;
    height: 371px;
    width: 800px;
    object-fit: cover;
}
.columns {
    width: 100%;
}
.product-card{
    position: relative;
    width: 100%;
    padding: 21px;
}
.product-card .img-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.columns:first-child .product-card .img-thumb, .columns:nth-child(4) .product-card .img-thumb {
    padding-bottom: 83%;
}
.columns:nth-child(2) .product-card .img-thumb, .columns:nth-child(3) .product-card .img-thumb {
    padding-bottom: 124%;
}
.columns:nth-child(3){
    margin-top: -72px !important;
}
.columns:nth-child(4){
    margin-top: 90px !important;
}
.product-card .img-thumb::after{
    position: absolute;
    top: 7px;
    left: 6px;
    font-size: 12px;
    color: #FFF;
    background-color: #d44800;
    padding: 1px 12px;
    border-radius: 30px;
}
.gallery_desc {
    background: #f7b941;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 291px;
    padding: 0px 43px;
}
.product_price{
    text-align: center;
    padding-bottom: 4px;
    padding-top: 5px;
    background-color: #fff;
}
.price-color{
    color: #000;
    font-weight: bold;
}
.footer-bg-clr {
    background-color: #f3ebe2;
}
.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.social-icons .si-tab{
    display: inline-block;
    margin-right: 16px;
}
.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: 28px;
}
.sideImages{
    position: relative;
    margin-top: 275px;
}

@media (min-width:768px) and (max-width: 1024px){
    .gallery_desc {
        width: 237px;
    }
}
@media (max-width:767px) {
    .main_image{
        padding-bottom: 125%;
    }
    .hrline1{
        margin: 0 auto;
    }
    .contact-div {
        padding-bottom: 0px;
    }
    .mainimage {
        position: relative;
        left: 0;
        transform: translate(0);
        top: 0;
        height: auto;
        width: auto;
    }
    .banhead2 {
        font-weight: bold;
        font-size: 29px;
    }
    .gallery_desc {
        width: 207px;
    }
    .columns:nth-child(3), .columns:nth-child(4){
        margin-top: 1.5rem !important;
    }
    .sideImages {
        margin-top: 0px;
    }
}
