@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Root */
:root{
    ---green:#339b20;
    ---black:#222222;
    ---white:#ffffff;
    ---blue:#1f73bb;
    ---gray:#8e8e8e;
}
/* Root */

/* Body */
*{
margin: 0px;
padding: 0px;
border: none;
outline: none;
text-decoration: none;
text-transform: uppercase;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html{
font-size: 100%;
scroll-behavior: smooth;
scroll-padding-top: 0px;
}
section{
padding: 20px 150px;
}
/*body*/

/*header*/
.header{
    background-color: transparent;
}
.header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container .right{
    display: flex;
    align-items: center;
}
.header .container .right .icon{
    display: flex;
    align-items: center;
    margin: 0px 20px;
}
.header .container .right .icon i{
    width: 80px;
    height: 80px;
    border: 2px solid var(---green);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 30px;
    color: var(---green);
    background-color: #329b203a;
}
.header .container .right .icon .text{
    margin-left: 10px;
}
.header .container .right .icon .text h1{
    font-size: 20px;
    color: var(---black);
    font-weight: 700;
}
.header .container .right .icon .text p{
    font-size: 16px;
    color: var(---gray);
    font-weight: 500;
}
.header .container .right .line{
    width: 2px;
    height: 60px;
    background-color: var(---gray);
    margin-left: 20px;
}
.header .container .right .lan{
    height: 0px;
    margin-left: 40px;
    margin-bottom: 25px;
    z-index: 7;
}
.header .container .right .first-lan{
    display: flex;
    align-items: center;
}
.header .container .right .lan .lan-data{
    display: flex;
    align-items: center;
}
.header .container .right .lan .lan-data a{
    font-size: 16px;
    font-weight: 600;
    color: var(---black);
    margin-left: 5px;
}
.header .container .right .lan #arrow{
    font-size: 20px;
    color: var(---black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}
.header .container .right .other{
    background-color: var(---white);
    box-shadow: 0px 0px 10px #2222222a;
    border-radius: 10px;
    width: 110px;
    height: 120px;
    display: none;
    margin-top: 10px;
}
.header .container .right .other .all-data{
    width: 100%;
    height: 100%;
    padding: 2px 20px;
}
.header .container .right .other .lan-data{
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.header .container .right .other .lan-data a{
    font-size: 16px;
    font-weight: 600;
    color: var(---black);
    margin-left: 5px;
}
/*header*/

/*menu*/
.menu{
    background-color: var(---blue);
    padding: 0px 150px;
}
.menu .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu .container .left .data{
    background-color: var(---green);
    width: 530px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
}
.menu .container .left h1{
    color: var(---white);
    font-size: 20px;
    font-weight: 600;
    margin-left: 30px;
}
.menu .container .left .right {
    display: flex;
    align-items: center;
}
.menu .container .left .right #downarrow{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(---white);
    margin-right: 30px;
    cursor: pointer;
}
.menu .container .left .right .line{
    width: 2px;
    height: 50px;
    background-color: var(---white);
    margin-right: 30px;
}
.menu .container .left .cat{
    background-color: var(---white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.137);
    height: 1040px;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    width: 530px;
    display: none;
}
.menu .container .left .cat .all-data .cat-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}
.menu .container .left .cat .all-data .cat-box .left-data{
    display: flex;
    align-items: center;
}
.menu .container .left .cat .all-data .cat-box h2{
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
}
.menu .container .left .cat .all-data .cat-box i{
    font-size: 25px;
    color: var(---black);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menu .container .left .cat .all-data .cat-box i:hover{
    color: var(---green);
}
.menu .container nav{
    display: flex;
    align-items: center;
}
.menu .container nav .navbar a{
    font-size: 18px;
    color: var(---white);
    font-weight: 600;
    padding-left: 20px;
}
.menu .container .menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .container .menu-bar #menubar{
    font-size: 30px;
    color: var(---white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/*menu*/

/*hero*/
.hero{
    background-image: url(img/hero.jpg);
    height: 1050px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.hero .container .text {
    margin-left: 580px;
}
.hero .container .text .top{
    display: flex;
    align-items: center;
}
.hero .container .text .top .line{
    width: 120px;
    height: 5px;
    background-color: var(---blue);
}
.hero .container .text .top h2{
    font-size: 40px;
    color: var(---white);
    font-weight: 800;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.253);
    margin-left: 10px;
}
.hero .container .text h1{
    font-size: 130px;
    color: var(---white);
    font-weight: 800;
    line-height: 130px;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.253);
    margin-top: 20px;
}
.hero .container .text button{
    width: 280px;
    height: 80px;
    border-radius: 100px;
    border: 2px solid var(---white);
    background-color: transparent;
    color: var(---white);
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
}
.hero .container .text button:hover{
    background-color: #329b2052;
}

/*hero*/

/*about*/
.about{
    background-color: transparent;
    margin-top: 150px;
}
.about .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about .container .text h1{
    font-size: 70px;
    color: var(---blue);
    font-weight: 800;
}
.about .container .text h2{
    font-size: 40px;
    color: var(---black);
    font-weight: 600;
}
.about .container .text p{
    font-size: 20px;
    color: var(---black);
    font-weight: 500;
    line-height: 50px;
}
.about .container .text button{
    background-color: var(---green);
    width: 200px;
    height: 70px;
    border-radius: 100px;
    color: var(---white);
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
}
/*about*/

/*service*/
.smart{
    background-color: transparent;
    margin-top: 150px;
}
.smart .heading{
    text-align: center;
}
.smart .heading h1{
    font-size: 70px;
    color: var(---blue);
    font-weight: 700;
    height: 80px;
}
.smart .heading p{
    font-size: 20px;
    color: var(---gray);
    font-weight: 600;
    margin-top: 20px;
}
.smart .container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}
.smart .container .box .image img{
    border-radius: 30px 30px 0px 0px;
    width: 100%;
}
.smart .container .box{
    width: 640px;
    background-color: var(---white);
    border-radius: 30px;
    height: 760px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.13);
}
.smart .container .text{
    margin-left: 30px;
    margin-top: 25px;
}
.smart .container .box h1{
    font-size: 30px;
    color: var(---black);
    font-weight: 700;
    height: 35px;
}
.smart .container .box p{
    font-size: 16px;
    color: var(---gray);
    font-weight: 600;
    line-height: 40px;
    margin: 20px 0px;
}
.smart .container .box a{
    font-size: 20px;
    color: var(---blue);
    font-weight: 600;
}
.smart .container .box a:hover{
    font-size: 20px;
    color: var(---green);
    font-weight: 600;
}
/*service*/

