@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&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: 1rem;
    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: 'Roboto', sans-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);}

.temp-container{
    max-width: 800px;
    margin: auto;
}
.main_image{
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    min-height: 500px;
}
.main_image img {
    width: 100%;
}
.overlayImg:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #F4E8DA 20%, #f4e8dab0 49%, #ffffff00 74%);
}
.font-weight-light{
    font-weight: 300;
}
.font-weight-dark{
    font-weight: 700;
}
.bg-white1 {
    background: #fff!important;
}
.bg-color{
    background-color: #00244E;
}
/* .head-section{
    position: absolute; 
    margin: auto;
    top: 10px;
} */
.logo{
    width: 100px;
    max-width: 100%;
    margin: auto;
}
.ub-header{
    position: absolute;
    z-index: 1;
    top: 20px;
}
.head-font-size{
    font-size: 50px;
}
.paragraph-temp{
    max-width: 550px;
}
.columns-card{
    width: 100%;
}
.product-card-brand{
    position: relative;
    width: 100%;
}
.product-card-brand .img-thumb-brand{
    position: relative;
    width: 100%;
    padding-bottom: 96%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.section-courses-text{
    max-width: 750px;
    margin: auto;
}
.card-style{
    background-color: #ffffff;
    box-shadow: 2px 2px 6px #d7d7d7;
}
.columns{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.product-card{
    position: relative;
    width: 100%;
    margin: 0px auto;
}
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 64%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.columns .product-card > .img-thumb::after {
    content: attr(tag-name);
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    color: #FFF;
    overflow: hidden;
    padding: 6px 13px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}
.footer-icon i{
    position: absolute;
    top: 10px;
    font-size: 8px;
    color: #EC8D00;
}
.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
}
.social-icons .si-tab{
    display: inline-block;
}
.social-icons .si-tab > a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 100ms ease;
    color: inherit;
    border: 1px solid var(--color-default-color);
    border-radius: 10px;
}
.social-icons .si-tab > a > i{
    /* line-height: 33px; */
    font-size: 22px;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    position: absolute;
    /* width: 100%; */
    margin-bottom: 0px;
}
.contact-section li:first-child{
    margin-left:0px; 
}
.contact-section li{
    display: inline-block;
    margin: 0 6px; 
}
.contact-section li a{
    font-size: 22px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 200ms ease;
    background: #EC8D00;
    border-radius: 10px;
}
.columns-card-footer{
    width: 100%;
}
.img-thumb-footer{
    position: relative;
    width: 100%;
    padding-bottom: 78%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.product-card-footer::before{
    top: -10px;
    left: -10px;
    background-color: #00244E;
}
.product-card-footer::after{
    bottom: -10px;
    right: -10px;
    background-color: #EC8D00;
    z-index: -1;
}
.product-card-footer::before, .product-card-footer::after{
    content: '';
    position: absolute;
    width: calc(100% - 140px);
    height: calc(100% - 140px);
}

.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background: #2E1093;
    line-height: 1.5;
    color: #fff;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}

@media (max-width:767px) {
    .temp-container{
        max-width: 820px;
        margin: auto;
    }
    .ub-header {
        top: 80px;
    }
    .product-card-footer{
        max-width: 450px;
        margin: auto;
    } 
    .columns-card{
        max-width: 100px;
        margin: auto;
    }
    .head-font-size{
        font-size: 30px;
    }
    .hero-banner .main_image img{
        height: 400px;
        object-fit: cover;
    }
}
