@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
}
header{
    width: 100%;
    height: 800px;
    background-image: url(../img/Group\ 6.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.sub-header{
    width: 100%;
    height: 60px;
    display: flex;
}
.sub-header .part1{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sub-header .part1 ul{
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    list-style-type: none;
}
.sub-header .part1 ul li a {
    text-decoration: none;
    color: black;
}
.sub-header .part2 ul li button{
    padding: 5px;
    background-color: white;
    border: 0;
    border: 1px solid black;
    color: black;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}
.sub-header .part2{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.sub-header .part2 ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    list-style-type: none;
}
.sub-header .part2 ul li a img{
    width: 20px;
}
footer{
    width: 100%;
}
.sub-footer{
    width: 85%;
    margin: auto;
    display: flex;
    padding-top: 100px;
    gap: 20px;
}
.sub-footer .f_part1{
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-footer .f_part1 p a{
    text-decoration: none;
    color: black;
}
.sub-footer .f_part2{
    width: 200px;
    text-align: left;
    
}
.sub-footer .f_part2 ul{
    padding-top: 10px;
    list-style-type: none;
    margin-left: 50px;
}
.sub-footer .f_part2 h4{
    color: grey;
     margin-left: 50px;
}
.sub-footer .f_part2 ul li{
    padding-top: 15px;
}
.sub-footer .f_part3{
    width: 200px;
}
.sub-footer .f_part3 ul{
    padding-top: 10px;
    list-style-type: none;
    margin-left: 30px;
}
.sub-footer .f_part3 h4{
    color: grey;
     margin-left: 30px;
}
.sub-footer .f_part3 ul li{
    padding-top: 15px;
}

.sub-footer .f_part4 h4{
    color: grey;
}
.f_part41{
    display: flex;
    margin-top: 25px;
    gap: 10px;
}
.f_part41 .input1{
    width: 173px;
    height: 30px;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid black;
    outline: none;
}
.f_part41 .input2{
    width: 100px;
    height: 30px;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid black;
    outline: none;
    color: black;
}
