* {
    font-family: sans-serif, 'Times New Roman', Times, serif;
    box-sizing: border-box;
}

/* nav bar */

#nav1 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    height: 35px;
    background-color: rgb(233, 231, 231);
    margin: auto;
    padding: 0px;
    font-size: 12px;
    width: 100%;

}

#nav1>:nth-child(1) {
    display: flex;
    gap: 15px;
    text-align: center;
    margin-left: 50px;


}

#nav1>:nth-child(2) {
    display: flex;
    gap: 15px;
    margin-right: 50px;

}

#nav1>:nth-child(2)>h6 {
    color: teal;
    font-size: 15px;
    height: 50px;
    margin-top: 10px;
}

#nav1>:nth-child(1)>h6 {
    color: rgb(244, 18, 138);
    font-size: 15px;
    height: 50px;
    margin-top: 10px;
}

#nav2 {
    display: block;
    text-align: center;
    height: 100PX;
    margin: auto;
    padding: 0px;
    width: 100%;
    background-color: white;

}

#nav2>:nth-child(1) {
    display: flex;
    gap: 15px;
    text-align: center;
    justify-content: flex-end;
    height: 50px;

}

#nav2>:nth-child(1)>div {
    margin-right: 200px;
    color: rgb(198, 31, 9);
    margin-top: 20px;
}

#nav2>:nth-child(1)>div>img {
    margin-top: 30px;
    margin-left: 20px;

}

#nav2>:nth-child(1)>div>input {
    height: 30px;
    margin-bottom: 60px;
}

#nav2>:nth-child(2) {
    display: flex;
    height: 80PX;
    text-align: center;
    justify-content: space-around;
    height: 30px;
    margin-top: 40px;
    font: bold;

}

.holiday_col {
    color: rgb(192, 6, 6);

}

#nav3 {
    background-color: rgb(206, 237, 250);
    height: 35px;
    text-align: center;
    justify-content: center;
    color: rgb(10, 92, 127);
    font-size: 20px;
    align-items: center;
    margin-top: 10px;

}

#nav3 h5 {
    margin: auto;
    align-items: center;
    text-align: center;
    padding-top: 5px;
}

.sub_menu-1 {
    display: none;
}

.sec:hover .sub_menu-1 {
    display: block;
    position: absolute;
    background-color: white;
    padding: 10px;
    margin-left: -15px;
}

.sec:hover .sub_menu-1 ul {
    display: block;
    margin: 20px;
    padding: 10px;
}

div:hover .sub_menu-1 ul li {
    width: 100%;
    padding: 10px;
    background: transparent;
    border-radius: 0;
    text-align: left;
    color: black;
}

div:hover .sub_menu-1 ul li a {
    color: black;
    text-decoration: none;
}

div:hover .sub_menu-1 ul li a:hover {
    color: teal;
}

.sec {
    margin-top: 10px;
}

/* home key */
#home p {
    margin-top: 90px;
    font-size: 15px;
    color: grey;
    margin-left: 30px;
}

/* top logo image */
#top_logo {
    width: 60%;
    height: 150px;
    margin: auto;
}

#top_logo img {
    width: 100%;
    height: 120px;
}

/* sign in heading */
#sign_in {
    width: 60%;
    margin: auto;
    line-height: 5px;
    font-family: Trade Gothic W01 Light, Arial, sans-serif;
    color: rgb(46, 45, 45);
    font-weight: 400;
    font-size: 25px;
    margin-top: 30px;
}

/* sign in main container */
#sign_container {
    width: 65%;
    margin: auto;
    display: flex;
    gap: 40px;
}

/* part 1 */
#signIn_part {
    width: 60%;
    margin: auto;
    line-height: 10px;
}

#signIn_part h5 {
    font-family: 'Trade Gothic W01', Light, Arial, sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

#signIn_part h6 {
    font-family: 'Trade Gothic W01', Light, Arial, sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

#signIn_part p {
    font-family: 'Trade Gothic W01', Light, Arial, sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    width: 50%;
    margin-left: 50px;
}

#signIn_part input {
    text-align: left;
    margin-left: 50px;
    height: 35px;
    width: 80%;
    border: 1px solid rgb(202, 194, 194);
}

#signIn_part u {
    color: #333;
    font-size: 15px;
}

#Privacy_policy u {
    color: #333;
    font-size: 10px;
    margin-left: 130px;
}

#signIn_part #button {
    text-align: center;
    margin: auto;
    height: 30px;
    width: 120px;
    margin-left: 150px;
    background-color: black;
    color: white;
    margin-top: 30px;
    cursor: pointer;
}

/* part 2 */
#createPart {
    margin: auto;
    width: 60%;
    line-height: 15px;
    margin-top: 40px;
}

#createPart h5 {
    font-size: 20px;
    text-align: center;
    font-family: 'Trade Gothic W01', Light, Arial, sans-serif;
    color: #333;
    font-weight: 400;
}

#createPart h6 {
    font-family: 'Trade Gothic W01', Light, Arial, sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    text-align: center;

}

#createPart img {
    width: 90%;
    display: block;
    justify-content: center;
    text-align: center;
    margin: auto;
}

#createPart button {
    text-align: center;
    margin: auto;
    height: 30px;
    width: 200px;
    display: block;
    background-color: black;
    text-align: center;
    justify-content: center;
    word-spacing: 5px;
    margin-top: 30px;
    text-decoration: none;
    color: white;
}#createPart a{
    text-decoration: none;
    color: white;
}
#heading{
    color: green;
}
#heading1{
    color: red;
}

/* middle line */
#spacer {
    background: none;
    position: relative;
    display: inline-block;
    width: 9%;
}

#line {
    border-left: 0.5px solid rgb(179, 171, 171);
    height: 470px;
    width: 0px;
    margin-left: 40px;

}

/* quetions  and contact number */

#quetion_number {

    margin: auto;
    text-align: center;
    margin-top: 50px;

}

#quetion_number p {
    font-family: 'Trade Gothic W01', Light, Arial, sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

/* faq */
.faq {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    margin-top: 70px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 420px;
    gap: 50px;
    padding-top: 20px;

}

.faq>div:nth-child(1) {
    width: 22%;
}

.faq p {
    color: grey;
    font-family: serif;
    font-size: 15px;
}

.faq input {
    height: 30px;
}

.faq button {
    height: 30px;
    color: white;
    background-color: black;
}

.social_logo {
    display: flex;
    gap: 20px;
}

.social_logo img {
    width: 30px;
    height: 30px;
}

/* footer */
.footer {
    padding-top: 20px;
    background-color: rgb(208, 207, 207);
    margin: auto;
    text-align: center;
    height: 180px;
}

.footer p {
    width: 60%;
    margin: auto;
    line-height: 20px;
    padding-top: 20px;
    font-family: serif;
    color: rgb(36, 35, 35);
}