@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap";:root{--keyColor: greenyellow;--keyColor2: #00ccff;--NavBG: rgb(2, 0, 21);--nav-underline: orchid;--nav-btn: lightyellow;--form-bg: rgb(241, 241, 241);--primary-menu: rgb(27, 134, 0);--primary-menu-hover: lightgreen;--primary-hover: rgb(0, 8, 126);--danger-hover: rgb(255, 82, 82);--secondary: rgb(248, 248, 248);--pure: white;--black: black;--dark: rgb(34, 34, 34);--gray: rgb(227, 227, 227);--footerBG: #000027;--footerBG2: rgb(0, 0, 66);--footerIcon: rgba(255, 255, 255, .502);--red: red;--danger: rgb(255, 78, 78);--blue: rgb(38, 0, 255);--lBlue: rgb(90, 78, 157);--indigo: indigo;--lDark: rgb(245, 245, 245);--green: rgb(0, 218, 0);--lGreen: rgb(89, 255, 89);--insideCard: lightgreen;--blurWhite: rgb(144, 148, 154);--infoBack: rgb(243, 243, 243);--smooth: all .2s ease-in-out}.dropLink{top:3.45rem}@media only screen and (min-width:235px)and (max-width:1055px){.dropLink{top:5.8rem}}#Caro_Sec{margin:1rem}.carouselImg{width:400px;height:auto;border-radius:.5rem;margin-right:1rem}.carousel-container{width:100%;max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.carousel{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);height:100%}.carousel-item{min-width:100%;display:flex;padding:10px 30px 30px;color:#fff}.carousel-content{display:flex;gap:25px;align-items:center;width:100%;max-width:1160px;margin:0 auto}.heading{font-family:Ubuntu,sans-serif;font-size:2rem;font-weight:900;margin-bottom:10px}.text{font-size:1.2rem;color:#dce0e6}.continue-reading{cursor:pointer;margin-top:1rem;font-weight:900;display:inline-block;padding:12px 25px;color:var(--pure);background:var(--primary-hover);color:#fff;text-decoration:none;border-radius:50px;scale:1}.continue-reading:hover{scale:1.01;color:#7fff00;text-decoration:none;animation:pulse 5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;background:transparent;cursor:pointer;z-index:10}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.carousel-button svg{width:auto;height:60px;fill:#5f9ea0;opacity:.8}.carousel-indicators{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;gap:8px}.indicator{width:8px;height:8px;border-radius:50%;background:#ffffff4d;cursor:pointer}.indicator.active{width:24px;border-radius:4px;background:#fff}@media screen and (max-width:900px){.carousel-content{flex-direction:column;text-align:center}.carousel-button.next{right:0}.carousel-button.prev{left:-20px}.carouselImg{max-width:110%}}@media screen and (max-width:260px){.carouselImg{max-width:125%}}@media screen and (max-width:310px){.carouselImg{max-width:120%}}@media screen and (max-width:375px){.carouselImg{max-width:115%}}.blogs-contents{background:var(--lDark);display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;padding:30px 0 8px;margin:0 auto 1rem;width:99.5%;border-radius:15px}.blog{overflow:hidden;width:25rem;margin-bottom:1.5rem;background:var(--pure);border:1px solid blueviolet;border-radius:.5rem;box-shadow:5px 5px 5px #00000017,5px 5px 5px #00000017,-5px -5px 5px #ffffff80;transition:.2s all ease-in-out}.blogImg{border-radius:.5rem .5rem 0 0;transform:scale(1);padding:.5px;transition:.5s all ease-in-out}.blog:hover{box-shadow:0 2px 10px #0055d2}.blog:hover .blogImg{transform:scale(1.02)}.blogHeading{font-family:Ubuntu,sans-serif;padding:8px 20px 5px;font-weight:900;margin:0;text-align:center}.blogHeading a{font-size:1.5rem;color:var(--black)}.blogHeading a:hover{text-decoration:underline!important}.blogText{padding:0 20px;color:var(--blurWhite)}.blogReadMoreBtn{padding:.4rem;width:-moz-fit-content;width:fit-content;text-align:center;color:var(--pure);background:var(--primary-hover);border-radius:10px;cursor:pointer;font-weight:700;margin:0 auto}.blogReadMoreBtn:hover{background:var(--indigo);color:var(--pure)}.readMoreBtn{padding:.6rem .7rem;width:-moz-max-content;width:max-content;text-align:center;color:var(--pure);background:var(--primary-hover);border-radius:10px;cursor:pointer;font-weight:700;display:inline-block}.readMoreBtn:hover{background:var(--indigo);color:var(--pure);text-decoration:none}.cRead{position:relative;background:#ffffffb3;top:-22px;padding:30px 0 0;text-align:center}.newOlder{display:flex;align-items:center;justify-content:space-around;margin:2rem 0 1rem}.older,.new{cursor:pointer;border:2px solid greenyellow;border-radius:8px;padding:10px 14px;transition:var(--smooth);background:var(--black);color:var(--pure);font-weight:900;font-size:1rem}.older:hover,.new:hover{background:#90ee90;color:var(--black)}@media only screen and (min-width:235px)and (max-width:855px){.carouselAll{flex-direction:column}.carousel{margin:10px}.read-more{width:100%}.heading{margin:5px auto 0}.carouselImg{margin:0}.readMore1{margin-top:5px}.blogHeading{padding:5px 8px}}@media only screen and (min-width:235px)and (max-width:500px){.carousel-control-next-icon,.carousel-control-prev-icon{display:none}}@media only screen and (min-width:235px)and (max-width:260px){.heading{font-size:1.2rem;margin-bottom:5px}.text{font-size:.8rem;margin-bottom:0}.blog{width:14rem}.blogText{padding:5px 10px}.cRead{top:-20px;padding:25px 0 0}}@media only screen and (min-width:260px)and (max-width:290px){.heading{font-size:1.3rem;margin-bottom:5px}.text{font-size:.9rem;margin-bottom:0}.blog{width:16rem}.blogText{padding:5px 10px}.cRead{top:-26px}}@media only screen and (min-width:290px)and (max-width:330px){.heading{font-size:1.5rem;margin-bottom:5px}.text{font-size:1rem;margin-bottom:0}.blog{width:17.5rem}}@media only screen and (min-width:330px)and (max-width:380px){.heading{font-size:1.8rem}.text{font-size:1.2rem;margin-bottom:0}.blog{width:20rem}}@media only screen and (min-width:380px)and (max-width:420px){.heading{font-size:1.8rem}.text{font-size:1.2rem;margin-bottom:0}.blog{width:22rem}}
