@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --primary-color: #76AE46;
    --primary-font: 'Roboto', sans-serif;
    --seconday-font: 'Playfair Display', serif;

    --jumbo_font-size: 81px;
    --font-l-size: 65px;
    --font-m-size: 28px;
    --font-s-size: 14px;
}

body{
    font-family: var(--primary-font);
    scroll-behavior: smooth;
}

p{
    font-size: 14px;
    line-height: 28px;
}

.mt-50{
    margin-top: 50px;
}

.wrapper{
    overflow: hidden;
}

.custom-navbar{
    background-color: transparent;
}

.container{
    max-width: 1440px;
}

.jumbo-text, .heading{
    font-family: var(--seconday-font);
    color: var(--primary-color);
}

.jumbo-text{
    font-size: 81px;
    font-weight: 700;
}

.heading{
    font-size: var(--font-l-size);
    font-weight: 700;
}

.linkble-icon{
    background-color: var(--primary-color);
    color: #FFF;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    padding: 16px;
    text-align: center;
}

.cont-link{
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.row, .contact_link{
    display: flex;
}

.banner-section{
    position: relative;
}

.banner-section::after{
    content: "";
    position: absolute;
    right: -280px;
    top: -727px;
    width: 1548px;
    height: 1548px;
    border-radius: 100%;
    background-color: rgba(118, 174, 70, 0.18);
    z-index: -1;
    filter: blur(131px);
}

.banner-group{
    position: relative;

}

.left-img{
    position: absolute;
    left: -5%;
    bottom: 20%;
}

.right-img{
    position: absolute;
    right: 0%;
    top: 7%;
}

.heading-paragraph{
    max-width: 463px;
    width: 100%;
    margin-top: 50px;
}

.top_gap{
    padding-top: 120px;
}

.form_bx{
    background-color: #f3f3f3;
    overflow: hidden;
    padding: 65px 55px;
    border-radius: 135px;
    position: relative;
    box-shadow: 1px 1rem 1.5rem rgba(134, 134, 134, 0.15);
}

.form_bx::after{
    content: "";
    position: absolute;
    background-color: #b7e093;
    width: 554px;
    height: 554px;
    border-radius: 100%;
    right: 70%;
    bottom: 30%;
    filter: blur(67px);
}

.form_bx::before{
    content: "";
    position: absolute;
    background-color: #b7e093;
    width: 554px;
    height: 554px;
    border-radius: 100%;
    left: 70%;
    bottom: 60%;
    filter: blur(67px);
}

.input_bx{
    background-color: #fff;
    border-radius: 135px;
    padding: 5px 15px;
}

.form-control{
    border: 0;
    box-shadow: none !important;
}

.btn_submit{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 135px;
    width: 100%;
    padding: 5px;
    font-family: var(--seconday-font);
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    transition: 0.3s;
}

.btn_submit:hover{
    background-color: #FFF;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.form_heading{
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    font-family: var(--seconday-font);
    margin-bottom: 35px;
}

.form_area{
    position: relative;
    z-index: 1;
}

.img_group{
    position: relative;
    margin: auto;
}

.massage_img1{
    max-width: 406px;
    max-height: 716px;
    width: 100%;
}

.massage_img2{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 334px;
    max-height: 600px;
    width: 100%;
    box-shadow: 29px -2px 58px rgba(118, 174, 70, 0.15);
    border-radius: 200px;
}

.points{
    position: relative;
    font-family: var(--seconday-font);
    font-size: var(--font-l-size);
    color: #DCDCDC;
}

.points::after{
    position: absolute;
    left: -100px;
    top: 0;
    content: "0";
    color: #DCDCDC;
}

.points p{
    font-family: var(--primary-font);
    font-size: 14px;
    color: #000;
}

.img_frme{
    position: relative;
    overflow: hidden;
    border-radius: 43px;
}

.img_frme::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(118, 174, 70, 0.37);
    transition: 0.3s;
}

.massage-Point:hover .img_frme::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(118, 174, 70, 1.37);
}

.massage-Point{
    position: relative;
    overflow: hidden;
    height: 100%;
}

.massage-Point:hover{
    height: 110%;
}

.bx_cont{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 25px;
    padding-top: 25px;
    top: 25px;
}

.bx_cont h3{
    font-size: var(--font-m-size);
    color: #fff;
    font-weight: 700;
    transform: 0.3s;
}

.bx_cont p{
    color: #fff;
}

.bx-content_bx{
    position: absolute;
    transition: 0.3s;
    padding-right: 25px;
    bottom: 60px;
    height: 50px;
    padding-left: 25px;
    padding-top: 25px;
    transition: 0.3s;
    color: #FFF;
}

