/*******Google Fonts Import*******/
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
/*******Colors*******/
html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* a {
  text-decoration: none;
}

* li {
  list-style: none;
}

.button-15 {
  align-items: center;
  appearance: none;
  background-color: #FFFCF7;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: box-shadow, transform;
  font-size: 18px;
  border-radius: 20px 0 20px 0 !important;
}

.button-15.alt {
  background-color: #000000;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, #525257 0 -3px 0 inset;
  color: #FFFCF7;
}

.button-15:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-15:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-15:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

/*******Small Screens Mobile********/
@media (min-width: 320px) {
  .button-15 {
    height: 40px;
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    border-radius: 20px 0 20px 0 !important;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    width: 100%;
    background-color: #FFFCF7;
    box-shadow: -2px 2px 2px 1px #b2b2b2;
    z-index: 99;
  }
  nav::after {
    content: "Spread Love,Peace And Joy.Spread Love,Peace And Joy.Spread Love,Peace And Joy.Spread Love,Peace And JoySpread Love,Peace And JoySpread Love,Peace And Joy";
    font-size: 3px;
    position: absolute;
    font-family: "Dancing Script";
    left: -10px;
    bottom: -11px;
    background-color: rgb(255, 255, 255);
    width: 70%;
    height: 10px;
    transform: skewX(-35deg);
    box-shadow: 0 2px 2px 2px rgba(32, 31, 34, 0.4274509804);
    border-radius: 0 0 15px 0;
    display: flex;
    justify-content: center;
    background: #000000;
    align-items: center;
    color: #FFFCF7;
  }
  nav .logo {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-top: auto;
  }
  .nav-link {
    color: #000000;
  }
  .nav-links-container {
    position: relative;
    margin-top: auto;
  }
  .nav-links-container a.btn {
    background-color: #FFFCF7;
    color: #000000;
    font-size: 20px;
  }
  .nav-links-container .menu {
    position: absolute;
    padding-left: 0;
    padding: 10px 5px;
    right: -250px;
    top: 65px;
    width: 200px;
    height: 510px;
    background-color: rgba(0, 0, 0, 0.8784313725);
    z-index: 99;
    border-radius: 0 0 0 5px;
    transition: 0.5s ease;
  }
  .nav-links-container .menu.active {
    right: -15px;
  }
  .nav-links-container .menu li {
    background-color: #FFFCF7;
    margin-bottom: 5px;
    padding-left: 3px;
    border-radius: 4px 30px 4px 4px;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    border: 1px solid;
  }
  .nav-links-container .menu li a {
    display: inline-block;
  }
  header {
    margin-top: 60px;
    height: auto;
    padding-top: 40px;
  }
  header .container-fluid {
    position: relative;
  }
  header .title {
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1.5px transparent;
    font-weight: 800;
    text-transform: uppercase;
    text-align: start;
    text-shadow: 10px 9px 6px #000000, 9px 7px #000000;
    position: relative;
    letter-spacing: 3px;
  }
  header .title .web-span {
    text-shadow: 10px 9px 6px #020994, 9px 7px #000000;
  }
  .header-mini {
    font-size: 16px;
    text-shadow: -5px 7px 6px rgb(255, 255, 255), 9px 7px #000000;
    color: #000000;
    position: relative;
    top: -25px;
    left: 5px;
  }
  .header-mini svg {
    color: #000000;
    position: relative;
    top: 7.8px;
    width: 35px;
    left: 8px;
  }
  .quick-actions {
    margin-top: 15px;
    padding: 7.5px 20px;
    margin-left: auto;
    position: relative;
  }
  .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
  }
  .buttons .button-15 {
    min-width: 120px;
    margin-right: 10px;
  }
  .intro {
    font-family: "Dancing Script";
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
  }
  .social-container {
    position: relative;
    left: -80px;
  }
  .experience {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-family: "Dancing Script";
    font-weight: 700;
    color: #FFFCF7;
    background-color: rgba(0, 0, 0, 0.8784313725);
    border-radius: 3px;
    padding: 5px;
  }
  .experience svg {
    color: #FFFCF7;
  }
  .quick-actions::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #FFFCF7, #afbdc3, #000000);
    top: 16%;
    right: -15%;
    z-index: -1;
    width: 150%;
    height: 500px;
    transform: translateX(-45px) rotate(-30deg);
  }
  .dev-container {
    position: relative;
    background-image: url(../images/coding-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    min-width: 300px;
    border-radius: 5px;
    display: flex;
  }
  .social {
    margin: 20px 0;
    z-index: 16;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .social svg {
    font-size: 23px;
    margin-bottom: 10px;
    color: #000000;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 3px;
    border-radius: 5px;
  }
  .social svg:hover {
    transform: translateY(-5px);
    background-color: #FFFCF7;
    color: #000000;
  }
  .quick-buttons {
    display: flex;
    flex-direction: column;
  }
  .quick-actions .button-15 {
    width: auto;
  }
  .model {
    position: relative;
    left: -100px;
  }
  .model.lg {
    display: none;
  }
  main {
    min-height: 200vh;
    width: 100%;
    background: #000000;
    margin-top: 30px;
  }
  main .container {
    padding: 10px 0;
    text-align: center;
    color: #FFFCF7;
    position: relative;
  }
  .about-skill-opener {
    font-family: "Dancing Script";
  }
  .skill {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 2px !important;
  }
  .skill-img {
    height: 60px;
    padding: 15px;
    border-radius: 2px;
    background-color: #FFFCF7;
    overflow: visible;
    margin: auto 0;
    aspect-ratio: 1;
    box-shadow: #32325d 0px 50px 100px -20px, rgb(0, 0, 0) 0px 30px 60px -30px, #000000 0px -2px 6px 0px inset;
  }
  .skill-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .skill-content li {
    font-size: 13px;
    text-align: start;
    list-style: disc;
    color: #afbdc3;
    padding-left: 2px;
    display: none !important;
    padding-left: 5px;
  }
  .skill-title {
    font-weight: 800;
    color: #FFFCF7;
    text-shadow: 3px 0px 6px #020994, 3px 0px #000000;
    font-family: "Dancing Script";
    margin-bottom: 0;
    margin-left: 5px;
  }
  .main-content {
    position: absolute;
    top: 170px;
    left: 12px;
    width: 88%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    flex-direction: column;
    border-top: 5px solid #afbdc3;
    border-bottom: 10px solid #afbdc3;
    box-shadow: 0 0 3px 3px rgba(128, 128, 128, 0.366);
    background: #FFFCF7;
  }
  .main-content h3 {
    font-weight: 800;
    text-transform: uppercase;
  }
  .main-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  main .container h2 {
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1.5px transparent;
    font-weight: 800;
    text-transform: uppercase;
    text-align: start;
    text-shadow: 10px 9px 6px #000000, 9px 7px #FFFCF7;
    position: relative;
    letter-spacing: 3px;
  }
  main .container h2 span {
    text-shadow: 10px 9px 6px #020994, 9px 7px #afbdc3;
  }
  .projects-area {
    margin-top: 50px;
  }
  .projects-area h3.project-area-header {
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1.5px transparent;
    font-weight: 800;
    text-transform: uppercase;
    text-align: start;
    text-shadow: 10px 9px 6px #000000, 9px 7px #000000;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .project-area-header span {
    text-shadow: 10px 9px 6px #020994, 9px 7px #000000;
  }
  .project-container {
    height: 160px;
    margin: 15px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
  }
  .project-container:hover .imgBx {
    animation: moveup 0.5s linear forwards;
  }
  .project-container:hover .content {
    animation: movedwn 0.5s linear forwards;
  }
  .project-container:hover .main-content {
    animation: moveupp 0.5s linear forwards;
  }
  .project-container .imgBx {
    position: relative;
    width: 100%;
    height: 150px;
    background: url(../images/2.jpg);
    background-size: cover;
    transition: all 0.5s ease;
    border-radius: 15px 0 0 0;
  }
  .project-container .content {
    position: relative;
    width: 100%;
    height: 65px;
    background: rgb(255, 255, 255);
    transition: all 0.5s ease;
    border-radius: 0 0 15px 0;
    border-bottom: 5px solid #000000;
  }
  .project-container:nth-child(odd) .content {
    border-bottom: 5px solid #020994;
  }
  .project-container .content .project-name {
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
    width: 50%;
    background: linear-gradient(to top, #FFFCF7, #FFFCF7, transparent);
    color: transparent;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 40px 40px 0;
    text-shadow: 10px 9px 6px #FFFCF7, 9px 9px #000000;
  }
  .quote {
    font-family: "Dancing Script";
    font-size: 18px;
    min-height: 120px;
    position: absolute;
    transform: translateY(20px);
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quote h4 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    color: #020994;
  }
  @keyframes moveup {
    0% {
      top: 0;
    }
    100% {
      top: -140px;
    }
  }
  @keyframes moveupp {
    0% {
      top: 170px;
    }
    100% {
      top: 11px;
    }
  }
  @keyframes movedwn {
    0% {
      bottom: 0;
    }
    100% {
      bottom: -100px;
    }
  }
  .contact-area {
    min-height: 80vh;
    margin-top: 70px;
    position: relative;
  }
  .contact-area h3 {
    font-size: 49px;
    color: transparent;
    -webkit-text-stroke: 1.5px transparent;
    font-weight: 800;
    text-transform: uppercase;
    text-align: start;
    text-shadow: 10px 9px 6px #000000, 9px 7px #000000;
    position: relative;
    letter-spacing: 3px;
  }
  .contact-area h3 span {
    text-shadow: 10px 9px 6px #020994, 9px 7px #000000;
  }
  .message {
    font-weight: bold;
    color: #000000;
    margin-top: 190px;
  }
  form {
    background: #FFFCF7;
    box-shadow: rgba(93, 93, 98, 0.371) 0px 7px 29px 0px;
    padding: 0.5rem;
    border-radius: 5px;
  }
  footer {
    margin-top: auto;
  }
  footer .container-fluid {
    background: #000000;
    display: flex;
    justify-content: center;
    text-align: center;
    min-height: 70px;
  }
  footer .container-fluid p {
    font-size: 0.9rem;
    color: #FFFCF7;
    margin: auto 0;
  }
}
@media (min-width: 375px) {
  .quick-actions::after {
    top: 25%;
    right: -10%;
  }
  nav {
    padding: 20px 25px;
  }
  .nav-links-container .menu {
    padding: 10px 5px;
    right: -300px;
    top: 68.5px;
    width: 250px;
  }
  .nav-links-container .menu.active {
    right: -25px;
  }
  header {
    padding: 40px 15px;
  }
  .button-15 {
    font-size: 16px;
  }
  .logo {
    font-size: 28px;
  }
  .nav-links-container a.btn {
    font-size: 23px;
  }
  header .title {
    font-size: 53px;
  }
  .header-mini {
    font-size: 17px;
  }
  .social-container {
    left: -50px;
  }
  .main-content p {
    font-size: 15px;
  }
  main .container h2 {
    font-size: 53px;
  }
  .projects-area h3.project-area-header {
    font-size: 53px;
  }
  .project-container .content .project-name {
    font-size: 23px;
  }
  .contact-area h3 {
    font-size: 53px;
  }
  footer .container-fluid p {
    font-size: 1.05rem;
  }
}
@media (min-width: 425px) {
  .nav-links-container a.btn {
    font-size: 23px;
  }
  header .title {
    font-size: 53px;
  }
  .header-mini {
    font-size: 17px;
  }
  .social-container {
    left: -5px;
  }
  .dev-container {
    height: 250px;
    min-width: 300px;
    border-radius: 5px;
    display: flex;
  }
  .quick-actions::after {
    top: 40%;
    right: -10%;
  }
  .main-content p {
    font-size: 15px;
  }
  main .container h2 {
    font-size: 53px;
  }
  .projects-area h3.project-area-header {
    font-size: 53px;
  }
  .project-container .content .project-name {
    font-size: 23px;
  }
  .contact-area h3 {
    font-size: 53px;
  }
  footer .container-fluid p {
    font-size: 1.05rem;
  }
}
@media (min-width: 576px) {
  .button-15 {
    font-size: 12px;
  }
  nav {
    padding: 20px 30px;
  }
  .nav-links-container .menu {
    padding: 10px 5px;
    right: -300px;
    top: 68.5px;
    width: 220px;
  }
  .nav-links-container .menu.active {
    right: -25px;
  }
  header {
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 10px;
  }
  .button-15 {
    font-size: 16px;
  }
  .logo {
    font-size: 28px;
  }
  .nav-links-container a.btn {
    font-size: 23px;
  }
  header .title {
    font-size: 63px;
  }
  .header-mini {
    font-size: 19px;
  }
  .about-skill-opener {
    font-size: 20px;
  }
  .main-content p {
    font-size: 15px;
  }
  .social-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    left: 10px;
    top: -100px;
  }
  .social svg {
    font-size: 25px;
    margin-left: 7px;
    padding: 3px;
  }
  .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    position: relative;
    top: -50px;
    left: -100px;
  }
  .experience {
    left: 0;
    bottom: 20px;
    width: 100%;
    font-size: 20px;
  }
  .social {
    margin-bottom: 20px;
    position: relative;
    top: -100px;
  }
  .quick-actions .button-15 {
    width: 150px;
  }
  main .container h2 {
    font-size: 63px;
  }
  main {
    background: linear-gradient(to bottom, #000000 35%, #FFFCF7 35%);
  }
  .skill-content li {
    display: block !important;
  }
  .projects-area h3.project-area-header {
    font-size: 63px;
  }
  .project-container .content .project-name {
    font-size: 23px;
  }
  .project-container {
    height: 170px;
  }
  .contact-area h3 {
    font-size: 63px;
  }
  footer .container-fluid p {
    font-size: 1.05rem;
  }
}
@media (min-width: 768px) {
  .quick-buttons {
    display: none;
  }
  .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    position: relative;
    top: 0px;
    left: 20px;
  }
  .social {
    margin-bottom: 20px;
    top: -10px;
  }
  .experience {
    bottom: -70px;
  }
  .buttons .button-15 {
    min-width: 120px;
    margin-right: 10px;
  }
  .intro {
    font-size: 22px;
  }
  nav {
    padding: 20px 30px;
  }
  .nav-links-container .menu {
    padding: 10px 5px;
    right: -250px;
    top: 68.5px;
    width: 220px;
  }
  .nav-links-container .menu.active {
    right: -25px;
  }
  header {
    padding-top: 70px;
    height: 95vh;
    margin-bottom: 60px;
  }
  .social {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .social svg {
    margin-bottom: 15px;
  }
  .button-15 {
    font-size: 16px;
  }
  .logo {
    font-size: 32px;
  }
  .nav-links-container a.btn {
    font-size: 23px;
  }
  header .title {
    font-size: 65px;
  }
  .header-mini {
    font-size: 22px;
  }
  .model {
    left: 100px;
  }
  .model.lg {
    display: block;
  }
  .model.sm {
    display: none;
  }
  .experience {
    left: 0;
    bottom: -120px;
  }
  .quick-actions::after {
    top: 10%;
    right: -25%;
    width: 120%;
    height: 800px;
  }
  .main-content p {
    font-size: 15px;
  }
  main .container h2 {
    font-size: 58px;
  }
  .projects-area h3.project-area-header {
    font-size: 58px;
  }
  .project-container .content .project-name {
    font-size: 23px;
  }
  .project-container {
    height: 170px;
  }
  .contact-area {
    height: 90vh;
  }
  .contact-area h3 {
    font-size: 58px;
    width: 50%;
  }
  .quote {
    transform: translateY(-130px);
  }
  .contact-area h4.message, form {
    color: #000000;
    position: relative;
    top: -140px;
    margin-bottom: 0;
  }
  .contact-area h4.message {
    top: -150px;
    margin-bottom: 0;
  }
  footer .container-fluid p {
    font-size: 1.05rem;
  }
}
@media (min-width: 992px) {
  nav {
    padding: 20px 70px;
  }
  nav::after {
    width: 70%;
  }
  .nav-links-container .menu {
    position: static;
    display: flex;
    width: auto;
    background-color: inherit;
    margin: auto 5px;
    height: auto;
  }
  .nav-links-container .menu li {
    background-color: #FFFCF7;
    margin-bottom: 0;
    padding-left: 3px;
    padding: 5px;
    border: none;
  }
  .nav-links-container .btn {
    display: none;
  }
  .nav-links-container .menu li a {
    display: block;
    font-weight: 400;
    font-size: 20px;
  }
  header {
    padding-top: 70px;
    height: 90vh;
    margin-bottom: 60px;
  }
  .button-15 {
    font-size: 16px;
  }
  .logo {
    font-size: 32px;
  }
  .nav-links-container a.btn {
    font-size: 23px;
  }
  header .title {
    font-size: 75px;
    width: 50%;
  }
  .header-mini {
    font-size: 20px;
  }
  .quick-actions {
    border-radius: 40% 0 40% 0;
  }
  .quick-actions::after {
    position: absolute;
    content: "";
    top: -20%;
    right: -25%;
    z-index: -1;
    width: 140%;
    height: 800px;
  }
  .dev-container {
    height: 400px;
    min-width: 300px;
    overflow: visible;
  }
  .social-container {
    display: flex;
    flex-direction: column;
    width: 30%;
  }
  .social {
    margin-bottom: 20px;
  }
  .social svg {
    color: #FFFCF7;
  }
  .buttons {
    justify-content: flex-start;
    height: 100px;
    position: relative;
    top: -100px;
  }
  .experience {
    bottom: -70px;
  }
  .model model-viewer {
    width: 400px;
    height: 250px;
  }
  .social svg {
    height: 30px;
    margin-left: 10px;
  }
  .about-skill-opener {
    font-size: 25px;
  }
  .main-content p {
    font-size: 15px;
  }
  main {
    background: linear-gradient(to bottom, #000000 40%, #FFFCF7 40%);
  }
  main .container h2 {
    font-size: 80px;
  }
  .projects-area h3.project-area-header {
    font-size: 80px;
  }
  .project-container .content .project-name {
    font-size: 23px;
  }
  .project-container {
    height: 170px;
  }
  .contact-area h4.message {
    top: -160px;
    margin-bottom: 0;
  }
  .quote {
    font-family: "Dancing Script";
    font-size: 25px;
    min-height: 120px;
    position: absolute;
    transform: translateY(-150px);
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quote h4 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
  }
  .contact-area h3 {
    font-size: 70px;
    width: 45%;
  }
  footer .container-fluid p {
    font-size: 1.05rem;
  }
}/*# sourceMappingURL=main.css.map */