/* ================================
   FONT DEFINITIONS (SELF-HOSTED)
================================ */

@font-face {
    font-family: 'LuloClean';
    src: url('assets/fonts/lulo-clean-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('assets/fonts/avenir-lt-heavy.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('assets/fonts/avenir-lt-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('assets/fonts/helvetica-light.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('assets/fonts/helvetica-roman.woff2') format('woff2');
    font-weight: 400;
}
/* =====================================================
   BOOTSTRAP GRID (CONTAINER / ROW / COLUMNS ONLY)
===================================================== */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Container widths */
@media (max-width: 767px) {
    .container { max-width: 100%; }
}
@media (min-width: 768px) {
    .container { max-width: 720px; }
}
@media (min-width: 980px) {
    .container { max-width: 1010px; }
}


/* =====================================================
   ROW
===================================================== */

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-stretch {
    align-items: stretch;
}

.align-items-baseline {
    align-items: baseline;
}
.justify-content-between {
    justify-content: space-between;
} 
/* =====================================================
   COLUMNS – BASE
===================================================== */

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* =====================================================
   COLUMN WIDTHS (1–12)
===================================================== */

.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* =====================================================
   RESPONSIVE COLUMNS
===================================================== */


/* MD ≥768px */
@media (min-width: 768px) {
    .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* LG ≥980px */
@media (min-width: 980px) {
    .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}
/* ================================
   GLOBAL RESET
================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'AvenirLT';
    color: #000;
    font-weight: 300;
    background-color: rgb(51, 59, 80);
    overflow-x: hidden;
}

/* ================================
   TYPOGRAPHY SYSTEM
================================ */

h1, h2, h3 {
    font-family: 'LuloClean', sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
}

h4, h5, h6 {
    font-family: 'AvenirLT', sans-serif;
}

p {
    font-family: 'AvenirLT', sans-serif;
    font-size: 15px;
    line-height: 1.8;
}
.text-color-white{
    color: #ffffff;
}
.text-color-yellow{
    color: #ffd500;
}

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

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(35, 35, 35);
    z-index: 999;
    border: none;
}

.desktop-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10%
}

.desktop-nav a {
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    color: #939dab;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
}
.desktop-nav a:hover {
    color: #bec7d5;
}
.desktop-nav a.active,
.mobile-nav a.active {
    color: #ffd500;
}
.logo{
  display: block;
  position: relative;
  text-align: left;
  font-size: 0;
  line-height: 0;
  padding: 17px 0 17px 52px;
  margin: 0;
}
.logo img{
  display: inline-block;
  font-size: 0;
  line-height: 0;
  max-width: 44px;
}
/* =====================================================
   HAMBURGER BUTTON
===================================================== */

.hamburger {
    display: none;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    left: 0;
    transition: all 0.3s ease;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 9px; }
.hamburger span:nth-child(3) { top: 18px; }

/* =====================================================
   FULLSCREEN MOBILE MENU
===================================================== */

.mobile-menu {
    position: fixed;
    inset: 0;
    background: rgb(51, 59, 80);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    z-index: 1000;
    display: none;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    text-align: center;
    padding: 80px 0 20px 0;
}

.mobile-nav a {
    display: block;
    font-family: 'LuloClean', sans-serif;
    font-size: 22px;
    letter-spacing: 0.25em;
    margin: 22px 0;
    color: #ffffff;
    text-decoration: none;
}

.close-menu {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 36px;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
}
/* =====================================================
   MOBILE BREAKPOINT
===================================================== */

@media (max-width: 768px) {

    .desktop-nav {
        display: none;
    }

    .hamburger {
        display: inline-block;
    }
    .mobile-menu {
      display: block;
    }
}
/* ================================
   SECTIONS (BASE)
================================ */

.section {
    padding: 80px 0;
}

/* ================================
   SCROLL ANIMATION BASE
================================ */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ================================
   MOBILE MATCH (WIX BREAKPOINT)
================================ */

@media (max-width: 768px) {

    .nav-wrapper {
        padding: 16px 20px;
    }

    .nav-links {
        display: none; /* mobile menu handled via JS */
    }

    .section {
        padding: 50px 0px;
    }

    h1 {
        font-size: 26px;
    }
}

/* ================================
   HERO SECTION
================================ */

.hero-section {
  padding-top: 180px; /* accounts for fixed header */
  background-image: url(assets/images/hero-profile.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  z-index: 0;
  height: 1123px;
}
.hero-section::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50,65,88,0.8);
  z-index: 1;
}
.hero-section .container-fluid{
  position: relative;
  z-index: 2;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 80px;
}
.hero-section .hero-text{
  max-width: 540px;
  margin: 0 auto;
}

