@import url('https://fonts.googleapis.com/css2?family=Inter&family=Playfair+Display:wght@700&display=swap');

input,
textarea,
select,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-decoration: none;
    outline: none;
}

a,
a:hover,
a:focus,
*:focus-visible {
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none;
    border: none;
}

button:focus,
input:focus {
    box-shadow: none !important;
}

button {
    cursor: pointer;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-family: 'Playfair Display', serif;
    overflow-x: hidden;
}

.container {
    margin: 0 auto;
    width: 1140px;
    padding: 0 15px;
}

.main-bar {
    background: #E2F3F0;
}

.main-banner {
    background: #E2F3F0;
}

.top-logo h1 {
    font-weight: bold;
}

.top-navbar {


    display: flex;
    justify-content: center;


}

.top-navbar li {
    display: block;

}

.side-imgfull {
    background: white;
    padding: 2px;
    position: fixed;
    top: 56%;
    z-index: 2;

}

.fa-solid.fa-gear {

    font-size: 23px;

    animation: ani 3.5s linear infinite;
}

@keyframes ani {
    to {
        transform: rotate(360deg);
    }
}

.main-bar {
    display: block;
    width: 100%;
    padding-top: 20px;
    font-family: 'Inter', sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;

}

.top-navbar>ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    align-items: center;
}

.top-navbar>ul>li>a {
    color: black;
    margin: 0px 14px;
}

.top-navbar>ul>li>ul {
    padding: 0;

    position: absolute;
    display: none;
}

.top-navbar>ul>li>ul>li>a {
    margin: 11px;
    color: black;
}

.top-navbar>ul>li {
    position: relative;
}

.top-navbar>ul>li:hover ul {
    display: block;

}

.top-navbar {
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.top-navbar>ul>li>a>span {

    display: inline-block;
    margin-left: 7px;
}

.navbar-button {
    display: flex;
    flex-direction: row;
    align-items: center;


}

.navbar-button a {
    display: block;
    margin-right: 30px;
    color: #009d0c;
}

.navbar button {
    background: seagreen;
    width: 100px;

    border-radius: 25px;
    border: none;
    color: white;
    padding: 10px;
}

.side-img img {

    width: 7vw;
    margin-top: 20px;

}



.banner-content1 h1 {
    font-size: 70px;
}

.banner-content1 p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    margin: 15px 0;
}



.get-start {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px;
    align-items: center;
}

.email-bar {
    display: block;
    background: white;
    border-radius: 32px;

}

.place-input {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.sub-button {
    display: flex;
}

.place-input input {
    border: none;

}

.sub-button button {
    background: #FFC062;
    border: none;
    border-radius: 29px;
    padding: 10px;
    width: 100px;
}

.banner-futer {
    display: flex;
    justify-content: space-between;
}

.baner-futer1 {
    display: flex;

    align-items: center;
}

.banner-futer2 {
    display: flex;

    align-items: center;
}

.fa-solid.fa-right-long {
    color: seagreen;
}

.banner-content {
    display: flex;
}

.banner-content1 {
    width: 50%;
}

.banner-sideimg {
    width: 50%;
}

.banner-sideimg .boy-img {
    width: 100%;
}

.banner-sideimg .boy-img img {

    width: 100%;
    margin-left: 100px;

}



.banner-sideimg2 {
    display: flex;
    justify-content: space-between;
    margin-top: -55%;
}

/*--------------------------banner-end--------------------------*/

.section2-up {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 100px 0;
}

.sec-2-head p {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: green;
}

.sec-2-head h1 {
    font-size: 60px;
}

.section2-full {
    display: flex;
    gap: 0 30px;
    font-family: 'Inter', sans-serif;
}


.sec-2-info1 {
    width: 33.33%;
    border: 1px solid gray;
    border-radius: 25px;

}

.section2 {
    display: block;
    width: 100%;
}

.sec-2-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 59px;
}


.sec-2-img {
    width: 80px;
    margin: 0 auto;
}

.sec-2-img img {
    width: 100%;
}

.section2-full h3 {
    font-size: 16px;
}

.section2-full p {
    font-size: 22px;
}

.sec-2-info1:hover {
    background-color: #F8F4EE;
}

.sec-2-read a {
    color: black;
}

.sec-2-head {
    display: block;
    width: 100%;
}

