@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');
.textCenter p{
    font-size: 38px;
    line-height: 55px;
    margin: 30px 25px;
    text-shadow: 0 0 2px #CFCFEA;
    font-family: "Cedarville Cursive", cursive !important;
    margin-left: -30px;
    color: #CFCFEA;
    margin-bottom: 80px;

}
.textCenter{
    text-align: center;
    margin: 30px 0;
    position: relative;
    
}
#contact-btn{
    border: 1px solid #CFCFEA;
    box-shadow: 0 0 5px #CFCFEA;
    border-radius: 8px;
   
}


.nav-links{
    z-index: 90;
    position: fixed;
    top:0;
    width:100%;
    background: linear-gradient(to top right, #cfcfea6f, #070707);
    opacity: 1;
    height: 70px;
    box-shadow: 0 0 20px #070707;
    
    
}
a{
    text-decoration: none;
}
a:hover{
    text-shadow: 0 0 3px #CFCFEA;
}
.nav{
    z-index: 100;
    display: flex;
    list-style-type: none;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
}
.nav li p{
    color:#CFCFEA;
    padding: 10px 10px;
    margin: 0 30px;
    
}
#galbtn{
    border: 1px solid #CFCFEA;
    box-shadow: 0 0 5px #CFCFEA;
    border-radius: 20px;
    padding: 15px 50px;


}
.galp{
    color: #CFCFEA;
    font-size: 25px;
    
}
.back-img{
  background-image: url('pics/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1000px #070707 inset;
}
#Services{
  padding: 60px 0 40px 0 ;
  color: #070707;
  text-shadow: 0 0 5px #070707 !important;
  
}
.flexed{
  display:flex;
}
.flexed p{
    /* text-shadow: 0 0 10px #070707 !important; */
    padding: 40px 20px 20px 20px;
    margin-top: 0px;
    margin-left: 20px;
    color: #070707 !important;
    background:linear-gradient(to top right #cfcfea #070707 );
    box-shadow: 0 0 50px #070707;
    font-weight: 700;
    text-shadow: 0 0 5px #070707;
}
.flexed img{
    width: 5000px;
    height: 700px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 80px;
  box-shadow: 0 0 50px  #070707;
}
#package{
    margin-top: 70px;
}
.pack{
    display: flex;
    margin: 50px 0;
}
.item1,.item2,.item3,.item4{
    border: 1px solid #CFCFEA;
    margin: 10px 10px;
    width: 400px;
    height: 450px;
    padding: 20px;
    
}
.item1{
    background-image: url('pics/cam1.jpeg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 100px  #070707 inset;
}
.item2{
    background-image: url('pics/cam2.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 100px  #070707 inset;
}
.item3{
    background-image: url('pics/cam3.jpeg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 100px  #070707 inset;
}
.item4{
    background-image: url('pics/cam4.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 100px  #070707 inset;
}
.item1:hover{
    
    box-shadow: 0 0 30px #CFCFEA;
}
.item2:hover{
    
    box-shadow: 0 0 30px #CFCFEA;
}
.item3:hover{
    
    box-shadow: 0 0 30px #CFCFEA;
}
.item4:hover{
    
    box-shadow: 0 0 30px #CFCFEA;
}
.black{
    box-shadow: 0 0 10px #070707;
    background-color: #070707a2;
    width: 100%;
    
    
}

.black-hire{
    box-shadow: 0 0 10px #070707;
    background-color: #070707a2;
    width: 100%;
    border-radius: 50px;
    
}
h4{
    margin-top: 120px;
    color:#CFCFEA;
    text-shadow: 0 0 4px #CFCFEA;
    font-size: 25px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 600;
}
.item1 p,.item2 p,.item3 p,.item4 p{
    font-family: "Poppins", sans-serif !important;
    line-height: 50px;
    margin:0;
    font-size: 30px;
    text-align: left;
    text-shadow: 15px 15px 20px #070707;
}
.item1 button,.item2 button,.item3 button,.item4 button{
    background: none;
    border: 1px solid #CFCFEA;
    box-shadow: 0 0 10px #CFCFEA;
    border-radius: 20px;
    margin-top: 50px;
    :hover{
        cursor: pointer;
        text-shadow: 0 0 5px #CFCFEA;
    }
    
}
.item1 button p,.item2 button p,.item3 button p,.item4 button p{
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    padding: 5px 40px !important;
}
#thank-you{
    display: none;
    padding: 200px 0;
    transition: ease-in-out 0.5s;
}
#hide-form{
    transition: ease-in-out 0.5s;
    display:block;
}
.footer{
    background-image: url('pics/footer.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    margin:0;
   margin-top: 100px;
    background-color: #CFCFEA;
    height: 250px;
    width: 100%;
   box-shadow: 0 0 30px #CFCFEA;
   padding:0;
}
.black-footer{
    box-shadow: 0 0 10px #070707;
    background-color: #070707a2;
    width: 100%;
    height: 100%;
    
}
.foot-img{
    width: 500px;
    margin-left: 50%;
    transform: translate(-50%, 0);
}
.foot-img a img{
    
    height: 150px;
    margin:0;
    padding:0;
   
    
    
}