
body{
  overflow-x: hidden;
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
.navbar {
  background: #000;
  height: 72px;
}
.navbar-brand img {
  width: 120px;
}
.navbar .nav-item .nav-link {
  color: #868c96;
}
.nav-item #active1 {
  color: #fff;
}
.nav-item #active2 {
  color: #fff;
}
.nav-item #active3 {
  color: #fff;
}
.nav-item #active4 {
  color: #fff;
}

/* ---home-- */

/* --contact us-- */
.bg-orange {
  background-color: #d6300d;
  width: 360px;
  height: 50px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  text-align: center;
}


.full-height-contact {
  height: 100vh;
}
.details a {
  text-decoration: none;
  color: #868c96;
}
.artistImg {
  border-radius: 50%;
  border: 1px solid #868c96;
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.home-page {
  background: url("Images/singers/hmbg.jpg");
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: left;
  
}

.image-home img {
  max-width: 30%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 90px;
}
/* ---counter-- */
.count-area {
  position: relative;
  background: transparent;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.count-area-content {
  margin-top: 30px;
}
.count-area i {
  font-size: 38px;
}
.count-digit {
  margin: 30px 0px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.count-title {
  font-size: 20px;
}

/* --button vide0-- */
.feedback {
  background-color: #e32424;
  color: white;
  /* padding: 10px 20px; */
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-color: #9c0b0b;
}

#mybutton {
  position: fixed;
  bottom: 100px;
  right: 10px;
}

.video-play {
  display: flex;
  position: absolute;
  right: -30px;
  top: -20px;
  border: 1px solid #fff !important;
  color: #000 !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  text-align: center !important;
  justify-content: center !important;
  background: #fff !important;
}

.artistImg img {
  width: 100%; /* Make the image fill the container */
  height: 100%; /* Make the image fill the container */
  object-fit: cover; /* Scale the image while preserving its aspect ratio */
}
/* .about-page {
  background: url("Images/about.jpeg");
  background-size: cover;
  opacity: 0.9;
} */
.about-page{
  position: relative;
  background-color: #000;
}

.about-page::before{
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
  background: url("Images/about.jpeg");
 background-size: cover;
}

.content{
position: relative;
}
.artist-para{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.service-page {
  background: url("Images/eventramchi8ne14.jpg");
  background-size: cover;
}

.contact-page {
  background: url(Images/eventramchi8ne14.jpg);
  background-size: cover;
  /* background: rgb(8,4,75);
    background: linear-gradient(90deg, rgba(8,4,75,0.9417892156862745) 10%, rgba(28,28,65,0.9838060224089635) 83%); */
}

/* ---marquee--- */
.container-mark {
  max-width: 960px;
  margin: 0 auto;
}

/* Brand logo slider */
.brands {
  position: relative;
  overflow: hidden;
  height: 8.5rem;
  margin-top: 54px;
}

.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
  animation-play-state: paused;
}
.services-image {
  width: 500px;
  border: 1px solid #868c96;
  border-radius: 8px;
}
.services-image img {
  max-width: 500px;
  border-radius: 8px;
}

.brands__preWrapper {
  position: relative;
  width: 100%;
  height: 8.5rem;
  transform: translateX(0%);
  animation: scroll1 60s linear infinite;
  animation-delay: 2s;
  animation-direction: alternate;

  will-change: transform;
}

.brands__wrapper {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0%) translateZ(0);
  animation: scroll2 60s linear infinite;
  animation-delay: 2s;
  animation-direction: alternate;

  will-change: transform;
}

.brands__wrapper > a,
.brands__wrapper > img {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
}

.brands__wrapper > a img {
  max-width: 15rem;
  max-height: 8.5rem;
  
}

@keyframes scroll1 {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
.view-allBtn{
  border: none;
  background-color: #d6300d; 
  padding: 6px 18px;
  color: white;
  cursor: pointer; 
  display: inline-block;
  font-size: 20px;
  border-radius: 2px;
}
.modal-logo img{
  width:75px;
  height: 75px;
  margin-left: 15px;
  margin-top: 10px;

}

/* ---footer-- */
footer {
  background: #000;
  color: #868c96;
}

footer p {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

footer img {
  width: 44px;
}
a .fa {
  color: #868c96;
  transition: color 0.3s, background-image 0.3s;
}

a .fa-instagram:hover {
  color: transparent;
  background-image: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

a .fa-facebook-f:hover {
  color: #3b5998;
}

a .fa-twitter:hover {
  color: #1da1f2;
}

/* --loader-- */
.page-loader{
	width: 100%;
	height: 1550px;
	position: absolute;
	background: #181818;
	z-index: 1000;
	.txt{
		text-align: center;
		top: 20%;
		position: relative;
    margin: 0 auto;
	}
}
.txt img{
  width: 250px;
}

/* SPINNER ANIMATION */
.spinner {
	position: relative;
	top: 18%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
