body{
	  /*background: var(--secondary);*/
}
/*breadcrumb Section Start*/
  .breadcrumb-section {
	margin-top: 0;
	padding: 175px 0;
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;
/*	background-attachment: scroll, scroll;
	background-attachment: fixed;*/
	overflow: hidden;
}
.breadcrumb-row{
 text-align: center;
  color: #FFF;
  background: transparent;
  text-transform: uppercase;
}
.breadcrumb-row h1{
  margin: 0;
  letter-spacing: 3px;
  display: none;
}
/*breadcrumb Section End*/

/*Service Details Section*/
.service-sec .content p{
	font-family: 'Open Sans', sans-serif;
    color: #000;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;	
}
/* === HEADING STYLE #1 === */
.content > h2 {
  text-transform: capitalize;
  padding-bottom: 5px;
}
/*.content > h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  margin-left: 45px;
  background-color: var(--black);
}
.content > h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 0;
  margin-bottom: 16px;
  left: 10px;
  background-color: var(--black);
}*/

/* === HEADING STYLE #2 === */
.content > h2 {
  position: relative;
  padding: 0;
  font-weight: 300;
  /*font-size: 40px;*/
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h2 em {
  font-style: normal;
  font-weight: 600;
}
/*Service Details Section*/

/*Gallery Sections*/
.gallery-sec .col-12 p{
	max-width: 520px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.gallery-sec .box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.gallery-sec .box:before,
.gallery-sec .box:after{
    content: "";
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    transition: all .4s ease;  
}
.gallery-sec .box:after{
    background-color: rgba(40, 40, 40, 0.4);
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
}
.gallery-sec .box:hover:before,
.gallery-sec .box:hover:after{
    opacity: 1;
}
.gallery-sec .box img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.6s ease-out 0s;
}
.gallery-sec .box:hover img{ 
  transform: scale(1.2); 
}
.gallery-sec .box .box-content{
    color: #fff;
    width: 100%;
    padding: 15px 0;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0s;
    transition-delay: 0.2s;
    display: none;
}
.gallery-sec .box:hover .box-content{ 
	opacity: 1; 
}
.gallery-sec .box .title{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 2px;
    transform: translateY(20px);
    transition: all 0.3s ease 0s;
}
.gallery-sec .box .post{
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    transform: translateY(50px);
    transition: all 0.3s ease 0s;
    display: none;
}
.gallery-sec .box:hover .title,
.gallery-sec .box:hover .post{
    transform: translateX(0);
}
.gallery-sec .btn-box .btn{
	padding: 8px 36px;
	border-radius: 50px;
	margin-top: 25px;
}
@media only screen and (max-width:990px){
    .gallery-sec .box{ margin: 0 0 30px; }
}
/*Gallery Sections End*/

/*Surprise Sections*/
.surprise-sec{
	/*background-color: rgba(0,0,0,1);*/
	/*padding: 60px 0;*/
	margin-top: 32px;
}
.surprise-sec .col-12 p{
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
}

.surprise-sec .box-container .box {
  /*border-radius: .5rem;*/
  position: relative;
  background: var(--white);
  padding: 0;
  padding-bottom: 1rem;
  text-align: left;
  height: 100%;
  padding-bottom: calc(100px + 50px);
  -webkit-box-shadow: 0px 0px 2px 0px #666;
	-moz-box-shadow: 0px 0px 2px 0px #666;
	box-shadow: 0px 0px 2px 0px #666;
	transition: all 0.5s ease 0s;
}
.surprise-sec .box-container .box:hover{
    box-shadow: 0 0 10px #666;
}
.surprise-sec .box-container > div{
	margin-bottom: 25px;
}
.surprise-sec .box-container .box .image {
  margin-bottom:  1rem;
}

.surprise-sec .box-container .box .image img {
    width: 100%;
    height: auto;
}
.surprise-sec .box-container .box .content{
	padding: 0 20px;
}
.surprise-sec .box-container .box .content h3 {
  /*font-size: 2rem;*/
  color: #130f40;
  display: none;
  font-family: 'Open Sans' , sans-serif;
}
.surprise-sec .box-container .box .content h6 , .surprise-sec .box-container .box .content h5{
	color: #000000;
	margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0px;
	/*font-size: 18px;*/
}
.surprise-sec.goa-sec .box-container .box .content h5{
	
	color: #000000;
}
.surprise-sec .box-container .box .content p{
	display: none;
}

.surprise-sec .box-container .box .content ul{
	list-style: none;
	padding-left: 0;
}
.surprise-sec .box-container .box .content ul li{
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.surprise-sec .box-container .box .content ul li:before{
      content: url('../images/party icon.png');
      display: inline-block;
      margin-right: 6px;
      color: var(--black);
}
.surprise-sec.goa-sec .box-container .box .content ul li:before{
	 font-family: "icofont"; 
      /*font-weight: 900;*/ 
      content: "\ee43";
      display: inline-block;
      margin-right: 6px;
      color: var(--black);
}
.surprise-sec .box-container .box .content ul li:first-child:before{
	display: none;
}
.surprise-sec .box-container .box .content .price {
  font-size: 1.3rem;
    font-weight: 500;
    color: #000000;
  margin-bottom: 1rem;
    position: absolute;
    bottom: 65px;


}

.surprise-sec .box-container .box .content .price span {
  font-size: 1rem;
  color: #666;
  text-decoration: line-through;
}
.surprise-sec .box-container .box .booking-box {
	display: flex;
	position: absolute;
	bottom: 25px;
}
.surprise-sec .box-container .box .booking-box a.fa-whatsapp{
	width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #25D366;
  font-size: 19px;
  color: var(--white);
  /*border-radius: .25rem;*/
  margin-left: 10px;
   /*border-bottom-right-radius: 10px;*/
  transition: all 0.5s ease 0s;
}
.surprise-sec .box-container .box .booking-box a.fa-whatsapp:hover{
	background: var(--black);
}
.surprise-sec .box .image{
    overflow: hidden;
    position: relative;
}
.surprise-sec .box .image a.image{ 
	display: block; 
}
.surprise-sec .box .image img{
    width: 100%;
    height: auto;
}
.surprise-sec .box .image .pic-1{
    backface-visibility: hidden;
    transition: all 0.5s ease 0s;
}
.surprise-sec .box:hover .product-image .pic-1{ 
	opacity: 0; 
}
.surprise-sec .box .image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.surprise-sec .box:hover .image .pic-2{
 opacity: 1;
  }
.surprise-sec  .btn{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: var(--black);
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
    border: none;
}
.surprise-sec  .btn:hover{
    background: #333;
    text-decoration: none;
}

@media screen and (max-width: 990px){
    .surprise-sec .box{ margin-bottom: 30px; }
}
/*Surprise Sections*/


/*CTA Sections*/
.cta-sec{
	background-color: rgba(0,0,0,1);
	padding: 50px 0;
	margin-top: 55px;
}
.cta-sec .box{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.cta-sec .box i{
	width: 70px;
	height: auto;
	font-size: 36px;
    text-transform: capitalize;
	color: var(--white);
	float: left;
	display: inline-block;
}
.cta-sec .box .con-detail{
	width: 80%;
	color: var(--white);
}
.cta-sec .box .con-detail h4{
	font-weight: normal;
    margin-bottom: 0;
    font-family: 'Open Sans' , sans-serif;
}
.cta-sec .box .btn-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cta-sec .box .btn-box .btn{
	background-color: var(--white);
	color: var(--black);
}
.cta-sec a.fa-whatsapp{
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #25D366;
  font-size: 19px;
  color: var(--white);
  /*border-radius: .25rem;*/
  margin-left: 10px;
   /*border-bottom-right-radius: 10px;*/
  transition: all 0.5s ease 0s;
}
/*CTA Sections End*/