.homeCourses{padding:20px}.homeCourses,.homeCoursesHead{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.homeCoursesHead>h6{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;font-weight:700;color:transparent;font-size:18px}.homeCoursesHead>h2{font-size:45px;font-weight:bolder}.homeCoursesHead>h2>span{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;color:transparent}.homeCoursesMain{width:100%;padding:30px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:50px}.homeCoursesCard{width:400px;height:500px;border-radius:10px;box-shadow:0 0 10px 10px rgb(150,150,150);overflow:hidden;transition:.3s ease-in-out;margin:30px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;&:hover{transform:translateY(-15px)}}.homeCoursesCard>img{height:200px;width:100%;object-fit:cover;transition:.3s ease-in-out}.homeCoursesCard:hover img{transform:scale(1.1)}.homeCoursesCardContent{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px}.homeCoursesCardTxt{width:100%;padding:5px}.homeCoursesCardTxt>a{text-decoration:none;color:var(--customColor)}.homeCoursesCardTxt>a>h4{font-weight:700;color:var(--customColor)}.homeCoursesCardTxt>p{text-align:justify}.courseType{width:-moz-fit-content;width:fit-content;padding:5px;background-color:#f0f0f0;border-radius:5px;color:grey;font-weight:500;position:relative;z-index:1;transition:.3s ease-in-out;cursor:default;&:hover{color:white}}.courseType:after{content:"";position:absolute;width:0;height:100%;background-color:var(--customColor);top:0;left:0;z-index:-1;border-radius:5px;transition:.3s ease-in-out}.courseType:hover:after{width:100%}.homeCoursesCardTxt:nth-child(4){border-top:1px solid grey;justify-content:flex-end;align-items:flex-end}.enroll>a{color:var(--customColor);text-decoration:none}.homeCoursesCardTxt:nth-child(2)>img{width:50px;height:20px;object-fit:cover;transition:.3s ease-in-out}.homeCourses>a{text-decoration:none}.homeCourses>a>button{border:none;width:200px;height:50px;background-color:black;color:white;font-weight:700;font-size:18px;position:relative;border-radius:5px;z-index:1;display:flex;justify-content:space-evenly;align-items:center}.homeCourses>a>button:after{content:"";position:absolute;background-color:var(--customColor);height:100%;width:0;border-radius:5px;left:0;top:0;transition:.3s ease-in-out;z-index:-1}.homeCoursesCardTxt:nth-child(4){display:flex;justify-content:space-between;align-items:center}.homeCourses>a>button:hover:after{width:100%}.homeCoursesCardTxt>span{font-weight:500}.enroll:first-child{display:flex;justify-content:center;align-items:center;gap:10px;color:grey;font-weight:500}.studIcon{color:var(--customColor)}@media screen and (min-width:320px) and (max-width:768px){.homeCourses{gap:50px;padding:10px}.homeCoursesHead>h2{font-size:30px;font-weight:bolder;width:90%;text-align:center}.homeCoursesMain{width:100%;padding:10px;gap:50px}.homeCoursesCard{width:350px;height:100%}.homeCoursesCardTxt{width:100%;padding:5px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}}