*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: gilroy-light;
    src: url(Gilroy-Light.ttf);
}
@font-face {
    font-family: gilroy-semibold;
    src: url(Gilroy-SemiBold.ttf);
}
body,html{
    width: 100%;
    height: 100%;
}
.main{
    height: 100%;
    width: 100%;
}
.nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    /* background-color: red; */
}
.nav-part1{
    display: flex;
    width: 45%;
    justify-content: space-between;
}
.nav-part1 h3{
    font-size: 24px;
    font-family: gilroy-semibold;
}
.nav-part2{
    display: flex;
    gap: 60px;
}
.nav-part2 h3{
    font-size: 24px;
    font-family: gilroy-semibold;
}
.content{
    width: 100%;
    margin-top: 100px;
    padding: 0px 55px;
}
.content h3{
    font-size: 24px;
    font-family: gilroy-light;
}
.content h1{
    font-size: 150px;
    font-family: gilroy-light;
    line-height: 145px;
    letter-spacing: -7px;
    word-spacing: 12px;
    padding: 35px 20px;
}
.case-studies{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    padding: 25px 60px;
}
.case-studies h2{
    font-size: 20px;
    font-family: gilroy-light;
}
.studies-prt2{
    display: flex;
    align-items: center;
    gap: 40px;
}
.line{
    height: 2px;
    width: 200px;
    background-color: black;
}
.work{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 65px;
    padding: 0px 100px;
}
.img1 img{
    border-radius: 45px;
}
.img2 img{
    border-radius: 45px;
    height: 230px;
}
.info{
    padding: 15px 25px;
}
.info h3{
    font-size: 32px;
    font-family: gilroy-semibold;
}
.info h2{
    font-size: 18px;
    font-family: gilroy-light;
    color: gray;
}