.courseCategory{width:100%;padding:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.courseCategoryHead-container{width:88%;padding:10px;display:flex;justify-content:space-between;align-items:center}.courseCategoryHead-content{display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.courseCategoryHead-content>h6{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;font-weight:700;color:transparent;font-size:18px}.courseCategoryHead-content>h2{font-size:45px;font-weight:bolder}.courseCategoryHead-content>h2>span{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;color:transparent}.courseCategoryHead-container>a{text-decoration:none}.courseCategoryHead-container>a>button{border:none;width:-moz-fit-content;width:fit-content;height:100%;background-color:black;color:white;font-weight:700;font-size:18px;position:relative;border-radius:5px;padding:10px;z-index:1;display:flex;justify-content:space-evenly;align-items:center;gap:20px}.courseCategoryHead-container>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}.courseCategoryHead-container>a>button:hover:after{width:100%}.courseCategoryMain{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}.courseCategoryCard{width:300px;padding:10px;margin:10px;border-radius:10px;background-color:#fdcbac;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:.3s ease-in-out;&:hover{transform:translateY(-5px)}}.hexagon{width:100px;height:57.74px;background-color:white;position:relative;margin:50px;display:flex;justify-content:center;align-items:center}.hexagon:after,.hexagon:before{content:"";position:absolute;width:0;border-left:50px solid transparent;border-right:50px solid transparent}.hexagon:before{bottom:100%;border-bottom:28.87px solid white}.hexagon:after{top:100%;width:0;border-top:28.87px solid white}.hexagon>img{position:absolute;z-index:1}.courseCategoryCardTxt{display:flex;justify-content:center;align-items:center;flex-direction:column}.courseCategoryCardTxt>a{text-decoration:none;color:black;&:hover{color:var(--customColor)}}#courseCategoryCard1{background-color:#d9fbb7}@media screen and (min-width:320px) and (max-width:768px){.courseCategoryHead-container{width:100%;flex-direction:column;gap:20px}.courseCategoryHead-content{display:flex;justify-content:center;align-items:center}.courseCategoryHead-content>h2{font-size:30px;font-weight:bolder;text-align:center}}.homeAbout{width:100%;display:flex;justify-content:space-evenly;align-items:center;gap:20px;padding:20px;background-color:var(--lightCustomColor)}.homeAboutContent1{width:45%}.homeAboutContent1,.homeAboutImg{height:100%;display:flex;justify-content:center;align-items:center}.homeAboutImg{padding:10px;width:100%}.homeAboutImgContent{flex-direction:column;gap:20px;width:50%;height:100%}.homeAboutImgContent,.homeAboutImgItem{display:flex;justify-content:center;align-items:center}.homeAboutImgItem2>img{width:100%;height:100%}.homeAboutImgItem>img{width:80%;height:100%}.homeAboutImgItem:first-child>img{width:60%}.homeAboutContent2{width:43%}.homeAboutTxt{padding:10px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px}.homeAboutTxt>h6{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600}.homeAboutTxt>h2{font-weight:bolder;font-size:40px}.homeAboutTxt>h2>span{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;color:transparent}.homeAboutTxt>h3{font-weight:bolder}.homeAboutTxt>h3>span{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;color:transparent}.homeAboutTxt>p{font-size:18px;color:grey;text-align:justify}.homeAboutTxt>a>button{width:200px;height:50px}.homeAboutXp{padding:20px;width:100%;background:var(--customGradient);display:flex;justify-content:center;align-items:flex-start;border-radius:20px}.homeAboutXp>span>h3{color:white;font-size:50px}.homeAboutXp>span>p{font-size:20px;color:white;font-weight:700}.aboutImgIcon{font-size:40px;color:white;transform:rotate(-40deg);font-weight:lighter}.aboutTxtBtn>button{padding:10px;font-size:20px;width:240px;display:flex;justify-content:space-around;align-items:center;gap:30px;border-radius:5px;position:relative;background-color:transparent;font-weight:700;color:black;transition:.3s ease-in-out;cursor:pointer;z-index:2;&:hover{color:white}}.aboutTxtBtn>button>span{position:static;z-index:2}.aboutTxtBtn>button:after{content:"";position:absolute;background-color:black;height:100%;width:25%;left:0;top:0;transition:.3s ease-in-out;z-index:1}.menuBtnIcon{position:static;z-index:2}.aboutTxtBtn>button:hover:after{width:100%}.aboutTxtBtn>button:hover .menuBtnIcon{transform:translateX(10px)}@media screen and (min-width:320px) and (max-width:767px){.homeAbout{width:100%;flex-direction:column}.homeAboutContent1{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.homeAboutContent2{width:100%}.homeAboutXp>span>h3{color:white;font-size:30px;text-align:center}.homeAboutXp>span>p{font-size:20px;color:white;font-weight:700;text-align:center}.homeAboutXp{width:100%}.homeAboutTxt,.homeAboutXp{padding:10px;display:flex;justify-content:center;align-items:center;flex-direction:column}.homeAboutTxt>h2{font-weight:bolder;font-size:30px;text-align:center}}@media screen and (min-width:900px) and (max-width:1024px){.homeAbout{padding:30px 10px}.homeAboutContent1,.homeAboutContent2{width:50%}}.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}}