body {
  background-color: #000000;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .custom-card {
  background: linear-gradient(102.27deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100%;
}
body .text-transistion {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .btn-div {
  margin: 1rem 0 0.5rem;
  position: relative;
}
body .btn-div .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
body .btn-div:hover .overlay {
  opacity: 1;
}
body .btn-div button {
  text-align: center;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 2rem;
  width: 100%;
}
body .btn-div button span {
  z-index: 2;
  position: relative;
  color: #ffffff;
}
body p, body a, body button, body .heading {
  font-style: normal !important;
  color: #B4B2B2;
  line-height: 1.2;
}
@media screen and (min-device-width: 1500px) and (max-device-width: 1800px) and (-webkit-min-device-pixel-ratio: 1) {
  body [size=xxs] {
    font-size: 1rem;
    font-weight: 600;
  }
  body [size=xs] {
    font-size: 1.25rem;
    font-weight: 600;
  }
  body [size=s] {
    font-size: 1.5rem;
    font-weight: 600;
  }
  body [size=m] {
    font-size: 2rem;
    font-weight: 600;
  }
  body [size=l] {
    font-size: 2.5rem;
    font-weight: 600;
  }
  body [size=xl] {
    font-size: 3rem;
    font-weight: 600;
  }
  body [size=xxl] {
    font-size: 3.5rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1500px) {
  body [size=xxs] {
    font-size: 1rem;
    font-weight: 600;
  }
  body [size=xs] {
    font-size: 1.1rem;
    font-weight: 600;
  }
  body [size=s] {
    font-size: 1.25rem;
    font-weight: 600;
  }
  body [size=m] {
    font-size: 1.75rem;
    font-weight: 600;
  }
  body [size=l] {
    font-size: 2rem;
    font-weight: 600;
  }
  body [size=xl] {
    font-size: 3rem;
    font-weight: 600;
  }
  body [size=xxl] {
    font-size: 3rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  body [size=xxs] {
    font-size: 0.4rem;
    font-weight: 600;
  }
  body [size=xs] {
    font-size: 0.7rem;
    font-weight: 600;
  }
  body [size=s] {
    font-size: 1rem;
    font-weight: 600;
  }
  body [size=m] {
    font-size: 1.25rem;
    font-weight: 600;
  }
  body [size=l] {
    font-size: 1.75rem;
    font-weight: 600;
  }
  body [size=xl] {
    font-size: 2rem;
    font-weight: 600;
  }
  body [size=xxl] {
    font-size: 2.5rem;
    font-weight: 600;
  }
}

#Navbar {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 12px;
}
#Navbar > div.row .brand-name {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  background: linear-gradient(260.19deg, #47E1A8 0%, #4278B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  #Navbar > div.row .brand-name {
    font-size: 1.25rem;
  }
}
#Navbar > div.row .nav-a-row {
  height: 100%;
}
#Navbar > div.row .nav-a-row .nav-a-col {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Navbar > div.row .nav-a-row .nav-a-col a {
  text-decoration: none;
  text-align: center;
}
#Navbar > div.row .nav-a-row .nav-a-col a:hover {
  color: #FFFFFF;
}
#Navbar > div.row .nav-btn-col {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  #Navbar > div.row .nav-btn-col {
    padding: 0;
  }
}
#Navbar > div.row .nav-btn-col .login-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  color: #B4B2B2;
}
#Navbar > div.row .nav-btn-col .login-btn:hover {
  color: #FFFFFF;
}
#Navbar > div.row .nav-btn-col .create-account-btn {
  background: rgba(255, 255, 255, 0.3019607843);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  color: #FFFFFF;
  margin: 0 0 0 12px;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  #Navbar > div.row .nav-btn-col .create-account-btn {
    margin: 0 0 0 6px;
  }
}
#Navbar > div.row .nav-btn-col .create-account-btn:hover {
  color: #B4B2B2;
}

#Main {
  height: 100vh;
  background: linear-gradient(66.1deg, #6D197B 8.98%, #3C228B 40.38%, #1B6972 71.78%, #8A2C9A 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#Main .main-gradient {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: 100vh;
}
#Main .register-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  width: 50vw;
  z-index: 1;
  margin-top: 5rem;
  height: fit-content;
  max-height: 100%;
}
#Main .register-box .custom-card {
  width: 100%;
  padding: 2rem;
}
#Main .register-box .custom-card h1 {
  background: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#Main .register-box .custom-card form {
  width: 80%;
}
#Main .register-box .custom-card form label {
  color: #B4B2B2 !important;
}
#Main .register-box .custom-card form input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 0.3rem 0.6rem;
  color: #B4B2B2 !important;
}
#Main .register-box .custom-card form input:-internal-autofill-selected {
  background-color: transparent !important;
}
#Main .register-box .custom-card form input::placeholder {
  color: #515151;
}
#Main .main-box {
  max-width: 50vw;
  z-index: 1;
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  #Main .main-box {
    max-width: 80vw;
  }
}
#Main .main-box h1 {
  background: linear-gradient(180deg, #FFFFFF 0%, #6BB1FF 90.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 0.2em;
}
#Main .main-box p {
  text-align: center;
  margin-bottom: 1.5em;
}
#Main .main-box .main-img-box {
  position: relative;
  max-height: 40vh;
  display: flex;
  width: auto;
}
#Main .main-box .main-img-box div {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.21) 73.5%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
#Main .main-box .main-img-box img {
  max-width: 100%;
  object-fit: contain;
  z-index: 0;
  border-radius: 10px;
}
#Main .main-arrow-box {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#Main .main-arrow-box p {
  color: #FFFFFF;
}
#Main .main-arrow-box i {
  text-align: center;
  font-size: 40px;
  color: #FFFFFF;
  animation: bounce 1s infinite;
  width: 100%;
  text-align: center;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

