.homeHeaderContainer{width:100%;height:800px;background:linear-gradient(90deg,#decdf0,white,#cdf0ce,white);position:relative;top:0;z-index:1;display:flex;justify-content:center;align-items:flex-start}.firstImg{width:600px;height:300px;position:absolute;z-index:3}.homeHeaderContent1{width:50%}.header1,.homeHeaderContent1{height:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:50px}.header1{width:100%}.header1>h6{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;font-weight:700;color:transparent;font-size:18px}.header1>h2{font-size:50px;width:100%;font-weight:bolder}.header1>h2>span{background:var(--customGradient);-webkit-background-clip:text;background-clip:text;color:transparent}.header1>p{color:grey;font-size:18px;width:80%;font-weight:500}.homeHeaderBtn{width:100%}.homeHeaderBtn>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;&:hover{color:white}}.homeHeaderBtn>button:after{content:"";position:absolute;background-color:black;height:100%;width:25%;left:0;top:0;transition:.3s ease-in-out;z-index:-1}.homeHeaderBtn>button:hover:after{width:100%}.homeHeaderBtn>button:hover .menuBtnIcon{transform:translateX(10px)}.menuBtnIcon{color:white;transition:.3s ease-in-out}.homeHeaderContent2{width:50%;height:100%;align-items:flex-end}.homeHeaderContent2,.homeHeaderImg{display:flex;justify-content:center}.homeHeaderImg{align-items:center;position:relative}.homeHeaderImg>img{object-fit:cover;width:100%;height:100%}.homeHeaderStuCard{position:absolute;bottom:30px;left:-30px;width:230px;height:250px;background-color:white;border-radius:20px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:10px;padding:20px;box-shadow:0 0 20px rgb(186,186,186);transition:.3s ease-in-out;&:hover{transform:translateY(-5px)}}.homeHeaderStuUser{border-radius:100%;height:60px;width:60px;display:flex;justify-content:center;align-items:center;background-color:rgb(205,203,203);transition:.3s ease-in-out}.homeHeaderStuCard:hover .homeHeaderStuUser{background-color:var(--customColor)}.homeHeaderStuTxt>h5{letter-spacing:5px;text-align:center}.homeHeaderStuTxt{display:flex;justify-content:center;align-items:center;flex-direction:column}.homeHeaderStuUserIco{font-size:30px;background:var(--customGradient);-webkit-background-clip:text;background-clip:text;color:#00cfb0}.homeHeaderStu{width:100%;height:60px;display:flex;justify-content:center;align-items:center;position:relative}.homeHeaderStuItem{border:solid white;width:55px;height:55px;border-radius:100%;display:flex;justify-content:space-evenly;align-items:center;position:absolute}.homeHeaderStuItem:first-child{z-index:0;left:0}.homeHeaderStuItem:nth-child(2){z-index:1;left:45px}.homeHeaderStuItem:nth-child(3){z-index:2;left:85px}.homeHeaderStuItem:nth-child(4){z-index:3;left:125px}.homeHeaderStuItem>img{width:100%;height:100%;object-fit:contain}.homeHeaderFloatRate{display:flex;width:200px;justify-content:space-between;align-items:center;gap:10px;padding-left:10px;padding-right:10px;background-color:white;border-radius:10px;position:absolute;right:100px;top:200px}.homeHeaderFloatRate>img{height:25px;width:25px}.homeHeaderFloatRate>h5{font-weight:700;height:100%;margin-top:10px}.homeHeaderStarIco{color:#ffb200}@media screen and (min-width:320px) and (max-width:767px){.homeHeaderContainer{width:100%;height:100%;flex-direction:column}.homeHeaderContent1{width:100%;padding:10px}.firstImg{width:100%;height:300px;position:absolute;z-index:3}.header1{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px}.header1>h2{font-size:40px;width:80%;text-align:center}.homeHeaderBtn{width:100%;display:flex;justify-content:center;align-items:center}.header1>h2{font-size:35px;width:100%;font-weight:bolder}.homeHeaderContent2{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.homeHeaderFloatRate{padding-left:10px;padding-right:10px;right:-30px;top:0}.homeHeaderFloatRate,.homeHeaderStuCard{width:200px;gap:10px;transform:scale(.6)}.homeHeaderStuCard{bottom:-50px;left:0;height:250px;padding:10px}}.cefrContainer{width:100%;height:150px;padding:20px;display:flex;justify-content:space-evenly;align-items:center;background-color:#123751}.cefrContainer>img{width:200px;object-fit:contain;height:90%}.cefrContainer>h2{color:white}@media screen and (max-width:768px){.cefrContainer{width:100%;height:100%;padding:20px;flex-direction:column;gap:20px}.cefrContainer>img{width:150px;object-fit:contain;height:90%}.cefrContainer>h2{color:white;text-align:center}}.blog-container{height:100%;justify-content:center;background-color:var(--lightCustomColor)}.blog-container,.blog-content{width:100%;display:flex;align-items:center;padding:20px}.blog-content:first-child{justify-content:space-between}.blog-content:nth-child(2){padding:3rem;justify-content:space-evenly}.blog-heading>h2{font-size:40px;font-weight:700}.blog-heading>h2>span,.blog-heading>h6{color:var(--customColor)}.blog-heading>h6{font-weight:700}.blog-heading>a{text-decoration:none}.blog-heading>a>button{padding:10px 20px;font-size:20px;font-weight:500;background-color:black;color:white;border-radius:5px;border:none;display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;z-index:2;overflow:hidden}.blog-heading>a>button:after{content:"";position:absolute;width:0;height:100%;background-color:var(--customColor);left:0;top:0;z-index:-1;transition:.3s ease}.blog-heading>a>button:hover:after{width:100%;height:100%}.blog-HeadingIcon{color:white}.blog-Card{width:420px;height:500px;border-radius:20px;box-shadow:0 0 10px rgb(231,231,231);background-color:white;padding:20px;transition:.3s ease;display:flex;justify-content:space-between;align-items:center;flex-direction:column;&:hover{transform:scale(1.02)}}.blog-ImgContainer{width:100%;height:250px;overflow:hidden;border-radius:10px}.blog-Card:hover .blog-ImgContainer>img{transform:scale(1.02)}.blog-ImgContainer>img{width:100%;height:100%;object-fit:cover;border-radius:10px;transition:.3s ease}.blog-wrapper{display:flex;justify-content:center;align-items:center;width:100%;position:relative}.blog-wrapper>h3{text-align:center}.blog-Card:hover .blog-wrapper>h3{color:var(--customColor)}.blog-wrapper>a{text-decoration:none}.blog-wrapper>a>button{border:none;padding:5px 10px;border-radius:5px;display:flex;justify-content:center;align-items:center;gap:10px;color:grey;background-color:white}.blog-ReadIcon{color:grey}.blog-item{width:90%;height:50px;padding:10px;position:absolute;top:-60px;border-radius:10px;background-color:white}@media screen and (max-width:768px){.blog-container{padding:10px}.blog-content,.blog-heading{flex-direction:column}.blog-heading{display:flex;justify-content:center;align-items:center}.blog-content{padding:10px}.blog-heading>h2{font-size:30px;text-align:center}.blog-Card{width:300px;height:100%;gap:10px;margin:10px}.blog-content:first-child{justify-content:space-between;gap:10px}}