
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    border-color: transparent;
    outline: 0;
    color: transparent;
}

img {
    border: 0;
}

.clr {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
address,
strong,
i {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}

body{
    background-color: #000;
	font-family: 'Bungee Spice', 'arial','Comic Sans MS', 'Chalkboard SE', cursive;
	letter-spacing:2px;
}
@media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        font-family: 'Chalkboard SE', 'Arial', 'Comic Sans MS',  cursive; /* Force fallback for iOS */
        color:#fa9205 !important;
    }
}

#loading,
.load-circle:before {
    bottom: 0
}

.m-btn,
.m-btn-link,
.more-btn {
    text-decoration: none !important
}

.m-btn,
.portfolio-filter li {
    cursor: pointer;
    text-transform: uppercase
}

.counter-col h6,
.m-btn,
.m-btn-link,
.more-btn,
.portfolio-filter li,
.progress-lt h6 {
    text-transform: uppercase
}

/* ============================
            common 
========================= */
.tittle-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.tittle-content h2 {
    font-size: 35px;
    color: #fa9205 !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
	font-family: 'Bungee Spice', cursive;
	letter-spacing:2px;
}
.tittle-content p{
    font-size: 16px;
    color:#fa9205 !important;
    font-weight: 500;
    line-height: 28px;
}
.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.mb-70{
    margin-bottom: 70px;
}
.mt0 {
    margin-top: 0 !important;
}
.pt-120{
    padding-top: 120px;
  } 
  .pb-120{
    padding-bottom: 120px;
  }
img {
    max-width: 100%
}


@media (max-width:767px) {
    .pt-120{
        padding: 60px 0
    }
    .pb-120{
        padding: 60px 0
    }
}
.social-icons {
    margin: 0;
    padding: 0
}

.social-icons li {
    display: inline-block;
    vertical-align: top;
    list-style: none
}

.social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    border-radius: 50%;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s
}
.border-line{
    border-bottom: 1px solid #fff;
}
.m-btn,
.m-btn-link,
.more-btn,
.section-title h2 {
    display: inline-block
}

.social-icons li a:hover {
    background: #333;
    color: #fa9205 !important;
}

.section-title h2 {
    margin: 0;
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 35px;
    z-index: 1;
    color: #151515
}

.section-title p {
    margin: 0;
    font-size: 16px
}

.blog_grid {
    margin-top: 80px;
}
/*-----navber-----*/
.navbar-nav {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.header {
  background-color: transparent;
  z-index: 999;
  display: block;
  position: fixed;
  width: 100%;
}
.header--fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #070505;
}
@media screen and (max-width: 1240px){
    .header {
        background-color: #070505;
      }
}
@media screen and (max-width: 991px){
    .nav-link {
        text-align: center;
        border-bottom: 1px solid #fff;
        font-size: 14px;
    }
}
@media screen and (max-width: 372px){
    .navbar-brand {
        font-size: 32px !important;
    }
}
.fas.fa-bars {
    color: #fa9205 !important;
}
.header .navbar {
  padding-block: 0.75rem;
}
@media (min-width: 992px) {
  .header .navbar {
    padding-block: 1.35rem;
  }
}
@media (min-width: 1200px) {
  .header .navbar-collapse {
    margin-top: 0;
  }
}

