/*FONT START*/
@font-face {
	font-family: 'BMWTypeNextTT-Bold';
	src: url("../fonts/BMWTypeNextTT-Bold.eot");
	src: url("../fonts/BMWTypeNextTT-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/BMWTypeNextTT-Bold.woff") format("woff"),
		url("../fonts/BMWTypeNextTT-Bold.ttf") format("truetype");
	font-display: swap
}

@font-face {
	font-family: 'BMWTypeNextTT-Light';
	src: url("../fonts/BMWTypeNextTT-Light.eot");
	src: url("../fonts/BMWTypeNextTT-Light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/BMWTypeNextTT-Light.woff") format("woff"),
		url("../fonts/BMWTypeNextTT-Light.ttf") format("truetype");
	font-display: swap
}

@font-face {
	font-family: 'BMWTypeNextTT-Thin';
	src: url("../fonts/BMWTypeNextTT-Thin.woff2") format("woff2"),
		url("../fonts/BMWTypeNextTT-Thin.woff") format("woff"),
		url("../fonts/BMWTypeNextTT-Thin.ttf") format("truetype");
	font-display: swap
}

@font-face {
	font-family: 'BMW_iconFont';
	src: url("../fonts/BMW_iconFont.eot");
	src: url("../fonts/BMW_iconFont.eot#iefix") format("embedded-opentype"),
		url("../fonts/BMW_iconFont.woff2") format("woff2"),
		url("../fonts/BMW_iconFont.ttf") format("truetype"),
		url("../fonts/BMW_iconFont.woff") format("woff"),
		url("../fonts/BMW_iconFont.svg") format("svg");
	font-style: normal;
	font-weight: normal
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333;
	opacity: 1;
	/* Firefox */
	font-size: 13px !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--grey);
	font-size: 13px !important;
	opacity: .7;
	/* Firefox */
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--grey);
	font-size: 13px !important;
	opacity: .7;
	/* Firefox */
}


.textleft {
    text-align: left !important;
}
.mb0{padding-bottom: 0px !important;}
.notetxt{
	font-size: 12px;
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px 0px 10px;
}
.greencolor{
	color: #3db014 !important;
}
.fullborder{
	background:#ebf3ff;
	padding: 20px 20px;
	margin-top: 30px;
}
.fullborder .table-striped tbody tr:nth-of-type(odd){
    background: none !important;
}
.fullborder .table-striped tbody tr td{
	background: none !important;
}
.in-icon{
	width: 15px;
}
.boldTable tr td{
	font-family: 'BMWTypeNextTT-Bold';
	font-size: 18px;
	padding-bottom:20px  !important;
}
.boldTable tr td:first-child{
	color: var(--black);
}
.boldTable tr td{
	position: relative;
}
.boldTable tbody tr td{
	padding:20px 0px !important;
}
.checkBox_co2{
	float: left;
	width: 100%;
	padding: 10px 5px 0px 0px;
}
.checkBox_co2 input{
	float: left;
    margin-right: 5px;
}
.checkBox_co2 a{
	float: left;
    margin-top: -2px;
}


.blinkTxt{
	animation: blink-text 1s linear infinite;
}


@keyframes blink-text {
	0% {
	 color: #8e8e8e;
	}
	50% {
		color: #000;
	}
	100% {
		color: #8e8e8e;
	}
}
#mobile-hamburger {
	width: 20px;
	height: 30px;
	float: left;
	margin-top: 22px;
	float: left;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#mobile-hamburger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#mobile-hamburger span:nth-child(1) {
	top: 0px;
}

#mobile-hamburger span:nth-child(2) {
	top: 7px;
}

#mobile-hamburger span:nth-child(3) {
	top: 14px;
}

#mobile-hamburger.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#mobile-hamburger.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#mobile-hamburger.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

:root {
	--font-family: 'Public Sans', sans-serif;
	--black: #262626;
	--white: #ffffff;
	--blue: #1b69d4;
	--bluehover: #0a57b3;
	--grey: #8e8e8e;
}

.grey {
	color: var(--grey);
}

.blue {
	color: var(--blue);
}


body {
	min-height: 100vh;
	margin: 0;
}





body,
html {
	overflow: visible;
	font-family: 'BMWTypeNextTT-Light' !important;
	color: #262626;
	background: #ffffff;

}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

.hiddenOverflow {
	overflow: hidden !important;
}

.topfixed {
	top: 0px !important
}
.content {
	flex: 1;
	position: relative;
}
.content{width: 100%;float: left;}
/*COMMON*/
*,
::after,
::before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

textarea {
	font-family: 'BMWTypeNextTT-Light';
	font-size: 13px;
}