.massage-Point:hover .bx-content_bx{
    overflow-y: auto;
    height: 130px;
}

.bx-content_bx::-webkit-scrollbar{
    width: 5px;
    padding-right: 25px;
}

.bx-content_bx::-webkit-scrollbar-thumb{
    background-color: #cef7ab;
    padding-right: 25px;
}

.bx-content_bx::-webkit-scrollbar-track{
    background-color: #000000;
    padding-right: 25px;
}

.consider-list{
    position: relative;
    list-style: none;
}

.consider-list::after{
    content: "\f14a";
    font-family: "Line Awesome Free";
    color: var(--primary-color);
    position: absolute;
    top: 10px;
    left: -35px;
    font-size: 25px;
}

.consider_img{
    width: 557px;
    height: 1050px;
}

.consider-img_group{
    position: relative;
}

.consider_img1{
    position: absolute;
    left: -77px;
    bottom: 137px;
}

.avater_img{
    display: inline-block;
    width: 190px;
    height: 190px
}

.avater_frame{
    position: relative;
    margin-left: 25px;
}

.avater_frame::after{
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    border: 1px solid #BDBDBD;
    border-radius: 100%;
    width: 238px;
    height: 238px;
}

.avater_frame span{
    background-color: var(--primary-color);
    width: 90px;
    height: 90px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 167px;
    z-index: 1;
    text-align: center;
    padding: 29px;
    font-size: 26px;
}

.client_bx .quote:before{
    transition: 0.3s;
    visibility: hidden;
}

.client_bx:hover .quote:before {
    content: "\e900";
    color: #000;
    visibility: visible;
    font-family: 'icomoon' !important;
    position: absolute;
    top: 28px;
    left: 25px;
    font-style: normal;
    z-index: 1;
}

.intruction{
    text-align: right;
}

.avater_card{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.client_bx .avater_card .intruction h4{
    font-size: 26px;
    font-weight: 700;
    font-family: var(--seconday-font);
}

.client_say-sec{
    max-width: 342px;
    width: 100%;
    text-align: right;
    margin-left: auto;
}

footer{
    background-color: #000;
    padding: 25px 0;
    margin-top: 50px;
}

.footer_icon{
    background-color: #fff;
    width: 63px;
    height: 63px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    padding: 15px;
    font-size: 23px;
    color: var(--primary-color);
    position: relative;
    overflow: hidden;
}

.footer_icon::after{
    background-color: var(--primary-color);
    content: "";
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
    transform: scale(0);
    transition: 0.3s;
    position: absolute;
    border-radius: 100px;
}

.footer_locat:hover .footer_icon::after{
    transform: scale(1.1);
    transition: 0.3s;
}

.footer_locat i{
    position: relative;
    z-index: 1;
}

.footer_locat:hover i{
    color: #FFF;
}

.footer_locat{
    display: flex;
    align-items: center;
}

.num_link{
    text-decoration: none;
    color: #FFF;
    margin-left: 15px;
}

.custom_hr{
    background-color: #fff;
    height: 2px;
    width: 100%;
}

.social-group{
    display: flex;
    justify-content: flex-end;
}
.headerWrap{
    display: flex;
    justify-content: space-between;
}
.slick-track{
    padding: 30px 0px;
}
.slick-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.slick-dots li {
    display: inline-block;
    margin: 0 7px;
}
.slick-dots button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #d4d4d4;
}
.slick-dots li.slick-active button {
    background-color: #0586e3;
}



.thankyouSec{
    padding:60px 0;
    }
    .t-iconWrap {
        margin: 0 auto;
        width: 160px;
        height: 160px;
    }
    .thankTxt{
    padding:0 50px;
    }
    .contactBox{
    box-shadow:0px 0px 10px 0px #ccc;
    background-color:#fff;
    position:relative;
    padding:50px;
    text-align:center;
    }
    .contactBox:after{
    width:90%;
    height:100%;
    content:"";
    left:50%;
    transform:translateX(-50%);
    top:20px;
    border:5px solid #0b9190;
    position:absolute;
    z-index:-1;
    }
    .contactBox a{
    display:inline-flex;
    font-size:30px;
    color:#0b9190;
    }
    .thankyouSec .btn_wrap{
    display:flex;
    justify-content:center;
    margin-top:50px;
    }
    .gotohome_btn {
        float: left;
        padding: 0 40px;
        border-radius: 3px;
        background: #000;
        text-transform: uppercase;
        color: #fff;
        border: none;
        cursor: pointer;
        height: 50px;
        transition: 0.5s;
    display:inline-flex;
    align-items:center;
    }
    