.black__button{box-sizing:border-box;font-size:16px;font-weight:600;line-height:19.5px;color:#fafafa;border-radius:4px;height:4.4rem;display:flex;justify-content:center;align-items:center;padding-inline:1.2rem 1.6rem;cursor:pointer;background:#2563eb;transition:.3s ease}@media screen and (max-width:600px){.black__button{font-size:14px}}.black__button:hover{background-color:#2563eb;opacity:.9}.transparent__btn{border:1px solid #9b87f5;color:#fff;width:80px}.transparent__btn,.transparent__btn:hover{background:transparent}.primary__button{width:100%;box-sizing:border-box;font-size:14px;color:#fff;background-color:#9b87f5;font-size:1.4rem;font-weight:500;border-radius:8px;line-height:20px;height:4.4rem;display:flex;justify-content:center;align-items:center;padding-inline:.8rem 1.6rem;cursor:pointer;transition:.3s ease;font-family:Inter,sans-serif}.primary__button:hover{background-color:#8f6fff}footer{background:var(--bg-clr);padding:5.6rem 0;border-top:1px solid hsla(0,0%,100%,.1)}footer .footer__container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4rem}@media screen and (max-width:500px){footer .footer__container{flex-direction:column}}footer .footer__container .foot__links h3{font-size:18px;font-weight:600;line-height:28px;color:#fff;font-family:Inter,sans-serif}footer .footer__container .foot__links h2{font-size:24px;font-weight:700;line-height:32px;font-family:Inter,sans-serif;color:#9b87f5}footer .footer__container .foot__links .foot__link{margin-top:1.6rem;display:flex;flex-direction:column;gap:1.6rem}footer .footer__container .foot__links .foot__link .link{font-size:16px;font-weight:400;line-height:24px;font-family:Inter,sans-serif;color:var(--secondary-text-clr)}footer .footer__container .foot__links .foot__link .link:hover{color:#fff}footer .footer__container .foot__links .foot__link .span:hover{color:var(--secondary-text-clr)}footer .footer__container .foot__links .foot__link .email{color:var(--text-color);font-size:1.6rem;font-weight:400;line-height:2.4rem;font-family:Inter,sans-serif}footer .footer__container .foot__links .foot__link .social__icons{display:flex;align-items:center;gap:1.6rem}footer .footer__container .foot__links .foot__link .social__icons .sc__icon{height:2.4rem;width:2.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}footer .footer__container .foot__links .foot__link .social__icons .sc__icon svg{color:#d1d5db}footer .footer__container .foot__links .foot__link .btn__wrapper a{display:block}footer .foot__bottom{text-align:center;margin-top:6.4rem;padding-top:3.2rem;border-top:1px solid hsla(0,0%,100%,.1)}footer .foot__bottom p{font-size:1.6rem;font-family:Inter,sans-serif;color:var(--secondary-text-clr);font-weight:500;line-height:2.4rem}header{height:8rem;flex-direction:column;justify-content:space-around;width:100%;background:var(--header-bg-clr);z-index:3000;position:sticky;top:0}header,header .main__header{display:flex;align-items:center}header .main__header{margin:0 auto;justify-content:space-between}header .main__header .logo span{font-size:24px;font-weight:700;line-height:32px;color:#9b87f5;font-family:Inter,sans-serif}header .main__header .openbtn{all:unset;display:none;place-items:center;color:#d1d5db}@media screen and (max-width:1000px){header .main__header .openbtn{display:grid!important}}header .main__header nav{width:calc(100% - 370px)}@media screen and (max-width:1130px){header .main__header nav{width:calc(100% - 250px)}}@media screen and (max-width:1000px){header .main__header nav{display:none}}header .main__header nav ul{display:flex;gap:4rem;width:100%;justify-content:flex-end;align-items:center}header .main__header nav ul .mid__ul{display:flex;gap:2.4rem}header .main__header nav ul .right__ul{display:flex;align-items:center;gap:2.4rem}header .main__header nav ul li{list-style-type:none}header .main__header nav ul li a{text-decoration:none;font-size:16px;font-weight:400;line-height:19.5px;color:#d1d5db;font-family:Inter,sans-serif}.mobilenav__container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;background:var(--header-bg-clr)}@media screen and (min-width:1000px){.mobilenav__container{display:none}}.mobilenav__container .closebtn{all:unset;position:absolute;top:2.5rem;right:2rem;font-size:2.4rem;cursor:pointer}.mobilenav__container .closebtn svg{color:#d1d5db}.mobilenav__container ul{display:flex;flex-direction:column;list-style:none;padding:4rem}.mobilenav__container ul li{padding:2rem 0}.mobilenav__container ul li:last-child{border:none}.mobilenav__container ul li a{text-decoration:none;font-size:16px;font-weight:400;line-height:19.5px;color:#d1d5db;font-family:Inter,sans-serif}@media screen and (max-width:600px){.mobilenav__container ul li a button{width:100%}}