body {
    font-family: 'Baskerville', serif;
    margin: 0;
    padding: 0;
    background-color: #f3beb7;
    color: #333;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #a06273;
    border-bottom: 1px solid #ccc;
  }
  
  .logo {
    font-family: 'Great Vibes', cursive;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
  }
  
  .main-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
  }
  
  .main-nav a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
  }
  
  .hero {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 40px 40px;
    flex-wrap: wrap;
  }
  
  .hero-images img {
    width: 400px;
    height: auto;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  .hero-text {
    text-align: center;
    max-width: 300px;
  }
  
  .hero-text h1 {
    font-size: 36px;
    margin: 10px 0;
  }
  
  .hero-text span {
    display: block;
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    color: #a06273;
  }
  
  .hero-text p {
    font-size: 26px;
    font-weight: 300;
    margin-top: 5px;
  }
  
  .statement {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    margin-top: 40px;
  }
  
  .statement-image img {
    width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  .statement-text {
    max-width: 400px;
    padding: 20px;
  }
  
  .statement-text h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    color: #a06273;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .statement-text p {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .btn {
    display: inline-block;
    padding: 8px 14px;
    background-color: #a06273;
    color: white;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .btn:hover {
    background-color: #874f60;
  }
  
footer {
    text-align: center;
    padding: 1rem;
    background: #a06273;
    color: white;
}
.name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .about-container {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 40px;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  
  .about-image {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .about-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .about-text {
    max-width: 500px;
    text-align: left;
  }
  
  .about-text h1{
    font-size: 50px;
    margin-top: 100px;

  }

  .about-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  
  .about-text p {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 100px;
  }
  
    .about-image {
      flex-direction: row;
      margin-bottom: 10px;
      margin-right: 200px;
    }
  
    .about-image img {
      width: 600px;
      height: 600px;
      
      
    }
  


.slider-container {
    position: relative;
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
  }
  .slider {
    position: relative;
    overflow: hidden;
  }
  
  .slide {
    display: none;
    width: 100%;
    max-height: 1000px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #a06273;
  }
  
  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a06273;
    color: white;
    font-size: 24px;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
  }
  
  .prev {
    left: -40px;
  }
  
  .next {
    right: -40px;
  }
.mywork h1 {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 20px;
}
.mywork {
    font-size: 26px;
    margin-bottom: 20px;
    padding: 20px;
}