body{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color:  rgb(12, 11, 12);
}

.sidebar {
  height: auto;
  width: 0;
  position: fixed;
  top: 0;
  left: 1070px;
  background-color: #2e2e2e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-radius: 10px ;
  opacity: 1;
  
}

.sidebar a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  color: rgb(226, 64, 91);
  display: block;
  transition: 0.3s;
  width: auto;
}

.sidebar a:hover {
  background-color: rgb(226, 64, 91);
  color: #2e2b2b;
}

.sidebar .closebtn {
  position: absolute;
  top: 20px;
  left: -50px;
  font-size: 25px;
  margin-left: 50px;
  width: auto;
}

#main {

  /* padding: 16px; */
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  /* background-color:  rgb(53, 45, 46); */
  color: rgb(226, 64, 91);
  border: none;
  padding: 10px 15px;
  position: sticky;
  top: 2%;
  right: 20%;
  height: 45px;

}

.openbtn:hover {
  background-color: rgb(226, 64, 91);
  color: #2e2b2b ;
  /* height: 50px; */

}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1000;
}

.popup h2 {
  margin: 0 0 10px;
  font-size: 18px;
  text-align: center;
  font-family: cursive;
}

.popup button {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  background-color: rgb(226, 64, 91);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup button:hover {
  background-color: rgb(172, 50, 70);
}


.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.back a{
  color:  rgb(226, 102, 123);
  font-size: 30px;
  font-family: cursive;

}
.pay{
  background-color: transparent;
  height: 350px;
  width: 750px;
  box-shadow: 0px 0px 1px 2px rgb(226, 102, 123); 
  /* margin: 120px; */
  position: relative;
  left: 17%;  
  top: 90px; 
  border-radius: 10px;


 
 }
.pay_top{
  display: flex;
  justify-content: space-around;
  gap: 290px;
}
.amount{
  display: flex;
}
.nxt{
  display: flex;
  justify-content: space-around;
  gap: 290px;
}
.first_inp{
  display: flex;
  justify-content: space-around;
  gap: 10px;
  
}
.first_inp  input{
  width: 300px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgb(226, 102, 123);
  padding-left: 10px;
  background-color: transparent;
  color:white;
}
.second_inp{
  display: flex;
  justify-content: space-around;
  gap: 10px;
  
}
.second_inp  input{
  width: 300px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgb(226, 102, 123);
  padding-left: 10px;
  background-color: transparent;
  color:white;
}

.logos img{
  width: 50px;
  height: 40px;
  margin-left: 20px;
}
.expire  input{
  width: 200px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgb(226, 102, 123);
  padding-left: 10px;
  background-color: transparent;
  color:white;
}
.midd{
  display: flex;
  justify-content: space-around;
}
.last{
  display: flex;
  justify-content: space-around;

}
#submit{
  width: 200px;
  background-color: c;
  color: white;
  background-color:  rgb(226, 102, 123);
  height: 30px;
}
#cancel{
  width: 200px;
  height: 30px;
  background-color:  rgb(226, 102, 123);
  color: white;
}
main{
  display: flex;
  justify-content: center;
  padding: 50px;
  /* position: relative; */
}
.movie-detail{
  display: flex;
}
.details{
  margin: 30px;
}
.details p{
  line-height: 3rem;
  color: white;
}
.details p strong{
  color: rgb(226, 102, 123);
}
.bg-detail{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
  filter: blur(5px);
  opacity: 0.5;
  
}
.detail-img {
border: 1px solid rgb(226, 102, 123);
width: 300px;
height: 400px;
border-radius: 10px;
 
}
.detail-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.navbar {
  background-color: #1e1e2f;
  color: white;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar h1 {
  margin: 0;
  font-size: 24px;
}

.navbar a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar a:hover {
  color: #e2405f;
}

/* Dashboard Section */
.dashboard {
  padding: 40px;
  text-align: center;
}

.dashboard h2 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
}

.card {
  background: linear-gradient(135deg, #e2405f, #ff6b81);
  color: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 1);
}

.card i {
  font-size: 50px;
  margin-bottom: 15px;
}

.card h2 {
  font-size: 22px;
  margin: 10px 0;
}

.card p {
  font-size: 18px;
  margin: 0;
}
.bg-darshboard{
  filter: blur(5px);
  opacity: 0.3;
 position: fixed;
 z-index: -999;
}
.darsh-box{
  width: 90%;
  height: 600px;
  border: 1px solid rgb(226, 102, 123);
  margin-top:  30px;
  margin-left: 57px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 1);
}
.darsh-icons{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  position: relative;
  left: 12px;
}
.darsh-account{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.darsh-icons a{
  color: rgb(226, 102, 123);
}
.darsh-icons a:hover{
  transform: translateY(-10%);
}
.darsh-left{
  display: inline-flex;
  flex-direction: column;
 
  gap: 50px;
  margin-left: 30px;
  padding: 20px;
}
.darsh-main{
  /* border: 1px solid rgb(226, 102, 123); */
  width: 60%;
  height: 480px;
  margin: 60px;
}
.box-content{
  display: flex;
}
.darsh-head{
  display: flex;
  justify-content: space-around;

}
#darsh-search{
  background-color: transparent;
 border: 1px solid rgb(226, 102, 123);
 border-radius: 20px;
  height: 30px;
  width: 200px;
  margin-top: 20px;
}
.darsh-search i{
  color: rgb(226, 102, 123);
}
.darsh-p{
  color: rgb(226, 102, 123);
  font-size: 25px;
  font-family:'Courier New', Courier, monospace;
  font-weight: 500;
  margin-top: 20px;
}
.darsh-main{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.head-box1{
 border: 1px solid rgb(226, 102, 123);
 width: 350px;
 height: 170px;
 margin: 20px;
 border-radius: 20px;
}
.head-box2{
  border: 1px solid rgb(226, 102, 123);
  width: 250px;
  height: 170px;
  margin: 20px;
  border-radius: 20px;
 }
 .set1{
  display: flex;
  gap: 35px;
 }
 .set2{
  display: flex;
 }
 .head-box p{
  color: rgb(226, 102, 123);
  font-weight: bold;
  margin-left: 20px;
 }
 .head-box3{
  border: 1px solid rgb(226, 102, 123);
  width: 200px;
  height: 170px;
  margin: 20px;
  border-radius: 20px;
 }
 .right-content1 a img{
  height: 40px;
  width: 60px;

 }
 .right-content1 p, .right-content2 h4 {
  color: rgb(226, 102, 123);
  font-weight: bold;
 }
 .right-content2 p a{
  color: white;
  line-height: 1.5rem;
  text-decoration: none;
 }
  .right-content2 p a:hover{
    color: rgb(105, 90, 93);
    text-decoration: underline;
  }
 .right-content1{
  display: flex;
  flex-direction: column;
  gap: 20px;
 }
 .darsh-right{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  
  margin-left: 30px;
  
 }
 .right-content1 p a img{
  display: flex;
  justify-content: center;
  gap: 10px;
 }