
.bigBannerImg {
    height: 800px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/bigBannerImg.png);
  }
  @media (min-width: 760px) {
	.bigBannerImg {
	  background-image: url(../images/bigBannerImgPc.png);
	}
  }

  .bigLeftBox{
	width: 500px;
	height: auto;
	/* border: 1px solid red; */
	position: absolute;
	top: 200px;
	left: 100px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
  }

  .bigLeftBox img{
	width: 90%;
	max-width: 360px;
  }

  .hero-new__title{
	color: #f0f0f0;
	line-height: 1.2;
	font-family: 'Mark Pro', Arial, sans-serif;
    font-weight: 700;
	margin-bottom: 10px;
	/* margin-top: 50px; */
	/* font-size: 20px; */
  }

  .bigLeftBox .rightBtn{
     width: 245px;
	 height: 72px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: black;
	 background-color: #c9a184;
	 border-radius: 20px;
	 cursor: pointer;
	 font-size: 30px;
	 font-weight: 700;
	 text-transform: capitalize;
	 margin-top: 30px;
  }

  .themed-icon-button__icon{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #0B0B0B;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
  }

  .themed-icon-button__icon img{
	width: auto;
	height: auto;
  }

  .bigLeftBox p{
	color: rgba(249,249,249,.6);
	line-height: 1.5;
  }



.banner{
	width: 100%;
	height: 700px;
	/* max-width: 95%; */
	margin: auto;
	/* border: 1px solid red; */
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	/* margin-top: 30px; */
	/* background: linear-gradient(rgb(229, 2, 19), rgb(223, 0, 17)) 0% 0% / cover repeat;; */
	/* padding:100px 5%; */
}

.bannerCon{
	width: 100%;
	height: 100%;
	/* max-width: 95%; */
	margin: auto;
	/* border: 1px solid; */
}

.swiper {
    width: 100%;
    height: 100%;
	/* padding: 0px 20px; */
	/* background-color:#05142d; */
}  
.smallBanner{
	width: 45%;
    height: auto;
    /* border: 1px solid green; */
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
	align-content: space-between;
}

.smallBannerLi{
	width: 100%;
	height: 135px;
	/* border: 1px solid green; */
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff	;
	border-radius: 10px;
	/* margin-bottom: 10px; */
}

.smallBannerLi img{
	width: 40%;
	height: 100%;
	border-radius: 10px;
}

.smallBannerLi p{
	width: 56%;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-slide::after {
	/* content: "";	 */
    position: absolute;
    top: 0;
	left: 0;
    width: 80%;
    height: 100%;
    /* z-index: 0; */
    opacity: 0.6;
    background: linear-gradient(270deg, rgba(11, 11, 11, 0) 0%, #0B0B0B 100%, #0B0B0B 100%);
}
.swiper-slide{
	/* width: 120px !important; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	/* padding: 20px 10px; */
	cursor:grab;
	position: relative;
	/* padding: 50px; */
  }
.swiper-slide p:nth-of-type(1){
	margin: 10px 0 5px;
}
  .swiper-slide img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	/* margin-bottom: 10px; */
	/* border-radius: 10px; */
	/* margin-right: 20px; */
  }
  .swiper-slide p{
	/* width: 40%; */
	/* text-align: center; */
	font-weight: 600;
	font-size: 36px;
	color: #fff;
	/* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
	/* position: absolute; */
	/* bottom: 70px; */
	left: 30px;
	z-index: 10;
  }

  .swiper-slide .desc{
     font-size: 18px;
	 font-weight: 500;
	 /* position: absolute; */
	 /* bottom: 30px; */
  }
.swiper-slide{
	overflow: hidden;
  }
  .swiper{
	--swiper-theme-color: #ee4623;
  }
  .swiper-pagination-bullet-active{
	width: 20px !important;
	height: 8px !important;
	border-radius: 10px;
	opacity: 1 !important;
  }

@media screen and (max-width:960px) {
	.swiper-slide{
		overflow: hidden;
	  }
	  .swiper{
		--swiper-theme-color: #ee4623;
	  }
	  .swiper-pagination-bullet-active{
		width: 20px !important;
		height: 8px !important;
		border-radius: 10px;
		opacity: 1 !important;
	  }

	  .banner{
		width: calc(100% - 20px);
		flex-wrap: wrap;
		padding: 20px 0 0;
		height: auto;
	  }

	  .swiper{
		width: 100%;
		margin-bottom: 15px;
	  }

	  .smallBanner{
		width: 100%;
		margin-left: 0;
	  }

	  .swiper-slide img{
		width: 100%;
		height: 250px;
	  }
	  .bigLeftBox{
		width: 100%;
		position: inherit;
		padding-top: 50px;
	  }

	  .bigBannerImg{
		height: 740px;
	  }

	  .smallBannerLi{
		margin-bottom: 10px;
	  }

	  .swiper-slide p{
		white-space:nowrap;
	  }
}