body {
    font-family: "Century Gothic", 'Lato', sans-serif;
  }
  
  a {
    text-decoration: none;
  }

  .et-hero-tabs-containe {
    z-index: 100;
  }
  
  .et-hero-tabs,
  .et-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    background: #eee;
    text-align: center;
    padding: 8vh 2em;
    margin: auto;
  }
  
  .et-hero-tabs h1 {
    font-size: 4rem;
  }

  .et-hero-tabs h3 {
    font-size: 2rem;
    color:cornsilk;
  }
  
  .et-hero-tabs-container {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  
  .et-hero-tabs-container--top {
    position: fixed;
    top: 0;
    width: 100vw;
  }
  
  .et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 1.2rem;
    padding: 1em;
    font-weight: 900;
  }
  
  .et-hero-tab:hover {
    color: white;
    background: rgba(102, 177, 241, 0.8);
  }
  
  .et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
  }
  
  .et-hero-tab, .content {
    text-align: center;
    position: relative;
    width: 100%;
  }
  
  .inner {
    min-height: 600px;
    position: relative;
  }
  
  .et-hero-tab .inner {
    background: rgba(0, 0, 0, 0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
  }
  
  #contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: 0 auto;
  }

  #contact-form h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #000000;
  }
  
  #contact-form label {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #000000;
  }
  
  #contact-form input[type="text"],
  #contact-form input[type="email"],
  #contact-form input[type="phone"],
  #contact-form textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
  }
  
  #contact-form textarea {
    height: 100px;
    resize: vertical;
  }
  
  #contact-form input[type="submit"] {
    margin-top: 20px;
    padding: 20px 80px;
    border: none;
    background-color: #66B1F1;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
  }

  .g-recaptcha {
    margin-top: 20px;
    padding: 20px 50px;
    border: none;
    background-color: #66B1F1;
    font-size: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
  }

  .g-recaptcha:hover {
    background-color: #497fae;
    transform: scale(1.1);
  }
  
  #contact-form input[type="submit"]:hover {
    background-color: #497fae;
    transform: scale(1.1);
  }
  
  #contact-form #message {
    height: 20vh;
  }
  
  #tab-contact {
    height: 83vh;
  }
  
  html, body {
    margin: 0;
    padding: 0;
  }
  
  *, *:after, *:before {
    box-sizing: border-box;
  }
  
  header {
    color: white;
    z-index: 1;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    flex-direction: column;
    font-size: 5rem;
  }
  
  header a {
    color: white;
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    flex-direction: column;
  }
  
  #header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.2)), url(/images/top.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  
  #tab-service {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.2)), url(/images/service.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-self: start;
    align-items: center;
    height: 100vh;
    padding: 2em 1em;
  }
  
  .tab-head {
    color: white;
    font-size: 2.3rem;
    margin: 20px;
  }
  
  .tab-head2 {
    color: black;
    font-size: 2rem;
    margin: 20px;
  }
  
  #tab-skill {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.2)), url(https://4.bp.blogspot.com/_AQ0vcRxFu0A/S9shDGGyMTI/AAAAAAAAAYk/kn3WTkY2LoQ/s1600/IMG_0714.JPG);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 70vh;
    padding: 2em 1em;
  }
  
  .skill-content {
    order: 2;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
  }
  
  .skill-head {
    order: 1;
    color: white;
    font-size: 2rem;
    margin: 0;
    letter-spacing: 1rem;
    text-align: center;
    margin-bottom: 1em;
  }
  
  #tab-experience {
    background-image: url(/images/experience-back.jpg);
    display: flex;
    flex-direction: column;
    align-self: start;
    align-items: center;
    height: auto;
    min-height: 100vh;
    text-align: var(--width-container);
    background-color: white;
    padding: 2em 1em;
  }
  
  .timeline {
    list-style: none;
    padding: 20px 0;
    position: relative;
  }
  
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
  }
  
  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }
  
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  
  .timeline > li:after {
    clear: both;
  }
  
  .timeline > li > .timeline-panel {
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    width: 46%;
    float: left;
    border: 1px solid #e0e0e0;  
    border-radius: 8px;  
    padding: 30px;  
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  
    transition: all 0.3s ease;
  }

  .timeline > li > .timeline-panel > .timeline-body > ul > li {
    margin-bottom: 10px;
  }
  

  .timeline > li > .timeline-panel:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);  
    transform: translateY(-5px);  
  }

  .timeline > li > .timeline-panel:before {
    border-left: 15px solid #e0e0e0;
  }
  
  .timeline > li > .timeline-panel:after {
    border-left: 14px solid #ffffff;
  }
  
  .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
  }
  
  .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
  }
  
  .timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #09234d;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }

  .timeline > li > .timeline-badge:hover {
    transform: scale(1.4);

  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  
  .timeline-badge.primary {
    background-image: url(/images/utp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .timeline-badge.success {
    background-color: #3f903f !important;
  }
  
  .timeline-badge.warning {
    background-color: #f0ad4e !important;
  }
  
  .timeline-badge.danger {
    background-color: #5bc0de !important;
  }
  
  .timeline-badge.info {
    background-color: #8d0ed6 !important;
  }
  
  .timeline-title {
    margin-top: 0;
    color: inherit;
  }
  
  .timeline-body > p,
  .timeline-body > ul {
    margin-bottom: 0px;
  }

  .timeline-body > li {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  
  .timeline-body > p + p {
    margin-top: 5px;
  }
  
  .timeline-title > h3 {
    color: #1d61cd;
    text-overflow: clip;
    letter-spacing: normal;
  }
  
  #tab-about {
    padding: 2rem;
    min-height: 70vh;
  }
  
  .about-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-align: left;
  }
  
  .about-contact {
    order: 1;
    max-width: 300px;
    text-align: left;
    margin: auto;
  }
  
  .about-contact h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: auto;
  }
  
  .about-text {
    order: 2;
    width: 100%;
    margin-right: 0;
    padding-right: 0%;
  }

  .about-text p {
    font-size: 1.2rem;
    line-height: 1.2;
    justify-content: center;
  }
  
  .about-text h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: auto;
  }

  .about-text h1 {
    font-size: 4rem;
    margin-bottom: 20px;
  }


  .about-image {
    order: 3;
    display: flex;
    justify-content: right;
    margin: auto;
    margin-left: auto;
    size: 100%;
    padding-left: 0%;
    width: 50%;
  }
  
  .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 56% 44% 70% 30% / 28% 30% 70% 72%;
    box-shadow: #000;
  }
  
  .copy {
    position: absolute;
    top: 50%;
    height: 10em;
    margin-top: -5em;
    width: 100%;
  }
  
  .hero h1,
  .hero p {
    color: #fff;
  }
  
  .content h1,
  .content p {
    color: #333;
  }
  
  p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    padding: 0 20px;
  }
  
  ::-webkit-scrollbar {
    display: none;
  }
  
  html {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .contact-icon {
    object-fit: fill;
    background-color: transparent;
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  
  #tab-contact {
    background: linear-gradient(rgba(173, 173, 173, 0.6), rgba(255, 255, 255, 0.037)), url(/images/contact.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding: 2em 1em;
  }
  
  :root {
    --background-dark: #2d3548;
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: auto;
    --default-size: 150px;
    --transition-duration: 2s;
    --progress-text-color: #fff;
    --progress-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  
  .card-section {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    margin: 0 1% 1% 1%;
    justify-content: center;
    padding: 40px;
    margin-bottom: auto;
  }
  
  .card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
  }
  
  .card {
    list-style: none;
    position: relative;
    width: 20vw;
    height: 80vh;
    margin: 0 1%;
    transition: all 0.5s ease;
  }
  
  .card__content {
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
    min-height: auto;
  }
  
  .card__category {
    color: var(--text-light);
    font-size: 1.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
  }
  
  .card__heading {
    color: var(--text-lighter);
    font-size: 1.2rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  }
  
  .card_description {
    color: white;
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: var(--spacing-m);
    padding: var(--spacing-m);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }
  
  .card:hover .card_description {
    opacity: 1;
    max-height: 300px;
  }

  .show {
    color: white;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: var(--spacing-xxl);
    padding: auto;
    padding: auto;
    opacity: 1;
    max-height: 0;
    /* overflow: hidden; */
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }

  .card_bullet {
    color: white;
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: var(--spacing-m);
    opacity: 0;
    min-height: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    list-style-type: disc;
    padding-left: 20px;
    text-justify:auto
  }

  .card_bullet li {
    margin-bottom: 10px;
  }

  .card:hover .card_bullet {
    opacity: 1;
    max-height: 500px;
  }

  .card:hover .show {
    opacity: 0;
    max-height: 0;
    margin: 0;
  }
  
  .card:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
  }
  
  .card__background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: scale(1) translateZ(0);
    transition: filter 200ms linear, transform 200ms linear;
  }
  
  .card:hover .card__background {
    transform: scale(1.05) translateZ(0);
    filter: brightness(0.4);
  }
  
  .card-grid:hover > .card:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  
  .progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 45px;
  }
  
  .progress-pie {
    background-color: white;
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.5s;
  }
  
  .skill-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    filter: grayscale(0%);
    transition: filter var(--transition-duration) linear;
  }
  
  .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) var(--percent),
      transparent var(--percent),
      transparent 100%
    );
    border-radius: 50%;
    z-index: 1;
    transition: background var(--transition-duration) linear;
  }
  
  .progress-text {
    position: absolute;
    font-size: 4.5rem;
    color: wheat;
    font-weight: 700;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .progress-pie:hover .skill-logo {
    filter: brightness(0.5) grayscale(1) contrast(1.2) blur(20px);
    transition: all 0.5s ease-in-out;
  }


  .progress-pie:hover {
    transform: scale(1.2);
    transition: ease-in-out 0.5s;
  }
  
  .progress-pie[data-percent="80"] .mask {
    --percent: 0;
  }
  
  .progress-pie:hover .mask {
    --percent: 288;
    background: conic-gradient(
      transparent 0%,
      transparent var(--percent),
      rgba(0, 0, 0, 0.6) var(--percent),
      rgba(0, 0, 0, 0.6) 100%
    );
  }
  
  .progress-pie:hover .progress-text {
    opacity: 1;
  }
  
  .progress-title {
    font-size: 2.5rem;
    margin-top: 30px;
    color: white;
    font-weight: 700;
    text-shadow: #000;
    text-align: center;
  }
  
  .main-container {
    display: flex;
    flex-direction: column;
  }
  
  .main-content {
    flex: 1;
  }
  
  .footer {
    position: relative;
    background: #080c72;
    color: white;
    text-align: center;
    padding: 1rem;
    width: 100%;
    bottom: 0;
    margin-top: auto;
  }

  .footer a:-webkit-any-link {
    color: wheat;
    cursor: pointer;
    text-decoration: underline;
}

  .footer .open_preferences_center {
    color: white;
    text-decoration: none;
  }
  
  .footer-content p,
  .footer-content a {
    margin: 0.5rem 0;
  }
  
  .footer-content a {
    color: #66B1F1;
    text-decoration: none;
  }
  
  .footer-content a:hover {
    text-decoration: underline;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
  }
  
  .modal-content {
    background-color: #ffffff;
    margin: 10% auto;
    padding: 20px;
    border: none;
    width: 60%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    animation: slideIn 0.4s ease-in-out;
  }
  
  @keyframes slideIn {
    from {
      transform: translateY(-50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .close {
    color: #bbb;
    float: right;
    font-size: 28px;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #f44336;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  
  .modal-header h2 {
    margin: 0;
    font-size: 24px;
  }
  
  .modal-body {
    padding: 20px 0;
  }
  
  .modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }
  
  .modal-footer button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .modal-footer button:hover {
    background-color: #45a049;
  }

  @media screen and (min-width: 1400px){
    .skill-content {
        grid-template-columns: repeat(3, 1fr);
    }

    #tab-service, #tab-contact {
        padding: 2em;
        height: auto;
        min-height: 70vh;
        background-attachment: fixed;
    }

    .card {
        width: 21vw;
        /* height: 80vh; */
    }

    .card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
  }

  @media screen and (max-width: 1400px){
    .skill-content {
        grid-template-columns: repeat(3, 1fr);
    }

    #tab-service, #tab-contact {
        padding: 2em;
        height: auto;
        min-height: 70vh;
        background-attachment: fixed;
    }

    .card {
        width: 40vw;
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (max-width: 1200px) {
    .et-hero-tabs, .et-slide {
      padding: 8vh 1em;
    }
    .et-hero-tab {
      font-size: 0.9rem;
      padding: 0.9em;
    }
    #tab-service, #tab-contact {
      padding: 1.5em 1em;
      height: auto;
      min-height: 80vh;
    }
    .card {
      height: 90vh;
    }
    .card__category, .card__heading {
      font-size: 1.5rem;
    }
    .card-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .skill-content {
      grid-template-columns: repeat(2, 1fr);
    }

    .about-container {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
  }

  @media screen and (max-width: 1000px) {
    .et-hero-tabs, .et-slide {
      padding: 8vh 1em;
    }
    .et-hero-tab {
      font-size: 0.9rem;
      padding: 0.9em;
    }
    #tab-service, #tab-contact {
      padding: 1.5em 1em;
      height: auto;
      min-height: 80vh;
    }
    .card {
      width: 40vw;
    }

    .card__category, .card__heading {
      font-size: 1.5rem;
    }
    .card-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .skill-content {
      grid-template-columns: repeat(2, 1fr);
    }

    .card_bullet {
      font-size: 1rem;
      text-align: left;

    }

    .about-container {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
  }
  
  @media screen and (max-width: 800px) {
    .et-hero-tabs, .et-slide {
      padding: 4vh 3em;
      height: auto;
    }

    .et-hero-tabs {
      padding: 4vh 0em;
      height: 95vh;
    }


    .et-hero-tab {
      font-size: 0.8rem;
      padding: 0.8em;
    }
    .et-hero-tabs h1, .et-slide h1 {
      font-size: 3rem;
    }
    .et-hero-tabs h3, .et-slide h3, .et-hero-tab {
      font-size: 1rem;
    }
    #contact-form {
      width: 70%;
    }
    #tab-service, #tab-contact {
      padding: 1em;
      height: auto;
      min-height: 70vh;
      background-attachment: scroll;
    }
    #tab-skill .skill-head {
      font-size: 1.5rem;
      letter-spacing: 0.8rem;
    }
    .timeline:before {
      left: 10%;
    }
    .timeline > li > .timeline-panel {
      width: 80%;
      float: none;
      margin: 0 auto;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: none;
    }
    .timeline > li > .timeline-badge {
      left: 10%;
    }
    .timeline > li > .timeline-panel:before,
    .timeline > li > .timeline-panel:after,
    .timeline > li.timeline-inverted > .timeline-panel:before,
    .timeline > li.timeline-inverted > .timeline-panel:after {
      display: none;
    }
    .card {
      width: 60vw;
    }
    .card__category, .card__heading {
      font-size: 1.2rem;
    }

    .progress-pie {
      margin: 20px;
      width: 200px;
      height: 200px;
    }

    .skill-content {
      grid-template-columns: repeat(2, 1fr);
    }

    .card-grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (max-width: 670px){

    .skill-content {
      grid-template-columns: repeat(1, 1fr);
    }
  
  }

  @media screen and (max-width: 600px) {
    .et-hero-tabs, .et-slide {
      padding: 4vh 0em;
    }
    .et-hero-tab {
      font-size: 0.7rem;
      padding: 0.7em;
    }
    .et-hero-tabs h1, .et-slide h1 {
      font-size: 1.8rem;
    }
    .et-hero-tabs h3, .et-slide h3 {
      font-size: 0.9rem;
    }
    #contact-form {
      width: 80%;
    }
    #contact-form label {
      font-size: 1.1rem;
    }
    #contact-form input[type="text"],
    #contact-form input[type="email"],
    #contact-form input[type="phone"],
    #contact-form textarea {
      font-size: 0.9rem;
    }
    #contact-form input[type="submit"] {
      padding: 15px 60px;
      font-size: 0.9rem;
    }
    #tab-service, #tab-contact {
      padding: 0.5em;
      height: auto;
      min-height: 60vh;
      background-attachment: scroll;
    }
    #tab-skill .skill-head {
      font-size: 1.2rem;
      letter-spacing: 0.6rem;
    }
    .timeline:before {
      left: 5%;
    }
    .timeline > li > .timeline-panel {
      width: 90%;
    }
    .timeline > li > .timeline-badge {
      left: 5%;
    }
    .card {
      width: 80vw;
      /* height: 120vh; */
    }
    .card__category, .card__heading {
      font-size: 1rem;
    }
    .card_description {
      font-size: 0.9rem;
      text-align: left;
    }

    .card_bullet {
      font-size: 0.7rem;
      text-align: left;
    }

    .card-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .skill-content {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (max-width: 480px) {
    .et-hero-tabs h1, .et-slide h1 {
      font-size: 1.5rem;
    }
    .et-hero-tabs h3, .et-slide h3 {
      font-size: 0.8rem;
    }
    .et-hero-tab {
      font-size: 0.5rem;
      padding: 0em;
    }
    .et-hero-tab-slider {
      height: 5px;
      width: 40%;
    }

    #contact-form {
      width: 90%;
    }
    #contact-form label {
      font-size: 1rem;
    }
    #contact-form input[type="text"],
    #contact-form input[type="email"],
    #contact-form input[type="phone"],
    #contact-form textarea {
      font-size: 0.8rem;
      padding: 15px;
    }
    #contact-form input[type="submit"] {
      padding: 10px 40px;
      font-size: 0.8rem;
    }
    #tab-service, #tab-contact {
      padding: 0.5em;
      height: auto;
      min-height: 50vh;
      background-attachment: scroll;
    }
    #tab-skill .skill-head {
      font-size: 1rem;
      letter-spacing: 0.4rem;
    }
    .timeline > li > .timeline-badge {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.2em;
      top: 10px;
    }
    .timeline-title > h3 {
      font-size: 1.5rem;
    }
    .timeline-body > p, .timeline-body > ul {
      font-size: 0.9rem;
    }
    .about-container {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }

    .about-text {
      height: auto;
    }

    .about-text p {
      font-size: 1rem;
    }

    .about-image {
      width: 100%;
    }

    #experience {
      padding: 0.5em;
    }

    .progress-pie {
      margin: 20px;
      width: 170px;
      height: 170px;
    }

    .skill-content {
      grid-template-columns: repeat(1, 1fr);
    }
    .progress-title {
      font-size: 1.5rem;
      margin-top: 5px;
    }

    .card {
      width: 80vw;
      /* height: 120vh; */
    }
  }

  @media screen and (max-width: 380px) {
    .et-hero-tabs h1, .et-slide h1 {
      font-size: 1.5rem;
    }
    .et-hero-tabs h3, .et-slide h3 {
      font-size: 0.8rem;
    }
    .et-hero-tab {
      font-size: 0.5rem;
      padding: 1em;
    }
    .et-hero-tab-slider {
      height: 5px;
      width: 40%;
    }

    #contact-form {
      width: 90%;
    }
    #contact-form label {
      font-size: 1rem;
    }
    #contact-form input[type="text"],
    #contact-form input[type="email"],
    #contact-form input[type="phone"],
    #contact-form textarea {
      font-size: 0.8rem;
      padding: 15px;
    }
    #contact-form input[type="submit"] {
      padding: 10px 40px;
      font-size: 0.8rem;
    }
    #tab-service, #tab-contact {
      padding: 0.5em;
      height: auto;
      min-height: 50vh;
      background-attachment: scroll;
    }
    #tab-skill .skill-head {
      font-size: 1rem;
      letter-spacing: 0.4rem;
    }
    .timeline > li > .timeline-badge {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.2em;
      top: 10px;
    }
    .timeline-title > h3 {
      font-size: 1.5rem;
    }
    .timeline-body > p, .timeline-body > ul {
      font-size: 0.9rem;
    }
    .about-container {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }

    .about-text {
      height: auto;
    }

    .about-text p {
      font-size: 1rem;
    }

    .about-image {
      width: 100%;
    }

    #experience {
      padding: 0.5em;
    }

    .progress-pie {
      margin: 20px;
      width: 170px;
      height: 170px;
    }

    .skill-content {
      grid-template-columns: repeat(1, 1fr);
    }
    .progress-title {
      font-size: 1.5rem;
      margin-top: 5px;
    }

    .card {
      width: 80vw;
    }
  }

  @media screen and (min-height: 1500px) {
    .card {
      height: 120vh;
      width: 40vw;
    }

    .et-hero-tabs{
      min-height: 95vh;
    }
  }

  @media screen and (max-height: 1200px) {
    .card {
      height: 112vh;
    }

    .card-bullet {
      font-size: 0.6rem;
    }

    .et-hero-tabs{
      min-height: 95vh;
    }
  }

  @media screen and (max-height: 800px) {
    .card {
      height: 140vh;
    }

    .et-hero-tabs{
      min-height: 95vh;
    }
  }

  @media screen and (max-height: 600px) {
    .card {
      height: 220vh;
    }

    #header h1 {
      font-size: 2.5rem;
    }

    #header h3 {
      font-size: 1.5rem;
    }

    .et-hero-tabs{
      height: 95vh;
    }
  }

  @media screen and (max-height: 500px) {
    .card {
      height: 260vh;
    }
  }

  @media screen and (max-height: 400px) {
    .card {
      height: 340vh;
    }
  }

  @media screen and (max-height: 300px) {
    .card {
      height: 500vh;
    }
  }