* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;


}

/* header */


.header {
    height: 15vh;
    width: 100vw;
    background: transparent;
    display: flex;
    align-items: center;
    position: absolute;
}

.logo {
    height: 35px;
    margin-left: 50px;


}

.navparent {
    margin-left: 115px;
}

.nav {
    margin-left: 23px;
    color: #313131;
    text-decoration: none;
    font-weight: 16px;
}

.nav1 {
    margin-left: 23px;
    color: #6851ff;
    text-decoration: none;
    font-weight: 16px;
}

.nav1:hover {

    color: #563cfe;

}

#tooglebutton {
    margin-left: 100px;


}


/* herosection */


.herosection {
    height: 710px;
    width: 100vw;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 242, 255, 1) 50%, rgba(235, 232, 255, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 130px;


}

.hero {
    height: 80vh;
    width: 65vw;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dig {
    background: #5A63E1;
    background: linear-gradient(to right, #5A63E1 0%, #6091ED 50%, #69D1FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 1000;
    font-size: 80px;


}

.Prepare {
    background: #5A63E1;
    background: linear-gradient(to right, #5A63E1 0%, #6091ED 50%, #69D1FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;


}

.Hiring {
    height: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
}

.searchbar {
    height: 40px;
    width: 550px;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
    background: transparent;
    margin-top: 80px;
    padding-left: 10px;

}

.searchbar:hover {

    border: 1px solid black;


}

.searchimg {
    height: 30px;
    margin-top: -35px;
    margin-left: 500px;
}

.herobutton {
    height: 44px;
    width: 130px;
    background-color: #6851FF;
    border-radius: 50px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
    transition: 0.3s;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.herobutton:hover {

    background-color: #351dd1;
    box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.75);


}

.Popular {
    font-size: 30px;
    font-weight: 900px;
    background: #683FE8;
    background: linear-gradient(to bottom, #683FE8 48%, #A36EFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;


}

.btnp {
    height: 200px;
    width: 55vw;
    /* background: #000; */
    text-align: center;

}

.herobtn {
    /* height: 31px; */
    color: #5339fc;
    background: transparent;
    border: solid 1px #B8ADFF;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px 10px;
    margin-top: 20px;
    margin-left: 10px;
    font-weight: 700;
    transition: 0.3s;


}

.herobtn:hover {
    border: solid 1px #2200ff;
}


/* AI Talent Assistant section  */

.ai {
    height: 450vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.find {
    height: 30vh;
    width: 70vw;
    background: #000;
    font-size: 60px;
    color: white;
    text-align: center;
    background: linear-gradient(to right, #5A63E1 0%, #6091ED 50%, #69D1FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 1000;


}

.chatbox {
    height: 360px;
    width: 998px;
    background: white;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.75);
}

.underchatimg {
    height: 50vh;
    width: 96vw;
    background-image: url(./assets/man.jpg);
    background-size: cover;
    margin-top: 6px;
}

.Latest {
    color: #6851FF;
    font-size: 48px;
    font-weight: 600;
    margin-top: 150px;
    margin-right: 340px;
}

.Job {
    font-size: 48px;
    font-weight: 600;
    margin-top: -50px;
    margin-left: 340px;
}

.slider1 {
    height: 360px;
    width: 100vw;

}

.slider2 {
    height: 400px;
    width: 100vw;
}

.slider3 {
    height: 360px;
    width: 100vw;
}

.slider4 {
    height: 360px;
    width: 100vw;

}