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

/*:root{
    --color-business-name: #ffffff;
    --color-tag-line: #f2f2f2;

    --color-temp-head: #ffffff;
    --color-temp-text: #ffffff;

    --color-text-color: #ffffff;
    --color-background: #000000;

    --color-image-title1: #fff;
    --color-image-title2: #fff;
    --color-image-title3: #fff;

    --color-icon-website: #191d21;
    --color-icon-location: #191d21;
    --color-icon-whatsapp: #191d21;
    --color-icon-contact: #191d21;

    --color-extra-head: #fff;
    --color-extra-text: #fff;
}*/


.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: 400;
}
.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: 'Roboto', 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);}


.logo{
    position: absolute;
    width: 180px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    text-align: center;
    z-index: 2;
    /* margin: 0 auto 10px auto; */
}
.logo img{
    width: 100px;
    max-width: 100%;
}
.busines-name{
    text-align: center;
}
   
.hero-banner{
    position: relative;
    background-color: #000000;
}
.main_image{
    opacity: 0.6;
}
.main_image img{
    position: relative;
    max-height: 700px;
    object-fit: cover;
}
.hero-banner svg{
    position: absolute;
    left:0;
    right: 0;
    width: 100%;
    bottom: -1px;
}
/*.heading_text{
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
.banText {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 50%;
    z-index: 3;
}
/*.line_div{
    position: relative;
}
.line_div::before, .line_div::after{
    content: '';
    position: absolute;
    background: url(line.png);
    width: 100%;
    height: 34px;
    background-repeat: no-repeat;
}
.line_div::before{
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.line_div::after{
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
*/
.tmplt-container{
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: auto;
}
.cn-icons-top{
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%);
}

.font-700{
    font-weight: 700;
}
.middle-area{
    text-align: center;
    margin: 30px auto;
    max-width: 850px;
}
.divider{
    position: relative;
    margin: 35px auto;
    height: 1px;
    width: 150px;
    background-color: #000;
    opacity: 0.5;
}
.product-card{
    position: relative;
    width: 100%;
   /* max-width: 365px;*/
    margin: auto;
}
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    /* background-color: #fff; */
    background-position: center;
    background-size: cover;
    z-index: 2;
}
/*.product-card::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(60deg, rgb(12, 12, 12), rgb(56, 56, 56));
    z-index: 1;
}*/
.title-bar{
    background-color: #EEF0EF;
}
.bg_gallery_title{
   background: #FDDB22;
    padding: 15px 60px;
    display: inline-block;
    color: #000000;
}
.gallery_title{
    color: #000000;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: left;
    background: #FDDB22;
    padding: 0px 10px;
    box-shadow: 0px 3px 6px #929292;
}
.contact-section li{
    display: inline-block;
    margin: 0 3px; 
    padding: 10px 13px;
}
.contact-section li a{
    font-size: 18px;
    display: inline-block;
    width: 38px;
    border-radius: 50%;
    height: 38px;
    text-align: center;
    line-height: 40px;
    background-color: #060606;
    transition: all 200ms ease;
}
/* .contact-section li a:hover{
    background-color: rgba(0, 0, 0, 0.1);
} */
.contact-section li a i:before{
    color: #FDDB22;
}
.footer_background{
    background: #2B2B2B;
}
.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;
    border-radius: 50%;
    text-align: center;
    color: inherit;
}
.social-icons .si-tab > a:hover{
    color: #ffffff;
}
.social-icons .si-tab > a > i{
    line-height: 30px;
    font-size: 16px;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background-color: #FDDB22;
    line-height: 1.5;
    color: #000;
    border-radius: 0px;
    box-shadow: 0px 3px 6px #262222;
}
/*.btn-call-act:hover {
    background-color: #000 !important;
    color: #FDDB22;
}*/
/* .social-icons .si-tab > a.fb{background-color: #3b5998;}
.social-icons .si-tab > a.ig{background-color: #8a3ab9;}
.social-icons .si-tab > a.tw{background-color: #1DA1F2;}
.social-icons .si-tab > a.li{background-color: #0e76a8;}
.social-icons .si-tab > a.pr{background-color: #E60023;}
.social-icons .si-tab > a.yt{background-color: #FF0000;} */


@media (max-width:576px) {
   .banText .h3{
        font-size: 16px;
   }
   .logo img{
    width: 70px;
    max-width: 100%;
   }
   /*.line_div::before {
    top: -10px;
    }*/
}