
  *{
	font-family: 'Manrope', sans-serif;
  }
  *::-webkit-media-controls-panel {
	display: none!important;
   -webkit-appearance: none;
  }
  
  /* Old shadow dom for play button */
  
  *::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
  }
  
  /* New shadow dom for play button */
  
  /* This one works */
  
  *::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
  }

  html,
body {
    overflow-x: hidden !important;
}
  body{
	scroll-behavior: smooth !important;
	background-color: #000 !important;
  }
  html {
	--scrollbarBG: #171717;
	--thumbBG: #D69636;
  }
  ::-webkit-scrollbar {
	width: 3px;
  }
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 6px;
  }
   
  ::-webkit-scrollbar-thumb {
	background: #D69636; 
	border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
	background: #171717; 
  }
  
/*  */
.relativeMain{
	position: relative;
}
.navtabstylemain{
    padding:20px 6% 0px 6%;
}
.supportTxt{
	position: absolute;
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 800;
	/* transform: rotate(90deg); */
	letter-spacing: 0.03em;
	text-transform: uppercase;
	left: 118px;
	margin-top: 20px;
	bottom: -58px;
	margin-bottom: 32px;
	/* margin-left: 106px; */
	text-align: center;
	width: fit-content;
	color: #adadad;
}
.padzcalmain{
    padding:0px 6%;
}
 .navbarMain{
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	z-index: 99;
 }
  .overlayMain{
	background-color: #07050085;
	width: 100%;
	z-index: 20 !important;
	height: 100%;
	position: relative;
  }
  #logoMain{
	max-width: 100%;
	height: 89px;
  }
 .bgUltraMain{
	position: fixed;
	overflow-x: hidden;
	top: 0px;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
 }
 .btnRsvp{
	color: #000 !important;
	background-color: #DEBF6F;
	font-size: 15px;
	text-decoration: none;
	line-height: 90%;
	padding: 14px 42px;
	transition: .1s all ease-in;
 }
 .btnRsvp:hover{
	background-color: #D69636;
	transition: .3s all ease-in;
 }

 .black{
	background:#00000000;
  }
  
  .blue{
	background:#000000dd;
  }
  .blob.orange {
	background-color: rgba(255, 121, 63, 0.598);
	box-shadow: 0 0 0 0 rgb(255, 0, 4);
	animation: pulse-orange 2s infinite;
}
.footerLogoVideo{
	max-width: 100%;
	/* height: 120px; */
}
@keyframes pulse-orange {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 77, 0, 0.856);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
	}
}
  
  .scroll-to-top {
	position: relative;
  }
  
  .btn-position {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 20;
  }
  .icon-style:hover {
	animation: none;
	background: #fff;
	color: #551b54;
	border: 2px solid #551b54;
  }
  
  @keyframes movebtn {
	0% {
	  transform: translateY(0px);
	}
	25% {
	  transform: translateY(20px);
	}
	50% {
	  transform: translateY(0px);
	}
	75% {
	  transform: translateY(-20px);
	}
	100% {
	  transform: translateY(0px);
	}
  }
  .btn-style {
	background-color: #D69636;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 12px;
	color: #000;
	cursor: pointer;
	animation: movebtn 3s ease-in-out infinite;
	transition: all 0.5s ease-in-out;
	font-size: 32px;
	font-weight: bolder;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
  }
 


#noise-bg {
	background: #000
		url("https://portfolio-v4-abjt14.vercel.app/assets/images/noise/noise.png")
		repeat 0 0;
	background-repeat: repeat;
	opacity: 1;
}


@keyframes noise {
	0%,
	100% {
		background-position: 0 0;
	}
	10% {
		background-position: -5% -10%;
	}
	20% {
		background-position: -15% 5%;
	}
	30% {
		background-position: 7% -25%;
	}
	40% {
		background-position: 20% 25%;
	}
	50% {
		background-position: -25% 10%;
	}
	60% {
		background-position: 15% 5%;
	}
	70% {
		background-position: 0 15%;
	}
	80% {
		background-position: 25% 35%;
	}
	90% {
		background-position: -10% 10%;
	}
}
/* Noise Bg Ends */
/* .heroContentMain{
    padding: 120px 0px 60px 0px;
} */
.ultraContainer{
    padding: 0px 6%;
}
.bgWave{
    background-image: url('./Assets/bgWave.svg');
    background-position: top;
    background-size: cover;
    background-repeat: repeat;

}
.alignCenter{
	text-align: center;
}

