* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

:root {
  scroll-padding-top: 80px;
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-family: "Mulish", sans-serif;
  background-color: #0b0118; }

ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none; }

a {
  text-decoration: none !important;
  color: black !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 1rem; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5); }

.main-header {
  text-align: left;
  width: 100%; }
  .main-header h1 {
    color: #fff;
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 0.25rem; }
  .main-header h4 {
    font-weight: 100;
    margin-top: 0;
    color: rgba(191, 191, 191, 0.826); }

@media (min-width: 374px) {
  .container {
    max-width: 350px !important;
    margin: auto; } }
@media (min-width: 768px) {
  .container {
    max-width: 700px !important;
    margin: auto; } }
@media (min-width: 992px) {
  .container {
    max-width: 1024px !important;
    margin: auto; } }
/* End Reset Style */
/* Start Nav Style */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 80px;
  padding-left: 5rem;
  padding-right: 5rem;
  background-color: #0b0118;
  background-image: url("../imgs/svgs/main.svg") !important;
  background-size: cover;
  top: 0;
  z-index: 99; }
  nav i {
    display: none !important; }
  nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 25rem;
    height: 100%; }
    nav ul li {
      font-size: 18px;
      cursor: pointer;
      font-weight: 500; }
      nav ul li a {
        color: #fff !important;
        transition: 0.2s; }
        nav ul li a:hover {
          color: #59a6bd !important;
          font-size: 1.3rem; }
  nav .logo a {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800; }

