html * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent !important;
}

body {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(to top left, white, grey);
  padding: 2px;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 37);
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background-image: linear-gradient(to top left, white, grey);
}

.welcome_note {
  background-color: black;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome_note_main {
  display: none;
  color: white;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid aqua;
  padding: 5px 10px;
  margin: 0 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2em;
  font-weight: bold;
}

.desktop_wrapper {
  display: none;
}

.wrapper {
  display: none;
  background-color: rgb(1, 1, 29);
  width: 100%;
  height: 100%;
  padding-top: 5px;
}

nav {
  display: grid;
  grid-template-columns: 1fr 2fr 0.5fr;
  grid-template-rows: 1fr;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0 5px 20px 5px;
  padding: 5px 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid aqua;
}

.nav1 {
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 5px;
}

.nav1 {
  color: aqua;
  font-size: 15px;
  cursor: pointer;
}

.nav1 a {
  text-decoration: none;
  color: aqua;
}

.download_cv {
  width: 100%;
  height: auto;
}

.download_cv img {
  width: 50%;
  height: auto;
  border-radius: 20px;
}

.nav2 {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 1.5em;
}

.nav3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}

.nav3 i {
  cursor: pointer;
}

.menu_wrapper {
  z-index: 1000;
  display: none;
  position: fixed;
  width: 50%;
  height: 100dvh;
  background-color: rgb(0, 0, 37);
  top: 0;
  right: 0;
  overflow-y: auto;
}

.close_menu_wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  margin: 5px 0 0 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
}

.close_menu_wrapper i {
  font-size: 1.2em;
  color: rgb(253, 118, 118);
  cursor: pointer;
}

.menu_content_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.menu_content_wrapper ul {
  list-style: none;
  margin-top: 40px;
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: column;
  line-height: 6em;
}

.menu_content_wrapper ul li {
  padding: 5px 10px;
  cursor: pointer;
}

.menu_content_wrapper ul li:hover {
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.menu_content_wrapper ul li i {
  margin-right: 10px;
  color: gold;
}

.menu_links {
  text-decoration: none;
  color: white;
}

.theme_wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 4px 0 rgba(10, 0, 51, 0.514), 0 4px 9px 0 rgba(4, 1, 19, 0.178);
  width: 40px;
  height: 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  position: relative;
  margin-top: 40px;
}

.theme_wrapper i {
  font-size: 1.4em;
  color: gold;
  text-shadow: 2px 2px #000000;
  cursor: pointer;
}

#light_btn {
  color: white;
  text-shadow: 2px 2px #000000;
  opacity: 0;
}

.theme_wrapper_desktop {
  display: none;
}

.dp {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.dp img {
  width: 50%;
  height: auto;
  border-radius: 20px;
  border: 2px solid aqua;
  padding: 10px;
}

.intro {
  color: white;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.2em;
}

.intro_content {
  line-height: 1.8em;
  padding: 0 20px;
}

.intro_content h2 {
  text-shadow: 1px 1px #00c3ff;
}

.intro_content p {
  padding: 8px 15px;
}

.intro_content p a {
  text-decoration: none;
  color: aqua;
}

.intro_section1 {
  margin: 20px 15px;
  font-size: 15px;
  font-weight: bold;
  color: grey;
}

hr {
  margin: 40px 50px 0 50px;
  background-color: gold;
}

.about_me {
  padding-top: 400px;
}

.about_me h3 {
  text-align: right;
  padding: 40px 0 0 0;
  color: white;
}

.about_me p {
  text-align: left;
  padding: 0 0 10px 0;
  font-size: 16px;
}

.about_paragraph2 {
  margin-top: 10px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.about_tech {
  margin: 0 5px;
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
}

.about_tech:nth-child(2) {
  box-shadow: 0 2px 4px 0 rgba(75, 241, 253, 0.514), 0 4px 9px 0 rgba(0, 183, 255, 0.178);
  border-bottom: 2px solid aqua;
}

#experience, #project {
  display: none;
}

.skill {
  margin-top: 40px;
}

.skill i {
  font-size: 13px;
  color: gold;
}

.skill_heading {
  font-size: 1em;
  font-weight: bold;
}

.skill_body {
  padding-bottom: 40px;
  font-size: 16px;
}

.skill_body a {
  text-decoration: none;
  color: aqua;
}

#skills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.skill_wrapper {
  list-style: none;
  text-align: left;
  font-size: 0.8em;
  padding-bottom: 20px;
}

