@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");
.template-container h1,
.template-container h2,
.template-container h3,
.template-container h4,
.template-container h5,
.template-container h6{
    font-family: 'Poppins', serif;
}

.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-main{
    position: relative;
    width: 100%;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}
.template-container{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    position: relative;
    width: 100%;
    max-width: 991px;
    margin-bottom: 3rem;
    margin: auto;
    z-index: 1;
    font-weight: 300;
}
.backgroundImg{
    background-image: url("background_strips.png");
    background-color: #504F74;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_bg_flower{
    background-image: url("background_flower.png");
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
    background-size: contain;
}
.tiTle{
    width: 300px;
    max-width: 100%;
}
.BannerJwelImg{
    outline: 2px dotted;
    outline-offset: -15px;
    border: 1px dashed white;
    padding: 5px;
    border-radius: 50px;
    position: relative;
}
.Design1 img{
    position: absolute;
    top: -13%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
}
.Design2 img{
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
    bottom: -73%;
    left: 50%;
}
.main_image{
    position: relative;
}
.banHead1 {
    font-size: 110px;
    margin: 0;
    color: #fff;
    letter-spacing: 33px;
}
.temporary-container{
    max-width: 800px;
 }
.banHead2{
    margin: 0;
    font-weight: 400;
    letter-spacing: 5px;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background-color: #212529;
    line-height: 1.5;
    color: #fff;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
/*.btn-call-act:hover {
    background-color: #504F74 !important;
    color: #fff;
}*/
.bg-strip {
    background-color: #343434;
}
.contactDiv{
    max-width: 400px;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: center;
}
.contact-section li{
    display: inline-block;
}
.contact-section li a{
    font-size: 33px;
    text-align: center;
    padding-inline: 30px;
}
.temp-container{
    max-width: 850px;
    margin: auto;
}
.OfferTitle{
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5px;
} 
.OfferImg{
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.shipping-card{
    position: relative;
    width: 100%;
}
.shipping-card .shipping-img-thumb{
    position: relative;
    width: 40%; 
    padding-bottom: 40%;
    overflow: hidden;
    background-position: center;
    background-size: contain; 
    border: 1px solid #707070; 
    border-radius: 100%;
    background-repeat: no-repeat;
    margin-inline: auto;
}
/* .shipping-description{
    margin-bottom: 40px;
} */
.title-bar{
    text-align: left;
    color: aliceblue;
}
.title_bg{
    position: relative;
    /*width: 100%*/; 
    padding: 10px;
    background: rgb(37 35 35 / 94%);
}
.columns{
    height: 100%;
    background-color: #262424;
}
.product-card{
    position: relative;
    width: 100%;
}
.product-card .img-thumb{
    position: relative;
    width: 100%; 
    padding-bottom: 128%;
    overflow: hidden;
    background-position: center;
    background-size: contain; 
    background-repeat: no-repeat;
}
.product-card .img-thumb::after{
    content: "\F415";
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 12px;
    color: #FFF;
    background-color: #FC5959;
    padding: 4px 9px 1px 8px;
    border-radius: 15px;
    font-family: 'bootstrap-icons';
}
.price1 {
    font-size: 23px;
    font-weight: bold;
    color: aliceblue;
    padding-right: 17px;
}
.price2 {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #b5b2b2;
}
.price2:after {
    position: absolute;
    content: "";
    left: 13px;
    top: 43%;
    right: -4px;
    border-top: 2px solid #b5b2b2;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.offer2_img{
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.offer2_bg{
    background-color: #F4F5F7;
}

.offer2Head2{
    font-weight: 600;
}

.footer{
    background-color: #343434;
}
.footerImg{
    text-align: center;
    padding-bottom: 90%;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: 100% 100%;
}    
.Offer_bg{
    position: relative;
}
.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: 19px;
    color: #fff;
}
.logo{
    width: 80px;
    max-width: 100%;
    padding-bottom: 25px;

}
.offer_text{
    line-height: 1.4;
    font-weight: 300;
}
.business-address {
    color: #fff;
}

@media(max-width: 767px){
    .footerImg{
        text-align: left;
    }
    .title-bar{
        padding-left: 0px;
    }
}
@media(max-width: 734px){
    .product_name, .price2{
        font-size: 13px;
    }
    .price1{
        font-size: 17px;
    }
    .price2{
        padding-left: 4px;
    }
    .price2:before{
        left: -1px;
        top: 43%;
        right: -5px;
    }
}

@media(max-width: 575px){
    .Design0, .Design1, .Design2, .Design3{
        display: none;
    }
    .tiTle{
        padding-top: 50px;
    }
    .banHead1{
        font-size: 90px;
     }
    .title-bar, .product_price{
        text-align: center;
    }
    
    .product_name {
        font-size: 21px;
    }
    .price1 {
        font-size: 25px;
    }
    .price2 {
        font-size: 18px;
        padding-left: 25px;
    }
    .price2:before{
        left: 15px;
        top: 47%;
        right: -8px
    }
}

@media(max-width: 360px){
    .banHead1{
        font-size: 70px;
        letter-spacing: 21px;
        padding-left: 26px;
    }
    .banHead2{
        letter-spacing: 1px;
    }
    .social-icons .si-tab {
        margin-right: 8px;
    }
    .contact-section li a {
        font-size: 25px;
        padding-inline: 15px;
    }
}