.contentBlock{
	text-align: right;
}
.ultraSoulflypLogo{
	max-width: 100%;
	height: 160px;
	margin-bottom: 62px;
}
.ultraMainHead{
	color: #fff;
	text-align: right;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 24px;
	font-family: 'Manrope', sans-serif;
	font-style: italic;
}
.subheadHero{
	color: #fff;
	text-align: right;
	line-height: 150%;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Manrope', sans-serif;
}
.alignMiddle{
	justify-content: center;
	align-items: center;
}
.resImgMap{
	max-width: 100%;
	height: auto;
}
#delhi, #chennai , #bangalore , #chandigarh , #indore , #gujarat , #goa , #hyderabad , #mumbai , #kolkata ,#odissa , #kolkat {
    animation: zoom-in-zoom-out-star 2s infinite ease-out;
    transform-origin: center;
    transform-box: fill-box;
}

.cityNameIcon{
	justify-content: flex-start;
    align-items: center;
}

@keyframes zoom-in-zoom-out-star {
    0% {
        transform: scale(.9, .9);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(.9, .9);
    }
}
.popuplink{
	cursor: pointer;
}
.bookBtnModal{
	color: #000 !important;
	background-color: #DEBF6F;
	font-size: 15px;
	text-decoration: none;
	line-height: 90%;
	padding: 14px 42px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	transition: .1s all ease-in;
	/* color: #DEBF6F;
	font-size: 16px;
	text-decoration: none;
	line-height: 90%;
	margin-top: 32px;
	font-family: 'Printvetica';
	padding: 14px 32px;
	border: 1px solid #D69636;
	transition: .1s all ease-in; */
}
.bookBtnModal:hover{
	background-color: #D69636;
	color: #000;
	transition: .3s all ease-in;
	border: 1px solid #DEBF6F;
}
.alignRight{
	text-align: left;
}
#square {
	width: 200px;
	height: 200px;
	background: grey;
	transform: rotateY(45deg);
	animation: rotateAnimation 1s linear infinite;
}
.cityNameModal{
	color: #DEBF6F;
	font-size: 36px;
	margin-left: 28px;
	padding-top: 20px;
	line-height: 90%;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	margin-bottom: 0px;
}
.cityIconModal{
	max-width: 100%;
	height: 120px;
}
@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}
.modal-content{
	border: 1px solid #d69636b4 !important;
	background-color: #000 !important;
	border-radius: 0px !important;
	background-size: cover;
	padding: 0 18px !important;
	background: #000
		url("https://portfolio-v4-abjt14.vercel.app/assets/images/noise/noise.png")
		repeat 0 0;
	background-repeat: repeat;
	opacity: 1;
}
.modal-header{
	border-bottom: none !important;
	padding-right: 0px !important;
}
 .modal-footer{
	border-top: none !important;
}
.modalCloseMain{
	background-color: transparent;
	outline: none !important;
	border: none !important;
	text-align: right;
	margin-left: auto;
}
.modalClose{
	max-width: 100%;
	height: 26px;
}
.btn-close:focus {
    outline: 0px;
    box-shadow: none !important;
}
div#exampleModal{
	padding-right: 0px !important;
}
.dtBlock{
	display: flex;
}
.timeBlock{
	margin: 0px 24px;
}
.ModalIconMap{
	max-width: 100%;
	height: auto;
}
.dateBlock, .timeBlock,  .venueBlock{
	display: flex;
}
.mainContentModal{
	margin-top: 28px;
}
.locationLink{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	color: #fff;
	text-decoration: none;
}
.locationLink:hover{
	color: #DEBF6F;
}
.ModalInfoEvent{
	color: #fff;
	font-size: 22px;
	margin-top: 6px;
	margin-left: 8px;
	margin-bottom: 4px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
}
.paraDiscModal{
	padding: 28px 0px;
	margin: 24px 0px 42px 0px;
	border-top: 1px solid #d696367f;
	border-bottom: 1px solid #d696367f;
}
.dateSch{
	display: flex;
}
.txtDescModal{
	color: rgb(222, 222, 222);
	text-align: left;
	margin: 0px;
	line-height: 160%;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
}
.modalSliderArtist{
	margin-top: 12px;
	margin-bottom: 52px;
}
.dateSchMain{
	margin-left: 6px;
}
.timeSchMain{
	margin-right: 4px !important;
}
.modalHeadLineUp{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	background: linear-gradient(180deg, #D69636 5.15%, #DEBF6F 92.3%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-transform: uppercase;
}
.arModalImg{
	max-width: 100%;
	height: auto;
	opacity: 1 !important;
}
.arModalImg:hover{
	border: 4px solid #D69636;
	transition: .2s all ease-out;
	cursor: pointer;
}
.arNameModal{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #fff;
	margin-top: 12px;
	text-transform: uppercase;
}
.cityTakeoversBlock{
	padding: 0px 0px 80px 0px;
}
.embeddContent{
	border: 1px solid #debf6f5a;
	padding: 1% 3% 3% 3%;
}
.headingmain{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	background: linear-gradient(180deg, #D69636 5.15%, #DEBF6F 92.3%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.leftSpaceHead{
	margin-bottom: 32px;
}
.cityNamesBlock{
	margin-top: 32px;
}
.cityIconFlex{
	display: flex;
	margin-bottom: 28px;
}
.owl-theme .owl-dots .owl-dot span{
	background: #D69636 !important;
	/* display: none !important; */
}
.locationIconB{
	max-width: 100%;
	height: 28px;
}
.cityHeadBlock{
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	font-size: 22px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.leftSpaceMiddle{
	margin-left: 32px;
}
@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}
.animateBlockFirst{
	text-align: right;
	padding-right: 32px;
	margin-bottom: 42px;
}
.animatecircle{
	max-width: 100%;
	height: 160px;
	animation-name: rotate;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
.arLineUpBlock{
	/* border-bottom: 1px solid #d69636a3; */
	padding: 170px 0px 0px 0px;
}
.photoGalleryBlock{
	/* border-bottom: 1px solid #d69636a3; */
	padding: 100px 0px 0px 0px;
}
.subheadCityAr{
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	line-height: 120%;
	margin-top: 12px;
	color: #FFFFFF;
}
.navTabsContainer{
	margin-top: 38px;
}
.animateBlockSecond{
	margin-right: 52px;
	text-align: right;
}
.customTabNav{
	padding: 14px 36px !important;
	border: 1px solid #D69636 !important;
	background-color: transparent !important;
	border-radius: 0px !important;
	font-weight: 800 !important;
	font-family: 'Manrope', sans-serif !important;
	font-size: 17px !important;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF !important;
	margin-right: 28px;
}
.customTabNav:hover{
	background-color: #DEBF6F !important;
	border: 1px solid #DEBF6F !important;
	color: #000 !important;
	transition: .3s all ease-in;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #000 !important;
	background-color: #DEBF6F !important;
}
div#nav-tab {
    border: none;
}
.sliderNameCity{
	margin-top: 36px;
	margin-bottom: 20px;
}
.cityHeadBlockAr{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 26px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 12px;
}
.sliderArMain{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 14px;
	letter-spacing: 0.08em;
}
/* .clients-slideshow-main.slideleft-r {
    animation: slideleft 500s linear infinite;
    -webkit-animation: slideleft 500s linear infinite;
    background-image: url('./Assets/animate/animateLine.png');
} */
.clients-slideshow-main {
    background-size: 1500px;
    background-repeat: repeat-x;
    width: 100%;
    height: 240px;
}
@keyframes slideleft {
	0% {
		background-position: -10000px;
	}
	100% {
		background-position: 0;
	}
}

.sechduleBlock{
	padding: 170px 0px 0px 0px;
	
}
.artistsNew{
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.subHeadSchedule{
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	line-height: 160%;
	color: #F4F1E9;
}
.cityNameSchedule{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #D69636;
	margin: 0px;
}
.cityNameSchedule:hover{
	text-decoration: underline;
	color: #DEBF6F;
	transition: .2s all ease-in;
}
.scheduleContainer{
	margin-top: 14px;
}
.infoSch{
	display: flex;
}
.schMiniIcons{
	margin-right: 6px;
}
.timeSch{
	/* margin: 0px 72px; */
}
.calndrBtn{
	color: #DEBF6F;
	padding: 10px 32px;
	border: 1px solid #DEBF6F;
	font-size: 15px;
	text-decoration: none;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
}
.calndrBtn:hover{
	background-color: #D69636;
	color: #000;
	transition: .3s all ease-in;
}

.calndrBtn1{
	color: grey;
	padding: 10px 32px;
	border: 1px solid grey;
	font-size: 15px;
	text-decoration: none;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
}
.calndrBtn1:hover{
	background-color: grey;
	color: #000;
	transition: .3s all ease-in;
}

.schMiniIcons{
	max-width: 100%;
	height: 20px;
}
/* .dateSchMain, .venueSchMain , .timeSchMain{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	color: #fff;
	padding-top: 4px;
	margin: 0px;
} */

.dateSchMain{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	color: #fff;
	padding-top: 4px;
	margin: 8px;
}

.venueSchMain
{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	color: #fff;
	padding-top: 4px;
	margin: 8px;
}

.timeSchMain
{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	color: #fff;
	padding-top: 4px;
	margin: 8px;

}


.bbSch{
	border-bottom: 1px solid #d69636a2 !important;
	padding-bottom: 26px;
	padding-top: 26px;
}
.btnBook{
	/* margin-left: 62px; */
	margin-top: 8px;
}
.btnSchImg{
	max-width: 100%;
	height: auto;
	transition: .2s all ease-in;
}
.btnSchImg:hover{
	transition: .4s all ease-in;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.viewAllBtn{
	color: #DEBF6F;
	font-size: 16px;
	text-decoration: none;
	line-height: 90%;
	font-family: 'Printvetica';
	padding: 16px 42px;
	border: 1px solid #D69636;
	transition: .1s all ease-in;
}
.btnViewAll{
	margin-top: 62px;
}
.btnViewAllFaq{
	margin-top: 42px;
}
.viewAllBtn:hover{
	background-color: #DEBF6F;
	color: #000;
	transition: .3s all ease-in;
	border: 1px solid #DEBF6F;
}
.faqBlock{
	padding: 170px 0px 30px 0px;
}
.accordion {
	--bs-accordion-bg: #0000 !important;
	--bs-accordion-border-color: #d6963600 !important;
    --bs-accordion-border-width: 1px !important;
    --bs-accordion-border-radius: 0px !important;
}
.accordion-header{
	background-color: transparent !important;
}
.accordion-item{
	margin-bottom: 28px;
	background-color: #00000051 !important;
	border: 1px solid #D696368F !important;
}
.faqHead{
	font-size: 19px !important;
	font-family: 'Manrope', sans-serif !important;
	font-weight: 800;
	line-height: 150%;
	color: #DEBF6F !important;
}
.faqPara{
	font-family: 'Manrope', sans-serif !important;
	font-weight: 500;
	font-size: 15px;
	padding-top: 0px !important;
	line-height: 160%;
	color: #F4F1E9 !important;
}
button.accordion-button {
    background-color: transparent !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}
/* navbar */
#navbar {
	overflow: hidden;
	/* background-color: #f1f1f1; */
	padding: 30px 10px;
	transition: 0.4s;
	/* position: fixed; */
	width: 100%;
	top: 0;
	z-index: 99;
  }
  .center{
	text-align: center;
  }
  #navbar a {
	float: left;
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 12px;
	text-decoration: none;
	font-size: 18px; 
	line-height: 25px;
	border-radius: 4px;
  }

  #navbar #logo {
	font-size: 35px;
	font-weight: bold;
	transition: 0.4s;
  }
  
  #navbar a:hover {
	color: #DEBF6F;
  }

  #navbar a.active {
	background-color: dodgerblue;
	color: white;
  }

  #navbar-right {
	float: right;
  }
  #navbar-left {
	float: left;
  }
  .flexFooterStart{
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .footerMain{
	padding-top: 80px;
	padding-bottom: 20px;
  }
  .goldenleft{
	width: 100%;
	color: #DBAF59;
	height: 2px !important;
	margin-top: 95px;
  }
  .bottomContentFooter{
	border: 1px solid #debf6f63;
	padding-bottom: 120px;
	padding: 80px 2% 10px 2%;
  }
  .footerLinks{
	text-align: center;
  }
  .footerLogo{
	/* max-width: 100%; */
	/* height: 171px; */
  }
  .headFooter{
	color: #DEBF6F;
	font-size: 23px;
	text-decoration: none;
	line-height: 120%;
	margin-bottom: 20px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	transition: .1s all ease-in;
  }
  .footerLinksMain , .linksFooter{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 120%;
	margin-bottom: 18px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	transition: .1s all ease-in;
  }
  .footerLinksMain:hover{
	color: #D69636;
	transition: .3s all ease-in;
  }
  .socialIcons{
	max-width: 100%;
	height: 42px;
  }
  .socialLinksa{
	text-decoration: none;
  }
  .spaceFooterSocial{
	margin: 0px 30px;
  }
  .accordion-button::after {
    background-image: url('./Assets/icons/bottomarrow.svg') !important;
	height: 20px !important;
}
/* new */
.mvMainBlock{
	position: relative;
	justify-content: center;
	align-items: center;
}
.buttonScrollDown{
	text-align: center;
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.containerSD {
	position: relative;
	width: 24px;
	height: 24px;
  }
  .pulseEffect{
  animation: pulseEf 2s linear alternate infinite;
  }
  
  @keyframes pulseEf {
	to {
	  opacity: 1;
	}
  }
  .chevron {
	position: absolute;
	width: 28px;
	height: 4px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
  }
  
  .chevron:first-child {
	animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #DBAF59;
  }
  
  .chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
  }
  
  @keyframes move {
	25% {
	  opacity: 1;
  
	}
	33% {
	  opacity: 1;
	  transform: translateY(30px);
	}
	67% {
	  opacity: 1;
	  transform: translateY(40px);
	}
	100% {
	  opacity: 0;
	  transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
  }

  .timeATxt{
	margin-top: 24px;
	font-family: 'Printvetica';
	font-size: 18px;
	width: fit-content;
	line-height: 100%;
	color: #fff;
  }
  .text {
	display: block;
	margin-top: 70px;
	margin-left: -65px;
	font-family: 'Printvetica';
	font-size: 17px;
	color: #fff;
	/* text-transform: uppercase; */
	white-space: nowrap;
	opacity: .25;
	animation: pulse 2s linear alternate infinite;
  }
  .text:hover{
	cursor: pointer;
  }
  
  @keyframes pulse {
	to {
	  opacity: 1;
	}
  }

.leftnavbar{
	text-align: right;
	padding-right: 22px;
}
.rightnavbar{
	text-align:left;
	padding-left: 22px;
}

.navlinks{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}
.navlinks:hover{
	color: #D69636;
	transition: .3s all ease-in-out;
}
.scroll-to-top{
	position: fixed;
	bottom: 30px;
	right: 20px;
}
.activeNav{
	color: #DBAF59;
}
.spaceAroundNav{
	margin: 0px 32px;
}
.spaceLeftNav{
	margin-left: 32px;
}
.logoBlockMain{
	text-align: center;
}
.middleTxt{
	padding: 220px 0px 120px 0px;
}
.ultraHeadingMain{
	/* font-family: 'BoldItalic'; */
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 47px;
	text-transform: uppercase;
	line-height: 118%;
	text-align: center;
		color: #D69636;
		margin-bottom: 16px;
		margin-top: 12%;
}
.introUltra{
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	font-size: 22px;
	line-height: 160%;
	text-align: center;
	color: #fff;
	padding: 0 22%;
	margin-top: 4%;
}
.desktop{
	display: block;
}
.mobile{
	display: none ;
}
.container {
	position: absolute;
	width: 100%;
	heigh: 100%;
	text-align: center;
	top: 40%;
	left: 0;
	margin: 0 auto;
	font-family: 'Varela Round', sans-serif;
}
.container p {
	font-size: 20px;
}
.container a {
	display: inline-block;
	position: relative;
	text-align: center;
	color: #D69636;
	text-decoration: none;
	font-size: 20px;
	overflow: hidden;
	top: 5px;
}
.container a:after {
	content: '';
	position: absolute;
	background: #D69636;
	height: 2px;
	width: 0%;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	transition: 0.35s ease;
}
.container a:hover:after, .container a:focus:after, .container a:active:after {
	width: 100%;
}
h1 {
	position: relative;
	text-align: center;
	font-family: 'Varela Round', serif;
}
.button_container {
	position: fixed;
	top: 4%;
	right: 4%;
	height: 27px;
	width: 30px;
	cursor: pointer;
	z-index: 100;
	transition: opacity 0.25s ease;
}
.button_container:hover {
	opacity: 0.7;
}
.button_container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #fff;
}
.button_container.active .middle {
	opacity: 0;
	background: #fff;
}
.socialIcons {
	transition: transform .2s;
  }
  
  .socialIcons:hover {
	-ms-transform: scale(1.3); /* IE 9 */
	-webkit-transform: scale(1.3); /* Safari 3-8 */
	transform: scale(1.3); 
  }
.button_container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #fff;
}
.button_container span {
	background: #fff;
	border: none;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease;
	cursor: pointer;
	opacity: 1;
}
.button_container span:nth-of-type(2) {
	top: 10px;
}
.button_container span:nth-of-type(3) {
	top: 21px;
}
.overlay {
	position: fixed;
	background: #000
	url("https://portfolio-v4-abjt14.vercel.app/assets/images/noise/noise.png")
	repeat 0 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
}
.overlay.open {
	opacity: 1;
	z-index: 12;
	visibility: visible;
	height: 100%;
}

