*{
    margin: 0px auto;
    padding: 0;
    box-sizing: border-box;
}
.header{
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    position: sticky;
    background-color: rgb(243, 246, 248);
    top: 0px;
    z-index: 1;
}
.header .logo img{
    height: 50px;
    width: 150px;
    border-radius: 20%;
}
.header ul {
    display: flex;
    list-style-type: none;
    gap: 40px;
    position: relative;
}
.header ul li a{
        text-decoration: none; 
        color: rgb(12, 12, 12);
}
.main .bcg{
    position: relative;
}
.main .bcg .div1
{
    height: 500px;
    width: 1000px;
    position: absolute;
    background-position: top center;
    clip-path: polygon(1% 0, 100% 0, 71% 100%, 1% 100%);
    background-image: url(https://wallpapercave.com/wp/wp10464471.jpg);
}
.main .bcg .div2{
    height: 226px;
    width: 600px;
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 2% 100%);
    position: absolute;
    left: 55%;
    top: 271px;
    background-position: top;
    background-image: url(https://wallpapercave.com/wp/wp10464471.jpg);
}
.main .bcg .div3{
    height: 240px;
    width: 450px;
    left: 66%;
    top: 0px;
    clip-path: polygon(35% 0, 100% 0%, 100% 100%, 3% 100%);
    position: absolute;
    background-position: top left;
    background-image: url(https://wallpapercave.com/wp/wp10464471.jpg);
}
.about-us{
    margin-top: 530px;
}
.about-us .time .video iframe{
    height: 450px;
    width: 750px;
    margin-left: 10px;
} 
.about-us .time{
    display: flex;
    gap: 10px;
}
.ticket{
    height: 450px;
    width: 500px;
     background-color: rgba(128, 128, 128, 0.158);
}
.ticket h1{
    font-size: 55px;
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.897);
}
.ticket p{
    font-size: 20px;
    width: 75%;
    margin-top: 30px;
    color: rgba(119, 105, 105, 0.979);
}
.about-us .time .ticket .Weekends{
    display: flex;
} 
.ticket .Weekends h5{
    font-size: 20px;
    margin-top: 50px;
     color: rgb(153, 147, 95);
} 
.ticket h3{
    font-size: 25px;
    border: 3px solid rgb(231, 120, 79);
    width: fit-content;
    padding: 8px 45px;
    margin-top: 50px;
}
/* works */
.title h1{
    font-size: 40px;
    margin-top: 30px;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.808);
}

.work{
    height: 600px;
    width: 600px;
    display: grid;
    gap: 30px;
    margin-left: 40px;
    margin-top: 10px;
    grid-template-columns: repeat(4,300px);
    grid-template-rows: repeat(2,300px);
 }
 
 .work img{
    height: 100%;
    width: 100%; 
    border-radius: 12px;
    object-fit: cover;
    filter: blur(2px);
}

.work img:hover{
filter: blur(0.1px);
}
img:nth-child(1){
    grid-row: 1/3;
    grid-column: 1/2;
}
img:nth-child(2){   
    grid-row: 1/2;
    grid-column: 2/3;
}
img:nth-child(3){
    grid-row: 2/3;
    grid-column: 2/3;
}
img:nth-child(4){
    grid-row: 1/3;
    grid-column: 3/4;
}
img:nth-child(5){
    grid-row: 1/2;
    grid-column: 4/5;
}

img:nth-child(6){
    grid-row: 2/3;
    grid-column: 4/5;
} 

/* Prices */

