@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");
:root {
  --secondary-color: #4a4a4a;
  --link-color: #1f1c2e;
  --link-color-hover: #c3cff4;
  --link-color-active: #fff;
  --link-color-active-bg: #1f1c2e;
  --projects-section: #fff;
  --message-box-hover: #fafcff;
  --message-box-border: #e9ebf0;
  --more-list-bg: #fff;
  --more-list-bg-hover: #f6fbff;
  --more-list-shadow: rgba(209, 209, 209, 0.4);
  --button-bg: #1f1c24;
  --search-area-bg: #fff;
  --star: #1ff1c2e;
  --message-btn: #fff;
  --header-height: 3rem;
  --nav-width: 68px;
  /*===== Colors =====*/
  --first-color: #4723D9;
  --first-color-light: #AFA5D9;
  --white-color: #F7F6FB;
  /*===== Font and typography =====*/
  --body-font: 'Nunito', sans-serif;
  --normal-font-size: 1rem;
  /*===== z index =====*/
  --z-fixed: 100;
}

* {
  font-family: "DM Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
  scrollbar-width: none;

  
 
}

html{
  scroll-behavior: smooth;
  
}




@media only screen and (max-width: 701px) {
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
  }
}

.dfooter {
  position: absolute;
  right: 0;
  height: 208px;
  bottom: -834px;
  left: 0;
  padding: 1rem;
  display: block;
  background: rgba(255, 255, 255, 0.301);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
  -webkit-backdrop-filter: blur(1px);
  padding: 40px;
  border-radius: 32px;
  width: 90%;
  margin-left: 110px;
}

.dfooter-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  width: 90%;
  margin: auto;
  padding: 40px 100px;

  background-color: #000000;
  border-radius: 32px;
  margin-top: 50px;
}

.start-learning {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
}

.dfooter .inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  max-width: 1180px;
  margin: auto;
  text-align: left;
}

.dfooter .inner p {
  font-size: 0.9rem;
  color: black;
  margin-right: 80px;
}

.dfooter .inner h1 {
  padding: 50px;
  text-align: center;
  color: black;
  font-size: 3rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  padding: 70px;
  text-align: center;
  color: black;
  font-size: 3rem;
}

.footersvg {
  margin-top: 65px;
}

.main-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-logo .logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.main-logo .logo > img {
  display: block;
  width: 100%;
  min-width: 40px;
}

.logo-info {
  text-align: left;
  line-height: 20px;
}

.text {
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  letter-spacing: .18em;
  font-weight: 600;
}

.copyright {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.dfooter .column {
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.dfooter .column .column-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.5em;
  color: #fff;
}

.dfooter .column .column-title:not(:first-child) {
  margin-top: 1em;
}

.illustration {
  left: 8%;
  position: absolute;
  top: -28px;
}

a.button {
  text-align: center;
  position: relative;
  width: 150px;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #fff;
  color: #705df2;
  border-radius: 36px;
  font-size: 21px;
  font-weight: 700;
  padding: 15px;
}

.section-title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}

