
   /*** WEB Title Section  Start ***/
.Home-card-main {
	margin-top:100px;
	background:#333333;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;

	margin-left:10px;
  
}

.Home-card-title .card{
	background:#000000;
	border-radius : 25px;

	
}

.Home-card-title h1{
	font-size:30px;
	text-align:center;
}
 /*** WEB  Title Section  End ***/
   
 /*** Mobile Title Section  Start ***/
@media (min-width: 100px) and (max-width: 991px) {
	
	
.Home-card-title h1{
	font-size:15px;
	text-align:center;
}
}
 /*** Mobile Title Section  End ***/
 
  /*** Web Home Banner Start ****/
.Home-card-two {
	background:#333333;
	padding-left:20px;
	padding-right:20px;
	margin-left:10px;
}

.Home-card-banner {
	background:#000000;
	border-radius : 25px;
	border: 3px solid #ffc107;
}

.Home-card-banner .img{

	border-radius : 25px;

}


.carousel-frame {
  position: relative;
  width: 100%;
  /** height: min(calc(90vh - 10px), 450px); **/
 /** margin: 10px auto; **/
   margin: 0px auto;
  overflow: hidden;
  box-shadow: inset 60px 0px 60px -60px rgb(0, 0, 0),
    inset -60px 0px 60px -60px rgb(0, 0, 0);
  background-image: radial-gradient(
    circle,
    transparent,
    transparent 75%,
    rgba(0, 0, 0, 0.3)
  );
  background-color: white;
  border-radius:25px;
}

.carousel-slide {
  display: flex;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.carousel-slide img {
  min-width: 100%;
  object-fit: cover;
}

.carousel-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -15px;
  z-index: 10;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.carousel-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  z-index: 10;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.carousel-dots {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
  width: max(100px, 15%);
  display: flex;
  justify-content: space-between;
}

.carousel-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.carousel-dots .active-dot {
  background-color: rgba(255, 255, 255, 0.8);
}


  /***  Web Home Banner End ****/
 
/****** MOBILE VIEW BANNER HEIGHT CSS START ***/
@media (min-width: 100px) and (max-width: 991px) {
	
	.carousel-frame {
  position: relative;
  width: 100%;
  height: min(calc(24vh - 10px), 450px);
 /** margin: 10px auto; **/
   margin: 0px auto;
  overflow: hidden;
  box-shadow: inset 60px 0px 60px -60px rgb(0, 0, 0),
    inset -60px 0px 60px -60px rgb(0, 0, 0);
  background-image: radial-gradient(
    circle,
    transparent,
    transparent 75%,
    rgba(0, 0, 0, 0.3)
  );
  background-color: white;
  border-radius:25px;
}

}


/****** MOBILE VIEW BANNER HEIGHT CSS END ***/


