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

/*:root{
    --color-business-name: #ffffff;
    --color-tag-line: #f2f2f2;

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

    --color-text-color: #ffffff;
    --color-background: #000000;

    --color-image-title1: #fff;
    --color-image-title2: #fff;
    --color-image-title3: #fff;

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

    --color-extra-head: #fff;
    --color-extra-text: #fff;
}*/


.template-container{
    font-family: 'Montserrat', 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: 400;
}
.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: 'Montserrat', serif;
}

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

.logo img{
    width: 80px;
    max-width: 100%;
}
.bannerImg_text {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 33px;
}
.banHead_big{
    font-size: 60px;
}
.banHead_small{
    font-size: 23px;
}
.image_sec{
    background-image: url('banner_strip.png');
    background-size: cover;
    background-position: center;
    padding-bottom: 26%;
    position: relative;
}
.editableText {
    position: absolute;
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    font-family: 'PT Serif';
}
.tmplt-container{
    position: relative;
    width: 850px;
    max-width: 100%;
    margin: auto;
}
.font-700{
    font-weight: 700;
}
.product-card{
    position: relative;
    width: 100%;
   /* max-width: 365px;*/
    margin: auto;
}
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    z-index: 2;
}
.price1 {
    font-size: 25px;
    font-weight: bold;
    padding: 4px 22px;
    border-radius: 50px;
}
.price2 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #A8A5A5;
    padding-left: 17px;
}
.price2:after {
    position: absolute;
    content: "";
    left: 14px;
    top: 43%;
    right: -6px;
    border-top: 2px solid;
    border-color: #A8A5A5;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.priceAmount {
    text-align: center;
    padding: 10px;
    background-color: #000;
}
.offerSec{
    background-color: #FF4848;
    text-align: center;
    padding: 10px;
}
.offerSec .headP {
    font-family: PT serif;
}
.offerBorder {
    border: 2px dashed #000;
    padding: 15px 10px;
}
.side_iconRotate img {
    transform: rotate(180deg);
}

.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
    display: inline-block;
}
.contact-section li{
    display: inline-block;
    padding: 0px 7px;
}
.contact-section li a{
    font-size: 19px;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    background-color: #000;
    transition: all 200ms ease;
}
.footBg{
    background: #000;
}
.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: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: inherit;
    background: #fff;
}
.social-icons .si-tab > a:hover{
    background: #FF4848;
    color: #fff;
}
.social-icons .si-tab > a > i{
    font-size: 18px;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background-color: #FF4848;
    line-height: 1.5;
    color: #fff;
    border-radius: 12px;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
/*.btn-call-act:hover {
    background-color: #000 !important;
    color: #fff;
}*/
@media (min-width:768px) and (max-width: 900px){
    
}
@media (max-width:767px) {
    
}
@media (max-width:500px) {
  .bannerImg_text {
        position: relative;
        top: 20px;
        border: 2px solid #ff4848;
        transform: translateX(-50%);
    }
    .banHead_big {
        font-size: 35px;
    }
}