/* ==== Home Carousel Slider ================ */
.home-slide {
    max-width: 3200px;
    margin: auto;
}
.carousel-indicators{
	bottom:0;
}
.carousel-item {
    position: relative;
}
.home-slide .casey-heading {
    font-weight: bold;
}

.home-slide .casey-text {
    font-size: calc(15px + (32 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 300;
    color: var(--bsc-white);
}
/* .carousel-item1 {
    background-image: url(../images/home-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
} */
.home-slide .banner-img {
    max-width: calc(60px + (300 - 60) * ((100vw - 320px) / (1920 - 320)));
}
.carousel-indicators [data-bs-target] {
    text-indent: 0;
    color: var(--bsc-white);
    border-top: none;
    border-bottom: none;
    opacity: 1;
    background: #dfdde1;
}
.featured-category-wrapper{
    padding-top: 30px;
}
.home-slide .banner_section{
	background-color: #080d52;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 8px;
}
.banner-text-wrap a{
        display: flex;
    align-items: center;
    gap: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    justify-content: flex-end;
    font-size: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
}

.banner-text-wrap span{
    color: var(--bsc-white);
        font-size: calc(15px + (40 - 15) * ((100vw - 320px) / (1920 - 320)));
    vertical-align: middle;
}
.home-slide .banner_section h2{
	font-weight: lighter;
    color: var(--bsc-white);
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(20px + (45 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.home-slide .banner_section .text-start{
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));;
}

.home-slide .banner_section .shop-now{
    color: var(--bsc-white);
    font-size: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
}

.carousel-indicators{
    align-items: center;
}
.banner-card img{
    border-radius: 8px;
}

#home-carousel .carousel-indicators button,
#home-carousel1 .carousel-indicators button{
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border-radius: 50%;
    margin-left: 6px;
    border: 3px solid #d8d6da;
    outline: none !important;
}
.indicator-1, .indicator-2{
	position:relative
}
.banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1640px;
    margin: auto;
    padding: 0 30px;
}
.carousel-indicators .active{
	    opacity: 1;
    background-color: var(--bsc-lightgrey2);
    border-color: #bdbbc4 !important;
}
.carousel-item h1 {
	line-height: 1.1;
}
.carousel-item .h1 {
    opacity: 1;
    color: var(--bsc-theme2);
    font-size: calc(19px + (84 - 19) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1;
}
.carousel-item p {
    opacity: 1;
    color: var(--bsc-black2);
    font-weight: 500;
}
.carousel-item .btn {
	z-index: 2;
}
.carousel-item.active .btn {
	top: 0;
	opacity: 1;
}
.carousel-item .no-indicator-banner {
    font-size: calc(56px + (140 - 56) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    color: var(--bsc-grey);
    margin-bottom: 0;
}
.border-img{
    border:2px solid #fff;
}
.left-line {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--bsc-black);
    margin-right: 15px;
    top: -5px;
}
.right-line {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--bsc-black);
    margin-left: 15px;
    top: -5px;
}
.left-line-vertical {
    position: relative;
    width: 2px;
    height: 50px;
    background: var(--bsc-black);
    margin-right: 10px;
}     
.right-line-vertical{
    position: relative;
    width: 2px;
    height: 50px;
    background: var(--bsc-black);
    margin-left: 10px;
}
.carousel-indicators button {
    margin: 0 2px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
}
#content {
	position: relative;
}
#content h1 {
	color: #fff;
	position: absolute;
	transform: translate(-50%, -50%);
}
#content h1:nth-child(1) {
	color: transparent;
	-webkit-text-stroke: 2px #03a9f4;
}
#content h1:nth-child(2) {
	color: #03a9f4;
	animation: animate 4s ease-in-out infinite;
}
@keyframes animate {
	0%,
	100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: -webkit-flex; */
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
}
.swiper-caption {
    position: absolute;
    top: 0;
}
/* ==== Home Carousel Slider ================ */
span.textindent {
    position: relative;
    text-indent: -9999px;
    display: inline-block;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:focus,
.carousel-control-next:focus {
  outline: none !important;
  box-shadow: none !important;
}




/*------- Media Queries ---------------------------------------- */
@media (min-width: 768px) {
/* .carousel-custom, .carousel-item, .carousel-item img {
    height: calc(250px + (1000 - 250) * ((100vw - 768px) / (3000 - 768)));
    max-height: 1000px;
} */

.carousel-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.banner-text-wrap{
    padding-top: 40px;
}
}


/* Start min-width:1921px */
@media (min-width:1921px){
    .carousel-item .no-indicator-banner {
        font-size: 140px;
    }
    .carousel-item .h1 {
        font-size: 84px;
        line-height: 1;
    }
.home-slide .casey-text {
    font-size: 32px;
}
.home-slide .banner-img {
    max-width: 300px;
}
.banner-text-wrap span{
    font-size: 40px;
}
.home-slide .banner_section{
    padding:20px 30px;
}
.home-slide .banner_section h2{
    margin-bottom: 30px;
    font-size:40px
}
.home-slide .banner_section .shop-now{
    font-size: 20px;
}
/* .carousel-custom, .carousel-item, .carousel-item img {
    height:1000px;
    max-height: 1000px;
} */
}
/* End min-width:1921px */




/* Start max-width:991px */
@media (max-width:991px){
.carousel-custom .carousel-item {
	margin-top: 0;
}
.casey-text br {
    display: none;
}
/* .Feature-item3 img{
    margin-top: 40px;
} */
}
/* End max-width:991px */

/* Start max-width:767px */
@media (max-width:767px){

#home-carousel .row {
    flex-direction: column-reverse;
}
.casey-heading {
    padding-bottom: 10px;
}
.home-slide .banner-img {
    margin-bottom: 25px;
}
.carousel-item {
    padding-top: 30px;
}
.home-slide .banner_section{
    padding-bottom: 30px;
}

.Feature-item1,.Feature-item2,.Feature-item3{
    padding-bottom: 20px;
}
.home-slide .banner_section .text-start{
		padding: 0;
	}
.carousel-custom,
  .carousel-item,
  .carousel-item img {
    height: auto;
  }

  .carousel-item img {
    width: 100%;
    object-fit: contain;
  }
}
/* End max-width:767px */

/* Start max-width:575px */
@media (max-width:575px){
.carousel-indicators {
    right: 10px;
    margin-bottom: 5px;
}
.carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	border: solid 2px var(--bsc-theme2);
}
.carousel-item .btn {
   margin-top:15px;
}
.carousel-item .border-img {
	max-width: 240px;
}
.banner-caption {
    padding: 0 15px;
}
#home-carousel .carousel-indicators button {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    line-height: 1;
}
.carousel-indicators {
    visibility: hidden;
}

}
/* End max-width:575px */
/*------- Media Queries ---------------------------------------- */
@media (max-width:412px) and (min-width:412px){
    .section-wrapper .item .item-img img{
        width:176px;
        height: 176px;
    }
    .section-wrapper,
    .newsletter-wrapper{
        width: 412px;
    }
    .login-icon-list{
        width: 116.55px;
    }
    .home-slide  img:not(img#image-main){
        width: 412px;
    }
}