.logo img {
    width: 100px;
    align-items: center;
    display: flex;

}

header.niha.foradmin {
    position: relative;
}

.niha {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #0b3f4a;
    position: fixed;
    right: 0%;
    left: 0%;
    top: 0%;
    z-index: 99;
    flex-direction: column;
}

.logo {
    display: flex;
    justify-content: right;
    gap: 15px;
    align-items: center;

}

.banner img {
    width: 100%;
}

.details ul {
    display: flex;
    list-style: none;
    gap: 75px;
    align-items: center;

}

.details {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgb(252, 237, 219);
    height: 70px;
    width: 100%;


}

.details ul a {
    border-right: solid 1px rgb(12, 12, 12);
    color: #0b3f4a;
    min-width: 80px;
    text-decoration: none;

}


.details ul a:last-child {
    border-right: none;

}

.logo h1 {
    color: rgb(252, 237, 219);
}

.item img {
    width: 200px;
}

.banner {
    height: 600px;
    overflow: hidden;
    margin-top: 100px;
}

.paras {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(238, 238, 184);

}

.para {
    padding: 20px;
    border-right: solid 2px rgb(168, 25, 73);
    flex: 1;
}

.para:last-child {
    border-right: none;
}

.uliner {
    border-bottom: solid 2px rgba(168, 25, 73);
    padding: 20px;
    color: rgb(76 76 53);

}

.paras span {
    color: brown;
}

h4 {
    bottom: 20px;
}

h5 {
    color: rgb(104, 24, 50);
}

.mehandi img {
    width: 100%;
}
.rahma img {
    width: 100%;
    border-radius: 13px;
   
}

.mehandi {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
   
}
.rahma {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
}
.rahma a{
    width: 100%;
}
.henna {
    border: solid 1px #d3d3d3;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    cursor: pointer;
}
.fida {
    border: solid 1px #d3d3d3;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    cursor: pointer;
}

.henna img {
    width: 100%;
    height: 400px;

}
.fida img {
    width: 100%;
    height: 400px;

}

.titleSec {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000059;
    text-align: center;
    color:white;
    height: 0;
    transition: 0.5s all ease-in-out;
}

.mehandi:hover .titleSec {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease-in-out;
}

.titleSec h4 {
    font-size: 22px;
    margin: 0;
}

.titleSec h5 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}
.logo h4{
    color: #d3d3d3;
    animation-name: heartFadeInOut; 
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-direction: alternate;

}

 @keyframes heartFadeInOut {
  0% {
    opacity:1;
  }
  14% {
    opacity:1;
  }
  28% {
    opacity:1;
  }
  42% {
    opacity:0;
  }
  70% {
    opacity:0;
  }
 }
.bridalpackages{
    display: flex;
    gap: 5px;
}
.bridalpackages  {
 margin-bottom: 50px;
}
.bridalpackages .rahma img {
    width: 100%;
    max-height: 260px;
}
.bridalpackages .rahma h3 {
    font-size: 20px;
    font-style: italic;
    position: relative;
     margin: 0%;
    padding: 0%;
}
.bridalpackages .rahma p{
    
    margin: 0%;
    padding: 0%;
    
}
.videosSet {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(5,1fr);
}
.footer{
display: flex;
gap: 180px;
}
.sec-foot{
    min-height: 40px;
    background-color: black;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 31px 0;
    
}
.use{
    flex: 1;
}
.mkd{
    flex:1;
}
.contact{
    flex: 1;
}
.mkd .photos{
    display: grid;
    grid-template-columns: repeat(3,1fr);
   

    
}
.mkd .photos div{
    height: 100px;
    overflow: hidden;
    
}
video{
    border: solid 4px rgb(202, 197, 197);
    background-color: #d3d3d3;
}
.con-detail{
    display: flex;
    align-items: center;
}
.photos{
    border: 1px;
    color: black;
}
.banner{
 
}
.above h2{
justify-content: center;
}
.colour{
    background-color: rgb(252, 237, 219);
}
.menulist{
    position: fixed;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background-color: #000000b0;
    z-index: 9;
    display: none;
    /* width: 200px; */
    left: 0;
}
.menubutton{
    display: none;
}
#menuli{
    display: none;
    color: white;
}
#menublock i{
    color: white;
}
.menulist ul{
    list-style: none;
    gap: 20px;
    text-align: center;
}

.menulist ul li a{
    color:beige;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 12px;
    display:inline-block;
}
#closemenu{
    position: absolute;
    right: 0;
}
.banner-inner img{
    width: 100%;
}

.contactSec h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.consecer{
    display: flex;
    max-width:400px
    
}
.contactSec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.socialSet img{
    width: 100%;
}
.socialSet {
    height: 260px;
    overflow: hidden;
}
footer{
    background-color: #eee;
}
.banner myvedio{
    height: 400px;
    width: 400px;
}
.banner.gallerybanner{
    height: auto;
}
.mkd .photos div img{
    width: 100%;
}




/* .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
} */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
      z-index: 999;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup img{
    width: 100%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.good-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.good-table th,
.good-table td {
  padding: 12px 16px;
  text-align: left;
}

.good-table thead {
  background-color: #4f46e5;
  color: #ffffff;
}

.good-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.good-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

.good-table tbody tr:hover {
  background-color: #eef2ff;
}

.good-table td img{
    width: 100px;
}

.niha.foradmin{
    position: relative;
}
.btnAdder{
    background-color: green;
    padding: 10px;
    color: #fff;
}
.admin-header{
    min-height: 60px;
}