.hero-eyebrow {
  font-family: 'AvenirLT';
  font-weight: 300;
  font-size: 24px;
  line-height: 1.8em;
  letter-spacing: 0.18em;
}

.hero-title {
  font-size: 65px;
  line-height: normal;
  margin-bottom: 41px;  
}

.hero-subtitle {
  font-family: 'AvenirLT';
  font-weight: 300;
  font-size: 19px;
  line-height: 1.8em;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

.hero-copy {
  max-width: 520px;
}

.hero-media {
  text-align: right;
}

.hero-image {
  max-width: 360px;
  width: 100%;
  height: auto;
}

/* ================================
   PROFESSIONAL SECTION
================================ */
.professional-section {
    background-image: url('assets/images/PROFESSIONAL.jpg');
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.professional-section::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,17,36,0.55);
  z-index: 1;
}
section .upper-box {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: -430px auto 0 auto;
  background-color: rgb(51, 59, 80);
  padding: 83px 75px 120px 75px;
  text-align: center;
  box-shadow: rgba(47, 46, 46, 0.3) 0px 1px 25px 4px;
}
.upper-box-inn-hero {
  font-size: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.upper-box-inn-hero span {
  display: inline-block;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 90px;
  width: 100px;
  border: 5px solid #fff;
  border-radius: 100%;
  background-color: rgb(255, 213, 0);
}
.upper-box-inn-text {
  padding: 80px 0 0 0;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  font-weight: 300;
}
.upper-box-inn-text p {
  font-size: 14px;
  line-height: 35px;
}
.upper-box-inn-image {
  padding: 62px 0 0 0;
}
.upper-box-inn-image img{
  max-width: 100%;
}
.professional-section .section-inner{
  position: relative;
  z-index: 2;
  padding: 80px 0 0 0;
}
.professional-section .section-inner .skills-grid{
  max-width: 78 0px;
  margin: 0 auto;
  padding: 70px 0 0 0;
  gap: 0;
}

.professional-section .section-inner .skills-grid .skill {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 0 35px 0;
}
.professional-section .section-inner .skills-grid .skill .skill-label {
  width: 133px;
  margin: 0;
  text-align: right;
  color: rgb(255, 255, 255);
}
.professional-section .section-inner .skills-grid .skill .skill-bar {
  width: calc(100% - 133px);
  padding: 0 0 0 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.professional-section .section-inner .skills-grid .skill .skill-bar em {
  font-size: 14px;
  letter-spacing: 0.15em;
  font-style: normal;
  color: rgb(255, 255, 255);
  padding: 0 0 0 18px;
  line-height: 12px;
}
.section-index {
  display: inline;
  color: rgb(190, 199, 213);
}

.section-title {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 19px;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
}

.section-subtitle {
  font-family: 'AvenirLT';
  font-size: 24px;
  letter-spacing: 4.32px;
  line-height: 42px;
  color: #fff;
  text-align: center;
}

.skills-grid {
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 40px 60px;
}

.skill-label {
  font-family: 'AvenirLT';
  font-size: 12px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 10px;
}

.skill-bar {
  height: 12px;
  background:transparent;
  overflow: hidden;
}

.skill-bar span {
  display: block;
  height: 12px;
  width: 0;
  background-color: rgba(255,213,0,1);
  transition: width 1.1s ease;
}

/* ================================
   MOBILE (EXACT WIX STACK)
================================ */

@media (max-width: 768px) {

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-media {
    text-align: center;
  }

  .hero-title {
    font-size: 28px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================
   PORTFOLIO SECTION
================================ */
.section.portfolio-experiance-section{
  background-image: url('assets/images/PORTFOLIO.jpg');
  position: relative;
  z-index: 0;
  background-position: top center;
  padding-top: 0;
}
.section.portfolio-experiance-section::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9,19,48,0.65);
  z-index: 1;
}

#portfolio.portfolio-section {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
#experience.experience-section {
  position: relative;
  z-index: 2;
}
.portfolio-section .section-head {
  padding-bottom: 50px;
}
.portfolio-grid {
  column-count: 4;
    column-gap: 10px;
}

.portfolio-item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.portfolio-item{
    position: absolute;
    width: 237.5px;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.portfolio-item img {
    width: 100%;
    display: block;
}
/* Overlay */
.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.portfolio-name {
  font-family: 'AvenirLT';
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #fff;
  text-align: center;
}

/* Hover behavior (Wix-equivalent) */
.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

/* ================================
   EXPERIENCE SECTION
================================ */
.experience-section {
  padding-top: 130px;
}
.experience-section .section-head{
  padding-bottom: 70px;
}
/* ===============================
   EXPERIENCE SECTION
================================ */

.experience-section {
    color: #fff;
    position: relative;
    font-family: 'Avenir', sans-serif;
}


/* ===============================
   TIMELINE CORE
================================ */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #ffd200;
    transform: translateX(-50%);
}

/* ===============================
   ITEMS
================================ */

.timeline-item {
    width: 50%;
    position: relative;
    padding: 0 62px 0 60px;
    margin-bottom: 4px;
}

.timeline-item.left {
    text-align: right;
    left: 0;
    padding-left: 90px;
}

.timeline-item.right {
    left: 50%;
}

.timeline-dot {
    position: absolute;
    top: 0px;
    width: 12px;
    height: 12px;
    background: #ffd200;
    border-radius: 50%;
}

.timeline-item.left .timeline-dot {
    right: -6px;
}

.timeline-item.right .timeline-dot {
    left: -6px;
}

/* ===============================
   CONTENT
================================ */

.timeline-date {
    display: block;
    color: rgb(255,213,0);
    font-weight: 700;
    margin-bottom: 9px;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 19px;
}

.timeline-content h3 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0em;
    margin-bottom: 29px;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.timeline-content h4 {
    font-family: 'Avenir', sans-serif;
    font-size: 15px;
    line-height: 1.9em;
    font-weight: 700;
    margin-bottom: 0px;
    color: #ffffff;
}

.timeline-content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    color: rgb(190,199,213);
}
.timeline-content p strong{
    color: #ffffff;
    font-weight: 700;
}