.nav-link {
  color: #fa9205 !important;
  font-weight: 700;
  text-transform: capitalize;
}
.navbar-brand {
    font-size: 40px;
    font-weight: 700;
    color: #fa9205 !important;
}
.navbar-brand:hover{
    color: #fa9205 !important;
}
@media (min-width: 1200px) {
  .nav-link {
    text-align: left;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.navbar-nav a:hover {
    color: #fa9205 !important;
}
.nav-link--active, .nav-link:hover, .nav-link:focus {
  color: #FB6468;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.navbar-toggler--icon {
  background-color: #fa9205 !important;
  height: 2px;
  width: 27px;
  -webkit-transform: rotate(45deg) translateY(-5px);
  -moz-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  -o-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
}
.navbar-toggler--icon:after, .navbar-toggler--icon:before {
  background-color: #fa9205 !important;
  height: 2px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.navbar-toggler--icon:after {
  bottom: 7px;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(-6px);
  -moz-transform: rotate(-90deg) translateX(-6px);
  -ms-transform: rotate(-90deg) translateX(-6px);
  -o-transform: rotate(-90deg) translateX(-6px);
  transform: rotate(-90deg) translateX(-6px);
}
.navbar-toggler--icon:before {
  top: 7px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.navbar-toggler.collapsed .navbar-toggler--icon {
  transform: none;
}
.navbar-toggler.collapsed .navbar-toggler--icon:after {
  transform: none;
}
.navbar-toggler.collapsed .navbar-toggler--icon:before {
  opacity: 1;
  transform: none;
}

.social-btns {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .social-btns {
    margin-left: 20px;
    flex-direction: row;
    margin-top: 0;
  }
}
.social-btns .default-btn {
  border-radius: 99px;
}
.social-btns .default-btn:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: linear-gradient(0deg, #FB6567 0%, #EC008B 101.5%);
}

/*=-=-=-======< Section header start here >==========-=-=-=-*/
.section-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header p {
  max-inline-size: 63ch;
  margin: auto;
}
  
/*-----navber-----*/


.home-banner{
    background: url(../images/banner/banner-1.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}
.home-banner::before{
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
}
.banner-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding: 250px 0px;
}
.banner-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fa9205 !important;
    line-height: 24px;
   text-transform: uppercase;
}
.banner-content h2 {
    font-size: 72px;
    font-weight: 700;
    color: #fa9205 !important;
    margin: 25px 0 50px;
}

.banner-content p {
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    padding: 0 0 35px;
    color: #fa9205 !important;
    line-height: 24px;
}

.btn-bar a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    text-align: center;
    color: #fa9205 !important;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 5px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: all 0.5s ease-in-out;
    background: transparent;
    border: 1px solid #fff;
}
.btn-bar a:hover{
   background: #fff;
   border: 1px solid #fff;
   color: #170201;
}
.btn-bars.style-two .btn-two {
    background: #fff;
    color: #000;
    transition: all 0.5s ease-in-out;
    margin-left: 15px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    text-align: center;
    padding: 15px 30px;
    border: 1px solid #fff;
}
.btn-bars.style-two .btn-two:hover {
    background: transparent !important;
    border: 1px solid #fff;
    color: #fa9205 !important;
}

/* ===========================================================
               About us Part
===============================================================*/
#aboutus{
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.aboutus {
    position: relative;
}
.about-thump img {
    width: 100%;
    height: auto;
}
.about-content h2 {
    font-size: 42px;
    position: relative;
    color: #fa9205 !important;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    z-index: 9;
}

.about-content p{
    color: #fa9205 !important;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
}

/* ---------- Artist part --------- */
.artist-thump img {
    width: 100%;
}
.artist-thump {
    max-width: 200px;
    margin: 0 auto;
}
.artist-content {
    margin-top: 10px;
    text-align: center;
}
.artist-content h3 {
    color: #fa9205 !important;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.artist-content p {
    color: #fa9205 !important;
    margin-bottom: 20px;
}
.artist-items {
    border: 1px solid #262424;
    padding: 30px 20px;
}
.artist-img{
    padding: 0;
}
.artist-info {
    margin-top: 50px;
    margin-left: -25px;
    z-index: 9;
}
.artist-info h2{
    font-size: 24px;
    color: #fa9205 !important;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Bungee Spice', cursive;
    margin-bottom: 8px;
    text-transform: capitalize;
    z-index: 9;
}
.artist-info h3{
    font-size: 16px;
    color: #fa9205 !important;
    line-height: 24px;
    font-weight: 400;
     font-family: 'Bungee Spice', cursive;
    margin-bottom: 20px;
    text-transform: capitalize;
    z-index: 9;
}
.artist-info p{
    width: 330px;
    font-size: 14px;
    color: #fa9205 !important;
    line-height: 24px;
    font-weight: 400;
     font-family: "Open Sans";
    margin-bottom: 15px;
    text-transform: capitalize;
    z-index: 9;
}
.artist-info ul li a{
    margin-right: 10px;
    text-align: center;
    border: 1px solid #fff;
    float: left;
    color: #fa9205 !important;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
     -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}
.artist-info ul li:last-child a{
    margin-right: 0px;
}
.artist-info ul li a:hover {
    color: #7f479a;
    background: #f7ea66;
    border: 1px solid #f7ea66;
    box-shadow: 0px 0px 40px 4px rgba(249, 220, 4, .2);
    -webkit-box-shadow: 0px 0px 40px 4px rgba(249, 220, 4, .2);
    -moz-box-shadow: 0px 0px 40px 4px rgba(249, 220, 4, .2);
    -o-box-shadow: 0px 0px 40px 4px rgba(249, 220, 4, .2);
}
/* ==============================
      Gallery Part start
=================================*/
#gallery{
    overflow: hidden;
}
.gallery .heading{
    padding-top: 64px;
}
.gallery-padding{
    padding-left: 0;
    padding-right: 0;
        z-index: 99;
}
.gallery-overlay{
    position: relative;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  height:100%;
  transition: all 0.5s ease-in-out ;
  opacity: 0;
}
.gallery-overlay:hover .overlay {
 opacity: 1;
}
.gallery-content h2{
    font-size: 42px;
    text-align: center;
    color: #fa9205 !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50%;

}

/* ==============================
        testimonial  Part Start
   ============================== */

.testimonial-section{
    position: relative;
    padding-bottom: 60px;
    z-index: 9;
    overflow: hidden;
}
.testimonial-item img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.testimonial-info {
    z-index: 9;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item {
    text-align: center;
}
.testimonial-info h2{
    font-size: 20px;
    color: #fa9205 !important;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    z-index: 9;
}
.testimonial-info p{
    font-size: 14px;
    color: #fa9205 !important;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
    padding-top: 10px;
    z-index: 9;
    line-height: 28px;
}
.testimonial-img{
    z-index: 99;
}
.testimonial-overlay{
    position: relative;
}
.testimonial-overlay:after{
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    left: -5%;
    top: -70px;
    height: 175%;
    background: url(../images/Scratch.png);
    background-repeat: no-repeat;
}

/*=====================================
     Testimonial  part end
=======================================*/
/* ==============================
        Ticket Part Start
   ============================== */
   .ticket-items {
    text-align: center;
    border: 1px solid #2f2b2b;
    padding: 50px 30px;
}
.ticket-inner p {
    color: #fa9205 !important;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}

.ticket-inner h2{
    font-size: 16px;
    color: #fa9205 !important;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    z-index: 9;
}
.ticket-inner h5{
    font-size: 42px;
    color: #fa9205 !important;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin: 30px 0 40px;
    z-index: 9;
}
.btn-ticket a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    line-height: 24px;
    color: #fa9205 !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: all 0.5s ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    
}
.btn-ticket {
    margin-top: 30px;
}
.btn-ticket a:hover{
    background-color: #fa9205 !important;
    border: 1px solid #fff;
    color: #170201;
}
/* ==============================
        Ticket Part End
   ============================== */

/* ==============================
        Invitation Start
   ============================== */
#invitation{
    position: relative;
    overflow: hidden;
    z-index: 99;
}
#invitation:before {
    content: '';
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 48%;
    top: -213px;
    height: 37%;
    background: url(../images/title-spider.png);
    background-repeat: no-repeat;
}
.invite{
      z-index: 999;
}
.invitation-section input [type="email"]:focus {
    outline: none !important;
    border-color: #fa9205 !important;
    color: #fa9205 !important;
}
.input-question.style-two input {
    border: 1px solid #ebebeb;
    padding: 15px 20px;
    width: 100%;
    border-radius: 5px;
    background: transparent;
    color: #fa9205 !important;
    outline: none;
    font-weight: 600;
}
.input-question textarea {
    width: 100%;
    outline: none;
    font-size: 18px;
    color: #555555;
    padding-bottom: 5px;
    border: 1px solid #f0f0f0;
    padding: 20px 20px 80px;
    border-radius: 5px;
    background: transparent;
    color: #fa9205 !important;
    font-weight: 600;
}
.invitation-section input:focus { 
    outline: none !important;
    border-color: #fa9205 !important;
    color: #fa9205 !important;
}
.invitation-section::placeholder {
    color: #2c0047;
    opacity: 1; /* Firefox */
}