.services {
  padding-top: 400px;
}

.services h3, .contact h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: right;
}

.service_wrapper {
  padding: 0 20px;
}

.service_img_wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  padding-top: 20px;
}

.service_img_wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.service_content {
  text-align: left;
  font-size: 16px;
}

.solo_project {
  margin-top: 20px;
}

.service_content a {
  text-decoration: none;
  color: aqua;
  font-weight: bold;
}

#above_btn {
  color: aqua;
  cursor: pointer;
}

.contact {
  padding-top: 400px;
}

.contact_wrapper {
  text-align: left;
  font-size: 16px;
}

.contact_wrapper i {
  margin-top: 25px;
  color: gold;
}

.msg {
  text-align: center;
  color: gold;
  font-style: italic;
  font-size: 15px;
  display: none;
}

.contact_input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid white;
  margin-bottom: 50px;
  padding: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  color: white;
}

#textarea_input, #textarea_input_desk {
  resize: none;
  margin-bottom: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
  border: none;
  height: 9em;
  padding: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  color: white;
}

.button_wrapper {
  display: flex;
  align-items: right;
  justify-content: right;
}

.submit_btn {
  border: none;
  outline: none;
  padding: 20px 28px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  background-color: transparent;
  color: white;
  box-shadow: 0 2px 4px 0 rgba(75, 241, 253, 0.514), 0 4px 9px 0 rgba(0, 183, 255, 0.178);
  cursor: pointer;
}

.loader {
  z-index: 1;
  display: none;
  float: right;
  border: 3px solid black;
  border-top: 2px solid aqua;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-top: 2px solid gold;
  padding: 40px 20px 20px 5px;
}

