@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;700&display=swap');

body{
    font-family:'Vazirmatn', sans-serif;
    line-height:2;
}
body{
    margin:0;
    background:#f8f4eb;
    color:#333;
    font-family:Tahoma,sans-serif;
    line-height:1.9;
}

header{
    text-align:center;
    padding:60px 20px;
}

.profile{
    width:220px;
    height:220px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #c8a96a;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

h1{
    color:#b08d57;
    font-size:44px;
    margin:20px 0 10px;
}

.job{
    font-size:22px;
    color:#666;
}

.quote{
    color:#8f6b32;
    font-style:italic;
}

section{
    max-width:900px;
    margin:40px auto;
    padding:35px;
    background:#fffdf8;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

h2{
    color:#b08d57;
    text-align:center;
    margin-bottom:25px;
}

.book{
    background:#ffffff;
    border-right:6px solid #c8a96a;
    border-radius:15px;
    padding:20px;
    margin:20px 0;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:transform .25s ease;
}

.book:hover{
    transform:translateY(-5px);
}

.book h3{
    margin-top:0;
    color:#8f6b32;
}

footer{
    text-align:center;
    padding:35px;
    color:#777;
}

.email-btn{
    display:inline-block;
    background:#b08d57;
    color:white;
    text-decoration:none;
    padding:14px 35px;
    border-radius:40px;
    font-size:18px;
    transition:.3s;
}

.email-btn:hover{
    transform:scale(1.05);
    background:#8f6b32;
}

.book-img{
    width:120px !important;
    height:180px !important;
    object-fit:cover;
    display:block;
    margin:0 auto 20px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

@media (max-width:768px){

.profile{
    width:170px;
    height:170px;
}

h1{
    font-size:34px;
}

section{
    margin:20px;
    padding:25px;
}

}
.book-img{
    width:120px !important;
    max-width:120px !important;
    height:auto !important;
    display:block !important;
    margin:20px auto !important;
    border-radius:12px;
}
.book{
    border:1px solid #eee;
}

.book h3{
    font-size:22px;
}

a{
    display:inline-block;
    margin-top:15px;
    padding:10px 20px;
    background:#b08d57;
    color:white;
    border-radius:25px;
    text-decoration:none;
}

a:hover{
    opacity:.8;
}
.profile-img{
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:50%;
    display:block;
    margin:20px auto;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
}
nav{
    background:#fff8ee;
    padding:15px;
    margin:20px auto;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    position:sticky;
top:0;
z-index:1000;
}

nav a{
    color:#8f6b32;
    text-decoration:none;
    margin:0 12px;
    font-weight:bold;
    font-size:18px;
}

nav a:hover{
    color:#c8a96a;
}