.invitation-section:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #2c0047;
}

.invitation-section::-ms-input-placeholder { /* Microsoft Edge */
   color: #2c0047;
}
.invitation-section select{
    margin-bottom: 10px;
	position: relative;
	color: #ccc;
	text-transform: capitalize;
	resize: none;
	border: 0.5px solid #fff;
	font-size: 14px;
    font-family: 'Bungee Spice', cursive;
	height: 30px;
	background: transparent;
	width: 560px;
	padding-left: 10px;
}
.invitation-section select option{
    color: #222;
}
.invitation-section .btn-bar{
    margin-top: 30px;
    margin-bottom: 50px;
}
/* ==============================
        Invitation End
   ============================== */
/*=====================================
 start of contact Part Css
=======================================*/



.contact-section:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #2c0047;
}

.contact-section::-ms-input-placeholder { /* Microsoft Edge */
   color: #2c0047;
}
.contact-section input:focus { 
    outline: none !important;
    border-color: #f7ea66;
    color: #f7ea66;
}
.input-group-btn a{
    color: #7f479a;
	font-size: 16px;
	font-weight: 400;
    font-family: 'Bungee Spice', cursive;
	line-height: 24px;
}
.cont-icon{
     z-index: 99;
    position: relative;
}
.cont-icon h6{
    color: #fa9205 !important;
    font-size: 45px;
	font-weight: 700;
    padding: 20px 0;
    line-height: 45px;
    text-transform: uppercase;
}

