*{
    margin: 0;
    padding: 0;
    text-align: right;
}

@font-face{
    font-family: 'PlaywriteDESAS';
    src: url(font/Playwrite_DE_SAS/PlaywriteDESAS-VariableFont_wght.ttf);
}

@supports (-webkit-touch-callout: none) {
    .product-modal {
        position: fixed;
        height: -webkit-fill-available;
    }
    
    .swiper-slide {
        width: 75%;
    }
    
    .product-container {
        width: 280px;
    }
}

@supports (padding: max(0px)) {
    .nav-topsec {
        padding-top: max(20px, env(safe-area-inset-top));
    }
    
    body {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
    }
}

html {
  overflow: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body{
    background-color: black;
    overflow-x: hidden;
    height: 100%;
    overflow: auto;
    position: relative;
    padding-bottom: env(safe-area-inset-bottom);
    -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.header{
    width: 100%;
    height: 54vh;
    max-height: 54vh;
    background-color: white;
    border-radius: 0 0 45px 45px;
    position: relative;
}

nav{
    display: flex;
    justify-content: center;
}

.navbar-ul{
    width: 85%;
    height: 40px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 13px;
    padding: 0px 20px;
    margin-top: 10px;
    border-radius: 50px;
}

.navbar-item{
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.navbar-item:active {
    transform: translateY(0);
}


.logo{
    width: 40%;
    font-size: 15px;
    font-weight: bold;
    font-family: 'PlaywriteDESAS';
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lucide-coffee-icon{
    color: #2CFF05;
    opacity: 90%;
}

.logo a{
    text-decoration: none;
    color: white;
}
.logo p{
    text-align: center;
}

.headline-title{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.headline-title-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.headline-title-inner p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'PlaywriteDESAS';
}

.header-pic-sec{
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-pic-circle-box{
    width: 250px;
    height: 250px;
    border-radius: 250px 250px 10px 10px;
    background-color: rgba(218, 218, 218, 0.208);
    display: flex;
    justify-content: center;
}


.header-pic{
    width: 250px;
    margin-right: 25px;
    position: absolute;
    bottom: -4px;
    margin-left: 30px;
}

.header-svg path {
    fill: #2CFF05;
    stroke: #2CFF05;
}

.svg-b{
    position: absolute;
    left: 20px;
    top: 70px;
    opacity: 50%;
    transform: rotate(30deg);
}

.svg-a{
    position: absolute;
    right: 10px;
    bottom: 30px;
    opacity: 50%;
    transform: rotate(30deg);
}

main{
    color: white;
    position: relative;
}

.achievement-sec-svgs{
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;

}
.achievement-sec-svgs-div{
    display: flex;
    justify-content: center;
    height: 120px;

}

.achievement-sec-icon{
    stroke: #2CFF05;
    width: 20%;
    height: 100%;
}

.achievement-sec{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.achievement-ul{
    width: 70%;
    height: 80px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg,rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.18);
    padding: 0px 20px;
    border-radius: 20px;
    z-index: 1000;
}

.achievement-item{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.achievement-item-top{
    display: flex;
    gap: 3px;
    align-items: center;
}

.achievement-item span{
    font-size: 14px;
    color: rgb(175, 175, 175);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-item-sec{
    margin-top: 20px;
    padding: 0 20px;
    scroll-margin-top: 80px; /* عالی برای اسکرول */
}

.profile-sec-title{
    font-size: 30px;
    display: flex;
    justify-content: right;
}

.profile-sec-title p::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2CFF05;
    margin-top: 3px;
}

.profile-sec-img{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.profile-sec-img img{
    width: 100%;
    border-radius: 15px;
}

.profile-sec-text{
    margin-top: 20px;
    background-color: rgb(12, 12, 12);
    padding: 20px;
    border-radius: 25px;
}

.profile-sec-text::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2CFF05;
    margin-bottom: 15px;
    border-radius: 100px;
    box-shadow: 3px 2px 10px #2CFF05; /* ویرایش کوچک: کاما اضافی حذف شد */
}

.experience-imgs img{
    width: 50%;
}

@media (max-width: 768px) {
    .navbar-ul {
        width: 90%;
        height: 45px;
        font-size: 12px;
        padding: 0px 15px;
    }
    
    .navbar-item {
        min-height: 44px;
    }
    
    .profile-item-sec {
        scroll-margin-top: 60px;
    }
}

.navbar-item:active,
.navbar-item:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
    .profile-item-sec {
        scroll-margin-top: 100px;
    }
    
    .navbar-ul {
        position: relative;
        z-index: 1000;
    }
}