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

/*:root{
    --color-business-name: #191d21;
    --color-tag-line: #191d21;

    --color-temp-head: #FFF;
    --color-temp-text: #FFF;

    --color-text-color: #FFF;

    --color-background: #000;

    --color-image-title1: #191d21;
    --color-image-title2: #191d21;
    --color-image-title3: #191d21;

    --color-icon-website: #191d21;
    --color-icon-location: #191d21;
    --color-icon-whatsapp: #191d21;
    --color-icon-contact: #191d21;

    --color-extra-head: #191d21;
    --color-extra-text: #191d21;
}*/

.template-container{
    font-family: 'Roboto', 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;
}
.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;
    background-color: var(--color-background);
}

.template-container h1,
.template-container h2,
.template-container h3,
.template-container h4,
.template-container h5,
.template-container h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

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


.main_image{
    position: relative;
    width: 100%;
}
.main_image img{
   width: 100%;
}
.ban-upper{
    position: absolute;
    right: 0;
    bottom: -56px;
    max-width: 350px;
    margin-top: 0px;
    min-height: 350px;
    background: #ed3535;
    margin: 0 30px 15px 0;
    border-radius: 20px;
}

.bg-color{
    background-color: #58a82b;
}

.logo{
    position: relative;
    width: 80px;
    max-width: 100%;
}
.outer_box {
    position: relative;
    box-shadow: 1px 1px 12px 0px #dccdcdb0;
}
.outer_box::before, .outer_box::after{
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
}
.outer_box::before {
    top: -9px;
    right: 0px;
    left: -8px;
    background-color: #ff7c34;
}
.outer_box::after {
    bottom: -9px;
    right: -9px;
    background-color: #58a82b;
    z-index: -1;
}
.image_sec{
    background-image: url('image-strip.png');
    background-size: cover;
    background-position: center;
    /*height: 1px;*/
    padding-bottom: 17.3%;
    position: relative;
}
.editableText {
    position: absolute;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    top: 17px;
    left: 0;
    right: 0;
}
.banHeadText {
    font-size: 75px;
}

.hrTop {
    border-top: 4px solid #ff7c34;
    width: 183px;
    margin-bottom: 0px;
}
.hrBtm {
    border-top: 4px solid #58a82b;
    width: 183px;
    margin-top: 0px;
}

.columns{
    /*width: 100%;
    max-width: 320px;
    padding: 10px;*/
    box-shadow: 3px 0px 14px -1px #ddddddc4;
    background: #fff;
    margin: 7px 0px;
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    
}
.product-card{
    position: relative;
    width: 100%;
    background: #fff;
}
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /*overflow: hidden;*/
    background-position: center;
    background-size: cover;
}
.product-card .img-thumb::after{
    content: attr(tag-name);
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 14px;
    color: #FFF;
    background-color: #ff7c34;
    line-height: 1.8;
    padding: 3px 17px;
    border-radius: 30px 0px 0px 30px;

}
.columns .title-bar{
    padding: 10px 5px;
    text-align: center;
}
.discountSec {
    position: absolute;
    right: -10px;
    top: 10px;
    background: #ed3535;
    color: #fff;
    padding: 1px 8px;
    font-size: 12px;
}
.price1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.price2 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #d9d6d6;
    padding-left: 14px;
}
.price2:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 43%;
    right: -7px;
    border-top: 2px solid;
    border-color: #d9d6d6;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.priceAmount {
    /* margin: 0px 15px -14px; */
    text-align: center;
    background: #58a82b;
    margin-top: auto;
}

.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
    text-align: center;
}
.social-icons .si-tab{
    display: inline-block;
    margin: 0 5px;
}
.social-icons .si-tab > a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 100ms ease;
    color: inherit;
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 3px 3px #ddd;
}
.social-icons .si-tab > a:hover{
    color: #ed3535;
}
.social-icons .si-tab > a > i{
    line-height: 32px;
    font-size: 16px;
}

.link_domain{
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 300ms ease;
}
.link_domain:hover{
    color: #fcc102;
    text-decoration: none;
}

.contact-tab{
    position: relative;
    padding: 10px 0px;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 0px;
}
.contact-section li{
    display: inline-block;
    margin: 0 4px; 
}
.contact-section li a{
    font-size: 22px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    background-color: #FFF;
    transition: all 200ms ease;
    border-radius: 50%;
    box-shadow: 1px 1px 10px 1px #424141;
}
.contact-section li a:hover{
    background-color: #00000020;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background-color: #ff7c34;
    line-height: 1.5;
    color: #fff;
    border-radius: 6px;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
/*.btn-call-act:hover {
    background-color: #58a82b !important;
    color: #fff;
}*/
.temp-container{
    max-width: 820px;
    margin: auto;
}
@media (min-width:576px) and (max-width:767px){
    .editableText {
        font-size: 17px;
        top: 11px;
    }
}

@media (max-width:767px) {
    .banHeadText {
        font-size: 51px;
    }
}
@media (max-width:575px) {
    .columns{
        margin: 10px auto;
        max-width: 420px;
    }
    .editableText {
        font-size: 30px;
        top: 18px;
    }   
}
@media (max-width:460px) {
    .editableText {
        font-size: 23px;
        top: 17px;
    }
}
@media (max-width:320px) {

    .editableText {
        font-size: 15px;
        top: 10px;
    }
}