


header.main-header {
  position: relative;
  background: transparent;
  transition: all 0.3s ease;
}

header.main-header.scrolled {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.6); /* semi-transparent white */
  backdrop-filter: blur(10px); /* frosted glass effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  transition: all 0.3s ease;
}
header.main-header.scrolled {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}

header.main-header.scrolled {
  transform: translateY(0);
  opacity: 1;
}

.linkstyle:hover:before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    display: none;
}
.main-menu ul li a {
    font-size: 16px;
    }    
.hero-content h2 {
    font-weight: 600;
    font-size: 66px;
    text-transform: none;
    text-align: left;
    color: var(--main-color);
    letter-spacing: -2px;
}
.logo img {
    width: 140px;
}
.logo a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    color: var(--main-color);
    
}
.footer-top h2{
    font-weight: 600;
    font-size: 66px;
    text-transform: none;
    text-align: left;
    color: var(--main-color);
    line-height: 1.2;
    letter-spacing: -2px;
}
.footer-top p{
    text-align: left;
}

.hero-content p {
    color: var(--main-color);
  font-size: 26px;
    line-height: 1.2;
}

.hero-content a {
    color: var(--main-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* text-decoration: underline; */
     font-family: "Poppins", sans-serif !important;
}
.hero-content p>a:hover, .hero-content p>a:focus, .hero-content p>a:visited {
    text-decoration: underline;
    outline: none;
}
.hero-image img {
    width: 400px;
    text-align: center;
    border-radius: 20px;
    border: 3px solid #fff;
    margin-top: 8px;
    rotate: 10deg;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-hero-area {
    padding-top: 100px;
    background: #fff;
}
.hero-image img {
    width: 320px;
    height: auto;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #f6f6f6;
       margin-top: 8px;
    margin-bottom: 8px;
    rotate: 0deg;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.hero-image {
    text-align: right;
    position: relative;
}
.custom-icon img {
    filter: invert(0.9);
}
.about-content-part p {
    font-size: 30px;
    line-height: 1.4em;
    color: var(--main-color);
}
h2.about-pre-title {
    font-size: 40px;
    font-family: var(--text-font);
    font-size: 18px;
    text-transform: uppercase;
    color: #00000080;
    letter-spacing: 1px;
    font-weight: 400;
}
.about-content-part p {
        font-size: 20px;
    line-height: 1.5;
     color: var(--main-color);
}

span.muted, span.muted a {
    font-size:18px;
    display: block;
    color: #00000080;
}
p.role {
    line-height: 1.7;
    color: var(--main-color);
}
.theme-btn:hover {
    border: 1px solid var(--button-border);
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
    background: #070707;
}
.theme-btn {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0px 0px 0;
}
.main-footer {
    background: #fff;
}
.about-social ul li a {
    font-size: 28px;
    border: 0px solid rgba(0, 0, 0, 0.05);
    padding: 0px;
    border-radius: 3px;
}
.about-social {
    margin-bottom: 32px;
    text-align-last: right;
}
.about-social ul li:last-child {
    margin-right:0px;
}

.hero-cta a.theme-btn {
    margin-top: 26px;
    font-family: 'Poppins' !important;
    text-decoration: none;
    color: #ffffff;
    rotate: 6deg;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a.theme-btn:hover {
    rotate: 0deg;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

  #toast {
      visibility: hidden;
      min-width: 280px;
      background-color: #35ff7853;
      border: 1px solid #107933;
      color: #107933;
      text-align: center;
      border-radius: 50px;
      padding: 10px 20px;
      position: fixed;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      opacity: 0;
      transition: opacity 0.5s ease, visibility 0.5s;
    }

    #toast.show {
      visibility: visible;
      opacity: 1;
    }



p.copy-left-text {
    margin: 0;
    font-size: 16px;
}


    .about-social {
    margin-bottom: 32px;
    text-align-last: right;
}

.portfolio-caption h4 {
    color: #070707;
    margin-top: 16px;
    font-size: 20px;
}
.portfolio-caption p {
    color: #00000080;
}
.portfolio-item img {
    border-radius: 12px;
}

hr {
    border-top: 1px solid #000000;
    opacity: 1;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 16px 0;
    color: var(--primary-color);
    border-top: 1px solid #353535;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
section {
  scroll-margin-top: 100px;
}
.projects-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {

    .logo-area {
    display: none;
}
        /* .main-menu {
        position: fixed;
        top: 16px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        display: inline-block;
        width: fit-content;
        white-space: nowrap;
        background: rgb(255 255 255 / 65%);
        backdrop-filter: blur(10px) saturate(120%);
        -webkit-backdrop-filter: blur(10px) saturate(120%);
        border: 1px solid rgb(255 255 255 / 25%);
        border-radius: 50px;
        box-shadow: 0 8px 56px rgba(0, 0, 0, 0.11);
        padding: 8px 16px;
        margin: 0;
    } */
    
      .main-header .header-inner {
    text-align: center;
  }
  .main-header .main-menu ul {
    justify-content: center; /* nav stays in row */
  }

  .hero-image {
    text-align: center;
    position: relative;
    margin-top: 40px;
    display: block;
  }

  .hero-content h2, .footer-top p, .hero-content p,  .about-area, .portfolio-caption h4 {
    text-align: center;
    position: relative;
    display: block;
  }

  /* a.theme-btn {
    margin-top: 40px;
} */

.about-social {
    text-align-last: center;
}

    .about-area {
        padding-top: 0px;
        padding-bottom: 0;
    }

        .footer-top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .text-sm-center {
    text-align: center !important;
}
.footer-cta {
    margin-bottom: 50px;
}
p.copy-left-text {
    margin: 0;
    text-align: center;
    text-align-last: center;
}

.hero-cta a.theme-btn {
    font-family: 'Poppins' !important;
    text-decoration: none;
    color: #ffffff;
    rotate: 0deg;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-menu ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.main-menu ul li:last-child {
    margin: 0 20px;
}
.projects-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

}

