*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.container{
    width: 1140px;
    margin: auto;
}

.d-flex{
    display: flex;
    justify-content: space-between;
}


.header{
    padding: 30px 0px;
    background: #eef6f8;
}  

.logo{
  
    height: 100px;
}

.logo img{
    width: 100%;
    height: 100%;
}



.navbar ul li i{
    color: #000;
    margin-left: 2px;
    font-size: 12px;  
 
    
}

.navbar ul li {
    display: inline-block;
    padding: 10px;
}
.navbar ul li a{
    color: #333;
    font-size: 18px;
    font-weight: normal;
    
}

.navbar ul li a:hover{
    color: #b97f1e;  
}

.dropdown{
    display: none;
}

ul li:hover .dropdown{
    display: block;
    position: absolute;
    margin-top: 10px;
    width: 300px;
    
}

.dropdown ul li{
    display: block;
    background: #fff;
    border-bottom: 1px solid #333;
    padding: 0px;
}
.dropdown ul li a{
    color: #000;
    display: block;
    padding: 10px 10px;
}

.dropdown ul li:hover a{
    background: #b97f1e;
    color: #fff;
}


.contact a button{
    border: none;
    padding: 15px 25px;
    background: #b97f1e;
    color: #fff;
    font-size: 18px;
    border-radius: 30px; 
}

.contact a button:hover{
    border: 2px #b97f1e solid;
    color: #b97f1e;
    background: none;
    transition: 1s;
}


.slider{
    background: #eef6f8;
    padding-top: 20px;
}

.left{
    padding-left: 180px;
    padding-top: 70px;
    padding-bottom: 50px;
}

.left h1{
    font-size: 64px;
    margin-top: 15px;
    font-family: "Playfair Display";
}

.left p{
    color: #555555;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 20px;
    width: 80%;
    margin-bottom: 50px;
}

.left a{
    background: #b97f1e;
    color: #fff;
    padding: 20px 30px;
    border-radius: 30px;
}

.left a:hover{
    border: 2px #b97f1e solid;
    transition: 1s;
    color: #b97f1e;
    background: none;
}

.right{
    width: 65%;
    padding-right: 80px;
}

.right img{
    width: 100%; 
}

.about{
    padding-bottom: 0px;
    
}

.about img{
    margin-top: 130px;
}

.left-2{
    width: 42%;
    padding-top: 80px;
}

.left-2 img{
    width: 100%;
    height: 500px;
    border-radius: 50px 50px 0px 50px;
}

.right-2{
    padding-left: 100px;
    width: 58%;
}

.bird{
    text-align: right;
}

.right-2 h5{
    color: #b97f1e;
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 400;
}

.right-2 h2{
    font-weight: 700;
    font-size: 55px;
    margin-top: 25px;
    font-family: "Playfair Display";
}

.right-2 p{
    font-size: 20px;
    color: #555555;
    font-weight: normal;
    font-family: Sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 70px;
}

.right-2 a{
    border: 2px #b97f1e solid;
    padding: 20px 30px;
    border-radius: 50px;
    color: #b97f1e;
    font-size: 18px;
}

.right-2 a:hover{
    background: #b97f1e;
    color: #fff;
    transition: 1s
}

.dream{
    background: #eef6f8;
    padding: 100px 0px;
}



.event{
    text-align: center;
}

.event h5{
    color: #b97f1e;
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 400;
}

.event h2{
    font-weight: 700;
    font-size: 55px;
    margin: auto;
    margin-top: 25px;
    font-family: "Playfair Display";
    width: 35%;
}

.planning{
    width: 32%;
    border-radius: 30px 30px 0px 30px;
    background: #fff;
    margin-top: 50px;
    padding-bottom: 50px;
}

.planning:hover{
    border-bottom: 5px #b97f1e solid;
}

.planning img{
    width: 100%;
    height: 220px;
    border-radius: 30px 30px 0px 0px;
}

.planning h5{
    font-family: "Playfair Display";
    font-size: 25px;
    font-weight: 600;
    margin: 40px 35px 25px 35px;
}

.planning p{
    font-family: "Playfair Display";
    margin: 0px 35px;
    font-size: 19px;
    color: #555555;
    line-height: 1.6;
}

