@import url('https://fonts.googleapis.com/css?family=Poppins');
@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 h1,
.template-container h2,
.template-container h3,
.template-container h4,
.template-container h5,
.template-container h6{
    font-family: 'Poppins', 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);
}


.template-container{
    font-family: 'Poppins', 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);
}
.temp-container{
    max-width: 820px;
    margin: auto;
}
.main-right-tab{
    padding: 40px 0;
    background-color: #FFF;
}
.logo{
    position: relative;
    width: 70px;
    max-width: 100%;
    top: -132px;
}
.marText {
    margin-top: -53px;
}
.banHead1 {
    font-size: 44px;
    margin: 0;
}
.banHead2 {
    font-size: 81px;
    margin: 0;
    font-weight: bold;
    color: #ffee15;
    line-height: 0.8;
}
.banHead3 {
    margin: 0;
    font-size: 45px;
    font-weight: bold;
}
.main_image{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.main_image img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-red{
    background-color: #FF3123;
}
.columns{
    width: 100%;
    padding: 10px;
    box-shadow: 3px 0px 14px -1px #ddddddc4;
    margin: 7px 0px;
    background: #fff;
    border-radius: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card{
    position: relative;
    width: 100%;
}
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border: 2px solid #d5d4d4;
    border-radius: 30px;
}

.product-card .img-thumb::after{
    content: attr(tag-name);
    position: absolute;
    top: 7px;
    left: 6px;
    font-size: 12px;
    color: #FFF;
    /*background-color: #d44800;*/
    padding: 1px 12px;
    border-radius: 30px;
}
.price1 {
    font-size: 21px;
    font-weight: bold;
    color: #67B914;
    padding: 4px 22px;
    border-radius: 50px;
}
.price2 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #b5b2b2;
    padding-left: 17px;
}
.price2:after {
    position: absolute;
    content: "";
    left: 3px;
    top: 43%;
    right: -6px;
    border-top: 2px solid;
    border-color: #b5b2b2;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.priceAmount {
    text-align: center;
    margin-top: auto;
}
.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.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;
    transform: scale(1);
    transition: all 100ms ease;
    color: inherit;
}
.social-icons .si-tab > a > i{
    line-height: 32px;
    font-size: 22px;
}

.link_domain{
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}
.contactDiv {
    position: absolute;
    left: 31px;
    bottom: -20px;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.contact-section li{
    display: inline-block;
    margin: 0 10px; 
}
.contact-section li a{
    font-size: 21px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background-color: #FFF;
    transition: all 200ms ease;
    box-shadow: 0px 2px 5px 1px #d5d5d5;
}
.Offer_bg{
    border: 2px solid #ffee15;
    position: relative;
    /*background: url('offerBg.png');*/
}
.Offer_bg .offer_borderImg:first-child img {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.Offer_bg .offer_borderImg:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: -79px;
    transform: rotate(90deg);
}
.Offer_bg .offer_borderImg:nth-child(3) img {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.Offer_bg .offer_borderImg:nth-child(4) img {
    position: absolute;
    top: 50%;
    right: -81px;
    /*transform: translateY(-50%);*/
    transform: rotate(90deg);
}
span.offer_txt {
    background: #333333;
    padding: 12px 18px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 12px;
}
.footer{
    background-color: #333333;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background-color: #ff3123;
    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: #333333 !important;
    color: #fff;
}*/
@media (max-width:767px) {
    .main_image{
        padding-bottom: 125%;
    }
    .contactDiv {
        position: relative;
        left: 0;
    }
}
@media (max-width:567px) {
    .offer_img img {
        width: 24px;
    }
    span.offer_txt {
        padding: 12px 5px;
        font-size: 9px;
    }
}