@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url('https://fonts.cdnfonts.com/css/libre-bodoni');
@import url('https://fonts.cdnfonts.com/css/inter');
@import url('https://fonts.cdnfonts.com/css/courier-prime');
@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/great-vibes');
@import url('https://fonts.cdnfonts.com/css/literata');
@import url('https://fonts.cdnfonts.com/css/noto-sans-bengali');
/*font-family: 'Satoshi', sans-serif;*/
:root {
    --hero-title-font: 'Satoshi', sans-serif;
    --body-font: 'Libre Bodoni', sans-serif;
    --price-title: 'Great Vibes', sans-serif;
    --price-font: 'Courier Prime', sans-serif;
    --body-title-font: 'Libre Bodoni', sans-serif;
    --body-tab-image-font: 'Poppins', sans-serif;
    --literata-font: 'Literata', sans-serif;
    --Noto-Sans: 'Noto Sans Bengali', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
}

.satoshi {
    font-family:  var(--Noto-Sans) !important;
}

.notosans {
    font-family: var(--Noto-Sans) !important;
}

/*.literata {
    font-family: var(--literata-font);
}*/

.literata {
    font-family: var(--Noto-Sans);
}

/*----header section---*/
.header-links li .bar {
    padding: 0 10px;
}

.th-btn.style3.login {
    padding: 8px 10px;
    margin-left: 5px;
    min-width: 120px;
}

.th-btn.style3.login img {
    max-width: 15px;
}

.header-logo img {
    max-width: 320px;
}

.hero-4 {
    background-color: #fff;
}

.hero-style4 {
    position: relative;
    z-index: 6;
    /*margin: unset;*/
    /*max-width: 620px*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-4 .hero-img {
    position: relative;
    bottom: 50px;
    right: unset;
    z-index: 2;
    height: 100vh;
    max-height: 680px;

}
@media (max-width: 767px) {
    .hero-4 .hero-img {
        height: 110vw;
        margin:12px 0;
    }
    img.hero-img3 {
        transform: translate(-50%, -50%) !important;
        height: 15% !important;
        width: 18% !important;
    }
    .hero-img .hero-img2,.hero-img .hero-img1{
        max-height: 55%;
        min-width: 50%;
    }
    .hero-img .hero-img2{
        bottom: 0;
        right: 0;
    }
    .hero-img .hero-img1{
        top: 0;
        left: 0;
    }
    .hero-img  .card-h1{
        top: 10px;
        right: 15px;
        padding: 5px !important;
    }
    .hero-img  .card-h2{
        bottom: 10px;
        left: 15px;
        padding: 5px !important;
    }
    .card-h1 img, .card-h2 img{
        z-index: -4;
    }

}
@media (max-width: 575px) {
    .card-content-h1 .card-para-h1, .card-para1-h1{
        font-size: 10px !important;
    }
}

h1.hero-title {
    font-family:  var(--Noto-Sans);
}

.hero-subtitle {
    font-family:  var(--Noto-Sans);
    color: var(--theme-color);
    /* display: block; */
    margin-bottom: 17px;
    text-transform: capitalize;
    margin-top: -0.24em;
}

.hero-4 .form-control {
    min-height: 56px;
    padding-left: 55px;
    padding-right: 200px;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: rgba(34, 34, 34, 0.05);
}
@media (max-width: 767px) {
    .hero-4 .form-control {
        height: 48px;
        padding-left: 6px;
        padding-right: 130px;
    }
    .newsletter-form.style2 .th-btn{
        padding: 14px 6px;
        font-size: 10px;
        max-width: 48px;
    }
}

.newsletter-form {
    max-width: unset;
}

img.hero-img1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60%;
}

img.hero-img2 {
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 60%;
}

img.hero-img3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -90%);
    width: 70px;
    height: 70px;
}

.hero-style4 .box-title {
    color: #fff;
    z-index: 2;
}

.hero-style4 .feature-card-wrap2 .th-btn {
    border-radius: 20px;
    padding: 16px 16px;

}

.hero-style4 .feature-card-wrap2:nth-child(1) .th-btn {
    background-color: #A06E4F;
}

.hero-style4 .feature-card-wrap2:nth-child(2) .th-btn {
    background-color: #74AD55;
}

.hero-style4 .feature-card-wrap2:nth-child(3) .th-btn {
    background-color: #6572BA;
}

.card-h1, .card-h2 {
    width: 200px;
    border-radius: 19px;
    /* overflow: hidden; */
    text-align: left;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    right: 20px;
    top: 10px;
    position: absolute;
    padding: 20px 10px 0;
    background-color: #FFF;
    box-shadow: 4px 4px 60px 0px rgba(0, 0, 0, 0.15);
}

