/* * {
    margin: 0px;
    padding: 0px;
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
    padding-top: 80px;




}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    background-color: #1e1e2f;
    background-color: aliceblue;
    height: 70px;
    box-shadow: 20px;
    margin-left: 60px;
    margin-right: 60px;


    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1000;

    background-color: #ffffff;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);





}


.menu {
    display: flex;
    gap: 30px;
}

.menu a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    transition: color 0.3s;
}

.menu a:hover {
    color: rgb(85, 85, 204);
    ;
}


.div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-icon {
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.div1 img {
    height: 20px;
    width: 20px;


}

.submit-btn {
    padding: 6px 14px;
    border: 3px solid rgb(85, 85, 204);
    border-radius: 4px;

    color: rgb(85, 85, 204);
    font-weight: bold;
    cursor: pointer;

} */
* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    padding-top: 80px;
    /* fixed navbar ke liye */
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 60px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}


.navbar img {
    height: 75px;
    margin-left: 30px;
}

.menu {
    display: flex;
    gap: 30px;
}

.menu a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.menu a:hover {
    color: rgb(85, 85, 204);
}


.div1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.div1 img {
    height: 20px;
    width: 20px;
    cursor: pointer;
    /* margin-right: 10px; */
    /* margin-right: 100px; */
    margin-left: 10px;

}

.div1 a {

    font-weight: bold;
    color: rgb(106, 17, 195);

    text-decoration: none;


}

.div1 button {
    padding: 6px 16px;
    border: 2px solid rgb(106, 17, 195);
    background: transparent;
    border-radius: 4px;
    color: rgb(106, 17, 195);
    font-weight: bold;
    cursor: pointer;
    margin-right: 145px;
}

/* hjk */

.div2 {
    display: flex;
}

.diva h1 {
    margin-top: 50px;
    margin-left: 100px;

}

.diva p {
    margin-left: 100px;
    margin-top: 10px;
}

.search-box {
    width: 385px;
    /* minimum width */

    align-items: center;
    border: 2px solid rgb(106, 17, 195);
    border-radius: 10px;
    padding: 8px 12px;
    background: #fff;
    margin-left: 335px;
    margin-top: 70px;


}

.search-box i {
    font-size: 16px;
    color: rgb(106, 17, 195);
    margin-right: 8px;

}

.search-box input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: rgb(106, 17, 195);


}

.search-icon {
    color: rgb(106, 17, 195);
}


.div3 {
    display: flex;
    align-items: center;

    height: 70px;
    box-shadow: 20px;
    margin-left: 100px;

}

.divb {
    display: flex;
    gap: 30px;
}

.divb a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    transition: color 0.3s;
}

.divb a:hover {
    color: rgb(106, 17, 195);

}

.div4 {

    border: 1px solid;
    margin-left: 100px;
    margin-right: 84px;
}

.div5 {
    display: flex;
}

.divc {
    height: auto;
    width: 520px;
    background-color: white;
    margin-left: 300px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

}



.divc img {
    height: 300px;
    width: 520px;
    border-radius: 5px;


}



.divd {
    height: auto;
    width: 520px;
    background-color: white;
    margin-left: 50px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.divc h4 {
    margin-top: 20px;
    margin-left: 45px;

}

.divc p {
    margin-left: 45px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.divd img {
    height: 300px;
    width: 520px;
    border-radius: 5px;

}

.divd h4 {
    margin-top: 20px;
    margin-left: 45px;

}

.divd p {
    margin-left: 45px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.divc,
.divd {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}

.divc:hover,
.divd:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}



.div6 {
    display: flex;
}

.div7 {
    display: flex;
}

.div8 {
    display: flex;
}

.div9 {
    display: flex;
}

.div10 {
    display: flex;
}

.div11 {
    display: flex;
}

.site-footer {
    background: #f5f7ff;
    margin-top: 80px;
    border-top: 1px solid #ddd;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 50px 100px;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col {
    max-width: 250px;
}

.footer-logo {
    height: 40px;
    margin-bottom: 15px;
}

.footer-col p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: rgb(106, 17, 195);
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: rgb(106, 17, 195);
}

.footer-bottom {
    text-align: center;
    padding: 15px;
    background: #eef0ff;
    font-size: 14px;
    color: #555;
}