body {
    margin: 0;
    background: #FFFBF1; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  
  }
  .menu1 ul {
    display: flex;
    gap: 20px;
    list-style: none;
  }
  
  .menu1 li a {
    text-decoration: none;
    color: #3a1f1a;
    font-size: 28px;
    font-weight: 400;
  }
  .mainlogo{
    width: 493px;
    height: 256px;
  }
  .logo{
    width: 100px;
    height: 52px;
    margin-top: 20px;
    position: absolute;
    left: 50px;
  }
  .headercontainer1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   padding-right: 100px;
   padding-left: 100px;
    box-sizing: border-box;
    z-index: 999;
    position: fixed;
  }
  .hero {
    width: 100%;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: 120vh;
  }

  .hero-text {
    /* width: 45%; */
      z-index: 3;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: left;
      float: left;
      height: 100%;
      padding-left: 80px;
  }

  .hero-text p {
    color: #392316;
    width: 671px;
    font-family: "Inria Serif";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
  }

  .buttons {
    display: flex;
    gap: 1rem;
  }

  .btn {
    background-color: #3a1f1a;
    color: #fff;
    padding: 0.9rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Inria Serif";
  }

  .btn:hover {
    background-color: #ffffff00;
    border: 2px solid #3a1f1a;
    color: #3a1f1a;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }

  .hero-img {
    position: relative;
    /* width: 65%; */
    display: flex;
    justify-content: flex-end; 
    align-items: flex-start;
    float: right;
  }

  .hero-img img.bg {
        width: 100%;
        height: 100vh;
        z-index: 1;
        float: right;
  }


  .hero-img img.big-plate {
    position: absolute;
    top: 7%;    
    width: 105%;
    z-index: 2;
    animation: bigplatemove 0.5s forwards ease-in-out;
    transform: translateX(100%);
  }
 @keyframes bigplatemove  {
  100% {transform: translateX(35%);}
 }
 .section-2{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding-right: 10%;
 }
 .left-sec2{
  flex: 1;
  width: 50%;  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
 }

 .pattern {
  position: absolute;
  top: 1.5%;
  left:10%;
  width: 50%;         
  height: 59vh;
  background: url("assets/Group\ 19.png") no-repeat left center;
  background-size: cover;
  z-index: 1;
}
.wara23enab{
  position: relative;
  width: 70%;
  z-index: 2;
  animation: spin 30s linear infinite;
}
.right-sec2{
  width: 50%;
  gap: 20px;
}
.right-sec2 h2{
  color: #361B18;
  font-weight: 700;
font-size: 64px;
font-family: "Inria Serif";
}
.right-sec2 p{
  color: #392316;
  font-size: 26px;
font-family: "Inria Serif";
font-weight: 400;
}
@keyframes spin { 
  from { transform: rotate(0deg); }           
  to{ transform: rotate(360deg); } }
.section-3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}
.left-sec3{
  flex: 1;
  padding: 20px;
  padding-left: 100px;
}
.left-sec3 h1{
  font-size: 94px;
  color: #361B18;
  margin: 0;
}
.left-sec3 p{
  margin: 15px 0;
  color: #5c4444;
  font-size: 20px;
  font-weight: 200;
  width: 320px;
  margin-bottom: 30px;
}
.middle {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle img {
  width: 680px;
  border-radius: 50%;
  transition: 0.4s ease;
}
.right-sec3{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}
.menu-item {
  background: #f0d9b5;
  padding: 25px 40px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 220px;         
  text-align: left;
}
.menu-item:hover {
  background: #361B18;
  color: #FFFFFF;
  width: 260px;      
}

.section-4{
  text-align: center;
  padding: 60px 20px;
  width: 100%;
  height: 100vh;
  flex-direction: column;
}
.section-header {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.section-header h2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  text-align: center;
  color: #361B18;
  font-size: 74px;
  font-weight: 600;
  margin-bottom: 30px;
}
.section-header p{
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  text-align: center; 
  color: #361B18;
  font-size: 18px;
  font-weight: 400;
  width: 80%;
  margin-top: 0;
}

.cards {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-top: 40px;
  opacity: 0;
  transform: translateX(150px);
  transition: all 1.2s ease;
}

.card {
  background: #f0d9b5;
  border-radius: 15px;
  padding: 20px;
  width: 260px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card img {
  width: 70%;
  border-radius: 50%;
  margin-bottom: 15px;
}

.card button {
  background: #3c1e13;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.card button:hover {
  background: #5a2c1e;
}

.hth{
margin-top: 50px;
}

.animate h2,
.animate p {
  opacity: 1;
  transform: translateY(0);
}

.animate .cards {
  opacity: 1;
  transform: translateX(0);
}
.section-5{
  background-image: url(assets/Group\ 20.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-5 h1{
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 35%;
  margin-bottom: 90px;
}
.email-form {
  display: flex;
  width: 45%;
  border-radius: 80px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Input field */
.email-form input {
  flex: 1;
  padding: 25px 40px;
  border: none;
  outline: none;
  font-size: 1.5rem;
  border-radius: 80px 0 0 80px;
  color: #2d1b18;
}

.email-form input::placeholder {
  color: #4a4a4a;
  opacity: 0.8;
  font-size: 20px;
}

/* Submit button */
.email-form button {
  background-color: #2d1b18;
  color: white;
  border: none;
  padding: 0 70px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0 80px 80px 0;
  transition: background 0.3s ease;
}

.email-form button:hover {
  background-color: #4b302c;
}
.footer {
  background-color: #f8f3e9;
  color: #2d1b18;
  padding: 40px 60px;
  border-top: 2px solid #2d1b18;
  border-bottom: 2px solid #2d1b18;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: left;
  flex-direction: column;
  width: 36%;

}

.footer-left p {
  line-height: 1.6;
  font-size: 1.1rem;
  margin-top: 90px;
  
}

.footer-center {
  flex: 1 1 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plate {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  animation: spin 30s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* -------- Right Section -------- */
.footer-right {
  flex: 1 1 300px;
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  gap: 45px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  gap: 45px;
}

.column p {
  margin: 8px 0;
  cursor: pointer;
}

.column p:hover {
  text-decoration: underline;
}

.contact h3 {
  margin-top: 15px;
  font-size: 1.4rem;
}

.social {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.social img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(14%) sepia(11%) saturate(903%) hue-rotate(322deg) brightness(91%) contrast(91%);
}

.phone {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone img {
  width: 20px;
}







/* ========== TABLET VIEW (≤ 1200px) ========== */
@media (max-width: 1200px) {
  .headercontainer1 {
    padding: 0 50px;
  }

  .menu1 ul {
    gap: 15px;
  }

  .menu1 li a {
    font-size: 28px;
  }

  .hero {
    flex-direction: column;
    height: auto;
  }

  .hero-text {
    padding-left: 40px;
    align-items: center;
    text-align: center;
  }

  .hero-text p {
    width: 90%;
    font-size: 24px;
  }

  .mainlogo {
    width: 350px;
    height: auto;
  }

  .hero-img {
    /* justify-content: center;
    align-items: center;
    float: none;
    width: 55%;
    margin-top: 2rem; */
    position: relative;
    /* width: 65%; */
    display: flex;
    justify-content: flex-end; 
    align-items: flex-start;
    float: right; display: none;
  }

  .hero-img img.bg {
    /* width: 100%;
    height: auto; */
    width: 100%;
    height: 100vh;
    z-index: 1;
    float: right;
  }

  .hero-img img.big-plate {
    /* top: 10%;
    width: 90%;
    transform: translateX(0);
    animation: none; */
    position: absolute;
    top: 7%;    
    width: 105%;
    z-index: 2;
    animation: bigplatemove 0.5s forwards ease-in-out;
    transform: translateX(100%);
  }

  .buttons {
    flex-direction: row;
    justify-content: center;
  }

  .section-2 {
    flex-direction: column;
    text-align: center;
    padding: 60px 5%;
  }

  .left-sec2, .right-sec2 {
    width: 100%;
  }

  .pattern {
    width: 60%;
    height: 40vh;
    left: 50%;
    transform: translateX(-50%);
  }

  .wara23enab {
    width: 60%;
  }

  .right-sec2 h2 {
    font-size: 50px;
  }

  .right-sec2 p {
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
  }

  .btn {
    margin-top: 20px;
  }
  .section-3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 5%;
  }

  .left-sec3 {
    padding-left: 0;
  }

  .left-sec3 h1 {
    font-size: 70px;
  }

  .left-sec3 p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto 30px;
  }

  .middle img {
    width: 400px;
  }

  .right-sec3 {
    align-items: center;
  }

  .menu-item {
    border-radius: 50px;
    width: 250px;
  }

  .menu-item:hover {
    width: 270px;
  }
  .section-4 {
    height: auto;
    padding: 80px 40px;
  }

  .section-header h2 {
    font-size: 58px;
  }

  .section-header p {
    width: 90%;
    font-size: 17px;
  }

  .cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .card {
    width: 280px;
  }

  .card img {
    width: 75%;
  }
  .section-5 {
    height: auto;
    padding: 80px 40px;
  }

  .section-5 h1 {
    width: 60%;
    font-size: 38px;
    margin-bottom: 60px;
  }

  .email-form {
    width: 70%;
  }

  .email-form input {
    padding: 20px 30px;
    font-size: 1.2rem;
  }

  .email-form button {
    padding: 0 50px;
    font-size: 20px;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left {
    width: 70%;
  }

  .footer-left p {
    margin-top: 40px;
    font-size: 1rem;
  }

  .footer-center {
    margin: 40px 0;
  }

  .plate {
    width: 200px;
    height: 200px;
  }

  .footer-right {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-links {
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .headercontainer1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }

  .logo {
    position: static;
    margin-bottom: 10px;
  }

  .menu1 ul {
    flex-direction: row;
    gap: 10px;
  }

  .menu1 li a {
    font-size: 18px;
  }

  .hero {
    height: auto;
    text-align: center;
  }
  .hero-img {
    display: none;
  }
  .big-plate{
    display: none;
  }
  .hero-img {
    display: none;
  }
  .img.bg{
    display: none;
  }

  .hero-text {
    padding-left: 0;
    align-items: center;
  }
  .hero-img {
    display: none;
  }

  .mainlogo {
    width: 250px;
    height: auto;
  }

  .hero-text p {
    width: 95%;
    font-size: 18px;
    line-height: 1.5;
  }

  .buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    width: 180px;
    font-size: 0.9rem;
  }

  .hero-img img.big-plate {
  display: none;
  }
  .section-2 {
    padding: 40px 5%;
    gap: 30px;
  }

  .pattern {
    width: 80%;
    height: 30vh;
  }

  .wara23enab {
    width: 80%;
  }

  .right-sec2 h2 {
    font-size: 36px;
  }

  .right-sec2 p {
    font-size: 18px;
  }

  .btn {
    font-size: 0.9rem;
    padding: 0.7rem 1.5rem;
  }

  .left-sec3 h1 {
    font-size: 42px;
  }

  .left-sec3 p {
    font-size: 16px;
    width: 100%;
  }

  .middle img {
    width: 250px;
    margin-bottom: 30px;
  }

  .menu-item {
    width: 200px;
    padding: 15px 25px;
    font-size: 14px;
   
  }

  .menu-item:hover {
    width: 220px;
  }

  .btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
  .section-4 {
    padding: 60px 15px;
    height: auto;
  }

  .section-header h2 {
    font-size: 40px;
  }

  .section-header p {
    font-size: 15px;
    width: 85%;
  }

  .cards {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .card {
    width: 80%;
    padding: 15px;
  }

  .card img {
    width: 65%;
  }

  .card h3 {
    font-size: 20px;
  }

  .card p {
    font-size: 15px;
  }

  .card button {
    padding: 8px 18px;
    font-size: 14px;
  }
  .footer-left{
    width: 100%;
    text-align: center;
  }
  .section-5 {
    height: auto;
    padding: 60px 20px;
  }

  .section-5 h1 {
    width: 100%;
    font-size: 26px;
    margin-bottom: 40px;
  }

  .email-form {
    flex-direction: row;
    width: 80%;
    border-radius: 40px;
  }

  .email-form input {
    border-radius: 40px 40px 0 0;
    padding: 15px 20px;
    font-size: 18px;
    text-align: center;
  }

  .email-form button {
    border-radius: 40px 0 0 40px;
    padding: 15px;
    font-size: 18px;
    width: 100%;
  }
  .footer {
    padding: 30px 20px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-left p {
    font-size: 0.95rem;
  }

  .plate {
    width: 160px;
    height: 160px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
  }

  .footer-right {
    gap: 20px;
  }

  .contact h3 {
    font-size: 1.2rem;
  }

  .social img, .phone img {
    width: 18px;
  }
}

