@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Poppins:wght@300;500&display=swap');
@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: 'Playfair Display', 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);
}
.main-right-tab{
    padding: 40px 0;
    background-color: #FFF;
}
.logo{
    position: relative;
    width: 100px;
    max-width: 100%;
    margin: 0 auto 20px auto;
}
.busines-name{
    text-align: center;
}
.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%);
}
.columns{
    width: 100%;
    max-width: 325px;
    padding: 10px;
    margin: auto;
}
.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;
}
.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;
    transform: scale(1);
    transition: all 100ms ease;
    color: inherit;
}
.social-icons .si-tab > a:hover{
    transform: scale(1.1);
}
.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;
}
.tel-number a:hover{
    text-decoration: none;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
}
.contact-section li{
    display: inline-block;
    margin: 0 10px; 
}
.contact-section li a{
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    text-align: center;
    line-height: 38px;
    background-color: #FFF;
    transition: all 200ms ease;
}
.contact-section li a:hover{
    background-color: #00000020;
}
.contact-section li a:hover i.bi{
    color: #FFF!important;
}

.half-bottom{
    max-width: 820px;
    margin: auto;
}
.call-to-action .btn-call-act {
    font-size: 20px;
    padding: 7px 34px;
    background-color: #000;
    color: inherit;
    border-radius: 0px;
}
/*a.btn-call-act:hover {
    border: 1px solid #000 !important;
    background-color: white !important;
    color: #000;
}*/
.btn:not(.btn-social):not(.btn-social-icon):active, .btn:not(.btn-social):not(.btn-social-icon):focus, .btn:not(.btn-social):not(.btn-social-icon):hover {
    border-color: #000 !important;
    background-color: white;
    color: #000;
}

@media (min-width:768px) {
    .logo{
        margin: 0 0 0 auto;
    }
    .main-right-tab{
        min-height: 550px;
    }
    .columns:first-child{
        padding-left: 0px;
        margin-left: 0px;
    }
    .columns:last-child{
        padding-right: 0px;
        margin-right: 0px;
    }
    
    .link_domain{
        text-align: center;
    }
}

@media (min-width:576px) {
    .social-icons{
        text-align: right;
    }
}

@media (max-width:767px) {
    .main_image{
        padding-bottom: 125%;
    }
}