@font-face {
  font-family: 'camptonthin';
  src: url('../font/camptonthin.woff2') format('woff2'),
       url('../font/camptonthin.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'camptonblack';
  src: url('../font/camptonblack.woff2') format('woff2'),
       url('../font/camptonblack.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'camptonbold';
  src: url('../font/camptonbold.woff2') format('woff2'),
       url('../font/camptonbold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'camptonbook';
  src: url('../font/camptonbook.woff2') format('woff2'),
       url('../font/camptonbook.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'camptonextrabold';
  src: url('../font/camptonextrabold.woff2') format('woff2'),
       url('../font/camptonextrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'camptonextralight';
  src: url('../font/camptonextralight.woff2') format('woff2'),
       url('../font/camptonextralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'camptonlight';
  src: url('../font/camptonlight.woff2') format('woff2'),
       url('../font/camptonlight.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'camptonmedium';
  src: url('../font/camptonmedium.woff2') format('woff2'),
       url('../font/camptonmedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'camptonsemibold';
  src: url('../font/camptonsemibold.woff2') format('woff2'),
       url('../font/camptonsemibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.camptonthin{
  font-family: 'camptonthin';
}
.camptonextralight{
  font-family: 'camptonextralight';
}
.camptonlight{
  font-family: 'camptonlight';
}
.camptonmedium{
  font-family: 'camptonmedium';
}
.camptonsemibold{
  font-family: 'camptonsemibold';
}
.camptonextrabold{
  font-family: 'camptonextrabold';
}
.camptonbold{
  font-family: 'camptonbold';
}
.camptonblack{
  font-family: 'camptonblack';
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.c-y{
  color:#f5c752;
}
.c-b{
  color:#000;
}
.dark-bg{
  background-color:#000;
}
a:hover {
  color: #f5c752;
}
.c-white{
  color:#fff
}
.c-shadow{
  box-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
}
html{
    font-size: 60.5%;
}
body{
  font-family: 'camptonbook';
    color: #151515;
    max-width: 1920px;
    margin: auto;
}
h1{font-size: 3.6rem;}
h2{font-size: 3rem;}
h3{font-size: 2.4rem;}
h4{font-size: 2rem;}
h5{font-size: 16px;}
h6{font-size: 14px;}

div,span,p,a,button,input,textarea,.form-control, .btn{
    font-size: 15px;
}

span{
  font-size: inherit;
}
a{
    text-decoration: none;
}
ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-style-bullet{
    list-style: bullets;
}

.container-fluid{
    padding-left: 100px;
    padding-right: 100px;
}

.footer-bg {
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  padding-top: 60px;
}
.footer-bottom {
  background-color: rgba(0,0,0,.9);
}
.common-section{
  padding: 65px 0px;
}
.welcome-sec {
  background-image: url(../images/welcome-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}




.fz12{font-size: 12px !important;}
.fz14{font-size: 14px !important;}
.fz15{font-size: 15px !important;}
.fz16{font-size: 16px !important;}
.fz18{font-size: 1.8rem !important;}
.fz20{font-size: 2rem !important;}
.fz22{font-size: 2.2rem !important;}
.fz24{font-size: 2.4rem !important;}
.fz26{font-size: 2.6rem !important;}
.fz28{font-size: 2.8rem !important;}
.fz30{font-size: 3rem !important;}
.fz32{font-size: 3.2rem !important;}
.fz34{font-size: 3.4rem !important;}
.fz40{font-size: 4rem !important;}
.fz46{font-size: 4.6rem !important;}
.fz50{font-size: 5rem !important;}
.fz62{font-size: 6.2rem !important;}
.fz120{font-size: 11.2rem !important;}
.fz80{font-size: 8rem !important;}





.common-btn{
  background-color: #29398d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  outline: none;
  font-size: 16px;
  text-decoration: none;
}
.common-btn:hover{
  color:#fff;
}
/* header */

.main-header{  
  width: 100%;
/*   background-color: #fff; */
  position: fixed;
	transition:.3s ease;
  top: 0;
  z-index: 123;
/*   border-bottom: 1px solid #eee; */
}

.main-header.sticky{
background: rgb(0 0 0 / 90%);
	border-bottom: 1px solid #eeeeee4a;
}
.logo img, .logo a, .logo{
		transition:.3s;
}
.main-header.sticky .logo{
    max-width: 150px;
	
}
.main-header.sticky .logo img{
	 max-width: 100%;
    width: auto !important;
    height: auto;				
}
/* nav */

#navbar-classic{  
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    background-color: var(--custom-primary-color);
    padding: 10px 0;
  }
  #navbar-classic > .container-fluid >  ul {
      display: flex;
  }
  
  
  
  #navbar-classic > .container-fluid > ul > li:last-child{
      margin-right: 0;
  }
  #nav-icon1 {
    width: 35px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin: 0px;
    z-index: 5;
   
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 34px;
    background: #f5c752;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}
#nav-icon1 span:nth-child(1) {
    top: 0
}
#nav-icon1 span:nth-child(2) {
    top: 12px;
    width: 25px;
    margin: auto;
    right: 0;
    left: inherit;
}
#nav-icon1 span:nth-child(3) {
    top: 24px
}
#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    background: #e2a70d
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background: #e2a70d
}
#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    background: #e2a70d
}

.logo-nation-tax-market-images nav{
  /* flex: 1;
  max-width: 870px; */
  padding: 0 20px;
}
.logo-nation-tax-market-images nav li a{
     font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    margin: 0 22px;
    display: block;
    text-transform: uppercase;
}
.logo-nation-tax-market-images nav li a:hover{
  color: #f4c652;
}

.home-banner .swiper-slide .banner-content {
    max-width: 400px;
}
.home-banner .swiper-slide .banner-content h3{
    font-size: 4rem;        
}
.logo{
	max-width:150px;
}

.contact-no .fa-phone{
  border: 1px solid #f4c652;
    padding: 8px;
    margin-right: 20px;
}

  /* home-banner */

  .home-banner .banner-content-wrap{
      position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
/*   .home-banner .banner-content-wrap:after{
	  content:'';
	  background:#000;
}
 */
 
  .home-banner .banner-content-wrap .inner-content h3 {
    font-size: 7rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 98px;
    font-size: 110px;
  }
  .home-banner .banner-content-wrap .inner-content P {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
  }


  .bx-wrapper{
    position: relative;
  }
  .bx-controls-direction a{
    position: absolute;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    width: 50px;
    display: flex;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
  }

  .bx-controls-direction a:after{
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 22px;
    color: #fff;
  }
  .bx-controls-direction a.bx-prev:after{
    content: '\f053';
  }
  .bx-controls-direction a.bx-prev{
    left: 50px;
  }
  .bx-controls-direction a.bx-next{
    right: 50px;
  }
.timer-col {
    background-color: rgba(0,0,0,.7);
    z-index: 100;
    position: relative;
    text-align: center;
    margin-top: -99px;
}
.timer{
  display: flex;
  justify-content: center;
}
.timer-col ul li {
  margin: 10px 10px;
  color: #fff;
  font-family: 'camptonbold';
  border-right: 1px solid rgba(255,255,255,.6);
  padding: 0px 10px;
  line-height: 45px;
  padding-right: 30px;
}
.timer-sec.position-absolute {
  margin: auto;
  left: 0;
  right: 0;
}
.timer-col ul li:last-child{
  border-right: 0px solid rgba(255,255,255,.6);
}
.timer {
  padding-left: 43px;
}
.timer-col ul li span{
  font-size:36px;
}
.timer-col ul li span + h5{
  margin-top: -15px;
}
.booking-td {
  padding: 26px 42px;
  background-color: #ebbf4f;
  color: #fff;
  font-family: 'camptonbold';
} 
.booking-td:hover{
  background-color: #000;
}
.welcome-col figure {
  position: relative!important;
  max-width: 152px;
  height: 152px;
  margin: auto;
  text-align: center;
  margin-bottom: 33px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid #fff;
  display: flex;
}
.welcome-col figure:before{
  content: '';
  position: absolute;
  right: 0;
  top:-1px;
  height: 1px;
  width: 50%;
  background-color: #f5c752;
}
.welcome-col figure:after{
  content: '';
  position: absolute;
  left: 0;
  bottom:-1px;
  height: 1px;
  width: 50%;
  background-color: #f5c752;
}
.welcome-col figure .outer-border:after{
  content: '';
  position: absolute;
  left: -1px;
  bottom:-1px;
  height: 50%;
  width: 1px;
  background-color: #f5c752;
}
.welcome-col figure .outer-border:before{
  content: '';
  position: absolute;
  right: -1px;
  top:-1px;
  height: 50%;
  width: 1px;
  background-color: #f5c752;
}
.welcome-col {
  margin: 20px;
}
.service-col{
  transition: all .5s;
}
.service-col figure{
	min-height:200px;
}
.flip-content{
  top: 0;
  height:100%;
  width: 100%;
  background-color: rgba(235,191,79,.8);
  padding: 20px;
  transform: scale(0);
  transition: all .5s;
}
.service-col:hover .flip-content{
  transform: scale(1);
}
.service-col figure img {
  width: 100%;
}
.flip-content figcaption {
  background-color: #ebbf4f;
  height: 100%;
  text-align: center;
  padding: 42px;
  border: 1px solid #fff;
  transition: all .5s;
}
.service-col h4{
  position:absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  margin-bottom: 0;
  transition: all .5s;
}
.service-col:hover h4{
  opacity: 0;
}
.service-col {
  transition: all .5s;
  margin: 11px 5px;
}
.info-col figcaption h2 {
  line-height:80px;
  margin-bottom:0;
}
.info-sec{
  background-image: url(../images/info-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.event-col {
  border: 6px solid #f5c752;
  margin: 10px;
}
.event-col img{
  width: 100%;
}
.find-event-sec{
  background-image: url(../images/latest-event-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.find-min{
  max-width: 360px;
}
.find-us-col { 
  background-color: #f5c752;
  padding: 10px;
}
.find-us-col figcaption {
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  padding: 89px 0px;
  overflow: hidden;
}
.find-us-col figcaption:after {
  content: '\f073';
  position: absolute;
  bottom: -36px;
  right: -16px;
  font-family: "Font Awesome 6 Pro";
  color: #00000040;
  font-weight: 900;
  font-size: 80px;
  transform: rotate(-57deg);
}
a.contact-btn {
  border: 1px solid #fff;
  display: block;
  text-align: center;
  max-width: 154px;
  margin: auto;
  padding: 5px 0px;
}
a.contact-btn:hover{
  background-color: #fff;
}
.sub-form {
  max-width: 570px;
  margin: auto;
  padding-top: 159px;
}
.sub-form input.form-control {
  background-color: transparent;
  height: 48px;
  border-radius: 0;
  color: #fff;
  padding-left: 20px;
}
.form-submit {
  top: 1px;
  right: 1px;
  height: 46px;
  width: 57px;
  background-color: #f5c752;
  border: 0;
  font-size: 23px;
}
.sub-form ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.sub-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.sub-form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
.gallery-col {
  overflow: hidden;
  margin: 10px 1px;
}
.gallery-col figure{
  margin-bottom: 0;
}
.gallery-col img{
  width: 100%;
}
.hover-text {
  position: absolute;
  top: 0;
  background-color: rgba(0,0,0,.7);
  height: 100%;
  width: 100%;
  padding: 23px;
  left: 100%;
  transition: all .5s;
}
.gallery-col:hover .hover-text{
  left: 0;
}
a.galleryView {
  position: absolute;
  bottom: 23px;
  right: 33px;
  font-size: 35px;
  color: #f5c752;
}
.view-all{
  border: 1px solid #000;
  color: #000;
  padding: 8px 12px;
}
.view-all:hover{
  background-color: #000;
  color: #fff;
}
.partner-sec {
  border-top: 1px solid #00000036;
}
.partner-sec .bx-wrapper {
  margin: auto;
}
.quick-links li{
  padding-left: 20px;
  position: relative;
}
.quick-links li:before{
  content:'\f054';
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  color: #f5c752;
  position:absolute;
}
.header-banner figure{
  margin-bottom: 0;
}

/* custom-breadcrumb */
/* .custom-breadcrumb{
  background-color: #ebbf4f;
  padding: 11px 0;
} */
.custom-breadcrumb {
    background-color: #ebbf4f;
    padding: 11px 0;
    position: absolute;
    top: 0;
    width: 100%;
    top: 50%;
    transform: translate(-50% ,-50%);
    left: 50%;
    text-align: center;
}
.custom-breadcrumb .page-title{
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'camptonextrabold';
  font-weight: bold;
  line-height: normal;
}
.custom-breadcrumb ul li{
  padding: 0 2px;
  font-size: 18px;
  color: #fff;
}
.custom-breadcrumb ul li a{
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}

.custom-breadcrumb ul li a:after{
  content: '/';
  margin-left: 5px;
}

/* why-choose-entertainment-content */
.why-choose-entertainment{
  position: relative;
  overflow: hidden;
  
}
.why-choose-entertainment::before{
  content: '';
  width: 50%;
  height: 100%;
  background: #fffbef;
  z-index: -1;
  position: absolute;
}
.why-choose-entertainment::after{
  content: '';
  background: url(../images/why-choose-img.jpg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 15px;
  background-size: 43%;
}

.why-choose-entertainment-content{
  background-color: #fffbef;
  padding: 80px 10px 50px;
  
}

.why-choose-entertainment-content h5{
  font-size: 4rem;
  color: #191919;
}
.why-choose-entertainment-content h4{
  font-size: 5rem;
  font-family: 'camptonbold';
}
.why-choose-entertainment-content p{
  font-size: 1.8rem;
  color: #191919;
}

.why-choose-entertainment-content ul li{
  display: flex;
  margin-bottom: 30px;
}
.why-choose-entertainment-content li svg{
  color: #f5c752;
  font-size: 6rem;
  margin-right: 20px;
}
.why-choose-entertainment-content li h3{
  font-size: 2.4rem;
  color: #191919;
  margin-bottom: 10px;
  font-family: 'camptonbold';
}
.why-choose-entertainment-content li p{
  font-size: 1.7rem;
  font-family: 'camptonmedium';
}

/* testimonial-slider */
.testimonial-slider{
  max-width: 970px;
  margin: auto;
  margin-top: 100px;
}
.testimonial-slider::before{
  content: '\f10d';
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  font-size: 8rem;
  color: #f5c752;
  position: absolute;
  margin-left: -120px;
  margin-top: -20px;
}
.testimonial-slider p{
  color: #666666;
  font-size: 2.8rem;
}
.testimonial-slider h5{
  font-size: 1.8rem;
  color: #191919;
  font-family: 'camptonbold';
}
.testimonial-slider h6{
  color: #666666;
  font-size: 15px;
  font-family: 'camptonmedium';
}
.testimonial-slider figure{
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.carousel-indicators{
  position: static!important;
    text-align: left;
    display: block;
    margin: 0;
    margin-top: 50px;
}

.carousel-indicators [data-bs-target]{
  background-color: #b8b8b8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active{
  background-color: #e2a70d;
}

/* contact-us */
.contact-us .item{
  background-image: url(../images/contact-bg.png);
  background-repeat:  no-repeat;
  height: 170px;
  color: #fff;
  padding: 30px;
}

.contact-us .item  svg{
  font-size: 5rem;
  margin-bottom: 5px;
}
.contact-us .item  h4{
  font-size: 16px;
  text-transform: uppercase;
}
.contact-us .item  a{
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.submit-form{
  height: 50px;
  width: 175px;
  background-color: #000;
  color: #fff;
  border: 0;
  transition: .2s;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 17px;
}
.submit-form:hover{
  background-color: #e2a70d;
}


.btn-group{

            display: flex;

            gap:10px;

            padding:10px;

        }

        .letest-event-sec .event-col img{

            width: 100%;

        }

        .btn-1, .btn-2{

            flex: 1;

            border: 1px solid #000;

            text-align: center;

            padding: 10px;

            font-size: 18px;

            border-radius: 36px;

            color: #000;

            font-weight: 700;

        }

        .btn-2{

            background: #f5c752;

                color: #fff;

            border-color: #f5c752;

        }

        .btn-1:hover{

            color: #000;

            opacity: .8;

            border-color: #000;

        }

        .btn-2:hover{

            opacity: .8;

            color: #fff;

        }

 .event-sec ul.nav.nav-tabs {
  justify-content: center;
  border-bottom: 0;
  margin-bottom: 40px;
}
.event-sec ul.nav.nav-tabs li.nav-item {
  width: 100%;
  max-width: 232px;
  font-family: 'Cambria';
}
.event-sec ul.nav.nav-tabs li.nav-item a {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #e7e7e7;
  border-radius: 42px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
.event-sec ul.nav.nav-tabs li.nav-item .nav-link.active, .event-sec ul.nav.nav-tabs li.nav-item .nav-link:hover{
  background-color: #000;
  color: #fff;
  position: relative;
}
.event-sec ul.nav.nav-tabs li.nav-item .nav-link.active:after{
  content: '';
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -10px;
}