@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

:root{
  --orange:#ffa500;
}

*{
  font-family: 'Nunito', sans-serif;
  margin:0; padding:0;
  box-sizing: border-box;
  text-transform: capitalize;
  outline: none; border:none;
  text-decoration: none;
  transition: all .2s linear;
}

*::selection{
  background:var(--orange);
  color:#fff;
}

html{
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-padding-top: 6rem;
  scroll-behavior: smooth;
}

section{
  padding:2rem 9%;
}

.heading{
  text-align: center;
  padding:2.5rem 0
}
.logo img {
  height: 76px;
  width: 69px;
  object-fit: cover;
  /* border-radius: 50%; */
  margin-left: 10px;
  margin-right: 22px;
  padding-left: 7px;
  padding-right: 7px;
  position: var(13deg);
}
.heading span{
  font-size: 3.5rem;
  background:rgba(255, 165, 0,.2);
  color:var(--orange);
  border-radius: .5rem;
  padding:.2rem 1rem;
}

.heading span.space{
  background:none;
}

.btn{
  display: inline-block;
  margin-top: 1rem;
  background:var(--orange);
  color:#fff;
  padding:.8rem 3rem;
  border:.2rem solid var(--orange);
  cursor: pointer;
  font-size: 1.7rem;
}

.btn:hover{
  background:rgba(255, 165, 0,.2);
  color:var(--orange);
}

header{
  position: fixed;
  top:0; left: 0; right:0;
  background: linear-gradient(to right,#00093c,#2d0b00);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:1rem 5%;
}
/* header:hover{
  background: none; */
/* } */

header .logo{
  font-size: 2.5rem;
  font-weight: bolder;
  color:#fff;
  text-transform: uppercase;
}

header .logo span{
  color:var(--orange);
}

header .navbar a{
  color:#fff;
  font-size: 2rem;
  margin:0 .8rem;
  text-decoration: none;
}

header .navbar a:hover{
  color:var(--orange);
}

header .icons i{
  font-size: 2.5rem;
  color:#fff;
  cursor: pointer;
  margin-right: 2rem;
  
}

header .icons i:hover{
  color:var(--orange);
}
#menu-bar{
    color:#fff;
    border:.1rem solid #fff;
    border-radius: .5rem;
    font-size: 3rem;
    padding:.5rem 1.2rem;
    cursor: pointer;
    display: none;
  }
  
  .home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    z-index: 0;
  }
  
  .home .content{
    text-align: center;
  }
  
  .home .content h3{
    font-size: 4.5rem;
    color:#fff;
    text-transform: uppercase;
    text-shadow: 0 .3rem .5rem rgba(0,0,0,.1);
  }
  
  .home .content p{
    font-size: 2.5rem;
    color:#fff;
    padding:.5rem 0;
  }
  
  .home .video-container video{
    position: absolute;
    top:0; left: 0;
    z-index: -1;
    height: 100%;
    width:100%;
    object-fit: cover;
  }
  
  .home .controls{
    padding:1rem;
    border-radius: 5rem;
    background:rgba(0,0,0,.7);
    position: relative;
    top:10rem;
  }
  
  .home .controls .vid-btn{
    height:2rem;
    width:2rem;
    display: inline-block;
    border-radius: 50%;
    background:#fff;
    cursor: pointer;
    margin:0 .5rem;
  }
  
  .home .controls .vid-btn.active{
    background:var(--orange);
  }

  /* home section end */

  /* about section start */

  .about-pg{
    background-image: url(/image/about-bg.jpg);
    z-index: -1;
  }
.about-section{
  width: 100%;
  min-height: 100vh;
  z-index: 1000;
  background-color:rgba(0,0,0,.2);
}
h1{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.container{
  width: 85%;
  display: block;
  margin: auto;
  padding-top: 100px;
}

.image-section img image{
  height: 1%;
  width: 1%;
  margin-bottom: 20px;
}

.content-section{
  float: left;
  width: 55%
}
.image-section{
  float: right;
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}
.image-section img{
  width: 500px;
  height: 500px;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.4);
}
.visiting-card{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 152px;
  padding: 10px;
  
  margin-left: 10pxpx;
  margin-right: 220px;
  padding-left: 10px;
  padding-right: 7px;
  padding-top: 0px;
  padding-bottom: 3px;

}

.visiting-card img{
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 22px;
  padding-left: 7px;
  padding-right: 7px;
}