@media (max-width: 1024px) {
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
    nav .logo {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      nav .logo a {
        margin-left: 1.5rem; }
    nav ul {
      position: absolute;
      top: 0;
      left: -200rem;
      width: 100%;
      background-color: #0b0118;
      background-image: url("../../../public/imgs/svgs/main.svg") !important;
      justify-content: space-evenly;
      flex-direction: column;
      height: 100vh;
      transition: 0.5s; }
    nav i {
      position: absolute;
      font-size: 1.7rem;
      left: 2rem;
      top: 1.7rem;
      display: block !important;
      color: #fff; } }
/* End Nav Style */
/* Start Landing Style */
.landing-page {
  background-color: #0b0118;
  background-image: url("../imgs/svgs/main.svg") !important;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .landing-page .container {
    height: 100%; }
  .landing-page .personal-info {
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: space-between; }
  .landing-page .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    justify-content: center; }
    .landing-page .info h1 {
      font-size: 3.5rem;
      width: 31rem;
      font-weight: 800;
      margin-bottom: 1rem;
      color: #fff; }
      .landing-page .info h1 i {
        font-size: 2.5rem;
        color: #fff; }
    .landing-page .info p {
      width: 30rem;
      font-size: 17px;
      font-weight: 400;
      color: #ffffffe1; }
    .landing-page .info i {
      font-size: 1.5rem;
      margin-right: 0.5rem;
      color: #ffffff6e;
      transition: 0.1s; }
      .landing-page .info i:hover {
        color: #fff; }
  .landing-page .main-img {
    display: flex;
    align-items: center;
    width: 40%;
    height: 100%; }
    .landing-page .main-img img {
      width: 100%;
      max-height: 100%; }

@media (max-width: 768px) {
  .landing-page {
    width: 100%;
    height: calc(100vh - 80px); }
    .landing-page .personal-info {
      flex-direction: column;
      height: 100%;
      align-items: center;
      justify-content: center; }
    .landing-page .info {
      width: 100%;
      height: 100%;
      text-align: center;
      justify-content: center;
      position: relative;
      z-index: 2; }
      .landing-page .info h1 {
        max-width: 100%;
        margin: auto;
        margin-top: 0;
        font-size: 2.5rem;
        margin-bottom: 1rem; }
        .landing-page .info h1 i {
          font-size: 1.7rem; }
      .landing-page .info p {
        width: 100%; }
    .landing-page .main-img {
      width: 100%;
      position: absolute;
      top: 3rem;
      left: 0; }
      .landing-page .main-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        opacity: 0.1; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .landing-page {
    width: 100%;
    height: calc(80vh - 80px); }
    .landing-page .personal-info {
      flex-direction: column;
      height: 100%;
      align-items: center;
      justify-content: center; }
    .landing-page .info {
      width: 100%;
      height: 100%;
      text-align: center;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 2; }
      .landing-page .info h1 {
        width: 100%;
        margin: 0;
        font-size: 5rem;
        margin-bottom: 1rem;
        text-align: center; }
        .landing-page .info h1 i {
          font-size: 2.7rem; }
      .landing-page .info p {
        width: 90%;
        font-size: 1.6rem; }
    .landing-page .social i {
      font-size: 2.5rem; }
    .landing-page .main-img {
      width: 100%;
      position: absolute;
      top: 3rem;
      left: 0; }
      .landing-page .main-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        opacity: 0.1; } }
/* End Landing Style */
/*Start About Style*/
.about {
  min-height: calc(100vh - 80px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .about .container {
    display: flex;
    justify-content: center;
    align-items: center; }
  .about video {
    width: 50%;
    border-radius: 0.5rem;
    margin-right: 3rem; }
  .about .about-img {
    display: none; }
  .about .about-info {
    width: 50%;
    position: relative; }
    .about .about-info h3 {
      font-weight: 700; }
    .about .about-info p {
      font-size: 15px;
      line-height: 1.5rem;
      color: #ffffffe9; }

@media (max-width: 1024px) {
  .about {
    margin-top: 0px;
    padding-top: 0rem; }
    .about .container {
      flex-direction: column-reverse; }
      .about .container .about-img {
        display: block;
        width: 100%;
        margin-right: 0; }
      .about .container .about-video {
        display: none; }
      .about .container .about-info {
        width: 100%;
        padding-top: 2rem;
        text-align: center; }
        .about .container .about-info h3 {
          font-weight: 700;
          padding-top: 1rem;
          margin-bottom: 1rem; }
        .about .container .about-info p {
          padding: 0 0.5rem; }

  .main-header {
    text-align: center;
    width: 100%;
    margin: auto; }
    .main-header h1 {
      text-align: center; }
    .main-header h4 {
      text-align: center; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .about {
    margin-top: 0px;
    padding-top: 0rem;
    min-height: unset;
    height: 70vh; }
    .about .container {
      flex-direction: column-reverse; }
      .about .container .about-img {
        display: block;
        width: 100%;
        margin-right: 0; }
      .about .container .about-video {
        display: none; }
      .about .container .about-info {
        width: 100%;
        padding-top: 2rem;
        text-align: center; }
        .about .container .about-info h3 {
          font-weight: 700;
          padding-top: 1rem;
          margin-bottom: 1rem; }
        .about .container .about-info p {
          padding: 0 0.5rem; }

  .main-header {
    text-align: center;
    width: 100%;
    margin: auto; }
    .main-header h1 {
      text-align: center; }
    .main-header h4 {
      text-align: center; } }
/*End About Style*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

:root {
  scroll-padding-top: 80px;
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-family: "Mulish", sans-serif;
  background-color: #0b0118; }

ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none; }

a {
  text-decoration: none !important;
  color: black !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 1rem; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5); }

.main-header {
  text-align: left;
  width: 100%; }
  .main-header h1 {
    color: #fff;
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 0.25rem; }
  .main-header h4 {
    font-weight: 100;
    margin-top: 0;
    color: rgba(191, 191, 191, 0.826); }

@media (min-width: 374px) {
  .container {
    max-width: 350px !important;
    margin: auto; } }
@media (min-width: 768px) {
  .container {
    max-width: 700px !important;
    margin: auto; } }
@media (min-width: 992px) {
  .container {
    max-width: 1024px !important;
    margin: auto; } }
/* End Reset Style */
/*Start Portfolio Style*/
.projects {
  background-color: #0b0118;
  background-image: url("../imgs/svgs/main.svg") !important;
  background-size: cover;
  min-height: 100vh;
  padding-top: 2.5rem;
  width: 100%; }
  .projects .container {
    width: 100%;
    height: 100%; }
    .projects .container .projects-type {
      width: 50%;
      margin: auto !important;
      margin-top: 3rem !important;
      display: flex;
      justify-content: space-between; }
      .projects .container .projects-type li {
        color: #fff;
        background-color: #0b0118;
        width: 6rem;
        height: 2.5rem;
        padding: 1rem;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.5rem;
        transition: 0.3s; }
        .projects .container .projects-type li:hover {
          box-shadow: 0px 0px 10px 7px #b17ff371; }
    .projects .container .projects-cards {
      width: 100%;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-top: 2rem; }
      .projects .container .projects-cards .project-card {
        width: 32%;
        height: 20rem;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.089);
        border-radius: 0.15rem;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.589);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.067);
        cursor: pointer;
        position: relative;
        overflow-x: hidden; }
        .projects .container .projects-cards .project-card .project-img {
          max-width: 100%;
          height: 11rem;
          border-radius: 0.15rem; }
          .projects .container .projects-cards .project-card .project-img img {
            width: 100%;
            height: 11rem;
            object-fit: fill; }
        .projects .container .projects-cards .project-card .card-body {
          padding-left: 1rem;
          margin-top: 1rem; }
          .projects .container .projects-cards .project-card .card-body h2 {
            margin: 0;
            color: #fff; }
          .projects .container .projects-cards .project-card .card-body p {
            color: #a688ce;
            font-size: 0.7rem;
            padding: 0 !important;
            margin-top: 0.4rem; }
          .projects .container .projects-cards .project-card .card-body .stack {
            margin-top: 1.5rem;
            width: 70%;
            display: flex; }
            .projects .container .projects-cards .project-card .card-body .stack h6 {
              margin: 0;
              border-right: 2px solid #dddddd3b;
              padding-right: 0.5rem;
              color: #fff;
              margin-right: 0.5rem;
              display: flex;
              justify-content: center;
              align-items: center; }
            .projects .container .projects-cards .project-card .card-body .stack i {
              color: #ffffff9a;
              font-size: 1.2rem;
              margin-right: 1rem; }
        .projects .container .projects-cards .project-card .lay {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 2rem;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: -100%;
          transition: 0.3s ease-in-out;
          background: rgba(255, 255, 255, 0.089);
          border-radius: 0.15rem;
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.589);
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(5px); }
          .projects .container .projects-cards .project-card .lay i {
            color: #fff; }
        .projects .container .projects-cards .project-card:hover .lay {
          top: 0; }

@media (max-width: 768px) {
  .projects {
    width: 100%;
    height: unset;
    min-height: fit-content !important; }
    .projects .container .projects-cards {
      flex-direction: column;
      align-items: center; }
      .projects .container .projects-cards .project-card {
        width: 85%;
        height: 20rem; }
        .projects .container .projects-cards .project-card .project-img {
          height: 12rem; }
          .projects .container .projects-cards .project-card .project-img img {
            width: 100%;
            height: 12rem; }
        .projects .container .projects-cards .project-card .lay {
          display: none; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .projects {
    width: 100%;
    height: unset;
    min-height: fit-content !important; }
    .projects .container .projects-cards {
      flex-direction: column;
      align-items: center; }
      .projects .container .projects-cards .project-card {
        width: 85%;
        height: 27rem;
        margin-bottom: 2rem; }
        .projects .container .projects-cards .project-card .project-img {
          height: 17rem; }
          .projects .container .projects-cards .project-card .project-img img {
            width: 100%;
            height: 17rem; }
        .projects .container .projects-cards .project-card .lay {
          display: none; } }
/*End Portfolio Style*/
/*Start Footer Style*/
.footer {
  height: 10vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #dddddd22; }
  .footer .container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer .container .contact-me {
      height: 100%;
      width: 13rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .footer .container .contact-me i {
        font-size: 1.5rem;
        color: #fff; }
      .footer .container .contact-me span {
        color: #fff;
        font-size: 0.8rem; }
    .footer .container .copy-rightt {
      color: #fff; }

@media (max-width: 768px) {
  .footer .container {
    align-items: center;
    padding: 1rem; }
    .footer .container .contact-me {
      width: fit-content; }
      .footer .container .contact-me span {
        display: none; }
      .footer .container .contact-me i {
        font-size: 1.5rem;
        color: #fff; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .container {
    align-items: center;
    padding: 1rem; }
    .footer .container .contact-me {
      width: fit-content; }
      .footer .container .contact-me span {
        display: none; }
      .footer .container .contact-me i {
        font-size: 2rem; }
    .footer .container .copy-rightt {
      color: #fff;
      font-size: 1.4rem; } }
/*End Footer Style*/
.encreption {
  width: 100%;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden; }
  .encreption .encreption-video {
    width: 150%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1; }
  .encreption .encription-img {
    display: none !important; }
  .encreption .stack {
    min-width: 100%;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center; }
    .encreption .stack .logos {
      animation: 60s slide infinite linear;
      white-space: nowrap; }
      .encreption .stack .logos img {
        width: 4rem;
        height: 4rem;
        margin-right: 2rem; }

@keyframes slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@media (max-width: 768px) {
  .encreption {
    height: 16vh;
    margin-top: 0.5rem;
    overflow-x: hidden;
    position: relative; }
    .encreption .encreption-video {
      display: none; }
    .encreption .encription-img {
      width: 160%;
      height: 100%;
      position: absolute;
      z-index: -1;
      display: flex !important; }
      .encreption .encription-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; }
    .encreption .stack .logos {
      animation: 40s slide infinite linear; }
      .encreption .stack .logos img {
        width: 2rem;
        height: 2rem; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .encreption {
    height: 20vh; }
    .encreption .encreption-video {
      display: none; }
    .encreption .encription-img {
      width: 160%;
      height: 100%;
      position: absolute;
      z-index: -1;
      display: flex !important; }
      .encreption .encription-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; }
    .encreption .stack .logos {
      animation: 40s slide infinite linear; }
      .encreption .stack .logos img {
        width: 4rem;
        height: 4rem; } }
.certificates-sec {
  height: 50vh;
  width: 75%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-bottom: 5rem; }
  .certificates-sec .certificates {
    min-width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin-top: 3rem;
    white-space: nowrap; }
    .certificates-sec .certificates .certificate-list {
      animation: 30s slide infinite linear;
      display: inline-block !important; }
      .certificates-sec .certificates .certificate-list .certificate {
        width: 15rem;
        display: inline-block;
        margin-right: 3rem;
        position: relative;
        cursor: pointer; }
        .certificates-sec .certificates .certificate-list .certificate img {
          width: 100%; }
        .certificates-sec .certificates .certificate-list .certificate .lay {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 2rem;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: -100%;
          transition: 0.3s ease-in-out;
          background: rgba(255, 255, 255, 0.089);
          border-radius: 0.15rem;
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.589);
          backdrop-filter: blur(3px);
          -webkit-backdrop-filter: blur(5px); }
          .certificates-sec .certificates .certificate-list .certificate .lay h1 {
            color: #163359;
            font-weight: 800;
            text-align: center;
            font-size: 1.8rem; }
            .certificates-sec .certificates .certificate-list .certificate .lay h1 i {
              font-size: 2rem; }
            .certificates-sec .certificates .certificate-list .certificate .lay h1 .fa-solid {
              display: block;
              font-size: 0.7rem;
              margin-top: 2rem;
              color: #777; }
        .certificates-sec .certificates .certificate-list .certificate:hover .lay {
          top: 0; }
    .certificates-sec .certificates:hover .certificate-list {
      animation-play-state: paused; }

@keyframes slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@media (max-width: 768px) {
  .lay {
    top: 0 !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .certificates-sec h1 {
    text-align: start; } }

/*# sourceMappingURL=main.css.map */
