 body {
     margin: 0px;
     padding: 0px;
     font-family: "Work Sans", sans-serif;
     font-optical-sizing: auto;
     font-weight: 400;
     font-style: normal;
 }

 .frauncesfont {
     font-family: "Fraunces", serif;
     font-optical-sizing: auto;
     font-weight: 400;
     font-style: normal;
     font-variation-settings: "SOFT" 0, "WONK" 0;
 }

 .container {
     max-width: 1240px;
     margin: auto;
     width: auto;
     padding: 0px 15px;
 }

 .container {
     max-width: 1240px;
     margin: auto;
     width: auto;
     padding: 0px;
 }

 img {
     max-width: 100%;
     width: 100%;
 }

 a,
 a:hover,
 a:active {
     text-decoration: none;
 }

 header {
     background-color: #fff;
     position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  

 }

 header .headmnbx .headbx {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 32px 0;
 }

 header .headmnbx .headbx .headlogo a img {
     width: 22px;
     height: 32px;
 }

 header .headmnbx .headbx nav ul {
     display: flex;
     gap: 20px;
     list-style: none;
 }

 header .headmnbx .headbx nav ul li a {
     color: #78716c;
     font-size: 14px;
     font-weight: 400;
 }
 header .headmnbx .headbx nav ul li a:hover {
    text-decoration: underline;
    color: #E3B08F;
}
 .aboutouter {
     display: flex;
     margin-top: 252px;
 }

 .product {
     text-align: center;
     width: 30%;
 }

 .background-text {
     width: 59%;
     padding: 0px;
     margin-top: 84px;
 }

 .background-text h3 {
     color: #1C1917;
     font-size: 36px;
     font-weight: 400;
     line-height: 44px;
     font-family: "Fraunces", serif;
     transform: translateY(0);
     animation: textMoveUp 1.2s ease forwards;
 }
 .background-text h3 a {
    color: #1C1917;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    font-family: "Fraunces", serif;
}

 .details p {
     color: #000000a1;
     margin-bottom: 28px;
     width: 75%;
     font-weight: 400;
     padding: 0px 0 26px 0;
     font-size: 19px;
 }
 .main.aboutdetail {
    margin-top: 130px;
}
 .career {
    width: 900px;
    align-items: center;
    margin: 0 auto;
}

.career p{
    font-size: 14px;
    color: #78716C;
    margin: 0 0 62px 0;
    font-weight: 500;
}

 ul.workhistory {
     display: flex;
     position: relative;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 ul.workhistory li {
     padding-left: 15px;
     flex-flow: column;
     position: relative;
     margin-bottom: 80px;
 }

 ul.workhistory li .staricon {
     position: absolute;
     top: -20px;
     left: -7px;
 }

 ul.workhistory li::before {
     width: 1px;
     background-color: #E7E5E4;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     content: "";
 }

 ul.workhistory li::after {
     width: 1px;
     background-color: #E3B08F;
     height: 70%;
     position: absolute;
     top: 0;
     left: 0;
     content: "";
 }

 ul.workhistory li .year {
     font-size: 18px;
     color: #E3B08F;
     display: flex;
     padding-bottom: 10px;
 }

 ul.workhistory li .beginning {
     font-size: 18px;
     color: #333333;
     display: flex;
    font-style: italic;
 }

 ul.workhistory li .dis {
     font-size: 18px;
     color: #333333;
     display: flex;
     margin-top: 24px;
 }

 .design{
    width: 780px;
    align-items: center;
    margin: 0 auto;
 }

 .design h2 {
    color: #1C1917;
    font-size: 26px;
    font-family: "Fraunces", serif;
    font-weight: 600;
    margin: 44px 0 26px 0; 
}

.design p {
    text-decoration: none;
    padding: 0 0 36px 0;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4;
}

.writer {
    margin: 0px;
    padding: 0px;
}

.writer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.writer ul li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: #F5F5F5;
    padding: 24px 0px;
    border-radius: 20px;
    margin: 5px -5px;
}
.line-4{
    padding: 0px 0 50px;
}
.line-4 hr {
    height: 1px;
    border: 0;
    background: transparent;
    border-top: 1px dotted #e7e5e4;
  }

.clientdetails {
    margin: 0px;
    padding: 0 30px;
    display: inline;
}

.clientdetails p {
    margin: 10px 0;
    padding: 0px;
    margin-top: 0px;
    color: #333333;
    font-size: 16px;
    font-family: "Fraunces", serif;
    font-weight: 600;
}

.clientdetails span {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 14px;
}

