body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}

#navbar {
    background-color: #2c1338;
    height: 90px;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 45% 30%;
}

#navbar>#image {
    height: 90px;
    /* margin-right: 2%; */
}

#image>img {
    height: 90px;
}

#nav-menu {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
}

#nav-menu>li {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 8px;
    margin-right: 5rem;
}

a {
    text-decoration: none;
}

#nav-menu>li>a {
    color: white;
    font-size: 18px;
}

#nav-menu>li>a:hover {
    color: #E57CD8;
}

#nav_right {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    margin-left: -150px;
    /* margin-right: 30px; */
}
#nav_right>div:hover {
    color: #E57CD8;
}

#freeBtn {
    background-color: #FCE5D8;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    height: 50px;
    color: rgb(227, 89, 229);
    font-weight: bold;
    font-size: 16px;
}
#freeBtn>p{
    margin-top: 15px;
}
#nav_right>button:hover {
    background-color: #a77fba;
}

                                    /* drop_down-3 */
#drop_down-3 {
    display: none;
    color: black;
    cursor: pointer;
    /* position: relative; 
    top: 30px; */
    z-index: 999;
    left: 100px;
    width: 1000px;
    height: 200px;
    /* border: 3px solid red;  */
    background-color: bisque;
}


#freeBtn{
    width: 10rem;
    margin-left: 35px;
}
#career:hover #drop_down-3 {
    position: absolute;
    /* cursor: pointer; */
    top: 90px;
    left: 0;
    width: 100%;
    display: block;
    /* border: 3px solid blue; */
    background-color: #FCE5D8;
    color: black;
}

#box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    /* border: 2px solid red; */
    text-align: left;
    width: 95%;
    margin: auto;
   
}

#drop_down-3>h2 {
    text-align: left;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 18px;
    color: grey;
}

#left_box {
    display: flex;
    gap: 20px;
    margin-left: 20px;
    /* border: 2px solid rgb(0, 255, 115); */
}

#left_box>div>img {
    margin-top: 30px;
}

#left_box>div+div {
    width: 100%;
    /* border: 2px solid red; */
}

#right_box {
    display: flex;
    gap: 20px;
    /* border: 2px solid rgb(224, 234, 34); */
}

#right_box>div>img {
    margin-top: 30px;
}

#right_box>div+div {
    width: 100%;
    /* border: 2px solid green; */
}

#right_box>div+div>p,
#left_box>div+div>p {
    color: grey;
    margin-top: -10px;
}


                                                 /* drop_down-2 */
#drop_down-2 {
    display: none;
    color: black;
    cursor: pointer;
    /* position: relative; 
    top: 30px; */
    z-index: 999;
    left: 100px;
    /* width: 1000px; */

    height: 330px;
    /* border: 3px solid red;  */
    background-color: #FCE5D8;
    text-align: left;

}



#track:hover #drop_down-2 {
    position: absolute;
    cursor: pointer;
    top: 90px;
    left: 0;
    width: 100%;
    display: block;
    /* border: 3px solid blue; */
    background-color: #FCE5D8;
    color: black;
}

#drop_down-2>h2 {
    color: grey;
    margin-left: 30px;
    margin-top: 20px;
    font-size: 18px;
}

#drop_down-2 #cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

#cont>div {
    display: flex;
    gap: 30px;
    margin-left: 20px;
}

#cont>div>div>img {
    margin-top: 30px;
}

#cont>div>div+div {
    width: 300px;
}

#cont>div>div+div>p {
    color: grey;
    margin-top: -10px;
}

#direc {
    background-color: white;
    color: black;
    padding: 4px 15px;

    width: 90%;
    margin: auto;

}

#direc:hover {
    background-color: rgb(224, 180, 224);
    /* font-family: ; */
}

                                                 /* drop_down-1 */

#drop_down-1 {
    display: none;
    color: black;
    cursor: pointer;
    /* position: relative; 
    top: 30px; */
    z-index: 999;
    left: 100px;
    /* width: 1000px; */

    height: 470px;
    /* border: 3px solid red;  */
    background-color: #FCE5D8;
    text-align: left;

}

#product:hover #drop_down-1 {
    position: absolute;
    cursor: pointer;
    top: 90px;
    left: 0;
    width: 100%;
    display: block;
    /* border: 3px solid blue; */
    background-color: #FCE5D8;
    color: black;
    /* display: flex;*/
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* #drop_down-1>#left_product{
    /* border: 2px solid green; */
/* } */ 


#drop_down-1>#left_product>#grid_product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    /* border: 2px solid yellowgreen; */
    margin-left: 20px;
}

#drop_down-1>#left_product>h1 {
    color: grey;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
}

#grid_product>div {
    display: flex;
    gap: 15px;
    /* border: 2px solid blue; */
}

#grid_product>div>div:nth-child(1) {
    /* border: 2px solid pink; */
    width: 10%;
    margin-top: 10px;
}

#grid_product img {
    width: 100%;
}

#grid_product>div>div:nth-child(2) {
    /* border: 2px solid rgb(92, 233, 186); */
    width: 350px;
}

#grid_product>div>div:nth-child(2)>h3 {
    font-size: 18px;
    margin-top: -3px;
}

#grid_product>div>div:nth-child(2)>p {
    font-size: 15px;
    color: gray;
    margin-top: -10px;
}

#input_toggle {
    background-color: white;
    color: black;
    padding: 3px 12px;
    width: 80%;
    margin: auto;

}

#input_toggle:hover {
    background-color: rgb(224, 180, 224);
    /* font-family: ; */
}


/* #drop_down-1>#right_product {
    /* border: 2px solid orangered; */
    /* width: 40%; */
/* } */ 

#right_product>h3 {
    color: grey;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
}

#right_product>#track_box {
    width: 90%;
    /* border: 1px solid blueviolet; */
    margin: auto;
}

#track_box {
    display: grid;
    grid-template-columns: repeat(1, fr);
    gap: 20px;
}

#track_box>div {
    display: flex;
    gap: 20px;
}

#track_box>div>div:nth-child(1) {
    margin-top: 15px;
    width: 10%;
    /* border: 1px solid orange; */
}

#track_box img {
    width: 100%;
}

#track_box>div>div:nth-child(2) {
    margin-top: 10px;
    /* border: 1px solid orange; */
    width: 80%;
}

#track_box>div>div:nth-child(2)>h3 {
    font-size: 18px;
    margin-top: -3px;
}

#track_box>div>div:nth-child(2)>p {
    font-size: 15px;
    color: gray;
    margin-top: -10px;
}








/* /* media querry  */

@media screen and (min-width: 800px) and (max-width: 1200px) {


    #product:hover #drop_down-1 {

        gap: 30px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    #track_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }


    #drop_down-1 {
        height: 800px;
    }
    #drop_down-2 #cont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 30px;
    }

    #drop_down-2 {
        height: 500px;
        
    }
    #drop_down-3 {
        height: 250px;
        
    }

}