*{padding: 0; margin: 0;}
body{font-family: 'Lora','Poppins', sans-serif; font-size: 16px; color: #363f4d;}

img{max-width: 100%;}

.land-bannBg{/*position: absolute; top:0; right: 0; width: 100%; object-fit: cover; height: 707px; z-index: 4;*/     position: relative;
    width: 100%;
    height: 100%; z-index: 9;}
    .land-bannBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;}


h1, h2, h3, h4, h5, h6, p{margin: 0 0 20px; padding: 0; font-family: 'Lora','Poppins', sans-serif;} 

.land-bannerContent h1{color: #000; font-size: 65px; margin-bottom: 40px; font-weight: 500;}


.land-bannerContent h1 span{color: #363f4d; font-weight: 300;}

.land-bannerContent h6{color: #363f4d; font-size: 18px;}

ul.campTime {padding-left: 0; display: flex; flex-flow: row wrap; justify-content: space-between; list-style: none; margin: 0px 0 10px;flex-direction: column;}

ul.campTime li{margin:0 10px 10px 0; color: #363f4d;}

ul.campTime li:last-child{margin-right: 0;}

ul.campTime li span{margin:0 6px 0px 0; color: #000;}



.land-bannerContent { max-width: 560px; margin: 0 auto;}



ul.land-rewardList{padding-left: 0; display: flex; flex-flow: row wrap; list-style: none;}

ul.land-rewardList li{margin:0 15px 10px 0; color: #363f4d; position: relative; background: #f4f4f4; padding: 1px 15px; border-radius: 50px; font-size: 14px; font-weight: 500;}

ul.land-rewardList li:before{ position: absolute; content: "\f00c"; font-family: 'FontAwesome'; left: -6px; top: -3px; color: #000;}



.land-rewardRow{margin-bottom: 30px;}

.land-rewardRow h6 span{color: #ff5252;}

.land-bannerPic .inner-image img {width: 100%;height: 100%;	object-fit: cover;}

.btn{/*padding: 14px 50px;*/ border-radius: 50px; background: #ff5252; color: #fff; font-size: 16px; text-align: center; display: inline-block; border:none; height: auto}

.btn-white{background: #fff; color: #ff5252;}

.btn-gold{background: #fde082 !important; color: #333334!important;}
.radio_btn.selected,
.btn-alt-gold{color: #fde082 !important; background: #333334!important;}

.radio_btn.selected {
    border-color: #333334!important;
}

.header-middel-area .col-md-7{
	border:0!important;
}

.offcanvasShare>ul>li {
    display: inline-block;
    margin-right: 5px;
}
.offcanvasShare{
text-align: center;
    margin: 20px 0;
}

.offcanvasShare>ul>li>a {
    
    width: 34px;
    height: 34px;
    background-color: #333334!important;
    color: #fde082!important;
    font-size: 16px;
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	padding: 0 !important;
}

/*.btnSm{padding: 10px 40px;}*/

.btn:hover{background: #363f4d; color: #fff;}

.btn:focus{outline: none; box-shadow: none;}

.entryL h2{color: #af9a57; font-size: 65px; margin-bottom: 25px; font-weight: 500;}

.entryL span{color: #363f4d; font-weight: 300;}



.sec-gapTop{padding-top: 60px;}

.sec-gapBottom{padding-bottom: 60px;}



.commonBg{background-repeat: no-repeat; background-position: bottom right; background-color: #fff5f3; background-size: 58%;}

.entrySec{margin-top: 40px;}

.display-flex {display: flex; flex-flow: row wrap;}

.align-item-center{align-items: center;}

.justify-content-center{justify-content: center;}

.modalForm {  max-width: 300px;  margin: 0 auto;}

.modalForm .form-control{height: 50px; border-radius: 0; border: none; background: #fff5f3; box-shadow: none;}

.modalForm h4{ text-transform: capitalize; font-size: 20px;}



.entryR{text-align: center;}



/*-- Flip-css(Start) --*/



.flip-box {

  background-color: transparent;

  /*width: 300px;*/

  height: 230px;

  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);

  perspective: 1000px;

}



.flip-box-inner {

  position: relative;

  width: 100%;

  height: 100%;

  /*text-align: center;*/

  transition: transform 0.8s;

  transform-style: preserve-3d;

}



.flip-box:hover .flip-box-inner {

  transform: rotateY(180deg);

}



.flip-box-front, .flip-box-back {

  position: absolute;

  width: 100%;

  height: 100%;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

}



.flip-box-front {

  background-color: #fff;

  color: black;

}

.flipPicTitle{position: absolute; top:0; left: 0; height: 100%; width: 100%; padding: 15px; background: rgb(51 51 52 / 70%);}

.flipPicTitle h4{ margin-bottom: 10px; color: #fde082; font-weight: 500; font-size: 18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;

   -webkit-line-clamp: 1;

    line-clamp: 1; 

   -webkit-box-orient: vertical;}
   
.flipPicTitle h5{ color: #fde082;}

.flipPicTitle h6{margin-bottom: 0; color: #505050; font-weight: 500;}

.flip-box-back {

  background-color: #333334;

  color: #fde082;

  transform: rotateY(180deg);

  padding: 15px 20px;}

.flip-box-front img {

    width: 100%;

    height: 100%;

    object-fit: cover;}



.mb-4{margin-bottom: 30px;}

/*.flip-box-back p{

	overflow: hidden; text-overflow: ellipsis; display: -webkit-box;

   -webkit-line-clamp: 2;

    line-clamp: 2; 

   -webkit-box-orient: vertical;}*/

.flip-box-back h4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box;

   -webkit-line-clamp: 2;

    line-clamp: 2; 

   -webkit-box-orient: vertical; 
   font-weight: 500; font-size: 18px; line-height: 1.6; border-bottom: 1px solid #fff5f3;  padding-bottom: 6px;
   color: #fde082;
   }



   .entryR ul{padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-flow: row wrap; justify-content: center; align-items: center;}

   .entryR ul li{margin:0 5px; background: #333334; padding: 20px 5px; border-radius: 3px; text-align: center; width: 22%;}

   .entryR ul li h3{font-size: 50px; margin-bottom: 10px; font-weight: 700; color: #fde082;}

   .entryR ul li p{font-size: 14px; margin-bottom: 0px; color: #fde082; font-weight: 500;}




.flip-box-backContent{flex-flow: row wrap; align-content: space-between; width: 100%; height: 100%;}

.all_categori_list>a span ,
.sicker{
    color: #fde082 !important;
    background: #333334!important;
}

.product-price span.new-price,
.tab-content h3 {
   
    color: #000 !important;
    
}

.single-product.style-2, .single-product3{
	background: #f2f2f2 !important;
	padding:0!important;
}

.single-product-price .new-price,
.morecontent a.morelink{
	color: #000 !important;
}

.buttons_added .minus, .buttons_added .plus,
.single-product-sharing>ul>li>a,
.discription-tab-menu>ul>li.active>a, .discription-tab-menu>ul>li>a:hover{
	background-color: #333334!important;
    color: #fde082!important;
}

.item-col2 .single-product3:after, .single-product3:after {
    content: ""!important;
	border: 0!important;
}

.flip-box-backBott ul.campTime li { margin: 0 10px 10px 0;  color: #fff; font-size: 14px;}

.copyright-text>p>a {
    color: #000000 !important;
}

/*-- Flip-css(End) --*/
.inner-image {
    height: 99%;
    position: absolute;
    width: 99%;
    left: 2px;
    top: 2px;
}
/*.land-bannerPic {
    height: 707px;
    overflow: hidden;
}*/
.land-bannerPic .inner-image img { width: 100%; height: 95%; object-fit: cover;}

.land-bannerSec .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.land-bannerSec .row {
    margin-left: 0px;
    margin-right: 0px;
}
.land-bannerSec .col-md-6.col-md-push-6, .land-bannerSec .col-md-6.col-md-pull-6 {
    padding-right: 0;
    padding-left: 0;
}


@media (max-width: 1500px){

	ul.campTime li span { margin: 0 5px 0px 0;}

  ul.campTime li { margin: 0 6px 10px 0;}





}



@media (max-width: 1366px){

  .land-rewardRow {  margin-bottom: 30px;}

  .sec-gapTop { padding-top: 50px;}

  .sec-gapBottom { padding-bottom: 50px;}

  



}

@media (max-width: 1199px){
  .land-bannerContent { padding: 0 15px;}

}

@media (max-width: 1024px){

  .entryR ul li h3 {  font-size: 40px;  margin-bottom: 6px;}

  .sec-gapTop { padding-top: 40px;}

  .sec-gapBottom { padding-bottom: 40px;}

  .btn { padding: 12px 40px;}



}

@media (max-width: 991px){

  .land-bannerPic{text-align: center;}

  .land-bannerContent { max-width: inherit; margin: 20px auto 0; width: 80%; text-align: center;}

  .land-rewardRow ul.land-rewardList { justify-content: center;}

  .land-rewardRow ul.land-rewardList li{margin-bottom: 10px;}

  .land-rewardRow {  margin-bottom: 20px;}

  .land-bannerContent ul.campTime { margin: 30px 0 20px;}

  .land-bannerContent h1 { font-size: 50px; margin-bottom: 25px;}

  .entryL h2 { font-size: 40px; margin-bottom: 20px;}

  .entryR ul li { padding: 11px 5px;}

  .entryR ul li h3 { font-size: 35px; margin-bottom: 4px;}
  





}

/*.panel-body {*/
/*    display: none;*/
/*}*/

@media (max-width: 767px){
    
/*    .panel-body {*/
/*    display: block;*/
/*}*/

    .display-flex{ display: block;}

    .entrySec{text-align: center; margin-top: 30px;}

    .entryL{padding-bottom: 30px;}

    /*.entrySec{margin-top: 40px;}*/

    .land-bannerContent h1 { font-size: 40px; margin-bottom: 20px;}

    .land-bannerContent { margin: 30px auto 0; width: 85%;}

    .land-bannerContent h6 { font-size: 16px;}

    .land-bannerContent ul.campTime { margin: 20px 0 20px; justify-content: center; border-top: 1px solid #f9d4d4; /*border-bottom: 1px solid #f9d4d4;*/ padding: 15px 0;}

    .land-bannerContent ul.campTime li { margin: 0 0px 12px 0; width: 100%;}

    .land-bannerContent ul.campTime li:last-child { margin-bottom: 0;}

    .sec-gapTop { padding-top: 30px;}

  .sec-gapBottom { padding-bottom: 30px;}

  .entryL h2 { font-size: 32px;}

  .entryR h2 { font-size: 19px;}

  .btn { padding: 10px 30px;}
  .land-bannerContent { margin: 20px auto 0; width: 100%;}

	#slider2abc-active .slider2abc-active.custom_slider2a_list.owl-carousel div.owl-nav.disabled {
    display: none !important;
}


  }

@media (max-width: 557px){
    .land-bannerContent h1 { font-size: 35px;}
    body{ font-size: 15px;}
    .flip-box-back { padding: 15px 15px;}
    .entrySec { margin-top: 20px;}

  }


@media (max-width: 480px){
    .entryR ul li { margin: 0 3px; padding: 10px 2px; width: 22.90%;}
    .entryR ul li h3 { font-size: 30px;}
    .entryR ul li p { font-size: 13px;}
    .btn { padding: 8px 20px; font-size: 15px;}
    .entryL h2 { font-size: 27px;}
    .land-bannerContent h1 { font-size: 29px;}
    ul.campTime li span { margin: 0 3px 0px 0;}


  }
  
  .user_login li.cart-item a i{
	  background: #333334 !important;
    color: #fde082 !important;
  }
  
  .btn-group>.btn:first-child,
  .btn-group>.btn:last-child{
	  border-radius:0 !important;
  }
  
  .featured-shortvideosjs .plyr{
	  min-width: 150px !important;
  }
  
@media (max-width: 767px){
.owl-nav>div {
    top: -55px !important;
}
}

#participanttbl_filter input[type="search"]
{
	width: 300px;
	display:inline-block;
}
 
 #slider2abc-active.owl-carousel .owl-nav .owl-next{
    right: 4px!important;
 }
 
 #slider2abc-active.owl-carousel .owl-nav .owl-prev{
	 right: 39px!important;
 }
  
 .nivo-controlNav a {
    width: 25px !important;
    height: 3px!important;
    
    margin-right: 20px!important;
    line-height: 10px!important;
    border-radius: 30%!important;
   
}

  
.flip-box-home {
    background-color: transparent;
    /* width: 300px; */
    height: 380px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    perspective: 1000px;
}
  
  