.section-sub-heading {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.section-sub-heading span {
  opacity: 0.6;
}

.section-sub-heading strong {
  font-weight: 600;
}

@media only screen and (max-width: 990px) and (min-width: 200px) {

  .dfooter .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .start-learning {
    position: unset;
  }
  .dfooter-start {
    width: 100%;
    display: block;
    padding: 30px 20px;
    margin: 30px 0;
  }
  .section-title {
    font-size: 30px;
  }
  .section-sub-heading {
    font-size: 18px;
  }
  dfooter.dfooter {
    padding-top: 0;
  }
  a.button {
    height: 50px;
    margin-top: 10px;
  }
  .column.is-logo {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.dmt {
  -webkit-box-shadow: black 1px 2px 5px;
          box-shadow: black 1px 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.275);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
  width: 35.635416666666664vw;
  height: 80px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 80px;
  margin-top: 80px;
  z-index: 4;
  border-radius: 32px;
}

.dmt h1 {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  color: black;
  font-size: 1.5rem;
}

.dmt .share-button {
  -webkit-box-shadow: rgba(0, 0, 0, 0.439) 1px 2px 5px;
          box-shadow: rgba(0, 0, 0, 0.439) 1px 2px 5px;
  background-color: black;
  color: black;
  font-size: 0.96rem;
  text-align: center;
  width: 200px;
  height: 40px;
  margin-top: 100px;
  margin-left: -146px;
  margin-right: -20px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.dmt .share-button:hover {
  background-color: rgba(255, 255, 255, 0.159);
}

.dmt .share-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.dmt .share-button span {
  position: absolute;
  margin: 0;
  width: 300px;
  height: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  font-weight: 60;
  z-index: 999;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
  border-radius: 40px;
}

.dmt .share-button:hover span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dmt .share-button a {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 26px;
  color: #000000;
  text-align: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.dmt .share-button:hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.dmt .share-button a:nth-of-type(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.dmt .share-button a:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.dmt .share-button a:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dmt .share-button a:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

html {
  scroll-behavior: smooth;
}



canvas {
  display: block;
}
body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-image: url('/img/bg-white.png');
      background-size: cover;
    
  min-height: 100%;
  background-blend-mode: lighten;

}

a {
  text-decoration: none;
}

/*========== VARIABLES CSS ==========*/
:root {
  --header-height: 3.5rem;
  --nav-width: 20vw;
  /*========== Colors ==========*/
  --first-color: #6923D0;
  --first-color: purple;
  --first-color-light: #F4F0FA;
  --title-color: #19181B;
  --text-color: #58555E;
  --text-color-light: #A5A1AA;
  --body-color: #F9F6FD;
  --container-color: #ffffff96;
  /*========== Font and typography ==========*/
  --body-font: 'Poppins', sans-serif;
  --normal-font-size: .938rem;
  --small-font-size: .75rem;
  --smaller-font-size: .75rem;
  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*========== z index ==========*/
  --z-fixed: 100;
}

@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    --smaller-font-size: .813rem;
  }
}

/*========== BASE ==========*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h3 {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*========== HEADER ==========*/


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hire-me {
  text-align: center;
  margin-right: 70px;
  font-weight: bolder;
  font-size: 1.4em;
  cursor: pointer;
  border-radius: 100px;
  width: 120px;
  background: black;
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
  color: white;
  color: white;
}

.header {
  border-radius: 0 0 100px 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(31, 38, 135, 0.068);
          box-shadow: 0 5px 10px 0 rgba(31, 38, 135, 0.089);
background-color:#ffffff0f;
backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.253);

  padding: 0 1rem;
  z-index: var(--z-fixed);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.header__logo {
  color: var(--title-color);
  font-weight: var(--font-medium);
  display: none;
}

.header__search {
  border: 1px solid rgba(0, 0, 0, 0.207);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .40rem .75rem;
  background-color: var(--first-color-light);
  border-radius: 100px;
}

.header__input {
  border: 1px solid black;
  border: none;
  outline: none;
  background-color: var(--first-color-light);
}

.header__input::-webkit-input-placeholder {
  font-family: var(--body-font);
  color: var(--text-color);
}

.header__input:-ms-input-placeholder {
  font-family: var(--body-font);
  color: var(--text-color);
}

.header__input::-ms-input-placeholder {
  font-family: var(--body-font);
  color: var(--text-color);
}

.header__input::placeholder {
  font-family: var(--body-font);
  color: var(--text-color);
}

.header__icon, .header__toggle {
  font-size: 1.2rem;
}

.header__toggle {
  color: var(--title-color);
  cursor: pointer;
}

/*========== NAV ==========*/
.nav {
  border-radius: 0 100px 32px 32px;
  margin-top: 70px;
  background: rgba(255, 255, 255, 0.233);
  -webkit-box-shadow: 0 6px 10px 0 rgba(255, 255, 255, 0.027);
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.082);
  border: 1px solid rgba(0, 0, 0, 0.137);

  color: white;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  padding: 1rem 1rem 0;
  z-index: var(--z-fixed);
  -webkit-transition: .4s;
  transition: .4s;
  /* Dropdown */
}

.nav__container {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3rem;
  overflow: auto;
  scrollbar-width: none;
  /* For mozilla */
  /* For Google Chrome and others */
}

.nav__container::-webkit-scrollbar {
  display: none;
}

.nav .mainlogo {
  position: absolute;
  margin: -6px;
  margin-top: 23px;
}

.nav .icon-m-white {
  font-size: 2rem;
  padding: 1px;
  margin-top: 5px;
}

.nav__logo {
  font-weight: var(--font-semi-bold);
  margin-bottom: 2.5rem;
  margin-right: 20px;
}

.nav__list, .nav__items {
  display: -ms-grid;
  display: grid;
}

.nav__list {
  row-gap: -0.5rem;
}

.nav__items {
  row-gap: 1.5rem;
  margin-top: 25px;
}

.nav__subtitle {
  font-size: var(--normal-font-size);
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: var(--text-color-light);
  margin-top: 25px;
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-color);
}

.nav__link:hover {
  color: var(--first-color);
}

.nav__icon {
  font-size: 1.2rem;
  margin-right: .5rem;
}

.nav__name {
  font-size: var(--small-font-size);
  font-weight: var(--font-medium);
  white-space: nowrap;
}

.nav__logout {
  margin-top: 5rem;
}

.nav__dropdown {
  overflow: hidden;
  max-height: 21px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  /* Show collapse */
  /*Rotate icon arrow*/
}

.nav__dropdown-collapse {
  background-color: var(--first-color-light);
  border-radius: .25rem;
  margin-top: 1rem;
}

.nav__dropdown-content {
  display: -ms-grid;
  display: grid;
  row-gap: .5rem;
  padding: .75rem 2.5rem .75rem 1.8rem;
}

.nav__dropdown-item {
  font-size: var(--smaller-font-size);
  font-weight: var(--font-medium);
  color: var(--text-color);
}

.nav__dropdown-item:hover {
  color: var(--first-color);
}