.visiting-card img:hover{
  background: #0617ff;
  border: 20px solid;
  transform: rotate(20deg);
}

.content-section .title{
  font-size: 28px;
  color: #b96713;
  text-transform: uppercase;
  font-family:sans-serif;
}
.content-section .content h2{
  margin-top: 20px;
  color: #5d5d5d;
  font-size: 24px;
  font-family: sans-serif;
}
.content-section .content p{
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.content-section .content p:hover{
  color: whitesmoke;
}
.content-section .content .button{
  margin-top: 30px;
}
.content-section .content .button a{
  font-family: sans-serif;
  background-color: #9e2a40;
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  letter-spacing: 1.5px;
}
.content-section .content .button a:hover{
  background-color: #702d3a;
  transition: 0.5s;
}
.content-section .social{
   margin: 40px 0px;
  
    /* width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
     margin-right: 15px; 
    cursor: pointer;
   */
}
.content-section .social i{

padding: 0px 6px;
width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
     margin-right: 15px; 
    cursor: pointer;
}
.content-section .social i:hover{
  color: #3d3d3d;
  transition: 0.5s;
}





  /* about section end */
  /* testimonial section start */
.testimonial-sect{
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3f2fd;
}
  .testimonial{
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
    overflow: hidden;
  }
  .testimonial .image{
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
  }
  .testimonial .slide{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .slide p{
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  .slide .quate-icon{
    font-size: 30px;
    color: #4070f4;
  }
  .slide .client-details{
 display: flex;
 flex-direction: column;
 align-items: center;
  }
  .client-details .name{
    font-size: 14px;
    font-weight: 600;
    color: #333;

  }
  .client-details .job{
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }
.nav-btn{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0,0,0,0.1);

}
.nav-btn:hover{
  background-color: rgba(0,0,0,0.2);
}
.nav-btn::after,
.nav-btn::before{
  font-size: 20px;
  color: #fff;
}

.swiper-pagination-bullet{
  background-color: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active{
  background-color: rgba(0,0,0,0.2);
  
}




  /* testimonial section end */

/* service section start here */


/* contact page start */
.map iframe{
  width: 99%;
  height: 1000px;
  margin: 7px 0 7px 7px;
   padding: 5px;
   filter: invert(100%);
}
.contact{
  background-image: url(/image/bg-2.jpg);
  /* border: 2px solid red; */
  margin: 2px;
  padding: 2px;
}


.contact-form{
  display: flex;
  padding: 0 10px;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background: #0D6EFD;
  /* background-image: url(/image/bg-2.jpg); */
}
.wrapper{
  width: 720px;
  background: #fff;
  border-radius: 5px;
}
.wrapper header1{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
  border-bottom: 2px solid #bfbfbf;
}
.wrapper form{
  margin:35px 30px;
}
form .dbl-field {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-between;
  flex-wrap: wrap;

}
.dbl-field .field{
  position: relative;
  height: 50px;
  width: calc(100% / 2 -13px);
}
form .field input,
form .message textarea{
  display: flex;
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  flex-wrap: wrap;


}

form .field input::placeholder,
form .message textarea::placeholder{
color: #bfbfbf;
}
form .field input:focus,
form .message textarea:focus{
  border: 2px solid #0D6EFD;
}
.wrapper .field i{
  position: absolute;
  left: 18px;
  top: 50%;
  color: #bfbfbf;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input:focus~ i{
  color: #0D6EFD;
}
 form .message{
  position: relative;

 }
 form .message i{
top: 30px;
font-size: 20px;
 }

 form .message textarea{
min-width: 100%;
max-width: 100%;
min-height: 120px;
max-height: 300px;
padding: 15px 20px 0 48px;
 }
form  .button-area{
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.button-area span{
  color:#0D6EFD;
  margin-left: 30px;
  display: none;
}




/* contact page end */

/* footer section start  */
.footer{
  background: #eef8ff;

}
.footer{
  width: 100%;
  position: relative;
  bottom: 0;
  background: linear-gradient(to right,#00093c,#2d0b00);
  color: #fff;
  padding: 100px 0 30px;
  border-top-left-radius: 125px;
  font-size: 13px;
  line-height: 20px;


}
.row{
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: space-between;
}
.col{
  flex-basis: 25%;
  padding: 10px;
}
.col:nth-child(2), .col:nth-child(3){
  flex-basis: 15%;
}

.logo{
  width: 70px;
  margin-bottom: 30px;
}
.col h3{
  width: fit-content;
  margin-bottom: 40px;
  position: relative;

}
.email-id{
  width: fit-content;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  
}
ul li{
  list-style: none;
  margin-bottom: 12px;

}
ul li a{
  text-decoration: none;
  color: #fff;
}
.form1{
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.form1 .far{
  font-size: 18px;
  margin-right: 10px;
}
.form1 input{
  width: 100%;
  background: transparent;
  color: #ccc;
  border: 0;
  outline: none;
}
.form1 button{
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.form1 button .fas{
  font-size: 16px;
  color: #ccc;
}
.social-icon .fab{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  background: #fff;
  margin-right: 15px;
  cursor: pointer;
}
/* .social-icon:hover{
   position: relative; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: linear-gradient(130.08deg, #383528 0% #191919 100%);
  width: 45px;
   box-shadow: 0px 20px 40px #00000070;
  border: 1px solid #3b3b3b;
  border-radius: 50%; 
   font-size: 20px;
  margin: 0 7px;
  transition: all 0.6s ease-in-out;
  z-index: 2;

} */
hr{
  width: 90%;
  border: 0; 
  border-bottom: 1px solid #ccc;
  margin: 2px auto;
}
.copyright{
  text-align: center;
}
.underline{
  width: 100%;
  height: 5px;
  background: #767676;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  left: 0;
  overflow: hidden;
}
.underline .span-1{
  width: 15px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 10px;
  animation: moving 2s linear infinite;
}
@keyframes moving{
  0%{
    left: -20px;

  }
  100%{
    left: 100%;
  }
}
/* footer section end  */
 /* service section start   */

 .service-sect{
 background-image: url(/image/bg-2.jpg);
 font-family:poppins,sans-serif;
 color: #fff;

 }
.services{
  width: 1300px;
  padding: 30px 60px;
  margin: auto;
}
.services h1{
  text-align: center;
  font-size: 36px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  font-weight: 600;

}
.services h1:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background-color: #fff;
}
.service-cards{
  display:flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
}
.service-card{
  width: calc(34%  22px);
  background: #fff;
  color: #333;
  padding: 40px 12px;
  margin: 0 30px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.service-card:hover{
  background: #0617ff;
  border: 20px solid;
  transform: rotate(360deg);
}
.s-box i{
  font-size: 36px;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 15px;
  transition: 0.5s;

}
.s-box h3{
  font-size: 24px;
}
.s-box p{
  margin: 20px 0;
  padding: 5px;
  line-height: 2rem;
  font-weight: 700;
  font-family: sans-serif;
  
}
.para:hover{
  color:yellowgreen;
  animation: backwards;
  
}
.s-box a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #333;
  padding: 7px 15px;
  border-radius: 15px;
  transition: 0.5s;
  margin: 20px 0;
}
.s-box a:hover{
  background: transparent;
  border: 1px solid #333;
  transform: scale(1.2);
  background: rgb(0,184,148);
}
.service-card:hover .s-box i{
  background: rgb(0,184,148);
  color: #fff;
  border-color: rgb(25, 68, 60);
}
.service-card:after{
  content:'' ;
  height: 100%;
  width: 100%;
  background:rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index:-1;
  transition: 0.5s;
}
.service-cards:hover:after{
  transform: rotate(13deg);
  background-color: rgb(228, 19, 50);
}


 /* service section start   */

/* team section  */


#team{
  background-color: #000000;
}
.team-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 106%;
  min-height: 75vh;
  background: #111111;
  padding-bottom: 20px;
  /* margin-block: unset; */
  margin-bottom: 20px;
}
.team-heading h1{
  color: #921e1e;
  font-size: 3rem;
  text-transform: lowercase;
  font-weight: 700;
}
.team-box{
  width: 100%;
 width: 350px;
  padding: 20px;
  user-select: none;
  border: 10px solid #0617ff;
}
.t-b-img{
  width: 100%;
  height: 350px;
  position: relative;
}
.t-b-img:hover{
  animation: backwards;
  border-color: #921e1e;
}
.t-b-img::after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
}
.t-b-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  filter: grayscale(1);
}

.t-b-img img:hover{
    box-shadow: 0 50px 80px rgba(0,0,0,.2);
}
.t-b-text{
display: flex;
flex-direction: column;
align-items: center;
}
.t-b-text strong{
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
}
.t-b-text span{
  color: #919191;
  font-size: 0.9rem;
}
.team-social{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
.team-social a{
  margin: 0px 5px;
  color: #ffffff;
  font-size: 0.9rem;
  transition: all ease 0;
}
.team-social a:hover{
  color: #0617ff;
}



/* galery section start   */
input{
  display: none;
}
.G-container{
  width: 100%;
  text-align: center;
  background-color: grey;
 
}
.G-head{
  font-weight: normal;
  font-size: 35px;
  position: relative;
  margin: 40px 0;
}
.G-head::before{
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: crimson;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  animation: animate 4s linear infinite;
}
@keyframes animate{
  0%{
    width: 100px;
  }
  50%{
    width: 200px;
  }
  
  100%{
    width: 100px;
  }
}

.top-content{
  background-color: rgb(243, 243, 243);
  width: 90%;
  margin: 0 auto 20px auto;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 3px 3px 5px lightgray;
}
.G-sub-head{
  height: 100%;
  background-color: rgb(221, 221, 221);
  line-height: 60px;
  padding: 0 50px;
  color: white;
}
label{
  display: inline-block;
  height: 100%;
  margin: 0 20px;
  line-height: 60px;
  font-size: 18px;
  color: gray;
  cursor: pointer;
  transition: color .5s;
}
label:hover{
  color: black;
}
.photo-gallery {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}
/* .photo-gallery a{
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  grid-gap: 20px;
} */



.pic{
  position: relative;
  height: 230px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px lightgray;
  cursor: pointer;
  transition: .5s;
}
.pic img{
  height: 224px;
  width: 332px;
  border-radius: 12px;
  transition: .5s;
}
.pic::before{
content: 'The wedding Books';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: gray;
font-size: 22px;
font-weight: bold;
width: 100%;
margin-top: -100px;
opacity: 0;
transition: .3s;
transition-delay: .2s;
z-index: 1;



  font-family: "Recursive", sans-serif;


}
.pic:after{
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  height: 0;
  background-color: rgba(0,0,0,0.4);
  transition: .3s;
}
.pic:hover::before{
  margin-top: 0;
  opacity: 1;
}
#cheack1:checked ~ .G-container .photo-gallery .pic{
 opacity: 1;
 transform: scale(1);
 position: relative;
 transition: .5s;
}
#cheack2:checked ~ .G-container .photo-gallery  .Family{
  transform: scale(1);
  opacity: 1;
  position: relative;
 
}
#cheack2:checked ~ .G-container .photo-gallery .Childs,
#cheack2:checked ~ .G-container .photo-gallery  .place{
  opacity: 0;
  transform: scale(0);
  position: absolute;
  transition: .0s;
}