.card-h2 {
    left: 18px;
    top: unset;
    bottom: 80px;
    padding-top: 30px;
}

.card-h1 img {
    position: absolute;
    width: 60px;
    height: auto;
    bottom: -30px;
    right: -30px;
}

.card-h2 img {
    position: absolute;
    width: 60px;
    height: auto;
    top: -30px;
    left: -30px;
}

.card-para-h1 {
    font-family:  var(--Noto-Sans);
    font-weight: 600;
    margin-bottom: unset;
    font-size: 15px;
    color: #E75411;
}
.card-h2 .card-para-h1 {
    color: #4B89D8;
}
.card-para1-h1 {
    font-size: 15px;
    color: #23150C70;
    font-family: Poppins;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

/*---Hero Section end---*/
/*---should be removed---*/
.container-fluid {
    padding-left: unset;
    padding-right: unset;
}

/*---should be removed---*/
/*----price section start----*/
#price-list .title-area .title {
    font-family: var(--Noto-Sans);
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
#price-list .title-area{
    margin-bottom: 0;
}
 .carousel-control-prev, .carousel-control-next {
    background: transparent;
    border: none;
}

#price-list .title-area .sec-title {
    font-family: var(--Noto-Sans);
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    margin: 8px 0 18px !important;
    text-transform: uppercase;
}

#price-list {
    padding: 10px;
    width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background: #efefef;
}

.checklist.style2 li span {
    color: #FFDD36;
}

.checklist.style2 li span img {
    width: 10px;
}

.checklist.style2 li {
    font-size: 18px;
    font-weight: 400;
    color: #E9E8E7;
    font-family: var(--Noto-Sans);
    gap: 15px;
    justify-content: space-between;
    border-bottom: 2px dotted #E9E8E7;
}

/*---- Signature styles ---*/
#about-sec {
    background: #EFEFEF;
}

.grid-wrapper > .item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;

}

.grid-wrapper .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease 0s;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    opacity: .5;

}

.grid-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

@media (max-width: 767px) {
    .grid-wrapper {
        grid-gap: 6px;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-auto-rows: unset;
    }
    .item .sign-caption{
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        text-align: center;
    }
}
.achivement-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    position: relative
}
@media (max-width: 575px) {
    .achivement-tab {
        flex-direction: column;
    }
}

.achivement-tab button {
    color: var(--title-color);
    font-family:  var(--Noto-Sans);
    border: none;
    padding: 0 5px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    position: relative;
    z-index: 2;
    background-color: transparent;
    border-right: 1px solid #DEDEDE;
}

.achivement-tab button:last-child {
    border-right: unset;
}

.achivement-tab button:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--theme-color) transparent transparent transparent;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.achivement-tab button.active {
    background: var(--theme-color);
    color: var(--white-color);
}

.achivement-tab button.active:after {
    opacity: 0
}

.sign-caption {
    position: absolute;
    bottom: 10px;
    font-family: var(--Noto-Sans);
    color: var(--white-color);
    z-index: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.56px;
}

a.see-all.th-btn.btn-fw.style-radius {
    width: auto;
    border-radius: 3px;
    border: 1px solid #6C625C;
    background: #FFF;
    color: #23150C;
}

/*----offer section------*/
.service-box2 {
    position: relative;
    padding: 30px;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.service-box2_shape {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 340px;
    height: 280px;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -5;
}

.service-box2 {
    background-color: #D6D5D5;
}

.service-box2.box-2 {
    background-color: #FEF2E7;
}

.service-box2_text {
    max-width: 400px;
}

/*----- appointment section ---------*/
#appointment .sec-title {
    font-family: var(--Noto-Sans);
    color: var(--theme-color);
    font-weight: 600;
}

.appointment-area-left .contact-feature .icon-btn {
    box-shadow: unset;
    background-color: #222222;
    width: var(--btn-size, 80px);
    height: var(--btn-size, 80px);
    line-height: var(--btn-size, 80px);
    color: var(--white-color);
    font-family: var(--Noto-Sans);
}

.appointment-area-left .contact-feature:first-child .icon-btn {
    background-color: var(--theme-color);
}

.appointment-area-left .contact-feature {
    padding: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: unset;
    box-shadow: unset;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-left: unset;
}

p.contact-feature_ans {
    font-family: "Poppins";
    margin-bottom: unset;
    font-size: 15px;
    color: #6C625C;
}

.working-day ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.working-day li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    gap: 15px;
    justify-content: space-between;
    color: var(--white-color);
}

@media (max-width: 1400px) {
    img.hero-img3 {
        transform: translate(-50%, -37%);
    }

    img.hero-img2 {
        position: absolute;
        right: 0;
        bottom: -22px;
        max-width: 60%;
    }
}

/*Effect on card image*/
.feature-card.style2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