.sec2--side-img {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
}

.sec2-futer {

    background-color: #F8F4EE;


    margin: 20px auto;
    width: 77%;
    display: flex;
    justify-content: space-evenly;
    padding: 15px;
    border-radius: 35px;
}

.sec2-info {
    display: flex;
    gap: 5px;
    align-items: center;
}

.sec2-futer-full {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}


.sec2-button {
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
}

.sec2-button button {
    display: block;
    width: 100%;
    background-color: #FFC062;
    border: none;
    padding: 15px 8px;
    border-radius: 32px;
}

.sec2-info a {

    display: block;
    text-decoration: underline;
    color: seagreen;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.sec2-info p {


    font-family: 'Inter', sans-serif;
}

.sec-2-img1 {
    display: block;
    width: 100%;
    margin: -5px auto;
}

/*-----------------------------------------section-3-------------------------------------*/
.sec3--side-img {
    position: absolute;
    right: 0;
    width: 17%;
    top: -98px;
}

.section-3 {
    display: flex;
    width: 100%;
    position: relative;
    margin: 100px 0;
}

.section3-full {
    display: flex;
    width: 100%;
}

.section2-leftfull {
    display: block;
    width: 50%;
    position: relative;
    margin-left: -50px;
}

.sec3-left-img {
    display: block;
    width: 100%;
}

.sec3-left-img img {
    border-radius: 60px;
}

.sec3-left-info {
    display: block;
    width: 47%;
    background-color: #2CAE76;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: ;
}

.left-info-data {
    display: flex;
    padding: 17px;
    color: white;
    flex-direction: column;
    gap: 2px;

}



.fa-solid.fa-chart-simple {
    background: white;
    display: flex;
    width: 19px;
    padding: 8px 20px;
    color: #2CAE76;
    justify-content: center;

}

.sec3-left-button {
    display: block;
    padding: 0px 17px;
}

.sec3-left-button button {
    background: #FFC774;
    padding: 3px 17px;
    border: navajowhite;
    border-radius: 4px;
    font-weight: bold;
}

.left-info-data p {
    margin-top: -5px;
}

.sec3-rightfull {
    display: block;
    width: 50%;
    font-family: 'Inter', sans-serif;
    margin-left: 50px;
}

.sec3-right-info {
    width: 100%;
    display: block;
    padding: 39px 0px;
}

.sec3-right-info1 h4 {
    color: #2CAE76;
    font-size: 18px;
    display: block;
    width: 100%;
    font-weight: unset;
}

.sec3-right-info1 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    width: 100%;
    display: block;
}

.sec3-right-info1 {
    display: block;
    width: 100%;
}



.sec3-right-info2 {
    display: flex;
}

.sec3-right-info2 {
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
}

.sec3-right-no {
    display: flex;
    align-items: center;
    background: #F0F0F0;

    border-radius: 25px;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.sec3-right-content p {
    width: 63%;
    margin-top: 5px;
    display: block;
}

.sec3-right-info1 p {
    font-size: 18px;
    margin: 11px auto;
}

.sec3-right-content {
    display: block;
    width: 90%;
}



.sec3-right-button {
    display: flex;
    width: 33%;
    justify-content: center;
    align-content: center;
    background: white;
    padding: 10px;
    border-radius: 26px;
    border: 1px solid;
}

.sec3-right-button:hover {
    cursor: pointer;

    background-color: black;

}

.sec3-right-button a {
    color: black;
}

.sec3-right-button:hover a {
    color: white;
}

/*--------------------section4---------------------*/
.section4 {
    display: block;
    width: 100%;
    background: #E2F3F0;
    position: relative;
}


.sec4-side-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17%;
}

.sec4-sideimf-full {

    display: block;
    width: 100%;
}


.sec4-side-img1 {
    position: absolute;
    top: 100px;
    right: 100px;
}

.sec4-side-img {
    position: absolute;
    top: 20%;
    width: 100%;
}

.sec4-text-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    font-family: 'Inter', sans-serif;

}

.sec4-full {
    display: block;
    padding: 100px 0;
}

.sec4-text-info h4 {
    font-size: 18px;
    font-weight: unset;
    color: seagreen;
}

.sec4-text-info h1 {
    width: 72%;
    font-size: 60px;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.sec4-mid-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;

}

