* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul,ol{
    list-style-type: none;
}

/*========= Navbar css ==========*/
.navbar{
    padding: 30px 0;
    background-color: #F5F7FA;
}
.navbar-nav .nav-link{
    color: #18191F;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    padding: 0 25px!important;
    transition:all linear .3s;
}
.navbar-nav .nav-link:hover{
    font-weight: 600;  
}
.Login{
    color: #4CAF4F;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    padding: 14px;
    transition:all linear .3s;
    padding: 10px 20px;
    border-radius: 6px;
}
.sign{
    color: #FFFFFF;
    background-color: #4CAF4F;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    padding: 14px;
    transition:all linear .3s;
    padding: 10px 20px;
    border-radius: 6px;
}
.login_btn a:hover{
    color: #FFFFFF;
    background-color: #4CAF4F;
}

/*========= banner css ==========*/
#banner{
    background-color: #F5F7FA;
    padding:96px 0;
}
.banner-left h1{
    color: #4D4D4D;
    font-weight: 600;
    font-size: 64px;
    line-height: 76px;
    font-family: "Inter", sans-serif;
    padding-bottom: 16px;
}
.banner-left span{
    color: #4CAF4F;
}
.banner-left p{
    color: #717171;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    padding-bottom: 32px;
}
.banner-left a{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    background-color: #4CAF4F;
    padding: 14px 32px;
    border-radius: 6px;
}

/*========= Clients css ==========*/
#Clients{
    padding: 40px 0 ;
}
.head{
    padding-bottom: 16px;
}
.head h1{
    color: #4D4D4D;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: "Inter", sans-serif;
}
.head p{
    color: #4D4D4D;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    font-family: "Inter", sans-serif;
}
.Clients-svg {
  display: flex;
  justify-content: space-between;
  padding:25px 0;
}


/*========= community css ==========*/
#community{
    padding-bottom: 42px;
}
.community-head h1{
    padding: 0 46px;
    color: #4D4D4D;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: "Inter", sans-serif;
}
.community-head p{
    color: #717171;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    padding-top: 8px;
}
.community-item {
    padding: 24px 32px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(171, 190, 209, 0.21);
    margin: 10px 0;
}
.community-item h3{
    color: #4D4D4D;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    font-family: "Inter", sans-serif;
    padding-top: 16px;
    padding-right:6px;
}
.community-item p{
    color: #717171;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
}
.community-item-row {
    display: flex;
    justify-content: space-between;
}


/*========= banner2 css ==========*/
#banner2 {
    padding-top: 42px;
    padding-bottom: 48px;
}
.banner2-right h3{
    color: #4D4D4D;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: "Inter", sans-serif;
    padding-right:165px;
    padding-bottom: 16px;
}
.banner2-right p{
    color: #717171;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    padding-right:143px;
    padding-bottom: 32px;
}
.banner2-right a{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    background-color: #4CAF4F;
    padding: 14px 32px;
    border-radius: 4px;
}


/*========= Helping css ==========*/
#Helping {
    background-color: #F5F7FA;
    padding: 64px 0;
}
.Helping-left h3{
    color: #4D4D4D;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: "Inter", sans-serif;
}
.Helping-left h4{
    color: #4CAF4F;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: "Inter", sans-serif;
}
.Helping-left p{
    color: #18191F;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}

/*Helping-right division*/
.Helping-right1{
    display: flex;
}

.Helping-right1 h3{
    color: #4D4D4D;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    font-family: "Inter", sans-serif;
    padding-top: 10px;
}
.Helping-right1 p{
    color: #717171;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}
.Helping-right1 img{
    padding-right: 16px;
}


/*========= banner3 css ==========*/
#banner3 {
    padding: 48px 0;
}
.banner3-right h3{
    color: #4D4D4D;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: "Inter", sans-serif;
    padding-right:142px;
    padding-bottom: 16px;
}
.banner3-right p{
    color: #717171;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    padding-right:143px;
    padding-bottom: 32px;
}
.banner3-right a{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    background-color: #4CAF4F;
    padding: 14px 32px;
    border-radius: 4px;
}

/*========= t css ==========*/
#t{
    padding:32px 0;
    background-color: #F5F7FA;
}
.t-right p {
    color: #717171;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    padding-right:114px;
    padding-bottom: 16px;
}
.t-right h3 {
    color: #4CAF4F;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
}
.t-right h4 {
    color: #89939E;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    padding-bottom: 32px;
}
.t-customers {
    display: flex;
    justify-content: space-between;
}
.th{
    padding-top: 10px;
}
/*--svg hover important--*/
.t-customers svg:hover path {
  fill: #5417D7;
}

/*========= marketing css ==========*/
#marketing{
    padding-top: 48px;
    padding-bottom: 94px;
}
.marketing-head{
    padding-bottom: 16px;
}
.marketing-head h3{
    color: #4D4D4D;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: "Inter", sans-serif;
}
.marketing-head p{
    color: #717171;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    padding: 0 106px;
}
.marketing-item img{
    border-radius: 8px;
    padding-bottom: 80px;
}
.market-overlay{
    width: 85%;
    background-color: #F5F7FA;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(171, 190, 209, 0.402);
}
.market-overlay p{
    color: #717171;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    padding: 0 22px;
}
.market-overlay a{
    padding-top: 16px;
    color: #4CAF4F;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
}

/*========= Demo css ==========*/
#Demo{
    padding-bottom: 32px;
    background-color: #F5F7FA;
}
.Demo-head h3{
    color: #263238;
    font-weight: 600;
    font-size: 64px;
    line-height: 76px;
    font-family: "Inter", sans-serif;
    padding: 32px 8px;
}
.Demo-head a{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    background-color: #4CAF4F;
    padding: 14px 32px;
    border-radius: 4px;
}

/*========= footer css ==========*/
footer{
    background-color: #263238;
    padding: 64px 0;
}
.footer-item h4{
    color: #F5F7FA;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    padding-top: 40px;
}
.footer-item p{
    color: #F5F7FA;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    padding-bottom: 47px;
}
.social i {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.10);
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    margin-right: 16px;
}
.footer-item2 h3{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    padding-bottom: 24px;
}
.footer-menu {
    display: flex;
    flex-direction: column;
}
.footer-menu a{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    padding-bottom: 12px;
}
.footer-form{
    padding: 9px  11px 12px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.20);
    display: flex;
    justify-content: space-between;
}
input[type="email"] {
    background-color: transparent;
    color: #FFFFFF;
    border: none;
}
input[type="email"]::placeholder {
    color: #D9DBE1;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
}





/*========= CSS END ==========*/