@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;
}

/* header start */
header {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: white;
    padding: 11.14px 100.23px 11.14px 100.23px;
    gap: 43.85px;
    padding-top: 40px;
}

.navlinks {
    display: flex;
    gap: 16.71px;
    align-items: center;
}


.navlinks li {
    list-style: none;

}

.navlinks li a {
    text-decoration: none;
    color: black;
    font-family: inter;
    font-weight: 500px;

}

#registerbtn {
    background-color: transparent;
    background-color: #4CAF4F;
    color: #FFFFFF;
    font-family: inter;
    font-weight: 500;
    padding: 9.74px 22.27px 9.74px 22.27px;
    gap: 5.57px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

h1 .bar {
    display: none;
}

/* header end */

/* hero section start */
.mainhero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 0px;
    background-color: #F5F7FA;

}

.contenthero {
    padding: 66.82px 300.23px 66.82px 10.23px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contenthero h1 {
    font-family: inter;
    color: #4D4D4D;
    font-weight: 600;
    font-size: 44.55px;
}

#year {
    font-family: inter;
    font-weight: 600;
    font-size: 44.55px;
    color: #4CAF4F;
}

.contenthero p {
    font-family: inter;
    color: #4D4D4D;
    font-weight: 400;
    font-size: 11.44px;
}

.heropic {
    width: 272.16px;
    height: 283.3px;
}

/* hero section end */

/* client section start */
.mainclient {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}

.ourclient {
    display: flex;
    flex-direction: column;
    gap: 10px
}


.ourclient h1 {
    font-family: inter;
    color: hsl(0, 1%, 20%);
    font-weight: 600;
    font-size: 25.06px;
}

.ourclient p {
    font-family: inter;
    color: #4D4D4D;
    font-weight: 400;
    font-size: 11.23;
}

.logo img {
    display: flex;
    flex-direction: column;
}

.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    padding: 30px;
}

#srm {
    width: 100px;

}

/* client section end */
/* single system start */
.mainsingle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contentsingle {
    display: flex;
    flex-direction: column;
    gap: 5.57px;
}

.contentsingle h1 {
    color: #4D4D4D;
    font-family: inter;
    font-weight: 600;
    font-size: 25.06px;

}

.contentsingle p {
    color: #717171;
    font-family: inter;
    font-weight: 400;
    font-size: 11.14px;

}

/* single system end */
/* 3 group start */
.maingroup {
    display: flex;
    justify-content: space-around;
    padding-right: 100.23px;
    padding-left: 100.23px;
    padding-top: 20px;
}

.group1content {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.group1 {
    box-shadow: 1px 1px 1px 1px #ABBED133;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

.group1 h1 {
    color: #4D4D4D;
    font-family: inter;
    font-weight: 700;
    font-style: bold;
    font-size: 19.49px;
}

.group1 p {
    color: #717171;
    font-family: inter;
    font-weight: 400;
    font-size: 9.74px;

}

/* 3 group end */

/* pixel section start */
.mainpixel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 100.23px;
    padding-left: 100.23px;
    padding-top: 40px;
    gap: 90px;
    padding-bottom: 40px;
}

.contentpixel {
    display: flex;
    flex-direction: column;
    gap: 22.27px;

}

.contentpixel h1 {
    font-family: inter;
    color: #4D4D4D;
    font-weight: 600;
    font-size: 40.06px;
}

.contentpixel p {
    font-family: inter;
    font-size: 15px;
    font-weight: 400;
    color: #717171;
    text-align: justify;
}

/* pixel section end */

/* Achievements section start */

.mainAchievements {
    background-color: #F5F7FA;
    display: flex;
    justify-content: space-around;
    padding: 40px 0px;



}

.contentAchievements {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 5.57px;
}

.contentAchievements h1 {
    font-family: inter;
    font-size: 40.06px;
    font-weight: 600;
    color: #4D4D4D;
}

#itself {
    color: #4CAF4F;
}

.contentAchievements p {
    color: #18191F;
    font-weight: 400;
    font-size: 17px;
    font-family: inter;
}



.iconachivement {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    gap: 90px;

}

.icon12 h1 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 19.49px;
    line-height: 25.06px;
    letter-spacing: 0%;
    color: #4D4D4D;
}

.icon12 p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 11.14px;
    line-height: 16.71px;
    letter-spacing: 0%;
    color: #717171;
}

.icon34 h1 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 19.49px;
    line-height: 25.06px;
    letter-spacing: 0%;
    color: #4D4D4D;
}

.icon34 {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 11.14px;
    line-height: 16.71px;
    letter-spacing: 0%;
    color: #717171;
}

/* Achievements section end */
/* fram start */
.onlyfram {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: hsl(210, 2%, 84%);
    padding-top: 40px;
    padding-bottom: 40px;
}

.mainfram {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mainfram h1 {
    font-family: inter;
    font-weight: 600;
    font-size: 55px;
    color: #263238;
}

/* fram end */

/* footer start */
footer {
    width: 100%;
    background-color: #263238;
    color: white;
    display: flex;
    justify-content: space-around;

}

.fisrtfotter {
    padding-top: 60.55px;
    padding-right: 140px;
    padding-bottom: 44.55px;
    padding-left: 140px;
    display: flex;
    flex-direction: column;
    gap: 40px;


}

.paragragh p {
    font-family: inter;
    font-weight: 400;
    font-size: 12px;
}

.paragragh {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.socailicon {
    display: flex;
    gap: 20px;


}

.secondfooter h1 {
    font-family: inter;
    font-weight: 600;
    font-size: 20px;


}

.secondfooter {
    display: flex;
    flex-direction: column;
    /* padding-top: 40px;    */
    gap: 30px;
    justify-content: center;
    /* align-items: center; */

}

.secondfooter li {
    list-style: none;

}

.secondfooter li a {
    text-decoration: none;
    color: white;
}

.footernav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footerfour{
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    gap: 20px;
}

.footerfour h1{
    font-family: inter;
    font-weight: 600;
    font-size: 20px;

}

.footerfour input{
    border: none;
    background: transparent;
    outline: none;
}

.searchemail{
    background-color: #515b60;
    padding: 10px;
    border-radius: 3px;
}
.searchemail input::placeholder{
    color: white;
    font-family: inter;
    font-size: 10px;
    font-weight: 400;
}

.maininput{
    display: flex;
    gap: 100px;
}

/* footer end */











@media screen and (min-width:0px) and (max-width:480px) {

    /* navbar */
    .navlinks {
        display: none;
    }

    h1 .bar {

        display: block;
        width: 100%;
    }

    /* navbar end */

    /* hero section */
    .heropic img {
        width: 100%;
    }

    .contenthero {
        width: 100%;
    }

    .mainhero {
        flex-direction: column-reverse;
        padding: 30px 40px;
    }

    /* hero section end */

    /* client section */
    .logos {
        flex-direction: column;
    }

    .ourclient p {
        font-size: 10px;
    }

    /* client section end */



    .maingroup {
        display: flex;
        flex-direction: column;
    }


}