.nav__dropdown-icon {
  margin-left: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav__dropdown:hover {
  max-height: 100rem;
}

.nav__dropdown:hover .nav__dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*===== Show menu =====*/
.show-menu {
  left: 0;
}

/*===== Active link =====*/
.active {
  color: var(--first-color);
}

/* ========== MEDIA QUERIES ==========*/
/* For small devices reduce search*/
body {
  padding: 1rem 3rem 0 2rem;
  overflow-x: hidden;
}

.header {
  padding: 0 3rem 0 6rem;
}

.header__container {
  height: calc(var(--header-height) + .5rem);
}

.header__search {
  width: 300px;
  padding: .55rem .75rem;
}

.header__toggle {
  display: none;
}

.header__logo {
  display: block;
}

.header__img {
  width: 40px;
  height: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.nav {
  left: 0;
  padding: 1.2rem 1.5rem 0;
  width: 68px;
  height: 100%;
}

.nav__items {
  row-gap: 1.7rem;
}

.nav__icon {
  font-size: 1.3rem;
}

.nav__logo-name, .nav__name, .nav__subtitle, .nav__dropdown-icon {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav:hover {
  width: var(--nav-width);
}

@media (min-width: 1300px) and (max-width: 2048px) {
  .nav:hover {
    width: 10vw;
  }
}

.nav:hover .nav__logo-name {
  opacity: 1;
}

.nav:hover .nav__subtitle {
  opacity: 1;
}

.nav:hover .nav__name {
  opacity: 1;
}

.nav:hover .nav__dropdown-icon {
  opacity: 1;
}


.csschooser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  cursor: pointer;
  margin: 10px;
  border-radius: 500px;
}

.tdfooter {
  display: none;
}

.mdfooter {
  display: none;
}

#silk {
  margin: 5px;
  list-style: none;
  display: inline-block;
  background-image: linear-gradient(293.5deg, #b595d0 3.2%, #fb94cf 9.9%, #b595d0 22.9%, #fb94cf 36.4%, #b595d0 50.1%, #fb94cf 61.1%, #b595d0 71.2%, #fb94cf 84.2%, #b595d0 92.2%);
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 500px;
}

#dark {
  margin: 5px;
  list-style: none;
  display: inline-block;
  background-color: #000000;
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 500px;
}

#main {
  border: 2px solid #000000;
  margin: 5px;
  list-style: none;
  display: inline-block;

  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 500px;
}

.dcoming-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #ffffff54;
  width: 20.833333333333332vw;
  border-radius: 32px;
  margin-left: -75px;
  margin-bottom: 20px;
}


  #mobile-navbar{
   display: none;
  }

  .services-div .projects-section-header p::after{
    font-size: 20px;
    content: "🏹";
    margin: 3px;
  }

  .services-div .projects-section-header p{
 

    margin-left: 10px;
  }
  .projects-section-info{
    color: #00000098;
    margin: -20px 10px 15px 13px;
    width: 90%;
    font-size: small;
  
  }



  .svc-container {
    width: 100%;

    margin: auto;
    

}

.svc-services-wrapper {
  max-height: 350px;
overflow-y: scroll;
overflow-x: hidden;
  padding-right: 10px;

}





.svc-services {
  display: flex;
  flex-direction: column;
  gap: 20px;
}





.svc-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;

margin-bottom: 40px;
}

.svc-card {
 
    background: white;
    padding: 15px;
    border-radius: 15px;

}

.svc-card h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.svc-card p {
    font-size: 14px;
    color: #444;
}

.svc-progress-container {
  margin: 15px 0px 0px 0px;
}

.svc-progress-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}

.svc-progress {
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    position: relative;
    
}

.svc-progress span {
    display: block;
    height: 100%;
    border-radius: 4px;
}

/* Unique Backgrounds */
.svc-card--fullstack { background: #ffe5d1; }
.svc-card--frontend { background: #e5f7d1; }
.svc-card--backend {  background: #e5e5ff; }
.svc-card--mobile { background: #f3e5f5; }
.svc-card--ui { background: #d6a96554; }
.svc-card--mis{ background: #7514c52f; }


/* Unique Progress Colors */
.svc-progress-fill--full { background: #f4a261; width: 50%; }
.svc-progress-fill--front { background: #264653; width: 90%; }
.svc-progress-fill--back { background: #4CAF50; width: 70%; }
.svc-progress-fill--mobile { background: #ff69b4; width: 30%; }
.svc-progress-fill--lightblue { background: #2a9d8f; width: 70%; }
.svc-progress-fill--ui { background: #04a794; width: 90%; }
.svc-progress-fill--mis { background: #000000; width: 90%; }

.svc-exp-years {
    margin-top: 6px;
    font-size: 12px;
    font-weight: bold;
}

.nav-hireme-btn {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000000c0;
  width: 14vw;
  text-align: center;

  border: 1px solid rgba(0, 0, 0, 0.438);
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
 
  margin-right: 50px;
}

.nav-hireme-btn:hover {

  box-shadow: 0 6px 20px rgba(118, 75, 162, 0.45);
  transform: translateY(-2px);
}




/*# sourceMappingURL=main.css.map */