/* Top Navigation Bar */
body,html{
    overflow-x: hidden;
}
.m-top-bar{
    background-color: #3a4157;
    color: white;
    display: flex;
}
.m-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    position:absolute;
    right:20px;
    margin-top:20px;
}

.m-social-icon{
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
}

.m-social-icon:hover {
    transform: scale(1.2);
}

.top-bar {
    background-color: #3a4157;
    color: white;
    width:73%;
    display: flex;
    position:absolute;
    right:0;
    border-radius: 0 0 0 30px;
    overflow:hidden;
    white-space: nowrap;
    list-style: none;
    gap:50px;
    padding:10px;
}
.tn{
    color:white;
    text-decoration: none;
    font-size: 20px;
}

.nav-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    position:absolute;
    right:50px;
}

.nav-social-icon{
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
}

.nav-social-icon:hover {
    transform: scale(1.2);
}

.visit{
    border:0;
    background-color:goldenrod;
    padding:10px 20px 10px 20px;
    border-radius:5px;
    color:white;
}
.visit:hover {
    background-color: #3a4157;
    border:3px solid goldenrod;
}

.domain{
    color: goldenrod;
    font-family: 'Times New Roman',serif;
     font-size: 40px;
     font-weight: bold;
     letter-spacing: 2px;
     text-transform: uppercase;
     padding: 20px;
}
.ni{
    color:#3a4157;
}
.mq{
    background: goldenrod;
    color:#3a4157;
    height:40px;
    padding-top: 2px;
    font-size: 20px;
    font-style:bold;
    font-weight:400px;
    margin-bottom: -7px;
}




.img-gallery-title{
    color:goldenrod;
    font-size:40px;
    font-weight: 600;
}
.image_contant{
    color:white;
    padding:20px;
}
.space{
    height:6vh;
}
.im-card{
    padding: 30px;
}
.text-changing::before {
    content: "Birthday";
    animation: animate infinite 5s;
    padding: 20px;
    color:goldenrod;
}

@keyframes animate {

    0% {
        content: "Baby Shower";
    }

    50% {
        content: "Anniversary";
    }

    75% {
        content: "Bride To Be";
    }
}

.clc{
    border:0;
    border-radius:5px;
    box-shadow: 4px 4px 10px gray;
    padding:20px;
    margin:20px;
}
.cake{
    font-size: 30px;
}
.cb{
    color:#3a4157;
    font-size:20px;
}
.clc:hover{
     background-color: #3a4157;
     color:white;
}
.clc:hover h1{
    color:white;
}
.img-gallery1{
    height:550px;
    border-radius:25px;
}
.image-gallery-content{
    padding:20px 0 30px 0;
}
.book-now1{
    border:0;
    background-color: #3a4157;
    padding:10px 20px 10px 20px;
    border-radius:5px;
    color:white;
}
.book-now1:hover{
    background-color:white;
    border:3px solid goldenrod;
    color:goldenrod;
}
.img-gallery2{
    height:400px;
    border-radius:25px;
}
.quote{
    font-size:40px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.quote-span{
    color:goldenrod;
}
.empty-div{
    height:40px;
}


/* Footer Styling */
.footer {
    background-color: #3a4157;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.footer-section {
    padding: 15px;
}

.footer-title {
    color: goldenrod;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.social-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.2);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: goldenrod;
}

/* Floating WhatsApp Icon */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.whatsapp-icon{
    width: 60px;
    transition: transform 0.3s ease-in-out;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}
.image_gallery_h1{
    color:#3a4157;
    text-align: center;
}
.ins{
    text-decoration: none; 
    border:0;
    border-radius:5px;
    font-size: 20px;
    font-weight: 700;
    color:white;
}
.booking_submit_btn{
    background-color: #3a4157;
    color: white;
    margin-bottom:20px;
}
.d{
    font-size:50px;
    font-weight: 500;
    color:#2a2b2c;
    padding:20px;
}
.list{
    list-style: none;
}
.list-item{
    font-size: 20px;
    padding-left: 20px;
}
.amt{
    font-size: 50px;
    font-weight:100;
}

/*packages*/
.packages {
    background-color:#3a4157;
    font-family: Arial, sans-serif;
}
.package-card{
    margin-bottom: 30px;
}
.package-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.package-title {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
    margin-top: -40px;
    display: inline-block;
    color: black;
}

.yellow-bg {
    background-color: #ffcc00;
}

.red-bg {
    background-color: #d9534f;
    color: white;
}

.package-description {
    font-size: 1rem;
    margin-top: 10px;
    color:white;
}

.package-features {
    font-size: 0.9rem;
    color: #aaa;
}

.package-pricing {
    font-size: 1rem;
    font-weight: bold;
    color: white;
}

.btn-dark {
    background-color: #444;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    color: white;
    text-decoration: none;
}

.btn-dark:hover {
    background-color: #666;
}


/*main div */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6));
    z-index: -1;
  }

  .content {
    max-width: 90%;
    padding: 20px;
  }

  .content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .content p {
    font-size: 1.25rem; /* Increased paragraph size */
    line-height: 1.7;
    margin-bottom: 2rem;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .buttons a {
    background-color:goldenrod;
    color: white;
    padding: 14px 28px; /* Larger buttons */
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem; /* Bigger font size for buttons */
  }

  .buttons a:hover {
    background-color:#3a4157;
    color: white;
  }

  @media (min-width: 600px) {
    .content h1 {
      font-size: 3.5rem;
    }

    .content p {
      font-size: 1.4rem;
    }

    .buttons {
      flex-direction: row;
      justify-content: center;
    }

    .buttons a {
      margin: 0 12px;
    }

}  
@media (max-width: 432px) {
    .content h1{
        font-size: 2rem;
    }
    .content p{
        font-size: 0.8rem;
    }
}

@media(min-width:768px) and (max-width:1000px){

    .main_div{
        margin-top:30px;
    }
}

@media(min-width:1000px)
{
    .main_div{
        margin-top:10px;
    }
}