.cursorp{
  cursor: pointer;
}


html.pppcontent {
  background: transparent;
}
body.pppcontent {
  position: relative;
  color: white;
  overflow-x: hidden;
}



/* WP AMIN */
.loginwphd{
  margin-top: 17px;
}
@media (max-width:991px){
  .loginwphd{
  margin-top:25px;
}
}
@media (max-width:782px){
  .loginwphd{
  margin-top:40px;
}
}
@media (max-width:600px){
.mobilewp{
  margin-top:0 !important;
}
}
/* WP AMIN */

/* Fixed Background */
.fixedbgback{
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    z-index: -100 !important;
    margin: 0 !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/* Fixed Background */

/*Header*/
.navbar-nav a{
  color: black;
  text-decoration: none !important;
}
.navlogoimg img{
   position: relative;
    margin-top: 15px !important;
    width: 140px;
    height: auto;
}
@media (max-width: 991.98px){
.navlogoimg img{
    width: 100px;
    height: auto;
}
}
/*Header---------------------------------------------------*/

/*Sidebar*/
.logosidebar img{
  width:170px;
  height:auto;
}
.menusidebar ul{
  padding: 0;
  margin: 0;
}
.menusidebar li{
  list-style: none;
}
.menusidebar a{
  color: #fff;
  display: block;
  font-size: 25px;
  padding: 10px !important;
  padding-left: 20px !important;
  margin: 10px 0;
  text-decoration: none;
  transition: all .3s;
}
.menusidebar a:hover{
  background: linear-gradient(0deg, #7256384d, #ffc6754f);
  font-size: 30px;
  color: #ffffff;
}
.bgindexcomment{
  background: #0b0a11;
  border-radius: 30px;
  border: 1px solid #ecbd7b;
}


/*Sidebar*/


/*Section01*/
.logoSection01 img{
  width: 350px;
  height: auto;
  transition:all .3s;
  }
  @media (max-width:991px){
    .logoSection01 img{
  width: 300px;
  height: auto;
  }
  }
    @media (max-width:767.8px){
    .logoSection01 img{
  width: 250px;
  height: auto;
  }
  }
      @media (max-width:450.8px){
    .logoSection01 img{
  width: 200px;
  height: auto;
  }
  }
/*Section01*/

/*Section02*/
.-ic-section02 img {
  max-width: 100px !important;
}
.Detailsec02{
  width: 150px;
  margin: 0 auto;
  word-break: break-word;
}
@media (max-width: 767.8px){
  .Detailsec02{
  width: auto;
  margin: 0 auto;
}
}
/*Section02*/






/*Content Post INDEX*/
.CTHomePage{
  background: #17238f;
  border-radius: 20px;
  border: 1px solid #ecbd7b;
}
.CTHomePage img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
/*Content Post INDEX*/


/*Section04*/
.mejs-controls {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
  }

  .whitetext{
    color: white;
  }
  .f-xl-4{
    color: #ecbd7b;
  }
  .tabbg03{
    background: linear-gradient(90deg,#0a1614,#1b3e32);
  }
  .tabcontain34{
  
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px 5px;
}
.tabcontain34 img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/*Section04*/












/*Promotion*/

.containpro{
  height: auto;
}
.swiper-container {
  width: 100%;
  height: auto;
  padding: 10px 0;
  padding-bottom: 30px;
}
:root {
  --swiper-theme-color: #ffeb68;
}

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  display: inline-block;
  border-radius: 50%;
  background: #ffc26c !important;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color:white;
}

.swiper-button-prev{
  left: 30px;
}
.swiper-button-next{
  right: 30px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 20px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: .4;
  max-width: auto !important;
  margin: 0 10px;
}
.swiper-slide.swiper-slide-active{
  opacity:1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    max-width: 600px;
}

.swiper-slide img {
  width: 100%;
  max-width: 600px !important;
  height: auto;
  padding: 3px;
  background: #be9862;
  border-radius: 10px;
}
.swiper-slide {
  width:fit-content;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}



/*Promotion*/






/* Post Slide */
.containpost{
  height: auto;
}
.postslide .swiper-slide img {
  width: 100%;
  max-width: 490px !important;
  height: auto;
  padding: 5px;
  background: #000000b3;
  border: 1px solid #d4aa6e;
  border-radius: 20px;
  padding-bottom: 70px;
}
.postslide .swiper-slide{
  position: relative;
  margin: 0 15px;
  width: 100%;
  max-width: 490px !important;
  max-height: 400px;
}
.headerpostsl{
  position: absolute;
  width: 100%;
  background: #00000000;
  bottom:10px;
  padding: 10px;
  font-size: 25px;
  white-space: normal;
}
@media (max-width:500px){
  .headerpostsl{
  position: absolute;
  width: 100%;
  background: #00000000;
  bottom:5px;
  padding: 5px;
  white-space: normal;
}
}
@media (max-width:435px){
  .headerpostsl{
  font-size: 6vw;
  bottom:20px;
}
.postslide .swiper-slide img {
  width: 100%;
  max-width: 490px !important;
  height: auto;
  padding: 5px;
  background: #00000038;
  border-radius: 20px;
  padding-bottom: 90px;
}
}
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
} 


.allpost-button{
      padding: 10px 20px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(
119deg
, #252525, #0f0f0f);
    box-shadow: 0 0 0 2px #ecbd7b;
    font-size: 25px;
    transition:all .3s;
}


.allpost-button  a {
   color: #e0b375;
    transition:all .3s;
    text-decoration: none;
}
.allpost-button:hover a{
  color:white;
  text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b;
}
/* Post Slide ---------------------------*/










/*TAG FOOTER*/
.tagcontainer{
  background: #000000;
  text-align: center;
  border-bottom: 2px solid #353535;
}
.tagcontainer span{
  display:inline-block;
}
.tagfooter{
  background: #12151c;
  margin: 5px 4px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  font-size:16px;
  transition: all .3s;
}
.tagfooter a{
  color:#8e8e8e;
}
.tagfooter:hover a{
  text-decoration:none;
}
.tagfooter:hover {
  background: #242935;
}

/*TAG FOOTER*/










/*Footer*/
.footercontain {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.disfooterct {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}
.infootergrid {
    display: block;
    padding: 0 10px;
    word-break: break-word;
}
.infootergrid:empty {
  display:none;
}


.fotterctn{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.infootergrid:empty {
  display:none;
}
.rightmenu{
  font-size: 30px;
}
  
  .infootergrid{
    text-align: center;
  }
  .infootergrid img{
    border-radius: 20px;
  }
  .infootergrid h2{
    color: #ecbd7b;
  }
  .infootergrid ul{
    padding:none;
    margin:0;
    display: flex;
    padding:0;
    padding-left:10px;
    justify-content: center;
  }
  .infootergrid  li{
    list-style:none;
    font-size: 23px;
    padding: 8px;
    padding-bottom:4px;
  }

.trueimg img{
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.headerbt{
  display: block;
  color: #ecbd7b;
  font-size: 30px;
}
.bankcontainer{
  text-align: center;
}
.bankcontainer img{
  width: 40px;
  margin: 5px;
  height: auto;
}
@media (max-width: 440px){
  .bankcontainer img{
  width: 10vw;
  margin: 5px;
  height: auto;
}
.infootergrid li {
    list-style: none;
    font-size: 5vw;
    padding: 8px;
    padding-bottom: 4px;
}

}
@media (max-width:991px){

.bankcontainer img{
  width: 40px;
  margin: 5px;
  height: auto;
}
.disfooterct {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}
.infootergrid h2{
  margin-top:20px;
}

}
/*Footer*/







.marginreview{
  padding-top: 20px;
}
#tab-content-manual{
  background: linear-gradient(2deg, rgb(0, 0, 0), rgb(20, 21, 30));
}
#tab-content-promotion{
  background: linear-gradient(2deg, rgb(0 0 0), rgb(20, 21, 30));
  padding-bottom: 20px;
  padding-top: 10px;
}
#tab-content-event{
  background: linear-gradient(2deg, rgb(0 0 0), rgb(20, 21, 30));
  padding-bottom: 20px;
  padding-top: 10px;
}



/*Review*/


.reviewbutton{
      padding: 10px 20px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(
119deg
, #252525, #0f0f0f);
    box-shadow: 0 0 0 2px #ecbd7b;
    font-size: 25px;
    transition:all .3s;
}


.reviewbutton  a {
   color: #e0b375;
    transition:all .3s;
    text-decoration: none;
}
.reviewbutton:hover a{
  color:white;
  text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b;
}
.containcommentbox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
/*Review*/


/*Comment*/
.headcomment{
 font-weight: bold;
 padding:10px;
 color: white;
 border-radius: 20px;
 font-size: 25px;
 padding-left: 20px;
}
.containcomment{
}
@media (max-width:500px)
{
  .containcomment{
  padding: 0 10px;
}
}
@media (max-width:390px)
{
  .containcomment{
  padding: 0 5px;
}
}
.commentct{
  background: #f1f1f100;
  padding: 15px 0;
  border-radius: 20px;
  padding-left: 10px;
}
.comment-author.vcard{
  border-radius: 5px;
  background: #ffcd7c21;
  margin-right: 10px;
  font-size: 21px;
  padding: 7px 0;
  padding-left: 7px;
}
.comment-author.vcard img{
  display:none;
}
.commentct ol{
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.comment-meta.commentmetadata{
  bottom: 0;
  font-size: 14px;
  color: #c7c7c7;
}
.commentct li{
  margin: 0;
  padding: 0;
  height: 105px;
  position: relative;
  margin-bottom: 20px;
}
.commentct h3 {
  display: none;
}
.commentct .comment-author img{
  display: none;
}

.commentct p {
  margin-bottom:30px;
  padding-top: 7px;
  font-size:18px;
  padding-left: 10px;
}
.paginationrv{
  text-align: center;
  font-size: 30px;
}
.prev.page-numbers{
  color: #c5c5c5;
}
.next.page-numbers{
  color: #c5c5c5;
}
.page-numbers.current{
  color: white;
}
.page-numbers{
  color: gray;
}
.reviewcontain{
  font-size: 15px;
}
.headercomment{
  white-space: nowrap;
}
.headercomment img{
  display: inline !important;
  width: 18px ;
  margin-top: -8px;
}
@media (max-width: 390px){
  .headercomment img{
  display: inline !important;
  width: 14px ;
  margin-top: -4px;
}
}
.datetimerv{
    font-size: 20px;
    color: #c7c7c7;
}
.datetimerv span{
    font-size: 18;
    color: #fd3386;
}
.contentcomment{
  font-size: 25;
}
.comments-area {
  display:none;     
}

.logged-in .comments-area {
  display:inline;    
}
.headercommentbox{text-align: center;padding: 5px 20px;margin: 10px;font-size: 25px;border-radius: 15px;transition:all .3s;font-weight: bold;color: #ecbd7b;border: none;background: linear-gradient(119deg, #252525, #0f0f0f);box-shadow: 0 0 0 2px #ecbd7b;}
.headercommentbox:hover{
   color:white;
  text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b;
}
.commentbox{
  width:100%;
  max-width:600px;
  padding: 15px;
  margin:0 auto;
  display:none;
}
.commentbox textarea{
  height:150px;
  width: 470px;
  max-width: 100%;
}
.commentbox input{
  background:#ffffff;
  border:none;
}
.comment-form-url{
  display: none;
}
.commentbox label{
  width:90px
}
.commentbox .comment-form-cookies-consent{
  display:none;
}
.commentbox .submit{
  background: linear-gradient(119deg, #252525, #0f0f0f);
  border:none;
  border-radius:10px;
  color: #ecbd7b;
  font-weight: bold;
  font-size: 25px;
  border: 3px solid #ecbd7b;
  padding: 5px 0;
  width:100%;
  transition:all .3s;
}
.commentbox .submit:hover{
  color: #ffffff;
  text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b;

}
.commentbox .form-submit{
  text-align:center;
}
.commentbox .commentlist{
  display: none;

}
.commentbox h3{
  display: none;
}
.commentbox .commentInputer{
  font-size: 16px;
}
.commentInputer input{
  width: 465px;
  max-width: 100%;
}
.comment-form-comment{
  margin: 0;
  padding: 0;
}
.commentbox .saswp-average-rating{
  display:none;
}
/*END Comment*/


/* LOGIN Mobile */
.footermobile{
  display: none;
}
@media(max-width: 768px){
  .footermobile{
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    height: 68px;
    background: linear-gradient(180deg,#141315,#282828);
    padding-bottom: 3px;
    font-size: 14px;
    z-index: 5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .footermobile h5{
    position:absolute;
    bottom:0;
    font-weight: 100;
    font-size: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .footermobile td{
    width: 20%;
    height: 60px;
    white-space: nowrap;
    border-right: 1px solid #464646;
    transition:all .3s;
    cursor:pointer;
    position: relative;
    vertical-align: top;
  }
  .footermobile td:hover{
    background: #00000099;
    border-radius: 10px;
  }
  .footermobile img{
    height: 33px !important;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width:450px){
  .footermobile h5{
    position:absolute;
    bottom:2px;
    font-weight: 100;
    font-size: 4.2vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* LOGIN Mobile */



/*Single Post*/

.marginsinglepost img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
/*Single Post*/


/*POST*/
.postcontainer{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.posthead{

}
.nav-link{
  font-size: 16px;
}
.p-post{
  padding:0 5px !important;
}
.nav-link{
  line-height: 25px;
  padding: 20px 0;
}
.nav-link i{
  width: 40px;
}
.nav-pills .nav-link {
  border-radius: .25rem;
  margin-top:5px;
  font-size: 25px;
  background: #0000005e;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background: linear-gradient(180deg,#f52867 30%,#bf001d);
  text-shadow: 0 0 5px white;
}
.gridpost{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ingridpost{
  padding: 5px;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.iningridpost{
  width: 100%;
  background: #00000045;
  padding: 5px;
  border-radius: 10px;
  font-size: 25px;
  cursor: pointer;
}

.ingridpost img{
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  border-radius: 10px;
}
@media (max-width: 991px){
  .p-post{
    padding:0 5px !important;
  }
}
@media (max-width: 768px){
  .gridpost{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr ;
  }
}
@media (max-width: 575px){
  .nav-pills .nav-link {
    border-radius: .25rem;
    margin-top: 5px;
    background: #2626266e;
  }
  .postmenu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .nav-link{
    padding: 10px 0 !important;
  }
  .gridmenu{
    padding: 3px;
  }
  .nav-link .inpostmenu{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    border-radius: 5px;
  }
  .nav-link.active .inpostmenu{
    width: 100%;
    height: 100%;
    background: transparent;
    padding-top: 10px;
    border-radius: 5px;
  }
}
.head06 img {
  width: 90px;
  -webkit-filter: drop-shadow(0px 0px 7px #b59951);
  filter: drop-shadow(0px 0px 7px #b59951);
}
.head06 {
  padding-top: 15px;
  font-size: 26px;
  white-space: nowrap;
  text-align: center;
}
/*END POST*/





  /* 404 Not found */
  .containerror{
    margin-top: 150px;
  }
  .incontainerror{
    text-align: center;
    font-size: 40px;
  }
/* 404 Not found */