@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('http://fonts.cdnfonts.com/css/times-new-roman');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

.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 h1,
.template-container h2,
.template-container h3,
.template-container h4,
.template-container h5,
.template-container h6{
    font-family: 'Times New Roman', Times, serif;
}*/
.template-container{
    font-size: 16px;
    color: var(--color-default-color);
    position: relative;
    width: 100%;
    max-width: 991px;
    margin-bottom: 3rem;
    margin: auto;
    z-index: 1;
    font-weight: 400;
}
.tem_text{
    font-family: 'Times New Roman', Times, serif;
}
.logo{
    width: 80px;
    max-width: 100%;
}
.tem_text5{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
}
.template-main{
    position: relative;
    width: 100%;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}
.temp-container{
    max-width: 820px;
    margin: auto;
}
.head{
    background-color: #000;
}
.social-icons1 a i{
    color: #F4C60C;
}
.contact-section{
    list-style: none;
    position: relative;
    display: flex;
    justify-content: end;
}
.contact-section li{
    display: inline-block;
    margin: 0 10px; 
}
.contact-section li a {
    font-size: 21px;
    display: inline-block;
    width: 45px;
    text-align: center;
}
.bannertxt{
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 673px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.874);
    backdrop-filter: blur(3px);
}
.banhead1{
    font-family:'san serif';
    font-size: 60px;
}
.banhead2{
    font-family:'Great vibes';
    font-size: 80px;
    line-height: 70px;
}
.tem_text2{
    color: #fff;
    background-color: #000;
}
.hrline{
    position: relative;
    border: 2px solid #fff;
    width:11%;
}
.hrline2{
    border: 2px solid black;
    opacity: 1;
    width:10.5%;
    margin-left: 2px;
}
.img-thumb-footer{
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin-left: auto;
}
.img-thumb-img{
    position: relative;
    width: 100%;
    padding-bottom: 88%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.img-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 61%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.price{
    width: 345px;
    max-width: 100%;
    margin: auto;
}
.price1 {
    font-weight: bold;
    color:#fff;
}
.price2 {
    position: relative; 
    font-weight: bold;
    padding-left: 0px;
    color:rgb(135 135 135);
}
.price2:after {
    position: absolute;
    content: "";
    left: -6px;
    top: 43%;
    right: -6px;
    border-top: 1.5px solid;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-11deg);
}
.priceamount1{
    text-align:center ;
    background-color: #000;
    padding: 4px;
}
.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.social-icons .si-tab{
    display: inline-block;
    margin: 10 10px;
}
.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 > i{
    line-height: 32px;
    font-size: 20px;
    color: #000;
    padding-right: 12px;
}
.hrline3{
    border: 2px solid black;
    opacity: 1;
    width:9%;
    margin-left: 2px;
}
.businessimg{
    text-align: center;
}
.business-address{
    color: initial;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background-color: #000;
    line-height: 1.5;
    color: #fff;
    border-radius: 0px;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
/*.btn-call-act:hover {
    background-color: #fff !important;
    color: #878787;
}*/
@media(max-width: 992px){
    .bannertxt {
        width: 600px;
    }
    .banhead1{
        font-size: 45px;
    }
   .banhead2 {
        font-size: 70px;
    }
}
@media(max-width: 767px){
    .img-thumb{
        margin: auto;
        margin-top: 20px;
        width: 90%;
    }
    .contact-section{
        padding-left: 0px;
    }
    .hrline{
        margin-right: 600px;
        width:11%;
    }
    .bannertxt {
        width: 475px;
    }
    .banhead1 {
        font-size: 40px;
    }
    .banhead2{
        font-size: 60px;
    }
    .title{
        text-align: center;
    }
    .businessimg{
        text-align: center;
    }
    .img-thumb{
        margin: auto;
    }
    .img-thumb-footer{
        margin-left: 0;
        width: 100%;
        margin: auto;
    }
    .contact-section{
        justify-content: center;
    }
    .logo{
        margin:auto;
    }
}
@media (max-width:567px){
    .bannertxt {
        width: 365px;
    }
    .banhead1{
        font-size: 35px;
    }
    .banhead2{
        font-size: 50px;
    }
    .socialicons2{
        padding: 15px;
    }
}
@media(max-width:425px){
    .bannertxt {
        width: 250px;
    }
    .contact-section li a {
        font-size: 18px;
    }
    .banhead2 {
        font-size: 40px;
    }
    .banhead1 {
        font-size: 26px;
    }
    .social-icons .si-tab {
        margin: 10px 5px;
    }
}
@media(max-width:320px){
    .bannertxt {
        width: 210px;
    }
    .banhead1 {
        font-size: 23px;
    }
    .banhead2 {
        font-size: 30px;
    }
}