/*therapists*/
.therapists{
    background-image: url(img/the.jpg);
    height: 1000px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 150px;
}
.therapists .container .image{
    margin-left: 250px;
    margin-top: 120px;
}
.therapists .container .text h1{
    font-size: 70px;
    color: var(---white);
    font-weight: 700;
    height: 80px;
}
.therapists .container .text p{
    font-size: 16px;
    color: var(---white);
    font-weight: 500;
    line-height: 40px;
    margin-top: 30px;
}
.therapists .container .text button{
    width: 200px;
    height: 70px;
    color: var(---white);
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    border: 3px solid var(---white);
    background-color: var(---green);
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.11);
}
/*therapists*/

/*organization*/
.ori{
    background-color: transparent;
    margin-top: 150px;
}
.ori .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ori .container .text h1{
    font-size: 70px;
    color: var(---blue);
    font-weight: 700;
}
.ori .container .text p{
    font-size: 20px;
    color: var(---gray);
    font-weight: 600;
    line-height: 40px;
}
.ori .container .text button{
    background-color: var(---green);
    width: 200px;
    height: 70px;
    border-radius: 100px;
    color: var(---white);
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
}
/*organization*/

/*footer*/
.footer{
    background-image: url(img/footer.png);
    height: 630px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer .container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95%;
}
.footer .container .data{
    margin-top: 200px;
}
.footer .container .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .container .navbar{
    margin-top: 30px;
}
.footer .container .navbar a{
    font-size: 20px;
    color: var(---white);
    font-weight: 500;
    padding: 0px 30px;
}
.footer .last{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ffffff7a;
}
.footer .last .left{
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.footer .last .left a{
    font-size: 16px;
    color: var(---white);
    font-weight: 500;
    padding-right: 20px;
}
.footer .last .right a{
    font-size: 16px;
    color: var(---white);
    font-weight: 500;
    margin-top: 8px;
}
.footer .last a{
    font-size: 16px;
    color: var(---white);
    font-weight: 500;
    margin-top: 8px;
}
/*footer*/







/* media quries */


@media (max-width:1772px) {
    section{
        padding: 20px 100px;
    }
    .menu{
        padding: 0px 100px;
    }
    .therapists{
        width: 100%;
    }
}
@media (max-width:1674px) {
    section{
        padding: 20px 75px;
    }
    .menu{
        padding: 0px 75px;
    }
    .ori .container .image{
        width: 750px;
    }
    .ori .container .image img{
        width: 100%;
    }
}
@media (max-width:1574px) {
    section{
        padding: 20px 50px;
    }
    .menu{
        padding: 0px 50px;
    }
    .menu .container nav .navbar{
        margin-left: 10px;
    }
    .menu .container nav .navbar a{
        font-size: 15px;
        padding-left: 10px;
    }
    .about .container .image{
        width: 650px;
    }
    .about .container .image img{
        width: 100%;
    }
    .ori .container .image{
        width: 700px;
    }
}
@media (max-width:1486px) {
    .about .container .image{
        width: 600px;
    }
    .ori .container .image{
        width: 650px;
    }
}
@media (max-width:1390px) {
    section{
        padding: 20px 35px;
    }
    .menu{
        padding: 0px 35px;
    }
    .about .container .image{
        width: 550px;
    }
    .smart .container .box{
        width: 600px;
        background-color: var(---white);
        border-radius: 30px;
        height: 760px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.13);
    }
    .ori .container .image{
        width: 600px;
    }
}
@media (max-width:1280px) {
    section{
        padding: 20px 25px;
    }
    .header .container .right .icon .text{
        display: none;
    }
    .header .container .right .icon{
        margin: 0px 10px;
    }
    .header .container .right .line{
        margin-left: 10px;
    }
    .header .container .right .lan{
        margin-left: 20px;
    }
    .menu{
        padding: 0px 25px;
    }
    .menu .container nav .navbar{
        position: absolute;
        right: 0%;
        width: 100%;
        top: 25%;
        display: none;
    }
    .menu .container nav .navbar .link{
        background-color: var(---white);
        width: 96%;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.158);
        border-radius: 20px;
        margin: 0px auto;
    }
    .menu .container nav .navbar a{
        display: block;
        line-height: 50px;
        text-align: center;
        color: var(---black);
        font-size: 18px;
    }
    .menu .container .menu-bar i{
        display: inherit;
    }
    .hero {
        justify-content: center;
    }
    .hero .container .text {
        margin-left: 0px;
        text-align: center;
    }
    .about .container{
        display: block;
    }
    .about .container .image{
        width: 762px;
        margin: 0px auto;
    }
    .about .container .text{
        text-align: center;
    }
    .about{
        margin-top: 100px;
    }
    .smart{
        margin-top: 100px;
    }
    .smart .container{
        display: block;
    }
    .smart .container .box{
        margin: 0px auto;
    }
    .smart .container #wha{
        margin-top: 30px;
    }
    .therapists{
        background-image: url(img/mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1800px;
        text-align: center;
        margin-top: 100px;
        display: block;
    }
    .therapists .container{
        margin-top: 300px;
    }
    .ori .container{
        display: block;
    }
    .ori .container .text{
        text-align: center;
    }
    .ori .container .image{
        width: 800px;
        margin: 0px auto;
        margin-top: 50px;
    }
    .footer{
        background-image: url(img/mobile-footer.png);
        height: 1000px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .footer .container{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 92%;
    }
    .footer .container .data{
        margin-top: 300px;
    }
    .footer .container .logo{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .container .navbar{
        margin-top: 30px;
    }
    .footer .container .navbar a{
        display: block;
        text-align: center;
        padding: 0px 0px;
        line-height: 50px;
    }
    .footer .last{
        display: block;
        text-align: center;
    }
    .footer .last .left{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer{
        margin-top: 50px;
      }
}
@media (max-width:1080px) {
    section{
        padding: 20px 20px;
    }
    .menu{
        padding: 0px 20px;
    }
}
@media (max-width:818px) {
    .about .container .image{
        width: 100%;
        margin: 0px auto;
    }
    .ori .container .image{
        width: 100%;
    }
    .ori .container .image img{
        width: 100%;
    }
}
@media (max-width:780px) {
    section{
        padding: 20px 15px;
    }
    .menu{
        padding: 0px 15px;
    }
}
@media (max-width:690px) {
    section{
        padding: 20px 10px;
    }
    .menu{
        padding: 0px 10px;
    }
    .menu .container .left .data{
        width: 450px;
    }
    .menu .container .left .cat{
        width: 450px;
    }
    .menu .container .left .cat .cat-box .left-data h2{
        font-size: 18px;
    }
    .about .container .text h1{
        font-size: 60px;
    }
    .about .container .text p{
        font-size: 16px;
    }
    .about{
        margin-top: 50px;
    }
    .smart{
        margin-top: 50px;
    }
    .smart .container .box{
        width: 500px;
        height: 700px;
    }
    .smart .container .box .text p{
        font-size: 14px;
    }
    .smart .container .box .text{
        margin-top: 30px;
    }
    .ori .container .text h1{
        font-size: 60px;
    }
    .ori .container .text p{
        font-size: 16px;
    }
}
@media (max-width:550px) {
    .header .container .right .icon i{
        width: 50px;
        height: 50px;
        border: 2px solid var(---green);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        font-size: 20px;
        color: var(---green);
        background-color: #329b203a;
    }
    .hero .container .text .top .line{
        display: none;
    }
    .hero .container .text h1{
        font-size: 90px;
        line-height: 100px;
        margin-top: 0px;
    }
    .hero .container .text .top{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero .container .text button{
        width: 200px;
        height: 70px;
        border-radius: 100px;
        border: 2px solid var(---white);
        background-color: transparent;
        color: var(---white);
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
    }
    .hero .container .text .top h2{
        font-size: 20px;
    }
    .about .container .text h1{
        font-size: 40px;
    }
    .about .container .text p{
        font-size: 14px;
    }
    .about .container .text button{
        margin-top: 20px;
    }
    .about .container .text h2{
        font-size: 20px;
    }
    .smart .container .box{
        width: 450px;
        height: 630px;
    }
    .smart .container .box .text p{
        font-size: 12px;
        margin: 10px 0px;
    }
    .smart .container .box .text h1{
        font-size: 25px;
    }
    .smart .container .box .text a{
        font-size: 16px;
    }
    .smart .container .box .text{
        margin-top: 30px;
    }
    .smart .heading h1{
        font-size: 40px;
        height: 50px;
    }
    .smart .heading p{
        font-size: 16px;
        margin-top: 10px;
    }
    .therapists .container .text h1{
        font-size: 40px;
        height: 50px;
    }
    .therapists .container .text p{
        font-size: 12px;
        margin-top: 20px;
        line-height: 30px;
    }
    .therapists .container .text button{
        margin-top: 20px;
    }
    .therapists{
        margin-top: 50px;
    }
    .ori .container .text h1{
        font-size: 40px;
    }
    .ori .container .text p{
        font-size: 14px;
    }
    .ori{
        margin-top: 50px;
    }
    .ori .container .image{
        margin-top: 30px;
    }
}
@media (max-width:500px) {
    .header .container .right .icon{
        display: none;
    }
    .header .container .logo{
        width: 40%;
    }
    .header .container .logo img{
        width: 100%;
    }
    .header .container .right .line{
        display: none;
    }
    .menu .container .left .data{
        width: 350px;
    }
    .menu .container .left .cat{
        width: 350px;
    }
    .menu .container .left .cat .cat-box .left-data h2{
        font-size: 14px;
    }
    .menu .container .left .cat .all-data .cat-box{
        padding: 10px 10px;
    }
    .menu .container .left h1{
        margin-left: 10px;
    }
    .menu .container .left .right #downarrow{
        margin-right: 10px;
    }
    .about .container .text p{
        font-size: 12px;
        line-height: 30px;
    }
    .about .container .text button{
        margin-top: 10px;
    }
    .smart .container .box{
        width: 400px;
        height: 600px;
    }
    .smart .heading p{
        font-size: 14px;
    }
    .smart .container .box .text p{
        font-size: 12px;
        margin: 10px 0px;
    }
    .smart .container .box .text h1{
        font-size: 25px;
    }
    .smart .container .box .text a{
        font-size: 16px;
    }
    .smart .container .box .text{
        margin-top: 30px;
        margin-left: 20px;
    }
    .smart .container{
        margin-top: 30px;
    }
    .ori .container .text p{
        font-size: 12px;
    }
    .ori .container .text button{
        margin-top: 10px;
        width: 180px;
        height: 70px;
        font-size: 16px;
    }
    .footer .last a{
       font-size: 12px;
    }
    .footer .last .left a{
        font-size: 12px;
     }
     .footer .last .right a{
        font-size: 12px;
     }
     .footer{
        margin-top: 50px;
      }
}
@media (max-width:400px) {
    .menu .container nav .navbar{
        top: 30%;
    }
    .menu .container .left .data{
        width: 300px;
    }
    .menu .container .left .cat{
        width: 300px;
    }
    .menu .container .left .cat .cat-box .left-data h2{
        font-size: 12px;
    }
    .hero .container .text h1{
        font-size: 70px;
        line-height: 90px;
    }
    .about .container .text p{
        font-size: 9px;
        line-height: 30px;
    }
    .about .container .text h1{
        font-size: 35px;
    }
    .about .container .text button{
        width: 150px;
        height: 50px;
        font-size: 16px;
    }
    .about{
        margin-top: 30px;
    }
    .smart .container .box{
        width: 330px;
        height: 480px;
    }
    .smart .container .box .text p{
        font-size: 10px;
        margin: 0px 0px;
        line-height: 30px;
    }
    .smart .container .box .text h1{
        font-size: 20px;
    }
    .smart .container .box .text a{
        font-size: 14px;
        margin-top: 20px;
    }
    .smart .container .box .text{
        margin-top: 20px;
        margin-left: 20px;
    }
    .therapists{
        margin-top: 30px;
    }
    .ori{
        margin-top: 30px;
    }
    .ori .container .text p{
        font-size: 10px;
        margin-top: 10px;
    }
    .ori .container .text button{
        margin-top: 10px;
        width: 150px;
        height: 60px;
        font-size: 14px;
    }
    .footer .last a{
        font-size: 10px;
     }
     .footer .last .left a{
         font-size: 10px;
      }
      .footer .last .right a{
         font-size: 10px;
      }
      .footer{
        margin-top: 30px;
      }
    
}
@media (max-width:350px) {
    .menu .container .left .data{
        width: 260px;
    }
    .menu .container .left .cat{
        width: 260px;
    }
    .menu .container .left .cat .cat-box .left-data h2{
        font-size: 10px;
    }
    .smart .container .box{
        width: 100%;
        height: 460px;
    }
    .smart .container .box .text p{
        font-size: 9px;
        margin: 0px 0px;
        line-height: 30px;
    }
    .smart .container .box .text h1{
        font-size: 20px;
    }
    .smart .container .box .text a{
        font-size: 12px;
        margin-top: 20px;
    }
    .smart .container .box .text{
        margin-top: 20px;
        margin-left: 20px;
    }
    .therapists .container .text p{
        font-size: 10px;
        margin-top: 10px;
        line-height: 30px;
    }
    .therapists .container .text button{
        margin-top: 10px;
    }
    .ori .container .text h1{
        font-size: 35px;
        height: 40px;
    }
    .ori .container .text p{
        font-size: 8px;
        line-height: 30px;
    }
    
}
/* media quries */