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

.busines-name h5 {
    color: rgb(66, 17, 0);
    font-weight: bold;
}

.busines-name p {
    color: rgb(66, 17, 0);
    font-weight: bold;
}


.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 h5 {
    color: var(--color-business-name);
}

.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;
    color: var(--color-default-color);
}

.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;
}
.logo{
    width:80px;
    max-width:100%;
}
.ban-head {
    font-size: 77px;
    font-weight: bold;
}
.ban-para {
    font-size: 26px;
    font-weight: 600;
}
.sub-head {
    font-size: 38px;
    font-weight: 600;
}
.sub-para {
    font-size: 20px;
}
.bg-grey {
    background: linear-gradient(180deg, #f6e4f3, transparent);
}
.other_gal_images:nth-child(2) .img-gal-div{
    margin-top: 26px;
}
.other_gal_images:nth-child(3) .img-gal-div{
    margin-top: 52px;
}
.img-gal-div{
    position: relative;
}
.other-gal-title{
    position: absolute;
    bottom: 10px;
    font-size: 19px;
    width: 100%;
    background-color: #560052e6;
    padding: 17px 25px;
    border-radius: 39px;
    text-align: center;
}
.img-thumb-img {
    position: relative;
    width: 100%;
    padding-bottom: 132%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.columns {
    width: 100%;
}
.img-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.main_image {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 1;
    width: 310px;
}
.main_image img{
    width: 310px;
    max-width: 100%;
}

.main_image::before{
    position: absolute;
    border: 2px solid #bc89b5;
    content: "";
    top: 0;
    left: -23px;
    width: 100%;
    height: 100%;
    transform: rotate(12deg);
    z-index: -1;
}

.call-to-action .btn-call-act {
    font-size: 28px;
    padding: 13px 43px;
    line-height: 1.5;
    border-radius: 43px;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
.product-card {
    position: relative;
    width: 100%;
    padding: 0px;
}
.product-card > .img-thumb.show-tag::after {
    content: attr(tag-name);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #FFF;
    padding: 10px 22px;
    border-radius: 20px 0px 0px;
    line-height: 1.2;
    font-weight: 600;
}
.image-title {
    font-size: 20px;
    font-weight: 600;
}
.price {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: #bc89b5;
    padding: 5px 10px;
    border-radius: 10px;
}
.bg-sec-offer {
    background: linear-gradient(74deg, #C3BBFD, #FDD9E7);
    border-radius: 20px;
}

.social-icons {
    position: relative;
    list-style: none;
    padding-left: 0px;
}

.social-icons .si-tab {
    display: inline-block;
    margin: -3px;
    background: #bc89b5;
    padding: 10px;
}

.social-icons .si-tab > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 100ms ease;
    color: inherit;
}

.social-icons .si-tab > a > i {
    line-height: 32px;
    font-size: 25px;
}

.contact-section {
    list-style: none;
    padding-left: 0px;
    position: relative;
    justify-content: center;
    text-align: end;
}

.contact-section li {
    display: inline-block;
    margin: 0 5px;
}

.contact-section li a {
    font-size: 20px;
    display: inline-block;
    width: 43px;
    height: 43px;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: rgb(188 137 181);
    transition: all 200ms ease;
}

.footer {
    background-color: rgb(230, 230, 230);
}

.head_img {
    width: 70px;
}

.banner_img {
    position: relative;
    margin: 10px 0px;
    max-width: 100%;
    padding-bottom: 25%;
}

.banner_img1 {
    width: 500px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(5px 10px 15px rgb(180, 152, 152));
}

.banner_img2 {
    position: absolute;
    top: -77px;
    right: 105px;
}

.banner_width {
    width: 90px;
}

.banner_text {
    position: relative;
    top: 67px;
    left: 30px;
}

.offer {
    line-height: 0px;
}

.discount {
    position: absolute;
    top: 50px;
    transform: translateY(-50%);
    left: 18px;
    color: #fff;
    font-weight: bold;
    font-family: Montserrat;
}

.discount p {
    line-height: 14px;
}

.title_bg{
    background-color: #B51E00;
    border-radius: 0 0 0 50px;
}

@media (max-width:767px) {
    .ban-head {
        font-size: 48px;
    }
    .contactDiv {
        position: relative;
        left: 0;
    }
    .other-gal-title {
        font-size: 18px;
    }
    .contact-section li {
        margin: 0px 7px;
    }
    .social-icons .si-tab > a > i {
        font-size: 20px;
    }
}


@media (max-width:575px) {
    .contact-section {
        list-style: none;
        padding-left: 0px;
        position: relative;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .logo {
        text-align: center;
        margin: auto;
    }
    .ban-head {
        font-size: 40px;
        font-weight: bold;
    }
    .main_image::before {
        left: 0;
        transform: rotate(3deg);
    }
    .call-to-action .btn-call-act {
        font-size: 19px;
        padding: 10px 42px;
    }
    .other_gal_images:nth-child(2) .img-gal-div, .other_gal_images:nth-child(3) .img-gal-div{
        margin-top: 20px;
    }
    
    .image-title, .price, .product-card > .img-thumb.show-tag::after, .sub-para {
        font-size: 14px;
    }
    .sub-head {
        font-size: 25px;
    }
    .social-icons .si-tab {
        padding: 0px;
    }
}