.footer_note {
  padding: 20px;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.social_icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_icons i {
  margin: 20px;
  font-size: 1.8em;
  color: gold;
  text-shadow: 2px 2px #000000;
}

.my_address {
  margin-top: 20px;
  padding-left: 20px;
}

.my_location {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: white;
}

.email_tel {
  margin-top: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 2em;
  color: white;
}

.email_tel a {
  text-decoration: none;
  color: aqua;
  line-height: 2.5em;
}

.link_wrapper {
  margin-top: 20px;
}

.link_wrapper span {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.link_list {
  margin-top: 20px;
  list-style: none;
  line-height: 2.5em;
}

.link_list li a, .link_list li {
  text-decoration: none;
  color: aqua;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  text-shadow: 2px 2px #000000;
}

.last_note {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  color: white;
  line-height: 2em;
}

.last_note b {
  color: gold;
  text-shadow: 2px 2px #000000;
}

.visit_wrapper {
  background-color: rgb(0, 0, 37);
  width: 100%;
  height: 100dvh;
}

.counter_header {
  text-align: center;
  padding-top: 30px;
  font-size: 22px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: lightgrey;
}

.counter_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 20% 50px 0 50px;
  padding: 40px 20px;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: aqua;
  background-color: rgba(255, 255, 255, 0.1);
}

.counter_txt {
  color: grey;
}

@media only screen and (min-width: 800px) {
  main {
    padding: 0 50px;
  }
  footer {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  main {
    padding: 0 50px;
  }
  footer {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    background-image: url("../img/bg.jpg?v=1");
  }
  .desktop_wrapper {
    display: none;
    width: 100%;
    height: 100%;
  }
  .desk_wrap {
    margin: 10px;
    padding: 10px;
    background-color: transparent;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  .wrapper {
    display: none;
  }
  .theme_wrapper_desktop {
    background-color: transparent;
    width: 40px;
    height: 15px;
    border-radius: 20px;
    display: flex;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }
  .theme_wrapper_desktop i {
    font-size: 1.4em;
    color: gold;
    text-shadow: 2px 2px #000000;
    cursor: pointer;
  }
  #light_btn_d {
    color: white;
    text-shadow: 2px 2px #000000;
    opacity: 0;
  }
  .download_cv {
    width: 3em;
    height: auto;
  }
  .download_cv img {
    width: 100%;
    height: auto;
  }
  .dp {
    width: 10em;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
  }
  .dp img {
    width: 100%;
    height: auto;
  }
  aside {
    width: 20em;
    height: 400px;
    background-color: black;
    border-radius: 10px;
    padding: 22px;
    color: white;
    line-height: 2.3em;
    margin: 0 0 10px 10px;
    border-top: 2px solid aqua;
    overflow-y: auto;
  }
  aside::-webkit-scrollbar {
    width: 5px;
  }
  aside::-webkit-scrollbar-track {
    background-color: black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  aside::-webkit-scrollbar-thumb {
    background-color: aqua;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  aside h2 {
    text-align: center;
  }
  aside a {
    color: aqua;
    text-decoration: none;
  }
  .desk_main {
    display: flex;
    flex-direction: row;
    margin: 70px 20px 20px calc(40px + 20em);
    position: absolute;
    top: 0;
    right: 0;
  }
  .section_desktop {
    border-radius: 10px;
    border-top: 2px solid aqua;
    background-color: black;
    height: 35em;
    overflow-y: scroll;
  }
  .section_desktop::-webkit-scrollbar {
    width: 5px;
  }
  .section_desktop::-webkit-scrollbar-track {
    background-color: black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .section_desktop::-webkit-scrollbar-thumb {
    background-color: aqua;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .intro_section1 {
    text-align: center;
    margin-top: 40px;
  }
  .intro_section2 {
    color: white;
    padding: 0 10px;
    line-height: 2em;
  }
  #hr1_desk {
    background-color: gold;
    margin: 30px 40px;
  }
  .about_me_desktop h3 {
    text-align: center;
    color: white;
  }
  .about_intro_desk, .about_paragraph2_desk, .about_paragraph3_desk {
    color: white;
    line-height: 2em;
    padding: 20px;
  }
  .about_tech_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .skill_desk {
    margin-top: 20px;
  }
  .skill_desk i {
    color: gold;
  }
  .skill_wrapper {
    padding-left: 30%;
  }
  #experience_desk, #project_desk {
    display: none;
  }
  .section_desktop h3 {
    color: white;
    text-align: center;
    margin-top: 30px;
  }
  .section_desktop h4 {
    text-align: center;
    color: white;
  }
  .service_content {
    color: white;
    line-height: 2em;
    padding: 0 20px;
  }
  .contact_wrapper {
    color: white;
    line-height: 2em;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .msg {
    text-align: center;
    color: gold;
    font-style: italic;
    font-size: 14px;
    display: none;
  }
  .footer_note {
    color: white;
    line-height: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #above_btn {
    color: white;
    cursor: default;
  }
  #about_desktop {
    width: 42%;
    margin-left: 40%;
    z-index: 1000;
    opacity: 1;
  }
  #service_desktop {
    width: 42%;
    margin-left: -20%;
    z-index: 800;
    background-image: linear-gradient(to bottom left, black, white);
    border-top: none;
    opacity: 0.8;
  }
  #contact_desktop {
    width: 42%;
    margin-left: -20%;
    z-index: 400;
    background-image: linear-gradient(to bottom left, black, white);
    border-top: none;
    opacity: 0.6;
  }
  #footer_desktop {
    width: 42%;
    margin-left: -25%;
    z-index: 100;
    background-image: linear-gradient(to bottom left, black, white);
    border-top: none;
    opacity: 0.4;
    overflow-x: hidden;
  }
  .card_change {
    color: gold;
    margin: 5px;
    float: right;
    cursor: pointer;
    opacity: 1;
  }
  #about_card {
    display: none;
    float: left;
  }
  .resume {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-right: 400px;
  }
  .resumeBtn {
    background-color: green;
    color: white;
    border-radius: 10px;
    padding: 15px;
    outline: none;
    border: none;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1200px) {
  #about_desktop {
    width: 55%;
    margin-left: 20%;
  }
  #service_desktop {
    width: 55%;
    margin-left: -20%;
  }
  #contact_desktop {
    width: 55%;
    margin-left: -20%;
  }
  #footer_desktop {
    width: 55%;
    margin-left: -25%;
  }
}
@media only screen and (min-width: 1300px) {
  #about_desktop {
    width: 60%;
    margin-left: 10%;
  }
  #service_desktop {
    width: 60%;
    margin-left: -20%;
  }
  #contact_desktop {
    width: 60%;
    margin-left: -20%;
  }
  #footer_desktop {
    width: 60%;
    margin-left: -25%;
  }
}/*# sourceMappingURL=main.css.map */