*{
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    font-family: sans-serif;
}
#projects_section_container{
    display: grid;
    justify-content: center;
}
#projectCards_1_2{
    display: flex;
    width: fit-content;
    max-width: 100vw;
    gap: 70px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 35px;
    /* padding-left: 40px;
    padding-right: 40px; */
}
#projectCards_3{
    display: flex;
    width: fit-content;
    max-width: 100vw;
    gap: 70px;
    justify-content: center;
    /* margin-top: 40px; */
    margin-bottom: 70px;
}

#hotstar_clone{
    border: 1.5px solid #92bcb5;
    width: 38vw;
    text-align: center;
    color: white;
    background-color: #26323b;
    border-radius: 7px;
    /* display: grid;
    align-items: center; */
}

#youtube_clone{
    border: 1.5px solid #92bcb5;
    width: 38vw;
    text-align: center;
    color: white;
    background-color: #26323b;
    border-radius: 7px;
    /* display: grid;
    align-items: center; */
}



#myhours_clone{
    border: 1.5px solid #92bcb5;
    width: 38vw;
    text-align: center;
    color: white;
    background-color: #26323b;
    border-radius: 7px;
    /* display: grid;
    align-items: center; */
}

#brightline_clone{
    border: 1.5px solid #92bcb5;
    width: 38vw;
    text-align: center;
    color: white;
    background-color: #26323b;
    border-radius: 7px;
    /* display: grid;
    align-items: center; */
}

#wrike_clone{
    border: 1.5px solid #92bcb5;
    width: 38vw;
    text-align: center;
    color: white;
    background-color: #26323b;
    border-radius: 7px;
}

#zee5_clone{
    border: 1.5px solid #92bcb5;
    width: 38vw;
    text-align: center;
    color: white;
    background-color: #26323b;
    border-radius: 7px;
}

.project_title{
    margin-bottom: 10px;
    margin-top: 5px;
}

.project_img_div{
    height: 22vw;
    width: 100%;
    margin-bottom: 10px;
}

.project_img{
    margin-bottom: 5px;
    height: 100%;
    width: 95%;
}

.project_desc{
    margin-bottom: 8px;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 1.3;
}

.tech_stack{
    margin-bottom: 8px;
}

.members_days{
    margin-bottom: 8px;
}

.project_buttons{
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.source_code_btn, .live_btn{
    height: 35px;
    font-size: 16.5px;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 15px;
    margin-bottom: 10px;
    /* background-color: tan; */
    /* color: rgb(236, 88, 88); */
    border-radius: 7px;
    transition: all ease .3s;
    border: none;
}

.source_code_btn:hover, .live_btn:hover{
    cursor: pointer;
    /* background: rgb(71, 68, 68); */
    background: #242b37;
    border: 1px solid #92bcb5;
    color: white;
    transform: scale(1.1);
}

@media (max-width:860px){
    #projectCards_1_2, #projectCards_3{
        display: grid;
    }
    #myhours_clone{
        width: 70vw;
    }
    #wrike_clone{
        width: 70vw;
    }

    #hotstar_clone{
        width: 70vw;
    }
    #youtube_clone{
        width: 70vw;
    }

    .project_img_div{
        height: 30vw;
    }
}
@media (max-width:382px){
    #myhours_clone{
        width: 80vw;
    }
    #wrike_clone{
        width: 80vw;
    }


    #hotstar_clone{
        width: 70vw;
    }
    #youtube_clone{
        width: 70vw;
    }
    .project_img_div{
        height: 37vw;
    }
}
@media (max-width:305px){
    #myhours_clone{
        width: 85vw;
    }
    #wrike_clone{
        width: 85vw;
    }

    #hotstar_clone{
        width: 70vw;
    }
    #youtube_clone{
        width: 70vw;
    }
    
    .project_img_div{
        height: 40vw;
    }
    .project_desc{
        font-size: 15px;
    }
    .members_days{
        font-size: 15px;
    }
    .source_code_btn, .live_btn{
        height: 30px;
        font-size: 15px;
    }
}