#Boxes {
  min-height: 100vh;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  #Boxes {
    min-height: 50vh;
  }
}
#Boxes .boxes-text-div {
  max-width: 90%;
  margin: auto;
}
#Boxes .boxes-text-div .heading {
  color: #FFFFFF;
}
#Boxes .boxes-text-div .btn-col {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#Boxes .boxes-text-div .btn-col button {
  background: linear-gradient(87deg, rgba(71, 225, 168, 0.45) 0%, rgba(66, 120, 182, 0.45) 100%);
}
#Boxes .boxes-div {
  max-width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  justify-items: center;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  #Boxes .boxes-div {
    grid-template: 1fr 1fr 1fr/1fr 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
#Boxes .boxes-div .box {
  background: linear-gradient(113.56deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1em;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 100%;
}
#Boxes .boxes-div .box i {
  color: #FFFFFF;
  margin-bottom: 1em;
}
#Boxes .boxes-div .box .heading {
  background: linear-gradient(180deg, #C72EE1 0%, #6D197B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#OurMission {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#OurMission .gradient {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#OurMission .top {
  transform: rotate(180deg);
}
#OurMission .bottom {
  bottom: 0;
}
#OurMission > div {
  width: 80%;
  margin: auto;
  height: 100%;
}
#OurMission > div .row {
  max-width: 100%;
  height: 100%;
}
#OurMission > div .row .col-first {
  align-items: start !important;
}
#OurMission > div .row .text-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
#OurMission > div .row .text-col .heading {
  color: #FFFFFF;
}
#OurMission > div .row .text-col p span {
  background: linear-gradient(260.19deg, #47E1A8 0%, #4278B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}
#OurMission > div .row .text-col .btn-div {
  width: fit-content;
}
#OurMission > div .row .text-col .btn-div button {
  background: linear-gradient(87deg, rgba(71, 225, 168, 0.45) 0%, rgba(66, 120, 182, 0.45) 100%);
}
#OurMission > div .row .boxes-col {
  max-height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
#OurMission > div .row .boxes-col .boxes-div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 125%;
  width: 100%;
}
#OurMission > div .row .boxes-col .boxes-div .box {
  flex: 1;
  max-height: 20%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#OurMission > div .row .boxes-col .div-first {
  align-items: end;
}
#OurMission > div .row .boxes-col .div-second {
  align-items: start;
  margin-left: 2rem;
}
#OurMission > div .row .OM-col-first {
  align-items: start !important;
}