/* Highlight yellow text */
.text-back-yellow {
    background: #FFD500;
    color: #2F2E2E;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 900px) {
    .timeline::before {
        left: 00px;
    }
    .timeline-item.left {
      text-align: left;
      left: 0;
      padding-left: 20px;
      padding-right: 0px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 20px;
        padding-right: 0px;
        text-align: left;
        left: 0 !important;
        margin-bottom: 40px;
    }
    .timeline-item.right .timeline-dot {
      left: -6px;
    }
    .timeline-dot {
        left: -6px !important;
    }
    .timeline-content h3{
      margin-bottom: 10px;
    }
}

/* =====================================================
   CONTACT SECTION – EXACT MATCH
===================================================== */

.contact-section {
    padding: 80px 0;
    background-attachment: fixed;
    background-image: url(assets/images/contact.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
}
.contact-section::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,17,36,0.86);
  z-index: 1;
}
.contact-section .container{
  position: relative;
  z-index: 2;
}
.contact-section .contact-section-inn{
  max-width: 940px;
  background-color: rgb(51, 59, 80);
  padding: 120px 140px 140px 140px;
  color: #ffffff;
}
/* LEFT SIDE */

.contact-section .contact-section-inn .contact-title{
    font-family: 'AvenirLT';
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-section .contact-section-inn .contact-text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: 'AvenirLT';
    font-weight: 300;
}

.contact-section .contact-section-inn .contact-email {
    font-size: 14px;
    line-height: 24px;
    font-family: 'AvenirLT';
    font-weight: 300;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
    color:  #fff1aa;
}
.contact-section .contact-section-inn .contact-email a {
    text-decoration: none;
    color: #fff1aa;
}
.contact-section .contact-section-inn .contact-email a:hover{
    text-decoration: underline;
    color: #fff1aa;
}
.contact-email span {
    color: #fff1aa;
}

