.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}}