.cont-icon ul {
    margin-bottom: 50px;
}

.cont-icon ul li {
    display: inline-block;
    margin-right: 6px;
    z-index: 99;
}
.cont-icon ul li a {
    text-align: center;
    border: 1px solid #fff;
    float: left;
    color: #fa9205 !important;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.cont-icon ul li a:hover {
    color: #170201;
    background: #fff;
    border: 1px solid #fff;
}

/*=====================================
 End of contact Part Css
=======================================*/

/*=====================================
 Start of Footer Part Css
=======================================*/

#footer {
   
    padding: 20px 0;
    border-top: 0.3px solid #2f2b2b; 
   z-index: -9;
}
.footer_text a{
    color: #fa9205 !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.footer_text p {
    color: #fa9205 !important;
    font-weight: 600;
}
/*=====================================
 End of Footer Part Css
=======================================*/

.team-items {
    border: 1px solid #262424;
    padding: 30px 30px;
}
.team-thump img{
    width: 100%;
}
.team-content {
    text-align: center;
    margin-top: 20px;
}
.team-content a {
    font-size: 24px;
    color: #fa9205 !important;
    font-weight: 700;
    text-transform: capitalize;
}
.team-content p{
    font-size: 16px;
    color: #fa9205 !important;
    font-weight: 500;
    margin-top: 10px;
}
.team-icon {
    margin-top: 15px;
}
.team-icon li{
    margin-right: 20px;
}
.team-icon li .fa-brands.fa-facebook-f {
    color: 	#4267B2;
}
.team-icon li .fa-brands.fa-twitter{
    color: 	#00acee;
}
.team-icon li .fa-brands.fa-linkedin-in{
    color: #0072b1;
}
.team-icon li .fa-brands.fa-instagram{
    color:#C13584;
}  
.team-icon li .fa-brands.fa-whatsapp{
    color:#25D366;
} 
.btn-bar.style-three {
    margin-top: 60px;
}
.btn-bar.style-three .gallery-btn{
    padding: 15px 50px;
}
.form-group input {
    width: 49.2%;
    float: left;
    padding: 16px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-bottom: 15px;
    margin-right: 10px;
    background:transparent;
    color:#fff;
}
.form-group textarea {
    width: 99.2%;
    border-radius: 25px;
    padding: 25px;
    background:transparent;
    border: 1px solid #fff;
    color:#fff;
}

.form-group button {
    width: 100%;
    padding: 15px 20px;
    border-radius: 25px;
    margin-top: 15px;
    border: 1px solid #777;
    background:transparent;
    color:#fff;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.form-group button:hover{
    background:#fff;
    color:#777;
}
.form-message.success {
    color: #fa9205 !important;
}
button.top-btn {
    position: fixed;
    background: rgb(249, 65, 3);
    font-size: 18px;
    bottom: 10%;
    right: 4%;
    padding: 10px 14px;
    border-radius: 5px;
}
button.top-btn i{
    color: #fa9205 !important;
}