.hero-section{display:flex;flex-direction:column;background:rgba(0,0,0,0);font-family:var(--font-primary)}.hero-section .hero-content-wrapper{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:space-between}.hero-section .hero-content-wrapper .mentor-img{flex:1;width:100%;height:100%;max-width:600px;max-height:600px}.hero-section .hero-content{flex:1;text-align:left;margin-bottom:32px}.hero-section .hero-content .main-heading{font-family:var(--font-primary);font-size:48px;font-weight:600;line-height:normal;letter-spacing:normal;color:var(--text-primary);margin-bottom:1rem}.hero-section .hero-content .main-heading .rotating-text{display:inline-block;background:linear-gradient(103.82deg,#0A0D12 -14.41%,var(--accent-color) 46.68%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:fadeInUp .5s ease-in-out}[data-theme=dark] .hero-section .hero-content .main-heading .rotating-text{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:var(--accent-color)}.hero-section .hero-content .subtext{font-size:20px;color:var(--text-secondary);max-width:600px;letter-spacing:0;margin-bottom:32px}.hero-section .hero-content .explore-btn{background-color:var(--accent-color);font-family:var(--font-primary);font-size:20px;font-weight:600;line-height:normal;letter-spacing:normal;color:#fff;padding:12px 48px;border:none;border-radius:10px;cursor:pointer;transition:background .3s}.hero-section .hero-content .explore-btn:hover{background-color:var(--accent-hover-color)}.hero-section .connect-banner{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:0;font-size:var(--font-primary);background-color:var(--card-bg-secondary);padding:32px 100px;text-align:center;box-shadow:0 0 20px 0 rgba(10,13,18,.0784313725);border-radius:16px}.hero-section .connect-banner p{color:var(--text-primary);font-size:32px;font-weight:600}.hero-section .connect-banner p,.hero-section .connect-banner span{font-family:var(--font-primary);line-height:normal;letter-spacing:normal}.hero-section .connect-banner span{color:var(--text-secondary);font-size:18px;font-weight:400}.hero-section .landing-tags-wrapper{display:flex;flex-direction:row;gap:16px;margin-bottom:80px;overflow:scroll}.hero-section .landing-tags-wrapper::-webkit-scrollbar{display:none}.hero-section .landing-tags-wrapper{scrollbar-width:none;-ms-overflow-style:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1140px){.hero-section .hero-content .main-heading{font-family:var(--font-primary);font-size:38px;font-weight:600;line-height:normal;letter-spacing:normal}.hero-section .hero-content .subtext{font-family:var(--font-primary);font-size:18px;font-weight:400;line-height:normal;letter-spacing:normal}}@media(max-width:875px){.hero-section .hero-content-wrapper{align-items:flex-start;flex-direction:column;gap:0}.hero-section .hero-content-wrapper .mentor-img{width:100%;height:100%;max-width:450px;max-height:450px;margin:auto}.hero-section .connect-banner{padding:20px 60px}}@media(max-width:650px){.hero-section .hero-content .main-heading{font-family:var(--font-primary);font-size:32px;font-weight:600;line-height:normal;letter-spacing:normal}.hero-section .hero-content .subtext{font-family:var(--font-primary);font-size:16px;font-weight:400;line-height:normal;letter-spacing:normal}.hero-section .hero-content .explore-btn{font-size:16px}.hero-section .connect-banner{padding:8px 16px}.hero-section .connect-banner p{font-size:18px;font-weight:600}.hero-section .connect-banner p,.hero-section .connect-banner span{font-family:var(--font-primary);line-height:normal;letter-spacing:normal}.hero-section .connect-banner span{color:var(--text-secondary);font-size:12px;font-weight:400}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.tag-wrapper{display:flex;flex-direction:row;align-items:center;font-family:var(--font-primary);font-size:16px;font-weight:400;line-height:normal;letter-spacing:normal;flex:1;color:var(--text-secondary);width:273px;gap:12px;border-radius:12px;border-width:1px;padding:12px;border:1px solid var(--border-secondary);white-space:nowrap}.tag-wrapper .icon-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;width:36px;height:36px;border-radius:8px}.tag-wrapper .pink{background-color:var(--bg-pink)}.tag-wrapper .violet{background-color:var(--bg-violet)}.tag-wrapper .blue{background-color:var(--bg-blue)}.tag-wrapper .yellow{background-color:var(--bg-yellow)}@media(max-width:768px){.tag-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px;font-family:var(--font-primary);font-size:14px;font-weight:400;line-height:normal;letter-spacing:normal;padding:8px}.tag-wrapper .icon-wrapper{width:30px;height:30px}}