.view{
    text-align: center;
}

.view a button{
    border: none;
    border-radius: 50px;
    padding: 20px 40px;
    color: #fff;
    background: #b97f1e;
    font-size: 18px;
    margin-top: 60px;
}



.bounce-hover{
    transition: transform 1s;
}

.bounce-hover:hover{
    animation: bounce 1s ease;
    background: none;
    border: 2px #b97f1e solid;
    color: #b97f1e;
}

@keyframes bounce{
    0%{transform: translatey(0);}
    30%{transform: translatey(-15px);}
    50%{transform: translatey(0);}
    70%{transform: translatex(7px);}
    100%{transform: translatex(-10px);}

}

.work{
    background-image: url(../images/img-5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    
}

.done{
    /* opacity: 0.8;
    background: #F4A492; */
    padding: 100px 0px;

}

.won{
    border-radius: 30px 30px 0px 30px;
    background: #fff;
    text-align: center;
    padding: 40px 0px;
    width: 22%;
}

.won-2{
    background: #b97f1e;
    border-radius: 100%;
    padding: 20px;
    margin: auto;
    width: 45%;
    height: 100px;
    text-align: center;
}



.won h2{
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
    color: #555555;
    margin-top: 20px;
}

.won p{
    font-size: 18px;
    color: #b97f1e;
    margin-top: 7px;
}

.services{
    padding: 150px 0px;
}

.left-3{
    width: 40%;
    padding-top: 60px;
}

.left-3 h5{
    font-size: 25px;
    font-weight: 400;
    color: #b97f1e;
    font-family: "Playfair Display";
    margin-bottom: 20px;
}

.left-3 h2{
    font-family: "Playfair Display";
    font-size: 50px;
    font-weight: 700;
}

.left-3 p{
    font-size: 20px;
    font-family: "Playfair Display";
    color: #555555;
    margin-top: 20px;
    line-height: 1.6;
}

.right-3{
    width: 50%;
}

.vendor{
    width: 48%;
    margin-top: 30px;
}

.vendor h5{
    font-family: Sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0px;
}

.vendor p{
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

.visual{
    background: #eef6f8;
    padding: 150px 0px;
}

.show{
    text-align: center;
}

.show h5{
    font-size: 22px;
    font-weight: 400;
    color: #b97f1e;
    font-family: Sans-serif;
    margin-bottom: 20px;
}



.show h2{
    font-family: "Playfair Display";
    font-size: 50px;
    font-weight: 700;
    width: 49%;
    margin: auto;
}

.case{
    width: 32%;
    margin-top: 50px;
}

.case img{
    width: 100%;
    height: 400px;
    border-radius: 50px;
}

.plan{
    padding-top: 100px;
}

.left-4{
    width: 45%;
    padding-left: 180px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.left-4 h5{
    font-size: 22px;
    font-weight: 400;
    color: #b97f1e;
    font-family: Sans-serif;
    margin-bottom: 20px;
}

.left-4 h2{
    font-size: 64px;
    margin-top: 15px;
    font-family: "Playfair Display";
}

.left-4 p{
    color: #555555;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    width: 88%;
    margin-bottom: 50px;
    font-family: Sans-serif;
}

.left-4 a{
    background: none; 
    border: 2px #b97f1e solid;
    color: #b97f1e;
    
    padding: 20px 30px;
    border-radius: 30px;
}

.left-4 a:hover{
    background: #b97f1e;
    color: #fff;
    transition: 1s;
}

.right-4{
    width: 45%;
    padding-right: 150px;
}

.right-4 img{
    width: 100%; 
}

.our-services{
    padding: 50px 0px;
}

.our{
    text-align: center;
}

.our h5{
    font-size: 22px;
    font-weight: 400;
    color: #b97f1e;
    font-family: Sans-serif;
    margin-bottom: 20px;
}

.our h2{
    font-family: "Playfair Display";
    font-size: 50px;
    font-weight: 700;
}

.our p {
    font-size: 20px;
    font-family: "Playfair Display";
    color: #555555;
    margin-top: 20px;
    line-height: 1.6;
}
.owl-carousel .item {
    border-radius: 15px;
    padding-bottom: 10px;
 
 
  }
  


.wedding{
    
    box-shadow: 1px 1px 5px 3px rgba(224,211,224,1);
     text-align: center;
     border-radius: 15px;
     margin-top: 30px;
}

.wedding img{
    width: 100%;
    height: 250px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.wedding h4{
    font-size: 22px;
    color: #b97f1e;
    margin-top: 20px;
}

.wedding p {
    font-size: 16px;
    font-family: "Playfair Display";
    color: #555555;
    margin: 20px 10px 0px 10px;
    line-height: 1.6;
    text-overflow: ellipsis;
}

.btn{
    padding: 30px 45px;
}

.btn a{
    color: #fff;
    background: #b97f1e;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

.btn a:hover{
    border: 2px #b97f1e solid;
    background: none;
    color: #b97f1e;

}

.btn button{
    border: none;
    background: none;
}

.btn button a:hover{
   
    border: none;
    border-radius: 10px;
}

.btn button a{
    background: #fff;
    padding: 14px 15px;
    color: #b97f1e;
    border: 2px #b97f1e solid;
   
}






.make{
    background: #eef6f8;
    padding: 100px 0px;
}

.select{
    text-align: center;
}

.select h2{
    font-size: 50px;
    font-family: "Playfair Display";
    margin-bottom: 20px;
}

.select p{
    width: 57%;
    color: #555555;
    font-size: 20px;
    margin: auto;
    line-height: 1.6;
}

.form-container {
    background-color: white;
    padding: 40px 100px;
    margin-top: 50px;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
  }

  .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  label {
    margin-bottom: 8px;
    font-weight: 500;
  }

  .input-icon {
    display: flex;
    align-items: center;
    background-color: #eff8f9;
    border: 1px solid #e0eeee;
    border-radius: 30px;
    padding: 20px 15px;
  }

  .input-icon i {
    margin-right: 10px;
    color: #b97f1e;
  }

  .input-icon input,
  .input-icon select {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
    color: #333;
  }

  .submit-btn {
    margin-top: 10px;
    background-color: #b97f1e;
    border: none;
    color: white;
    font-size: 16px;
    padding: 20px 160px;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 25px;
  }

  .submit-btn:hover {
    background-color: #fff;
    color: #b97f1e;
   
  }

  @media (max-width: 768px) {
    .form-row {
      flex-direction: column;
    }
  }

/* 
   .footer-logo{
      background: url("/images/footer_backgroud.jpg");
      width: auto;
      padding: 50px;
   } */


   .footer {
    padding: 60px 0;
    background: #fff;
  }

.lets{
    padding: 60px 100px;
}  

.start h3{
    font-size: 40px;
    font-weight: 700;
    font-family: "Playfair Display";
}

.more a{
    background: #b97f1e;
    color: #fff;
    padding: 20px 30px;
    border-radius: 30px;
}

.more a:hover{
    background: #fff;
    border: 2px #b97f1e solid;
    transition: 1s;
    color: #b97f1e;
}

.more button{
    border: 2px #b97f1e solid;
    background: #fff;
    color: #b97f1e;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 16px;
    margin-left: 10px;
}

.more button:hover{
    background: #b97f1e;
    color: #fff;
    transition: 1s;
}
  
  .footer-container {
    max-width: 1400px;
    margin: auto;
  }
  
  .footer-logo-box {
    flex: 1 1 300px;
    text-align: center;
    width: 500px;
    height: 450px;
    border-radius: 50%;
    padding: 40px;
    background: #eef8f9;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  


  .logo-circle{
    background: #eef8f9;
    border-radius: 50px;
  }
  
  .logo-img {
    width: 120px;
    margin: auto;
    margin-bottom: 15px;
  }
  
  .footer-logo-box p {
    font-size: 16px;
    color: #444;
    padding: 0 20px;
    margin-top: 15px;
  }
  
  .social-icons {
    margin-top: 20px;
  }
  
  .social-icons a {
    margin: 0 8px;
    color: white;
    background: #3b5998;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
  }
  
  .social-icons a:nth-child(2) {
    background: #00acee;
  }
  
  .social-icons a:nth-child(3) {
    background: #db4a39;
  }
  
  .social-icons a:nth-child(4) {
    background: #db4a39;
  }
  
  .footer-links {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    padding-left: 20px  ;
    text-align: left;
    margin-top: 50px;
  }
  
  .footer-links h3 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-right: 50px;
    font-weight: 400;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0 10px 20px;
  }
  
  .footer-links ul li {
    margin-bottom: 18px;
  }
  
  .footer-links ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
  }
  
  .footer-links ul li a:hover {
    color: #b97f1e;
  }
  
  .footer-contact {
    flex: 1 1 219px;
   padding-left: 20px;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  
  .contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .contact-box .icon {
    width: 45px;
    height: 45px;
    background-color: #aad4d1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
  }
  
  .contact-box .label {
    font-weight: 500;
    color: #b97f1e;
    margin-bottom: 10px;
  }

  .contact-box a{
    color: #000;
  }





/* sohial */

.text-center{
    justify-content: center;
}

.center{
    text-align: center;
}

.box-height{
    height: 500px;
}



        /* Unique Classes */
        .my-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, padding 0.5s ease;
            background: #f9f9f9;
            border-radius: 5px;
            position: absolute;
            width: 300px;
        }
        .my-dropdown ul {
            padding: 0px;
        }

        .my-dropdown ul li{
            border-bottom: #000 1px solid;
            width: 300px;
        }
        .my-dropdown ul li:hover a{
            color: #fff;
        }
        .my-dropdown ul li:hover{
            background-color: #b97f1e;
            
        }
        
        .my-list-item {
            position: relative;
        }
        .my-toggle {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 5px;
           
        }
        .my-caret {
            transition: transform 0.3s ease;
        }
        .my-dropdown ul li a{
            font-size: 16px;
        }
        /* Hover Effects */
        .my-list-item:hover .my-dropdown {
            max-height: 396px; /* enough height */
            padding: 10px 0;
        }
        .my-list-item:hover .my-caret {
            transform: rotate(180deg);
        }

        .navbar {
            position: relative;
            left: 0%;
          }
          
          .menu-toggle {
            display: none;
            font-size: 24px;
            background: none;
            border: none;
            cursor: pointer;
            z-index: 10;
          }
          
          .menu {
            display: flex;
            flex-direction: row;
            list-style: none;
            transition: max-height 0.5s ease, opacity 0.5s ease;
          }
          .menu li {
            position: relative;
          }
          .menu a {
            text-decoration: none;
            padding: 10px;
            display: block;
            color: #333;
            font-weight: 500;
            transition: color 0.3s;
          }

          .menu a:hover {
            color: #e91e63;
          }
          
          .my-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, opacity 0.4s ease;
            opacity: 0;
          }
          
.my-dropdown.open {
    max-height: 500px;
    opacity: 1;
  }
          
         
          
          @media (max-width: 768px) {
            .menu-toggle {
              display: block;
            }
          
            .menu {
                flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
              
            }
            .my-dropdown.menu {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.4s ease;
              }
              
              .my-dropdown.open {
                max-height: 500px;
              }
              
          
            .menu.active {
                max-height: 1000px;
                opacity: 1;
                text-align: ju;
            }
          
            .my-list-item .my-dropdown {
              position: static;
            }

            .sohail-1{
                display: none;
            }
          }
          
        



  @media(max-width: 1024px){

    .container{
        width: 90%;
    }

    .header{
        width: 100%;
    }

   

    .logo{
        order: 1;   
        
    }

    .contact{
        order: 2;
    }

    .navbar{
        order: 2;
        width: 80%;
      
    }

    .slider{
        padding-top: 35px;
        
    }

    .left{
        padding: 0px 0px 0px 80px;
    }

    .left h1 {
        font-size: 48px;
    }

    .left p{
        font-size: 15px;
    }

    .right{
        padding-right: 40px;
    }

    .right img{
        height: 450px;
    }

    .left-2{
        padding-top: 0px;
    }

    .left-2 img{
        height: 430px;
    }

    .bird{
        padding-top: 0px;
    }
    .right-2 {
        padding-left: 80px;
    }    

    .right-2 h2{
        font-size: 40px;
    }

    .right-2 p{
        font-size: 15px;
    }

    .event h2{
        font-size: 40px;
        width: 40%;
        margin-top: 20px;
    }

    .dream {
        padding: 50px 0px;
    }

    .planning img{
        height: 200px;
    }

    .planning h5 {
        font-size: 20px;
    }    

    .planning p{
        font-size: 15px;
    }

    .done{
        padding: 60px 0px;
    }

    .done-2{
        flex-wrap: wrap;
        padding: 0px 60px;
    }

    .won{
        width: 35%;
        margin-top: 20px;
    }

    .services {
        padding: 80px 0px;
    }

    .services-2{
        flex-wrap: wrap;
    }

    .left-3{
        width: 80%;
        margin: auto;
        text-align: center;
        padding-top: 0px;
    }

    .left-3 h5{
        font-size: 20px;
    }

    .left-3 h2 {
        font-size: 40px;
    }    

    .left-3 p{
        font-size: 15px;
    }

    .right-3{
        width: 90%;
        margin: auto;
    }

    .vendor{
        text-align: center;
        padding-top: 50px;
    }

    .vendor h5{
        font-size: 21px;
    }

    .vendor p{
        font-size: 15px;
    }

    .visual {
        padding: 50px;
    }

    .show h5{
        font-size: 20px;
    }

    .show h2{
        font-size: 40px;
        width: 80%;
    }

    .case img{
        height: 300px;
    }

    .our h2{
        font-size: 40px;
    }

    .wedding{
        margin-top: 10px;
    }

    .btn{
        padding: 10px 10px;
    }

    .plan {
        padding-top: 50px;
    }

    .left-4{
        padding-left: 20px;
        padding-top: 80px;
    }

    .left-4 h2{
        font-size: 35px;
    }

    .left-4 p{
        font-size: 15px;
    }

    .right-4{
        padding-right: 20px;
        width: 55%;
    }

    .right-4 img{
        height: 520px;
    }

    .left-4 h5{
        font-size: 20px;
    }

    .make {
        padding: 50px 0px;
    }

    .select h2{
        font-size: 40px;
    }

    .select p{
        font-size: 15px;
    }

    .lets {
        padding: 60px 0px;
    }

    .footer-container{
        flex-wrap: wrap;
    }

    .footer-logo-box{
        width: 100%;
        margin: auto;
        order: 1;
    }

    .footer-links{
        width: 45%;
        order: 2;
    }

    .footer-contact{
        width: 45%;
        order: 3;
    }

  }



  @media(max-width: 960px){

    .navbar {
        order: 2;
        width: 80%;
    }

    .menu-toggle {
        position: relative;
        left: 75%;

    .container{
        width: 95%;
    }

    .left {
        padding: 0px 0px 0px 20px;
    }

    .left h1{
        font-size: 32px;
    }

    .right{
        width: 80%;
    }

    
    .about{
        padding-top: 0px;
    }

    .left-2 {
        width: 50%;
    }
    
    .right-2 {
        padding-left: 45px;
    }

    .right-2 h2 {
        font-size: 32px;
    }

    .bird {
        padding-top: 0px;
        margin-top: -60px;
    }

    .bird img{
        width: 100px;
        height: 100px;
    }

    .event h2 {
        font-size: 32px;
        width: 63%;
    }

    .planning{
        width: 32%;
    }
    
    .planning img{
        height: 180px;
    }

    .planning h5{
        margin-left: 15px;
        font-size: 18px;
    }

    
    .planning p{
        margin-left: 15px;
        font-size: 15px;
    }

    .won {
        width: 45%;
    }
    
    .left-3 h2 {
        font-size: 32px;
    }

    .vendor h5 {
        font-size: 18px;
    }

    .show h2 {
        font-size: 32px;
    }    

    .case img {
        height: 250px;
    }

    .left-4 h2 {
        font-size: 32px;
    }

    .our-services {
        padding: 50px 0px;
    }

    .our h5{
        font-size: 20px;  
    }

    .our h2 {
        font-size: 32px;
    }

    .wedding h4 {
        font-size: 18px;
    }
    
    .btn{
        padding: 30px 60px;
    }

    .btn a{
        font-size: 14px;
    }

    .start h3 {
        font-size: 32px;
        margin-top: 10px;
    }    

    .footer{
        padding-top: 30px;
    }

    .lets{
        padding-top: 30px;
    }
  }
  .menu-toggle{
    position: relative;
    left: 80%;
    top: 25%;
  }

  .menu{
    position: relative;
    right: 20%;
    top: 15%;
  }
}





  @media(max-width: 768px){
    .menu-toggle{
        left: 80%;
    }

 
    .navbar {
        order: 2;
        width: 86%;
    }
    .container{
        width: 85%;
    }

    .slider-2{
        flex-wrap: wrap;
        padding-top: 0px;
    }

    .left{
        text-align: center;
        margin: auto;
    }

    .left h1 {
        font-size: 32px;
    }

    .left p {
        font-size: 15px;
        width: 95%;
        margin: auto;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .left a{
        padding: 15px 20px;
    }

    .right {
        width: 80%;
        margin: auto;
        padding-top: 50px;
        padding-right: 0px;
    }

    .right img {
        height: 370px;
    }

    .about-2{
        flex-wrap: wrap;
    }

    .left-2 {
        padding-left: 10px;
        width: 60%;
        margin: auto;
        text-align: center;
        padding-top: 0px;
    }

    .left-2 img {
        height: 360px;
    }

    .right-2{
        padding-top: 50px;
        text-align: center;
        width: 100%;
        margin: auto;
        padding-left: 15px;
    }

    .right-2 h2 {
        font-size: 32px;
    }

    .right-2 h5{
        font-size: 22px;
    }

    .right-2 p {
        font-size: 15px;
        margin-bottom: 50px;
    }

    .bird{
        display: none;
    }

    .event h5{
        font-size: 18px;
    }

    .event h2 {
        font-size: 24px;
    }

    .planning-2{
        flex-wrap: wrap;
        padding: 0px 50px;
    }

    .planning{
        width: 48%;
    }

    .left-3 h2 {
        font-size: 32px;
    }

    .left-3 h5 {
        font-size: 22px;
    }

    .left-3 p{
        font-size: 15px;
    }

    .vendor p {
        font-size: 15px;
    }

    .show h5 {
        font-size: 22px;
    }

    .show h2 {
        font-size: 32px;
        width: 100%;
    }

    .case-2{
        flex-wrap: wrap;
    }

    .case{
        width: 100%;
        margin: auto;
        margin-top: 30px;
    }

    .case img {
        height: 350px;
    }

    .plan-2{
        flex-wrap: wrap;
    }

    .left-4 {
        padding-left: 20px;
        padding-top: 80px;
        width: 80%;
        text-align: center;
        margin: auto;
    }

    .left-4 p{
        width: 100%;
    }
    
    .right-4 {
        padding: 0px 50px;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    
    .band{
        flex-wrap: wrap;
    }

    .wedding{
        width: 95%;
        margin: auto;
        margin-top: 40px;
    }
    .wedding img{
        height: 300px;
    }

    .btn {
        padding: 20px 30px;
    }

   

    .select h2 {
        font-size: 32px;
    }

    .lets{
        flex-wrap: wrap;
    }

    .start{
        width: 100%;
        text-align: center;
    }

    .more{
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

  }

 





  @media(max-width: 640px){
    .container{
        width: 100%;
    }

    .header-2{
        padding: 0px 10px;
    }

    .logo{
        margin: auto;
    }

    .contact {
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }

    .navbar{
        width: 100%;
        text-align: center;
        margin: auto;
        padding-top: 20px;
    }

    .navbar ul li a{
        font-size: 15px;
    }

    .about{
        padding-top: 0px;
    }

    .left-2{
        width: 80%;
        padding-top: 0px;
    }

    .planning {
        width: 100%;
    }

    .won {
        width: 100%;
    }

    .left-3 h2 {
        font-size: 24px;
    }

    .vendor-2{
        flex-wrap: wrap;
    }

    .vendor{
        width: 100%;
    }

    .right-4 img{
        height: 350px;
    }

    .our{
        padding: 0px 20px;
    }

    .our h2 {
        font-size: 24px;
    }

    .our p {
        font-size: 15px;
    }       

    .wedding{
        width: 90%;
    }

    .wedding img{
        height: 250px;
    }

    .btn{
        padding: 20px 50px;
    }

    .select p{
        width: 90%;
    }


.submit-btn{
    padding: 20px 60px;
}

.menu-toggle{
    left: 90% !important;
}








  }  





  .my-dropdown {
    display: block;
    position: absolute;
    background: var(--bg-color);
    padding: 1.2rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
    min-width: 250px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.my-list-item:hover .my-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.my-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-dropdown li {
    
    transition: all 0.3s ease;
}

.my-dropdown li:hover {
    transform: translateX(10px);
}

.my-dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--text-color);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.my-dropdown a:hover {
    background: var(--primary-color);
    color: white;
}

.my-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    justify-content: center;
}

.my-caret {
    transition: transform 0.3s ease;
}

.my-list-item:hover .my-caret {
    transform: rotate(180deg);
}


@media (max-width: 768px) {
    .my-dropdown {
        position: static;
        min-width: 100%;
        transform: none;
        box-shadow: none;
        padding: 0;
        margin-top: 0.5rem;
        background: #f8f9fa;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .my-list-item.active .my-dropdown {
        display: block;
        animation: slideDown 0.3s ease forwards;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .my-dropdown li {
        margin: 0;
    }

    .my-dropdown a {
        padding: 0.8rem 1rem;
        border-radius: 8px;
    }

    .my-list-item.active .my-caret {
        transform: rotate(180deg);
    }

    .menu.active {
        display: flex;
        animation: slideIn 0.4s ease;
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
}

/* sohail */

.header-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0rem;


    position: relative;
}

.logo img {
    max-width: 100px;

    transition: var(--transition);
}

.menu-toggle {
    display: none;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: var(--bg-color);
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    left: 100%;
    z-index: 100;
}

.menu-toggle:hover {
    background: var(--hover-color);
    transform: scale(1.05);
}

.menu {
    display: flex;
    gap: 1.0rem;
    list-style: none;
    align-items: center;
    justify-content: end;
}

.menu a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
}

.menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
}

.menu a:hover::after {
    width: 100%;
}

.menu a:hover {
    color: var(--primary-color);
}

.my-dropdown {
    display: none;
    position: absolute;
    background: var(--bg-color);
    padding: 1.2rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
    min-width: 200px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition);
}

.my-dropdown ul {
    list-style: none;
}



.my-list-item {
    position: relative;
}

.my-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.my-caret {
    transition: var(--transition);
}

.my-list-item:hover .my-caret {
    transform: rotate(180deg);
}

.my-list-item:hover .my-dropdown {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px) translateX(-50%);
    }

    to {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }
}

@media (max-width: 768px) {
    .header-2 {
        padding: 1rem 2rem;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-toggle.active {
        background: var(--hover-color);
        transform: rotate(90deg);
    }

    .menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;

        width: 300px;
        background: var(--bg-color);
        flex-direction: column;
        padding: 6rem 2rem 2rem;
        gap: 0rem;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: var(--transition);
        z-index: 99;
    }

    .menu.active {
        display: flex;
        animation: slideIn 0.4s ease;
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0);
        }
    }

    .my-dropdown {
        position: static;
        box-shadow: none;
        padding: 0.8rem;
        transform: none;
        left: 0;
        width: 100%;
        background: #f8f9fa;
        margin-top: 1rem;
        border-radius: 8px;
    }

    .my-list-item.active .my-dropdown {
        display: block;
        animation: fadeIn 0.3s ease;
    }

    .my-list-item.active .my-caret {
        transform: rotate(180deg);
    }
}

@media (max-width: 576px) {
    .header-2 {
        padding: 1rem;
    }

    .logo img {
        max-width: 120px;
    }

    .menu {

        padding-top: 5rem;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
        font-size: 20px;
        left: 90%;
    }
}

:root {

    --hover-color: #a06b18;
    --text-color: #333;
    --bg-color: #fff;
    --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}