body,
html {
	color: #262626;
	font-family: 'BMWTypeNextTT-Light', Arial, Helvetica, sans-serif;
	background-color: var(--white);
	display: flex;
	flex-direction: column;
}

.btnfont {
	font-family: 'BMWTypeNextTT-Bold' !important;
}

.litefont {
	font-family: 'BMWTypeNextTT-Light' !important;
}

.strong,
strong {
	font-family: 'BMWTypeNextTT-Bold' !important;
}

.posrel {
	position: relative;
}

[class*=' icon-'],
[class^=icon-] {
	font-family: BMW_iconFont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-shopping-cart::before {
	content: '\e93e';
}

.icon-dealer-locator::before {
	content: '\e943'
}


/*HEADER STYLE START*/
header {width: 100%;float: left;height: 90px;min-height: 90px; position: absolute;z-index: 3; }
.mainTitle.m40{margin-top:40px;}
.mainTitle {font-size:30px;width: 100%;float: left;text-align: center;padding: 40px 0px 0px;line-height: 1.5;}
.navArea {position: relative;width: 100%; float: left;border-bottom: 1px solid #fff;}
.nav_left {float: left;}
.nav_left ul {margin: 0px;padding: 0px;}
.nav_left ul li {float: left;margin-right: 0px;padding: 26px 0px;line-height: 30px;border-bottom: 6px solid #fff0;}
.nav_left ul li a {font-size: 15px;padding: 27px 20px;color: var(--white);cursor: pointer;font-family: 'BMWTypeNextTT-Bold' !important;font-weight: 400;}
.nav_left ul li a:hover {color: var(--white);border-bottom: 6px solid var(--white);}
.nav_left ul li a.active {color: var(--white);}
.desktop {display: block;}
.mobile {display: none;}
.fixed {position: fixed;top: 0px;background: #ffffff;z-index: 100;width: 100%;}
.nav_right {float: right;position: relative;}
.nav_right ul {float: left;margin: 0px;padding: 0px;}
.nav_right ul li {float: left;margin-right: 10px;padding: 0px 0px;}
.nav_right ul li a {color: var(--grey);border-bottom: 6px solid #fff0;padding: 17px 0px;}
.nav_right ul li a:hover {color: var(--bluehover);border-bottom: 6px solid var(--bluehover);}
.form-control{border-top:0px !important;border-left:0px !important; border-right:0px !important;}
.form-control:focus{box-shadow: none !important;}
.logo {float: left;margin-right: 30px;margin-top: 12px;}
.logo img {width: 60px;}
.white-bg {background: #fff;border-bottom: 1px solid #d9d9d9;}
.icons {font-size: 48px;text-decoration: none;border-color: transparent;border-bottom-width: 4px;padding-left: 5px;padding-right: 5px;margin-top: 0;height: 100%;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: inline-flex;cursor: pointer;}
.fixed {position: fixed;top: 0px;background: #fff;z-index: 100;width: 100%;}
.clOn {display: none;}
.formpanel {position: relative;padding: 0px 40px 0px 25px;}

/*FOOTER START HERE*/
footer {width: 100%;float: left;background-color: #F5F5F5; margin-top: 50px; padding: 20px 0px 20px;}
.footer_up {width: 100%;float: left;}
.social {width: 30%;float: left;margin-bottom: 0.25rem;padding-bottom: 1rem;padding-top: 2rem;}
.social ul {width: 100%;float: left;margin: 0px;padding: 0px;}
.social ul li {float: left;margin-right: 0.75rem;}
.social ul li a img {height: 2em;}
.social h4 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-left: 10px;
	font-weight: 300;
	width: 100%;
	float: left;
}

.footer_line {
	width: 100%;
	float: left;
	height: 1px;
	background: #bbb;
}

.footer_nav {
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.footer_nav_box {
	width: 25%;
	float: left;
	padding-top: 40px
}

.footer_nav_box h4 {
	color: #7e7e7e;
	font-size: .625rem;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: .75rem;
	margin-bottom: 1rem;
	position: relative;
	text-transform: uppercase;
	;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.footer_nav_box ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 100%;
	float: left;
}

.footer_nav_box ul li {
	padding: 0 0 .25rem;
}

.footer_nav_box ul li a {
	color: #7e7e7e;
	font-family: 'BMWTypeNextTT-Bold';
	text-decoration: none;
	font-size: .875rem;
	line-height: 1.25rem;
	font-weight: 700;
}

.footer_down {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 30px 0px 20px;
}

.footer_down p {
	color: #7e7e7e;
	float: left;
	font-size: .875rem;
	line-height: 1.25rem;
	font-weight: 300;
	width: 50%;
	float: left;
}

.footer_down ul {
	float: right;
	text-align: right;
}

.footer_down ul li {
	margin-right: 20px;
	display: inline;
}

.footer_down li a {
	font-size: .75rem;
	font-weight: 700;
	line-height: 1rem;
	background: #0000;
	color: #7e7e7e;
	font-family: 'BMWTypeNextTT-Bold';
}

/*FOOTER END HERE*/

.stxtArea {
	width: 100%;
	float: left;
}

.stxt {
	width: 33%;
	float: left;
	text-align: center;
}

#range-calculator.noUi-target {
	height: 150px;
}

.slideTxtArea {
	width: 100%;
	float: left;
}

.slideTxtArea .stxt {
	width: 33%;
	float: left;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}


input {
	border: 1px solid var(--grey) !important;
	color: var(--grey);
	font-size: 12px;
}

.form-control {
	display: inherit;
	background: transparent !important
}

select {
	padding: 8px 10px;
	z-index: 2;
	position: relative;
	font-size: 13px;
	background: none;
	box-shadow: none;
	border: 1px solid var(--grey) !important;
	border: 0px;
	border-radius: 0px;
	color: var(--grey);
	border-radius: 0px;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.removearrow::after{
 background: none !important;
}
.selectdropdown::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../images/selectarrow.svg) no-repeat;
}



.modelCont {
	width: 70%;
	margin-left: 30%;
	float: left;
}

.models {
	width: 50%;
	float: left;
	text-align: center;
}

.modelImg {
	margin: 10px 0px;
}

.modelImg img {
	width: 70%;
	max-width: 400px;
}

.modelTxt {
	font-size: 15px;
	/*border: 1px solid #8e8e8e;*/
	padding: 6px 10px;
	max-width: 200px;margin: auto;}
.accordionoffets .table td:first-child {font-weight: 600;width: 33.3%;}
.tab-content {width: 100%;float: left;margin-top: 20px;}
.btn-link.collapsed {color: var(--blue) !important;text-decoration: none !important;}
.btn-link {color: var(--blue) !important;text-decoration: none !important;}
.tab-pane.active .show {border-bottom: 0px !important;}
.tab-pane .head button:hover {text-decoration: none !important;}
#footerAcc div.head {width: 100%;float: left;}
#footerAcc div.head .btn {padding: 0px;}
#footerAcc div.head {border-bottom: 1px solid #cfcfcf;font-family: 'BMWTypeNextTT-Bold';padding: 14px 0px;}
#footerAcc button::after {content: "";margin-top: 5px;right:0px;background: url(../images/arrow_up.svg) no-repeat;width: 16px;height: 16px;background-size: contain;position: absolute;margin-left: 8px;}
#footerAcc button.collapsed::after {content: "";background: url(../images/arrow-down.svg) no-repeat !important;margin-top: 5px;width: 16px;height: 16px;right:0px;background-size: contain;position: absolute;margin-left: 8px;
}















/*TESTDRIVE FORM*/
.contentArea,.videoArea,.formMaster{margin-top:0px;}
.formMaster{max-width: 90%; padding-left: 20%;}
.gradientHed{background: rgb(234,239,240);background: linear-gradient(0deg, rgba(234,239,240,0) 0%, rgba(0,0,0,1) 100%); }
#msg{background: #eee;padding: 10px 20px;margin: 20px 0px;font-size: 14px;line-height: 18px;}
input{width:100%;background: none;}
select{padding:10px 1%;width:98%; font-size: 13px !important; }
select option{padding:0px;width:100%;background: #000000;}
.clear{clear:both;}
.tnc{font-size:11px;padding:8px 0 0 0; color: #fff; width:100%; line-height: 25px; }
.tnc a{font-size:11px; color: #1b69d4 !important;}
.tnc input{float:left;margin-right:2px;width:15px; width: 25px; float: left;}
input:focus,
select:focus,
textarea:focus {outline: none;box-shadow: none !important;}
select{box-shadow: none !important;padding-right: 5%; border-radius: 0px; border-radius: 0px;appearance: none;-webkit-appearance: none;-moz-appearance: none;}
input {padding: 10px 10px;color:#ffffff; font-size: 13px;border-radius: 0px;box-shadow: none !important;}

.formMaster input::-webkit-input-placeholder {font-size: 13px !important;line-height: 3;color: #fff; opacity: .5;}
.formMaster input[type="text"]::-moz-placeholder { color: #ffffff; }
.formMaster input[type="text"]:-moz-placeholder { color: #ffffff; }

.form100{width: 100%; float: left;}
.ar {position: absolute;right: 10px;top: 7px;z-index: 1;}
.ar img{width:12px !important;}
.artop{top:1px !important; z-index: 0 !important;}
textarea{border-radius: none;}
.selectArea select{padding-left: 10px;}
.formP{width:100%; float: left; margin:10px 0px;}
.formP label{font-size: 14px; font-family:'BMWTypeNextTT-Light';color:#8E8E8E;}
.form50,.w50{width:48%; float: left;  position: relative;}
.form70{width:68%; float: left;}
.form30{width: 28%; float: left;}
.form20{width: 17%; float: left;}
select { display: inline-block;width: 100%;white-space: nowrap;overflow: hidden !important;text-overflow: ellipsis;}
.form25{width: 26%; float: left;}
.form32{width:29%; float: left;}
.marginR{margin-right: 2%;}
.marginL{margin-left: 2%;}
.selectauto{width: auto;}
.mbt20{margin-bottom: 10px;}
.autoD{padding:0px; cursor: pointer; margin-top:28px;margin-left: 10px; text-align: center; background:#1c69d4;color:#fff; float: left; }
.autoD span{width: 100%; float: left; text-align: center;font-size: 9px; line-height: 13px;}
.autoD img{width: 12px;}
.tnc input{margin-top:6px;}
.tnc span{    float: left;
    line-height: 18px;
    font-size: 11px;
    margin-top: 4px;
	width: 90%;
}
.im100{width:100%;}
.mtb20{margin-bottom: 20px;}
input,select{font-size: 13px !important;}
select{ padding: 10px 10px; background: none; box-shadow: none;  border-radius: 0px;color: #fff; opacity: 1; }
select {-webkit-appearance: none;-moz-appearance: none;appearance: none;}

.w100{width:100%; float: left;}
.errormess span{color:rgb(206, 8, 8); font-size: 11px;  line-height: 19px; position: absolute; bottom: -18px;}
.tnc a{color: #fff; }
.formContainer{width: 100%; margin-top:0px;background-repeat: no-repeat; padding:100px 0px; float: left; height: auto; background:#0c0d0d url(../images/desktop/formbg.jpg) no-repeat left 0px; background-size: cover;    background-position: 0px;}
form{width: 60%; margin-left: 40%;}
.heading{font-size:30px; text-transform: uppercase; line-height: 50px; margin:0px 0 0px; float: left;color: #ffffff; }
.subheading{font-size:15px; margin:0px 0 20px; float: left; color: #ffffff;}
.submitBtn{padding: 10px 50px;color: #fff !important; cursor: pointer !important; margin-top:20px; width: auto; border:0px;font-family:'BMWTypeNextTT-Bold'; font-size: 13px; line-height: 21px; opacity: 1 !important; float:left; background:none; border:1px solid #fff !important; }
.submitBtn:hover{border: 2px solid #fff; }
.blue_cta{padding: 10px 30px; color:#fff; float: left; font-size: 13px; background: #1C69D4;z-index: 2;}
.blue_cta:hover, .blue_cta:active, .blue_cta:visited{background: #0a57b3; color: #fff !important;}
.blue_cta:visited{background: #1C69D4;}

.searchCity{margin-bottom: 20px;}
.searchCity .frominput{padding:5px 10px;max-width: calc(100% - 40px);}

.formContainer{position: relative;}
.formContainer::after{content: ""; 
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;position: absolute;z-index: 1;
}
form{
	z-index: 2;
	position: relative;
}

/*MASTER BANNER*/
.master_banner{width: 100%; float: left;  height: 100vh; position: relative; background: url(../images/2gc-desktop-banner1.jpg) no-repeat; background-size: cover; background-position: left bottom;}
.owl-carousel-gallery{margin-top:30%;}
.carousel-item{overflow: hidden;}
.carousel-item img {transition: transform 0.4s ease, filter 0.3s ease;will-change: transform;}
.carousel-item:hover img {transform: scale(1.1);cursor: zoom-in;}
p{margin-bottom: 0px; width: 100%; float: left;}

.banner_content{width: 60%;position: absolute;
    z-index: 2;
    bottom: 100px;
    left: 9%;}
	.banner_content h2{color: #fff; font-size: 40px;}
	.banner_content a{padding: 10px 20px;color: #fff !important; margin-right: 10px; background: #1c69d5; cursor: pointer !important; margin-top:20px; width: auto; border:0px;font-family:'BMWTypeNextTT-Bold'; font-size: 13px; line-height: 21px; opacity: 1 !important; float:left; }
.banner_content a:hover{background-color: rgb(6, 83, 182);}


/*ACCESSORIES SLIDER SECTION START*/
.dis_txt{font-size: 12px;}
.highlight-slider{margin:40px 0px;}
.owl-carousel .item {text-align: center;}
.owl-carousel .item img {width: 100%;border-radius: 10px;}
.highlight-slider .hidden {display: none;}
.highlight-slider .thumb-title {margin-top: 10px; font-family: 'BMWTypeNextTT-Bold';font-size: 24px;color: #fff; position: absolute; bottom: 30px; width: 100%; text-align: center;}
.fancybox-caption__body h4 {text-align: center;color: #fff;font-size: 18px; margin:10px 0px;font-family: 'BMWTypeNextTT-Bold';}
.fancybox-caption__body p {text-align: center;color: #fff; font-size: 15px;}
.owl-nav {position: absolute;top: 50%;width: 100%;transform: translateY(-50%);display: flex;justify-content: space-between;pointer-events: none; }
.owl-nav .owl-prev,
.owl-nav .owl-next {background: linear-gradient(45deg, #a1a1a1, #a1a1a1) !important; color: white !important;border-radius: 50%;width: 50px; height: 50px;display: flex;margin-top: -3px;align-items: center;justify-content: center;pointer-events: auto; cursor: pointer !important;font-size: 26px !important; transition: transform 0.3s ease, box-shadow 0.3s ease;position: absolute;}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{margin-top: -5px;}
.owl-nav .owl-prev {left: -30px; }
.owl-nav .owl-next {right: -30px;}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {transform: scale(1.1); box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {opacity: 0.5 !important; pointer-events: none !important; }
.thanks_box{
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 10px 0px;
  }
  .thanks_box .thanks_message{
	color: #fff;
  }

  .terms {
    width: 100%;
    margin: auto;
	background: #ffffff;
}
.terms p {font-size: 13px;margin: 10px 0px 0px;float: left;width: 100%;color: #262626;}
.bgblack{background:#ffffff;}
.terms h4 {
    font-size: 17px;
    float: left;
	color: #262626;
    width: 100%;
    padding: 10px 0px 0px;
    margin: 0px;
    font-family: 'BMWTypeNextTT-Bold';
}




/*SECTION 2*/
 * {box-sizing: border-box;}
    .section {display: flex;flex-direction: row;align-items: center;padding: 70px 0px;gap: 40px;flex-wrap: wrap;}
    .section-text {flex: 1;min-width: 300px; padding-top:0px;}
    .section-text h1 {font-size: 30px;margin-bottom: 20px;}
    .section-text p {font-size: 16px;line-height: 1.6;color: #666; margin-top: 10px;}
    .section-video {flex: 1;min-width: 300px;}
    .section-video video {width: 100%;  height: auto;  height: 300px; object-fit: cover; display: block; }
.swiper-button-disabled{opacity: .2;}
section{width: 100%; float: left;}
	.sliderWrapper {position: relative; width: 100%; float: left;}
    .sliderBox{width: 100%;padding-top: 0px; max-width: 1200px;margin: auto;position: relative;}
    .swiper-container {width: 100%;margin: 0px 0 0px;padding: 45px 0; overflow: hidden;}
    .swiper-slide {opacity: 1;overflow: hidden;transition: .7s;position: relative; width: auto;}
    .swiper-slide img {width: 100%; transition: .5s ease-in-out;}
	    .swiper-slide img:hover {transform: scale(1.2);}
   /* .swiper-slide-active {opacity: 1;z-index: 1;transform: scale(1.1) !important;}*/
    .f_txt{position: absolute; width: 100%; text-align: center; bottom: 20px; left: unset !important; z-index: 2; color: #fff; text-transform: uppercase; font-size: 16px;}


	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{color: #000;}
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{color: #000;}
	.swiper-slide {transition: transform 0.4s ease;transform: scale(0.8); }
	.swiper-button-next,
	.swiper-button-prev {top: 50%;transform: translateY(-50%);position: absolute;z-index: 10;width: 40px;height: 40px;color: #fff;}
	.swiper-button-next {right: -50px !important; /* Move right arrow outside */}
	.swiper-button-prev {left: -50px !important; /* Move left arrow outside */}


	.swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiper-nav img{height: 40px;}
.sculped-button-prev,
.drive-button-prev {
  left: -60px;
}
.sculped-button-next,
.drive-button-next {
  right: -60px;
}

	

.fancybox-slide {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  /* Existing styles */
  -webkit-backface-visibility: hidden;
  display: none;
  height: auto;  /* or your desired height */
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  text-align: center;
  transition-property: transform, opacity;
  white-space: normal;
  width: auto;  /* or your desired width */
  z-index: 99994;
}