.Prices{
    display: flex;
    margin-top: 45px;
}
.Prices .Price .wrapper h4{
      color: rgb(65, 62, 62);
      padding: 5px 5px;
      font-size: 40px; 
      margin-top: 40px;
      margin-bottom: 40px;
      text-decoration: underline;
}
.Prices .Price .info h2{
    color: rgb(65, 62, 62);
    font-size: 24px; 
}
.Price ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin-top: 110px;
    margin-right: 80px;
    
}
.Price p{
width: 80%;
font-size: 16px;
padding: 0px 10px;
}
.Price h2{
    display: flex;
    align-items: start;
    text-decoration:underline;
    flex-direction: column;
}
.Price .info{
    height: 400px;
    width: 600px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    column-gap: 30px;
    background-color: rgba(128, 128, 128, 0.158);
    
}
.Price .wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
 .Price ul li a{
    text-decoration: none;
    font-size: 24px;
    color: rgba(110, 71, 44, 0.911);
 }
 /* testimonial  */
 .testimonial h1{
    color: rgb(65, 62, 62);
    margin-left: 30px;
    margin-top: 10px;
    text-decoration: underline;
 }
 .testimonial .notes{
    height: 400px;
    width: 670px;
    background-color: rgba(128, 128, 128, 0.158);
     }
     .testimonial h1{
        font-size: 35px;
     }
.note a{
    text-decoration: none;
    font-size: 30px;
   display: flex;
   justify-content: center;
    
    padding: 40px 10px;
    font-family:sans-serif;
    
    color: #63421dc7;
}
.notes{
    display: flex;
}
.note{
    
    font-family:cursive;
    font-size: 20px;
    color: rgb(85, 67, 67);
}
.note p{
    padding: 0px 15px;
}
.note h3{
    color: #63421dc7;
    padding: 20px 40px;
    font-family:sans-serif;
    text-decoration: underline;
}
.notes .img img{
  height: 120px;
  width: 120px;
  margin-top: 7px;
  margin-right: 5px;
  border-radius: 50%;
}

/* blog */
.our-blog{
     display: flex;
    margin-top: 30px;


}
.card img{
    height: 350px;
    width: 180px;
    object-fit: cover;
}
.card img:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.card{
    display: flex;
    height: 350px;
    width: 410px;
     border: 1px solid rgb(240, 207, 207);
    background-color: rgba(228, 168, 125, 0.959);
}
.card:hover{
    color: rgb(88, 23, 23);
    background-color: rgba(126, 101, 83, 0.514);
}
.our p{
    font-size: 20px;
    padding: 80px 10px;
    width: 90%;
    font-family: sans-serif;
    color: rgba(117, 76, 62, 0.836);
}
.our span{
    font-size: 16px;
    color: rgba(20, 20, 20, 0.884);
}
.icons{
    display: flex;
    justify-content: space-around;
}

/* footer */

.main-cantant{
    height: 400px;
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
    background-color: rgb(243, 245, 247);
    color: rgb(22, 21, 21);
    gap:80px;
}
.main-cantant  h2{
    color: rgb(17, 17, 17);
    margin-top: 10px;
    gap: 20px;
   
}
.main-cantant .cantant ul li a {
    color: rgb(19, 18, 18);
    text-decoration: none;
    margin-top: 20px;
    }
.left-box ul {
   list-style-type: none;
   color: rgb(10, 10, 10);
}
.cantant ul{
display: flex;
gap: 15px;
padding: 0;
margin-top: 20px;
flex-direction: column;
}
 .social{
margin-top: 30px;
}
.social a i{
    font-size: 30px;
    margin-top: 20px;
    margin-left: 5px;
}
.fa-square-facebook{
    color: rgb(31, 34, 202);
}
.fa-square-instagram{
    color: rgb(151, 7, 74);
}
.fa-square-twitter{
    color:rgb(82, 205, 209);
}
.fa-youtube{
    color: darkred;
}
.places{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.center-box span{
    display: flex; 
}
.center-box2 {
    margin-top: 130px;
}
.center-box2 .time h4{
    margin-top: 15px;
}
.content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
.content .btn button{
    padding: 5px 20px;
    margin-top: 5px;
    margin-left: 10px;
}
.map iframe {
 margin-top: 10px;
}

