:root{
    --primaryColor: rgba(245, 247, 250, 1);
    --secondaryColor: rgba(76, 175, 79, 1);
    --lightColor: rgba(137, 147, 158, 1);
    --whiteColor: rgba(255, 255, 255);
    --darkColor: rgba(38, 50, 56, 1);
    --blackColor: rgba(0, 0, 0);
    --fontColor: rgba(77, 77, 77, 1);
    --txtColor: rgba(113, 113, 113, 1);
    --fontSize: 14px;
    --fontSize1: 16px;
    --fontSize2: 20px;
    --fontSize3: 28px;
    --fontSize4: 36px;
    --fontSize5: 64px;
    --fontWeight: 400;
    --fontWeight1: 500;
    --fontWeight2: 600;
}

*,p{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Inter", serif;
    color: var(--txtColor);

}
h1,h2,h3,h4,h5,h6{
    color: var(--fontColor);
}
h3{
    font-size: var(--fontSize3);
    font-weight: 700;
}
h2{
    font-size: var(--fontSize4);
    font-weight: var(--fontWeight2);
    text-align: center;
}
p{
    font-size: var(--fontSize1);
    text-align: center;
}
/* hero_area start here */
.navbar{
    --bs-navbar-toggler-border-color: none;
    --bs-navbar-toggler-border-radius: none;
    --bs-navbar-toggler-focus-width: 0;
}

nav{
    background: var(--primaryColor);
}
.nav-item .nav-link:hover{
    color: rgba(76, 175, 79, 1);
}

.btn a{
    color: var(--secondaryColor);
    background: transparent;
    border: none;
}
.btn a:hover{
    color: var(--whiteColor);
    background: var(--secondaryColor);
}
.btn .active{
    color: var(--whiteColor);
    background: var(--secondaryColor);
}
/* banner_area start here */
.banner{
    background: var(--primaryColor);
}
.banner_txt h1{
    font-size: 64px;
    font-weight: 600;
    color: var(--fontColor);
}
span{
    color: var(--secondaryColor);
}
.banner_txt p{
    color: var(--txtColor);
    text-align: left;
}
.banner_txt a{
    color: var(--whiteColor);
    background: var(--secondaryColor);
    border: none;
}
.banner_txt a:hover{
    color: var(--secondaryColor);
    background: transparent;
}
/* client_area start here */
#Logo{
    width: 60px;
    height: 60px;
}

/* community_area start here */
.head_txt h3 {
	width: 49%;
	margin-left: 282px;
}
.h2_w{
    width: 47%;
    margin: 0 auto;
}
.card_txt {
	box-shadow: 0px 3px 1px 1px #ABBED166;
	border-radius: 10px;
}
.card1 {
	box-shadow: 0px 3px 1px 1px #ABBED166;
	border-radius: 10px;
    transition: .5s ease-in-out;
}
.card1:hover{
	box-shadow: 0px 10px 7px 7px #ABBED166;
}
.body_1 h3{
    margin-left: 90px;
}
.body_1 p{
    margin-left: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* unlock_area start here */
.unlock h2{
    text-align: left;
    width: 80%;
}
.p_left{
    text-align: left;
    width: 93%;
}
.unlock_txt a{
    color: var(--whiteColor);
    background: var(--secondaryColor);
    border: none;
}
.unlock_txt a:hover{
    color: var(--secondaryColor);
    background: transparent;
}
/* achievements_area start here  */
.achievements{
    background: var(--primaryColor);
}
.achievements_txt h2,.left{
    text-align: left;
}
.achievements_txt h2{
    width: 70%;
}
.achievements_txt span{
    color: rgba(76, 175, 79, 1);
}
.b_txt h3,.b_P{
    text-align: left;
}
.b_txt h3{
    font-size: 22px;
}
.box_1 img {
	width: 33px;
	height: 33px;
}
.b_margin{
    margin-left: 20px;
}
.a_top{
    margin-right: 30px;
}


/* calender_area start here  */
.unlock{
    padding: 30px 0;
}
#h2_w{
    width: 84%;
}
.p_W{
    width: 94%;
}
/* customer_area start here  */
.customer{
    background: var(--primaryColor);
    padding: 20px 0;
}
.a_bg{
    border: none;
    color: rgba(76, 175, 79, 1);
}
span{
    cursor: pointer;
}
/* .a_bg:hover{
    background: rgba(76, 175, 79, 1);
    color: rgba(245, 247, 250, 1);
} */
.client_img img{
    width: 40px;
    height: 40px;
}

/* marketing_area start here  */
/* .body_1 img{
    z-index: 1;
    position: relative;
} */
.card_txt{
    background: rgb(255, 255, 255);
    box-shadow: 3px 9px 12px 1px #ABBED166;
    margin-top: -86px;
    margin-left: 25px;
    border-radius: 10px;
    width: 85%;
    transform: translateY(30px);
    z-index: 2;
    position: relative;
    opacity: 0;
    padding: 10px 0;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
}
.body_1:hover .card_txt{
    opacity: 1;
    transform: translateY(0);
    box-shadow:4px 10px 15px 3px #ABBED166;
}
/* footer_area start here  */
.f_head{
    background: var(--primaryColor);
    text-align: center;
}
.f_left p,li,a{
    text-align: left;
}
.f_head h1{
    font-size: var(--fontSize5);
    color: #263238;
    font-weight: 600;
    width: 50%;
    margin: 0 auto;
}
.f_head a{
    margin-top: 20px;
    background: rgba(76, 175, 79, 1);
    color: rgb(255, 255, 255);
}
.f_head a:hover{
    color: rgba(76, 175, 79, 1);
    background: transparent;
}
.footer{
    background: var(--darkColor);
}
.f_body #color{
    color: var(--primaryColor);
}
.social_links ul{
    margin-left: -30px;
}
.social_links ul li{
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: rgba(77, 77, 77, 1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-arrow-right{
    color: rgba(76, 175, 79, 1);
    margin-left: 10px;
}

#demo{
    color: rgb(255, 255, 255);
}
input{
    width: 255px;
    height: 40px;
    border-radius: 8px;
    border: none;
    outline: none;
    background: rgba(77, 77, 77, 1);
    color: #D9DBE1;
    padding: 10px;
}
.fa-telegram{
        position: relative;
        right: 37px;
        font-size: 19px;
}
