@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Roboto:wght@300&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

.template-container{
    font-family: 'Roboto', 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);
}

.template-container h1,
.template-container h2,
.template-container h3,
.template-container h4,
.template-container h5,
.template-container h6{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

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


.main_image{
    position: relative;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}
.main_image img{
   width: 100%;
}

.busines-name{
    text-align: center;
}

.logo{
    position: relative;
    width: 70px;
    max-width: 100%;
}

.main-content-tab{
    position: relative;
    width: 100%;
}
.main-content-tab::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(240, 240, 240);
    width: calc(100% - 15px);
    height: calc(100% - 15px);
}
.main-content-tab::after{
    position: relative;
    width: 100%;
    height: 15px;
    content: "";
    background: transparent;
    display: block;
}
.main-content-tab .mct-inner{
    position: relative;
    width: calc(100% - 15px);
    padding: 30px;
    background-color: #FFF;
    
}

/* .columns{
    width: 100%;
    max-width: 250px;
    padding: 10px;
} */
/* .columns:first-child{
    margin-top: 50px;
} */
.product-card{
    position: relative;
    width: 100%;
}
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    border-radius: 30px;
    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 2px;
}
.social-icons .si-tab > a{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #393535;
    /* transform: scale(1); */
    transition: all 300ms ease;
    color: inherit;
}
.social-icons .si-tab > a:hover{
    /* transform: scale(1.1); */
    color: #393535;
}
.social-icons .si-tab > a > i{
    line-height: 37px;
    font-size: 16px;
}

.link_domain{
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 300ms ease;
}
/* .link_domain:hover{
    color: #393535;
    text-decoration: none;
} */


.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.contact-section li{
    display: inline-block;
    margin: 0 5px; 
}
.contact-section li a{
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #2b2b2b;
    transition: all 200ms ease;
    border-radius: 50%;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}
.contact-section li a:hover{
    background-color: #000;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 25px;
    background-color: #2b2b2b;
    line-height: 1.5;
    color: #fff;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
/*.btn-call-act:hover {
    background-color: #fff !important;
    color: #000;
}*/
@media (min-width:768px) {
    .contact-tab{
        position: absolute;
        right: 0;
        bottom: 0;
        border-top-left-radius: 100px;
    }
    .contact-section{
        justify-content: center;
    }
}

.temp-container{
    max-width: 820px;
    margin: auto;
}



@media (min-width:576px) {
    .busines-name{
        text-align: left;
    }
    .social-icons{
        text-align: right;
    }
    .contact-section{
        justify-content: right;
    }
}
@media (max-width:767px) {
    .main_image{
        margin-bottom: 20px;
    }
}
@media (max-width: 575px){
    .logo{
        margin: auto;
    }
}