#cheack3:checked ~ .G-container .photo-gallery .Childs{
  transform: scale(1);
  opacity: 1;
  position: relative;
 
}
#cheack3:checked ~ .G-container .photo-gallery .Family,
#cheack3:checked ~ .G-container .photo-gallery  .place{
  opacity: 0;
  transform: scale(0);
  position: absolute;
  transition: .0s;
}

#cheack4:checked ~ .G-container .photo-gallery .place{
  transform: scale(1);
  opacity: 1;
  position: relative;
 
}
#cheack4:checked ~ .G-container .photo-gallery .Family,
#cheack4:checked ~ .G-container .photo-gallery  .Childs{
  opacity: 0;
  transform: scale(0);
  position: absolute;
  transition: .0s;
}


/* video section start */
.video-page{
  height: 100vh;
  width: 100wh;
  background-image: url(/image/345A0633.jpg);
  position: fixed;
}
/* #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
} */

.vid-container .vid-head{
  padding: 60px 0;
  color: #7d1010;
  font-size: 44px;
  text-align: center;
}
.vid-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}
.vid-col{
  flex-basis:50%;
  min-width:250px;
}
.vid-feature-img{
  width: 83%;
  margin: auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;

}
.small-img-row{
  display: flex;
  background: #efefef;
  margin: 20px 0;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  width: 85%;
}
.small-img{
  position: relative;
}
.small-img img{
width: 150px;
}

.small-img-row p{
  margin-left: 20px;
  color: #707070;
  line-height: 22px;
  font-size: 15px;
}
.play-btn{
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;

}
 .small-img .play-btn {
  width:35px;
 }
 .video-player{
width: 80%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
 }
 video:focus{
  outline: none;
 }
 .close-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  cursor: pointer;
 }