@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap");
/*VARIABLE*/
/*COMMON*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scrollbar-width: none;
  overflow-y: scroll;
}
html::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 850px) {
  body p {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 850px) {
  .pb_0 .col {
    padding-bottom: 0 !important;
  }
}

.code-font {
  font-family: "Space Mono", monospace !important;
}

.f-20 {
  font-size: 20px !important;
}

.neon-light {
  color: #83eeff;
}

.grey {
  color: #c1c9d1;
}

.big-heading {
  margin: 0px;
  font-size: clamp(40px, 3vw, 80px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1 !important;
}

.max-540 {
  max-width: 540px;
}

.fw-400 {
  font-weight: 400;
}

.button-common,
input[type=submit], button[type=submit] {
  border-radius: 4px !important;
  background-color: transparent !important;
  border: 1px solid #83eeff !important;
  padding: 0.5rem 1.75rem !important;
  font-family: "Space Mono", monospace !important;
  text-transform: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #83eeff !important;
}
.button-common span,
input[type=submit] span, button[type=submit] span {
  font-family: "Space Mono", monospace !important;
  text-transform: inherit !important;
  font-size: 14px;
  font-weight: 400;
  color: #83eeff;
}
.button-common:hover,
input[type=submit]:hover, button[type=submit]:hover {
  background-color: rgba(131, 238, 255, 0.1) !important;
}

.title-common .section-title-center {
  flex-wrap: nowrap;
  justify-content: inherit;
}
.title-common .section-title-center .divider {
  position: relative;
  width: 150px;
  height: 1px;
  background-color: #83eeff;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}
@media screen and (max-width: 849px) {
  .title-common .section-title-center .divider {
    width: 100%;
  }
}
.title-common .section-title-center .section-title-main {
  margin: 0;
  text-transform: inherit;
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 600;
  white-space: nowrap;
}

.row-center {
  justify-content: center;
}

.label, label {
  color: #83eeff !important;
}

/*HEADER*/
#header #masthead #logo a {
  text-transform: inherit;
  font-size: 28px;
}
#header #masthead .flex-right .header-nav .nav-icon a i {
  color: var(--secondary_color);
}

/*HERO*/
.hero-section .box-hero p {
  margin: 20px 0px 0px;
}
.hero-section .box-hero .button {
  margin-top: 50px;
}

/*ABOUT*/
.about-section .col-des .skills .skills-inner {
  flex-wrap: wrap;
  padding-left: 10px;
}
.about-section .col-des .skills .skills-inner .skill-item {
  flex-basis: 50%;
  max-width: 100%;
  cursor: pointer;
}
.about-section .col-des .skills .skills-inner .skill-item i {
  color: #83eeff;
}
.about-section .col-img .box {
  position: relative;
}
.about-section .col-img .box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 70%;
  border: 1px solid #83eeff;
  border-radius: 5px;
  left: 15px;
  top: 15px;
  transition: all 0.3s ease;
}
.about-section .col-img .box:hover::after {
  top: 10px;
  left: 10px;
}
.about-section .col-img .box:hover .box-img .image-cover img {
  filter: grayscale(0);
}
.about-section .col-img .box .box-img .image-cover {
  border-radius: 5px;
  z-index: 1;
}
.about-section .col-img .box .box-img .image-cover img {
  border-radius: 5px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/*EXPERIENCE*/
@media screen and (min-width: 850px) {
  .experience-section .col-tab .tabbed-content {
    min-height: 350px;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  .experience-section .col-tab .tabbed-content .nav {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 549px) {
  .experience-section .col-tab .tabbed-content .nav {
    border-bottom: 1px solid #83eeff;
  }
}
.experience-section .col-tab .tabbed-content .nav li {
  border-top: none;
}
.experience-section .col-tab .tabbed-content .nav li.active a {
  color: #83eeff;
}
.experience-section .col-tab .tabbed-content .nav li.active a::before {
  background-color: #83eeff;
}
.experience-section .col-tab .tabbed-content .nav li a {
  font-size: 14px;
  color: var(--secondary_color);
  text-transform: inherit;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 24px;
}
@media (min-width: 550px) and (max-width: 849px) {
  .experience-section .col-tab .tabbed-content .tab-panels {
    flex-basis: 75%;
    padding: 0 15px;
  }
}
.experience-section .col-tab .tabbed-content .tab-panels .panel h3 .company a {
  color: #83eeff;
  line-height: 24px;
}
.experience-section .col-tab .tabbed-content .tab-panels .panel .range {
  font-size: 12px;
  font-family: "Space Mono", monospace !important;
}
.experience-section .col-tab .tabbed-content .tab-panels .panel .des {
  color: #c1c9d1;
}

/*SOMETHING*/
.something-section .list-something .something-item .col-inner {
  cursor: pointer;
}
.something-section .list-something .something-item .col-inner .box .box-image .image-cover {
  border-radius: 5px;
}
.something-section .list-something .something-item .col-inner .box .box-text {
  background-color: var(--primary_color);
}
@media screen and (max-width: 849px) {
  .something-section .list-something .something-item .col-inner .box .box-text {
    opacity: 1;
  }
}
.something-section .list-something .something-item .col-inner .box .box-text .title {
  margin: 10px 0;
  font-size: 16px;
}
.something-section .list-something .something-item .col-inner .box .box-text a {
  outline: none;
  margin: 5px;
  line-height: 25px;
  min-width: 160px;
}
.something-section .button-common {
  margin: 0 auto;
  display: block;
  font-weight: 400;
  font-size: 14px;
}

/*CONTACT*/
.contact-section .line-3 {
  margin-bottom: 10px;
}

.blog-archive .archive-page-header .page-title {
  font-size: 2em;
}

.entry-header .entry-category a {
  font-family: "Space Mono", monospace !important;
  color: #83eeff;
}
.entry-header .entry-title {
  margin: 0;
  text-transform: inherit;
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 600;
  white-space: nowrap;
}
.entry-header .is-divider {
  display: none;
}

.post-sidebar .widget-title {
  display: block;
  position: relative;
}
.post-sidebar .widget-title span {
  text-transform: initial;
  font-size: 22px;
}
.post-sidebar .widget-title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #83eeff;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
}

#comments {
  padding-top: 1rem;
  border-top: 1px solid #83eeff;
}

/*FOOTER*/
#footer .absolute-footer .footer-primary .copyright-footer {
  font-family: "Space Mono", monospace !important;
  color: #c1c9d1;
  opacity: 1 !important;
}
#footer .absolute-footer .footer-secondary .social-button-customize li {
  list-style: none;
  margin: 0 8px;
  display: inline-block;
}
#footer .absolute-footer .footer-secondary .social-button-customize li a {
  display: block;
  transition: all 0.3s ease;
}
#footer .absolute-footer .footer-secondary .social-button-customize li a i {
  font-size: 19px;
  color: var(--secondary_color);
  transition: all 0.3s ease;
}
#footer .absolute-footer .footer-secondary .social-button-customize li a:hover {
  transform: translateY(-3px);
}
#footer .absolute-footer .footer-secondary .social-button-customize li a:hover i {
  color: #83eeff;
}

/*FIXED CONTACT*/
.fixed-common {
  bottom: 0;
}
.fixed-common a {
  margin: 20px auto;
  padding: 10px;
  font-size: 12px;
  display: block;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fixed-common a:hover {
  transform: translateY(-3px);
  color: #83eeff;
}
.fixed-common::after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  margin: 0px auto;
  background-color: #c1c9d1;
}
.fixed-common.hotline-left {
  left: 50px;
}
.fixed-common.email-right {
  right: 50px;
}