.overlay.open li {
	animation: fadeInRight 0.5s ease forwards;
	animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
	animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
	animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
	animation-delay: 0.5s;
}
.overlay nav {
	position: relative;
	height: 30%;
	color: #D69636;
	top: 40%;
	transform: translateY(-50%);
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'HelveticaBold', serif;
	text-align: center;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
.overlay ul li {
	display: block;
	height: 25%;
	height: calc(100% / 4);
	min-height: 50px;
	position: relative;
	opacity: 0;
}
.overlay ul li a {
	display: block;
	position: relative;
	color: #D69636;
	text-decoration: none;
	overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}
.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	transform: translateX(-50%);
	height: 3px;
	background: #fff;
	transition: 0.35s;
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
   }
	100% {
		opacity: 1;
		left: 0;
   }
}
.venueSchMain{
	margin-left: -2px;
}
.heroUltraBlock{
	padding: 120px 0px 0px 0px;
}
#mapInteractive{
	max-width: 100%;
	height: 80vh;
}
.spaceHeadBottom{
	margin-bottom: 52px;
}
.collaborateBlock{
	padding: 120px 0px 0px 0px;
}
.collaborateBorder{
	border: 1px solid #debf6f98;
	padding: 62px 4%;
	background-color: #0000005f;
}
.txtCollborate{
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	margin-top: 16px;
	font-size: 18px;
	line-height: 160%;
	color: #fff;
}
.collaborateConnect{
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	margin-left: 8px;
	line-height: 150%;
	color: #D69636;
}
.collaborateConnect:hover{
	color: #DEBF6F;
	transition: .2s all ease-in;
}
.contactUsBlock{
	padding: 170px 0px 0px 0px;
}
.form-label{
	color: #fff;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 18px !important;
}
.inputStyle{
	border: 1px solid #d696366c !important;
	background-color: #d6963613 !important;
	border-radius: 0px !important;
	height: 50px !important;
	color: #ffffff !important;
}
.form-control:focus {
    box-shadow: none !important;
	border: 1px solid #ca8824 !important;
}
.txtAreaMain{
	border: 1px solid #d696366c !important;
	background-color: #d6963613 !important;
	border-radius: 0px !important;
	color: #ffffff !important;
}
.formUltra{
	padding: 72px 8% 62px 8%;
	margin: 0px 5%;
	background-color: rgba(0, 0, 0, 0.335);
}
.topScroll{
	max-width: 100%;
	height: 18px;
}
.mtTop{
	margin-top: 20px;
}
.artistImg{
	max-width: 100%;
	height: auto;
}
.cntctFrm{
	width: 100% !important;
	color: #000 !important;
    background-color: #DEBF6F;
    font-size: 16px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
    text-decoration: none;
	text-transform: uppercase;
	margin-top: 18px;
    line-height: 90%;
    padding: 14px 42px;
	border: none !important;
    transition: .1s all ease-in;
	height: 50px !important;
}
.cntctFrm:hover{
	background-color: #D69636 !important;
	color: #000 !important;
}
.copyright{
	text-align: center;
	padding: 60px 0px 0px 0px;
	color: #D69636;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
}
#results{
	color: #D69636;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	margin-top: 20px;
}
.flexDisplay{
	display: flex;
}

  .logoAnimate{
	max-width: 100%;
	height: 96px;
  }
  .bgMobileMain{
	display: none;
  }
  .galleryBlock{
	padding: 180px 0px 120px 0px;
  }
  .headGallery{
	font-weight: 900;
	font-family: 'Manrope', sans-serif;
	font-size: 52px;
	text-align: center;
	margin-bottom: 0px;
	line-height: 150%;
	margin-bottom: 32px;
	color: #D69636;
  }
  .photoGalleryHome{
	margin: 62px 0px 0px 0px;
  }
