@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body{
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

header{
    display: flex;
    justify-content: center;
    align-items: center;

}

.navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 120px;
}

.logo{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #263238;
}
.logo>img{
    width: 35px;
    height: 24px;
}

.links>li{
    list-style: none;
    display:inline-block;
    padding: 0px 25px;
    gap: 50px;
}
.links>li>a{
    font-family: Inter;
    font-style: Medium;
    font-weight: 500;
    text-decoration: none;
    color: #18191F;
}

.btns{
    display: flex;
    gap: 10px;
}
.btns>.login-btn{
    text-decoration: none;
    padding: 10px 20px;
    color:#4CAF4F ;


}
.btns>.Signup-btn{
    text-decoration: none;
    background-color: #4CAF4F;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFFFFF;

}

/* end nev */

/* hero */

.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 104px; */
    padding: 96px 144px;
    font-family: Inter;
}
.left-h{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}
.left-h> h1{
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 64px;
    color: #4D4D4D;
}
.highlight{
    color: #4CAF4F;
}
.left-h>p{
    font-size: 16px;
    color: #717171;
}

.left-h>button{
    padding: 14px 32px;
    background-color: #4CAF4F;
    border: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 10px;
}

/* hero end  */

.dot{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* client */

.clients{
    margin-top: 40px;
}

.client> h1{
    text-align: center;
    color:#4D4D4D ;
    font-style: Semi Bold;
    font-weight: 600px;
    font-size: 36px;
}
.client>p{
    margin-top: 16px;
    color: #717171;
    text-align: center;
}

.logos{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 0px;
}
.imgs{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
}
/* community */

.community-h>h1{
    text-align: center;
    color:#4D4D4D ;
    font-style: Semi Bold;
    font-weight: 600px;
    font-size: 36px;
}
.community-h>p{
    text-align: center;
    color:#4D4D4D ;
    margin-top: 10px;
}

.frame{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap:nowrap;
}

.member{
    width: 299px;
    height: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap:10px ;
    margin-top: 16px;
}

.member>div{
    width: 65px;
    height: 56px;
}

.member>div>img{

    
    background-color: #E8F5E9;
    border-radius: 18px 5px 10px 5px;
}
.member>h2{
    color: #4D4D4D;
    font-size: 28px;
    text-align: center;

}
.member>p{
    color: #717171;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/* community end  */


/* uclock */
.uclock{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
.uclock-L>img{
    width: 441px;
    height: 328px;
}
.uclock-R{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items:start;
    gap: 16px;
    max-width: 600px;
}
.uclock-R>h1{
    font-size: 36px;
    color: #4D4D4D;
    line-height: 44px;
}
.uclock-R>p{
    color: #717171;
    font-size: 14px;
    line-height: 20px;
}
.uclock-R>button{
    padding: 14px 32px;
    background-color: #4CAF4F;
    border: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 10px;   
}

/* uclock end */

/* achievement */

.achievements{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 72px;
    padding: 100px 0px;
}
.heading{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.heading>h1{
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 36px;
    color: #4D4D4D;
}
.heading>p{
    color: #18191F;
    font-size: 16px;

}

.count-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    /* gap: 60px; */
}
.count-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.boxs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #4D4D4D;
}

.boxs>div>h2{
    font-size: 28px;
    font-style: Bold;
}
.boxs>div>p{
    color: #717171;
}

/* calender */

.calender{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 50px;
}
.pana>img{
    width: 441px;
    height: 433px;
}
.pana-R{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items:start;
    gap: 16px;
    max-width: 600px;
}
.pana-R>h1{
    font-size: 36px;
    color: #4D4D4D;
    line-height: 44px;
}
.pana-R>p{
    color: #717171;
    font-size: 14px;
    line-height: 20px;
}
.pana-R>button{
    padding: 14px 32px;
    background-color: #4CAF4F;
    border: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 10px;   
}

/* customer */


.customers{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    padding: 33px 0px;  
    margin-bottom: 48px;
}
.customer-L{
    display: flex;
    flex-direction: column;
    max-width: 700px;
    gap: 32px;
}

.contant-u{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
}
.contant-u>p{
    color: #717171;
    font-size: 16px;
    line-height: 24px;
    font-style:Medium;
}
.contant-u>div>h3{
    color: #4CAF4F;
    font-size: 20px;
    font-style: Semi Bold;  
}
.contant-u>div>p{
    color: #89939E;
    font-size: 16px;
    margin-top: 8px;
}

.icos-d{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icos-d>a{
    text-decoration: none;
    color: #4CAF4F;
    font-size: 20px;
    font-style: Semi Bold;
    font-weight: 600;
    line-height: 28px;
}

/* customer */

.card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    gap: 30px;
    margin-bottom: 200px;
}

.card{
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 4px 8px rgda( 0,0,0,0.1);
    position: relative;

}

.card-in{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 25px;
    right: 25px;
    box-shadow: 0px 0px 15px rgba(111, 121, 112, 0.6);
}
.card-in>h3{
    color: #717171;

}
.card-in>a{
    text-decoration: none;
    color: #4CAF4F;
    font-size: 20px;
    font-style: Semi Bold;
    font-weight: 600    ;
}

/* footer */
.demo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.demo>h1{
    text-align: center;
    color: #263238;
    font-size: 64px;
    line-height: 76px;
    font-style: Semi Bold;
}
.demo>button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 14px 32px;
    background-color: #4CAF4F;
    border: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 10px;
}


.footer{
    width: 1440px;
    height: 328px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    background-color: #263238;
    color: #FFFFFF;
    gap: 125px; 
}

.company{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:start;
    margin-left: -100px;

}
.company div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.company p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    
}


.links-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 100px;
    /* min-width: 400px; */
}


.col-1{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
}


.col-2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
}

.col-1>ul,.col-2>ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px ;

}


.col-1>ul>li{
    list-style: none;
}
.col-1>ul>li>a{
    text-decoration: none;
    color: #F5F7FA;
    font-size: 14px;

}
.col-2>ul>li{
    list-style: none;
}
.col-2>ul>li>a{
    text-decoration: none;
    color: #F5F7FA;
    font-size: 14px;   
}


.col-3 input {
    width: 255px;
    background-color: #717171;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    position: absolute;
    margin-top: 20px;
}

input::placeholder{
    color: #FFFFFF;
}