.travel {
    margin-top: 70px;
}
.cinemaboard{
    padding: 0px;
   
}
.header1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header1 span {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.content-grid {
    display: flex;
    gap: 20px;
}

.card1 {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 60%;
    border: 1px solid #e7e5e4;
    box-shadow: rgba(0, 0, 0, 0.12) 0.120437px 0.361312px 0.533199px -1px, rgba(0, 0, 0, 0.11) 0.457707px 1.37312px 2.02635px -2px, rgba(0, 0, 0, 0.08) 2px 6px 8.85438px -3px;
}
.card2 {
    flex: 1;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 40%;
    border: 1px solid #e7e5e4;
    box-shadow: rgba(0, 0, 0, 0.12) 0.120437px 0.361312px 0.533199px -1px, rgba(0, 0, 0, 0.11) 0.457707px 1.37312px 2.02635px -2px, rgba(0, 0, 0, 0.08) 2px 6px 8.85438px -3px;
}

.card-content {
    padding: 15px 16px;
}

.card1 .card-content1 {
    padding: 20px;
}
.card-title{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}


.card1 .card-title1 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
}

.card1 .card-icon {
    margin-left: 2px;
    font-size: 14px;
}

.card1 .card-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
}

.card1 .image-gallery {
    display: flex;
    gap: 5px;
    padding: 0 16px 22px;
}

.card1 .gallery-image {
    border-radius: 16px;
    overflow: hidden;
}

.card1 .gallery-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}


.card2 .card-content1 {
    padding: 20px;
}

.card2 .card-title1 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.card2 .card-icon {
    margin-left: 5px;
}

.card2 .card-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
}

.card2 .image-gallery {
    display: flex;
    gap: 5px;
    padding: 0 14px 22px;
}

.card2 .gallery-image {
    border-radius: 16px;
    overflow: hidden;

}

.card2 .gallery-image img {
    object-fit: cover;
    height: 245px;
    width: 145px;
    border-radius: 16px;
}

.footerslider{
    margin: 20px 0;
    /* filter: drop-shadow(-12px 51px 30px rgba(0.5, 0.3, 0.10, 0.10)) */
}
.message{
    margin: 0px;
    padding: 0px;
 }
 .email{
    margin: 0px;
    padding: 0px;
 }
.email h4{
    font-size: 26px;
    color: #1C1917;
    font-weight: 500;
    font-family: "Fraunces", serif;
 }
.email nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0px;
    margin: 48px 0;
}

.email nav ul li a {
    color: #78716c;
    font-size: 18px;
    font-weight: 400;
  
}
.email nav ul li a img{
    width: 14px;
    height: 14px;
    margin: 0 0 -2px 0;
 }
.email nav ul li a:hover {
    color: #E3B08F;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
  
 }

.portfolio{
    margin: 84px 0 0 0;
    padding: 0px;
}
.portfo{
    width: 780px;
    margin: 0 auto;
}
.portfo span{
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

  /* Timeline structure */
  .timeline {
    position: relative;
    padding: 40px 0;
}

/* Each year section */
.year-section {
    position: relative;
    margin-bottom: 60px;
}

/* Individual timeline entries */
.timeline-entry {
    position: relative;
    margin-left: 48px;
    padding-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline-entry.active {
    opacity: 1;
    transform: translateY(0);
}

/* Timeline line for each year section */
.timeline-line {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 3px;
    height: calc(100% - 40px);
    background-color: #E7E5E4;
    z-index: 1;
    border-radius: 20px;
}

/* Active portion of the timeline line */
.timeline-line-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #E3B08F;
    transition: height 0.3s ease;
    z-index: 2;
    border-radius: 20px;
}

/* Star marker at the beginning of each year */
.timeline-star {
    position: absolute;
    left: 3px;
    top: -14px;
    width: 20px;
    height: 20px;
    color: #E3B08F;
    font-size: 24px;
    transform: translateX(-50%);
    z-index: 3;
}

/* Gap between years */

/* Year heading */
.year {
    font-size: 18px;
    font-weight: 400;
    color:#E3B08F;
    margin-bottom: 10px;
}

/* Title text */
.title {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
    color: #333333;
    font-weight: 400;
}

/* Content blocks */
.content-block {
    line-height: 1.6;
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.content-block.visible {
    opacity: 1;
    transform: translateY(0);
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

/* Line break between content blocks */
.line-break {
    height: 40px;
    margin: 10px 0 30px;
    position: relative;
}

/* Styling elements */
.highlight {
    color: #f4b942;
}

.heart {
    color: red;
}
.slider{
    padding: 40px 0 0 0;
}
.slider .img{
    padding: 75px 0px 0 0;
    width: 100%;
    height: 100%;
}
.card-section {
    margin: 0px;
}


.image-card {
    z-index: 10;
    width: 350px;
    height: 400px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(0) rotateY(0);
    transition: transform 0.6s ease;
    animation: appearAndTilt 1s ease forwards;
}

.image-card img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(-4px 65px 31px rgba(0.5, 0.2, 0.10, 0.10))
    
}

.card-details h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.card-details p {
    font-size: 1rem;
    opacity: 0.9;
}

.controls {
    text-align: center;
    margin-top: 20px;
}


/* Animations */
@keyframes appearAndTilt {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(20deg) rotateY(-20deg) translateZ(-100px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) translateZ(0);
    }
}

@keyframes textMoveUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}