/* SOCIAL ICONS */

.contact-social a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    color: #1b2338;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 700;
}

/* RIGHT FORM */

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 14px 14px;
    font-size: 13px;
    margin-bottom: 14px;
    font-family: 'AvenirLT', sans-serif;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

/* SEND BUTTON */

.contact-form button {
    width: 100%;
    background: #ffd200;
    border: none;
    color: #000;
    font-size: 14px;
    padding: 14px 0;
    cursor: pointer;
    letter-spacing: 0.1em;
}

/* =====================================================
   MOBILE – STACK EXACTLY LIKE WIX
===================================================== */

@media (max-width: 768px) {

    .contact-section {
        padding: 80px 0;
    }

    .contact-left {
        margin-bottom: 40px;
        text-align: center;
    }

    .contact-social {
        justify-content: center;
    }

    .contact-social a {
        margin-right: 8px;
    }
}


/* ================================
   FOOTER
================================ */

.site-footer {
  padding: 31px 0;
  text-align: center;
  background-color: rgb(35, 35, 35);
}
.footer-logo{
  display: block;
  text-align: center;
  margin-bottom: 11px;
}
.footer-logo img{
  display: inline-block;
  font-size: 0;
  line-height: 0;
  max-width: 44px;
  
}
.site-footer .footer-inner p {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: rgb(190, 199, 213);
}

/* ================================
   MOBILE MATCH
================================ */

@media (max-width: 768px) {

  .contact-wrapper {
    max-width: 100%;
  }

  .contact-text {
    font-size: 14px;
  }
}


.section {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* =====================================================
   MOBILE – EXACT WIX BEHAVIOR
===================================================== */

@media (max-width: 768px) {
  body {
      font-size: 14px;
      line-height: 2.5em;
  }
  .portfolio-item {
      width: calc(50% - 12px);
  }
  .hero-section,
  .professional-section,
  .portfolio-section,
  .contact-section {
      background-attachment: scroll;
      height: inherit;
      min-height: inherit;
  }
  .section-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .section-subtitle {
    font-size: 16px;
    letter-spacing: 2.88px;
    line-height: 28.8px;
  }
  .logo{
    padding: 14px 0 13px 0px;
  }
  .site-header .col.col-6.col-lg-9 {
    text-align: right;
    align-self: center;
    font-size: 0;
    line-height: 0;
  }
  section .upper-box{
    margin: 51px auto 0 auto;
    padding: 20px 15px;
    max-width: calc(100% - 30px);
  }
  .hero-title{
    font-size: 35px;
  }
  .hero-eyebrow{
    margin-bottom: 30px;
  }
  .hero-section{
    padding-top: 100px;
    padding-bottom: 20px;
    background-position: top 0px right 29%;
    height: auto;
    background-size: 273%;
    background-repeat: repeat;
  }
  .upper-box-inn-text{
    padding-top: 20px;
  }
  .professional-section .section-inner{
    padding: 0;
  }
  .professional-section .section-inner .skills-grid{
    padding-top: 25px;
  }
  .professional-section .section-inner .skills-grid .skill{
    flex-flow: column;
    flex-wrap: wrap;
    align-items: start;
    padding: 5px 0 25px 0;
  }
  .professional-section .section-inner .skills-grid .skill .skill-label{
    width: 100%;
    text-align: left;
  }
  .professional-section .section-inner .skills-grid .skill .skill-bar{
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
  }
  .professional-section .section-inner .skills-grid .skill .skill-bar em{
    padding: 5px 0 0 0;
    line-height: 12px;
    display: block;
    width: 100%;
  }
  #portfolio.portfolio-section{
    padding-top: 50px;
  }
  .portfolio-item{
    width: calc(50% - 20px);
  }
  .experience-section {
    padding-top: 50px;
  }
  .experience-section .section-head{
    padding-bottom: 30px;
  }
   .contact-section {
    padding: 50px 0;
  }
  .contact-section .contact-section-inn{
    padding: 50px 20px 40px 20px;
  }
  #contactForm .row .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer{
    padding: 27px 0 10px 0;
  }
  .mobile-nav a {
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 22px 0;
    text-decoration: none;
    font-weight: 400;
  }
}