.spaceGallery{
	margin-bottom: 30px;
}
.centerBtn{
	justify-content: center;
}
.gallery-mb:hover{
	border: 2px solid #d6963600;
	transition: .3s all ease-in;
}
.gallery-mb:hover{
	border: 2px solid #D69636;
    transition: .2s all ease-out;
    cursor: pointer;
}
.spaceHomeGallery{
	margin-bottom: 28px;
}
.GallerybtnMain{
	margin-top: 52px;
	margin-bottom: 52px;
}
.imgHvrBlock {
	position: relative;
	/* width: 50%; */
  }
  
  .image {
	display: block;
	width: 100%;
	height: auto;
  }
  
  .overlayImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000000a1;
  }
  
  .imgHvrBlock:hover .overlayImg {
	opacity: 1;
	cursor: pointer;
	border: 2px solid #D69636;
  }
  
  .textImg {
	color: white;
	font-size: 42px;
	font-family: 'Manrope', sans-serif;
	font-weight: 900;
	width: 100%;
	line-height: 100%;
	text-transform: uppercase;
	position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
  }
  @media screen and (max-width: 767px) {
	.gallery-mb{
		margin-bottom: 30px;
	}
	.spaceHomeGallery{
		margin-bottom: 0px;
		margin-top: 32px !important;
	}
	.GallerybtnMain {
		margin-top: 32px;
		margin-bottom: 20px;
	}
	.photoGalleryHome {
		margin: 32px 0px 0px 0px;
	}
	.galleryBlock{
		padding: 140px 0px 120px 0px;
	  }
	.headGallery {
		font-weight: 900;
		font-family: 'Manrope', sans-serif;
		font-size: 32px;
		text-align: center;
		margin-bottom: 28px;
	}
	.calndrBtn{
		padding: 14px 32px;
	}
	.calndrBtn1{
		padding: 14px 32px;
	}
	body{
		/* height: 100vh; */
		background-image: url('./Assets/bgMobile2.png');
		background-size: cover;
		width: 100vw;
		background-position: top;
		object-fit: cover;
		background-repeat: repeat-y;
		background-color: black;
		overflow-x: hidden;
	}
	.mobile{
		display: block ;
	}
	.desktop{
		display: none;
	}
	.heroUltraBlock{
		padding-top: 150px;
	}
	.bgMobileMain{
        object-fit: cover;
        height: 100vh;
		display: block;
        width: 100vw;
        position: fixed;
        z-index: -1;
		overflow: hidden !important;
    }
	#results{
		font-size: 20px;
		margin-top: 16px;
	}
	.btnRsvp{
		color: #000 !important;
		background-color: #DEBF6F;
		font-size: 15px;
		text-decoration: none;
		line-height: 90%;
		padding: 14px 38px;
		transition: .1s all ease-in;
	 }
	.mRsvp{
		text-align: right;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.mobileNavMain{
        background-color: #000 !important;
        padding:  0px !important;
        border-bottom: 1px solid #d6963643;
		background: #000
		url("https://portfolio-v4-abjt14.vercel.app/assets/images/noise/noise.png")
		repeat 0 0;
     }
	 .mnav{
		text-transform: uppercase;
		font-weight: 800 !important;
		font-family: 'Manrope', sans-serif;
		text-align: right;
		font-size: 18px !important;
		color: #fff !important;
	 }
	 .spaceMobileNav{
		margin-right: 16px !important;
	 }
	 .navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		background-image: url('./Assets/hamburger.svg') !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	.flexDisplay{
		display: block;
	}
	
	.mobileLogoUltra{
        max-width: 100%;
        height: 60px;
     }
	#mapInteractive {
		max-width: 100%;
		height: auto;
	}
	.bgUltraMain{
		height: 100vh;
		width: 100vw;
		object-fit: cover;
	 }
	 .mainContentModal {
		margin-top: 20px;
	}
	 .cityIconModal{
		height: 100px;
	 }
	 #logoAnimateMobile{
		max-width: 100%;
		height: 60px;
	 }
	 .bgUltraMainM{
		width: 100vw;
		position: fixed;
		top: 0px;
		height: 100vh;
		object-fit: cover;
	 }
	 .ease-in {
		animation: grow 8s ease-in infinite;
	  }
	  @keyframes grow {
		0% {
		  font-size: 3em;
		}
		50% {
		  font-size: 8em;
		}
		100% {
		  font-size: 3em;
		}
	  }
	 .overlayMain {
		background-color: #07050084;
	}
	#navbar {
	  padding: 20px 10px !important;
	}
	#navbar a {
	  float: none;
	  display: block;
	  text-align: left;
	}
	#navbar-right {
	  float: none;
	}
	.footerLogo {
		height: 92px;
	}
	.goldenleft {
		margin-top: 62px;
	}
	.bottomContentFooter {
		padding: 50px 2% 10px 2%;
	}
	.copyright{
		text-align: center;
    padding: 60px 0px 0px 0px;
    color: #D69636;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	}
	.topScroll {
		max-width: 100%;
		height: 24px;
	}
	.btn-style {
	padding: 10px;
	}
	.spaceMFooter{
		margin: 28px 0px;
	}
	.headingmain {
		font-size: 28px;
	}
	.spaceHeadBottom{
		margin-bottom: 38px;
	}
	.headFooter {
		font-size: 19px;
		margin-bottom: 10px;
		transition: .1s all ease-in;
	}
	.socialIcons {
		max-width: 100%;
		height: 38px;
	}
	.footerMain {
		padding-top: 10px;
	}
	.faqHead {
		padding: 14px 12px !important;
		font-size: 16px !important;
		line-height: 140%;
	}
	.accordion-item {
		margin-bottom: 24px;
	}
	.faqPara {
		font-size: 15px;
		line-height: 160%;
		padding: 16px 14px !important;
	}
	.clients-slideshow-main {
		background-size: 684px;
		height: 107px;
	}
	.faqBlock {
		padding: 100px 0px;
	}
	.cityNameSchedule {
		font-size: 22px;
		line-height: 120%;
		margin-bottom: 6px;
	}
	.dateSchMain, .venueSchMain, .timeSchMain {
		font-weight: 800;
		font-family: 'Manrope', sans-serif;
		font-size: 15px;
		margin-top: 10px;
		/* margin: 0px; */
	}
	.venueBlock.vbModal{
		margin-left: -2px;
	}
	.spaceRightTiny{
		margin-right: 3px;
	}
	.schMiniIcons {
		max-width: 100%;
		height: 18px;
	}
	.timeSch {
		margin: auto;
	}
	.venueSch {
		margin-top: 3px;
	}
	.knwMreBtn{
		padding: 14px 36px;
		color: #DEBF6F;	
		border: 1px solid #debf6f92;
		font-weight: 800;
		font-family: 'Manrope', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.knwMreBtn1{
		padding: 14px 36px;
		color: grey;	
		border: 1px solid grey;
		font-weight: 800;
		font-family: 'Manrope', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.btnBook {
		margin-top: 28px;
		margin-left: 0px;
	}
	.mobileContainerSch{
		margin-top: 32px;
	}
	.borderBottomSch{
		border-bottom: 1px solid #debf6f45;
		padding-bottom: 32px;	
		margin-bottom: 22px;
	}
	.sechduleBlock {
		padding: 100px 0px 0px 0px;
	}
	.modalSliderArtist {
		margin-top: 8px;
		margin-bottom: auto;
	}
	.arLineUpBlock {
		padding: 100px 0px 0px 0px;
		margin-top: auto;
	}
	.animatecircle {
		height: 80px;
	}
	.sliderArMain {
		font-size: 20px;
		margin-top: 10px;
	}
	.subHeadSchedule {
		font-size: 16px;
	}
	.subheadCityAr {
		font-size: 16px;
		line-height: 160%;
		margin-top: 8px;
	}
	.sliderNameCity {
		margin-top: 26px;
		margin-bottom: 10px !important;
	}
	.cityHeadBlockAr {
		font-size: 18px;
		margin-left: 4px;
	}
	.navTabsContainer {
		margin-top: 24px;
	}
	.modalHeadLineUp {
		font-size: 28px;
	}
	.locationIconB {
		height: 19px;
	}
	.cityHeadBlock {
		font-size: 16px;
		margin-left: 2px;
	}
	.cityIconFlex {
		margin-bottom: 22px;
	}
	.accordion-button::after {
		background-image: url('./Assets/icons/bottomarrow.svg') !important;
		height: 20px !important;
		/* margin-left: 8px !important; */
	}
	.buttonScrollDown {
		text-align: center;
		position: absolute;
		bottom: 15%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	.sLTiny{
		margin-left: 5px !important;
	}
	.modal-body{
		padding: 0px !important;
		overflow-x: hidden;
	}
	.cityNameModal{
		font-size: 28px;
		margin-left: 0px;
	}
	.timeBlock{
		margin: auto;
	}
	.paraDiscModal {
		padding: 22px 0px;
		margin: 18px 0px 36px 0px;
		border-top: 1px solid #d696367f;
		border-bottom: 1px solid #d696367f;
	}
	.ModalIconMap {
		max-width: 100%;
		height: 18px;
	}
	.alignRight{
		margin-bottom: 42px;
	}
	.ModalInfoEvent{
		font-size: 16px;
		margin-top: -2px;
    margin-left: 8px;
    margin-bottom: 10px;
	}
	.txtDescModal{
		font-size: 14px;
	}
	.leftSpaceMiddle {
		margin-left: auto;
	}
	.linksFooter {
		color: #fff;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.customTabNav {
		padding: 10px 20px !important;
		font-size: 14px !important;
		margin-right: 16px;
		margin-bottom: 16px !important;
	}
	.collaborateConnect {
		font-size: 18px;
		margin-left: 0;
		line-height: 160%;
	}
	.owl-nav {
		display: none;
	}
	.collaborateBlock {
		padding: 100px 0px 0px 0px;
	}
	.collaborateBorder {
		padding: 42px 5%;
	}
	.txtCollborate {
		margin-top: 10px;
		font-size: 16px;
	}
	.contactUsBlock {
		padding: 100px 0px 0px 0px;
	}
	.form-label {
		font-size: 16px !important;
	}
	.cntctFrm {
		font-size: 15px;
		margin-top: 12px;
		height: 46px !important;
	}
	.inputStyle {
		height: 45px !important;
	}
	.formUltra {
		padding: 42px 6% 42px 6%;
		margin: 0px 0%;
		background-color: rgba(0, 0, 0, 0.335);
	}
	.ultraHeadingMain{
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 800;
		font-family: 'Manrope', sans-serif;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 14px;
	}
	.introUltra{
		font-size: 16px;
		line-height: 160%;
		padding: 0;
		text-align: left;
	}
	.mobileNav{
		background-color: black;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 999;
	}
	.logoMainMobile{
		margin-left: 15px;
	}
	.mobileLogo{
		max-width: 100%;
		height: 56px;
	}
	.navbarMain{
		padding-top: 0px;
	}
  }
  @media screen and (min-width: 1024px){
	.dateSchMain{
		font-weight: 800;
    font-family: 'Manrope', sans-serif;
    font-size: 18px !important;
    color: #fff;
    padding-top: 4px;
    margin: 8px;
	}

	 .venueSchMain, .timeSchMain{
		font-weight: 800;
    font-family: 'Manrope', sans-serif;
    font-size: 14px !important;
    color: #fff;
    padding-top: 4px;
    margin: 8px;
	}
}
  @media screen and (min-width: 767px) and (max-width: 1023px) {
	.dateSchMain, .venueSchMain, .timeSchMain{
		font-weight: 800;
    font-family: 'Manrope', sans-serif;
    font-size: 12px !important;
    color: #fff;
    padding-top: 4px;
    margin: 8px;

	
}
.cityNameSchedule {
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #D69636;
	margin: 0px;
}
  }



.td_Colour
{
	border-color: #debf6f92;
}