.fa-regular, .far {
    font-weight: 400;
    position: absolute;
    left: 48px;
    bottom: 9px;
}

.sec4-mid-boxfull {
    background: white;
    padding: 50px 74px;
    border-radius: 47px;
}

.sec4-mid-box {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.mid-boximg {
    display: block;
    text-align: center;
}

.sec4-h1-p {
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;

}

.sec4-h1-p h1 {
    font-size: 50px;
    font-weight: 100;
}

.mid-boximg {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}



/*-----------------------secction5-------------------------------*/
section.section5 {
    display: block;
    width: 100%;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.sec-side-img {
    display: block;
    width: 12%;

}

img.sec5-sideimg-1 {
    position: absolute;
    bottom: -16%;
    left: 0;
}

.sec-5-full {
    display: block;
    width: 100%;
}

.sec5-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 100px 0;
}

.sec5-head h4 {
    font-size: 18px;
    font-weight: unset;
    color: seagreen;
}

.sec5-head h1 {
    font-size: 60px;
    width: 69%;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.sec5-mid-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding: 31px 15px;
}

.fa-solid.fa-arrow-right {
    font-weight: 900;
    margin-left: -11px;
}

.sec5-mid-box {
    border: 1px solid gray;

    border-radius: 28px;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 2px;
}

.sec5-mid-box-content p {
    font-size: 1 6%;
}

.sec5-mid-circle {
    background: seagreen;
    padding: 3%;
    border-radius: 46px;
    margin-top: -65px;
}

.fa-solid.fa-crown {
    font-weight: 900;
    font-size: 33px;
    color: white;
    text-shadow: 0px 13px 10px white;
}

.sec5-mid-box-content a {
    color: black;
}

.sec5-mid-box-content:hover a {
    color: seagreen;
}

.sec5-mid-content-box {
    display: flex;
    gap: 33px;
}

.sec5-mid-box:hover {
    background-color: antiquewhite;
}

.sec5-mid-content {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

/*-------------------------------section6------------------------*/
.section6 .container {
    background: #DEF0ED;
    position: relative;
    z-index: 1;
    border-radius: 50px;
}

section.section6 {
    margin-top: 13%;
    display: block;
    width: 100%;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.sec6-head {
    display: flex;
    flex-direction: column;

}

.sec6-head h4 {
    color: seagreen;
    font-size: 20px;
}

.sec6-head h1 {
    font-size: 60px;
    font-family: 'Playfair Display', serif;
}

img.sec6.-side {
    position: absolute;
    right: 1%;
    z-index: 2;
    top: 3%;
}

.sec6-content-full {
    display: block;
    padding: 90px;
    width: 100%;
}

.sec6-content-full {
    display: block;
    padding: 90px;
    width: 100%;
}

.sec6-round-conntent {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
    margin-top: 100px;
}



.sec6-round-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sec6-first-logo {
    display: block;
    position: relative;
    top: 28px;
    left: -66px;
}



.sec6-round-text {
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
    width: 85%;
    justify-content: center;
    padding: 16px;
    border-radius: 60px;

    cursor: pointer;


}

.fa-solid, .fas {
    font-weight: 900;
    padding: 12px;
}

.sec6-last-logo {
    background: gray;
    border-radius: 71px;
}



.sec6-mid-text a {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.fa-regular, .far {
    font-weight: 400;
    font-size: 38px;
    color: black;
}

.sec6-round-text:hover {
    box-shadow: -6px 0px seagreen;
    cursor: pointer;

}

.sec6-round-text:hover a {
    color: seagreen;
}

.sec6-round-text:hover .sec6-last-logo {
    background-color: seagreen;
}

.sec6-round-text:hover .fa-solid.fa-mobile-screen-button {
    color: white;
}

.sec6--round-full-coontent {
    display: flex;

    width: 100%;
}

.sec6-mid-side-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
}

img.feature-img1-sec6 {
    border-radius: 25px;
    width: 80%;
    box-shadow: 1px 0px 10px wheat;
}

img.feature-img2-sec6 {
    position: absolute;
    top: 59%;
    right: 3%;
    z-index: -1;
    border-radius: 25px;
    box-shadow: 1px 1px 10px #9c9588;
}


img.feature-img3-sec6 {
    position: absolute;
    top: 80%;
    right: 12%;
    z-index: -2;
    border-radius: 25px;
}

/*-------------------------section7-------------------------*/
.section7 {
    display: block;
    width: 100%;
    position: relative;
    padding: 13% 0;
    font-family: 'Inter', sans-serif;

}

.sec7-side-img {
    position: absolute;
    right: 0;
    top: 0;
}

.sec7-content-full {
    display: flex;
    width: 100%;
    position: relative;

}

.sec7-right-content {
    width: 50%;
    position: relative;
    display: block;
}

.sec-7-left-text h1 {
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    line-height: 69px;

}

.sec-7-left-text {
    display: block;
    width: 100%;
}

.sec-7-left-text h4 {
    font-size: 18px;
    color: seagreen;
    font-weight: unset;

}

.sec-7-left-text p {
    font-size: 18px;
}

.sec-7-left-text1 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.sec-7-text1-meet {
    display: flex;
    flex-direction: column;
    gap: 9px;

}

.sec7-left-content {
    display: flex;
    flex-direction: column;
    gap: 90px;
    width: 50%;
}

.fa-solid.fa-comments {
    background-color: #F6ECDD;
    width: 15%;
    border-radius: 31px;
    box-shadow: 0px 0px 11px #857456;
}

.sec-7-text1-meet p {
    width: 80%;
    line-height: 19px;
}

.sec-7-text1-meet h1 {
    font-weight: 600;
}

.fa-solid.fa-headset {
    background-color: #F6ECDD;
    width: 15%;
    border-radius: 31px;
    box-shadow: 0px 0px 11px #857456;
}

.sec-7-left-text {
    display: block;
    width: 100%;

}

.sec-7-left-text2 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.sec-7-left-button {
    background: seagreen;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 36px;
}

.sec-7-left-button a {
    display: block;
    width: 100%;
    color: white;
}

.sec-7-left-button1 {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 36px;
    border: 1px solid black;
}

.sec-7-left-button1 .fa-solid.fa-arrow-right {
    font-weight: 900;
    margin-left: 1px;
    padding: 0px;
}

.sec-7-left-button1 a {
    color: black;

}

.sec-7-right-img {
    position: relative;
    left: 97px;
    width: 85%;
    border-radius: 30px;
}

.sec-7-left-button:hover {
    cursor: pointer;
    background-color: #FFC062;
}

.sec-7-left-button:hover a {
    color: black;
}

.sec-7-left-button1:hover {
    cursor: pointer;
    background-color: black;
}

.sec-7-left-button1:hover a {
    color: white;
}

.sec7-right-img0 {
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 32%;
}

.sec-7-right-img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49%;
    border-radius: 25px;
    animation: up 5s alternate infinite;
    box-shadow: 1px 1px 10px gray;

}

@keyframes up {
    to {
        bottom: 150px;
    }

    from {
        bottom: 20px;
    }

}

/*-----------------------section8---------------------------*/
section.section8 {
    display: block;
    width: 100%;
    background-color: #E2F3F0;
    position: relative;
    font-family: 'Inter', sans-serif;
    padding-bottom: 70px;
}

.sec8-haed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    gap: 10px;
}

.sec8-haed h4 {
    font-weight: unset;
    font-size: 18px;
    color: seagreen;
}

.sec8-haed h1 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
}

.sec8-haed p {
    font-size: 18px;
    width: 50%;
    text-align: center;
    line-height: 24px;
}

.sec8-mid {
    display: flex;
    gap: 40px;
    margin: 50px 0;
}

.sec8-left-profile img {
    width: 100%;
    border-radius: 46px;
}

.sec8-mid-box {
    background: white;
    border-radius: 30px;
}

.sec8-mid-box-content {
    display: flex;
    width: 100%;
    padding: 33px;
    flex-direction: column;
    gap: 10px;
}

.sec8-star {
    display: flex;
    justify-content: flex-start;
}

i.fa-solid.fa-star {
    padding: 3px;
    color: #efcd1a;
    margin-bottom: 20px;
}

.sec8-mid-box-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 55px;
}

.sec8-mid-box-text h4 {
    font-size: 18px;
}

.sec8-mid-box-text p {
    font-size: 16px;
    line-height: 22px;
}

.sec8-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sec8-left-profile {
    width: 62px;
}