.features {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.features .gradient-r {
  position: absolute;
  height: 100%;
  width: 10%;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
  pointer-events: none;
}
.features .gradient-l {
  position: absolute;
  height: 100%;
  width: 10%;
  left: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
  pointer-events: none;
}
.features.text-green .boxes-row .heading {
  background: linear-gradient(90deg, #47E1A8 0%, #277B5C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.features.text-blue .boxes-row .heading {
  background: linear-gradient(90deg, #4279B6 0%, #6BB1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.features.text-purple .boxes-row .heading {
  background: linear-gradient(90deg, #6D197B 0%, #C72EE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.features .text-div {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features .text-div .text-col {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.features .text-div .text-col .heading {
  color: #FFFFFF;
}
.features .text-div .text-col .p {
  color: #9D9D9D;
}
.features .text-div .btn-col button {
  margin-left: 1rem;
  align-self: start;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  color: #FFFFFF;
  width: 2.5em;
  height: 2.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.features .text-div .btn-col button:hover {
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.features .boxes-row {
  width: max-content;
  position: relative;
  transition: left 2s, right 2s;
  left: 10%;
}
.features .boxes-row .boxes-card {
  background: linear-gradient(102.27deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 3.5rem;
  margin-right: 3rem;
  width: min-content;
  min-width: 35vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features .boxes-row .boxes-card .box-text-div {
  position: relative;
  width: 100%;
}
.features .boxes-row .boxes-card .box-text-div .features-card-p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
}
.features .boxes-row .boxes-card .box-text-div .expand-btn {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  color: #47E1A8;
  font-weight: bold;
}
.features .boxes-row .boxes-card .img-div {
  margin-bottom: 2rem;
  position: relative;
  width: min-content;
}
.features .boxes-row .boxes-card .img-div div {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.features .boxes-row .boxes-card .img-div img {
  width: auto;
  height: 25vh;
  border-radius: 10px;
}
.features .boxes-row .boxes-card.last-card {
  margin-right: 0px;
}

#GitRepo {
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
#GitRepo > div {
  display: flex;
  flex-wrap: wrap;
  height: min-content;
  width: 80%;
  margin: auto;
}
#GitRepo > div .text-col {
  flex: 0 0 auto;
  width: 58.33333333%;
}
#GitRepo > div .text-col .heading {
  background: linear-gradient(-45deg, #FFFFFF 25%, #47E1A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#GitRepo > div .text-col p {
  color: #9D9D9D;
}
#GitRepo > div .img-col {
  flex: 0 0 auto;
  width: 41.66666667%;
  justify-content: center;
  align-items: center;
  display: flex;
}
#GitRepo > div .img-col img {
  margin: 1rem;
  max-width: 100%;
  max-width: calc(100% - 2rem);
}

#Pricing {
  min-height: 100vh;
}
#Pricing > div {
  height: 100%;
  width: 75%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#Pricing > div .div-text {
  width: 70%;
}
#Pricing > div .div-text .heading {
  background: linear-gradient(180deg, #FFFFFF 0%, #2C2C2C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
#Pricing > div .div-text p {
  text-align: center;
}
#Pricing > div .row .col {
  padding: 1rem;
  /*&:nth-child(2) {
    .main-option {
      background: linear-gradient(154.73deg, #1A1A1A -4.74%, #000000 100%);
    }
  }*/
}
#Pricing > div .row .col .pricing-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: auto;
  padding: 2rem;
  height: min-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
#Pricing > div .row .col .pricing-card .top-section {
  height: 13rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
#Pricing > div .row .col .pricing-card .top-section .heading {
  background: linear-gradient(180deg, #FFFFFF 0%, #2C2C2C 102.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#Pricing > div .row .col .pricing-card .top-section .heading span {
  color: #424242;
}
#Pricing > div .row .col .pricing-card .top-section .plan-info {
  color: #424242;
}
#Pricing > div .row .col .pricing-card .btn-div {
  width: 100%;
}
#Pricing > div .row .col .pricing-card .btn-div button {
  background: linear-gradient(to bottom, rgba(71, 225, 169, 0.45) 0%, rgba(66, 120, 182, 0.45) 100%);
}
#Pricing > div .row .col .pricing-card .bottom-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 13rem;
}
#Pricing > div .row .col .pricing-card .bottom-section > div {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
#Pricing > div .row .col .pricing-card .bottom-section > div > div {
  flex: 1 1 auto;
  border-top: 1px solid #424242;
  height: 0;
}
#Pricing > div .row .col .pricing-card .bottom-section > div p {
  margin: 0 1rem;
  color: #424242;
}
#Pricing > div .row .col .pricing-card .bottom-section ul li {
  color: #424242;
}
#Pricing > div .row .col .pricing-card .bottom-section ul li i {
  background: linear-gradient(-45deg, #6D197B 0%, #342A96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#Pricing > div .row .main-col .pricing-card {
  background: linear-gradient(154.73deg, #1A1A1A -4.74%, #000000 100%);
}
#Pricing > div .row .main-col .pricing-card .heading {
  font-size: 3rem;
}
#Pricing > div .row .col:not(.main-col) {
  /*padding-top: 2rem;*/
}
#Pricing > div .row .col:not(.main-col) .btn-div .overlay {
  opacity: 1 !important;
  transition: none;
  pointer-events: all;
}
#Pricing > div .row .col:not(.main-col) .btn-div button {
  cursor: auto;
}
#Pricing > div .row .col:not(.main-col) .btn-div button span {
  color: #a2a2a2;
}

#modal .modal-content {
  background: linear-gradient(102.27deg, rgb(46, 46, 46) 0%, rgb(0, 0, 0) 100%);
}
#modal .modal-content .modal-header {
  border-bottom: none;
}
#modal .modal-content .modal-body input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  padding: 0.25rem 0.5rem;
  color: #B4B2B2 !important;
  margin: auto;
}
#modal .modal-content .modal-body input::placeholder {
  color: #5d5b5b;
}
#modal .modal-content .modal-footer {
  border-top: none;
}
#modal .modal-content .modal-footer .btn-div:not(.btn-cancel) {
  margin-left: 1rem;
}
#modal .modal-content .modal-footer .btn-div:not(.btn-cancel) button {
  background: linear-gradient(87deg, rgba(71, 225, 168, 0.45) 0%, rgba(66, 120, 182, 0.45) 100%);
}